/* AlignYX Close Lab — executive-grade visual polish
   © 2026 Globerian Financial Group LLC. All Rights Reserved. */

:root {
  --bg: #0b0b0c;
  --bg-2: #111113;
  --panel: rgba(255, 255, 255, .072);
  --panel-2: rgba(255, 255, 255, .105);
  --ink: #f7f7f2;
  --soft: #e6e3da;
  --muted: #aaa69b;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .22);
  --cyan: #65d9e6;
  --green: #80d89a;
  --gold: #e8c16d;
  --rose: #e66f8f;
  --red: #ff6f7b;
  --violet: #a8a1ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --glow: 0 18px 64px rgba(101, 217, 230, .12);
  --radius: 8px;
  --radius-sm: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
html, body { max-width: 100%; overflow-x: hidden; }
body {
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), transparent 260px),
    linear-gradient(135deg, #0b0b0c 0%, #111113 42%, #080809 100%);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, black 0%, transparent 78%);
}
body::after { content: none; }
::selection { background: rgba(101, 217, 230, .28); color: #fff; }
a { color: inherit; }
p { color: var(--muted); }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; position: relative; }
.section-tight { padding: 64px 0; }
.site-glow, .hero-orb { display: none; }

.nav {
  background: rgba(11, 11, 12, .76);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}
.nav-inner { height: 72px; }
.brand { letter-spacing: 0; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #080809;
  background: linear-gradient(135deg, #f7f7f2 0%, #65d9e6 44%, #e8c16d 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 14px 32px rgba(0,0,0,.28);
}
.brand-mark.mini { width: 36px; height: 36px; border-radius: 8px; }
.brand small { color: rgba(247,247,242,.54); letter-spacing: 0; }
.nav-links { gap: 22px; color: rgba(247,247,242,.72); font-size: 14px; }
.nav-links a:not(.btn) { position: relative; transition: color .18s ease; }
.nav-links a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .18s ease;
}
.nav-links a:not(.btn):hover { color: #fff; text-shadow: none; }
.nav-links a:not(.btn):hover::after { right: 0; }

.btn {
  min-height: 46px;
  border-radius: 999px;
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  letter-spacing: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.btn::before { display: none; }
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.3);
  box-shadow: 0 16px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.16);
}
.btn-primary {
  color: #090909;
  background: linear-gradient(180deg, #ffffff 0%, #f2efe6 47%, #d6c28b 100%);
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 18px 44px rgba(232,193,109,.18), inset 0 1px 0 rgba(255,255,255,.88);
}
.btn-secondary { background: rgba(255,255,255,.065); backdrop-filter: blur(14px); }
.btn-xl { padding: 16px 24px; font-size: 15px; }
.btn:disabled, .btn[aria-busy="true"] { opacity: .72; cursor: wait; }

.hero {
  padding: 104px 0 86px;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0%, rgba(101,217,230,.10) 52%, transparent 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 62%);
  mask-image: linear-gradient(180deg, black 0%, transparent 88%);
  opacity: .9;
}
.hero::after { content: none; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 56px; align-items: center; }
.eyebrow {
  color: rgba(247,247,242,.86);
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.062);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  letter-spacing: 0;
}
.eyebrow span { background: var(--green); box-shadow: 0 0 18px rgba(128,216,154,.55); }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; }
h1 {
  margin-top: 24px;
  max-width: 980px;
  font-size: 82px;
  line-height: .96;
  font-weight: 760;
  background: linear-gradient(180deg, #fff 0%, #f3f1ea 48%, #c7c2b5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}
h2 { font-size: 52px; line-height: 1; font-weight: 730; text-wrap: balance; }
h3 { font-size: 22px; line-height: 1.12; font-weight: 720; }
.hero-sub, .lead { color: rgba(230,227,218,.78); }
.hero-sub { font-size: 22px; line-height: 1.46; max-width: 790px; }
.lead { font-size: 20px; line-height: 1.5; }
.fineprint { color: rgba(230,227,218,.54); }

.trust-pill, .stat, .card, .price-card, .dash, .form-card, .side-panel, .report-card, .privacy-card, .sample-cta, .final-card, .faq-item, .scorecard-board div {
  border-radius: 8px;
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.086), rgba(255,255,255,.042));
  box-shadow: 0 22px 64px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.10);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
