:root {
  --ink: #0b0d0c;
  --ink-soft: #141715;
  --paper: #f2f0e9;
  --white: #fff;
  --acid: #c9ff18;
  --acid-dark: #9dcc00;
  --muted: #a7aca8;
  --line-dark: rgba(255,255,255,.15);
  --line-light: rgba(11,13,12,.15);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1240px, calc(100% - 48px));
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
::selection { background: var(--acid); color: var(--ink); }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: var(--acid); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-h); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header.scrolled { background: rgba(11,13,12,.92); border-color: var(--line-dark); backdrop-filter: blur(16px); height: 74px; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--acid); color: var(--ink); font: 900 22px/1 var(--display); letter-spacing: -.04em; transform: skewX(-7deg); }
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { font: 800 17px/1 var(--display); letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font: 700 8px/1 var(--body); letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); }
.site-nav > a { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 22px; background: var(--acid); color: var(--ink); padding: 14px 17px 14px 20px; transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--white); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line-dark); background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .25s; }

.eyebrow { margin: 0 0 26px; color: var(--white); display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--acid); }
.eyebrow.dark { color: var(--ink); }
.section { position: relative; padding: clamp(90px, 10vw, 150px) 0; }
.section h2, .contact h2 { margin: 0; font: 800 clamp(54px, 7vw, 102px)/.84 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.section h2 em, .contact h2 em { color: transparent; -webkit-text-stroke: 1.5px currentColor; font-style: normal; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 72px; }
.section-heading > p { width: min(390px, 100%); margin: 0 0 6px; color: var(--muted); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 20px 0 24px; border: 0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #242825; }
.text-link { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dark-link { color: var(--ink); }

.hero { min-height: 920px; position: relative; isolation: isolate; padding-top: var(--header-h); overflow: hidden; background: var(--ink); }
.hero-grid, .contact-grid { position: absolute; z-index: -1; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(201,255,24,.18); border-radius: 50%; right: 20%; top: 18%; box-shadow: 0 0 0 100px rgba(201,255,24,.025), 0 0 0 200px rgba(201,255,24,.018); }
.hero-layout { min-height: 796px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; }
.hero-copy { position: relative; z-index: 2; padding: 66px 0 74px; }
.hero h1 { position: relative; z-index: 2; margin: 0; max-width: 820px; font: 900 clamp(82px, 10.7vw, 156px)/.72 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 580px; margin: 35px 0 0; color: #c8cbc8; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.hero-proof { display: flex; gap: 0; margin-top: 60px; border-top: 1px solid var(--line-dark); width: min(620px, 100%); }
.hero-proof > div { display: grid; gap: 2px; padding: 22px 30px 0 0; margin-right: 30px; border-right: 1px solid var(--line-dark); }
.hero-proof > div:last-child { border: 0; margin: 0; }
.hero-proof strong { font: 700 22px/1 var(--display); letter-spacing: .02em; }
.hero-proof span { color: #858b87; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { align-self: end; position: relative; height: 720px; margin-right: 20px; }
.hero-image-frame { position: absolute; inset: 24px 0 0; overflow: hidden; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 10%); background: #222; }
.hero-image-frame::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255,255,255,.18); clip-path: inherit; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; filter: saturate(.82) contrast(1.04); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(11,13,12,.8) 100%); }
.hero-signature { position: absolute; right: 22px; bottom: 20px; display: grid; justify-items: end; font-family: var(--display); line-height: .8; letter-spacing: .04em; text-transform: uppercase; }
.hero-signature span { color: var(--acid); font-size: 20px; }
.hero-signature strong { font-size: 46px; }
.status-card { position: absolute; z-index: 4; left: -42px; bottom: 80px; display: flex; align-items: center; gap: 13px; width: 190px; padding: 16px; background: var(--white); color: var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.status-dot { width: 10px; height: 10px; background: var(--acid-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(157,204,0,.15); }
.status-card div { display: grid; }
.status-card small { font-size: 7px; font-weight: 700; letter-spacing: .17em; }
.status-card strong { font: 800 18px/1.1 var(--display); }
.hero-rail { position: absolute; z-index: 3; right: 13px; top: 150px; display: flex; align-items: center; gap: 28px; color: #666b68; font-size: 8px; font-weight: 700; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero-rail span::after { content: ""; display: inline-block; width: 3px; height: 3px; margin-top: 24px; background: var(--acid); border-radius: 50%; }
.hero-marquee { position: relative; z-index: 6; display: flex; align-items: center; height: 74px; overflow: hidden; background: var(--acid); color: var(--ink); transform: rotate(-1.2deg) scale(1.02); transform-origin: center; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 28s linear infinite; }
.marquee-track span { font: 800 29px/1 var(--display); letter-spacing: .03em; white-space: nowrap; }
.marquee-track i { font-style: normal; font-size: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { background: var(--paper); color: var(--ink); }
.split-heading { align-items: start; }
.heading-aside { width: min(440px, 100%); padding-top: 46px; }
.heading-aside p { margin: 0 0 20px; color: #555b57; }
.heading-aside .text-link { margin-top: 12px; }
.benefit-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 1fr 1fr; gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.benefit-card { min-height: 255px; position: relative; padding: 35px; background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.benefit-card.featured { grid-row: span 2; min-height: 510px; background: var(--ink); color: var(--white); }
.benefit-card.quote-card { grid-column: span 2; min-height: 245px; background: var(--acid); }
.card-number { position: absolute; top: 25px; right: 28px; color: #7b817c; font: 700 12px/1 var(--display); }
.benefit-icon { width: 122px; margin: auto; color: var(--acid); }
.benefit-icon svg { fill: none; stroke: currentColor; stroke-width: 2; }
.benefit-card h3 { margin: 0 0 12px; font: 700 31px/1 var(--display); text-transform: uppercase; }
.benefit-card p { margin: 0; color: #646a66; font-size: 13px; line-height: 1.7; }
.benefit-card.featured p { color: #a7ada9; }
.quote-card blockquote { margin: 0; font: 800 clamp(34px, 4vw, 55px)/.95 var(--display); letter-spacing: -.03em; }

.services { background: var(--ink); }
.services-heading h2 em { color: var(--acid); -webkit-text-stroke: 0; }
.services-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 75px minmax(0, 1fr) 44px; align-items: center; gap: 22px; padding: 28px 8px; border-bottom: 1px solid var(--line-dark); transition: padding .25s, background .25s, color .25s; }
.service-row:hover { padding-inline: 24px; background: var(--acid); color: var(--ink); }
.service-index { color: #6d736f; font: 700 11px/1 var(--display); }
.service-row h3 { margin: 0 0 4px; font: 700 clamp(29px, 3.5vw, 48px)/1 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.service-row p { max-width: 560px; margin: 0; color: #8e9490; font-size: 12px; transition: color .25s; }
.service-row:hover p, .service-row:hover .service-index { color: rgba(11,13,12,.7); }
.service-arrow { justify-self: end; font-size: 25px; transition: transform .25s; }
.service-row:hover .service-arrow { transform: rotate(45deg); }

.method { background: var(--acid); color: var(--ink); overflow: hidden; }
.method::after { content: "AK"; position: absolute; right: -80px; bottom: -180px; color: rgba(11,13,12,.045); font: 900 530px/.8 var(--display); pointer-events: none; }
.method-intro { position: relative; z-index: 1; margin-bottom: 85px; }
.method-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.method-step > span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(11,13,12,.35); border-radius: 50%; font: 700 12px/1 var(--display); }
.step-line { height: 1px; width: calc(100% + 24px); margin: 30px 0; background: rgba(11,13,12,.25); }
.method-step h3 { margin: 0 0 14px; font: 800 38px/1 var(--display); text-transform: uppercase; }
.method-step p { max-width: 245px; margin: 0; color: rgba(11,13,12,.68); font-size: 12px; }
.method-banner { position: relative; z-index: 1; margin-top: 90px; padding: 28px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); display: flex; justify-content: space-between; align-items: center; }
.method-banner div { display: grid; }
.method-banner small { font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.method-banner strong { font: 800 45px/1 var(--display); }

.credentials { background: var(--ink-soft); }
.credentials-heading h2 em { color: var(--acid); -webkit-text-stroke: 0; }
.credential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.credential-card { background: #1b1e1c; border: 1px solid rgba(255,255,255,.1); }
.certificate-preview { position: relative; width: 100%; height: 285px; padding: 0; border: 0; overflow: hidden; background: #e8e8e4; }
.certificate-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.certificate-preview.landscape img { object-position: center; }
.certificate-preview.cpr img { object-position: center top; }
.certificate-preview span { position: absolute; inset: auto 14px 14px auto; padding: 10px 13px; background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.certificate-preview:hover img { transform: scale(1.035); filter: brightness(.75); }
.certificate-preview:hover span, .certificate-preview:focus-visible span { opacity: 1; transform: translateY(0); }
.credential-copy { padding: 25px 25px 28px; }
.credential-copy > span { color: var(--acid); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.credential-copy h3 { min-height: 58px; margin: 10px 0 6px; font: 700 29px/1 var(--display); text-transform: uppercase; }
.credential-copy p { margin: 0; color: #777d79; font-size: 10px; letter-spacing: .08em; }

.audience { background: var(--paper); color: var(--ink); }
.audience-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.audience-title { position: sticky; top: 115px; }
.audience-title h2 em { color: var(--acid-dark); -webkit-text-stroke: 0; }
.audience-list { border-top: 1px solid var(--line-light); }
.audience-item { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid var(--line-light); }
.audience-item > span { color: #8b918d; font: 700 11px/1 var(--display); }
.audience-item h3 { margin: 0 0 8px; font: 700 34px/1 var(--display); text-transform: uppercase; }
.audience-item p { max-width: 510px; margin: 0; color: #626863; font-size: 13px; }

.faq { background: var(--ink); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-heading { position: sticky; top: 115px; align-self: start; }
.faq-heading h2 em { color: var(--acid); -webkit-text-stroke: 0; }
.faq-heading > p:not(.eyebrow) { max-width: 340px; margin: 28px 0; color: var(--muted); font-size: 13px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { position: relative; list-style: none; padding: 28px 52px 28px 0; font: 700 25px/1.15 var(--display); text-transform: uppercase; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 4px; top: 25px; color: var(--acid); font: 400 28px/1 var(--body); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 630px; margin: -4px 0 28px; color: #999f9b; font-size: 13px; }

.contact { position: relative; isolation: isolate; overflow: hidden; padding: clamp(90px, 10vw, 145px) 0; background: #111412; }
.contact::after { content: "STRONGER"; position: absolute; z-index: -1; bottom: -36px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.022); font: 900 18vw/.8 var(--display); white-space: nowrap; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); align-items: start; }
.contact h2 em { color: var(--acid); -webkit-text-stroke: 0; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: #9ea39f; }
.contact-phone { display: inline-grid; gap: 4px; margin-top: 18px; }
.contact-phone small { color: var(--acid); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.contact-phone strong { font: 700 29px/1 var(--display); }
.contact-form { padding: clamp(28px, 4vw, 48px); background: var(--paper); color: var(--ink); }
.contact-form label { display: grid; gap: 9px; margin-bottom: 22px; }
.contact-form label > span { font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(11,13,12,.25); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 13px; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--acid-dark); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #999e99; }
.form-submit { width: 100%; margin-top: 7px; }
.form-note { margin: 13px 0 0; color: #858a86; font-size: 9px; text-align: center; }

.site-footer { background: #070807; padding: 48px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding-bottom: 35px; border-bottom: 1px solid var(--line-dark); }
.footer-tagline { font: 700 19px/1 var(--display); letter-spacing: .05em; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: #999e9a; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #646965; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 16px 0 13px; background: var(--acid); color: var(--ink); box-shadow: 0 12px 35px rgba(0,0,0,.3); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 21px; fill: currentColor; }

.certificate-dialog { width: min(1000px, calc(100% - 32px)); max-height: 92vh; padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.certificate-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(6px); }
.dialog-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 24px; border-bottom: 1px solid var(--line-light); }
.dialog-head h2 { margin: 0; font: 700 23px/1 var(--display); text-transform: uppercase; }
.dialog-head button { width: 40px; height: 40px; border: 0; background: transparent; color: var(--ink); font-size: 30px; }
.dialog-body { max-height: calc(92vh - 145px); overflow: auto; padding: 20px; background: #d9d9d5; }
.dialog-body img { width: 100%; height: auto; margin: auto; }
.dialog-foot { display: flex; justify-content: flex-end; padding: 14px 20px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.28,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --container: min(100% - 40px, 920px); }
  .hero { min-height: 840px; }
  .hero-layout { min-height: 720px; grid-template-columns: 1.08fr .92fr; gap: 20px; }
  .hero h1 { font-size: clamp(75px, 11vw, 112px); }
  .hero-visual { height: 620px; margin-right: 0; }
  .hero-proof > div { margin-right: 18px; padding-right: 18px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card.featured { grid-row: auto; }
  .benefit-card.quote-card { grid-column: span 2; }
  .method-grid { grid-template-columns: 1fr 1fr; gap: 55px 28px; }
  .step-line { width: 100%; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .credential-card:last-child { grid-column: span 2; }
  .audience-layout, .faq-layout { gap: 60px; }
  .contact-layout { grid-template-columns: .85fr 1.15fr; gap: 50px; }
}

@media (max-width: 780px) {
  :root { --container: calc(100% - 32px); --header-h: 72px; }
  .site-header, .site-header.scrolled { height: 72px; background: rgba(11,13,12,.95); border-color: var(--line-dark); }
  .menu-toggle { display: block; }
  .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); }
  .site-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 20px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a { padding: 19px 6px; border-bottom: 1px solid var(--line-dark); font: 700 29px/1 var(--display); }
  .site-nav > a::after { display: none; }
  .site-nav .nav-cta { margin-top: 25px; padding: 17px 19px; font: 800 12px/1 var(--body); }
  .section { padding: 85px 0; }
  .section-heading { display: block; margin-bottom: 48px; }
  .section-heading > p { margin-top: 25px; }
  .section h2, .contact h2 { font-size: clamp(50px, 15vw, 74px); }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-layout { min-height: 0; display: flex; flex-direction: column; gap: 0; }
  .hero-copy { width: 100%; padding: 65px 0 30px; }
  .hero h1 { font-size: clamp(76px, 23.5vw, 112px); line-height: .76; }
  .hero-intro { margin-top: 28px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { margin-top: 40px; }
  .hero-proof > div { flex: 1; padding-right: 8px; margin-right: 8px; }
  .hero-proof strong { font-size: 17px; }
  .hero-proof span { font-size: 7px; }
  .hero-visual { width: 100%; height: 610px; align-self: auto; }
  .hero-image-frame { inset: 0; }
  .hero-signature strong { font-size: 37px; }
  .status-card { left: 12px; bottom: 32px; }
  .hero-rail { display: none; }
  .hero-marquee { height: 62px; }
  .marquee-track span { font-size: 24px; }
  .heading-aside { padding-top: 30px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card.featured { min-height: 290px; }
  .benefit-card.featured { grid-row: auto; }
  .benefit-card.quote-card { grid-column: auto; min-height: 210px; }
  .service-row { grid-template-columns: 42px minmax(0,1fr) 24px; gap: 10px; padding-block: 24px; }
  .service-row p { font-size: 11px; }
  .service-row:hover { padding-inline: 8px; }
  .method-intro { margin-bottom: 60px; }
  .method-grid { grid-template-columns: 1fr; gap: 46px; }
  .method-step p { max-width: 450px; }
  .method-banner { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 65px; }
  .method-banner strong { font-size: 36px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-card:last-child { grid-column: auto; }
  .certificate-preview { height: 250px; }
  .certificate-preview span { opacity: 1; transform: none; }
  .audience-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .audience-title, .faq-heading { position: static; }
  .contact { padding: 85px 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  :root { --container: calc(100% - 24px); }
  .brand-copy { display: none; }
  .hero-copy { padding-top: 54px; }
  .hero-visual { height: 540px; }
  .hero-image-frame img { object-position: center 18%; }
  .hero-proof { flex-wrap: wrap; row-gap: 17px; }
  .hero-proof > div { min-width: 29%; }
  .hero-signature { right: 14px; bottom: 15px; }
  .status-card { bottom: 25px; }
  .benefit-card { padding: 28px; }
  .certificate-preview { height: 220px; }
  .audience-item { grid-template-columns: 42px 1fr; }
  .contact-form { padding: 25px 20px; }
  .contact-phone strong { font-size: 25px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; padding: 0; justify-content: center; border-radius: 50%; }
}

@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; }
}
