:root {
  --navy: #071f3b;
  --blue: #1269a6;
  --teal: #0b8e83;
  --purple: #7651a8;
  --gold: #c99a24;
  --gold-light: #edcf77;
  --ink: #17202d;
  --muted: #617083;
  --paper: #f7f8f7;
  --white: #ffffff;
  --line: rgba(7, 31, 59, 0.12);
  --shadow: 0 28px 80px rgba(7, 31, 59, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 2%, rgba(11, 142, 131, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7f8f7 52%, #eef2f3 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 16px; }
.brand-mark { width: 58px; height: 50px; flex: 0 0 auto; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-primary {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 1.05rem;
  color: var(--navy);
}
.brand-secondary {
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: .44em;
  font-size: .63rem;
  color: var(--gold);
}

.site-nav { display: flex; align-items: center; gap: 34px; font-size: .92rem; color: #405064; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--navy); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); }

.hero {
  width: min(1480px, calc(100% - 80px));
  min-height: 760px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 78px;
  position: relative;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; opacity: .52; }
.hero-glow-one { width: 360px; height: 360px; right: 5%; top: 5%; background: rgba(18,105,166,.14); }
.hero-glow-two { width: 280px; height: 280px; right: 20%; bottom: 4%; background: rgba(118,81,168,.12); }
.hero-content, .hero-visual { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 780px; font-size: clamp(3.8rem, 6vw, 6.7rem); letter-spacing: -.045em; }
.hero-copy { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 14px 32px rgba(7,31,59,.18); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid var(--line); }
.launch-card { margin-top: 42px; max-width: 660px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); backdrop-filter: blur(16px); display: flex; justify-content: space-between; align-items: center; }
.launch-label { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; }
.launch-card > div > strong { display: block; margin-top: 4px; color: var(--navy); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.countdown { display: flex; gap: 20px; }
.countdown div { min-width: 54px; text-align: center; }
.countdown strong { display: block; color: var(--navy); font-size: 1.4rem; line-height: 1; }
.countdown span { color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }

.visual-shell { position: relative; border: 1px solid rgba(255,255,255,.7); border-radius: 32px; overflow: hidden; background: rgba(255,255,255,.76); box-shadow: var(--shadow); backdrop-filter: blur(20px); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.visual-shell::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(7,31,59,.08); border-radius: inherit; pointer-events: none; }
.visual-topbar { display: flex; gap: 7px; padding: 17px 20px; border-bottom: 1px solid var(--line); background: rgba(247,248,247,.85); }
.visual-topbar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(7,31,59,.18); }
.visual-content { padding: 28px; display: grid; gap: 18px; }
.profile-card, .match-card { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.9); }
.profile-card { padding: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal), var(--blue)); color: white; font-weight: 800; }
.profile-card strong, .profile-card span { display: block; }
.profile-card span { color: var(--muted); font-size: .77rem; }
.status { padding: 8px 11px; border-radius: 999px; background: rgba(11,142,131,.1); color: var(--teal) !important; font-weight: 700; }
.match-card { padding: 24px; display: grid; grid-template-columns: 86px 1fr; gap: 18px; align-items: center; }
.match-score { width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; border: 8px solid rgba(18,105,166,.18); color: var(--blue); font-weight: 800; font-size: 1.2rem; }
.card-kicker { color: var(--gold); text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.match-card strong { display: block; margin-top: 2px; color: var(--navy); font-family: Georgia, serif; font-size: 1.3rem; }
.match-card p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row span { padding: 8px 11px; border-radius: 999px; background: rgba(7,31,59,.06); color: #405064; font-size: .77rem; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dashboard-grid article { padding: 18px; border-radius: 18px; background: var(--navy); color: white; }
.dashboard-grid span { display: block; opacity: .72; font-size: .72rem; }
.dashboard-grid strong { display: block; margin-top: 8px; font-size: 1.7rem; }

.trust-strip { width: min(1480px, calc(100% - 80px)); margin: 42px auto 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: 26px; color: var(--navy); font-family: Georgia, serif; font-size: 1rem; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.section { width: min(1320px, calc(100% - 80px)); margin: 0 auto; padding: 140px 0; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
h2 { font-size: clamp(3rem, 4.5vw, 5.5rem); letter-spacing: -.04em; }
.intro-copy { font-size: 1.15rem; color: var(--muted); }
.intro-copy p { margin: 0 0 22px; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-top: 30px; }
.feature { min-height: 360px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.7); position: relative; overflow: hidden; }
.feature-large { grid-row: span 2; min-height: 738px; background: linear-gradient(160deg, var(--navy), #0d4164); color: white; }
.feature-large h3, .feature-accent h3 { color: white; }
.feature-number { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(7,31,59,.06); color: var(--gold); font-weight: 800; font-size: .8rem; }
.feature-large .feature-number, .feature-accent .feature-number { background: rgba(255,255,255,.12); }
.feature h3 { margin-top: 42px; font-size: 2.35rem; }
.feature p { max-width: 540px; margin: 18px 0 0; color: var(--muted); }
.feature-large p, .feature-accent p { color: rgba(255,255,255,.72); }
.feature-accent { background: linear-gradient(135deg, var(--purple), #4a2e72); }
.mini-network { position: absolute; left: 40px; right: 40px; bottom: 30px; height: 250px; }
.node { position: absolute; width: 34px; height: 34px; border-radius: 50%; background: white; box-shadow: 0 0 0 10px rgba(255,255,255,.08); }
.node-a { left: 8%; top: 46%; }.node-b { left: 42%; top: 8%; background: var(--gold-light); }.node-c { right: 8%; top: 52%; background: #9be1d9; }.node-d { left: 43%; bottom: 4%; background: #b798dc; }
.line { position: absolute; height: 2px; background: rgba(255,255,255,.32); transform-origin: left center; }
.line-a { width: 43%; left: 12%; top: 51%; transform: rotate(-33deg); }
.line-b { width: 43%; left: 49%; top: 23%; transform: rotate(35deg); }
.line-c { width: 37%; left: 51%; top: 56%; transform: rotate(88deg); }

.community { padding-bottom: 80px; }
.community-panel { padding: 70px; border-radius: 36px; background: linear-gradient(135deg, #f0f6f7, #f8f4ec); display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.community-panel h2 { font-size: clamp(2.8rem, 4vw, 4.8rem); }
.community-panel p { color: var(--muted); }
.community-list { display: grid; gap: 14px; }
.community-list div { padding: 22px 24px; border-radius: 18px; background: rgba(255,255,255,.75); border: 1px solid rgba(7,31,59,.08); }
.community-list strong, .community-list span { display: block; }
.community-list strong { color: var(--navy); }
.community-list span { margin-top: 4px; color: var(--muted); font-size: .88rem; }

.early-access { display: grid; grid-template-columns: 1fr .95fr; gap: 100px; align-items: start; }
.access-copy p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.access-form { padding: 34px; border-radius: 28px; background: white; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(7,31,59,.08); display: grid; gap: 18px; }
.access-form label span { display: block; margin-bottom: 7px; color: var(--navy); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.access-form input, .access-form select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid rgba(7,31,59,.16); border-radius: 12px; background: #fbfcfc; color: var(--ink); outline: none; }
.access-form input:focus, .access-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(18,105,166,.08); }
.form-status { min-height: 1.3em; margin: 0; color: var(--teal); font-size: .88rem; }

.site-footer { width: min(1480px, calc(100% - 80px)); margin: 0 auto; padding: 38px 0 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; color: var(--muted); font-size: .82rem; }
.footer-brand .brand-mark { width: 44px; height: 38px; }
.footer-brand .brand-primary { font-size: .82rem; }
.footer-brand .brand-secondary { font-size: .5rem; }

/* Desktop: 1440px and above */
@media (min-width: 1440px) {
  .hero { min-height: 790px; }
  .hero-copy { font-size: 1.22rem; }
}

/* Laptop: 1024px–1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
  .site-header, .hero, .trust-strip, .site-footer { width: min(1180px, calc(100% - 56px)); }
  .section { width: min(1120px, calc(100% - 56px)); }
  .hero { min-height: 680px; gap: 48px; }
  h1 { font-size: clamp(3.5rem, 5.7vw, 5.1rem); }
  .hero-copy { font-size: 1.02rem; }
  .visual-content { padding: 22px; }
  .intro { gap: 70px; }
  .section { padding: 110px 0; }
  .community-panel { padding: 54px; gap: 54px; }
  .early-access { gap: 60px; }
}

/* Tablet: 768px–1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-header, .hero, .trust-strip, .site-footer, .section { width: calc(100% - 48px); }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding: 60px 0 20px; }
  h1 { max-width: 760px; font-size: clamp(4rem, 8.7vw, 5.6rem); }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 720px; width: 100%; margin: 0 auto; }
  .visual-shell { transform: none; }
  .trust-strip { margin-top: 70px; flex-wrap: wrap; }
  .section { padding: 96px 0; }
  .intro, .community-panel, .early-access { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-row: auto; grid-column: span 2; min-height: 560px; }
  .feature { min-height: 330px; }
  .community-panel { padding: 48px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > span { grid-column: span 2; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .site-header, .hero, .trust-strip, .site-footer, .section { width: calc(100% - 32px); }
  .site-header { padding: 18px 0; }
  .brand { gap: 10px; }
  .brand-mark { width: 46px; height: 40px; }
  .brand-primary { font-size: .82rem; }
  .brand-secondary { font-size: .48rem; }
  .site-nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 12px; font-size: .78rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 40px; margin-top: 8px; padding: 42px 0 10px; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-copy { margin-top: 24px; font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .launch-card { align-items: flex-start; gap: 18px; flex-direction: column; }
  .countdown { width: 100%; justify-content: space-between; }
  .visual-shell { transform: none; border-radius: 22px; }
  .visual-content { padding: 14px; gap: 12px; }
  .profile-card { grid-template-columns: auto 1fr; padding: 15px; }
  .profile-card .status { grid-column: span 2; justify-self: start; }
  .match-card { grid-template-columns: 64px 1fr; padding: 16px; }
  .match-score { width: 60px; height: 60px; border-width: 6px; font-size: .95rem; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .dashboard-grid article { padding: 14px; }
  .trust-strip { margin-top: 52px; gap: 13px; padding: 18px 0; font-size: .88rem; }
  .trust-strip i { width: 4px; height: 4px; }
  .section { padding: 76px 0; }
  .intro, .feature-grid, .community-panel, .early-access { grid-template-columns: 1fr; gap: 34px; }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .feature-grid { padding-top: 10px; }
  .feature, .feature-large { min-height: 360px; padding: 26px; grid-column: auto; }
  .feature-large { min-height: 520px; }
  .feature h3 { margin-top: 34px; font-size: 2rem; }
  .mini-network { left: 24px; right: 24px; height: 210px; }
  .community-panel { padding: 28px; border-radius: 24px; }
  .access-form { padding: 24px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 34px; }
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.consent-field{display:flex!important;gap:.7rem;align-items:flex-start}.consent-field input{width:auto!important;margin-top:.25rem}.consent-field span{font-size:.86rem;line-height:1.45}.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important}@media(max-width:700px){.form-row{grid-template-columns:1fr}}
