:root {
  --ink: #142522;
  --forest: #173f3a;
  --forest-deep: #0d2e2b;
  --paper: #f5f0e6;
  --cream: #fffaf0;
  --white: #fffefb;
  --coral: #f26b4a;
  --coral-dark: #d84e31;
  --sun: #f2c14e;
  --mint: #bfe2d7;
  --muted: #68736f;
  --line: rgba(20, 37, 34, .15);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 26px;
  --shadow: 0 30px 80px rgba(13, 46, 43, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; text-rendering: optimizeLegibility; }
body::selection { background: var(--sun); color: var(--ink); }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-dark { background: var(--forest-deep); color: var(--white); }
.section-light { background: var(--cream); }
.section-paper { background: var(--paper); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--mint); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--coral); }
.eyebrow.ink { color: var(--forest); }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1d2926; background: var(--sun); box-shadow: 0 12px 30px rgba(242, 193, 78, .2); }
.button-primary:hover { background: #ffd269; }
.button-dark { color: white; background: var(--forest); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-block: 6px; }
.text-link.dark { color: var(--forest); border-color: rgba(23,63,58,.35); }
.text-link span { color: var(--coral); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; background: var(--coral); color: var(--ink); border-radius: 50% 50% 50% 12px; font-size: .86rem; font-weight: 900; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: rgba(255,255,255,.65); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 21px; }
.main-nav a { font-size: .86rem; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--sun); }
.nav-cta { padding: 11px 17px; color: var(--ink); background: var(--white); border-radius: 999px; }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; font-weight: 800; }

