:root {
  --navy-950: #071321;
  --navy-900: #0b1c32;
  --navy-800: #102844;
  --navy-700: #17395d;
  --ink: #152338;
  --muted: #66758a;
  --paper: #f7f5ef;
  --white: #ffffff;
  --gold: #d2ba68;
  --gold-bright: #ead893;
  --gold-soft: #f3ead0;
  --line: #dfe4ea;
  --green: #2b8a6e;
  --shadow: 0 28px 80px rgba(7, 19, 33, 0.16);
  --shell: min(1180px, calc(100% - 48px));
  --font: "Aptos", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--gold); color: var(--navy-950); transform: translateY(-150%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; color: #fff; transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { height: 68px; background: rgba(7,19,33,.94); box-shadow: 0 12px 35px rgba(0,0,0,.17); backdrop-filter: blur(16px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 158px; }
.brand img { width: 38px; height: 38px; filter: drop-shadow(0 8px 16px rgba(210,186,104,.25)); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 20px; letter-spacing: .02em; }
.brand small { margin-top: 6px; color: #b9c5d5; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-login) { color: #c9d4e2; transition: color .2s ease; }
.main-nav > a:not(.nav-login):hover { color: #fff; }
.nav-login { padding: 12px 18px; border: 1px solid rgba(234,216,147,.48); border-radius: 8px; color: var(--gold-bright); transition: background .2s ease, color .2s ease; }
.nav-login:hover { background: var(--gold); color: var(--navy-950); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: #fff; }

.hero { position: relative; min-height: 760px; padding: 154px 0 0; overflow: hidden; background: var(--navy-950); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -190px; top: -180px; background: radial-gradient(circle, rgba(42,100,157,.42), transparent 70%); }
.hero-glow-two { width: 430px; height: 430px; left: 34%; bottom: -250px; background: radial-gradient(circle, rgba(210,186,104,.18), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #967a2d; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.052em; font-weight: 720; }
.hero h1 em, .platform-heading h2 em { display: inline-block; color: var(--gold-bright); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.hero-lead { max-width: 610px; margin: 27px 0 31px; color: #b9c6d6; font-size: 18px; line-height: 1.67; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 21px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold); box-shadow: 0 14px 32px rgba(210,186,104,.19); }
.button-primary:hover { background: var(--gold-bright); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.35); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: #aab8c9; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { color: var(--gold); font-style: normal; }
.hero-visual { position: relative; min-height: 490px; }
.hero-image-wrap { position: absolute; inset: 0 0 20px 20px; overflow: hidden; border-radius: 180px 180px 24px 24px; box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); border-radius: inherit; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,19,33,.45)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(10,29,50,.88); box-shadow: 0 20px 45px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: #9fb0c4; margin-bottom: 4px; font-size: 10px; }
.floating-card strong { font-size: 13px; }
.floating-card-top { top: 74px; left: -38px; }
.floating-card-bottom { right: -26px; bottom: 40px; }
.signal-dot { width: 12px; height: 12px; border-radius: 50%; background: #4fd1a2; box-shadow: 0 0 0 7px rgba(79,209,162,.12); }
.mini-chart { width: 52px; height: 34px; display: flex; align-items: end; gap: 4px; }
.mini-chart i { flex: 1; border-radius: 2px 2px 0 0; background: var(--gold); opacity: .92; }
.mini-chart i:nth-child(1) { height: 34%; }.mini-chart i:nth-child(2) { height: 58%; }.mini-chart i:nth-child(3) { height: 46%; }.mini-chart i:nth-child(4) { height: 82%; }.mini-chart i:nth-child(5) { height: 100%; }
.capability-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 92px; margin-top: 72px; border-top: 1px solid rgba(255,255,255,.1); color: #8394a9; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.capability-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section { padding: 118px 0; }
.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section h2, .final-cta h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 4.2vw, 58px); line-height: 1.07; letter-spacing: -.045em; }
.intro-copy > p { margin: 4px 0 36px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.benefit-list { display: grid; }
.benefit-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.benefit-list b { color: #a48a40; font-size: 12px; }
.benefit-list span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.benefit-list strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 16px; }

.modules-section { background: var(--paper); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-title-row > p { max-width: 410px; margin: 0 0 8px; color: var(--muted); line-height: 1.65; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.module-card { position: relative; min-height: 295px; padding: 27px; overflow: hidden; border: 1px solid #e0ded6; border-radius: 16px; background: rgba(255,255,255,.72); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.module-card:hover { transform: translateY(-5px); border-color: #c8b56f; box-shadow: 0 24px 50px rgba(17,35,56,.1); }
.module-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--navy-800); background: var(--gold-soft); font-size: 12px; font-weight: 900; letter-spacing: .06em; }
.module-number { position: absolute; top: 29px; right: 28px; color: #a1a9b2; font-size: 11px; font-weight: 800; }
.module-card h3 { margin: 40px 0 13px; color: var(--navy-900); font-size: 22px; letter-spacing: -.025em; }
.module-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.module-card ul { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.module-card li { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.1); font-size: 10px; font-weight: 750; }
.module-card-feature { color: #fff; border-color: var(--navy-800); background: var(--navy-900); }
.module-card-feature h3, .module-card-feature p { color: #fff; }
.module-card-feature p { color: #b7c4d3; }
.module-card-feature .module-mark { color: var(--navy-950); background: var(--gold); }
.module-card-feature .module-number { color: #7690aa; }

.platforms-section { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); }
.platforms-section::before { content: ""; position: absolute; width: 640px; height: 640px; right: -260px; top: -260px; border: 1px solid rgba(210,186,104,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(210,186,104,.025), 0 0 0 180px rgba(210,186,104,.018); }
.platform-heading { position: relative; max-width: 790px; margin-bottom: 55px; }
.platform-heading h2 { color: #fff; }
.platform-heading p { max-width: 610px; margin: 20px 0 0; color: #aebed0; font-size: 17px; line-height: 1.65; }
.platform-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: stretch; }
.platform-photo { position: relative; min-height: 580px; overflow: hidden; border-radius: 18px; }
.platform-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(6,17,30,.86)); }
.platform-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.photo-caption span { display: inline-block; margin-bottom: 10px; color: var(--gold-bright); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.photo-caption strong { display: block; max-width: 380px; font-size: 22px; line-height: 1.25; }
.platform-cards { display: grid; gap: 12px; }
.platform-card { display: grid; grid-template-columns: 34px 60px 1fr; align-items: start; gap: 18px; padding: 27px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; background: rgba(255,255,255,.035); }
.platform-card-active { border-color: rgba(210,186,104,.5); background: linear-gradient(120deg, rgba(210,186,104,.12), rgba(255,255,255,.035)); }
.platform-index { padding-top: 6px; color: #70869d; font-size: 10px; font-weight: 800; }
.platform-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(210,186,104,.35); border-radius: 12px; color: var(--gold-bright); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.platform-card h3 { margin: 2px 0 9px; font-size: 21px; }
.platform-card p { margin: 0; color: #aebed0; font-size: 14px; line-height: 1.6; }

.security-section { background: #fff; }
.security-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.security-copy > p { max-width: 590px; margin: 23px 0 29px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.security-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 22px; }
.security-points span { display: flex; align-items: center; gap: 9px; color: #405066; font-size: 13px; font-weight: 650; }
.security-points i { width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #1d735b; background: #e3f2ec; font-size: 11px; font-style: normal; }
.access-panel { padding: 28px; border: 1px solid #d9e0e8; border-radius: 18px; background: #f8fafc; box-shadow: var(--shadow); }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.panel-head span { font-size: 13px; font-weight: 850; }.panel-head small { color: #758397; }
.access-user { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; padding: 23px 0; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--gold-bright); background: var(--navy-900); font-size: 12px; font-weight: 900; }
.access-user strong, .access-user small { display: block; }.access-user strong { font-size: 14px; }.access-user small { margin-top: 5px; color: #7c8999; font-size: 11px; }
.status { padding: 6px 9px; border-radius: 999px; color: #24745e; background: #dff2eb; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.channel-list { display: grid; gap: 8px; }
.channel-list > div { display: flex; align-items: center; justify-content: space-between; padding: 13px; border-radius: 9px; background: #fff; font-size: 11px; }
.channel-list span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.channel-list b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; color: #596a7e; background: #edf1f5; font-size: 8px; }
.channel-list strong { font-size: 9px; text-transform: uppercase; }.allowed { color: #24745e; }.blocked { color: #9a5e5e; }
.access-panel > p { margin: 18px 0 0; color: #7c8999; font-size: 11px; line-height: 1.55; }

.real-work-section { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 300px); gap: 16px; }
.work-card { position: relative; overflow: hidden; border-radius: 17px; color: #fff; }
.work-card-wide { grid-row: 1 / 3; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(5,15,27,.86)); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; }
.work-card span { color: var(--gold-bright); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.work-card h3 { margin: 7px 0; font-size: 24px; letter-spacing: -.025em; }
.work-card p { max-width: 500px; margin: 0; color: #c9d3df; font-size: 12px; line-height: 1.55; }

.final-cta { position: relative; padding: 100px 0; overflow: hidden; color: #fff; background: var(--navy-950); }
.final-cta::before { content: "A"; position: absolute; right: 4%; top: -170px; color: rgba(255,255,255,.025); font-family: Georgia, serif; font-size: 600px; line-height: 1; }
.cta-glow { position: absolute; width: 500px; height: 500px; left: -220px; bottom: -350px; border-radius: 50%; background: radial-gradient(circle, rgba(210,186,104,.18), transparent 70%); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.final-cta h2 { max-width: 760px; color: #fff; }
.final-cta p { max-width: 690px; margin: 19px 0 0; color: #aebed0; font-size: 16px; line-height: 1.65; }
.cta-actions { display: grid; gap: 12px; min-width: 245px; }
.button-large { min-height: 56px; }
.cta-actions small { color: #8799ad; font-size: 9px; line-height: 1.5; text-align: center; }

.site-footer { padding: 65px 0 24px; color: #aab6c6; background: #06101c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 70px; padding-bottom: 50px; }
.brand-footer { color: #fff; }.brand-footer img { width: 34px; height: 34px; }.brand-footer strong { font-size: 18px; }
.footer-brand p { max-width: 340px; margin: 22px 0 0; font-size: 13px; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 13px; font-size: 12px; }
.footer-grid > div:not(.footer-brand) strong { margin-bottom: 7px; color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); color: #718196; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 54px; }
  .hero-visual { min-height: 440px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .security-grid { gap: 48px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .site-header { height: 68px; background: rgba(7,19,33,.94); }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 17px; right: 17px; display: none; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: #0b1c32; box-shadow: 0 22px 45px rgba(0,0,0,.3); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 11px 6px; }
  .nav-login { text-align: center; }
  .hero { padding-top: 118px; }
  .hero-grid, .intro-grid, .platform-layout, .security-grid, .final-cta-inner { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 500px; margin-top: 25px; }
  .hero-image-wrap { inset: 0 6% 20px; }
  .floating-card-top { left: 1%; }.floating-card-bottom { right: 1%; }
  .capability-strip { overflow: hidden; justify-content: start; white-space: nowrap; }
  .intro-grid { gap: 40px; }
  .section { padding: 88px 0; }
  .section-title-row { display: grid; align-items: start; gap: 25px; }
  .platform-layout { gap: 15px; }
  .platform-photo { min-height: 490px; }
  .security-grid { gap: 45px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 330px; }
  .work-card-wide { grid-column: 1 / 3; grid-row: auto; }
  .final-cta-inner { align-items: start; }
  .cta-actions { max-width: 280px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand small { display: none; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; justify-content: start; text-align: left; }
  .hero-visual { min-height: 405px; }
  .hero-image-wrap { inset-inline: 0; border-radius: 110px 110px 18px 18px; }
  .floating-card { padding: 11px 12px; }
  .floating-card-top { top: 36px; left: -4px; }
  .floating-card-bottom { right: -4px; bottom: 23px; }
  .capability-strip { margin-top: 42px; }
  .section h2, .final-cta h2 { font-size: 38px; }
  .module-grid, .security-points { grid-template-columns: 1fr; }
  .module-card { min-height: 260px; }
  .platform-card { grid-template-columns: 27px 50px 1fr; gap: 10px; padding: 20px 15px; }
  .platform-icon { width: 46px; height: 46px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .work-card-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { display: grid; }
}

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