* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background-color: #f7f4f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: #2a3d66;
  text-decoration: none;
}

button,
select,
input,
textarea {
  font-family: inherit;
  font-size: 1rem;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  flex-direction: column;
  padding: 24px 6vw 10px;
  gap: 12px;
}

.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.brand-tagline {
  font-size: 0.95rem;
  color: #53545c;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b4e3d;
  background-color: #f1e5dc;
  padding: 6px 12px;
  border-radius: 999px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 6vw 60px;
  position: relative;
}

.hero-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
  background-color: #fdf7f2;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(32, 22, 14, 0.08);
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.15;
}

.hero-copy {
  font-size: 1.05rem;
  color: #33353b;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}

.image-frame {
  background-color: #e9dfd7;
  border-radius: 28px;
  overflow: hidden;
}

.frame-sm {
  height: 150px;
}

.frame-md {
  height: 280px;
}

.frame-lg {
  height: 320px;
}

.frame-xl {
  height: 340px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image {
  width: 78%;
  max-width: 720px;
  height: 420px;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #2a3d66;
  color: #fff;
  cursor: pointer;
}

.btn.secondary {
  background-color: #f1e5dc;
  color: #2a3d66;
}

.section {
  padding: 60px 6vw;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.section-title {
  font-size: 2rem;
}

.asym-row {
  display: flex;
  gap: 26px;
  align-items: stretch;
  flex-wrap: wrap;
}

.asym-left {
  flex: 1 1 320px;
}

.asym-right {
  flex: 1 1 420px;
}

.offset-panel {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(27, 20, 16, 0.06);
  align-self: flex-start;
  margin-top: 18px;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.price {
  font-weight: 600;
  color: #2a3d66;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid #2a3d66;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fdf7f2;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 16px 28px rgba(30, 18, 10, 0.06);
  max-width: 520px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7cfc8;
  background-color: #fff;
}

.dual-column {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.text-panel {
  flex: 1 1 320px;
}

.visual-panel {
  flex: 1 1 320px;
  margin-top: -30px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sticky-cta button {
  padding: 12px 18px;
}

.site-footer {
  margin-top: auto;
  padding: 40px 6vw;
  background-color: #1d1d1f;
  color: #f7f4f2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f7f4f2;
}

.disclaimer {
  font-size: 0.9rem;
  color: #d5c9c1;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 -10px 22px rgba(27, 20, 16, 0.1);
  padding: 18px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  z-index: 30;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.legal-section {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 280px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.note {
  color: #6b4e3d;
  font-size: 0.95rem;
}
