/* Extras on top of /test/styles.css — nav, pricing, inner pages + navy/cyan overrides */
:root {
  --bg: #070B14;
  --bg-2: #0C1220;
  --surface: #141B2A;
  --line: #243049;
  --text: #F3F6FB;
  --muted: #93A0B5;
  --cyan: #00C2FF;
  --cyan-2: #4DE1FF;
  --color-bg-dark: #070B14;
  --color-bg-darker: #0C1220;
  --color-surface: #141B2A;
  --color-surface-light: #243049;
  --color-primary: #00C2FF;
  --color-secondary: #00C2FF;
  --color-tertiary: #4DE1FF;
  --color-text-primary: #F3F6FB;
  --color-text-secondary: #93A0B5;
  --color-text-muted: #93A0B5;
  --gradient-primary: linear-gradient(160deg, #4DE1FF 0%, #00C2FF 58%, #E8F7FF 130%);
  --gradient-secondary: linear-gradient(135deg, #00C2FF 0%, #4DE1FF 100%);
  --glow-pink: 0 0 28px rgba(0, 194, 255, 0.35);
  --glow-cyan: 0 0 28px rgba(0, 194, 255, 0.35);
  --navy-veil: linear-gradient(180deg, rgba(7,11,20,.55) 0%, rgba(7,11,20,.88) 70%, rgba(7,11,20,.96) 100%);
  --navy-side: linear-gradient(90deg, rgba(7,11,20,.94) 0%, rgba(7,11,20,.72) 48%, rgba(7,11,20,.42) 100%);
}
html, body { background: var(--bg); color: var(--text); }
.btn-primary { background: var(--gradient-primary); color: #070B14; box-shadow: 0 10px 32px rgba(0,194,255,.28); }
.btn-primary:hover, .btn-primary:focus-visible { box-shadow: var(--glow-cyan); }
.badge, .eyebrow { background: rgba(0,194,255,.1); border-color: rgba(0,194,255,.32); color: var(--cyan-2); }
.eyebrow { color: var(--cyan); }
.grad { background-image: linear-gradient(135deg, #4DE1FF 0%, #F3F6FB 100%); }
.live-dot { background: var(--cyan); box-shadow: 0 0 0 0 rgba(0,194,255,.6); }
.hero { background: radial-gradient(900px 420px at 18% 0%, rgba(0,194,255,.14), transparent 60%), radial-gradient(800px 400px at 92% 100%, rgba(77,225,255,.1), transparent 55%), var(--bg); }
.orb-magenta { background: #0C1220; opacity: .22; }
.close { background: radial-gradient(700px 360px at 50% 0%, rgba(0,194,255,.14), transparent 60%), radial-gradient(600px 300px at 80% 80%, rgba(77,225,255,.1), transparent 55%), var(--bg); }
.flow-step.is-active, .flow-step:hover, .chip:hover, .chip.is-active { border-color: var(--cyan); box-shadow: var(--glow-cyan); }
.panel-photo, .hero-media { position: absolute; inset: 0; pointer-events: none; }
.hero-media img, .panel-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after, .panel-photo::after { content: ""; position: absolute; inset: 0; background: var(--navy-side), var(--navy-veil); }
.hero-split { display: grid; gap: 28px; }
.hero-shot { display: none; position: relative; margin: 0; min-height: 420px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; }
.hero-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,20,.12), rgba(7,11,20,.58)); }
.trade-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trade-tile { position: relative; display: flex; align-items: flex-end; min-height: 148px; padding: 14px; border-radius: 14px; overflow: hidden; color: var(--text); text-align: left; background: var(--surface); border: 1px solid var(--line); font-weight: 700; }
.trade-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trade-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,20,.15), rgba(7,11,20,.82)); }
.trade-tile span { position: relative; z-index: 1; }
.trade-tile:hover, .trade-tile.is-active { border-color: var(--cyan); box-shadow: var(--glow-cyan); }
.nav-links { display: none; align-items: center; gap: 22px; }
.nav-link { color: var(--muted, #93A0B5); text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-link:hover, .nav-link:focus-visible { color: var(--cyan-2, #4DE1FF); }
.menu-btn { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--line, #243049); border-radius: 10px; }
.menu-btn span { display: block; height: 2px; background: var(--text, #F3F6FB); border-radius: 2px; }
.mobile-drawer { display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 39; padding: 16px; background: var(--bg-2, #0C1220); border-bottom: 1px solid var(--line, #243049); }
.mobile-drawer.is-open { display: grid; gap: 12px; }
.mobile-drawer a { text-decoration: none; padding: 12px 8px; color: var(--text, #F3F6FB); font-weight: 600; }
.price-grid { display: grid; gap: 16px; margin-top: 8px; }
.price-card { padding: 24px; border-radius: 14px; background: var(--surface, #141B2A); border: 1px solid var(--line, #243049); }
.price-card.is-featured { border-color: rgba(0,194,255,.45); box-shadow: 0 0 28px rgba(0,194,255,.3); }
.price-kicker { margin: 0 0 10px; color: var(--cyan, #00C2FF); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin: 12px 0 8px; }
.price-amount strong { font-size: clamp(2rem,6vw,2.8rem); letter-spacing: -.04em; }
.price-amount span { color: var(--muted, #93A0B5); }
.price-card p { margin: 0; color: var(--muted, #93A0B5); }
.price-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.price-card li { padding: 8px 0 8px 18px; position: relative; border-top: 1px solid rgba(255,255,255,.05); }
.price-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan, #00C2FF); }
body.page .panel { min-height: 0; }
body.page .hero { min-height: auto; padding-bottom: 64px; }
body.page h1 { font-size: clamp(2rem,6vw,3.4rem); }
.page-section { padding: 20px 16px 72px; }
.page-section .panel-inner { width: min(1120px,100%); margin: 0 auto; }
.industry-grid { display: grid; gap: 12px; }
.industry-card { display: block; padding: 0 0 18px; border-radius: 14px; background: var(--surface, #141B2A); border: 1px solid var(--line, #243049); text-decoration: none; overflow: hidden; }
.industry-card:hover { border-color: var(--cyan, #00C2FF); box-shadow: 0 0 28px rgba(0,194,255,.35); }
.industry-card h3 { margin: 14px 16px 8px; }
.industry-card p { margin: 0 16px 4px; color: var(--muted, #93A0B5); }
.industry-card-photo { display: block; position: relative; height: 148px; overflow: hidden; }
.industry-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.industry-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,11,20,.12), rgba(7,11,20,.72)); }
.note { margin-top: 28px; color: var(--muted, #93A0B5); font-size: .95rem; }
.faq-grid { display: grid; gap: 12px; }
.faq-item { padding: 20px; border-radius: 14px; background: var(--surface, #141B2A); border: 1px solid var(--line, #243049); }
.faq-item h3 { font-size: 1.05rem; margin-bottom: 8px; }
.faq-item p { margin: 0; color: var(--muted, #93A0B5); }
@media (min-width: 560px) {
  .price-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .trade-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 880px) {
  .nav-links { display: flex; }
  .menu-btn { display: none; }
  .mobile-drawer { display: none !important; }
  .page-section { padding-left: 28px; padding-right: 28px; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-card-photo { height: 168px; }
  .hero-split { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 48px; }
  .hero-shot { display: block; }
  .trade-tiles { grid-template-columns: repeat(5, 1fr); }
}
