:root {
  --ink: #071827;
  --ink-2: #0d263a;
  --ink-3: #13344c;
  --blue: #1f75ff;
  --blue-2: #5d9bff;
  --orange: #ff5c2b;
  --green: #21c988;
  --cream: #f6f4ee;
  --paper: #ffffff;
  --line: #dce4e9;
  --muted: #647481;
  --text: #152c3d;
  --shadow: 0 24px 70px rgba(7, 24, 39, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", "DM Sans", sans-serif; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: .8rem 1rem; color: white; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  color: white;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7, 24, 39, .92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.13); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.25rem; font-weight: 700; letter-spacing: -.04em; }
.brand strong { color: var(--blue-2); }
.brand-mark { width: 38px; color: white; }
.nav-menu { display: flex; align-items: center; gap: 1.65rem; font-size: .92rem; font-weight: 600; }
.nav-menu > a:not(.button) { color: rgba(255,255,255,.78); transition: color .2s ease; }
.nav-menu > a:not(.button):hover { color: white; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: white; transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 54px; padding: 0 1.45rem; border: 1px solid transparent; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #135fe1); box-shadow: 0 12px 30px rgba(31, 117, 255, .28); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(31, 117, 255, .38); }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); }
.button-small { min-height: 42px; padding: 0 1rem; border-radius: 8px; font-size: .86rem; }
.button-full { width: 100%; }
.play-icon { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .55rem; }

.hero { position: relative; overflow: hidden; padding: 155px 0 0; color: white; background: radial-gradient(circle at 75% 28%, rgba(31,117,255,.22), transparent 32%), radial-gradient(circle at 15% 30%, rgba(255,92,43,.12), transparent 27%), var(--ink); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -270px; top: -250px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; min-height: 650px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.25rem; color: var(--blue-2); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,92,43,.13); }
.hero h1 { max-width: 690px; margin-bottom: 1.35rem; font-size: clamp(3rem, 5.3vw, 5.35rem); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 640px; margin-bottom: 2rem; color: #b8c6d1; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.8rem; }
.hero-proof { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.11); padding-top: 1.5rem; }
.hero-proof div { flex: 1; padding-right: 1.3rem; margin-right: 1.3rem; border-right: 1px solid rgba(255,255,255,.11); }
.hero-proof div:last-child { margin: 0; padding: 0; border: 0; }
.hero-proof strong { display: block; font-size: .9rem; color: white; }
.hero-proof span { display: block; color: #8295a3; font-size: .77rem; }

.analysis-window { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(8,26,42,.78); box-shadow: 0 40px 100px rgba(0,0,0,.38); backdrop-filter: blur(18px); transform: perspective(1100px) rotateY(-4deg) rotateX(1deg); }
.window-top { display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); font-size: .65rem; letter-spacing: .08em; }
.traffic { display: flex; gap: 5px; }
.traffic span { width: 7px; height: 7px; border-radius: 50%; background: #5a6c78; }
.traffic span:first-child { background: var(--orange); }
.window-title { flex: 1; color: #8095a5; }
.live-badge { padding: .25rem .45rem; color: var(--green); border: 1px solid rgba(33,201,136,.3); border-radius: 4px; background: rgba(33,201,136,.08); }
.window-body { padding: 1.15rem; }
.document-row { display: flex; align-items: center; gap: .8rem; padding: .9rem; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.035); }
.doc-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 7px; color: #ff9c80; background: rgba(255,92,43,.13); font-size: .62rem; font-weight: 800; }
.document-row > div:nth-child(2) { flex: 1; min-width: 0; }
.document-row strong, .document-row span { display: block; }
.document-row strong { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.document-row span { color: #718896; font-size: .68rem; }
.document-row .check { display: grid; place-items: center; width: 24px; height: 24px; color: var(--green); border-radius: 50%; background: rgba(33,201,136,.1); }
.scan-panel { margin: .85rem 0; padding: 1rem; border-radius: 10px; background: #0a2032; }
.scan-head { display: flex; justify-content: space-between; margin-bottom: .55rem; color: #9fb0bb; font-size: .72rem; }
.scan-head strong { color: var(--blue-2); }
.progress { overflow: hidden; height: 4px; margin-bottom: .85rem; border-radius: 99px; background: rgba(255,255,255,.08); }
.progress i { display: block; width: 74%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--blue-2)); }
.scan-line { display: flex; justify-content: space-between; align-items: center; min-height: 34px; border-bottom: 1px solid rgba(255,255,255,.05); color: #c7d2da; font-size: .72rem; }
.scan-line:last-child { border: 0; }
.status { padding: .18rem .38rem; border-radius: 4px; font-size: .58rem; font-weight: 700; }
.status.ok { color: var(--green); background: rgba(33,201,136,.1); }
.status.alert { color: #ff9c80; background: rgba(255,92,43,.12); }
.status.review { color: #7fb2ff; background: rgba(31,117,255,.12); }
.status.pending { color: #d7bd75; background: rgba(215,189,117,.1); }
.finding-card { padding: 1rem; border: 1px solid rgba(255,92,43,.24); border-left: 3px solid var(--orange); border-radius: 9px; background: rgba(255,92,43,.055); }
.finding-number { display: block; margin-bottom: .3rem; color: #ff9675; font-size: .59rem; font-weight: 800; letter-spacing: .1em; }
.finding-card strong { display: block; margin-bottom: .3rem; font-size: .78rem; }
.finding-card p { margin: 0 0 .65rem; color: #9fb0bb; font-size: .68rem; line-height: 1.5; }
.source-chip { display: inline-flex; padding: .26rem .45rem; color: #85a8c1; border-radius: 4px; background: rgba(255,255,255,.055); font-size: .6rem; }
.trust-strip { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem; min-height: 82px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.09); color: #90a3b1; font-size: .75rem; }
.trust-strip strong { color: #cdd7de; font-weight: 600; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.section-heading { max-width: 610px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.light { margin-bottom: 45px; color: white; }
.section-heading h2 { margin-bottom: 1.2rem; color: var(--ink); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading.light h2 { color: white; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-heading.light p { color: #94a7b5; }
.kicker { color: var(--blue); }

.problem-section { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.problem-copy > p { margin-bottom: 2rem; color: var(--muted); font-size: 1.08rem; }
.impact-list { border-top: 1px solid #d8dedc; }
.impact-list > div { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #d8dedc; }
.impact-list span { color: var(--orange); font: 800 .76rem "Manrope", sans-serif; }
.impact-list p { margin: 0; }

.solution-section { background: white; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { position: relative; min-height: 310px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-card.feature { color: white; border-color: transparent; background: var(--ink); box-shadow: var(--shadow); }
.solution-card .card-index { position: absolute; top: 1.5rem; right: 1.5rem; color: #a8b4bc; font-size: .7rem; }
.icon-box { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 2.8rem; color: var(--blue); border-radius: 13px; background: #edf4ff; font-size: 1.35rem; font-weight: 800; }
.feature .icon-box { color: white; background: var(--blue); }
.solution-card h3 { margin-bottom: .8rem; color: var(--ink); font-size: 1.25rem; letter-spacing: -.03em; }
.solution-card.feature h3 { color: white; }
.solution-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.solution-card.feature p { color: #a8bac8; }

.capabilities-section { position: relative; overflow: hidden; color: white; background: var(--ink); }
.capabilities-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(circle at center, black, transparent 75%); }
.capabilities-section .container { position: relative; }
.tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 12px; }
.tabs button { display: flex; align-items: center; justify-content: center; gap: .55rem; min-height: 58px; padding: .5rem; color: #8fa3b2; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; background: rgba(255,255,255,.025); cursor: pointer; transition: .2s ease; }
.tabs button span { display: grid; place-items: center; width: 27px; height: 27px; color: #8fa3b2; border-radius: 6px; background: rgba(255,255,255,.06); font-size: .67rem; font-weight: 800; }
.tabs button:hover { color: white; background: rgba(255,255,255,.05); }
.tabs button[aria-selected="true"] { color: white; border-color: rgba(31,117,255,.55); background: rgba(31,117,255,.12); }
.tabs button[aria-selected="true"] span { color: white; background: var(--blue); }
.tab-panels { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); backdrop-filter: blur(12px); }
.tab-panel { display: grid; grid-template-columns: .68fr 1.32fr; gap: 45px; min-height: 370px; padding: 2.5rem; }
.tab-panel[hidden] { display: none; }
.panel-intro { padding-right: 2.2rem; border-right: 1px solid rgba(255,255,255,.1); }
.panel-intro span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.panel-intro h3 { margin: .65rem 0 .9rem; font-size: 1.75rem; letter-spacing: -.04em; }
.panel-intro p { color: #91a6b4; }
.check-grid { display: grid; align-content: start; grid-template-columns: 1fr 1fr; gap: .7rem 1.7rem; margin: 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding: .58rem 0 .58rem 1.65rem; border-bottom: 1px solid rgba(255,255,255,.06); color: #d2dce2; font-size: .88rem; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; top: .57rem; display: grid; place-items: center; width: 17px; height: 17px; color: var(--green); border-radius: 50%; background: rgba(33,201,136,.1); font-size: .62rem; font-weight: 800; }
.tab-panel small { grid-column: 2; color: #7d929f; font-size: .72rem; }

.processes-section { background: var(--cream); }
.processes-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.text-link { display: inline-flex; gap: .5rem; color: var(--blue); font-weight: 800; }
.process-board { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #d8e0e3; border-radius: 18px; background: white; box-shadow: 0 20px 60px rgba(7,24,39,.07); }
.process-column { padding: 2rem; }
.process-column + .process-column { border-left: 1px solid #e2e7e9; }
.column-label { display: block; margin-bottom: 1rem; color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .11em; }
.process-column ul { margin: 0; padding: 0; list-style: none; }
.process-column li { position: relative; padding: .7rem 0 .7rem 1.35rem; border-bottom: 1px solid #edf0f1; font-size: .88rem; }
.process-column li:last-child { border: 0; }
.process-column li::before { content: ""; position: absolute; left: 0; top: 1.15rem; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

.deliverables-section { background: white; }
.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable { min-height: 245px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable > span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 2rem; color: var(--blue); border-radius: 8px; background: #edf4ff; font-size: .7rem; font-weight: 800; }
.deliverable h3 { margin-bottom: .65rem; color: var(--ink); font-size: 1.15rem; letter-spacing: -.025em; }
.deliverable p { margin: 0; color: var(--muted); font-size: .9rem; }

.how-section { color: white; background: linear-gradient(135deg, var(--ink), #0c2a42); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; padding: 2.1rem 2rem 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.step::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,92,43,.12); }
.step + .step { padding-left: 2rem; }
.step + .step::before { left: 2rem; }
.step > span { color: var(--blue-2); font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.step h3 { margin: 1.3rem 0 .7rem; font-size: 1.05rem; }
.step p { margin: 0; color: #8ea3b2; font-size: .86rem; }

.benefits-section { background: var(--cream); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.benefit-visual { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 28px; background: var(--ink); box-shadow: var(--shadow); }
.benefit-visual::before { content: ""; position: absolute; inset: 0; opacity: .23; background: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 50px 50px; }
.radar { position: relative; display: grid; place-items: center; width: 235px; height: 235px; border: 1px solid rgba(93,155,255,.33); border-radius: 50%; box-shadow: 0 0 0 55px rgba(31,117,255,.04), 0 0 0 105px rgba(31,117,255,.025); }
.radar::before, .radar::after { content: ""; position: absolute; background: rgba(93,155,255,.22); }
.radar::before { width: 1px; height: 100%; }
.radar::after { width: 100%; height: 1px; }
.radar i { position: absolute; inset: 28px; border: 1px solid rgba(93,155,255,.16); border-radius: 50%; }
.radar i:nth-child(2) { inset: 62px; }
.radar i:nth-child(3) { inset: 96px; }
.radar span { z-index: 1; display: grid; place-items: center; width: 68px; height: 68px; color: white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 40px rgba(31,117,255,.5); font-size: 1.5rem; }
.float-card { position: absolute; min-width: 140px; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(0,0,0,.23); }
.float-card b, .float-card small { display: block; }
.float-card b { color: var(--blue-2); font-size: .9rem; }
.float-card small { color: #8ca0af; font-size: .68rem; }
.float-a { top: 64px; left: 36px; }
.float-b { right: 32px; top: 135px; }
.float-c { left: 72px; bottom: 55px; }
.benefits-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.benefits-list li { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid #d8dede; }
.benefits-list li > span { flex: 0 0 auto; display: grid; place-items: center; width: 26px; height: 26px; margin-top: .15rem; color: var(--green); border-radius: 50%; background: rgba(33,201,136,.1); font-size: .75rem; font-weight: 800; }
.benefits-list strong { color: var(--ink); }
.benefits-list p { margin: .2rem 0 0; color: var(--muted); font-size: .88rem; }

.responsibility-section { padding: 0 0 100px; background: var(--cream); }
.responsibility-card { display: grid; grid-template-columns: auto 1fr 1.15fr; align-items: center; gap: 2rem; padding: 2.2rem 2.5rem; border: 1px solid rgba(31,117,255,.18); border-radius: 18px; background: #eef5ff; }
.shield-icon { display: grid; place-items: center; width: 58px; height: 58px; color: white; border-radius: 15px; background: var(--blue); }
.responsibility-card .kicker { margin: 0 0 .4rem; }
.responsibility-card h2 { margin: 0; color: var(--ink); font-size: 1.35rem; line-height: 1.25; letter-spacing: -.035em; }
.responsibility-card > p { margin: 0; color: var(--muted); font-size: .85rem; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: var(--ink); font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 1.2rem; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 2.5rem 1.3rem 0; color: var(--muted); font-size: .92rem; }

.cta-section { position: relative; overflow: hidden; padding: 105px 0; color: white; background: radial-gradient(circle at 15% 50%, rgba(31,117,255,.2), transparent 30%), var(--ink); }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; }
.cta-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.cta-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: 1; letter-spacing: -.06em; }
.cta-copy > p { max-width: 520px; color: #9fb1bd; font-size: 1.05rem; }
.contact-lines { display: flex; flex-direction: column; gap: .35rem; margin-top: 2rem; color: var(--blue-2); font-weight: 700; }
.lead-form { padding: 2rem; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: white; color: var(--text); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.form-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.3rem; }
.form-head strong { color: var(--ink); font: 800 1.2rem "Manrope", sans-serif; }
.form-head span { color: var(--muted); font-size: .72rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form label { display: block; margin-bottom: .85rem; color: #3d5260; font-size: .77rem; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: .35rem; padding: .78rem .9rem; border: 1px solid #d9e1e5; border-radius: 8px; outline: 0; color: var(--ink); background: #fbfcfc; transition: border .2s ease, box-shadow .2s ease; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,117,255,.12); }
.lead-form .consent { display: flex; align-items: flex-start; gap: .55rem; color: var(--muted); font-weight: 400; }
.lead-form .consent input { width: auto; margin: .15rem 0 0; }
.form-message { min-height: 24px; margin-top: .55rem; text-align: center; font-size: .78rem; }
.form-message.success { color: #16865f; }
.form-message.error { color: #cf3f20; }

.site-footer { padding: 65px 0 25px; color: #91a4b2; background: #06131f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .65fr 1fr; gap: 55px; padding-bottom: 45px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-brand { color: white; }
.footer-grid p { max-width: 330px; margin: .5rem 0 0; font-size: .8rem; }
.footer-grid > div > strong { margin-bottom: .5rem; color: white; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid a:not(.brand) { font-size: .82rem; transition: color .2s ease; }
.footer-grid a:not(.brand):hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 54px; height: 54px; color: white; border: 4px solid rgba(255,255,255,.8); border-radius: 50%; background: #20c46b; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js-ready .reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

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

@media (max-width: 1050px) {
  .nav-menu { gap: 1rem; }
  .hero-grid { gap: 42px; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .hero-proof div { margin: 0; padding: 0; border: 0; }
  .problem-grid, .processes-grid, .faq-grid, .benefits-grid, .cta-grid { gap: 55px; }
  .responsibility-card { grid-template-columns: auto 1fr; }
  .responsibility-card > p { grid-column: 2; }
}

@media (max-width: 880px) {
  .section-pad { padding: 82px 0; }
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; inset: 82px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.4rem; background: rgba(7,24,39,.98); transform: translateY(-130%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
  .nav-menu.open { transform: translateY(0); opacity: 1; }
  .nav-menu > a { padding: .8rem 0; }
  .nav-menu .button { margin-top: .5rem; padding: 0 1rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .analysis-window { max-width: 650px; transform: none; }
  .trust-strip { margin-top: 55px; padding: 1.2rem 0; }
  .problem-grid, .processes-grid, .benefits-grid, .faq-grid, .cta-grid { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 245px; }
  .tabs { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; padding-bottom: .4rem; }
  .tab-panel { grid-template-columns: 1fr; }
  .panel-intro { padding: 0 0 1.2rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .tab-panel small { grid-column: 1; }
  .deliverables-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 72px; }
  .nav-menu { top: 72px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .analysis-window { border-radius: 14px; }
  .window-title { display: none; }
  .window-body { padding: .75rem; }
  .trust-strip { justify-content: flex-start; }
  .trust-strip > span { width: 100%; }
  .trust-strip i { display: none; }
  .section-heading h2 { font-size: 2.15rem; }
  .problem-grid { gap: 35px; }
  .solution-card { padding: 1.55rem; }
  .tabs { grid-template-columns: repeat(5, 118px); }
  .tabs button { flex-direction: column; gap: .2rem; font-size: .72rem; }
  .tab-panel { padding: 1.35rem; }
  .check-grid { grid-template-columns: 1fr; gap: 0; }
  .process-board { grid-template-columns: 1fr; }
  .process-column + .process-column { border: 0; border-top: 1px solid #e2e7e9; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverable { min-height: auto; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step, .step + .step { padding: 1.8rem 0 0; }
  .step + .step::before { left: 0; }
  .benefit-visual { min-height: 400px; }
  .float-card { min-width: 120px; }
  .float-a { top: 28px; left: 18px; }
  .float-b { right: 16px; top: 95px; }
  .float-c { left: 28px; bottom: 30px; }
  .responsibility-card { grid-template-columns: 1fr; padding: 1.5rem; }
  .responsibility-card > p { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-head { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .lead-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: .3rem; }
}

