@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink: #0b0c0e; --ink-soft: #131518; --paper: #f3f2ed; --paper-bright: #fbfaf7; --muted: #8d8d89; --muted-dark: #656762; --line: rgba(255,255,255,.14); --line-dark: rgba(11,12,14,.14); --gold: #d8a933; --gold-light: #f1ca64; --gold-pale: #f8e8b7; --max: 1240px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.container { width: min(calc(100% - 80px), var(--max)); margin: 0 auto; }
.section { padding: 140px 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.eyebrow { align-items: center; color: var(--gold-light); display: flex; font: 500 10px/1 'DM Mono', monospace; letter-spacing: .18em; margin: 0 0 28px; text-transform: uppercase; }
.eyebrow-dark { color: var(--muted-dark); }
.eyebrow-line { background: currentColor; display: inline-block; height: 1px; margin-right: 11px; width: 29px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.065em; }
h1 em, h2 em, h3 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.01; margin-bottom: 0; }
.button { align-items: center; border: 1px solid transparent; border-radius: 10px; display: inline-flex; font-size: 11px; font-weight: 700; gap: 21px; justify-content: center; letter-spacing: .04em; min-height: 56px; padding: 0 24px; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button:focus-visible, .text-link:focus-visible, .mobile-menu a:focus-visible, .floating-whatsapp:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #292b2e; }
.button-outline { border-color: rgba(255,255,255,.24); color: var(--paper); }
.button-outline:hover { background: var(--paper); color: var(--ink); }
.button-small { min-height: 40px; padding: 0 17px; }
.button-full { width: 100%; }
.text-link { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 15px; letter-spacing: .04em; padding-bottom: 9px; position: relative; }
.text-link::after { background: currentColor; bottom: 0; content: ''; height: 1px; left: 0; position: absolute; transition: width .25s; width: 29px; }
.text-link:hover::after { width: 100%; }
.text-link-light { color: var(--paper); }
.text-link-dark { color: var(--ink); }

.site-header { align-items: center; background: rgba(11,12,14,.77); border-bottom: 1px solid rgba(255,255,255,.09); display: flex; height: 78px; justify-content: space-between; left: 0; padding: 0 max(40px, calc((100vw - var(--max)) / 2)); position: absolute; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 11px; }
.brand-mark { align-items: center; display: inline-flex; height: 35px; justify-content: center; width: 27px; }
.brand-mark img { height: 100%; object-fit: contain; width: 100%; }
.brand-name { color: var(--paper); font: 500 12px/1 'DM Mono', monospace; letter-spacing: .12em; white-space: nowrap; }
.brand-name strong { color: var(--gold-light); font-weight: 500; }
.desktop-nav { display: flex; gap: 33px; margin-left: auto; margin-right: 45px; }
.desktop-nav a { color: #a8aaa7; font-size: 11px; transition: color .2s; }
.desktop-nav a:hover { color: var(--paper); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 780px; padding: 78px 0 0; position: relative; }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; inset: 0; mask-image: linear-gradient(90deg, rgba(0,0,0,.86), transparent 82%); opacity: .8; position: absolute; }
.hero-glow { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; }
.hero-glow-one { background: rgba(189,138,37,.12); height: 380px; right: 6%; top: 20%; width: 380px; }
.hero-glow-two { background: rgba(255,255,255,.05); bottom: -180px; height: 430px; left: 2%; width: 430px; }
.hero-layout { align-items: center; display: grid; gap: 50px; grid-template-columns: 1fr 1fr; min-height: 702px; position: relative; }
.hero-copy { max-width: 590px; padding: 36px 0 66px; }
.hero h1 { font-size: clamp(70px, 9vw, 126px); line-height: .86; margin: 0 0 35px; }
.hero h1 em { color: var(--gold-light); }
.hero-lead { color: var(--paper); font-size: clamp(20px, 2vw, 26px); letter-spacing: -.035em; line-height: 1.23; max-width: 490px; }
.hero-support { color: #8e918d; font-size: 14px; line-height: 1.65; margin: 0 0 35px; max-width: 430px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-bottom: 43px; }
.hero-note { align-items: center; color: #686b68; display: flex; font: 10px/1 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.pulse-dot { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216,169,51,.12); height: 6px; margin-right: 13px; width: 6px; }
.hero-visual { align-items: center; display: flex; height: 610px; justify-content: center; position: relative; }
.hero-symbol { filter: drop-shadow(0 22px 25px rgba(0,0,0,.45)); max-height: 535px; object-fit: contain; position: relative; width: min(74%, 450px); z-index: 2; }
.visual-ring { border: 1px solid rgba(216,169,51,.3); border-radius: 50%; position: absolute; }
.ring-outer { height: 540px; width: 540px; }
.ring-inner { border-color: rgba(255,255,255,.1); height: 405px; width: 405px; }
.visual-axis { background: rgba(255,255,255,.09); position: absolute; }
.axis-horizontal { height: 1px; left: 3%; right: 3%; top: 53%; }
.axis-vertical { bottom: 4%; height: 92%; left: 50%; width: 1px; }
.visual-label { color: #777c78; font: 9px/1 'DM Mono', monospace; letter-spacing: .15em; position: absolute; text-transform: uppercase; }
.visual-label span { color: var(--gold-light); margin-right: 8px; }
.label-top { right: 6%; top: 12%; }
.label-bottom { bottom: 11%; left: 5%; }
.visual-marker { border: 1px solid var(--gold); height: 8px; position: absolute; transform: rotate(45deg); width: 8px; }
.marker-one { right: 13%; top: 36%; }
.marker-two { bottom: 24%; left: 18%; }
.visual-caption { align-items: center; bottom: 4%; color: #8f928e; display: flex; font: 9px/1 'DM Mono', monospace; letter-spacing: .13em; position: absolute; right: 0; text-transform: uppercase; }
.caption-line { background: var(--gold); height: 1px; margin-right: 10px; width: 23px; }
.hero-scroll { bottom: 33px; color: #666a66; font: 9px/1 'DM Mono', monospace; left: max(40px, calc((100vw - var(--max)) / 2)); letter-spacing: .15em; position: absolute; text-transform: uppercase; }
.hero-scroll span { border: 1px solid var(--gold); border-radius: 50%; display: inline-block; height: 6px; margin-right: 9px; width: 6px; }
.signal-bar { background: var(--gold); color: var(--ink); min-height: 61px; }
.signal-items { align-items: center; display: flex; font: 10px/1 'DM Mono', monospace; justify-content: space-between; letter-spacing: .16em; min-height: 61px; }
.signal-items i { background: rgba(11,12,14,.4); height: 1px; width: 36px; }
.journey-section { padding: 108px 0; }
.journey-layout { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.journey-copy h2 { font-size: clamp(39px, 4.2vw, 61px); }
.journey-copy > p:not(.eyebrow) { color: var(--muted-dark); font-size: 14px; line-height: 1.75; margin: 31px 0 0; max-width: 410px; }
.journey-steps { border-top: 1px solid var(--line-dark); counter-reset: journey; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 0; padding: 0; }
.journey-steps li { border-bottom: 1px solid var(--line-dark); min-height: 156px; padding: 22px 28px 22px 0; }
.journey-steps li:nth-child(odd) { border-right: 1px solid var(--line-dark); padding-right: 28px; }
.journey-steps li:nth-child(even) { padding-left: 28px; }
.journey-steps span { color: var(--gold); display: block; font: 10px/1 'DM Mono', monospace; margin-bottom: 34px; }
.journey-steps strong { display: block; font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.journey-steps p { color: var(--muted-dark); font-size: 11px; line-height: 1.55; margin: 7px 0 0; }

.two-column-heading { display: grid; gap: 80px; grid-template-columns: 1.1fr .8fr; }
.two-column-heading h2 { max-width: 700px; }
.heading-aside { align-self: end; padding-bottom: 4px; }
.heading-aside p { color: var(--muted-dark); font-size: 14px; line-height: 1.75; margin-bottom: 30px; max-width: 400px; }
.pain-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 110px; }
.pain-card { border-top: 1px solid var(--line-dark); padding: 22px 20px 0 0; }
.card-index, .service-number, .closing-index { color: var(--gold); font: 10px/1 'DM Mono', monospace; letter-spacing: .12em; }
.pain-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; margin: 53px 0 18px; max-width: 240px; }
.pain-card p { color: var(--muted-dark); font-size: 13px; line-height: 1.7; max-width: 285px; }
.solution-section { background: #111315; overflow: hidden; position: relative; }
.solution-section::after { border: 1px solid rgba(216,169,51,.22); border-radius: 50%; content: ''; height: 730px; position: absolute; right: -310px; top: -240px; width: 730px; }
.solution-layout { align-items: start; display: grid; gap: 100px; grid-template-columns: 1.1fr .9fr; position: relative; z-index: 1; }
.solution-statement h2 { max-width: 660px; }
.solution-statement > p:last-child { color: #8b8e8a; font-size: 15px; line-height: 1.75; margin: 36px 0 0; max-width: 520px; }
.solution-principles { border-top: 1px solid var(--line); }
.principle { align-items: flex-start; border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 25px 1fr; padding: 28px 0; }
.principle > span { color: var(--gold-light); font: 10px/1 'DM Mono', monospace; }
.principle strong { font-size: 17px; font-weight: 600; }
.principle p { color: #818580; font-size: 12px; line-height: 1.6; margin: 8px 0 0; }

.section-heading-row { align-items: end; display: flex; justify-content: space-between; }
.section-heading-row > p { color: var(--muted-dark); font-size: 14px; line-height: 1.75; margin: 0 0 2px; max-width: 365px; }
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 92px; }
.service-card { border: 1px solid var(--line-dark); display: flex; flex-direction: column; min-height: 580px; padding: 29px 34px 34px; transition: background .25s, transform .25s; }
.service-card:hover { background: #eae9e2; transform: translateY(-4px); }
.service-featured { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.service-featured:hover { background: #17191c; }
.service-top { align-items: center; display: flex; justify-content: space-between; }
.service-tag { border: 1px solid var(--gold); color: var(--gold); font: 9px/1 'DM Mono', monospace; letter-spacing: .12em; padding: 7px 9px; text-transform: uppercase; }
.service-icon { height: 70px; margin: 67px 0 28px; position: relative; width: 70px; }
.service-icon-target { border: 1px solid var(--gold); border-radius: 50%; }
.service-icon-target::after, .service-icon-target::before { border: 1px solid var(--gold); border-radius: 50%; content: ''; inset: 12px; position: absolute; }
.service-icon-target::before { inset: 26px; }
.service-icon-target span { background: var(--gold); border-radius: 50%; height: 5px; left: 31px; position: absolute; top: 31px; width: 5px; }
.service-icon-orbit { border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-35deg); }
.service-icon-orbit::before { border: 1px solid var(--ink); border-radius: 50%; content: ''; inset: 12px -11px; position: absolute; }
.service-icon-orbit::after { background: var(--gold); border-radius: 50%; content: ''; height: 8px; position: absolute; right: 6px; top: 9px; width: 8px; }
.service-card h3 { font-size: 42px; font-weight: 500; letter-spacing: -.065em; line-height: 1; margin: 0 0 19px; }
.service-card p { color: #8a8d89; font-size: 13px; line-height: 1.7; max-width: 410px; }
.service-card ul { border-top: 1px solid var(--line); color: #b0b2ae; list-style: none; margin: auto 0 29px; padding: 19px 0 0; }
.service-card:not(.service-featured) ul { border-color: var(--line-dark); color: var(--muted-dark); }
.service-card li { font-size: 11px; margin: 0 0 11px; padding-left: 16px; position: relative; }
.service-card li::before { color: var(--gold); content: '→'; left: 0; position: absolute; }
.service-card .text-link { color: inherit; }
.combo-banner { align-items: center; background: var(--gold-pale); display: flex; gap: 25px; justify-content: space-between; margin-top: 18px; padding: 25px 31px; }
.combo-mark { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-size: 24px; height: 41px; justify-content: center; width: 41px; }
.combo-banner strong { font-size: 16px; letter-spacing: -.02em; }
.combo-banner p { color: #68635a; font-size: 12px; margin: 5px 0 0; }

.method-section { background: #111315; }
.method-heading { align-items: end; }
.method-heading > p { color: #858884; }
.method-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin-top: 100px; }
.method-step { border-left: 1px solid var(--line); min-height: 200px; padding: 0 28px; }
.method-step:first-child { border-left: 0; padding-left: 0; }
.method-step span { color: var(--gold-light); font: 10px/1 'DM Mono', monospace; }
.step-rule { background: var(--gold); height: 1px; margin: 27px 0 25px; opacity: .65; width: 25px; }
.method-step h3 { font-size: 21px; font-weight: 600; margin-bottom: 14px; }
.method-step p { color: #858884; font-size: 12px; line-height: 1.7; max-width: 210px; }

.differentiators-layout { display: grid; gap: 120px; grid-template-columns: .8fr 1fr; }
.differentiators-copy h2 { font-size: clamp(39px, 4.2vw, 61px); }
.differentiators-copy > p:not(.eyebrow) { color: var(--muted-dark); font-size: 14px; line-height: 1.7; margin: 35px 0 34px; max-width: 390px; }
.difference-list { border-top: 1px solid var(--line-dark); }
.difference-item { align-items: flex-start; border-bottom: 1px solid var(--line-dark); display: grid; gap: 24px; grid-template-columns: 22px 1fr; padding: 25px 0; }
.difference-item > span { color: var(--gold); font-size: 22px; line-height: .9; }
.difference-item h3 { font-size: 18px; font-weight: 600; margin-bottom: 9px; }
.difference-item p { color: var(--muted-dark); font-size: 13px; line-height: 1.7; margin: 0; }

.contact-section { min-height: 770px; overflow: hidden; position: relative; }
.contact-orbit { border: 1px solid rgba(216,169,51,.2); border-radius: 50%; height: 1000px; left: -390px; position: absolute; top: -250px; width: 1000px; }
.contact-orbit::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; inset: 110px; position: absolute; }
.contact-layout { display: grid; gap: 120px; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; }
.contact-copy { padding-top: 26px; }
.contact-copy h2 { font-size: clamp(56px, 6vw, 89px); }
.contact-copy > p:not(.eyebrow) { color: #8b8e8a; font-size: 14px; line-height: 1.75; margin: 38px 0 45px; max-width: 410px; }
.contact-promise { align-items: flex-start; display: flex; gap: 13px; }
.contact-promise > span { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); display: flex; font-size: 11px; height: 18px; justify-content: center; margin-top: 1px; width: 18px; }
.contact-promise p { color: #898d88; font-size: 11px; line-height: 1.5; margin: 0; }
.contact-promise strong { color: var(--paper); font-weight: 600; }
.contact-email { color: var(--gold-light); display: inline-block; font: 11px/1 'DM Mono', monospace; letter-spacing: .02em; margin-top: 27px; transition: color .2s; }
.contact-email:hover { color: var(--paper); }
.form-card { background: var(--paper-bright); color: var(--ink); max-width: 515px; padding: 37px 38px; }
.form-header { align-items: center; display: flex; justify-content: space-between; margin-bottom: 54px; }
.form-kicker { color: var(--muted-dark); font: 10px/1 'DM Mono', monospace; letter-spacing: .14em; margin: 0; text-transform: uppercase; }
.form-progress { align-items: center; display: flex; gap: 9px; }
.progress-dot { color: #aaa9a2; font: 9px/1 'DM Mono', monospace; }
.progress-dot.active { color: var(--ink); }
.form-progress i { background: #cfcec7; height: 1px; width: 25px; }
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h3, .form-success h3 { font-size: 27px; font-weight: 600; letter-spacing: -.05em; line-height: 1.12; margin-bottom: 10px; }
.form-help { color: var(--muted-dark); font-size: 12px; margin-bottom: 32px; }
.form-step label { color: #5b5d58; display: block; font-size: 10px; font-weight: 700; margin-bottom: 21px; }
.form-step label small { color: #a09f96; font-size: 9px; font-weight: 400; margin-left: 5px; }
.form-step input[type='text'], .form-step input[type='tel'] { background: transparent; border: 0; border-bottom: 1px solid #d3d2cc; border-radius: 0; color: var(--ink); display: block; font-size: 14px; outline: none; padding: 11px 0; width: 100%; }
.form-step input::placeholder { color: #aaa9a3; }
.form-step input:focus { border-color: var(--gold); }
fieldset { border: 0; margin: 0 0 25px; padding: 0; }
legend { color: #5b5d58; font-size: 10px; font-weight: 700; margin-bottom: 13px; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.choice { margin: 0 !important; }
.choice input { opacity: 0; position: absolute; }
.choice span { border: 1px solid #d5d4ce; border-radius: 8px; color: #72736e; cursor: pointer; display: inline-block; font-size: 10px; font-weight: 500; padding: 11px 12px; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.choice input:active + span { transform: scale(.97); }
.choice input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.choice input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.budget-grid .choice span { padding-left: 10px; padding-right: 10px; }
.back-button { background: transparent; border: 0; color: var(--muted-dark); font-size: 10px; margin: -3px 0 24px; padding: 0; }
.form-error { color: #a33e36; font-size: 10px; min-height: 15px; margin: 11px 0 0; }
.form-privacy, .whatsapp-config-note { color: #a09f96; font-size: 9px; line-height: 1.5; margin: 14px 0 0; }
.form-success { text-align: center; }
.success-icon { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); display: flex; font-size: 20px; height: 50px; justify-content: center; margin: 0 auto 25px; width: 50px; }
.form-success .form-kicker { margin-bottom: 16px; }
.form-success h3 { font-size: 34px; }
.form-success > p:not(.form-kicker):not(.whatsapp-config-note) { color: var(--muted-dark); font-size: 13px; line-height: 1.65; margin: 0 auto 28px; max-width: 340px; }
.form-success [data-success-whatsapp].disabled { background: #d1d0ca; color: #898883; cursor: not-allowed; pointer-events: none; }

.faq-layout { display: grid; gap: 120px; grid-template-columns: .72fr 1fr; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 15px; font-weight: 600; justify-content: space-between; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 21px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted-dark); font-size: 13px; line-height: 1.7; margin: -3px 36px 25px 0; max-width: 600px; }
.closing-cta { background: #111315; border-top: 1px solid var(--line); }
.closing-inner { align-items: center; display: flex; flex-direction: column; text-align: center; }
.closing-index { align-self: flex-start; margin-bottom: 75px; }
.closing-cta h2 { font-size: clamp(46px, 6vw, 82px); margin-bottom: 45px; }
.site-footer { border-top: 1px solid var(--line); padding: 40px 0 24px; }
.footer-top { align-items: center; display: flex; justify-content: space-between; }
.footer-top p { color: #777b76; font-size: 11px; margin: 0; }
.footer-email { color: #b6b8b3; font: 10px/1 'DM Mono', monospace; letter-spacing: .02em; transition: color .2s; }
.footer-email:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid var(--line); color: #626662; display: flex; font: 9px/1 'DM Mono', monospace; justify-content: space-between; letter-spacing: .08em; margin-top: 45px; padding-top: 18px; }
.floating-whatsapp { align-items: center; background: var(--gold); border: 0; border-radius: 10px; bottom: 22px; color: var(--ink); display: flex; font-size: 10px; font-weight: 700; gap: 8px; min-height: 48px; padding: 12px 14px; position: fixed; right: 22px; transition: background .2s, transform .2s; z-index: 8; }
.floating-whatsapp:active { transform: scale(.96); }
.whatsapp-glyph { border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; height: 17px; line-height: 15px; text-align: center; width: 17px; }
.toast { background: var(--paper-bright); bottom: 24px; box-shadow: 0 10px 30px rgba(0,0,0,.18); color: var(--ink); font-size: 11px; max-width: 290px; opacity: 0; padding: 15px 18px; pointer-events: none; position: fixed; right: 22px; transform: translateY(12px); transition: opacity .25s, transform .25s; z-index: 20; }
.toast.visible { opacity: 1; transform: translateY(0); }
.toast + .floating-whatsapp { transition: transform .2s; }

.reveal { animation: reveal-up .8s ease both; }
.reveal-delay { animation-delay: .18s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) {
  .container { width: min(calc(100% - 44px), var(--max)); }
  .site-header { padding: 0 22px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { background: transparent; border: 0; display: flex; flex-direction: column; gap: 6px; padding: 10px 0 10px 10px; }
  .menu-toggle span { background: var(--paper); display: block; height: 1px; transition: transform .2s; width: 25px; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { background: var(--ink-soft); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 22px; left: 0; opacity: 0; padding: 28px 22px 32px; pointer-events: none; position: absolute; right: 0; top: 77px; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a:not(.button) { color: #a8aaa7; font-size: 14px; }
  .mobile-menu .button { width: fit-content; }
  .hero { min-height: auto; padding-bottom: 85px; }
  .hero-layout { display: flex; flex-direction: column; gap: 0; min-height: 0; padding-top: 115px; }
  .hero-copy { padding: 45px 0 0; }
  .hero h1 { font-size: clamp(67px, 17vw, 115px); }
  .hero-visual { height: 470px; margin-top: 5px; width: 100%; }
  .hero-symbol { max-height: 420px; width: min(75%, 350px); }
  .ring-outer { height: 390px; width: 390px; }
  .ring-inner { height: 290px; width: 290px; }
  .hero-scroll { display: none; }
  .signal-items { flex-wrap: wrap; gap: 16px 25px; justify-content: center; padding: 17px 0; }
  .signal-items i { width: 18px; }
  .section { padding: 100px 0; }
  .two-column-heading, .solution-layout, .differentiators-layout, .contact-layout, .faq-layout, .journey-layout { gap: 55px; grid-template-columns: 1fr; }
  .pain-grid { margin-top: 60px; }
  .service-grid { margin-top: 60px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); margin-top: 65px; row-gap: 45px; }
  .method-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .contact-layout { gap: 70px; }
  .form-card { max-width: none; }
  .faq-layout { gap: 60px; }
}
@media (max-width: 580px) {
  .container { width: calc(100% - 38px); }
  .section { padding: 82px 0; }
  .site-header { height: 68px; }
  .mobile-menu { top: 67px; }
  .hero { padding-bottom: 35px; }
  .hero-layout { padding-top: 77px; }
  .hero-copy { padding-top: 38px; }
  .hero h1 { font-size: clamp(58px, 17vw, 76px); line-height: .9; margin-bottom: 23px; }
  .hero-lead { font-size: 18px; line-height: 1.28; }
  .hero-support { font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; margin-bottom: 30px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-visual { height: 255px; margin-top: 12px; }
  .hero-symbol { max-height: 235px; }
  .visual-label, .visual-caption { display: none; }
  .journey-section { padding: 76px 0; }
  .journey-layout { gap: 43px; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps li, .journey-steps li:nth-child(odd), .journey-steps li:nth-child(even) { border-right: 0; display: grid; gap: 14px; grid-template-columns: 29px 1fr; min-height: 0; padding: 19px 0; }
  .journey-steps span { grid-row: span 2; margin: 4px 0 0; }
  .journey-steps p { margin-top: -4px; }
  .ring-outer { height: 315px; width: 315px; }
  .ring-inner { height: 230px; width: 230px; }
  .visual-label { font-size: 8px; }
  .label-top { right: 0; top: 5%; }
  .label-bottom { bottom: 7%; left: 0; }
  .visual-caption { bottom: 0; font-size: 8px; right: 0; }
  .signal-items { font-size: 8px; gap: 12px 14px; letter-spacing: .1em; }
  h2 { font-size: 43px; }
  .two-column-heading { gap: 35px; }
  .pain-grid { gap: 37px; grid-template-columns: 1fr; margin-top: 53px; }
  .pain-card h3 { margin-top: 28px; }
  .section-heading-row { align-items: start; flex-direction: column; gap: 30px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .service-card { min-height: 0; padding: 25px 24px 27px; }
  .service-icon { margin-top: 46px; }
  .service-card h3 { font-size: 38px; }
  .service-card ul { margin-top: 32px; }
  .combo-banner { align-items: flex-start; flex-wrap: wrap; gap: 16px; padding: 23px; }
  .combo-banner .button { margin-left: 66px; }
  .method-grid { grid-template-columns: 1fr; margin-top: 55px; row-gap: 36px; }
  .method-step, .method-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); min-height: 0; padding: 25px 0 0; }
  .method-step:first-child { border-top: 0; padding-top: 0; }
  .method-step p { max-width: 300px; }
  .differentiators-layout { gap: 50px; }
  .contact-copy h2 { font-size: 55px; }
  .contact-copy > p:not(.eyebrow) { margin: 27px 0 35px; }
  .form-card { padding: 29px 23px; }
  .form-step input[type='text'], .form-step input[type='tel'] { font-size: 16px; padding: 13px 0; }
  .form-header { margin-bottom: 40px; }
  .form-step h3, .form-success h3 { font-size: 25px; }
  .budget-grid .choice span { font-size: 9px; padding-left: 8px; padding-right: 8px; }
  .faq-list summary { font-size: 14px; gap: 20px; }
  .closing-index { align-self: center; margin-bottom: 45px; }
  .closing-cta h2 { font-size: 44px; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-bottom { flex-direction: column; gap: 10px; line-height: 1.5; }
  .floating-whatsapp { border-radius: 50%; bottom: 16px; height: 50px; justify-content: center; padding: 0; right: 16px; width: 50px; }
  .floating-whatsapp > span:last-child { display: none; }
}
