/*
Theme Name: GAN2 Intelligence
Theme URI: https://gan2.ai
Author: GAN2
Description: A professional, responsive WordPress theme for the GAN2 real-time KPI intelligence and operational monitoring platform.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: gan2
*/

:root {
  --navy-950: #061127;
  --navy-900: #0a1730;
  --navy-800: #102342;
  --blue-600: #2f63e6;
  --cyan-400: #49d4df;
  --gold-500: #d9a832;
  --gold-300: #f2d47f;
  --ink: #13213a;
  --muted: #61708a;
  --line: #dce4ef;
  --soft: #f4f7fb;
  --white: #ffffff;
  --success: #35b66f;
  --warning: #f0a229;
  --danger: #e24b55;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 24px 70px rgba(7, 21, 46, 0.13);
  --container: min(1180px, calc(100% - 40px));
}

* { 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;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; }
.section-tight { padding: 78px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--blue-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}
h1, h2, h3, h4 {
  margin: 0 0 18px;
  color: var(--navy-950);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(3rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 20px; }
.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.center .lead { margin-inline: auto; }
.accent { color: var(--blue-600); }
.gold { color: var(--gold-500); }
.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), #1f4ebc);
  box-shadow: 0 14px 30px rgba(47, 99, 230, .27);
}
.btn-secondary { color: var(--navy-950); background: var(--white); border-color: var(--line); }
.btn-login { min-height: 44px; padding-inline: 20px; color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.site-header.is-scrolled .btn-login { color: var(--navy-950); border-color: var(--line); background: var(--white); }
.btn-light { color: var(--navy-950); background: var(--white); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  border-color: rgba(220,228,239,.9);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 38px rgba(7,21,46,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; height: 84px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.25rem; font-weight: 850; letter-spacing: -.03em; }
.brand img, .custom-logo { width: auto; height: 48px; border-radius: 0; object-fit: contain; }
.brand-logo { background: transparent; mix-blend-mode: normal; }
.brand-logo-motion {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 8px;
  transform-origin: 24% 50%;
  animation: gan2-logo-float 4.8s ease-in-out infinite;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), filter .35s ease;
}
.brand-logo-motion::after {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -35%;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.76), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: gan2-logo-shine 5.8s ease-in-out infinite;
}
.brand:hover .brand-logo-motion {
  filter: drop-shadow(0 8px 14px rgba(48,213,242,.22));
  transform: perspective(600px) rotateY(-7deg) rotateZ(-1deg) translateY(-2px) scale(1.025);
}
.brand:hover .brand-logo-motion::after { animation-duration: 1.4s; }
.site-footer .brand-logo-motion { padding: 5px 10px; background: var(--white); }
.site-footer .brand-logo { background: transparent; mix-blend-mode: normal; }
.site-footer .brand-logo-motion { animation-delay: -2.2s; }
.site-header.is-scrolled { background: rgba(244,247,251,.94); }
.site-header.is-scrolled .brand-logo-motion { background: transparent; }
.site-header.is-scrolled .brand-logo { background: transparent; mix-blend-mode: normal; }

@keyframes gan2-logo-float {
  0%, 100% { transform: translateY(0) rotateZ(0deg); }
  50% { transform: translateY(-3px) rotateZ(.35deg); }
}

