:root {
  --ink: #24182b;
  --muted: #746878;
  --rose: #a65c7b;
  --rose-dark: #7f3f5e;
  --blush: #fff5f9;
  --cream: #fffaf4;
  --gold: #d6a35f;
  --mint: #dff6ed;
  --line: #eadde5;
  --white: #fff;
  --shadow: 0 28px 80px rgba(72, 39, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 4%, rgba(225, 178, 201, .27), transparent 29rem),
    radial-gradient(circle at 92% 10%, rgba(225, 199, 145, .2), transparent 25rem),
    #fffdfd;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 10px 14px; background: var(--ink); color: white; border-radius: 12px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(234, 221, 229, .85);
  background: rgba(255, 253, 253, .9);
  backdrop-filter: blur(18px);
}
.nav-row { min-height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 180px; }
.brand img { width: 168px; height: 52px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #514654; font-size: 14px; font-weight: 750; }
.desktop-nav a:hover { color: var(--rose); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 4px; }
.lang-switch a { min-width: 42px; padding: 7px 10px; border-radius: 999px; text-align: center; font-size: 12px; font-weight: 900; }
.lang-switch .active { color: white; background: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 20px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--ink), #5b334d); box-shadow: 0 14px 30px rgba(36, 24, 43, .19); }
.button-rose { color: white; background: linear-gradient(135deg, var(--rose-dark), var(--rose)); box-shadow: 0 14px 30px rgba(166, 92, 123, .22); }
.button-light { color: var(--ink); background: white; border: 1px solid var(--line); }

.hero { padding: 66px 0 42px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--rose-dark); font-size: 12px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow:before { width: 34px; height: 2px; background: var(--gold); content: ""; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; }
h1 { max-width: 770px; margin-top: 20px; font-size: clamp(48px, 6.2vw, 82px); letter-spacing: -.045em; }
.hero-lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { margin-top: 14px; color: #8a7e8d; font-size: 12px; }
.hero-visual { position: relative; min-height: 600px; }
.hero-photo { width: 100%; height: 570px; object-fit: cover; border-radius: 160px 34px 160px 34px; box-shadow: var(--shadow); }
.hero-seal { position: absolute; left: -38px; bottom: 42px; width: 158px; height: 158px; display: grid; place-content: center; border: 8px solid rgba(255, 255, 255, .75); border-radius: 50%; color: white; background: var(--rose-dark); text-align: center; box-shadow: 0 20px 50px rgba(74, 35, 56, .25); transform: rotate(-6deg); }
.hero-seal strong { display: block; font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.hero-seal span { display: block; margin-top: 7px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-note { position: absolute; top: 42px; right: -20px; max-width: 230px; padding: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255, 255, 255, .91); box-shadow: 0 20px 50px rgba(74, 35, 56, .14); backdrop-filter: blur(12px); }
.hero-note strong { font-size: 14px; }
.hero-note p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.metrics { padding: 24px 0 76px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 32px; background: white; box-shadow: 0 18px 60px rgba(82, 48, 68, .07); overflow: hidden; }
.metric { padding: 26px 28px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-family: Georgia, serif; font-size: 36px; line-height: 1; }
.metric span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }

.section { padding: 86px 0; }
.section-soft { background: linear-gradient(180deg, rgba(255, 245, 249, .82), rgba(255, 250, 244, .58)); }
.section-dark { color: white; background: #24182b; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.section h2 { margin-top: 14px; font-size: clamp(36px, 4.3vw, 58px); letter-spacing: -.035em; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.section-dark .section-head p { color: rgba(255,255,255,.7); }
.section-dark .eyebrow { color: #efc6d8; }
.section-dark .eyebrow:before { background: #e4bd78; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 16px 50px rgba(76, 44, 62, .06); }
.card-number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; color: white; background: var(--rose-dark); font-family: Georgia, serif; font-size: 22px; }
.value-card h3 { margin-top: 24px; font-size: 25px; }
.value-card p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.feature-photo { width: 100%; min-height: 540px; object-fit: cover; border-radius: 34px 130px 34px 130px; box-shadow: var(--shadow); }
.copy h2 { margin-top: 14px; font-size: clamp(38px, 4.5vw, 58px); }
.copy > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 12px; margin-top: 26px; }
.check { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.8); }
.check-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #226b59; background: var(--mint); font-weight: 900; }
.check strong { display: block; }
.check span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; min-height: 250px; padding: 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.065); }
.step-index { color: #efc6d8; font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.step h3 { margin-top: 42px; font-size: 23px; }
.step p { margin: 12px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package { display: flex; min-height: 470px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: white; }
.package.featured { border-color: #c98ca7; background: linear-gradient(180deg, #fff, #fff5f9); box-shadow: var(--shadow); transform: translateY(-8px); }
.tag { align-self: flex-start; padding: 7px 11px; border-radius: 999px; color: var(--rose-dark); background: #fae5ee; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.package h3 { margin-top: 20px; font-size: 29px; }
.price { margin-top: 18px; font-family: Georgia, serif; font-size: 42px; font-weight: 900; letter-spacing: -.03em; }
.price small { font-family: inherit; font-size: 17px; font-weight: 600; }
.package > p { color: var(--muted); }
.package ul { display: grid; gap: 9px; padding: 0; margin: 10px 0 26px; list-style: none; color: #594e5c; font-size: 14px; }
.package li:before { margin-right: 8px; color: var(--rose); content: "\2713"; font-weight: 900; }
.package .button { margin-top: auto; }

.economics { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; }
.model-panel { padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 18px 60px rgba(75, 43, 61, .06); }
.model-panel h3 { font-size: 27px; }
.model-row { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.model-row strong { text-align: right; }
.model-total { margin-top: 18px; padding: 20px; border-radius: 22px; color: #1f6657; background: var(--mint); }
.model-total span { display: block; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.model-total strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 35px; }
.disclaimer { margin-top: 17px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.revenue-list { display: grid; gap: 15px; }
.revenue-item { display: grid; grid-template-columns: 56px 1fr; gap: 15px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.75); }
.revenue-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 17px; background: var(--blush); font-size: 22px; }
.revenue-item strong { display: block; }
.revenue-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }

.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.support-card { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.support-card h3 { font-size: 22px; }
.support-card p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 14px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
.gallery-grid img:first-child { grid-row: 1 / 3; }

.faq { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 20px; background: white; }
.faq summary { padding: 20px 24px; cursor: pointer; font-weight: 900; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:after { float: right; color: var(--rose); content: "+"; font-size: 22px; }
.faq details[open] summary:after { content: "-"; }
.faq p { margin: 0; padding: 0 24px 22px; color: var(--muted); }

.lead-section { padding: 90px 0; background: linear-gradient(135deg, #f9e8f0, #fff8ee); }
.lead-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.lead-copy h2 { margin-top: 14px; font-size: clamp(42px, 5vw, 64px); }
.lead-copy p { color: var(--muted); font-size: 17px; }
.contact-line { margin-top: 28px; padding: 20px; border-radius: 22px; background: rgba(255,255,255,.65); }
.contact-line strong { display: block; }
.contact-line a { display: block; margin-top: 5px; color: var(--rose-dark); font-weight: 800; }
.lead-form { display: grid; gap: 15px; padding: 30px; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 14px 15px; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(166, 92, 123, .1); }
.field textarea { min-height: 118px; resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 3px; }
.consent a { color: var(--rose-dark); text-decoration: underline; }
.form-status { display: none; padding: 13px 15px; border-radius: 16px; font-size: 13px; }
.form-status.show { display: block; }
.form-status.ok { color: #195f50; background: var(--mint); }
.form-status.error { color: #9d2f48; background: #ffe7ed; }

.site-footer { color: white; background: #1d1522; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 40px; padding: 62px 0 42px; }
.footer-brand img { width: 178px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 520px; color: rgba(255,255,255,.65); }
.footer-title { color: #e8bfd1; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin-top: 16px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.52); font-size: 12px; }

.legal { padding: 72px 0 100px; }
.legal-shell { max-width: 900px; }
.legal h1 { font-size: clamp(44px, 6vw, 70px); }
.legal-updated { color: var(--muted); }
.legal-card { margin-top: 32px; padding: 32px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.legal-card h2 { margin: 34px 0 12px; font-size: 27px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card li + li { margin-top: 8px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-actions .button { display: none; }
  .desktop-nav.open { position: fixed; inset: 84px 0 auto; display: grid; gap: 0; padding: 14px 20px 24px; border-bottom: 1px solid var(--line); background: white; }
  .desktop-nav.open a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .hero-grid, .split, .split.reverse, .economics, .lead-shell { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { max-width: 760px; margin: 0 auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
  .package.featured { transform: none; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav-row { min-height: 72px; gap: 10px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand img { width: 130px; height: 42px; }
  .lang-switch a { min-width: 36px; padding: 6px 8px; }
  .desktop-nav.open { inset: 72px 0 auto; }
  .hero { padding-top: 38px; }
  h1 { font-size: 47px; }
  .hero-visual { min-height: 460px; }
  .hero-photo { height: 440px; border-radius: 92px 24px 92px 24px; }
  .hero-note { right: 8px; top: 18px; max-width: 190px; }
  .hero-seal { left: -4px; bottom: 16px; width: 124px; height: 124px; }
  .hero-seal strong { font-size: 27px; }
  .metric-grid, .card-grid, .support-grid, .form-grid { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step h3 { margin-top: 24px; }
  .feature-photo { min-height: 390px; border-radius: 26px 80px 26px 80px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 190px 190px; }
  .gallery-grid img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .lead-form, .legal-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