.trust-pill, .stat, .card, .price-card, .scorecard-board div, .faq-item {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.trust-pill:hover, .stat:hover, .card:hover, .price-card:hover, .scorecard-board div:hover, .faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(101,217,230,.32);
  box-shadow: 0 28px 70px rgba(0,0,0,.34), 0 0 42px rgba(101,217,230,.08), inset 0 1px 0 rgba(255,255,255,.14);
}
.trust-row { gap: 12px; }
.trust-pill { padding: 18px; }
.trust-pill strong, .stat strong { color: #fff; }
.trust-pill span, .scorecard-board span { color: rgba(230,227,218,.68); }
.kicker {
  color: var(--gold);
  letter-spacing: .12em;
  font-size: 11px;
}
.stat strong, .price {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.stat strong { font-size: 34px; }

.dash {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transform: none;
}
.hero-device { transform: none; animation: none; }
.dash::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    linear-gradient(115deg, rgba(101,217,230,.12), transparent 42%, rgba(232,193,109,.10));
}
.dash::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
}
.device-top span { background: rgba(255,255,255,.2); }
.dash-head { border-bottom-color: rgba(255,255,255,.11); }
.dash-head > strong {
  font-size: 32px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: none;
}
.trust-index {
  border-radius: 8px;
  background: rgba(0,0,0,.20);
  border-color: rgba(255,255,255,.11);
}
.index-label { color: var(--cyan); letter-spacing: .12em; }
.trust-index b {
  font-size: 68px;
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.neural-ring {
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--cyan), var(--green), var(--gold), var(--rose), var(--cyan));
  box-shadow: 0 0 36px rgba(101,217,230,.16);
}
.score-row { grid-template-columns: 150px 1fr 44px; }
.score-row strong { color: rgba(247,247,242,.82); }
.score-row b { color: #fff; }
.bar { height: 9px; background: rgba(255,255,255,.10); box-shadow: inset 0 1px 3px rgba(0,0,0,.45); }
.bar span {
  background: linear-gradient(90deg, var(--cyan), var(--green));
  box-shadow: 0 0 18px rgba(101,217,230,.26);
}
.bar.danger span { background: linear-gradient(90deg, var(--gold), var(--rose)); }
.moment { background: rgba(0,0,0,.24); border-color: rgba(255,255,255,.11); border-radius: 8px; }
.moment .tag { color: var(--gold); letter-spacing: .12em; }
.moment p { color: rgba(230,227,218,.75); }

.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card { padding: 24px; }
.icon, .step-num {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #080809;
  background: linear-gradient(180deg, #fff, #d9c27d);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 12px 28px rgba(0,0,0,.22);
}
.split-band, .dark-band {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  border-color: rgba(255,255,255,.09);
}
.split-band::before, .dark-band::before { content: none; }
.scorecard-board { gap: 14px; }
.scorecard-board div, .faq-item { padding: 23px; }
.scorecard-board strong { color: #fff; font-size: 18px; }
.tag-cloud span {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  color: rgba(247,247,242,.78);
  letter-spacing: 0;
}
.workflow { gap: 14px; }
.pricing { gap: 16px; }
.price-card { padding: 28px; min-height: 500px; }
.price-card.featured {
  border-color: rgba(232,193,109,.48);
  background:
    linear-gradient(180deg, rgba(232,193,109,.13), rgba(255,255,255,.048)),
    rgba(255,255,255,.03);
  box-shadow: 0 28px 84px rgba(0,0,0,.38), 0 0 50px rgba(232,193,109,.08);
}
.badge {
  color: #090909;
  background: linear-gradient(180deg, #fff, #e8c16d);
  border-radius: 999px;
  letter-spacing: .11em;
}
.price { font-size: 56px; letter-spacing: 0; }
.price-card ul { color: rgba(230,227,218,.76); }
.privacy-card {
  background: linear-gradient(180deg, rgba(128,216,154,.10), rgba(255,255,255,.042));
  border-color: rgba(128,216,154,.22);
}
.privacy-card a { color: var(--cyan); }
.sample-cta, .final-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
    linear-gradient(90deg, rgba(101,217,230,.07), rgba(232,193,109,.07));
  border-color: rgba(255,255,255,.14);
  padding: 34px;
}
.footer { background: rgba(0,0,0,.28); border-top-color: rgba(255,255,255,.09); }
.footer-links a { color: rgba(247,247,242,.68); }

input, select, textarea {
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: rgba(101,217,230,.62);
  box-shadow: 0 0 0 4px rgba(101,217,230,.12), inset 0 1px 0 rgba(255,255,255,.08);
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(101,217,230,.68);
  outline-offset: 3px;
}

.sample-report { background: #f4f3ee; color: #181816; }
.sample-sheet {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(15,15,12,.14);
}
.sample-sheet h1, .sample-sheet h2, .sample-sheet h3 { color: #181816; background: none; -webkit-background-clip: initial; background-clip: initial; }
.sample-sheet p, .sample-sheet li { color: #3f3d37; }
.print-actions .btn-primary { color: #090909; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .hero-grid, .two-col, .form-wrap, .admin-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 78px; }
  .dash { max-width: 720px; }
  h1 { font-size: 64px; }
  h2 { font-size: 46px; }
}
@media (max-width: 820px) {
  .container { width: calc(100% - 32px); max-width: none; }
  .section { padding: 74px 0; }
  .section-tight { padding: 52px 0; }
  .hero { padding: 64px 0 46px; }
  h1 { font-size: 46px; line-height: 1; max-width: 100%; }
  h2 { font-size: 36px; }
  h3 { font-size: 21px; }
  .hero-sub, .lead { font-size: 18px; }
  .trust-row, .stats, .card-grid, .workflow, .pricing, .field-grid, .scorecard-board, .faq-grid { grid-template-columns: 1fr; }
  .score-row, .report-score { grid-template-columns: 1fr; gap: 7px; }
  .hero-actions .btn, .btn-xl { width: 100%; }
  .sample-cta, .final-card { flex-direction: column; align-items: stretch; padding: 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .sticky-mobile { display: block; }
  body { padding-bottom: 94px; }
}
@media (max-width: 440px) {
  .container { width: calc(100% - 24px); }
  .dash, .form-card, .side-panel, .report-card, .card, .price-card { padding: 18px; border-radius: 8px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 8px; }
  .brand small { display: none; }
  h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .trust-index { grid-template-columns: 1fr; }
  .neural-ring { display: none; }
}