:root {
  --navy: #0b1f3a;
  --navy-2: #102c50;
  --blue: #174b72;
  --green: #2f7d4a;
  --green-2: #4e985e;
  --green-soft: #e9f3ec;
  --teal: #2e6d73;
  --ink: #101828;
  --muted: #5f6b7a;
  --line: #dce4df;
  --surface: #f5f8f6;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(11,31,58,.12);
  --container: min(1200px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(220,228,223,.8); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 36px rgba(11,31,58,.08); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 230px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 650; }
.primary-nav > a:not(.btn) { position: relative; color: #334155; padding: 31px 0; }
.primary-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; border-radius: 2px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav > a:not(.btn):hover::after, .primary-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--surface); padding: 11px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 4px; transition: .2s ease; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--green), #23623d); box-shadow: 0 12px 28px rgba(47,125,74,.23); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(47,125,74,.3); }
.btn-secondary { border-color: #cfd9d3; background: var(--white); color: var(--navy); }
.btn-light { background: var(--white); color: var(--navy); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.btn-outline-light { border-color: rgba(255,255,255,.5); color: var(--white); background: transparent; }
.btn-small { min-height: 44px; padding: 0 20px; }
.btn-full { width: 100%; }
.eyebrow { margin: 0 0 14px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; }
.eyebrow-light { color: #91d09d; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: -.035em; line-height: 1.1; }
h1 { font-size: clamp(48px, 6vw, 82px); }
h2 { font-size: clamp(36px, 4vw, 58px); }
h3 { font-size: 24px; }
p { margin: 0; }
.section { padding: 110px 0; }
.section-light { background: var(--white); }
.section-muted { background: var(--surface); }
.dark-section { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(67,139,103,.22), transparent 34%), linear-gradient(135deg, #07182e, var(--navy)); color: rgba(255,255,255,.75); }
.dark-section h2, .dark-section h3 { color: var(--white); }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { max-width: 680px; margin-top: 20px; color: var(--muted); font-size: 18px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { color: var(--muted); font-size: 18px; padding-bottom: 5px; }
.dark-section .split-heading > p, .values-section .split-heading > p { color: rgba(255,255,255,.7); }
.centered { text-align: center; }
.centered h2, .centered > p { margin-inline: auto; }
.hero { position: relative; overflow: hidden; padding: 90px 0 34px; background: linear-gradient(145deg, #f8fbf9, #edf5ef 60%, #e7f0f4); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .52; }
.hero-orb-one { width: 540px; height: 540px; right: -240px; top: -250px; background: radial-gradient(circle, rgba(62,139,80,.25), transparent 70%); }
.hero-orb-two { width: 380px; height: 380px; left: -190px; bottom: -180px; background: radial-gradient(circle, rgba(39,111,151,.19), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #d4e3d7; background: rgba(255,255,255,.72); padding: 8px 13px; border-radius: 999px; color: #355445; font-size: 13px; font-weight: 700; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #35a65a; box-shadow: 0 0 0 5px rgba(53,166,90,.12); }
.status-pill-light { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: var(--white); margin-bottom: 26px; }
.hero h1 { margin-top: 24px; max-width: 690px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 660px; margin-top: 26px; color: #52616f; font-size: 20px; line-height: 1.72; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; padding-top: 27px; border-top: 1px solid #d9e3dd; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { color: var(--navy); font-size: 17px; }
.hero-trust span { color: #74808c; font-size: 13px; }
.hero-visual { position: relative; min-height: 555px; display: flex; align-items: center; }
.dashboard-frame { position: relative; overflow: hidden; width: 100%; border: 1px solid rgba(11,31,58,.12); border-radius: 26px; background: #0b1725; box-shadow: 0 38px 80px rgba(11,31,58,.22); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.dashboard-frame img { width: 100%; aspect-ratio: 1.24 / 1; object-fit: cover; object-position: left center; }
.browser-bar { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #0a1522; color: rgba(255,255,255,.58); font-size: 11px; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #446072; }
.browser-bar span { margin-left: 8px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.84); border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(11,31,58,.16); padding: 15px 17px; }
.floating-card small { display: block; color: #7b8794; font-size: 11px; }
.floating-card strong { display: block; color: var(--navy); font-size: 13px; }
.floating-card-alert { left: -35px; bottom: 64px; }
.floating-card-status { right: -32px; top: 53px; display: block; width: 176px; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #fce9e6; color: #c84934; font-weight: 900; }
.status-row { display: flex; justify-content: space-between; align-items: center; margin-top: 7px; color: #52616f; font-size: 12px; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; }
.dot.green { background: #35a65a; }
.logo-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 10px; margin-top: 76px; padding: 24px 0 0; border-top: 1px solid #dbe6df; color: #718078; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 320px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { z-index: 2; transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 900; }
.feature-card p { min-height: 76px; margin: 15px 0 24px; color: var(--muted); }
.feature-card a, .text-link { color: var(--green); font-weight: 800; font-size: 14px; }
.feature-card a span, .text-link span { display: inline-block; transition: transform .2s ease; }
.feature-card a:hover span, .text-link:hover span { transform: translateX(4px); }
.pillars-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.pillars-intro > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 30px; font-size: 18px; }
.text-link.light { color: #9edbaa; }
.pillar { display: grid; grid-template-columns: 72px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.pillar > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #9edbaa; font-weight: 850; font-size: 13px; }
.pillar p { margin-top: 10px; color: rgba(255,255,255,.64); }
.platform-showcase { background: linear-gradient(#fff, #f5f8f6); }
.roadmap-badge { display: inline-flex; margin-top: 22px; padding: 8px 13px; border-radius: 999px; background: #fff2d8; color: #815f1c; font-size: 12px; font-weight: 800; }
.showcase-window { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; padding: 10px; background: var(--white); box-shadow: var(--shadow); }
.showcase-window img { border-radius: 20px; }
.showcase-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { position: relative; min-height: 500px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--white); padding: 35px; overflow: hidden; }
.solution-card.featured { background: var(--navy); color: rgba(255,255,255,.75); border-color: var(--navy); transform: translateY(-12px); box-shadow: var(--shadow); }
.solution-card.featured h3 { color: var(--white); }
.solution-label { position: absolute; top: 20px; right: -35px; transform: rotate(38deg); width: 150px; padding: 7px; background: #87c992; color: var(--navy); text-align: center; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.solution-index { color: var(--green); font-weight: 900; }
.solution-card h3 { margin-top: 66px; }
.solution-card p { margin-top: 16px; color: var(--muted); }
.solution-card.featured p { color: rgba(255,255,255,.68); }
.solution-card ul { list-style: none; padding: 0; margin: 28px 0; }
.solution-card li { padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); position: relative; }
.solution-card.featured li { border-color: rgba(255,255,255,.12); }
.solution-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.solution-card a { margin-top: auto; color: var(--green); font-weight: 800; }
.solution-card.featured a { color: #9edbaa; }
.compliance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.compliance-visual { position: relative; min-height: 430px; display: grid; place-items: center; background: radial-gradient(circle, #edf5ef, transparent 70%); }
.shield-ring { width: 230px; height: 230px; display: grid; place-items: center; border: 1px solid #c8d9cd; border-radius: 50%; box-shadow: 0 0 0 35px rgba(233,243,236,.8), 0 0 0 70px rgba(233,243,236,.35); }
.shield-ring img { width: 120px; }
.compliance-tag { position: absolute; border: 1px solid var(--line); border-radius: 999px; background: var(--white); padding: 10px 14px; box-shadow: 0 10px 30px rgba(11,31,58,.08); font-size: 12px; font-weight: 700; }
.tag-one { left: 20px; top: 65px; }.tag-two { right: 0; top: 180px; }.tag-three { left: 40px; bottom: 45px; }
.compliance-copy p:not(.eyebrow) { max-width: 650px; margin: 24px 0 28px; color: var(--muted); font-size: 18px; }
.page-hero { position: relative; overflow: hidden; padding: 105px 0; color: rgba(255,255,255,.76); background: radial-gradient(circle at 80% 20%, rgba(72,145,92,.36), transparent 30%), linear-gradient(135deg, #07172c, #0b2845); }
.page-hero::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -180px; bottom: -300px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.page-hero h1 { color: var(--white); max-width: 780px; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 25px 0 32px; font-size: 19px; }
.hero-stat-panel { border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); padding: 10px 30px; }
.hero-stat-panel div { display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.hero-stat-panel div:last-child { border: 0; }
.hero-stat-panel strong { color: #96d5a2; font-size: 27px; }
.hero-stat-panel span { color: var(--white); font-weight: 700; }
.solution-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.solution-detail-grid.reverse .solution-detail-copy { order: 2; }
.solution-detail-copy p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 12px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 900; }
.solution-visual { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, #e8f1eb, #d8e7eb); }
.phone-mockup { width: 260px; height: 510px; border: 9px solid #0f1c2b; border-radius: 38px; background: #fff; box-shadow: 0 30px 65px rgba(11,31,58,.22); padding: 10px; }
.phone-speaker { width: 80px; height: 16px; border-radius: 0 0 12px 12px; background: #0f1c2b; margin: -10px auto 0; position: relative; z-index: 2; }
.phone-screen { position: relative; overflow: hidden; height: 100%; border-radius: 24px; }
.map-pattern { background: #e7eee9; }
.map-pattern::before, .map-pattern::after { content: ""; position: absolute; background: #fff; transform: rotate(28deg); border-radius: 20px; }
.map-pattern::before { width: 40px; height: 600px; left: 90px; top: -60px; }.map-pattern::after { width: 26px; height: 520px; left: 10px; top: 30px; transform: rotate(-50deg); }
.map-road { position: absolute; height: 10px; border-radius: 10px; background: #ccd9d0; transform-origin: left; }
.road-one { width: 250px; top: 100px; left: -20px; transform: rotate(10deg); }.road-two { width: 290px; top: 240px; left: -10px; transform: rotate(-14deg); }.road-three { width: 220px; top: 350px; left: 30px; transform: rotate(35deg); }
.vehicle-pin { position: absolute; z-index: 3; left: 115px; top: 205px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--green); color: #fff; box-shadow: 0 0 0 10px rgba(47,125,74,.15); }
.phone-bottom-card { position: absolute; z-index: 4; left: 16px; right: 16px; bottom: 16px; padding: 17px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(11,31,58,.14); }
.phone-bottom-card small, .phone-bottom-card strong { display: block; }.phone-bottom-card small { color: #718078; }.phone-bottom-card strong { color: var(--navy); margin-top: 3px; }
.fleet-visual { overflow: hidden; align-content: end; background: #081521; }
.fleet-visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px; border-radius: 15px; background: rgba(8,21,33,.86); color: rgba(255,255,255,.68); backdrop-filter: blur(12px); }
.visual-caption strong, .visual-caption span { display: block; }.visual-caption strong { color: #fff; }.visual-caption span { margin-top: 4px; font-size: 13px; }
.enterprise-diagram { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.diagram-layer { padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(11,31,58,.07); }
.diagram-layer span { color: var(--green); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }.diagram-layer strong { display: block; color: var(--navy); margin-top: 3px; }
.diagram-arrow { text-align: center; color: var(--green); font-weight: 900; padding: 8px; }
.use-cases-section, .values-section { background: linear-gradient(135deg, #0a1b32, #113555); color: rgba(255,255,255,.7); }
.use-cases-section h2, .use-cases-section h3, .values-section h2, .values-section h3 { color: #fff; }
.use-case-grid, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.13); border-top: 1px solid rgba(255,255,255,.13); }
.use-case-grid article, .values-grid article { min-height: 245px; padding: 32px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.use-case-grid span, .values-grid span { color: #8fd39b; font-size: 12px; font-weight: 900; }.use-case-grid h3, .values-grid h3 { margin-top: 50px; }.use-case-grid p, .values-grid p { margin-top: 13px; }
.platform-hero-stack { position: relative; min-height: 500px; }
.platform-hero-stack img { position: absolute; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.24); }
.stack-main { width: 82%; right: 0; top: 0; transform: rotate(2deg); }.stack-secondary { width: 70%; left: 0; bottom: 0; transform: rotate(-3deg); }
.platform-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.platform-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.platform-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.platform-card img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; border-bottom: 1px solid var(--line); }
.platform-card > div { padding: 30px; }.platform-card span { color: var(--green); font-size: 12px; font-weight: 900; }.platform-card h3 { margin-top: 18px; }.platform-card p { margin-top: 12px; color: var(--muted); }
.architecture-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: stretch; }
.architecture-node { padding: 24px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.06); }.architecture-node span { color: #91d09d; font-size: 11px; font-weight: 900; }.architecture-node h3 { margin-top: 28px; font-size: 19px; }.architecture-node p { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.6); }.flow-arrow { display: grid; place-items: center; color: #7ec68b; font-size: 22px; }
.platform-benefits { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.benefit-rows article { display: grid; grid-template-columns: 60px 1fr 1.2fr; align-items: center; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }.benefit-rows span { color: var(--green); font-weight: 900; }.benefit-rows h3 { font-size: 21px; }.benefit-rows p { color: var(--muted); }
.tech-radar { position: relative; width: 430px; height: 430px; margin-left: auto; }.radar-ring { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }.r1 { width: 170px; height: 170px; }.r2 { width: 290px; height: 290px; }.r3 { width: 420px; height: 420px; }.radar-line { position: absolute; left: 50%; top: 50%; width: 47%; height: 2px; transform-origin: left; transform: rotate(-28deg); background: linear-gradient(90deg, #79c98a, transparent); animation: radar 5s linear infinite; }.radar-core { position: absolute; left: 50%; top: 50%; width: 84px; height: 84px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 0 0 16px rgba(255,255,255,.08); }.radar-core img { width: 52px; }.radar-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #8ed39b; box-shadow: 0 0 0 8px rgba(142,211,155,.1); }.d1 { top: 90px; left: 115px; }.d2 { right: 50px; top: 210px; }.d3 { left: 105px; bottom: 70px; }
@keyframes radar { to { transform: rotate(332deg); } }
.tech-pillar-sections { display: grid; gap: 30px; }
.tech-pillar-detail { display: grid; grid-template-columns: 110px 1fr; gap: 40px; padding: 45px; border: 1px solid var(--line); border-radius: 24px; }.tech-number { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 900; }.tech-pillar-detail p:not(.eyebrow) { max-width: 820px; margin-top: 20px; color: var(--muted); font-size: 18px; }.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }.tag-list span { padding: 8px 12px; border-radius: 999px; background: var(--surface); color: #425466; font-size: 12px; font-weight: 750; }
.security-section { background: linear-gradient(145deg, #0a1a30, #0a3243); color: rgba(255,255,255,.7); }.security-section h2, .security-section h3 { color: #fff; }.security-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }.security-copy p:not(.eyebrow) { margin: 24px 0 30px; font-size: 18px; }.security-controls article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }.security-controls span { color: #91d09d; font-weight: 900; }.security-controls p { margin-top: 8px; }
.responsible-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.responsible-card { padding: 34px; border: 1px solid var(--line); border-radius: 22px; }.card-kicker { color: var(--green); font-size: 12px; font-weight: 900; }.responsible-card h3 { margin-top: 40px; }.responsible-card p { margin-top: 14px; color: var(--muted); }.responsible-note { margin-top: 90px; max-width: 900px; text-align: center; }.responsible-note h2 { margin-inline: auto; }.responsible-note p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 18px; }
.mission-card { padding: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.08); }.mission-card span { color: #91d09d; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }.mission-card p { color: #fff !important; font-size: 26px !important; line-height: 1.45 !important; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.story-copy p { color: var(--muted); font-size: 19px; margin-bottom: 24px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.team-card { min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }.featured-team { background: var(--navy); border-color: var(--navy); color: rgba(255,255,255,.68); }.featured-team h3 { color: #fff; }.avatar { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--green-soft), #d8e7eb); color: var(--navy); font-weight: 900; font-size: 22px; }.featured-team .avatar { background: linear-gradient(135deg, #75c486, #3c7e68); color: #fff; }.team-card > span { display: block; margin-top: 46px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }.featured-team > span { color: #91d09d; }.team-card h3 { margin-top: 9px; }.team-card p { margin-top: 15px; color: var(--muted); }.featured-team p { color: rgba(255,255,255,.65); }
.contact-quick { border-left: 1px solid rgba(255,255,255,.17); padding-left: 40px; }.contact-quick div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.contact-quick span, .contact-quick strong, .contact-quick a { display: block; }.contact-quick span { color: #91d09d; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }.contact-quick strong, .contact-quick a { color: #fff; margin-top: 4px; font-size: 18px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }.contact-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: 18px; }.contact-points { margin-top: 40px; }.contact-points div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }.contact-points span { color: var(--green); font-weight: 900; }.contact-points p { color: var(--muted); }.contact-points strong { color: var(--navy); }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 24px 60px rgba(11,31,58,.08); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.form-card label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 13px; font-weight: 800; }.form-card input, .form-card textarea, .form-card select { width: 100%; margin-top: 8px; border: 1px solid #cad5ce; border-radius: 12px; background: #fff; padding: 14px 15px; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }.form-card input:focus, .form-card textarea:focus, .form-card select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,125,74,.1); }.form-card textarea { resize: vertical; }.honeypot { position: absolute; left: -9999px; }.form-disclaimer { margin-top: 14px; color: var(--muted); font-size: 11px; text-align: center; }.form-disclaimer a { text-decoration: underline; }.form-message { margin-bottom: 22px; padding: 14px 16px; border-radius: 12px; font-size: 14px; }.form-message.success { background: #e9f6ec; color: #28653b; }.form-message.error { background: #fff0ed; color: #9d3827; }
.legal-hero { padding: 85px 0; background: var(--surface); border-bottom: 1px solid var(--line); }.legal-hero h1 { font-size: clamp(42px, 5vw, 68px); }.legal-hero p:not(.eyebrow) { margin-top: 16px; color: var(--muted); }.legal-content { padding-top: 80px; }.prose { max-width: 850px; }.prose h2 { margin: 45px 0 14px; font-size: 28px; }.prose h2:first-child { margin-top: 0; }.prose p { color: var(--muted); font-size: 17px; }.prose a { color: var(--green); text-decoration: underline; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--surface); }.not-found span { color: var(--green); font-size: 100px; font-weight: 900; line-height: 1; }.not-found p { margin: 20px 0 30px; color: var(--muted); }
.footer-cta { background: linear-gradient(135deg, var(--green), #1f603a); color: rgba(255,255,255,.78); }.footer-cta-inner { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }.footer-cta h2 { max-width: 800px; color: #fff; font-size: clamp(36px, 4.5vw, 58px); }
.site-footer { background: #07172b; color: rgba(255,255,255,.57); padding: 70px 0 28px; }.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .9fr 1fr; gap: 60px; }.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .92; }.footer-brand p { max-width: 360px; margin-top: 24px; }.footer-grid h3 { color: #fff; font-size: 14px; margin-bottom: 22px; }.footer-grid a, .footer-grid span { display: block; margin: 10px 0; font-size: 14px; }.footer-grid a:hover { color: #9ad8a6; }.footer-note { margin-top: 16px; font-size: 11px; line-height: 1.5; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.24); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 36px rgba(0,0,0,.3); }
.whatsapp-float:focus-visible { outline: 4px solid rgba(37,211,102,.28); outline-offset: 3px; }
.whatsapp-float svg { width: 31px; height: 31px; }
.whatsapp-label { position: absolute; right: 68px; padding: 9px 13px; border-radius: 9px; background: #07172b; color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; opacity: 0; transform: translateX(8px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.whatsapp-float:hover .whatsapp-label, .whatsapp-float:focus-visible .whatsapp-label { opacity: 1; transform: translateX(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }
@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; } }
@media (max-width: 1050px) {
  .primary-nav { gap: 20px; }.hero-grid, .page-hero-grid { gap: 45px; }.hero-visual { min-height: 480px; }.floating-card-alert { left: -5px; }.floating-card-status { right: -5px; }
  .pillars-grid, .solution-detail-grid, .compliance-grid, .security-grid, .story-grid, .contact-grid { gap: 55px; }
  .architecture-flow { grid-template-columns: 1fr; }.flow-arrow { transform: rotate(90deg); }.platform-benefits { gap: 45px; }
  .tech-radar { width: 360px; height: 360px; }.r3 { width: 350px; height: 350px; }.r2 { width: 245px; height: 245px; }.r1 { width: 145px; height: 145px; }
}
@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 720px); }
  .topbar { display: none; }.header-inner { min-height: 76px; }.brand img { width: 196px; }
  .nav-toggle { display: block; position: relative; z-index: 1002; }.primary-nav { position: fixed; inset: 76px 0 0; z-index: 1001; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 20px 40px; background: #fff; transform: translateX(100%); opacity: 0; visibility: hidden; transition: .25s ease; }.primary-nav.open { transform: translateX(0); opacity: 1; visibility: visible; }.primary-nav > a:not(.btn) { padding: 17px 5px; border-bottom: 1px solid var(--line); font-size: 19px; }.primary-nav > a:not(.btn)::after { display: none; }.primary-nav .btn { margin-top: 24px; }
  .hero { padding-top: 65px; }.hero-grid, .page-hero-grid, .split-heading, .pillars-grid, .solution-detail-grid, .compliance-grid, .platform-benefits, .security-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }.hero-grid { gap: 40px; }.hero-visual { min-height: auto; }.dashboard-frame { transform: none; }.floating-card { display: none; }.logo-strip { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }.section { padding: 82px 0; }.split-heading { gap: 22px; }.feature-grid, .solution-cards, .team-grid, .responsible-grid { grid-template-columns: repeat(2, 1fr); }.solution-card.featured { transform: none; }.pillars-grid { gap: 40px; }.platform-grid { grid-template-columns: 1fr; }.solution-detail-grid.reverse .solution-detail-copy { order: initial; }.solution-visual { min-height: 430px; }.use-case-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }.platform-hero-stack { min-height: 420px; }.benefit-rows article { grid-template-columns: 50px 1fr; }.benefit-rows p { grid-column: 2; }.tech-radar { margin: 20px auto 0; }.contact-quick { border-left: 0; padding-left: 0; }.footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-cta-inner { padding: 55px 0; flex-direction: column; align-items: flex-start; }.footer-bottom { flex-direction: column; }
}
@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); --radius: 18px; }
  h1 { font-size: clamp(40px, 13vw, 58px); }.hero h1 { font-size: 48px; }.page-hero { padding: 76px 0; }.page-hero p:not(.eyebrow) { font-size: 17px; }.hero-lead { font-size: 17px; }.hero-actions, .showcase-actions { flex-direction: column; }.hero-actions .btn, .showcase-actions .btn { width: 100%; }.hero-trust { grid-template-columns: 1fr; gap: 12px; }.logo-strip { grid-template-columns: repeat(2, 1fr); }.section { padding: 68px 0; }.section-heading { margin-bottom: 38px; }.feature-grid, .solution-cards, .team-grid, .responsible-grid, .use-case-grid, .values-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.feature-icon { margin-bottom: 34px; }.solution-card { min-height: 450px; padding: 28px; }.solution-card h3 { margin-top: 48px; }.compliance-visual { min-height: 340px; }.shield-ring { width: 170px; height: 170px; box-shadow: 0 0 0 25px rgba(233,243,236,.8),0 0 0 50px rgba(233,243,236,.35); }.shield-ring img { width: 90px; }.compliance-tag { font-size: 10px; }.tag-one { left: 0; }.tag-two { right: 0; }.tag-three { left: 5px; }.platform-hero-stack { min-height: 300px; }.stack-main { width: 90%; }.stack-secondary { width: 78%; }.tech-radar { width: 300px; height: 300px; }.r3 { width: 290px; height: 290px; }.r2 { width: 200px; height: 200px; }.r1 { width: 115px; height: 115px; }.radar-core { width: 70px; height: 70px; }.radar-core img { width: 44px; }.tech-pillar-detail { grid-template-columns: 1fr; padding: 28px; gap: 22px; }.form-row { grid-template-columns: 1fr; }.form-card { padding: 24px; }.footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-bottom { margin-top: 38px; }.mission-card p { font-size: 21px !important; }
}

/* Leadership portrait enhancement */
.featured-team {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(250px, .9fr) 1.1fr;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
}
.team-photo {
  min-height: 430px;
  overflow: hidden;
  background: #dfe9e2;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}
.team-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}
.team-card-body > span {
  display: block;
  color: #91d09d;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}
.team-card-body h3 { margin-top: 9px; color: #fff; }
.team-card-body p { margin-top: 15px; color: rgba(255,255,255,.65); }
.contact-quick a { overflow-wrap: anywhere; }

@media (max-width: 860px) {
  .featured-team { grid-column: span 2; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .featured-team { grid-column: auto; grid-template-columns: 1fr; }
  .team-photo { min-height: 430px; height: 430px; }
  .team-card-body { padding: 30px; }
}
