.avf-nr12-root, body.avf-nr12-page {
  --brand-deep: #183c46;
  --brand-primary: #245865;
  --brand-sage: #81998c;
  --brand-accent: #d99a36;
  --brand-accent-hover: #c8892e;
  --background: #f7f7f3;
  --background-soft: #edf3f1;
  --surface: #ffffff;
  --text-primary: #263238;
  --text-secondary: #59666b;
  --border: #dce5e2;
  --success: #4c765e;
  --warning: #c58324;
  --danger: #b42318;
  --whatsapp: #25d366;
  --ink: var(--text-primary);
  --ink-2: var(--brand-deep);
  --ink-3: var(--brand-primary);
  --paper: var(--background);
  --paper-2: var(--background-soft);
  --white: var(--surface);
  --line: var(--border);
  --muted: var(--text-secondary);
  --accent: var(--brand-accent);
  --accent-deep: var(--brand-accent-hover);
  --max: 1240px;
}

.avf-nr12-root, .avf-nr12-root * { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body.avf-nr12-page { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
.avf-nr12-root [hidden] { display: none !important; }
.avf-nr12-root button, .avf-nr12-root input, .avf-nr12-root select, .avf-nr12-root textarea { font: inherit; }
.avf-nr12-root button, .avf-nr12-root a { -webkit-tap-highlight-color: transparent; }
.avf-nr12-root button { color: inherit; }
.avf-nr12-root a { color: inherit; }
.avf-nr12-root img { max-width: 100%; }

.topbar { max-width: var(--max); height: 90px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brandLink { text-decoration: none; }
.brand { display: inline-flex; align-items: center; }
.brandLogo { display: block; width: 154px; height: auto; filter: invert(1); }
.footer .brandLogo { filter: none; width: 166px; }
.brandMark { font-weight: 860; font-size: 26px; letter-spacing: -1.6px; }
.brandMark sup { color: var(--accent-deep); font-size: 11px; margin-left: 1px; vertical-align: top; }
.headerMeta { display: flex; align-items: center; gap: 26px; }
.availability { color: var(--text-secondary); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.institutionalLink { font-size: 12px; text-decoration: none; border-bottom: 1px solid #a5a6aa; padding: 7px 0; }
.institutionalLink:hover { border-color: var(--accent-deep); }

.hero { background: var(--background); color: var(--text-primary); border-radius: 0 0 34px 34px; overflow: hidden; border-top: 4px solid var(--brand-primary); }
.heroGrid { max-width: var(--max); margin: 0 auto; min-height: 680px; padding: 62px 28px 70px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--brand-primary); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 680; }
.signalDot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--brand-accent); box-shadow: 0 0 0 5px rgba(217,154,54,.12); }
.avf-nr12-root h1 { max-width: 750px; margin: 0; color: var(--brand-deep); font-size: clamp(43px, 5.1vw, 76px); line-height: .98; letter-spacing: -.052em; font-weight: 610; text-wrap: balance; }
.heroLead { max-width: 680px; margin: 30px 0 0; color: var(--text-secondary); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; }
.heroActions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.heroActions.center { justify-content: center; }
.btn { min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; font-size: 14px; font-weight: 760; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btnPrimary { color: #172126; background: var(--brand-accent); box-shadow: 0 9px 24px rgba(24,60,70,.12); }
.btnPrimary:hover { background: var(--brand-accent-hover); }
.btnSecondary { color: var(--brand-primary); border: 1px solid var(--brand-primary); background: var(--surface); }
.btnSecondary:hover { border-color: var(--brand-primary); background: #e7f0ef; }
.btnInk { margin-top: 26px; color: var(--background); background: var(--brand-deep); width: fit-content; }
.btnAccent { margin-top: 32px; color: #172126; background: var(--brand-accent); }
.btnAccent:hover { background: var(--brand-accent-hover); }
.btnOutlineInk { color: var(--brand-primary); border: 1px solid var(--brand-primary); background: transparent; }
.btnGhostLight { color: var(--brand-primary); border: 1px solid var(--brand-primary); background: var(--surface); }
.btnGhostLight:hover { border-color: var(--brand-primary); background: #e7f0ef; }
.btnCard { width: fit-content; margin-top: auto; min-height: 44px; padding: 0 17px; border: 1px solid var(--brand-primary); color: #fff; background: var(--brand-primary); box-shadow: 0 8px 20px rgba(24,60,70,.12); font-size: 12px; }
.btnCard:hover { border-color: var(--brand-accent); background: var(--brand-accent); color: #172126; box-shadow: 0 10px 22px rgba(24,60,70,.15); }
.btnWhatsapp, .btnWhatsapp.btnPrimary, .btnWhatsapp.btnSecondary, .btnWhatsapp.btnOutlineInk { border-color: var(--whatsapp); background: var(--whatsapp); color: #0d321c; box-shadow: none; }
.btnWhatsapp:hover, .btnWhatsapp.btnPrimary:hover, .btnWhatsapp.btnSecondary:hover, .btnWhatsapp.btnOutlineInk:hover { border-color: #20bf5a; background: #20bf5a; color: #0d321c; }
.btnMini { min-height: 40px; padding: 0 15px; border-radius: 10px; font-size: 11px; }
.microcopy { max-width: 570px; margin: 15px 0 0; color: var(--text-secondary); font-size: 12px; line-height: 1.55; }
.heroProof { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--border); display: flex; gap: 24px; flex-wrap: wrap; color: var(--text-primary); font-size: 15px; font-weight: 610; }
.heroProof span { display: inline-flex; align-items: center; gap: 7px; }
.heroProof span::before { content: "✓"; color: var(--success); font-size: 16px; font-weight: 850; }
.heroVisual { position: relative; margin: 0; min-height: 530px; border-radius: 28px; overflow: hidden; background: var(--background-soft); box-shadow: 0 26px 70px rgba(24,60,70,.14); border: 1px solid var(--border); }
.heroVisual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,8,10,.82) 100%); pointer-events: none; }
.heroVisual img { display: block; width: 100%; height: 530px; object-fit: cover; object-position: center 38%; filter: saturate(.93) contrast(1.04); }
.heroVisual figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; color: #dadadd; font-size: 11px; line-height: 1.5; }
.heroVisual figcaption strong { display: block; color: white; font-size: 13px; margin-bottom: 2px; }
.figureIndex { color: #f2bd69; font: 700 11px var(--font-geist-mono); padding-top: 3px; }

.trustRail { background: var(--paper); padding: 18px 28px 0; }
.trustInner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.trustInner p { margin: 0; padding: 29px 24px; border-right: 1px solid var(--line); color: var(--brand-deep); font-size: clamp(17px, 1.25vw, 18px); line-height: 1.38; font-weight: 760; }
.trustInner p:first-child { padding-left: 0; }
.trustInner p:last-child { border-right: 0; }
.trustInner span { display: block; margin-top: 8px; color: var(--text-secondary); font-weight: 560; font-size: 14px; line-height: 1.5; }

.sectionPad { max-width: var(--max); margin: 0 auto; padding: 112px 28px; }
.sectionLabel { font: 680 11px var(--font-geist-mono); text-transform: uppercase; letter-spacing: .15em; color: var(--brand-primary); margin-bottom: 28px; }
.sectionLabel.light { color: var(--brand-primary); }
.kicker { margin: 0 0 17px; color: var(--text-secondary); font-size: 13px; }
.avf-nr12-root h2 { margin: 0; color: var(--brand-deep); font-size: clamp(35px, 4.1vw, 58px); letter-spacing: -.044em; line-height: 1.04; font-weight: 610; text-wrap: balance; }
.avf-nr12-root h3 { margin: 0; }
.sectionHeading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.sectionHeading > p, .sectionHeading > div > p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; }
.sectionHeading.compact { grid-template-columns: 1.15fr .85fr; }
.sectionHeading .sectionLabel { margin-bottom: 24px; }

.problemSection { padding-top: 106px; }
.problemSection > .sectionLabel { color: var(--brand-primary); font-size: 13px; font-weight: 780; letter-spacing: .16em; }
.problemSection .kicker { margin-bottom: 19px; color: var(--brand-deep); font-size: 16px; line-height: 1.45; font-weight: 560; }
.problemGrid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.problemText { padding-top: 42px; }
.problemText p { margin: 0 0 20px; color: var(--text-secondary); font-size: 17px; line-height: 1.75; }
.problemShowcase { position: relative; margin: 58px 0 0; min-height: 330px; overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--brand-deep); box-shadow: 0 24px 55px rgba(24,60,70,.1); }
.problemShowcase img { width: 100%; height: clamp(330px,32vw,460px); display: block; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.02); }
.problemShowcase::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 52%,rgba(18,42,49,.8)); pointer-events: none; }
.problemShowcase figcaption { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 23px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: #fff; }
.problemShowcase figcaption strong { max-width: 660px; font-size: 18px; line-height: 1.35; font-weight: 720; }
.problemShowcase figcaption span { color: #e6eeeb; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }
.riskStrip { margin-top: 70px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.riskStrip span { padding: 20px 14px; text-align: center; color: var(--text-primary); font-size: 15px; line-height: 1.45; font-weight: 560; border-right: 1px solid var(--line); }
.riskStrip span:last-child { border-right: 0; }
.ctaInline { margin-top: 42px; display: flex; justify-content: flex-start; }
.ctaInlineDark { max-width: var(--max); margin-left: auto; margin-right: auto; padding-top: 8px; }

.processSection { max-width: none; background: var(--background-soft); color: var(--text-primary); padding-left: max(28px, calc((100% - var(--max))/2 + 28px)); padding-right: max(28px, calc((100% - var(--max))/2 + 28px)); border-top: 4px solid var(--brand-primary); }
.processSection .sectionHeading { max-width: var(--max); margin-left: auto; margin-right: auto; }
.processSection .sectionHeading > p { color: var(--text-secondary); }
.serviceGrid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); }
.serviceCard { min-height: 440px; padding: 32px 30px 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; background: var(--surface); }
.serviceCard:nth-child(3n) { border-right: 0; }
.serviceTop { display: flex; align-items: center; gap: 14px; color: var(--brand-primary); font: 700 11px var(--font-geist-mono); }
.serviceLine { height: 1px; flex: 1; background: var(--brand-sage); }
.serviceCard h3 { margin-top: 38px; max-width: 260px; color: var(--brand-deep); font-size: 23px; line-height: 1.14; letter-spacing: -.025em; font-weight: 590; }
.serviceCard dl { margin: 30px 0 0; display: grid; gap: 15px; }
.serviceCard dl div { display: grid; grid-template-columns: 65px 1fr; gap: 10px; }
.serviceCard dt { color: var(--text-secondary); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; padding-top: 3px; }
.serviceCard dd { margin: 0; color: var(--text-primary); font-size: 13px; line-height: 1.5; }
.cardLink { width: fit-content; margin-top: auto; padding: 18px 0 0; border: 0; background: none; color: var(--brand-primary); font-size: 12px; font-weight: 700; cursor: pointer; text-align: left; }
.cardLink span { color: var(--brand-sage); margin-left: 8px; }

.deliverSection { padding-bottom: 96px; }
.deliverGrid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.deliverIntro { position: sticky; top: 30px; }
.deliverIntro > p { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 460px; }
.deliverList { border-top: 1px solid var(--border); }
.deliverItem { min-height: 66px; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid var(--border); }
.deliverItem span { color: var(--brand-primary); font: 670 10px var(--font-geist-mono); }
.deliverItem p { margin: 0; font-size: 15px; font-weight: 620; }
.portfolioPhotos { margin-top: 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.portfolioPhotos figure { margin: 0; background: var(--background-soft); border-radius: 22px; overflow: hidden; }
.portfolioPhotos img { width: 100%; height: 390px; display: block; object-fit: cover; aspect-ratio: 4/3; }
.portfolioPhotos figcaption { padding: 13px 16px 16px; color: var(--text-secondary); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.timelineSection { border-top: 1px solid var(--line); }
.timeline { list-style: none; margin: 70px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7,1fr); gap: 18px; align-items: start; }
.timeline li { position: relative; min-height: 154px; padding: 0; border: 1px solid var(--border); border-top: 4px solid var(--brand-primary); border-radius: 18px; background: var(--surface); box-shadow: 0 14px 34px rgba(24,60,70,.07); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.timeline li:hover { border-color: var(--brand-sage); box-shadow: 0 18px 38px rgba(24,60,70,.1); transform: translateY(-2px); }
.timeline li.isOpen { border-color: var(--brand-sage); box-shadow: 0 20px 44px rgba(24,60,70,.12); }
.timelineBackdrop { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; border-radius: 14px; object-fit: cover; opacity: .13; filter: grayscale(1) saturate(.25) contrast(.9); pointer-events: none; }
.timeline li.isOpen .timelineBackdrop { opacity: .09; }
.timeline li::before { content: ""; position: absolute; top: 27px; right: -13px; left: auto; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-sage); border: 2px solid var(--background); }
.timeline li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 54px; right: -21px; width: 24px; color: var(--brand-primary); background: var(--background); text-align: center; font-size: 17px; font-weight: 800; }
.timeline li:last-child::before { display: none; }
.timelineToggle { position: relative; z-index: 1; width: 100%; min-height: 150px; display: grid; grid-template-columns: 1fr 28px; grid-template-rows: auto 1fr; gap: 18px 6px; align-items: start; padding: 18px 14px 17px; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.timelineToggle:focus-visible { outline: 3px solid rgba(36,88,101,.28); outline-offset: -5px; border-radius: 13px; }
.timelineNumber { position: relative; z-index: 1; display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(237,243,241,.94); color: var(--brand-primary); font: 700 10px var(--font-geist-mono); }
.timelineTitle { align-self: start; color: var(--brand-deep); font-size: 13px; line-height: 1.45; font-weight: 700; text-shadow: 0 1px 0 rgba(255,255,255,.8); }
.timelinePlus { grid-column: 2; grid-row: 1; align-self: center; justify-self: end; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(36,88,101,.22); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--brand-primary); font-size: 17px; font-weight: 430; line-height: 1; transition: transform .28s ease, background .2s ease, color .2s ease; }
.timeline li.isOpen .timelinePlus { transform: rotate(45deg); background: var(--brand-primary); color: #fff; }
.timelineDetail { position: relative; z-index: 1; display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .34s ease, opacity .24s ease; }
.timelineDetail > div { overflow: hidden; }
.timelineDetail p { margin: 0; padding: 0 14px 18px; color: var(--text-secondary); font-size: 11.5px; line-height: 1.6; font-weight: 520; text-shadow: none; }
.timeline li.isOpen .timelineDetail { grid-template-rows: 1fr; opacity: 1; }

.proofSection { max-width: none; background: var(--background-soft); color: var(--text-primary); padding-left: max(28px, calc((100% - var(--max))/2 + 28px)); padding-right: max(28px, calc((100% - var(--max))/2 + 28px)); }
.proofGrid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.proofPhoto { position: relative; border-radius: 26px; overflow: hidden; min-height: 620px; }
.proofPhoto img { width: 100%; height: 620px; object-fit: cover; object-position: center 40%; display: block; filter: saturate(.8); }
.proofPhoto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 72%, rgba(0,0,0,.72)); }
.proofPhoto > span { position: absolute; z-index: 1; left: 22px; bottom: 20px; color: #e4e9e5; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.proofCopy h2 { margin-bottom: 38px; }
.proofCopy blockquote { margin: 0; padding: 25px 0; border-top: 1px solid var(--border); color: var(--text-primary); font-size: 20px; line-height: 1.55; letter-spacing: -.01em; }
.proofCopy blockquote footer { margin-top: 11px; color: var(--text-secondary); font-size: 11px; font-style: normal; text-transform: uppercase; letter-spacing: .09em; }
.reviewCarousel { overflow: hidden; padding: 24px; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); }
.reviewTop { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--text-secondary); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.reviewSource { display: inline-flex; align-items: center; gap: 8px; font-weight: 720; }
.reviewSource b { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 22px; border-radius: 50%; background: #fff; color: #4285f4; font-size: 12px; font-weight: 800; text-transform: none; }
.reviewCount { color: var(--text-secondary); font: 650 10px var(--font-geist-mono); letter-spacing: 0; }
.proofCopy .reviewQuote { margin: 0; padding: 22px 0 18px; border: 0; color: var(--text-primary); font-size: inherit; line-height: inherit; letter-spacing: normal; }
.reviewStars { color: #fbbc04; font-size: 14px; line-height: 1; letter-spacing: 2px; }
.proofCopy .reviewQuote p { min-height: 116px; margin: 16px 0 20px; color: var(--text-primary); font-size: 19px; line-height: 1.55; letter-spacing: -.01em; }
.proofCopy .reviewQuote footer { display: grid; gap: 4px; margin: 0; color: inherit; font-style: normal; text-transform: none; letter-spacing: normal; }
.reviewQuote footer strong { color: var(--brand-deep); font-size: 13px; line-height: 1.3; }
.reviewQuote footer span { color: var(--text-secondary); font-size: 10px; line-height: 1.4; }
.reviewControls { display: flex; align-items: center; gap: 9px; padding-top: 16px; border-top: 1px solid var(--border); }
.reviewArrow { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; padding: 0; border: 1px solid var(--brand-primary); border-radius: 50%; background: transparent; color: var(--brand-primary); font-size: 18px; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.reviewArrow:hover, .reviewArrow:focus-visible { border-color: var(--brand-primary); color: var(--brand-primary); background: #e7f0ef; }
.reviewDots { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; }
.reviewDots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: var(--brand-sage); cursor: pointer; transition: width .2s ease, background .2s ease; }
.reviewDots button.active { width: 22px; background: var(--brand-primary); }
.reviewPause { min-height: 34px; padding: 0 10px; border: 1px solid var(--brand-sage); border-radius: 999px; background: transparent; color: var(--brand-primary); font-size: 9px; font-weight: 720; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.reviewPause:hover, .reviewPause:focus-visible { border-color: var(--brand-primary); color: var(--brand-deep); }
.proofNote { color: var(--text-secondary); font-size: 11px; line-height: 1.6; margin: 20px 0; }
.textLink { display: inline-flex; gap: 10px; margin-top: 14px; padding-bottom: 6px; border-bottom: 1px solid #aebbb3; text-decoration: none; font-size: 12px; font-weight: 720; }
.lightLink { color: var(--brand-primary); border-color: var(--brand-sage); }

.sectorSection { padding-bottom: 100px; }
.sectorGrid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.sectorCard { appearance: none; min-height: 142px; padding: 18px 20px; border: 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 11px; background: var(--surface); color: var(--text-primary); text-align: left; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.sectorCard > span { color: var(--brand-primary); font: 700 10px var(--font-geist-mono); }
.sectorCard p { margin: 0; max-width: 230px; padding: 8px 11px; border: 1px solid rgba(217,154,54,.46); border-radius: 999px; background: rgba(217,154,54,.14); color: var(--brand-deep); font-size: 15px; font-weight: 720; line-height: 1.3; transition: background .18s ease, border-color .18s ease; }
.sectorCard small { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-primary); font-size: 10px; font-weight: 740; letter-spacing: .03em; }
.sectorCard small b { font-size: 14px; }
.sectorCard:hover { z-index: 1; transform: translateY(-2px); border-color: var(--brand-accent); background: #fffaf1; box-shadow: 0 12px 28px rgba(24,60,70,.09); }
.sectorCard:hover p { border-color: var(--brand-accent); background: var(--brand-accent); color: #172126; }
.sectorCard:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(36,88,101,.28); outline-offset: -5px; }

.situationsSection { max-width: none; background: var(--background-soft); padding-left: max(28px, calc((100% - var(--max))/2 + 28px)); padding-right: max(28px, calc((100% - var(--max))/2 + 28px)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.situationsGrid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.situationsGrid > div > p { color: var(--text-secondary); line-height: 1.7; max-width: 470px; font-size: 15px; }
.situationsGrid ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.situationsGrid li { min-height: 72px; padding: 19px 16px; border-bottom: 1px solid var(--border); display: flex; gap: 13px; align-items: center; color: var(--text-primary); font-size: 13px; font-weight: 650; }
.situationsGrid li:nth-child(odd) { border-right: 1px solid var(--border); }
.situationsGrid li span { color: var(--brand-sage); }

.formSection { padding-top: 128px; padding-bottom: 128px; }
.formGrid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.formIntro { position: sticky; top: 30px; }
.formIntro > p { color: var(--muted); max-width: 430px; font-size: 16px; line-height: 1.7; }
.contactCard { margin-top: 55px; padding-top: 23px; border-top: 1px solid var(--border); }
.contactCard p { margin: 6px 0; color: var(--text-secondary); font-size: 11px; }
.contactLabel { text-transform: uppercase; letter-spacing: .11em; }
.contactPhone { margin-top: 6px; min-height: 48px; padding: 0 18px; font-size: 17px; font-weight: 720; cursor: pointer; }
.contactPhone span { margin-left: 2px; color: #174d2c; font-size: 11px; font-weight: 600; }
.leadForm { background: var(--surface); border: 1px solid var(--border); border-radius: 26px; padding: 34px; box-shadow: 0 18px 60px rgba(24,60,70,.08); }
.fieldRow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 15px; }
.field > span { color: #30444a; font-size: 11px; font-weight: 690; text-transform: uppercase; letter-spacing: .07em; }
.field b { color: var(--brand-primary); }
.field em { color: var(--text-secondary); font-size: 10px; font-style: normal; font-weight: 500; text-transform: lowercase; letter-spacing: 0; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--border); border-radius: 11px; background: #fafbfa; color: var(--text-primary); padding: 0 13px; outline: 0; transition: border-color .15s ease, box-shadow .15s ease; }
.field input, .field select { min-height: 50px; }
.field textarea { padding-top: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 3px rgba(36,88,101,.18); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.fieldError { color: var(--danger); font-size: 10px; line-height: 1.35; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacyMicro { margin: 10px 0 16px; color: var(--text-secondary); font-size: 11px; line-height: 1.55; }
.privacyMicro a { text-underline-offset: 2px; }
.checkField { display: flex; align-items: flex-start; gap: 10px; color: var(--text-secondary); font-size: 11px; line-height: 1.45; margin: 13px 0 22px; }
.checkField input { width: 17px; height: 17px; accent-color: var(--brand-primary); flex: 0 0 auto; }
.checkField em { color: var(--text-secondary); font-style: normal; }
.btnSubmit { width: 100%; background: var(--brand-accent); color: #172126; border-radius: 12px; }
.btnSubmit:hover { background: var(--brand-accent-hover); }
.btnSubmit:disabled { opacity: .58; cursor: wait; transform: none; }
.formFeedback { margin-top: 14px; border-radius: 11px; padding: 12px 14px; background: var(--background-soft); color: var(--text-primary); font-size: 12px; line-height: 1.55; }
.formFeedback p { margin: 0; }
.formFeedback.error { background: #faece9; color: var(--danger); }
.formFeedback.success { background: #edf4ef; color: var(--success); }
.formFeedback button { margin-top: 9px; }

.faqSection { border-top: 1px solid var(--line); }
.faqGrid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; }
.faqIntro > p { color: var(--muted); max-width: 390px; line-height: 1.65; font-size: 15px; }
.faqItem { border-top: 1px solid var(--border); }
.faqItem:last-child { border-bottom: 1px solid var(--border); }
.faqItem > button { width: 100%; min-height: 72px; padding: 17px 3px; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; cursor: pointer; font-size: 14px; font-weight: 700; }
.faqItem > button span:last-child { color: var(--brand-primary); font-size: 20px; font-weight: 400; }
.faqItem [role="region"] p { margin: -2px 45px 24px 0; color: var(--text-secondary); font-size: 13px; line-height: 1.75; }

.privacySection { background: var(--background-soft); padding: 60px 28px; }
.privacyInner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: start; }
.privacyNumber { color: var(--brand-primary); font: 700 11px var(--font-geist-mono); }
.privacyInner h2 { margin-top: 12px; font-size: 29px; }
.privacyColumns { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 34px; }
.privacyColumns p { margin: 0; color: var(--text-secondary); font-size: 11px; line-height: 1.65; }
.privacyColumns strong { display: block; margin-bottom: 6px; color: var(--brand-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.finalCta { text-align: center; padding-top: 130px; padding-bottom: 130px; }
.darkEye { color: var(--brand-primary); justify-content: center; }
.finalCta h2 { max-width: 900px; margin: 0 auto; font-size: clamp(42px, 5.7vw, 76px); }
.finalCta > p:not(.eyebrow) { max-width: 650px; margin: 25px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.footer { background: var(--brand-deep); color: var(--background); padding: 58px max(28px, calc((100% - var(--max))/2 + 28px)) 34px; border-top: 4px solid var(--brand-primary); }
.footerTop { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .6fr .8fr .6fr; gap: 40px; align-items: start; padding-bottom: 45px; }
.footerTop > p { margin: 4px 0 0; color: #d9e6e2; font-size: 12px; line-height: 1.65; }
.footerContact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 12px; }
.footerContact a { text-decoration: none; }
.footerContact .btn { min-height: 38px; padding: 0 14px; border: 1px solid #d9e6e2; color: #d9e6e2; background: transparent; font-size: 11px; }
.footerContact .btn:hover { border-color: var(--brand-accent); color: var(--background); }
.footerContact .btn.btnWhatsapp { border-color: var(--whatsapp); background: var(--whatsapp); color: #0d321c; }
.footerContact .btn.btnWhatsapp:hover { border-color: #20bf5a; background: #20bf5a; color: #0d321c; }
.footerBottom { max-width: var(--max); margin: 0 auto; padding-top: 28px; border-top: 1px solid #41606a; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: #d9e6e2; font-size: 10px; }
.footerBottom p { margin: 0; }
.footerBottom nav { display: flex; justify-content: flex-end; gap: 18px; }
.footerBottom a { color: #d9e6e2; text-decoration: none; }
.footerBottom a:hover { color: var(--brand-accent); }

.whatsappFloat { position: fixed; z-index: 44; right: 28px; bottom: 28px; min-height: 58px; padding: 0 22px 0 9px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; display: inline-flex; align-items: center; gap: 10px; background: var(--whatsapp); color: #0d321c; box-shadow: 0 10px 26px rgba(24,60,70,.16); cursor: pointer; font-size: 13px; font-weight: 790; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.whatsappFloat:hover { transform: translateY(-3px); background: #20bf5a; box-shadow: 0 12px 30px rgba(24,60,70,.18); }
.whatsappFloatIcon { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: #128c4a; color: white; font-size: 23px; font-weight: 760; line-height: 1; transform: rotate(-13deg); }
.whatsappFloatText { white-space: nowrap; }
.mobileBar { display: none; }
.ctaModalOverlay { position: fixed; z-index: 90; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(10,10,12,.72); backdrop-filter: blur(8px); overflow-y: auto; }
.ctaModal { position: relative; width: min(100%, 520px); max-height: calc(100vh - 48px); overflow-y: auto; border: 1px solid var(--border); border-top: 4px solid var(--brand-primary); border-radius: 24px; background: var(--surface); color: var(--text-primary); box-shadow: 0 30px 100px rgba(24,60,70,.24); padding: 34px; }
.ctaModalClose { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%; background: var(--background); color: var(--text-secondary); cursor: pointer; font-size: 24px; line-height: 1; }
.ctaModalClose:hover { border-color: var(--brand-sage); color: var(--brand-deep); }
.ctaModalEyebrow { margin: 0 48px 12px 0; color: var(--brand-primary); font: 700 10px var(--font-geist-mono); text-transform: uppercase; letter-spacing: .14em; }
.ctaModal h2 { max-width: 420px; font-size: 36px; }
.ctaModalLead { margin: 14px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.ctaModalForm .field { margin-bottom: 12px; }
.ctaModalOptional { margin: 18px 0; padding: 15px; border: 1px solid var(--border); border-radius: 16px; background: var(--background-soft); }
.ctaModalOptional > p { margin: 0 0 13px; display: grid; gap: 3px; }
.ctaModalOptional > p strong { color: var(--brand-deep); font-size: 12px; }
.ctaModalOptional > p span { color: var(--text-secondary); font-size: 10px; line-height: 1.45; }
.ctaModalOptionalGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ctaModalOptionalGrid .field { margin-bottom: 0; }
.ctaModalSubmit { width: 100%; margin-top: 4px; border-radius: 12px; }
.ctaModalPrivacy { margin: 14px 2px 0; color: var(--text-secondary); font-size: 10px; line-height: 1.55; }
.ctaModalPrivacy a { text-underline-offset: 2px; }
.ctaModalSuccess { min-height: 310px; padding: 48px 10px 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ctaModalSuccess > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: #e7f0e9; color: var(--success); font-size: 27px; font-weight: 800; }
.ctaModalSuccess h2 { margin: 0; font-size: 34px; }
.ctaModalSuccess p { max-width: 360px; margin: 13px auto 0; color: var(--text-secondary); font-size: 14px; line-height: 1.6; }
.ctaModal button:focus-visible, .ctaModal input:focus-visible, .ctaModal select:focus-visible { outline: 2px solid var(--brand-primary); outline-offset: 2px; }
.consentBanner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 18px; max-width: 920px; margin: auto; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 18px 65px rgba(24,60,70,.16); padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; backdrop-filter: blur(10px); }
.consentBanner strong { font-size: 12px; }
.consentBanner p { margin: 4px 0 0; max-width: 600px; color: var(--text-secondary); font-size: 11px; line-height: 1.5; }
.consentActions { display: flex; gap: 8px; }
.consentActions button { min-height: 39px; border-radius: 999px; padding: 0 14px; cursor: pointer; font-size: 10px; font-weight: 700; }
.consentEssential { border: 1px solid var(--brand-primary); background: var(--surface); color: var(--brand-primary); }
.consentAccept { border: 1px solid var(--brand-accent); background: var(--brand-accent); color: #172126; }
.consentAccept:hover { border-color: var(--brand-accent-hover); background: var(--brand-accent-hover); }
.notFound { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--ink); color: white; }
.notFound > div { max-width: 680px; }
.notFound > div > span { color: var(--accent); font: 700 12px var(--font-geist-mono); }
.notFound h1 { margin-top: 14px; }
.notFound p { color: #aab7af; line-height: 1.7; }
.notFound .btn { margin-top: 18px; }
.legalPage { min-height: 100vh; padding: 42px 28px 90px; background: var(--paper); }
.legalBrand { max-width: 900px; margin: 0 auto 72px; display: block; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; color: #5f6065; font-size: 10px; }
.legalBrand .brandMark { margin-right: 8px; color: var(--ink); font-size: 22px; letter-spacing: -1px; }
.legalPage article { max-width: 900px; margin: 0 auto; }
.legalPage h1 { max-width: 760px; color: var(--ink); font-size: clamp(46px, 6vw, 76px); }
.legalLead { max-width: 740px; margin: 30px 0 64px; color: #5f6065; font-size: 17px; line-height: 1.75; }
.legalPage article > h2 { margin: 46px 0 12px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 25px; letter-spacing: -.025em; }
.legalPage article > p:not(.sectionLabel):not(.legalLead) { max-width: 760px; color: #5e5f64; font-size: 14px; line-height: 1.8; }
.legalContact { margin: 20px 0 28px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #414247; font-size: 12px; }
.legalContact a { font-weight: 700; }

:focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

@media (max-width: 1050px) {
  .heroGrid { gap: 42px; }
  .serviceGrid { grid-template-columns: 1fr 1fr; }
  .serviceCard:nth-child(3n) { border-right: 1px solid var(--border); }
  .serviceCard:nth-child(2n) { border-right: 0; }
  .timeline { grid-template-columns: repeat(7,1fr); }
  .deliverGrid, .situationsGrid, .formGrid, .faqGrid { gap: 64px; }
}

@media (max-width: 900px) {
  .heroGrid { grid-template-columns: 1fr; gap: 44px; padding-top: 46px; }
  .heroVisual, .heroVisual img { height: 460px; min-height: 460px; }
  .trustInner { grid-template-columns: 1fr 1fr; }
  .trustInner p:nth-child(2) { border-right: 0; }
  .trustInner p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problemGrid, .sectionHeading, .deliverGrid, .proofGrid, .situationsGrid, .formGrid, .faqGrid, .privacyInner { grid-template-columns: 1fr; gap: 34px; }
  .problemText { padding-top: 0; max-width: 680px; }
  .riskStrip { grid-template-columns: repeat(5,1fr); }
  .deliverIntro, .formIntro { position: static; }
  .portfolioPhotos img { height: 330px; }
  .proofPhoto, .proofPhoto img { min-height: 490px; height: 490px; }
  .sectorGrid { grid-template-columns: 1fr 1fr; }
  .privacyColumns { grid-template-columns: 1fr 1fr; }
  .footerTop { grid-template-columns: 1fr 1fr; }
  .footerTop > p { display: none; }
  .footerBottom { grid-template-columns: 1fr 1fr; }
  .footerBottom nav { grid-column: 1 / -1; justify-content: flex-start; }
  .timeline { grid-template-columns: 1fr; gap: 24px; }
  .timeline li { min-height: 0; }
  .timelineToggle { min-height: 112px; grid-template-columns: 44px 1fr 32px; grid-template-rows: 1fr; align-items: center; padding: 18px 20px; }
  .timelineNumber { grid-column: 1; grid-row: 1; }
  .timelineTitle { grid-column: 2; grid-row: 1; align-self: center; font-size: 14px; }
  .timelinePlus { grid-column: 3; grid-row: 1; }
  .timelineDetail p { padding: 0 20px 20px 82px; max-width: 720px; font-size: 13px; }
  .timeline li::before { top: auto; right: auto; bottom: -18px; left: calc(50% - 4px); }
  .timeline li:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -24px; left: calc(50% - 12px); background: var(--background); }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .topbar { height: 74px; padding: 0 18px; }
  .availability { display: none; }
  .brandLogo { width: 132px; }
  .institutionalLink { font-size: 10px; }
  .hero { border-radius: 0 0 24px 24px; }
  .heroGrid { padding: 38px 18px 40px; gap: 34px; }
  h1 { font-size: 46px; }
  .heroLead { font-size: 17px; margin-top: 24px; }
  .heroActions { flex-direction: column; margin-top: 28px; }
  .heroActions .btn { width: 100%; }
  .microcopy { font-size: 11px; }
  .heroProof { gap: 11px; flex-direction: column; margin-top: 26px; padding-top: 20px; }
  .heroVisual, .heroVisual img { height: 370px; min-height: 370px; }
  .heroVisual { border-radius: 20px; }
  .heroVisual figcaption { left: 18px; right: 18px; bottom: 17px; }
  .trustRail { padding-inline: 18px; }
  .trustInner { grid-template-columns: 1fr; }
  .trustInner p, .trustInner p:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trustInner p:last-child { border-bottom: 0; }
  .sectionPad { padding: 82px 18px; }
  .sectionLabel { margin-bottom: 22px; }
  h2 { font-size: 39px; }
  .problemGrid { gap: 24px; }
  .problemText p { font-size: 16px; }
  .problemShowcase { margin-top: 38px; min-height: 250px; border-radius: 19px; }
  .problemShowcase img { height: 300px; }
  .problemShowcase figcaption { left: 17px; right: 17px; bottom: 16px; display: block; }
  .problemShowcase figcaption strong { display: block; font-size: 15px; }
  .problemShowcase figcaption span { display: block; margin-top: 5px; font-size: 9px; }
  .ctaInline { margin-top: 34px; }
  .ctaInline .btn { width: 100%; }
  .riskStrip { margin-top: 46px; grid-template-columns: 1fr 1fr; }
  .riskStrip span { border-bottom: 1px solid var(--line); }
  .riskStrip span:nth-child(2n) { border-right: 0; }
  .riskStrip span:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .processSection, .proofSection, .situationsSection { padding-left: 18px; padding-right: 18px; }
  .sectionHeading { margin-bottom: 40px; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: 390px; padding: 27px 4px; border-right: 0 !important; }
  .serviceCard h3 { margin-top: 28px; }
  .deliverGrid { gap: 48px; }
  .deliverItem { min-height: 62px; }
  .portfolioPhotos { margin-top: 55px; grid-template-columns: 1fr; gap: 12px; }
  .portfolioPhotos img { height: 280px; }
  .timeline { grid-template-columns: 1fr; margin-top: 48px; }
  .timeline li { min-height: 0; }
  .timelineToggle { min-height: 96px; grid-template-columns: 40px 1fr 30px; padding: 16px; gap: 10px; }
  .timelineTitle { font-size: 14px; }
  .timelineDetail p { padding: 0 16px 18px 66px; font-size: 13px; line-height: 1.58; }
  .proofGrid { gap: 48px; }
  .proofPhoto, .proofPhoto img { min-height: 400px; height: 400px; }
  .proofCopy h2 { margin-bottom: 34px; }
  .reviewCarousel { padding: 18px; border-radius: 18px; }
  .reviewTop { gap: 10px; }
  .proofCopy .reviewQuote p { min-height: 146px; font-size: 17px; }
  .reviewControls { gap: 7px; }
  .reviewArrow { width: 38px; height: 38px; flex-basis: 38px; }
  .reviewDots { display: none; }
  .reviewPause { padding-inline: 8px; }
  .sectorGrid { grid-template-columns: 1fr 1fr; }
  .sectorCard { min-height: 118px; padding: 15px; }
  .situationsGrid { gap: 50px; }
  .situationsGrid ul { grid-template-columns: 1fr; }
  .situationsGrid li, .situationsGrid li:nth-child(odd) { min-height: 60px; border-right: 0; }
  .formSection { padding-top: 94px; }
  .leadForm { padding: 22px 16px; border-radius: 19px; margin-inline: -2px; }
  .fieldRow { grid-template-columns: 1fr; gap: 0; }
  .field input, .field select { min-height: 52px; }
  .contactCard { margin-top: 32px; }
  .contactPhone { width: 100%; }
  .faqGrid { gap: 44px; }
  .faqItem > button { min-height: 68px; font-size: 13px; }
  .faqItem [role="region"] p { margin-right: 12px; }
  .privacySection { padding: 52px 18px; }
  .privacyColumns { grid-template-columns: 1fr; gap: 18px; }
  .privacyInner h2 { font-size: 28px; }
  .finalCta h2 { font-size: 45px; }
  .footer { padding: 50px 18px 28px; }
  .footerTop { grid-template-columns: 1fr; gap: 25px; }
  .footerContact { align-items: flex-start; }
  .footerBottom { grid-template-columns: 1fr; gap: 13px; }
  .footerBottom nav { grid-column: auto; flex-wrap: wrap; gap: 12px 17px; }
  .footerContact .btn { width: 100%; }
  .whatsappFloat { right: 14px; bottom: 80px; width: 56px; min-height: 56px; height: 56px; padding: 7px; justify-content: center; }
  .whatsappFloatIcon { width: 40px; height: 40px; flex: 0 0 40px; }
  .whatsappFloatText { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .ctaModalOverlay { padding: 12px; align-items: end; }
  .ctaModal { width: 100%; max-height: calc(100dvh - 24px); border-radius: 22px 22px 16px 16px; padding: 28px 18px 22px; }
  .ctaModal h2 { font-size: 31px; }
  .ctaModalLead { margin-bottom: 18px; }
  .ctaModalOptionalGrid { grid-template-columns: 1fr; }
  .ctaModalSuccess { min-height: 280px; padding: 36px 8px 24px; }
  .mobileBar { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; gap: 7px; background: rgba(24,60,70,.98); box-shadow: 0 -8px 30px rgba(24,60,70,.12); }
  .mobileBar button { border-radius: 10px; border: 1px solid #d9e6e2; background: transparent; color: var(--background); font-size: 11px; font-weight: 750; }
  .mobileBar button:first-child { border-color: var(--brand-accent); background: var(--brand-accent); color: #172126; }
  .mobileBar button.btnWhatsapp { border-color: var(--whatsapp); background: var(--whatsapp); color: #0d321c; }
  .consentBanner { left: 10px; right: 10px; bottom: 76px; padding: 14px; grid-template-columns: 1fr; gap: 12px; }
  .consentActions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 390px) {
  h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  .heroVisual, .heroVisual img { height: 340px; min-height: 340px; }
  .sectorGrid { grid-template-columns: 1fr; }
  .sectorCard { min-height: 92px; }
}