.hero { position: relative; overflow: hidden; padding: 170px 0 42px; min-height: 810px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(3.25rem, 6.5vw, 6.4rem); line-height: .93; letter-spacing: -.068em; }
.hero h1 em, .closing-section h2 em, .method-intro h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero h1 em { display: block; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 26px; }
.hero-proof { margin-top: 64px; display: flex; gap: 42px; }
.hero-proof div { display: flex; align-items: center; gap: 12px; }
.hero-proof strong { font-size: 1.35rem; color: var(--sun); }
.hero-proof span { max-width: 150px; color: rgba(255,255,255,.58); font-size: .76rem; line-height: 1.35; }
.hero-stage { position: relative; min-height: 550px; }
.photo-frame { display: block; overflow: hidden; border-radius: var(--radius); background: #244e48; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { width: 88%; aspect-ratio: 5 / 6; margin-left: auto; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.hero-photo img { object-position: 52% center; }
.floating-note { position: absolute; padding: 16px 18px; display: grid; gap: 3px; border-radius: 17px; box-shadow: var(--shadow); }
.floating-note small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.floating-note strong { font-size: .84rem; }
.note-search { top: 48px; left: 0; background: var(--white); color: var(--ink); }
.note-result { right: -18px; bottom: 52px; background: var(--sun); color: var(--ink); }
.status-dot { position: absolute; top: 14px; right: 14px; width: 8px; height: 8px; background: #42a678; border-radius: 50%; box-shadow: 0 0 0 5px rgba(66,166,120,.13); }
.mini-chart { display: flex; gap: 3px; align-items: end; height: 18px; margin-bottom: 4px; }
.mini-chart i { width: 4px; background: var(--forest); border-radius: 3px; }
.mini-chart i:nth-child(1) { height: 7px; }.mini-chart i:nth-child(2) { height: 12px; }.mini-chart i:nth-child(3) { height: 18px; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit-one { width: 700px; height: 700px; right: -260px; top: -90px; }
.orbit-two { width: 420px; height: 420px; right: -100px; top: 50px; }
.trust-line { position: relative; z-index: 2; margin-top: 76px; padding-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; font-weight: 750; text-align: center; letter-spacing: .07em; text-transform: uppercase; }

.problem-section { padding: 130px 0; }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2 { margin: 0; font-size: clamp(2.6rem, 4.6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.problem-copy { max-width: 650px; font-size: 1.08rem; }
.problem-copy p { margin: 0 0 20px; }
.accent-copy { color: var(--forest); font-size: 1.35rem; font-weight: 750; }
.friction-grid { margin-top: 85px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.friction-card { position: relative; min-height: 330px; padding: 40px 34px; background: rgba(255,255,255,.38); border-right: 1px solid var(--line); }
.friction-card:last-child { border-right: 0; }
.card-index { color: var(--muted); font-size: .72rem; font-weight: 800; }
.line-icon { width: 56px; height: 56px; margin-top: 44px; display: grid; place-items: center; border: 2px solid var(--coral); border-radius: 18px 18px 18px 5px; color: var(--coral); font-size: 1.4rem; font-weight: 800; }
.friction-card h3 { margin: 26px 0 10px; font-size: 1.28rem; }
.friction-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.method-section { padding: 140px 0; color: white; background: var(--forest); }
.method-section .shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: 120px; }
.method-intro h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.3rem); line-height: .9; letter-spacing: -.07em; }
.method-intro > p:last-child { max-width: 470px; margin: 30px 0 0; color: rgba(255,255,255,.65); }
.method-steps { display: flex; flex-direction: column; justify-content: center; }
.method-step { padding: 38px 0; display: grid; grid-template-columns: 65px 1fr; gap: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.method-step:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.method-step > span { color: var(--sun); font-family: Georgia, serif; font-size: 1.5rem; font-style: italic; }
.method-step h3 { margin: 0 0 8px; font-size: 1.55rem; }
.method-step p { margin: 0; color: rgba(255,255,255,.63); }

.deliverables { padding: 135px 0; }
.section-heading.centered { max-width: 820px; margin: 0 auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 24px auto 0; color: var(--muted); }
.deliverable-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.deliverable-card { position: relative; overflow: hidden; min-height: 410px; padding: 40px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.deliverable-card.featured { color: white; background: var(--forest-deep); }
.deliverable-card.warm { background: #f8d9ca; }
.pill { display: inline-flex; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; opacity: .76; }
.deliverable-card h3 { max-width: 470px; margin: 28px 0 14px; font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.045em; }
.deliverable-card > p { max-width: 480px; margin: 0; color: var(--muted); }
.deliverable-card.featured > p { color: rgba(255,255,255,.65); }
.deliverable-card ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.deliverable-card li { font-size: .82rem; font-weight: 700; }
.deliverable-card li::before { content: "↗"; margin-right: 8px; color: var(--coral); }
.site-miniature { position: absolute; right: -30px; bottom: -45px; width: 250px; height: 185px; padding: 20px; background: var(--paper); border-radius: 18px 18px 0 0; transform: rotate(-4deg); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.site-miniature i, .site-miniature b { display: block; background: var(--forest); border-radius: 5px; }
.site-miniature i:nth-child(1) { width: 60px; height: 7px; background: var(--coral); }
.site-miniature i:nth-child(2) { width: 150px; height: 20px; margin-top: 26px; }
.site-miniature i:nth-child(3) { width: 120px; height: 8px; margin-top: 12px; opacity: .35; }
.site-miniature b { width: 76px; height: 25px; margin-top: 20px; background: var(--sun); }

.about-section { padding: 140px 0; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.about-visual { position: relative; }
.portrait-photo { aspect-ratio: 4 / 5; background: var(--forest); }
.portrait-photo img { object-position: center 32%; }
.experience-stamp { position: absolute; right: -42px; bottom: 60px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--sun); border-radius: 50%; text-align: center; transform: rotate(6deg); box-shadow: var(--shadow); }
.experience-stamp strong { font-size: 2.2rem; line-height: 1; }
.experience-stamp span { margin-top: 5px; font-size: .72rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.about-copy h2 { margin: 0 0 30px; font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.about-copy p { color: #43504d; }
.about-copy .large-copy { color: var(--ink); font-size: 1.22rem; font-weight: 650; }
.about-copy blockquote { margin: 34px 0; padding: 24px 0 24px 26px; color: var(--forest); border-left: 4px solid var(--coral); font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }

.diagnostic-section { padding: 130px 0; color: white; background: var(--forest-deep); }
.diagnostic-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.diagnostic-copy { position: sticky; top: 40px; }
.diagnostic-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.065em; }
.diagnostic-copy > p { max-width: 500px; color: rgba(255,255,255,.66); }
.diagnostic-points { margin-top: 38px; display: grid; gap: 12px; color: rgba(255,255,255,.75); font-size: .88rem; font-weight: 700; }
.diagnostic-points i { width: 24px; height: 24px; display: inline-grid; place-items: center; margin-right: 8px; color: var(--forest-deep); background: var(--mint); border-radius: 50%; font-style: normal; font-size: .72rem; }
.lead-card { padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 40px 90px rgba(0,0,0,.18); }
.form-progress { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }
.form-progress span { height: 4px; background: #e2e6e4; border-radius: 99px; }
.form-progress span.active { background: var(--coral); }
.form-step { padding-top: 35px; }
.form-step[hidden] { display: none; }
.form-count { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-step h3 { margin: 8px 0 5px; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.05; letter-spacing: -.045em; }
.form-step > p { margin: 0 0 28px; color: var(--muted); }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .73rem; font-weight: 850; letter-spacing: .04em; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select { width: 100%; min-height: 53px; padding: 0 15px; color: var(--ink); background: #fbfaf6; border: 1px solid #ccd3d0; border-radius: 12px; outline: none; }
.large-field input { min-height: 66px; font-size: 1.25rem; font-weight: 750; }
.field input:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 4px rgba(23,63,58,.1); }
.field small { display: block; margin-top: 8px; color: var(--muted); font-size: .7rem; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.name-adjustment { margin-top: 8px; padding: 9px 11px; color: var(--forest); background: rgba(191,226,215,.35); border-radius: 9px; font-size: .7rem; }
.name-adjustment button { border: 0; padding: 0; margin-left: 6px; color: var(--coral-dark); background: transparent; font-weight: 800; cursor: pointer; text-decoration: underline; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 8px; margin: 8px 0 24px; color: var(--muted); font-size: .72rem; }
.consent input { margin: 2px 0 0; accent-color: var(--forest); }
.consent button { border: 0; padding: 0; color: var(--forest); background: transparent; cursor: pointer; text-decoration: underline; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.back-step { border: 0; background: transparent; cursor: pointer; font-weight: 750; }
.honeypot { position: absolute; left: -9999px; }
.form-message { margin-top: 18px; padding: 0; border-radius: 11px; font-size: .84rem; }
.form-message.success, .form-message.error { padding: 14px 16px; }
.form-message.success { color: #1d5742; background: #dbf2e8; }
.form-message.error { color: #8a2f25; background: #ffe3de; }

.faq-section { padding: 130px 0; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.faq-grid .section-heading h2 { font-size: clamp(2.5rem,4vw,4.3rem); }
.share-button { margin-top: 32px; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--forest); color: var(--forest); background: transparent; cursor: pointer; font-weight: 800; }
.share-button span { margin-right: 8px; color: var(--coral); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 27px 0; display: flex; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-weight: 800; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 650px; margin: -8px 0 26px; color: var(--muted); }

.closing-section { padding: 120px 0; text-align: center; }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-section .eyebrow { justify-content: center; }
.closing-section h2 { margin: 0 0 40px; font-size: clamp(3.1rem, 6vw, 6.4rem); line-height: .92; letter-spacing: -.07em; }
.site-footer { padding: 75px 0 22px; color: white; background: #081f1d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .55fr; gap: 80px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { max-width: 320px; color: rgba(255,255,255,.55); }
.footer-grid strong { margin-bottom: 8px; }
.footer-grid a, .footer-grid button, .footer-grid address { color: rgba(255,255,255,.64); font-style: normal; font-size: .84rem; text-decoration: none; }
.footer-grid button { border: 0; padding: 0; background: transparent; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--sun); }
.footer-grid small { max-width: 250px; color: rgba(255,255,255,.64); }
.footer-bottom { margin-top: 70px; padding-top: 18px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.64); border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom a { text-decoration: none; }

.privacy-dialog { max-width: 600px; padding: 42px; color: var(--ink); background: var(--white); border: 0; border-radius: var(--radius); box-shadow: 0 50px 130px rgba(0,0,0,.35); }
.privacy-dialog::backdrop { background: rgba(5,25,23,.76); backdrop-filter: blur(6px); }
.privacy-dialog h2 { margin: 0 0 20px; font-size: 2.2rem; line-height: 1; letter-spacing: -.04em; }
.privacy-dialog p { color: var(--muted); }
.dialog-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; cursor: pointer; font-size: 1.8rem; }
.privacy-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.whatsapp-float { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 80; display: flex; align-items: center; gap: 10px; color: white; text-decoration: none; }
.whatsapp-float-label { padding: 8px 11px; color: var(--ink); background: rgba(255,254,251,.96); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 32px rgba(13,46,43,.16); font-size: .72rem; font-weight: 800; opacity: 0; transform: translateX(8px); transition: opacity .22s ease, transform .22s ease; pointer-events: none; }
.whatsapp-float-icon { position: relative; width: 50px; height: 50px; display: grid; place-items: center; background: #176b51; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 13px 34px rgba(13,46,43,.28); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.whatsapp-float-icon::after { content: ""; position: absolute; inset: -1px; border: 1px solid rgba(191,226,215,.62); border-radius: inherit; animation: whatsapp-breathe 5.8s ease-out infinite; }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }
.whatsapp-float:hover .whatsapp-float-label, .whatsapp-float:focus-visible .whatsapp-float-label { opacity: 1; transform: none; }
.whatsapp-float:hover .whatsapp-float-icon, .whatsapp-float:focus-visible .whatsapp-float-icon { background: #12805b; box-shadow: 0 16px 38px rgba(13,46,43,.35); transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline: 0; }
.whatsapp-float:focus-visible .whatsapp-float-icon { outline: 3px solid var(--sun); outline-offset: 3px; }

@keyframes whatsapp-breathe {
  0%, 72%, 100% { opacity: 0; transform: scale(1); }
  78% { opacity: .7; }
  93% { opacity: 0; transform: scale(1.38); }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .24s; }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .78rem; }
  .hero-grid { gap: 36px; }
  .hero-stage { min-height: 470px; }
  .method-section .shell, .about-grid, .diagnostic-grid, .faq-grid { gap: 60px; }
  .experience-stamp { right: -20px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 700px); }
  .site-header { position: absolute; }
  .header-inner { height: 78px; }
  .menu-toggle { position: relative; z-index: 2; display: block; flex: 0 0 auto; }
  .main-nav { position: absolute; top: 70px; left: 17px; right: 17px; padding: 24px; display: none; align-items: stretch; flex-direction: column; gap: 17px; color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { text-align: center; background: var(--sun); }
  .hero { padding-top: 130px; }
  .hero-grid, .problem-grid, .method-section .shell, .about-grid, .diagnostic-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 500px; }
  .hero-photo { width: 94%; aspect-ratio: 4 / 3; }
  .hero-proof { margin-top: 42px; }
  .trust-line { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .problem-grid { gap: 35px; }
  .friction-grid { grid-template-columns: 1fr; }
  .friction-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .friction-card:last-child { border-bottom: 0; }
  .method-section .shell { gap: 70px; }
  .deliverable-card { min-height: 440px; }
  .about-grid { gap: 70px; }
  .diagnostic-copy { position: static; }
  .faq-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); --radius: 20px; }
  .brand-copy small { display: none; }
  .hero { min-height: 0; padding-bottom: 32px; }
  .hero h1 { font-size: clamp(2.9rem, 14.5vw, 4rem); }
  .hero h1 em { font-size: .92em; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-proof { flex-direction: column; gap: 16px; }
  .hero-stage { min-height: 440px; margin-top: 20px; }
  .hero-photo { aspect-ratio: 4 / 5; }
  .note-search { top: 30px; }
  .note-result { right: 0; bottom: 26px; }
  .trust-line { grid-template-columns: 1fr 1fr; font-size: .62rem; }
  .problem-section, .method-section, .deliverables, .about-section, .diagnostic-section, .faq-section { padding: 90px 0; }
  .friction-grid { margin-top: 55px; }
  .friction-card { padding: 30px 26px; }
  .line-icon { margin-top: 28px; }
  .method-step { grid-template-columns: 48px 1fr; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .deliverable-card { min-height: 0; padding: 30px 26px; }
  .deliverable-card.featured { min-height: 480px; }
  .deliverable-card ul { grid-template-columns: 1fr; }
  .site-miniature { right: -55px; }
  .experience-stamp { width: 118px; height: 118px; right: -4px; bottom: 30px; }
  .lead-card { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .privacy-dialog { width: calc(100% - 24px); padding: 34px 24px; }
  .whatsapp-float { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  .whatsapp-float-label { display: none; }
  .whatsapp-float-icon { width: 46px; height: 46px; }
  .whatsapp-float svg { width: 25px; height: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