@keyframes gan2-logo-shine {
  0%, 58% { left: -35%; opacity: 0; }
  65% { opacity: .9; }
  82% { left: 118%; opacity: 0; }
  100% { left: 118%; opacity: 0; }
}
.brand-text span { color: var(--gold-500); }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-links .menu-action { display: flex; }
.nav-menu a { color: #34435b; font-size: .94rem; font-weight: 650; }
.nav-menu a:hover { color: var(--blue-600); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--soft);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 170px 0 100px;
  background:
    radial-gradient(circle at 83% 14%, rgba(73,212,223,.20), transparent 23%),
    radial-gradient(circle at 68% 64%, rgba(47,99,230,.16), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 92%);
}
.hero::before {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(16,35,66,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(16,35,66,.06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  content: "";
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 720px; }
.hero-copy .lead { margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #43516a; font-size: .9rem; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.check {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--success);
  font-size: .72rem;
}
.dashboard-stage { position: relative; min-height: 540px; }
.dashboard-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(720px, 115%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 32px 100px rgba(6,17,39,.21);
  transform: translate(-47%, -50%) rotate(-1deg);
}
.dashboard-card img { width: 100%; min-height: 390px; object-fit: cover; object-position: left center; }
.floating-stat {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 16px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 18px 40px rgba(6,17,39,.16);
  backdrop-filter: blur(12px);
}
.floating-stat strong { display: block; color: var(--navy-950); font-size: .98rem; }
.floating-stat small { display: block; color: var(--muted); }
.floating-stat.one { top: 43px; right: -18px; }
.floating-stat.two { bottom: 50px; left: -40px; }
.stat-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--white); background: var(--blue-600); }
.stat-icon.green { background: var(--success); }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
.trust-item { padding: 27px 28px; border-left: 1px solid var(--line); color: #63728a; font-size: .86rem; font-weight: 780; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.trust-item:first-child { border-left: 0; color: var(--navy-950); font-size: .93rem; letter-spacing: 0; text-align: left; text-transform: none; }

.problem { background: var(--navy-950); }
.problem h2, .problem h3 { color: var(--white); }
.problem .lead { color: #aebcd2; }
.problem-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 84px; }
.problem-list { display: grid; gap: 13px; }
.problem-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.045);
}
.problem-number { color: var(--gold-300); font-size: .8rem; font-weight: 850; letter-spacing: .08em; }
.problem-row p { margin: 0; color: #aebcd2; font-size: .94rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card:hover { transform: translateY(-6px); border-color: #bdd0f7; box-shadow: var(--shadow); }
.feature-icon { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border-radius: 15px; color: var(--blue-600); background: #eaf0ff; font-size: 1.3rem; font-weight: 800; }
.feature-card p { color: var(--muted); font-size: .96rem; }
.feature-card::after { position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border-radius: 50%; background: rgba(47,99,230,.05); content: ""; }

.platform { overflow: hidden; background: var(--soft); }
.platform-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 80px; }
.image-shell { position: relative; }
.image-shell::before { position: absolute; inset: 12% -8% -8% 14%; z-index: 0; border-radius: var(--radius-lg); background: linear-gradient(135deg, #dce7ff, #d8f6f7); content: ""; }
.image-shell img { position: relative; z-index: 1; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.mini-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 30px; }
.mini-metric { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.mini-metric strong { display: block; margin-bottom: 4px; color: var(--navy-950); }
.mini-metric span { color: var(--muted); font-size: .88rem; }

.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.solution-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 44px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy-900);
}
.solution-card.gold-card { color: var(--navy-950); background: linear-gradient(145deg, #f4d98e, #d3a027); }
.solution-card h3 { max-width: 420px; color: inherit; font-size: clamp(2rem, 3vw, 3rem); }
.solution-card p { max-width: 510px; opacity: .78; }
.solution-card ul { margin: 28px 0 0; padding: 0; list-style: none; }
.solution-card li { display: flex; gap: 11px; margin: 12px 0; font-weight: 650; }
.solution-card li::before { content: "↗"; }
.solution-tag { display: inline-flex; margin-bottom: 90px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gold-card .solution-tag { border-color: rgba(6,17,39,.15); background: rgba(255,255,255,.27); }
.orb { position: absolute; right: -90px; bottom: -120px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.orb::before, .orb::after { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.orb::before { inset: 45px; }
.orb::after { inset: 95px; }

.delta { color: var(--white); background: linear-gradient(135deg, #07142c, #102958); }
.delta h2, .delta h3 { color: var(--white); }
.delta .lead { color: #b5c3d8; }
.delta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.lifecycle { display: grid; gap: 0; margin-top: 35px; }
.life-step { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding-bottom: 27px; }
.life-step:not(:last-child)::before { position: absolute; top: 44px; bottom: 0; left: 27px; width: 1px; background: rgba(255,255,255,.16); content: ""; }
.life-no { z-index: 1; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--gold-300); background: #0c1e40; font-weight: 850; }
.life-step h3 { margin-bottom: 7px; font-size: 1.08rem; }
.life-step p { margin: 0; color: #9fb0ca; font-size: .9rem; }
.qr-panel { position: relative; align-self: center; padding: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.qr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.qr-benefit { padding: 19px; border-radius: 14px; background: rgba(255,255,255,.07); }
.qr-benefit strong { display: block; margin-bottom: 4px; color: var(--white); }
.qr-benefit span { color: #aebdd2; font-size: .85rem; }

.architecture-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.architecture-map { position: relative; display: grid; gap: 18px; }
.arch-layer { overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(7,21,46,.06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.arch-layer:hover { border-color: #9db3f6; transform: translateY(-2px); }
.arch-layer summary { display: grid; grid-template-columns: 140px 1fr 28px; align-items: center; gap: 16px; padding: 21px; cursor: pointer; list-style: none; }
.arch-layer summary::-webkit-details-marker { display: none; }
.arch-layer summary i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--blue-600); background: #edf1ff; font-style: normal; font-weight: 850; transition: transform .2s ease; }
.arch-layer[open] summary i { transform: rotate(45deg); }
.arch-layer p { margin: 0; padding: 0 52px 23px 177px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.arch-layer strong { color: var(--navy-950); }
.arch-layer summary span { color: var(--muted); font-size: .91rem; }
.arch-layer:first-child { border-color: #bed0f8; background: #f5f8ff; }
.arch-layer:last-child { color: white; border-color: var(--navy-950); background: var(--navy-950); }
.arch-layer:last-child strong { color: white; }
.arch-layer:last-child summary span, .arch-layer:last-child p { color: #b7c2d3; }
.arch-layer:last-child summary i { color: var(--cyan-400); background: rgba(48,213,242,.12); }

.outcomes { background: var(--soft); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.outcome { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.outcome .big { display: block; margin-bottom: 26px; color: var(--blue-600); font-size: 2.5rem; font-weight: 850; line-height: 1; }
.outcome p { margin: 0; color: var(--muted); font-size: .92rem; }

.pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 78px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(47,99,230,.14), transparent 40%),
    linear-gradient(180deg, #f7faff, #fff);
}
.pricing-hero .lead { margin-inline: auto; }
.pricing-section { padding: 40px 0 110px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; }
.price-card {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(7,21,46,.08);
}
.price-card.featured {
  border-color: #8aa8f2;
  box-shadow: 0 26px 70px rgba(47,99,230,.18);
  transform: translateY(-14px);
}
.price-ribbon {
  padding: 20px;
  color: var(--white);
  background: linear-gradient(135deg, #5360ff, #4054e8);
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}
.price-card.featured .price-ribbon { background: linear-gradient(135deg, var(--navy-950), var(--blue-600)); }
.popular-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--gold-300);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.price-head { padding: 37px 28px 29px; border-bottom: 1px solid var(--line); text-align: center; background: #f7f8fb; }
.price { color: #4558ef; font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; font-weight: 750; letter-spacing: -.035em; line-height: 1; }
.price small { font-family: Inter, ui-sans-serif, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: 0; }
.price-description { min-height: 52px; margin: 16px auto 0; color: var(--muted); font-size: .9rem; }
.price-body { display: flex; flex: 1; flex-direction: column; padding: 32px 29px 28px; }
.price-features { display: grid; gap: 16px; margin: 0 0 30px; padding: 0; list-style: none; }
.price-features li { position: relative; padding-left: 28px; color: #3e4d65; font-size: .92rem; }
.price-features li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #137a43;
  background: #dff6e8;
  content: "✓";
  font-size: .68rem;
  font-weight: 900;
}
.price-features li.unavailable { color: #8a96a9; }
.price-features li.unavailable::before { color: #a24b52; background: #fde9eb; content: "×"; }
.price-cta { width: 100%; margin-top: auto; }
.pricing-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding: 25px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}
.pricing-note p { margin: 0; color: var(--muted); }
.pricing-faq { padding: 100px 0; background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-item { padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.faq-item h3 { margin-bottom: 10px; font-size: 1.08rem; }
.faq-item p { margin: 0; color: var(--muted); font-size: .92rem; }

.cta { position: relative; overflow: hidden; padding: 100px 0; background: var(--gold-500); }
.cta::after { position: absolute; top: -230px; right: -140px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.cta h2 { max-width: 720px; }
.cta p { max-width: 620px; color: rgba(6,17,39,.72); font-size: 1.1rem; }
.contact-card { padding: 32px; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 25px 70px rgba(66,44,0,.18); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--navy-950); font-size: .78rem; font-weight: 800; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfe;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(47,99,230,.1); }
.field textarea { min-height: 96px; resize: vertical; }
.form-status { margin: 10px 0 0; font-size: .86rem; }
.form-status.success { color: #177d47; }
.form-status.error { color: #b82731; }

.site-footer { padding: 72px 0 32px; color: #b3bfd1; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.footer-brand p { max-width: 380px; color: #91a1ba; }
.site-footer h4 { color: var(--white); font-size: .95rem; letter-spacing: 0; }
.footer-links { display: grid; gap: 10px; font-size: .9rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #8292aa; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1020px) {
  .nav-menu { position: fixed; top: 76px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .nav-menu.is-open { display: grid; gap: 16px; }
  .nav-links { display: grid; gap: 16px; }
  .nav-menu .btn { width: 100%; }
  .nav-toggle { display: grid; place-items: center; }
  .hero-grid, .problem-grid, .platform-grid, .delta-grid, .architecture-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 140px; }
  .hero-grid { gap: 35px; }
  .dashboard-stage { min-height: 480px; }
  .dashboard-card { width: 92%; transform: translate(-50%, -50%); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .price-card, .price-card.featured { min-height: auto; transform: none; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:first-child { grid-column: 1 / -1; text-align: center; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  body.admin-bar .site-header { top: 46px; }
  .section { padding: 78px 0; }
  .section-tight { padding: 58px 0; }
  .nav-wrap { height: 74px; }
  .brand img, .custom-logo { width: auto; height: 40px; }
  .hero { min-height: auto; padding: 126px 0 70px; }
  h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 12px; }
  .dashboard-stage { min-height: 330px; }
  .dashboard-card { width: 100%; }
  .dashboard-card img { min-height: 250px; }
  .floating-stat { padding: 10px 12px; transform: scale(.83); }
  .floating-stat.one { top: 5px; right: -20px; }
  .floating-stat.two { bottom: 5px; left: -20px; }
  .feature-grid, .solutions-grid, .outcome-grid, .footer-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .pricing-note { align-items: flex-start; flex-direction: column; }
  .feature-card { min-height: auto; }
  .solution-card { min-height: 420px; padding: 32px 25px; }
  .solution-tag { margin-bottom: 60px; }
  .mini-metrics, .qr-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .arch-layer summary { grid-template-columns: 1fr 28px; }
  .arch-layer summary span { grid-column: 1 / -1; grid-row: 2; }
  .arch-layer p { padding: 0 22px 23px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 20px 12px; }
  .footer-bottom { flex-direction: column; }
}

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

/* GAN2 technical visual system */
:root {
  --navy-950: #030817;
  --navy-900: #071126;
  --navy-800: #0c1b38;
  --blue-600: #5268ff;
  --cyan-400: #30d5f2;
  --gold-500: #ffc857;
  --gold-300: #ffe09a;
  --ink: #101b34;
  --muted: #687895;
  --line: #d9e2f0;
  --soft: #f3f7fc;
}

.site-header:not(.is-scrolled) .nav-menu > a { color: #dce7fa; }
.site-header:not(.is-scrolled) .nav-menu > a:hover { color: var(--cyan-400); }
.site-header:not(.is-scrolled) .brand-logo-motion { padding: 5px 10px; background: rgba(255,255,255,.96); }
.site-header:not(.is-scrolled) .brand-logo { background: transparent; mix-blend-mode: normal; }

.hero {
  color: #dce7fa;
  background:
    radial-gradient(circle at 82% 18%, rgba(48,213,242,.18), transparent 23%),
    radial-gradient(circle at 65% 68%, rgba(82,104,255,.24), transparent 31%),
    linear-gradient(145deg, #020713 0%, #07152d 58%, #091a36 100%);
}
.hero::before {
  opacity: .48;
  background-image: linear-gradient(rgba(83,129,190,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(83,129,190,.11) 1px, transparent 1px);
}
.hero-copy h1 { color: var(--white); }
.hero-copy .eyebrow { color: var(--cyan-400); }
.hero-copy .lead { color: #a9bad4; }
.hero-proof { color: #b7c6dc; }
.dashboard-card { border-color: rgba(115,180,255,.35); box-shadow: 0 32px 100px rgba(0,0,0,.48), 0 0 60px rgba(48,213,242,.08); }

.trust-strip { border-color: #152746; background: #071126; }
.trust-item { border-left-color: #152746; color: #7f91ad; }
.trust-item:first-child { color: #d9e5f7; }
.problem { background: linear-gradient(180deg, #030817, #071126); }
.problem-number { color: var(--cyan-400); }

.feature-card:hover { border-color: #90a3ff; box-shadow: 0 24px 70px rgba(29,52,110,.16); }
.feature-icon {
  border: 1px solid #cfd8ff;
  color: var(--blue-600);
  background: linear-gradient(145deg, #edf1ff, #e8fbff);
}
.platform { background: linear-gradient(180deg, #f5f8fd, #edf4fb); }
.image-shell::before { background: linear-gradient(135deg, #ced9ff, #c9f7fb); }
.delta { background: radial-gradient(circle at 90% 20%, rgba(48,213,242,.15), transparent 28%), linear-gradient(135deg, #030817, #0b2450); }
.outcomes { background: linear-gradient(180deg, #f2f6fc, #ffffff); }

.pricing-home {
  position: relative;
  overflow: hidden;
  background: #050c1d;
}
.pricing-home::before {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(rgba(48,213,242,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(48,213,242,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
}
.pricing-home .container { position: relative; z-index: 1; }
.pricing-home h2 { color: var(--white); }
.pricing-home .lead { color: #9fb0ca; }
.pricing-home .eyebrow { color: var(--cyan-400); }
.pricing-home .price-card {
  border-color: #203151;
  background: #0b1730;
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.pricing-home .price-card.featured {
  border-color: #5e73ff;
  box-shadow: 0 26px 70px rgba(55,83,255,.27), 0 0 0 1px rgba(48,213,242,.16);
}
.pricing-home .price-ribbon { background: linear-gradient(135deg, #3347d5, #5268ff); }
.pricing-home .price-card.featured .price-ribbon { background: linear-gradient(135deg, #5268ff, #16b9dd); }
.pricing-home .price-head { border-bottom-color: #203151; background: #0d1b36; }
.pricing-home .price {
  color: #79e8f7;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-weight: 820;
}
.pricing-home .price-description { color: #93a5c1; }
.pricing-home .price-features li { color: #c4d0e3; }
.pricing-home .price-features li.unavailable { color: #657693; }
.pricing-home .btn-secondary { color: var(--white); border-color: #33486d; background: #101f3c; }
.pricing-home .pricing-note { border-color: #233657; background: #0a1730; }
.pricing-home .pricing-note p { color: #9fb0ca; }
.pricing-home .pricing-note strong { color: var(--white); }

.cta { background: linear-gradient(135deg, #5268ff, #23c7e5); }
.cta p { color: rgba(3,8,23,.74); }
.site-footer { background: #030817; }

.login-page {
  position: relative;
  min-height: 820px;
  padding: 170px 0 110px;
  color: #dce7fa;
  background:
    radial-gradient(circle at 20% 15%, rgba(82,104,255,.22), transparent 27%),
    radial-gradient(circle at 80% 70%, rgba(48,213,242,.12), transparent 25%),
    linear-gradient(145deg, #020713, #091b39);
}
.login-page::before {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: linear-gradient(rgba(83,129,190,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(83,129,190,.1) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
}
.login-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 90px; }
.login-message h1 { max-width: 720px; color: var(--white); font-size: clamp(2.8rem, 5vw, 4.8rem); }
.login-message .lead { color: #a9bad4; }
.login-message .eyebrow { color: var(--cyan-400); }
.login-signals { display: grid; gap: 12px; margin-top: 34px; color: #c0cde0; font-size: .92rem; font-weight: 650; }
.login-signals span { display: flex; align-items: center; gap: 10px; }
.login-card { padding: 38px; border: 1px solid rgba(123,158,211,.24); border-radius: 24px; background: rgba(9,24,50,.88); box-shadow: 0 32px 90px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.login-card h2 { color: var(--white); font-size: 2rem; }
.login-card-head p { color: #8fa2bf; }
.login-card form { display: grid; gap: 18px; margin-top: 28px; }
.login-card form p { margin: 0; }
.login-card label { display: block; margin-bottom: 7px; color: #cdd8e8; font-size: .82rem; font-weight: 750; }
.login-card input[type="text"], .login-card input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #294163;
  border-radius: 11px;
  outline: 0;
  color: var(--white);
  background: #07142b;
}
.login-card input:focus { border-color: var(--cyan-400); box-shadow: 0 0 0 3px rgba(48,213,242,.1); }
.login-card .login-remember label { display: flex; align-items: center; gap: 9px; }
.login-card .button-primary {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), #1dbbdc);
  cursor: pointer;
  font-weight: 800;
}
.login-help { display: grid; gap: 11px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #203454; color: #8fa2bf; font-size: .86rem; }
.login-help a { color: #77e3f3; font-weight: 750; }

.legal-hero {
  padding: 170px 0 75px;
  color: #dce7fa;
  background:
    radial-gradient(circle at 80% 5%, rgba(48,213,242,.16), transparent 27%),
    linear-gradient(145deg, #020713, #0a1b39);
}
.legal-hero h1 { color: var(--white); }
.legal-hero .lead { color: #a9bad4; }
.legal-updated { margin: 28px 0 0; color: #7f94b3; font-size: .86rem; font-weight: 700; letter-spacing: .04em; }
.legal-section { padding: 85px 0 120px; background: #f6f9fd; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 780px); justify-content: center; align-items: start; gap: 70px; }
.legal-nav {
  position: sticky;
  top: 115px;
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(7,21,46,.06);
}
.legal-nav strong { margin-bottom: 7px; color: var(--navy-950); font-size: .83rem; letter-spacing: .06em; text-transform: uppercase; }
.legal-nav a { color: var(--muted); font-size: .82rem; line-height: 1.4; }
.legal-nav a:hover { color: var(--blue-600); }
.legal-content { padding: 12px 0; }
.legal-content section { scroll-margin-top: 110px; padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 20px; font-size: clamp(1.6rem, 2.5vw, 2.15rem); }
.legal-content h3 { margin: 29px 0 10px; font-size: 1.06rem; letter-spacing: -.015em; }
.legal-content p, .legal-content li { color: #4f5f79; }
.legal-content ul { display: grid; gap: 9px; padding-left: 22px; }
.legal-content a { color: var(--blue-600); font-weight: 700; }
.legal-contact { display: grid; grid-template-columns: 130px 1fr; gap: 11px 18px; margin-top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.legal-contact strong { color: var(--navy-950); }
.legal-contact address { color: #4f5f79; font-style: normal; }
.legal-links { display: flex; gap: 18px; }
.legal-links a:hover { color: var(--white); }

@media (max-width: 850px) {
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-nav strong { grid-column: 1 / -1; }
  .login-layout { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 560px) {
  .legal-nav { grid-template-columns: 1fr; }
  .legal-contact { grid-template-columns: 1fr; }
  .legal-links { flex-direction: column; gap: 5px; }
}

/* Clickable industry navigation and explanations */
.trust-item {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  transition: color .2s ease, background .2s ease;
}
.trust-item span {
  display: block;
  margin-top: 5px;
  color: #647896;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}
.trust-item:hover { color: var(--cyan-400); background: rgba(48,213,242,.055); }
.trust-item:first-child { align-items: flex-start; }

.industry-section { padding: 100px 0; background: #071126; }
.industry-heading { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.industry-heading h2 { max-width: 760px; color: var(--white); }
.industry-heading > p { margin: 0 0 8px; color: #91a4c1; }
.industry-heading .eyebrow { color: var(--cyan-400); }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.industry-card {
  scroll-margin-top: 110px;
  padding: 34px;
  border: 1px solid #1d3152;
  border-radius: 20px;
  background: linear-gradient(145deg, #0a1730, #0b1d3b);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.industry-card:target { border-color: var(--cyan-400); box-shadow: 0 0 0 3px rgba(48,213,242,.1), 0 24px 65px rgba(0,0,0,.25); }
.industry-card:hover { transform: translateY(-5px); border-color: #3f5a87; }
.industry-code { display: block; margin-bottom: 34px; color: var(--cyan-400); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.industry-card h3 { max-width: 490px; color: var(--white); font-size: 1.55rem; }
.industry-card p { color: #9bacc5; }
.industry-card ul { display: grid; gap: 8px; margin: 24px 0 30px; padding: 0; list-style: none; color: #c3cee0; font-size: .9rem; }
.industry-card li::before { margin-right: 9px; color: var(--cyan-400); content: "⌁"; }
.industry-card > a { color: #86e9f7; font-size: .86rem; font-weight: 800; }
.industry-card > a span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.industry-card > a:hover span { transform: translateX(4px); }

@media (max-width: 1020px) {
  .trust-item:first-child { align-items: center; }
  .industry-heading { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 700px) {
  .industry-section { padding: 75px 0; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card { padding: 27px; }
}
