:root {
  --navy-950: #031226;
  --navy-900: #071a33;
  --navy-800: #0b294a;
  --navy-700: #123d66;
  --blue-600: #126fbe;
  --blue-500: #1b8ddb;
  --ice-400: #31c5f4;
  --ice-200: #aeefff;
  --red-500: #e53438;
  --ink: #0d1b2a;
  --slate: #52657a;
  --muted: #748397;
  --line: #dce4ec;
  --soft: #f3f7fa;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(7, 26, 51, .08);
  --shadow-lg: 0 24px 80px rgba(3, 18, 38, .22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1240px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 50; background: var(--navy-950); color: #d7e7f7; font-size: 12px; letter-spacing: .03em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; gap: 12px; }
.topbar__inner a { margin-left: auto; color: var(--ice-200); font-weight: 700; }
.topbar__divider { width: 1px; height: 13px; background: rgba(255,255,255,.25); }

.site-header { position: sticky; top: 0; z-index: 40; height: var(--header-height); background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(7,26,51,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(3,18,38,.1); }
.header__inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 255px; height: auto; max-height: 55px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: #26384c; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--ice-400); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header__cta { flex: 0 0 auto; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--soft); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--navy-900); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button--small { min-height: 44px; padding-inline: 19px; }
.button--primary { color: #fff; background: var(--red-500); box-shadow: 0 10px 28px rgba(229,52,56,.26); }
.button--primary:hover { background: #cc2429; box-shadow: 0 14px 34px rgba(229,52,56,.35); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.button--ghost:hover { background: #fff; color: var(--navy-900); }
.button--dark { color: #fff; background: var(--navy-900); box-shadow: 0 12px 30px rgba(7,26,51,.2); }
.button--dark:hover { background: var(--blue-600); }
.button--ice { color: var(--navy-950); background: var(--ice-400); box-shadow: 0 14px 35px rgba(49,197,244,.2); }
.button--ice:hover { background: var(--ice-200); }
.button--full { width: 100%; }

.hero { position: relative; min-height: 750px; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--navy-900); }
.hero__media { position: absolute; inset: 0; background: url("assets/hero-modulo.webp") center 47% / cover no-repeat; transform: scale(1.01); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,38,.94) 0%, rgba(3,18,38,.73) 42%, rgba(3,18,38,.22) 77%, rgba(3,18,38,.12) 100%), linear-gradient(0deg, rgba(3,18,38,.72) 0%, transparent 48%); }
.hero::after { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; top: -360px; right: -130px; border: 1px solid rgba(174,239,255,.22); box-shadow: 0 0 0 90px rgba(174,239,255,.035), 0 0 0 180px rgba(174,239,255,.025); }
.hero__content { position: relative; z-index: 2; padding-block: 98px 42px; display: flex; flex-direction: column; justify-content: space-between; }
.hero__copy { max-width: 790px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-600); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: var(--ice-200); }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ice-400); box-shadow: 0 0 0 6px rgba(49,197,244,.14); }
.hero h1 { margin: 22px 0 20px; max-width: 800px; font-size: clamp(48px, 6.5vw, 86px); line-height: .98; letter-spacing: -.055em; font-weight: 850; text-wrap: balance; }
.hero h1 em { color: var(--ice-400); font-style: normal; }
.hero__copy > p { max-width: 680px; margin: 0; color: #d9e7f3; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }

.finder { width: 100%; margin-top: 70px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); overflow: hidden; }
.finder__tabs { height: 59px; display: flex; border-bottom: 1px solid var(--line); padding-inline: 24px; }
.finder__tab { position: relative; min-width: 130px; border: 0; background: transparent; color: var(--slate); font-weight: 800; cursor: pointer; }
.finder__tab::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -1px; height: 3px; background: transparent; border-radius: 3px 3px 0 0; }
.finder__tab.is-active { color: var(--navy-900); }
.finder__tab.is-active::after { background: var(--red-500); }
.finder__form { display: grid; grid-template-columns: 1.2fr 1fr 1.25fr auto; align-items: end; gap: 0; padding: 21px 22px 22px; }
.field { display: grid; gap: 7px; min-width: 0; padding-inline: 18px; }
.field + .field { border-left: 1px solid var(--line); }
.field span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; color: var(--navy-900); border: 0; outline: 0; background: transparent; font-size: 15px; font-weight: 700; }
.field input::placeholder, .field textarea::placeholder { color: #a1aebb; font-weight: 500; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--slate) 50%), linear-gradient(135deg, var(--slate) 50%, transparent 50%); background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px); background-size: 5px 5px; background-repeat: no-repeat; padding-right: 25px; }
.finder__submit { min-width: 150px; border-radius: 14px; }
.finder__submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.trust-strip { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stat { padding: 17px 34px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat strong { color: var(--blue-600); font-size: 29px; line-height: 1; letter-spacing: -.03em; white-space: nowrap; }
.stat span { color: var(--slate); font-size: 13px; font-weight: 700; line-height: 1.35; }

.section { padding-block: 112px; }
.section--intro { padding-top: 126px; }
.section--soft { background: var(--soft); }
.section--dark { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); }
.section--dark::before { content: ""; position: absolute; width: 720px; height: 720px; right: -280px; top: -300px; border-radius: 50%; border: 1px solid rgba(49,197,244,.13); box-shadow: 0 0 0 100px rgba(49,197,244,.02), 0 0 0 200px rgba(49,197,244,.015); }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); gap: 70px; align-items: end; }
.section-heading--compact { margin-bottom: 28px; }
.section-heading h2, .story-copy h2, .contact-copy h2 { margin: 12px 0 0; color: var(--navy-900); font-size: clamp(36px, 4.6vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--slate); font-size: 17px; line-height: 1.65; }
.section-heading--light h2 { color: #fff; }
.section-heading--light > p { color: #b7c9d9; }

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-card { position: relative; min-height: 510px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-900); box-shadow: var(--shadow-sm); isolation: isolate; }
.platform-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1); }
.platform-card:hover img { transform: scale(1.05); }
.platform-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,38,.96) 0%, rgba(3,18,38,.3) 69%, rgba(3,18,38,.08) 100%); }
.platform-card__body { position: absolute; inset: auto 0 0; padding: 34px; color: #fff; }
.platform-card__number { color: var(--ice-400); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.platform-card h3 { margin: 10px 0 9px; font-size: 30px; letter-spacing: -.03em; }
.platform-card p { margin: 0 0 20px; color: #d5e1ec; line-height: 1.6; }
.text-link, .card-link { padding: 0; border: 0; background: transparent; color: inherit; font-weight: 850; cursor: pointer; }
.text-link span, .card-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }

.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-chip { min-height: 42px; padding: 0 18px; border: 1px solid #cdd8e2; border-radius: 999px; background: #fff; color: var(--slate); font-size: 13px; font-weight: 850; cursor: pointer; transition: all .2s ease; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--navy-900); background: var(--navy-900); color: #fff; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #e3eaf0; border-radius: var(--radius-md); box-shadow: 0 9px 28px rgba(7,26,51,.055); transition: transform .3s ease, box-shadow .3s ease; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(7,26,51,.13); }
.solution-card[hidden] { display: none; }
.solution-card__media { position: relative; aspect-ratio: 1.45; overflow: hidden; background: var(--navy-900); }
.solution-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.solution-card:hover .solution-card__media img { transform: scale(1.035); }
.solution-card__media--instrument { display: grid; place-items: center; background: linear-gradient(135deg, #08182d, #096a9d); }
.instrument-visual { width: 60%; color: var(--ice-200); }
.instrument-visual svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.solution-card__badge { position: absolute; top: 16px; left: 16px; padding: 7px 11px; border-radius: 999px; color: #fff; background: rgba(3,18,38,.76); backdrop-filter: blur(7px); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.solution-card__body { flex: 1; display: flex; flex-direction: column; padding: 27px; }
.solution-card h3 { margin: 0 0 9px; color: var(--navy-900); font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.solution-card p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.solution-card__facts { display: flex; gap: 6px; flex-wrap: wrap; list-style: none; margin: 20px 0 24px; padding: 0; }
.solution-card__facts li { padding: 6px 9px; border-radius: 7px; background: var(--soft); color: #53677c; font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.card-link { margin-top: auto; align-self: flex-start; color: var(--blue-600); font-size: 13px; }
.empty-state { padding: 58px; text-align: center; border: 1px dashed #b9c9d6; border-radius: var(--radius-md); background: #fff; }
.empty-state h3 { margin: 0 0 8px; font-size: 26px; }
.empty-state p { margin: 0 auto 25px; max-width: 580px; color: var(--slate); }

.story-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); gap: 90px; align-items: center; }
.story-media { position: relative; min-height: 650px; }
.story-media__main { width: 84%; height: 590px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.story-media__float { position: absolute; right: 0; bottom: 12px; width: 45%; height: 310px; object-fit: cover; border: 10px solid #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.story-media__badge { position: absolute; left: -20px; bottom: 52px; width: 185px; padding: 21px; border-radius: var(--radius-sm); color: #fff; background: var(--blue-600); box-shadow: var(--shadow-sm); }
.story-media__badge strong { display: block; font-size: 18px; }
.story-media__badge span { color: #dff6ff; font-size: 12px; line-height: 1.45; }
.story-copy .lead { margin: 21px 0 27px; color: var(--slate); font-size: 18px; line-height: 1.65; }
.advantage-list { display: grid; gap: 0; margin-bottom: 30px; }
.advantage-list article { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.advantage-list article:last-child { border-bottom: 1px solid var(--line); }
.advantage-list article > span { color: var(--blue-500); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.advantage-list h3 { margin: 0 0 4px; color: var(--navy-900); font-size: 17px; }
.advantage-list p { margin: 0; color: var(--slate); font-size: 14px; }

.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }
.process-grid::before { content: ""; position: absolute; top: 49px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, rgba(174,239,255,.5), transparent); }
.process-step { position: relative; padding: 0 26px; text-align: center; }
.process-step__num { display: block; margin-bottom: 18px; color: var(--ice-400); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.process-step__icon { position: relative; z-index: 2; width: 64px; height: 64px; margin: 0 auto 22px; display: grid; place-items: center; border: 1px solid rgba(174,239,255,.38); border-radius: 50%; color: var(--ice-200); background: var(--navy-950); font-size: 26px; }
.process-step h3 { margin: 0 0 8px; font-size: 21px; }
.process-step p { margin: 0; color: #aebfd0; font-size: 14px; line-height: 1.65; }

.gallery-section { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--navy-900); }
.gallery-item--wide { grid-column: span 2; grid-row: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(3,18,38,.74), transparent); }
.gallery-item figcaption { position: absolute; z-index: 1; left: 18px; bottom: 15px; color: #fff; font-size: 13px; font-weight: 800; }

.contact-section { position: relative; overflow: hidden; padding-block: 110px; color: #fff; background: var(--navy-900); }
.contact-section__pattern { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(49,197,244,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(49,197,244,.2) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1fr); gap: 90px; align-items: center; }
.contact-copy h2 { color: #fff; }
.contact-copy > p { margin: 24px 0 34px; max-width: 570px; color: #becddd; font-size: 17px; }
.contact-channels { display: grid; gap: 13px; }
.contact-channels a, .contact-channels > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-channels span { color: #9fb4c8; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-channels strong { font-size: 14px; text-align: right; }
.contact-form { padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(3,18,38,.69); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .field { padding: 0; margin-bottom: 16px; }
.contact-form .field + .field { border: 0; }
.field--dark span { color: #a8bacb; }
.field--dark input, .field--dark select, .field--dark textarea { padding: 13px 14px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.065); transition: border-color .2s ease, background .2s ease; }
.field--dark input:focus, .field--dark select:focus, .field--dark textarea:focus { border-color: var(--ice-400); background: rgba(255,255,255,.1); }
.field--dark select { background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px); background-size: 5px 5px; background-repeat: no-repeat; }
.field--dark select option { color: var(--ink); background: #fff; }
.field--dark textarea { resize: vertical; min-height: 120px; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 19px; color: #aebfd0; font-size: 12px; }
.consent input { margin-top: 3px; accent-color: var(--ice-400); }
.form-note { margin: 12px 0 0; color: #8097ac; font-size: 11px; text-align: center; }

.site-footer { padding-top: 72px; color: #3e5267; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 290px; height: auto; max-width: 100%; }
.footer-brand p { max-width: 310px; margin: 14px 0 0; color: var(--slate); }
.footer-meta { font-size: 12px; }
.footer-grid h2 { margin: 7px 0 17px; color: var(--navy-900); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: var(--blue-600); }
.instagram-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; }
.instagram-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #75869a; font-size: 11px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 35; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 31px; fill: #fff; }

.solution-modal { width: min(690px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); padding: 38px; border: 0; border-radius: var(--radius-md); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.solution-modal::backdrop { background: rgba(3,18,38,.76); backdrop-filter: blur(6px); }
.solution-modal h2 { margin: 10px 0 12px; color: var(--navy-900); font-size: 39px; line-height: 1.08; letter-spacing: -.04em; }
.modal-close { position: absolute; top: 15px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); font-size: 25px; cursor: pointer; }
.modal-lead { margin: 0 0 25px; color: var(--slate); font-size: 16px; }
.modal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 27px; }
.modal-columns h3 { margin: 0 0 10px; font-size: 15px; }
.modal-columns ul { margin: 0; padding-left: 19px; color: var(--slate); font-size: 13px; line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(49,197,244,.8); outline-offset: 3px; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .brand img { width: 220px; }
  .header__cta { display: none; }
  .finder__form { grid-template-columns: 1fr 1fr; gap: 17px; }
  .finder .field { padding: 0; }
  .finder .field + .field { border-left: 0; }
  .finder__submit { min-height: 54px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--line); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: 0; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-card:last-child { grid-column: 1 / -1; min-height: 430px; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 55px; }
  .story-media { min-height: 570px; }
  .story-media__main { height: 520px; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .contact-copy { max-width: 740px; }
}

@media (max-width: 820px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar__inner { justify-content: center; }
  .topbar__inner span:nth-child(2), .topbar__inner span:nth-child(3) { display: none; }
  .topbar__inner a { margin-left: 0; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; top: calc(34px + var(--header-height)); left: 14px; right: 14px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; }
  .hero__veil { background: linear-gradient(90deg, rgba(3,18,38,.94), rgba(3,18,38,.59)), linear-gradient(0deg, rgba(3,18,38,.92), transparent 65%); }
  .hero__content { padding-block: 72px 28px; }
  .hero h1 { font-size: clamp(45px, 11vw, 66px); }
  .finder { margin-top: 55px; }
  .finder__tabs { overflow-x: auto; padding-inline: 8px; }
  .finder__tab { min-width: 110px; }
  .finder__form { grid-template-columns: 1fr; padding: 18px; }
  .section { padding-block: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .section-heading h2, .story-copy h2, .contact-copy h2 { font-size: clamp(34px, 9vw, 50px); }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card, .platform-card:last-child { grid-column: auto; min-height: 460px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 580px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .process-grid::before { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .gallery-item--wide { grid-column: span 2; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 570px) {
  .brand img { width: 205px; }
  .topbar { font-size: 11px; }
  .topbar__inner { gap: 8px; }
  .hero__content { padding-top: 56px; }
  .hero h1 { letter-spacing: -.05em; }
  .hero__copy > p { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .finder__tabs { justify-content: flex-start; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .stat, .stat:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:nth-child(3) { border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .platform-card__body { padding: 27px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .story-media { min-height: 455px; }
  .story-media__main { width: 93%; height: 410px; }
  .story-media__float { width: 48%; height: 210px; border-width: 6px; }
  .story-media__badge { left: 8px; bottom: 20px; width: 155px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { padding-inline: 10px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item--wide { grid-column: auto; grid-row: auto; }
  .gallery-item--tall { grid-row: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 20px; }
  .contact-channels a, .contact-channels > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-channels strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; }
  .solution-modal { padding: 30px 22px 24px; }
  .solution-modal h2 { font-size: 31px; }
  .modal-columns { grid-template-columns: 1fr; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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