:root {
  --cream: #f6f0eb;
  --cream-dark: #ece1d9;
  --paper: #fffaf6;
  --terracotta: #bd7664;
  --terracotta-dark: #985746;
  --blush: #d7a597;
  --coffee: #34241f;
  --coffee-soft: #5d4942;
  --muted: #7b6c66;
  --line: rgba(52, 36, 31, 0.13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(70, 42, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--coffee); background: var(--paper); font-family: var(--sans); line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: 110px 0; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: var(--coffee); color: white; padding: 10px 16px; }
.skip-link:focus { left: 8px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,250,246,.78); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(52,36,31,.08); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(52,36,31,.08); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 1.22rem var(--serif); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand small { margin-top: 4px; color: var(--muted); font: 700 .48rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper); background: var(--terracotta); border-radius: 50% 50% 45% 55%; font-style: italic; }
nav { display: flex; gap: 30px; }
nav a { color: var(--coffee-soft); text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a:hover { color: var(--terracotta-dark); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border-radius: 99px; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .87rem; }
.button-dark { background: var(--coffee); color: white; }
.button-primary { color: white; background: linear-gradient(135deg, #c7806e, #aa6352); box-shadow: 0 12px 30px rgba(168,93,74,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(168,93,74,.34); }
.button-outline { border-color: var(--line); background: rgba(255,255,255,.4); }
.button-outline:hover { border-color: var(--terracotta); }
.button-light { color: var(--coffee); background: var(--paper); box-shadow: 0 12px 40px rgba(27,14,10,.2); }
.full { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 155px 0 0; background: linear-gradient(140deg, #fffaf6 0%, #f5ece5 55%, #eadbd1 100%); }
.hero::before { content: ""; position: absolute; top: 75px; left: 0; right: 0; height: 1px; background: var(--line); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .75; pointer-events: none; }
.hero-glow-one { width: 450px; height: 450px; background: rgba(211,164,149,.22); left: -180px; top: 120px; }
.hero-glow-two { width: 500px; height: 500px; background: rgba(255,255,255,.6); right: -180px; bottom: 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; min-height: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--terracotta-dark); font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--terracotta); }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #edc2b5; }
.eyebrow.light > span { background: #d99886; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.3rem, 5.7vw, 5.65rem); }
h2 { font-size: clamp(2.45rem, 4vw, 4rem); }
h1 em, h2 em { color: var(--terracotta-dark); font-weight: 600; }
.hero-lead, .section-lead { color: var(--coffee-soft); font-size: 1.08rem; }
.hero-lead { max-width: 580px; margin: 26px 0 32px; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: .92rem; font-weight: 700; text-decoration: none; }
.video-trigger { padding: 0; color: var(--coffee); background: none; border: 0; cursor: pointer; }
.video-trigger:hover { color: var(--terracotta-dark); }
.play { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--terracotta-dark); font-size: .65rem; }
.trust-line { display: flex; align-items: center; gap: 14px; margin-top: 38px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.trust-line p { margin: 0; }
.trust-line strong { color: var(--coffee); }
.avatars { display: flex; }
.avatars span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--paper); border-radius: 50%; background: #d9b5a7; color: white; font-size: .7rem; font-weight: 700; }
.avatars span:first-child { margin: 0; background: #9a7063; }
.avatars span:last-child { background: var(--coffee); }

.hero-visual { position: relative; padding: 25px 0 65px; }
.image-card { position: relative; border: 9px solid rgba(255,255,255,.68); border-radius: 30px 30px 160px 30px; box-shadow: var(--shadow); overflow: visible; }
.image-card > img { aspect-ratio: 1.22; object-fit: cover; object-position: center; border-radius: 21px 21px 151px 21px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 17px; background: rgba(255,250,246,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 14px 35px rgba(63,38,29,.16); backdrop-filter: blur(12px); }
.floating-card small, .floating-card strong { display: block; white-space: nowrap; }
.floating-card small { color: var(--muted); font-size: .65rem; }
.floating-card strong { font-size: .73rem; }
.float-icon { width: 34px; height: 34px; display: grid; place-items: center; background: #dcebdc; color: #397345; border-radius: 50%; font-weight: 800; }
.float-top { top: 12%; left: -38px; }
.float-bottom { right: -10px; bottom: 9%; }
.metric { font: 700 1.38rem var(--serif); color: var(--terracotta-dark); }
.proof-strip { position: relative; display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line); }
.proof-strip p { margin: 0; color: var(--coffee-soft); font-size: .82rem; font-weight: 600; }
.proof-strip span { color: var(--terracotta-dark); margin-right: 6px; }

.pain-section { background: var(--paper); }
.section-lead { max-width: 650px; margin: 24px auto 0; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.pain-card { position: relative; min-height: 300px; padding: 38px; background: #faf5f1; border: 1px solid var(--line); border-radius: 22px; }
.pain-card.featured { color: white; background: var(--coffee); transform: translateY(-14px); }
.card-number { position: absolute; right: 28px; top: 25px; color: rgba(52,36,31,.18); font: 600 2rem var(--serif); }
.featured .card-number { color: rgba(255,255,255,.18); }
.line-icon, .feature-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(189,118,100,.35); border-radius: 50%; color: var(--terracotta-dark); font-size: 1.2rem; }
.line-icon svg, .feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .line-icon { color: #efb6a6; border-color: rgba(239,182,166,.4); }
.pain-card h3, .feature-card h3 { margin: 28px 0 12px; font: 600 1.4rem/1.25 var(--serif); }
.pain-card p, .feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.featured p { color: #cdbfba; }

.how-section { background: var(--cream); }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.how-visual { position: relative; }
.browser-frame { padding: 9px; background: white; border-radius: 22px; box-shadow: var(--shadow); transform: rotate(-1.5deg); overflow: hidden; }
.browser-bar { height: 36px; display: flex; align-items: center; gap: 5px; padding: 0 8px; color: var(--muted); font-size: .6rem; }
.browser-bar i { width: 7px; height: 7px; background: #d9c7bf; border-radius: 50%; }
.browser-bar span { margin-left: auto; margin-right: auto; padding: 3px 45px; background: #f5f0ed; border-radius: 20px; }
.browser-frame img { height: 430px; width: 100%; object-fit: cover; object-position: center; border-radius: 15px; }
.browser-frame img.booking-flow-image { object-position: 100% center; }
.badge-card { position: absolute; left: -25px; bottom: -30px; padding: 17px 22px; background: var(--paper); border-radius: 13px; box-shadow: 0 12px 34px rgba(52,36,31,.14); }
.badge-card strong, .badge-card span { display: block; }
.badge-card strong { font: 600 1rem var(--serif); }
.badge-card span { color: var(--muted); font-size: .7rem; }
.how-copy h2 { margin-bottom: 35px; }
.steps { list-style: none; margin: 0 0 32px; padding: 0; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(189,118,100,.5); border-radius: 50%; color: var(--terracotta-dark); font: 600 .88rem var(--serif); }
.steps h3 { margin: 0 0 4px; font: 600 1.08rem var(--serif); }
.steps p { margin: 0; color: var(--muted); font-size: .84rem; }
.demo-hint { max-width: 420px; margin: 14px 0 0; color: var(--muted); font-size: .72rem; }

.features-section { background: #fffaf6; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.feature-card { position: relative; padding: 0; text-align: left; color: var(--coffee); background: white; border: 1px solid var(--line); border-radius: 19px; overflow: hidden; box-shadow: 0 9px 25px rgba(52,36,31,.04); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { border-color: rgba(189,118,100,.55); transform: translateY(-5px); box-shadow: 0 18px 38px rgba(52,36,31,.1); }
.feature-preview { position: relative; width: 100%; height: 170px; display: block; padding: 0; background: #eadfd8; border: 0; cursor: zoom-in; overflow: hidden; }
.feature-preview:focus { outline: none; }
.feature-preview:focus-visible, .feature-open:focus-visible { outline: 2px solid var(--terracotta-dark); outline-offset: -3px; }
.feature-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(52,36,31,.2), transparent 50%); opacity: .45; transition: opacity .25s; }
.feature-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.feature-card:hover .feature-preview img { transform: scale(1.035); }
.feature-preview > i { position: absolute; z-index: 2; right: 13px; bottom: 12px; padding: 5px 10px; color: var(--coffee); background: rgba(255,250,246,.92); border-radius: 99px; box-shadow: 0 5px 18px rgba(52,36,31,.13); font: 700 .62rem var(--sans); font-style: normal; }
.feature-preview > i.preview-play { width: 43px; height: 43px; right: 50%; bottom: 50%; display: grid; place-items: center; padding: 0; color: white; background: var(--terracotta-dark); transform: translate(50%,50%); font-size: .8rem; }
.feature-card-copy { min-height: 152px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 23px; }
.feature-card-copy .feature-icon { width: 40px; height: 40px; }
.feature-card-copy h3 { margin: 1px 0 7px; }
.feature-card-copy p { margin: 0; }
.feature-open { display: inline-flex; align-items: center; gap: 6px; margin-top: 13px; padding: 0 0 2px; color: var(--terracotta-dark); background: none; border: 0; border-bottom: 1px solid rgba(189,118,100,.35); cursor: pointer; font: 700 .7rem var(--sans); }

.value-section { padding-top: 0; }
.value-box { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; padding: 60px 70px; color: white; background: var(--coffee); border-radius: 28px; }
.value-box h2 { font-size: clamp(2.2rem, 3.2vw, 3.3rem); }
.value-box p { color: #cfbfba; max-width: 670px; }
.value-metric { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.18); }
.value-metric small, .value-metric span { display: block; color: #cdbcb6; font-size: .8rem; }
.value-metric strong { display: block; color: #e5aa99; font: 600 3.4rem/1.15 var(--serif); white-space: nowrap; }

.pricing-section { background: var(--cream); }
.billing-toggle { width: max-content; display: flex; margin: 30px auto 0; padding: 5px; background: #e7dad2; border-radius: 99px; }
.billing-toggle button { padding: 9px 20px; color: var(--muted); background: none; border: 0; border-radius: 99px; cursor: pointer; font-size: .83rem; font-weight: 700; }
.billing-toggle button.active { color: var(--coffee); background: white; box-shadow: 0 3px 10px rgba(52,36,31,.09); }
.billing-toggle span { margin-left: 4px; color: var(--terracotta-dark); font-size: .64rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; margin-top: 56px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 36px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.price-card.popular { border: 2px solid var(--terracotta); box-shadow: 0 20px 50px rgba(129,75,59,.13); transform: translateY(-12px); }
.popular-tag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 5px 15px; color: white; background: var(--terracotta); border-radius: 99px; font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.plan-label { margin: 0 0 4px; color: var(--terracotta-dark); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { margin: 0; font: 600 1.12rem var(--serif); }
.price { display: flex; align-items: flex-start; margin: 28px 0 0; }
.price small { margin: 9px 5px 0 0; font-weight: 700; }
.price strong { font: 700 3.7rem/1 var(--serif); letter-spacing: -.06em; }
.price span { align-self: end; margin: 0 0 8px 5px; color: var(--muted); font-size: .8rem; }
.billing-note { min-height: 21px; margin: 7px 0 25px; color: var(--muted); font-size: .7rem; }
.price-card ul { list-style: none; margin: 28px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); }
.price-card li { position: relative; margin: 11px 0; padding-left: 24px; color: var(--coffee-soft); font-size: .83rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta-dark); font-weight: 800; }
.setup-note { margin: 30px 20px 0; color: var(--muted); font-size: .8rem; }

.guarantee-section { padding: 55px 0; background: #e9dbd2; }
.guarantee { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 35px; max-width: 850px; }
.seal { width: 106px; height: 106px; display: grid; place-items: center; align-content: center; color: white; background: var(--terracotta); border-radius: 50%; outline: 1px dashed rgba(255,255,255,.6); outline-offset: -8px; font: 600 2.8rem/1 var(--serif); transform: rotate(-5deg); }
.seal small { font: 700 .6rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.guarantee h2 { font-size: 2.4rem; }
.guarantee p:last-child { margin-bottom: 0; color: var(--coffee-soft); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro h2 { font-size: 3.2rem; }
.faq-intro p { color: var(--muted); }
.text-link.dark { color: var(--terracotta-dark); border-bottom: 1px solid rgba(189,118,100,.4); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 600 1.08rem var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--terracotta-dark); font-family: var(--sans); font-size: 1.25rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -7px 40px 24px 0; color: var(--muted); font-size: .88rem; }

.final-cta { padding-top: 20px; background: var(--paper); }
.final-box { position: relative; padding: 85px 30px; text-align: center; color: white; background: linear-gradient(135deg, #3a2822, #6c4438); border-radius: 30px; overflow: hidden; }
.final-box::before, .final-box::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.final-box::before { left: -180px; top: -200px; }.final-box::after { right: -150px; bottom: -220px; }
.final-box h2 { font-size: clamp(3rem, 5vw, 5rem); }
.final-box h2 em { color: #e3ab9b; }
.final-box p { color: #dac9c3; }
.final-box .button { position: relative; margin: 20px 0 14px; }
.final-box small { display: block; color: #bca9a3; }
.final-contact-link { position: relative; width: max-content; display: block; margin: 2px auto 0; color: #d9c3bc; font-size: .75rem; text-underline-offset: 4px; }

footer { padding: 32px 0 100px; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .76rem; }
.footer-grid .brand { color: var(--coffee); }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { color: var(--coffee-soft); font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--terracotta-dark); }
.gallery-modal { width: min(1180px, calc(100% - 28px)); max-height: calc(100dvh - 24px); padding: 0; color: var(--coffee); background: var(--paper); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; box-shadow: 0 30px 100px rgba(34,20,16,.4); overflow: auto; }
.gallery-modal::backdrop { background: rgba(36,23,19,.8); backdrop-filter: blur(7px); }
.gallery-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 24px; }
.gallery-modal-header > div > span { color: var(--terracotta-dark); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gallery-modal-header h2 { margin-top: 1px; font-size: 1.55rem; }
.gallery-modal-header > button { width: 42px; height: 42px; flex: 0 0 auto; color: var(--coffee); background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.gallery-image-wrap { min-height: 300px; display: grid; place-items: center; padding: 16px; background: #e8ded7; }
.gallery-image-wrap img { width: auto; max-width: 100%; max-height: 65dvh; object-fit: contain; border-radius: 10px; box-shadow: 0 16px 45px rgba(52,36,31,.18); }
.gallery-modal-footer { display: grid; grid-template-columns: 44px 1fr auto 44px; gap: 16px; align-items: center; padding: 16px 24px; }
.gallery-modal-footer strong { font: 600 1rem var(--serif); }
.gallery-modal-footer p { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }
.gallery-modal-footer > span { color: var(--muted); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.gallery-nav { width: 42px; height: 42px; color: var(--coffee); background: var(--cream); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 1rem; }
.gallery-nav:hover { color: white; background: var(--terracotta); }
.video-modal { width: min(920px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; color: var(--coffee); background: var(--paper); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; box-shadow: 0 30px 100px rgba(34,20,16,.38); overflow: auto; }
.video-modal::backdrop { background: rgba(36,23,19,.76); backdrop-filter: blur(7px); }
.video-modal-header, .video-modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 26px; }
.video-modal-header span { color: var(--terracotta-dark); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-modal-header h2 { margin-top: 2px; font-size: 1.7rem; }
.video-modal-header button { width: 42px; height: 42px; flex: 0 0 auto; color: var(--coffee); background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.video-modal video { width: 100%; max-height: 62dvh; display: block; background: #1e1512; }
.video-modal-footer { padding-block: 18px; }
.video-modal-footer p { margin: 0; color: var(--muted); font-size: .85rem; }
.video-modal-footer .button { min-height: 44px; white-space: nowrap; }
.mobile-cta { display: none; }

.cookie-banner { position: fixed; z-index: 120; right: 20px; bottom: 20px; left: 20px; width: min(100% - 40px, 980px); display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-inline: auto; padding: 20px 22px; color: var(--coffee); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 65px rgba(52,36,31,.22); }
.cookie-banner-copy { max-width: 660px; }
.cookie-banner-copy strong { font: 600 1.08rem var(--serif); }
.cookie-banner-copy p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.cookie-banner-copy a { color: var(--terracotta-dark); font-weight: 700; }
.cookie-banner-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-banner button, .cookie-preferences { min-height: 42px; padding: 0 17px; border-radius: 999px; cursor: pointer; font: 700 .72rem var(--sans); }
.cookie-reject { color: var(--coffee); background: var(--cream); border: 1px solid var(--line); }
.cookie-accept { color: white; background: var(--terracotta-dark); border: 1px solid var(--terracotta-dark); }
.cookie-preferences { position: fixed; z-index: 79; left: 14px; bottom: 14px; min-height: 36px; padding-inline: 13px; color: var(--coffee-soft); background: rgba(255,255,255,.94); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(52,36,31,.12); }
.cookie-banner button:focus-visible, .cookie-preferences:focus-visible { outline: 3px solid rgba(198,133,112,.35); outline-offset: 2px; }

.simple-page { min-height: 100dvh; background: var(--paper); }
.simple-header { border-bottom: 1px solid var(--line); background: rgba(250,247,244,.94); }
.simple-header .nav { min-height: 78px; }
.simple-header .text-link { margin-left: auto; }
.legal-main { padding: 72px 0 110px; }
.legal-document { width: min(100% - 32px, 820px); margin: auto; }
.legal-document > p:first-of-type { margin-top: 16px; color: var(--muted); font-size: 1rem; }
.legal-document h1 { max-width: none; margin-top: 12px; font-size: clamp(2.7rem, 7vw, 4.8rem); }
.legal-document h2 { margin: 42px 0 12px; font-size: 1.65rem; }
.legal-document p, .legal-document li { color: var(--coffee-soft); font-size: .96rem; line-height: 1.8; }
.legal-document ul { display: grid; gap: 8px; padding-left: 20px; }
.legal-document a { color: var(--terracotta-dark); font-weight: 700; }
.legal-updated { display: inline-block; margin-top: 10px; padding: 7px 11px; color: var(--terracotta-dark); background: var(--blush); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.confirmation-main { min-height: calc(100dvh - 79px); display: grid; place-items: center; padding: 60px 0; }
.confirmation-card { width: min(100% - 32px, 700px); padding: clamp(34px, 7vw, 72px); text-align: center; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 28px 80px rgba(52,36,31,.12); }
.confirmation-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 24px; color: white; background: var(--terracotta); border-radius: 50%; font-size: 2rem; }
.confirmation-card h1 { max-width: none; font-size: clamp(2.7rem, 8vw, 4.6rem); }
.confirmation-card > p { max-width: 530px; margin: 20px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.confirmation-actions { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  nav { display: none; }
  .hero-grid, .how-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-grid { min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-line { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { max-width: 680px; margin: auto; }
  .pain-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 600px; }
  .pain-card.featured, .price-card.popular { transform: none; }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .value-box { grid-template-columns: 1fr; padding: 50px; }
  .value-metric { padding: 25px 0 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .faq-intro { max-width: 620px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  .site-header .button { display: none; }
  .nav { min-height: 64px; }
  .hero { padding-top: 115px; }
  .hero-grid { gap: 40px; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  h2 { font-size: 2.55rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-line { text-align: left; }
  .image-card { border-width: 6px; border-radius: 20px 20px 80px 20px; }
  .image-card > img { border-radius: 14px 14px 74px 14px; }
  .float-top { left: -7px; top: -18px; }
  .float-bottom { right: -5px; bottom: -28px; }
  .floating-card { padding: 9px 11px; }
  .floating-card strong { font-size: .61rem; }
  .proof-strip { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 25px; }
  .pain-grid, .features-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: auto; }
  .browser-frame img { height: 300px; }
  .browser-bar span { padding: 3px 15px; }
  .badge-card { left: 10px; bottom: -35px; }
  .feature-preview { height: 185px; }
  .feature-card-copy { min-height: 0; }
  .value-box { padding: 38px 25px; }
  .value-metric strong { font-size: 3rem; }
  .price-card { padding: 30px 25px; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .seal { margin: auto; }
  .faq-intro h2 { font-size: 2.55rem; }
  .final-box { padding: 65px 19px; border-radius: 22px; }
  .footer-grid { flex-direction: column; }
  .footer-links { flex-direction: column; gap: 8px; }
  .simple-header .nav { min-height: 64px; }
  .legal-main { padding-top: 52px; }
  .confirmation-actions { flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
  .gallery-modal { border-radius: 18px; }
  .gallery-modal-header { padding: 14px 16px; }
  .gallery-modal-header h2 { font-size: 1.25rem; }
  .gallery-image-wrap { min-height: 240px; padding: 8px; }
  .gallery-image-wrap img { max-height: 57dvh; border-radius: 7px; }
  .gallery-modal-footer { grid-template-columns: 40px 1fr 40px; gap: 10px; padding: 13px; }
  .gallery-modal-footer > span { display: none; }
  .gallery-modal-footer strong { font-size: .9rem; }
  .gallery-modal-footer p { font-size: .65rem; }
  .gallery-nav { width: 38px; height: 38px; }
  .video-modal-header, .video-modal-footer { padding: 16px; }
  .video-modal-header h2 { font-size: 1.35rem; }
  .video-modal-footer { align-items: stretch; flex-direction: column; }
  .video-modal-footer .button { width: 100%; }
  .mobile-cta { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: white; background: var(--terracotta-dark); border: 1px solid rgba(255,255,255,.25); border-radius: 99px; box-shadow: 0 12px 35px rgba(52,36,31,.32); text-decoration: none; font-weight: 800; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: auto; align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-banner button { padding-inline: 12px; }
  .cookie-preferences { bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
