:root {
  --navy-950: #041b3d;
  --navy-900: #06275a;
  --navy-800: #073b8f;
  --blue-700: #0757d1;
  --blue-600: #0875e1;
  --cyan-500: #14c7df;
  --green-500: #55d936;
  --green-600: #22b842;
  --ink: #10213c;
  --muted: #5f6f86;
  --line: #dce5f0;
  --soft: #f3f7fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(14, 51, 100, 0.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); 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: 20px; top: -60px; z-index: 999; padding: 12px 18px; background: #fff; color: var(--navy-900); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.utility-bar { background: var(--navy-800); color: #fff; font-size: 13px; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner > span { display: flex; align-items: center; gap: 8px; font-weight: 650; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #7df256; box-shadow: 0 0 0 4px rgba(125, 242, 86, .16); }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-links a { opacity: .9; }
.utility-links a:hover { opacity: 1; text-decoration: underline; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,240,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 16px; }
.brand > span { position: relative; display: block; padding-bottom: 13px; font-size: 22px; line-height: 1; letter-spacing: -.6px; color: var(--navy-900); }
.brand > span strong { color: var(--blue-600); font-weight: 850; }
.brand small { position: absolute; left: 1px; bottom: 0; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #77879b; font-weight: 750; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #2f3f57; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-login) { position: relative; padding: 12px 0; }
.main-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--blue-600); transition: right .2s ease; }
.main-nav > a:not(.nav-login):hover::after { right: 0; }
.nav-login { padding: 13px 22px; border-radius: 999px; color: #fff; background: var(--navy-800); box-shadow: 0 10px 24px rgba(7,59,143,.2); transition: transform .2s ease, background .2s ease; }
.nav-login:hover { transform: translateY(-2px); background: var(--blue-700); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--navy-900); transition: .2s ease; }

