:root {
  --ink: #07142c;
  --ink-soft: #17284a;
  --paper: #f7f9fc;
  --white: #ffffff;
  --blue: #0879ff;
  --blue-deep: #0058d4;
  --cyan: #20c9ff;
  --lime: #b8f34a;
  --sand: #ffedc8;
  --muted: #63708a;
  --line: rgba(7, 20, 44, 0.11);
  --shadow: 0 24px 70px rgba(7, 20, 44, 0.12);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: radial-gradient(circle at 8% 0%, rgba(32, 201, 255, 0.12), transparent 26rem), radial-gradient(circle at 90% 14%, rgba(184, 243, 74, 0.11), transparent 24rem), var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 36h8m40 0h8M36 8v8m0 40v8' stroke='%2307142c' stroke-opacity='.08' stroke-width='1'/%3E%3Ccircle cx='36' cy='36' r='18' fill='none' stroke='%2307142c' stroke-opacity='.05'/%3E%3C/svg%3E");
}
a { color: inherit; }
svg { display: block; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 26px 0 18px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -0.04em; text-decoration: none; }
.brand-wordmark { font-size: 1.55rem; }
.header-cta, .button, .card-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.header-cta {
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(7,20,44,.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.header-cta svg, .button svg, .card-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-cta:hover, .header-cta:focus-visible { transform: translateY(-2px); border-color: rgba(8,121,255,.35); box-shadow: 0 14px 30px rgba(7,20,44,.09); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: clamp(42px, 6vw, 86px); align-items: center; min-height: 680px; padding: 54px 0 88px; }
.hero-copy { max-width: 620px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--blue-deep); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; border-radius: 999px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(4rem, 7.6vw, 7rem); line-height: .92; letter-spacing: -.075em; }
h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.06em; }
.hero-lede { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .96rem; font-weight: 800; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 16px 34px rgba(7,20,44,.2); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue); box-shadow: 0 18px 42px rgba(8,121,255,.28); }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.72); }
.button-secondary:hover, .button-secondary:focus-visible { box-shadow: 0 14px 34px rgba(7,20,44,.1); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 34px; color: var(--muted); font-size: .83rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,243,74,.18); }
.hero-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-art::before { width: 440px; height: 440px; background: radial-gradient(circle at 35% 28%, rgba(32,201,255,.4), rgba(8,121,255,.12) 42%, transparent 72%); }
.hero-art::after { width: 220px; height: 220px; right: 4%; bottom: 2%; background: radial-gradient(circle, rgba(184,243,74,.36), transparent 70%); }
.route-card { position: relative; z-index: 2; width: min(100%, 560px); overflow: hidden; border: 1px solid rgba(255,255,255,.65); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(238,246,255,.9)); box-shadow: 0 34px 90px rgba(7,20,44,.19), inset 0 1px 0 rgba(255,255,255,.9); transform: rotate(2deg); animation: float-card 7s ease-in-out infinite; }
.route-topline, .route-footer { display: flex; align-items: center; justify-content: space-between; }
.route-topline { padding: 24px 26px 16px; }
.route-label { color: var(--blue-deep); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.route-distance { color: var(--muted); font-size: .8rem; font-weight: 750; }
.route-map { position: relative; height: 300px; margin: 0 18px; overflow: hidden; border-radius: 26px; background: linear-gradient(135deg, rgba(8,121,255,.9), rgba(0,88,212,.98)), var(--blue); }
.route-map::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: url("data:image/svg+xml,%3Csvg width='92' height='92' viewBox='0 0 92 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-5 58c25-30 51-30 75 0s50 30 75 0M-5 32c25-30 51-30 75 0s50 30 75 0' fill='none' stroke='white' stroke-opacity='.45'/%3E%3C/svg%3E"); }
.route-line { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-line path { fill: none; stroke: var(--lime); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 7 11; filter: drop-shadow(0 3px 8px rgba(184,243,74,.35)); }
.route-pin { position: absolute; z-index: 2; width: 18px; height: 18px; border: 5px solid var(--white); border-radius: 50%; background: var(--lime); box-shadow: 0 6px 20px rgba(7,20,44,.24); }
.route-pin-start { left: 8%; bottom: 14%; }
.route-pin-end { right: 7%; top: 12%; }
.route-badge { position: absolute; left: 28px; top: 26px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: var(--white); background: rgba(7,20,44,.2); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 800; }
.route-footer { gap: 8px; padding: 20px 24px 24px; }
.route-footer div { display: grid; gap: 3px; }
.route-footer strong { font-size: .88rem; }
.route-footer small { color: var(--muted); font-size: .7rem; }
.floating-note { position: absolute; z-index: 3; padding: 12px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: 0 14px 34px rgba(7,20,44,.12); font-size: .76rem; font-weight: 850; }
.floating-note-top { top: 12%; right: -2%; transform: rotate(5deg); }
.floating-note-bottom { left: -3%; bottom: 12%; transform: rotate(-4deg); }
.section { padding: 86px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-heading h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4.8vw, 4.4rem); line-height: 1; letter-spacing: -.06em; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); line-height: 1.65; }
.social-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.social-card, .founder-card { position: relative; overflow: hidden; text-decoration: none; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.social-card { grid-column: span 2; min-height: 320px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.78); box-shadow: 0 16px 45px rgba(7,20,44,.06); backdrop-filter: blur(14px); }
.social-card-featured { grid-column: span 4; color: var(--white); background: radial-gradient(circle at 82% 6%, rgba(184,243,74,.34), transparent 17rem), linear-gradient(135deg, #06172f, #0a3f91 72%, #0879ff); border-color: transparent; }
.social-card-glow { position: absolute; width: 240px; height: 240px; right: -70px; bottom: -100px; border-radius: 50%; background: rgba(184,243,74,.18); filter: blur(10px); }
.social-card:hover, .social-card:focus-visible, .founder-card:hover, .founder-card:focus-visible { transform: translateY(-7px); border-color: rgba(8,121,255,.3); box-shadow: var(--shadow); }
.social-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 17px; color: var(--ink); background: var(--white); box-shadow: 0 12px 28px rgba(7,20,44,.1); }
.social-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-instagram { color: #d62976; background: #fff0f7; }
.icon-youtube { color: #e61919; background: #fff0f0; }
.icon-facebook { color: #1877f2; background: #eef5ff; }
.icon-x { color: #111; background: #f0f2f5; }
.icon-nomadiclan { color: var(--blue-deep); background: var(--lime); }
.social-kicker { display: block; margin-bottom: 9px; color: var(--blue-deep); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.social-card-featured .social-kicker { color: var(--lime); }
.social-copy h3, .founder-content h3 { margin-bottom: 10px; font-size: 1.62rem; letter-spacing: -.04em; }
.social-copy p, .founder-content p { max-width: 430px; margin-bottom: 28px; color: var(--muted); line-height: 1.6; }
.social-card-featured .social-copy p { color: rgba(255,255,255,.72); }
.card-action { margin-top: auto; justify-content: flex-start; font-size: .86rem; font-weight: 850; }
.social-card-featured .card-action { color: var(--lime); }
.founders { position: relative; margin: 36px 0 54px; padding-inline: clamp(24px, 4vw, 54px); border-radius: 40px; background: var(--ink); color: var(--white); box-shadow: 0 34px 90px rgba(7,20,44,.16); }
.founders::before { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 84c30-45 70-45 100 0M10 58c30-45 70-45 100 0M10 32c30-45 70-45 100 0' fill='none' stroke='white' stroke-opacity='.14'/%3E%3C/svg%3E"); }
.founders-heading { position: relative; }
.founders-heading > p { color: rgba(255,255,255,.62); }
.founders .eyebrow { color: var(--lime); }
.founder-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.founder-card { min-height: 330px; display: grid; grid-template-columns: 170px 1fr; gap: 26px; align-items: center; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); }
.founder-card-blue { background: linear-gradient(135deg, rgba(8,121,255,.3), rgba(255,255,255,.05)); }
.founder-card-sand { background: linear-gradient(135deg, rgba(255,237,200,.18), rgba(255,255,255,.05)); }
.founder-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.founder-art svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.22); }
.founder-monogram { position: relative; z-index: 2; font-size: 2.4rem; font-weight: 900; letter-spacing: -.07em; }
.founder-content .social-kicker { color: var(--lime); }
.founder-content p { color: rgba(255,255,255,.68); }
.founder-content .card-action { color: var(--lime); }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 88px 0 34px; padding: clamp(30px, 5vw, 58px); border-radius: 36px; color: var(--white); background: radial-gradient(circle at 90% 0%, rgba(184,243,74,.26), transparent 24rem), linear-gradient(135deg, #075fd2, #0879ff 56%, #02aeea); box-shadow: 0 28px 70px rgba(8,121,255,.22); }
.final-cta-copy { max-width: 760px; }
.final-cta h2 { max-width: 720px; margin-bottom: 14px; }
.final-cta p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.eyebrow-light { color: var(--lime); }
.button-light { flex: 0 0 auto; color: var(--ink); background: var(--white); box-shadow: 0 16px 34px rgba(7,20,44,.15); }
.button-light:hover, .button-light:focus-visible { background: var(--lime); }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; padding: 28px 0 44px; color: var(--muted); font-size: .82rem; }
.site-footer p { margin-bottom: 0; }
.footer-brand { color: var(--ink); }
.copyright { justify-self: end; }
@keyframes float-card { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(.6deg) translateY(-10px); } }
@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 520px; }
  .social-card, .social-card-featured { grid-column: span 3; }
  .founder-card { grid-template-columns: 130px 1fr; }
}
@media (max-width: 780px) {
  .page-shell { width: min(100% - 28px, 720px); }
  .site-header { padding-top: 18px; }
  .brand-wordmark { font-size: 1.3rem; }
  .hero { padding: 38px 0 64px; gap: 28px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-art { min-height: 410px; }
  .route-card { border-radius: 28px; }
  .route-map { height: 235px; }
  .floating-note-top { right: 1%; top: 5%; }
  .floating-note-bottom { left: 1%; bottom: 3%; }
  .section { padding: 62px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading h2, .final-cta h2 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .social-grid { grid-template-columns: 1fr; }
  .social-card, .social-card-featured { grid-column: auto; min-height: 290px; }
  .founders { padding: 62px 20px; border-radius: 30px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: 110px 1fr; min-height: 290px; padding: 22px; }
  .final-cta { flex-direction: column; align-items: flex-start; margin-top: 64px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .copyright { justify-self: center; }
}
@media (max-width: 520px) {
  .header-cta { padding: 10px 13px; font-size: .8rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-art { min-height: 350px; }
  .route-topline { padding: 18px 18px 12px; }
  .route-map { height: 200px; margin: 0 12px; }
  .route-footer { padding: 16px; }
  .route-footer small { display: none; }
  .floating-note { display: none; }
  .social-card { padding: 22px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-art { width: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