.hero { position: relative; min-height: 710px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafdff 63%, #edf8fc 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; opacity: .5; background-image: linear-gradient(rgba(13,112,212,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(13,112,212,.08) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { position: relative; z-index: 2; min-height: 710px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding-block: 72px 86px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -130px; top: 20px; background: radial-gradient(circle, rgba(10,194,222,.18), transparent 68%); }
.hero-glow-two { width: 440px; height: 440px; left: -250px; bottom: -180px; background: radial-gradient(circle, rgba(60,220,107,.12), transparent 68%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue-700); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--cyan-500), var(--blue-600)); }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(44px, 4.7vw, 68px); line-height: 1.04; letter-spacing: -3.2px; color: var(--navy-950); }
.hero-lead { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); box-shadow: 0 16px 35px rgba(7,87,209,.24); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(7,87,209,.34); }
.button-secondary { color: var(--navy-800); border-color: #cbd9e9; background: #fff; }
.button-secondary:hover { border-color: var(--blue-600); box-shadow: 0 10px 24px rgba(7,59,143,.09); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 28px 0 0; list-style: none; color: #586a81; font-size: 13px; font-weight: 600; }
.hero-checks span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; color: #087a32; background: #e1f9e7; font-size: 11px; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.dashboard-card { position: relative; z-index: 3; width: min(100%, 595px); padding: 23px; border: 1px solid rgba(203,220,237,.95); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: 0 35px 90px rgba(19,65,120,.2); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dashboard-top, .panel-title { display: flex; justify-content: space-between; align-items: center; }
.dashboard-brand { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.mini-shield { display: grid; place-items: center; width: 31px; height: 35px; color: #fff; background: linear-gradient(145deg, var(--cyan-500), var(--blue-700)); border-radius: 10px 10px 14px 14px; font-weight: 850; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 99px; color: #16823a; background: #eafbea; font-size: 10px; font-weight: 800; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #32c85b; box-shadow: 0 0 0 4px rgba(50,200,91,.13); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 20px; }
.metric { position: relative; min-height: 133px; padding: 18px; overflow: hidden; border: 1px solid #e4ebf4; border-radius: 18px; }
.metric::after { content: ""; position: absolute; right: -26px; bottom: -35px; width: 90px; height: 90px; border-radius: 50%; opacity: .18; background: currentColor; }
.metric-blue { color: #1762ca; background: #f6f9ff; }
.metric-green { color: #1b9844; background: #f6fff8; }
.metric-icon { position: absolute; top: 16px; right: 17px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: currentColor; background: #fff; box-shadow: 0 6px 14px rgba(15,60,110,.08); font-weight: 900; }
.metric span, .metric small { display: block; color: #66778c; font-size: 10px; }
.metric strong { display: block; margin: 12px 0 4px; font-size: 28px; letter-spacing: -.8px; }
.activity-panel { margin-top: 13px; padding: 17px; border: 1px solid #e4ebf4; border-radius: 18px; }
.panel-title { margin-bottom: 9px; font-size: 11px; }
.panel-title span { color: #8390a2; }
.activity-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid #edf1f6; }
.activity-row strong, .activity-row small { display: block; }
.activity-row strong { font-size: 10px; }
.activity-row small { margin-top: 3px; color: #8794a4; font-size: 9px; }
.activity-row time { color: #8794a4; font-size: 9px; }
.avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; font-size: 9px; font-weight: 900; }
.avatar-one { color: #0863bc; background: #e4f4ff; }
.avatar-two { color: #7353b8; background: #efe9ff; }
.avatar-three { color: #168b41; background: #e4f9e9; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(207,221,237,.9); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 18px 45px rgba(8,53,109,.16); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { font-size: 10px; }
.floating-card small { margin-top: 3px; color: #7c8b9d; font-size: 8px; }
.floating-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #fff; background: linear-gradient(145deg, var(--blue-600), var(--cyan-500)); font-weight: 900; }
.floating-access { left: -30px; top: 92px; animation: float 4.5s ease-in-out infinite; }
.floating-secure { right: -28px; bottom: 74px; animation: float 5s ease-in-out .8s infinite; }
.floating-secure .floating-icon { background: linear-gradient(145deg, #58d83d, #1b9f43); }
.orbit { position: absolute; border: 1px solid rgba(16,137,203,.12); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 400px; height: 400px; border-style: dashed; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.trust-strip { position: relative; z-index: 4; border-block: 1px solid #dde8f2; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 116px; }
.trust-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border-left: 1px solid #e3ebf3; }
.trust-grid > div:last-child { border-right: 1px solid #e3ebf3; }
.trust-grid strong { color: var(--navy-900); font-size: 14px; }
.trust-grid span { margin-top: 5px; color: #7b899b; font-size: 11px; }

.section { padding: 110px 0; }
.split-grid, .security-grid, .mavi-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.section-copy h2, .section-heading h2, .faq-intro h2, .mavi-copy h2 { margin: 0; color: var(--navy-950); font-size: clamp(36px, 4vw, 52px); line-height: 1.08; letter-spacing: -2px; }
.section-copy > p, .section-heading > p, .faq-intro > p, .mavi-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { display: grid; gap: 18px; margin-top: 34px; }
.feature-list article { display: grid; grid-template-columns: 43px 1fr; gap: 15px; }
.feature-list article > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: var(--blue-700); background: #edf5ff; font-size: 11px; font-weight: 850; }
.feature-list strong { display: block; margin: 2px 0 5px; color: var(--navy-900); font-size: 15px; }
.feature-list p { margin: 0; color: #78879a; font-size: 13px; line-height: 1.55; }

.system-map { position: relative; min-height: 530px; border: 1px solid #dfebf5; border-radius: 34px; background: radial-gradient(circle at center, #fff 0 26%, #f4faff 27% 100%); box-shadow: var(--shadow); overflow: hidden; }
.system-map::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(7,87,209,.15) 1px, transparent 1px); background-size: 21px 21px; mask-image: radial-gradient(circle, transparent 12%, #000 90%); opacity: .45; }
.system-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-map path { fill: none; stroke: #9cd0e6; stroke-width: 2; stroke-dasharray: 5 8; }
.map-center { position: absolute; z-index: 3; left: 50%; top: 50%; width: 174px; height: 174px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #d5e6f4; border-radius: 50%; background: #fff; box-shadow: 0 22px 55px rgba(7,59,143,.17); }
.map-center img { width: 68px; height: 68px; border-radius: 20px; object-fit: cover; }
.map-center strong { margin-top: 8px; color: var(--navy-900); font-size: 15px; }
.map-center span { margin-top: 3px; color: #8392a4; font-size: 9px; }
.map-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #d9e7f2; border-radius: 13px; background: #fff; box-shadow: 0 12px 28px rgba(11,65,117,.12); color: #52647a; font-size: 11px; font-weight: 750; }
.map-node i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: #fff; background: var(--blue-600); font-size: 10px; font-style: normal; }
.node-people { left: 8%; top: 10%; }.node-visitors { right: 6%; top: 10%; }.node-devices { left: 5%; bottom: 10%; }.node-reports { right: 5%; bottom: 10%; }.node-meals { left: 50%; bottom: 3%; transform: translateX(-50%); }
.node-visitors i { background: #7758c8; }.node-devices i { background: #0e9eac; }.node-reports i { background: #ef7d28; }.node-meals i { background: #31a34f; }

.resources-section { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading > p { max-width: 650px; margin: 18px auto 0; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-card { padding: 30px; border: 1px solid #dee8f2; border-radius: 22px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.resource-card:hover { transform: translateY(-5px); border-color: #b9d4ed; box-shadow: 0 22px 50px rgba(13,66,121,.1); }
.resource-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #117bdc, #0747a9); box-shadow: 0 12px 25px rgba(7,87,209,.2); font-weight: 850; }
.icon-visitors { background: linear-gradient(145deg, #8e6dde, #5e3cad); }.icon-devices { background: linear-gradient(145deg, #19b6c2, #097b93); }.icon-rules { background: linear-gradient(145deg, #68d64b, #24983e); }.icon-meals { background: linear-gradient(145deg, #f7a53e, #dc6a1e); }.icon-reports { background: linear-gradient(145deg, #1b8ceb, #115cc4); }
.resource-card h3 { margin: 22px 0 10px; color: var(--navy-900); font-size: 18px; }
.resource-card p { min-height: 73px; margin: 0; color: #6d7d91; font-size: 13px; line-height: 1.65; }
.resource-card > span { display: block; margin-top: 20px; padding-top: 15px; border-top: 1px solid #edf1f5; color: var(--blue-700); font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }

.process-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg, #041c40, #073b8f 63%, #0876c6); }
.process-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 28px 28px; opacity: .35; }
.process-section .shell { position: relative; }
.section-heading.light h2 { color: #fff; }
.section-heading.light .eyebrow { color: #70e6f2; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 235px; padding: 27px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.process-card:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -14px; top: 45px; color: #73dced; font-size: 18px; }
.process-card > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #072856; background: #6fe5eb; font-weight: 900; }
.process-card h3 { margin: 28px 0 10px; font-size: 18px; }
.process-card p { margin: 0; color: #c5d6ea; font-size: 13px; line-height: 1.65; }

.security-section { background: #fff; }
.security-art { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 35px; background: radial-gradient(circle, #eefaff 0 16%, #eff6ff 17% 42%, #f8fbff 43%); overflow: hidden; }
.security-art::before, .security-art::after { content: ""; position: absolute; border: 1px dashed #b9dced; border-radius: 50%; }
.security-art::before { width: 360px; height: 360px; }.security-art::after { width: 470px; height: 470px; }
.shield-shell { position: relative; z-index: 3; width: 180px; height: 205px; display: grid; place-items: center; clip-path: polygon(50% 0, 92% 16%, 88% 66%, 50% 100%, 12% 66%, 8% 16%); background: linear-gradient(145deg, #1ed2de, #0757d1 60%, #063580); filter: drop-shadow(0 28px 25px rgba(7,72,150,.25)); }
.shield-core { display: grid; place-items: center; width: 102px; height: 102px; border: 4px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); font-size: 48px; font-weight: 900; }
.security-tag { position: absolute; z-index: 5; padding: 12px 15px; border: 1px solid #d5e7f3; border-radius: 13px; color: var(--navy-800); background: rgba(255,255,255,.95); box-shadow: 0 15px 32px rgba(12,65,118,.13); font-size: 10px; font-weight: 800; }
.tag-one { left: 8%; top: 18%; }.tag-two { right: 9%; top: 29%; }.tag-three { left: 12%; bottom: 16%; }
.security-list { display: grid; gap: 16px; margin: 28px 0; }
.security-list > div { display: grid; grid-template-columns: 27px 1fr; gap: 11px; align-items: start; color: #65758a; font-size: 13px; line-height: 1.6; }
.security-list i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #168541; background: #e4f9e9; font-style: normal; font-weight: 900; }
.security-list strong { color: var(--navy-900); }
.text-link { color: var(--blue-700); font-size: 13px; font-weight: 800; }
.text-link:hover { text-decoration: underline; }

.mavi-section { overflow: hidden; background: linear-gradient(135deg, #effaff, #f8fbff 52%, #f2fff1); }
.mavi-copy ul { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; color: #5f7188; font-size: 13px; }
.mavi-copy li { display: flex; align-items: center; gap: 10px; }
.mavi-copy li span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 8px; color: #087a32; background: #dcf7e4; font-weight: 900; }
.mavi-visual { position: relative; min-height: 560px; display: grid; place-items: end center; }
.mavi-visual img { position: relative; z-index: 3; width: 470px; height: 470px; object-fit: cover; object-position: center; border-radius: 42px 42px 0 0; box-shadow: 0 32px 75px rgba(5,55,102,.2); }
.mavi-halo { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(102,240,73,.28), rgba(27,166,226,.12) 50%, transparent 72%); }
.mavi-bubble { position: absolute; z-index: 4; top: 55px; right: -25px; max-width: 235px; padding: 17px 19px; border: 1px solid #cfe2ef; border-radius: 19px 19px 19px 4px; background: #fff; box-shadow: 0 18px 38px rgba(12,64,113,.14); }
.mavi-bubble strong, .mavi-bubble span { display: block; }.mavi-bubble strong { color: var(--navy-900); font-size: 12px; }.mavi-bubble span { margin-top: 6px; color: #758599; font-size: 10px; line-height: 1.5; }

.faq-section { background: #fff; }
.faq-grid { align-items: start; }
.faq-intro { position: sticky; top: 140px; }
.faq-intro .button { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 3px; cursor: pointer; list-style: none; color: var(--navy-900); font-size: 15px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-600); font-size: 21px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 40px 24px 3px; color: #6b7b8e; font-size: 13px; line-height: 1.7; }

.final-cta { padding: 0 0 90px; }
.cta-card { position: relative; overflow: hidden; min-height: 250px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 64px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, #063076, #0874d7 70%, #10b9d0); box-shadow: 0 25px 65px rgba(6,61,137,.25); }
.cta-card::before { content: ""; position: absolute; width: 350px; height: 350px; right: -100px; top: -190px; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card > div > span { color: #aeeaf5; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.cta-card h2 { max-width: 690px; margin: 12px 0 0; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.1; letter-spacing: -1.7px; }
.button-white { flex: 0 0 auto; color: var(--navy-800); background: #fff; box-shadow: 0 15px 35px rgba(2,31,70,.18); }

.site-footer { padding-top: 66px; color: #becce0; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 52px; }
.brand-footer > span { color: #fff; }.brand-footer > span strong { color: #4bc9ed; }.brand-footer small { color: #8499b7; }
.footer-brand p { max-width: 310px; color: #8396af; font-size: 12px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div > strong { margin-bottom: 5px; color: #fff; font-size: 12px; }
.footer-grid > div > a { color: #8fa2ba; font-size: 11px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7287a4; font-size: 10px; }
.footer-bottom a:hover { color: #fff; }

.cookie-card { position: fixed; z-index: 200; right: 24px; bottom: 24px; width: min(355px, calc(100% - 32px)); padding: 23px; border: 1px solid #d6e0ea; border-radius: 18px; background: #fff; box-shadow: 0 22px 60px rgba(6,38,83,.2); transition: opacity .25s ease, transform .25s ease; }
.cookie-card.hidden { opacity: 0; transform: translateY(18px); pointer-events: none; }
.cookie-card strong { color: var(--navy-900); font-size: 13px; }.cookie-card p { margin: 9px 0 15px; color: #68788b; font-size: 11px; line-height: 1.55; }.cookie-card p a { text-decoration: underline; }
.cookie-close { position: absolute; right: 10px; top: 8px; border: 0; color: #8291a2; background: transparent; font-size: 22px; cursor: pointer; }
.cookie-accept { border: 0; padding: 9px 13px; border-radius: 9px; color: #fff; background: var(--navy-800); font-size: 11px; font-weight: 800; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }.main-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 68px; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-checks { justify-content: center; }
  .hero h1 { margin-inline: auto; }.hero-lead { margin-inline: auto; }
  .hero-visual { width: min(700px, 100%); margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:nth-child(3) { border-top: 1px solid #e3ebf3; }.trust-grid > div:nth-child(4) { border-top: 1px solid #e3ebf3; }
  .split-grid, .security-grid, .mavi-grid { gap: 55px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-card:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .utility-inner > span { display: none; }.utility-inner { justify-content: center; }.utility-links { width: 100%; justify-content: space-between; gap: 12px; }
  .menu-button { display: block; position: relative; z-index: 102; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 120px 0 auto; display: grid; gap: 0; padding: 22px 24px 28px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 30px 60px rgba(6,39,87,.18); transform: translateY(-150%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.nav-login) { padding: 15px 8px; border-bottom: 1px solid #edf1f5; font-size: 14px; }
  .nav-login { margin-top: 14px; text-align: center; }
  .hero { min-height: auto; }.hero-grid { min-height: auto; padding-block: 65px 76px; }
  .hero h1 { font-size: clamp(41px, 10vw, 58px); letter-spacing: -2.5px; }.hero-lead { font-size: 17px; }
  .hero-visual { min-height: 480px; }.floating-access { left: -4px; }.floating-secure { right: -3px; }
  .section { padding: 82px 0; }
  .split-grid, .security-grid, .mavi-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .system-map { order: -1; }
  .security-art { min-height: 480px; }
  .mavi-copy { order: 1; }.mavi-visual { order: 2; }
  .faq-intro { position: static; }
  .cta-card { padding: 45px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 520px); }
  .utility-links a:first-child { display: none; }
  .nav-wrap { min-height: 76px; }.brand img { width: 47px; height: 47px; }.brand > span { font-size: 19px; }
  .main-nav { inset-top: 110px; }
  .hero-grid { padding-top: 48px; }.hero h1 { font-size: 41px; line-height: 1.06; letter-spacing: -2px; }.hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }.hero-checks { display: grid; justify-content: start; width: max-content; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 405px; margin-top: 10px; }.dashboard-card { padding: 14px; transform: none; border-radius: 20px; }.metric { min-height: 115px; padding: 13px; }.metric strong { font-size: 20px; }.activity-row:nth-child(4) { display: none; }
  .floating-card { display: none; }.orbit-one { width: 390px; height: 390px; }.orbit-two { width: 310px; height: 310px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 1px solid #e3ebf3; border-top: 1px solid #e3ebf3; }.trust-grid > div:first-child { border-top: 0; }
  .section-copy h2, .section-heading h2, .faq-intro h2, .mavi-copy h2 { font-size: 35px; letter-spacing: -1.5px; }
  .system-map { min-height: 440px; }.system-map svg { display: none; }.map-center { width: 145px; height: 145px; }.map-node { padding: 7px 9px; font-size: 9px; }.map-node i { width: 25px; height: 25px; }
  .resource-grid, .process-grid { grid-template-columns: 1fr; }.process-card::after { display: none !important; }.resource-card p { min-height: auto; }
  .security-art { min-height: 420px; }.security-art::after { width: 400px; height: 400px; }.shield-shell { width: 150px; height: 175px; }.shield-core { width: 85px; height: 85px; }.security-tag { padding: 9px 11px; font-size: 9px; }
  .mavi-visual { min-height: 440px; }.mavi-visual img { width: 380px; height: 380px; }.mavi-bubble { top: 15px; right: 0; }
  .cta-card { padding: 35px 25px; border-radius: 23px; }.cta-card h2 { font-size: 31px; }.button-white { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-brand { grid-column: auto; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { gap: 16px; flex-direction: column; }
  .cookie-card { right: 16px; bottom: 16px; }
}

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