/* ====================================================================
   iBOrbit Landing — page-scoped styles
   Token definitions live in ../../colors_and_type.css (import that first).
   This file styles the LANDING ONLY — pull selectors freely into new pages.
   ==================================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--bg-paint);
  font-family: var(--font-sans);
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: transparent; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }
img { max-width: 100%; display: block; }

/* ============== Page scaffold ============== */
.page { overflow-x: hidden; }
.section { position: relative; width: 100%; padding: 62px 0; scroll-margin-top: 92px; }
.section::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(104,69,245,.11) 0 1.4px, transparent 1.6px),
    radial-gradient(circle, rgba(216,160,55,.11) 0 1px, transparent 1.2px);
  background-size: 220px 220px, 310px 310px;
  background-position: 34px 40px, 160px 120px;
  opacity: .11;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.wide, .mid { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }

/* ============== Atoms ============== */
.eyebrow {
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 7px 24px rgba(104,69,245,.16);
}
.label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 11px;
  background: linear-gradient(180deg, #f4efff, #ebe4ff);
  color: var(--purple); font-weight: 900;
  letter-spacing: .08em; text-transform: uppercase; font-size: 12px;
  border: 1px solid rgba(104,69,245,.08);
  box-shadow: 0 9px 22px rgba(104,69,245,.09), inset 0 1px 0 rgba(255,255,255,.9);
}
.purple { color: var(--purple); }
.greyword { color: #6f7480; }

.scribble { position: relative; display: inline-block; }
.scribble::after {
  content: ""; position: absolute;
  left: 2%; right: -2%; bottom: -.145em;
  height: .16em; border-bottom: 4px solid var(--purple); border-radius: 50%;
  transform: rotate(-1.8deg);
  filter: drop-shadow(0 6px 8px rgba(104,69,245,.16));
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 22px 58px rgba(28,22,12,.075), 0 2px 8px rgba(28,22,12,.045);
  backdrop-filter: blur(12px);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  height: 58px; padding: 0 28px; border-radius: 12px;
  border: 1px solid var(--line); font-weight: 900; font-size: 16px;
  letter-spacing: -.02em; color: var(--ink);
  background: linear-gradient(180deg, #fff, rgba(255,255,255,.82));
  box-shadow: 0 14px 30px rgba(35,27,16,.09), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.black {
  color: #fff;
  background: linear-gradient(180deg, #090a0d, #010101);
  border-color: rgba(0,0,0,.9);
  box-shadow: 0 18px 36px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.1);
}
.btn.purple {
  color: #fff;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  border-color: rgba(104,69,245,.68);
  box-shadow: var(--purple-glow), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn .lucide { width: 18px; height: 18px; }

.icon { width: 24px; height: 24px; color: var(--purple); stroke-width: 2.25; flex: none;
        filter: drop-shadow(0 8px 14px rgba(104,69,245,.13)); }
.icon-pill {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%;
  background: radial-gradient(circle at 36% 22%, #fff, var(--purple-soft) 68%);
  color: var(--purple); flex: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 30px rgba(104,69,245,.12);
}
.icon-pill .lucide { width: 24px; height: 24px; }
.icon-pill.sm { width: 42px; height: 42px; }
.icon-pill.sm .lucide { width: 20px; height: 20px; }

.avatar, .mini-avatar {
  border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(255,255,255,.95);
  display: grid; place-items: center;
  box-shadow: 0 7px 16px rgba(12,16,26,.12);
  background: linear-gradient(145deg, #cfd2d8, #aeb3bd);
  color: #50566f; font-size: 10px; font-weight: 800;
}
.avatar { width: 42px; height: 42px; }
.mini-avatar { width: 31px; height: 31px; margin-left: -9px; }
.avatar:first-child, .mini-avatar:first-child { margin-left: 0; }
.avatar img, .mini-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }

.avatar-row { display: flex; }

.check-list { display: grid; gap: 16px; }
.check-item {
  display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start;
  font-size: 16px; line-height: 1.4; color: var(--ink);
}
.check-item i.lucide {
  width: 20px; height: 20px; color: var(--purple); stroke-width: 2.35;
  filter: drop-shadow(0 6px 10px rgba(104,69,245,.18)); margin-top: 2px;
}

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border-radius: 7px;
  background: rgba(104,69,245,.07); color: var(--purple);
  font-weight: 800; font-size: 12px;
  border: 1px solid rgba(104,69,245,.08);
}
.tag.green { background: var(--green-soft); color: #3a6418; border-color: transparent; }
.tag.red   { background: var(--red-soft); color: var(--red); border-color: transparent; }
.tag.neutral { background: #f1f1f2; color: var(--ink); border-color: var(--line); font-family: var(--font-mono); }

.placeholder {
  position: relative; display: grid; place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.7), transparent 32%),
    linear-gradient(135deg, rgba(104,69,245,.045), rgba(0,0,0,.025)),
    #e7e8ed;
  border: 1px solid rgba(138, 142, 154, .24);
  color: #596173;
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center;
  text-transform: uppercase; overflow: hidden;
}
.placeholder::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,.24) 14px 15px);
}
.placeholder span { position: relative; z-index: 1; padding: 8px; }

/* ============== Proof strip ============== */
.proof-strip {
  display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
  min-height: 116px; padding: 24px 26px; border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  border: 1px solid var(--line);
  box-shadow: 0 22px 58px rgba(28,22,12,.075), 0 2px 8px rgba(28,22,12,.045);
}
.proof-strip > div {
  display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center;
  padding: 0 22px; min-height: 54px;
  border-left: 1px solid rgba(26,22,12,.13);
}
.proof-strip > div:first-child { border-left: 0; }
.proof-strip strong { display: block; font-size: 17px; line-height: 1.08; letter-spacing: -.035em; font-weight: 900; }
.proof-strip span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.24; }
.proof-strip .icon { width: 34px; height: 34px; }

/* ============== Nav ============== */
.nav {
  position: fixed; top: 12px; left: 50%;
  width: min(1180px, calc(100% - 96px));
  transform: translateX(-50%);
  z-index: 100; height: 62px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 18px; border-radius: 18px;
  background: rgba(252, 251, 248, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 22, 12, .07);
}
.nav .logo { display: inline-flex; align-items: center; width: 116px; height: 42px; }
.nav .logo img { width: 100%; height: auto; object-fit: contain; }
.nav .links { display: flex; gap: 42px; font-weight: 850; font-size: 14px; letter-spacing: -.018em; }
.nav .links a { border-bottom: 2px solid transparent; padding-bottom: 2px; }
.nav .links a.active { color: var(--purple); border-bottom-color: var(--purple); }
.nav .join { justify-self: end; height: 46px; border-radius: 12px; padding: 0 24px; font-size: 14px; }

/* ============== Hero ============== */
.hero { padding-top: 90px; padding-bottom: 38px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(470px, 505px) minmax(0, 1fr);
  gap: 26px; align-items: center; position: relative;
}
.creator-pill {
  display: flex; align-items: center; gap: 14px;
  padding: 5px 14px 5px 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
  border: 1px solid var(--line); color: #34384b; font-size: 15px;
  box-shadow: 0 16px 44px rgba(88,63,26,.055), inset 0 1px 0 rgba(255,255,255,.88);
  width: fit-content;
}
.creator-pill .mini-avatar { width: 30px; height: 30px; }
.hero h1 { font-size: 56px; font-weight: 950; max-width: 640px; line-height: .94; letter-spacing: -.052em; margin: 30px 0 28px; }
.hero h1 .scribble::after { left: -4%; right: -12%; bottom: -.18em; border-bottom-width: 3px; transform: rotate(-1.2deg); }
.hero-copy > p { font-size: 18px; color: var(--ink-2); line-height: 1.55; margin-bottom: 6px; }
.hero-checks { margin-top: 17px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 38px; }
.hero-actions .btn { height: 60px; padding: 0 30px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 720px; }
.metric { display: grid; grid-template-columns: 36px 1fr; gap: 11px; align-items: start;
          border-left: 1px solid rgba(26,22,12,.13); padding: 2px 18px 2px 20px; min-width: 0; }
.metric:first-child { border-left: 0; padding-left: 0; }
.metric .icon { width: 32px; height: 32px; margin-top: 2px; }
.metric strong { display: block; font-size: 14px; font-weight: 900; letter-spacing: -.025em; line-height: 1.08; }
.metric span { display: block; margin-top: 8px; font-size: 12px; color: var(--muted); line-height: 1.3; }

.hero-visual { position: relative; height: 660px; }
.orbit {
  position: absolute; border: 1px dotted rgba(121, 101, 92, .34);
  border-radius: 50%; pointer-events: none;
  filter: drop-shadow(0 10px 26px rgba(104,69,245,.08));
}
.orbit.a { width: 720px; height: 500px; left: -20px; top: 2px; transform: rotate(-10deg); }
.orbit.b { width: 630px; height: 650px; right: -16px; top: -38px; transform: rotate(26deg); }
.orbit.c { width: 780px; height: 380px; left: -64px; top: 134px; transform: rotate(15deg); }
.gold-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%;
            background: var(--gold);
            box-shadow: 0 0 0 4px rgba(216,160,55,.13), 0 8px 18px rgba(216,160,55,.28); }

.vsl {
  position: absolute; left: 26px; top: 92px;
  width: 600px; height: 360px; border-radius: 22px;
  background: linear-gradient(180deg, #111318, #07080b);
  overflow: hidden; border: 2px solid #fff;
  box-shadow: 0 38px 110px rgba(9,10,14,.31), 0 12px 30px rgba(0,0,0,.18);
}
.vsl::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), inset 0 -80px 100px rgba(0,0,0,.2);
  pointer-events: none;
}
.vsl .placeholder { width: 100%; height: 100%; color: #fff; border: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.08) 42%, rgba(0,0,0,.28)),
    linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.62)),
    #8c929b;
}
.vsl-title { position: absolute; left: 34px; top: 36px; z-index: 2; color: #fff; }
.vsl-title h3 { font-size: 24px; letter-spacing: -.03em; margin-bottom: 12px; font-weight: 900; }
.vsl-title p { font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.95); }
.play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 88px; height: 88px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; z-index: 3;
  box-shadow: 0 22px 56px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.9);
}
.play .lucide { color: #000; width: 36px; height: 36px; fill: #000; }

.float-card {
  position: absolute;
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.9));
  border: 1px solid rgba(26,22,12,.075); border-radius: 17px;
  box-shadow: 0 26px 70px rgba(31,24,16,.15), 0 7px 20px rgba(31,24,16,.065), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(16px); z-index: 5;
}
.float-card.score { left: 22px; bottom: 40px; width: 154px; height: 134px; padding: 20px; transform: rotate(-2.2deg); }
.float-card.score .score-ring {
  border: 2px solid var(--purple); border-radius: 50%; width: 90px; height: 54px;
  display: grid; place-items: center; color: var(--purple); font-size: 24px; font-weight: 900;
  transform: rotate(-7deg); box-shadow: 0 8px 20px rgba(104,69,245,.12);
}
.float-card.score p { margin-top: 22px; font-size: 12px; line-height: 1.25; color: #252838; }
.float-card.quote { right: 0; bottom: 40px; width: 214px; min-height: 148px; padding: 22px 20px; transform: rotate(2.2deg); }
.float-card.quote p { font-size: 14.5px; line-height: 1.4; font-weight: 700; color: var(--ink); }
.float-card.quote .meta { margin-top: 16px; font-size: 11.5px; color: var(--muted); display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.float-card.quote .chip { padding: 3px 7px; border-radius: 6px; font-weight: 900; font-family: var(--font-mono); font-size: 11px; }
.float-card.quote .chip.red { background: var(--red-soft); color: var(--red); }
.float-card.quote .chip.purple { background: var(--purple-soft); color: var(--purple); }
.float-card.testi { left: 180px; bottom: 30px; width: 252px; min-height: 148px; padding: 18px; transform: rotate(.4deg); z-index: 7; }
.float-card.testi .head { display: flex; gap: 8px; align-items: center; font-size: 11.5px; }
.float-card.testi .head .mini-avatar { width: 30px; height: 30px; margin-left: 0; }
.float-card.testi .head b { font-weight: 900; }
.float-card.testi .head .ago { color: var(--muted); margin-left: auto; font-size: 10.5px; }
.float-card.testi .body { margin: 14px 0; font-size: 13.5px; line-height: 1.4; }
.float-card.testi .footer { display: flex; gap: 5px; align-items: center; font-size: 11px; }
.float-card.testi .chip { padding: 3px 6px; border-radius: 6px; font-weight: 900; font-family: var(--font-mono); font-size: 10.5px; }
.float-card.testi .chip.neutral { background: #f1f1f2; color: var(--ink); }
.float-card.testi .chip.purple { background: var(--purple-soft); color: var(--purple); }

/* ============== Inside strip (subject marquee) ============== */
.inside-strip {
  margin-top: 34px; height: 132px;
  display: grid; grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center; padding: 22px 26px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 22px 58px rgba(28,22,12,.075), 0 2px 8px rgba(28,22,12,.045);
}
.strip-marquee { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 94%, transparent); }
.subjects { display: flex; width: max-content; align-items: center; animation: orbitMarquee 34s linear infinite; }
.inside-strip:hover .subjects { animation-play-state: paused; }
@keyframes orbitMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.subject {
  display: grid; grid-template-columns: 42px 154px; gap: 13px; align-items: center;
  padding: 0 25px; border-left: 1px solid rgba(26,22,12,.09);
}
.subject:first-child { border-left: 0; }
.subject .lucide { width: 26px; height: 26px; color: var(--ink); stroke-width: 2; }
.subject strong { display: block; font-size: 14px; line-height: 1.05; letter-spacing: -.02em; font-weight: 800; }
.subject span { display: block; font-size: 11.5px; color: var(--muted); margin-top: 5px; }

.strip-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(26,22,12,.13); }
.strip-stats div { text-align: center; padding: 0 20px; border-left: 1px solid rgba(26,22,12,.13); }
.strip-stats div:first-child { border-left: 0; }
.strip-stats strong { color: var(--purple); font-size: 28px; letter-spacing: -.045em; font-weight: 900; }
.strip-stats span { display: block; font-size: 12px; color: var(--ink); margin-top: 5px; }

/* ============== Steps ============== */
.system-title { text-align: center; margin: 0 0 38px; }
.system-title h2 { font-size: 36px; max-width: 720px; margin: 14px auto 0; line-height: 1.12; font-weight: 850; letter-spacing: -.04em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; position: relative; }
.step-card { text-align: left; padding: 26px 28px 28px; min-height: 320px; position: relative; }
.step-card .num {
  position: absolute; left: 24px; top: 24px; width: 28px; height: 28px;
  border-radius: 50%; background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 13px;
  box-shadow: 0 10px 20px rgba(104,69,245,.18);
}
.step-card .small-icon { position: absolute; left: 24px; top: 68px; width: 42px; height: 42px; }
.step-card h3 { font-size: 19px; margin: 100px 0 12px; line-height: 1.15; max-width: 260px; letter-spacing: -.025em; font-weight: 850; }
.step-card p { color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.step-card ul { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.step-card li { color: var(--muted); font-size: 13.5px; line-height: 1.5; position: relative; padding-left: 22px; }
.step-card li::before {
  content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px;
  border-radius: 50%; background: var(--purple);
  box-shadow: 0 0 0 3px rgba(104,69,245,.1);
}

/* ============== Comparison table ============== */
.comparison {
  margin-top: 22px; display: grid; grid-template-columns: 28% 32% 40%;
  border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(26,22,12,.075);
  background: rgba(255,255,255,.68);
  box-shadow: 0 14px 38px rgba(31,24,16,.045), inset 0 1px 0 rgba(255,255,255,.85);
}
.comp-col { border-left: 1px solid rgba(26,22,12,.07); }
.comp-col:first-child { border-left: 0; }
.comp-head { padding: 22px 28px; font-weight: 850; font-size: 17px; line-height: 1.15; letter-spacing: -.025em; }
.comp-head small { font-size: 13px; font-weight: 500; color: var(--muted); display: block; margin-top: 4px; }
.comp-row { padding: 16px 28px; border-top: 1px solid rgba(26,22,12,.065);
            display: flex; align-items: center; gap: 14px;
            font-size: 14px; line-height: 1.35; color: var(--muted); min-height: 72px; }
.comp-row strong { color: var(--ink); font-weight: 800; }
.comp-col.win { background: linear-gradient(90deg, rgba(104,69,245,.12), rgba(255,255,255,.9));
                box-shadow: inset 0 0 0 1px rgba(104,69,245,.08), 0 16px 44px rgba(104,69,245,.12); }
.comp-col.win .comp-row { color: #322374; }
.comp-col.win b { color: var(--purple); font-weight: 800; }
.comp-col.win .icon { width: 22px; height: 22px; }

/* ============== Inside features ============== */
.inside-grid { margin-top: 52px; display: grid; grid-template-columns: 1.58fr 1fr; gap: 14px; }
.feature-card { padding: 32px; border-radius: 18px;
                background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.78));
                border: 1px solid rgba(26,22,12,.065);
                box-shadow: 0 18px 52px rgba(31,24,16,.055), inset 0 1px 0 rgba(255,255,255,.9); }
.feature-card.big { grid-row: span 2; min-height: 470px; position: relative; overflow: hidden;
                    background: radial-gradient(circle at 78% 22%, rgba(104,69,245,.055), transparent 36%),
                                linear-gradient(135deg, rgba(250,248,255,.96), rgba(255,255,255,.9));
                    border-color: rgba(104,69,245,.18); }
.feature-card .num-label { font-weight: 900; font-size: 14px; color: var(--purple); letter-spacing: .14em; }
.feature-card h3 { font-size: 26px; margin: 18px 0 18px; line-height: 1.07; font-weight: 850; letter-spacing: -.035em; }
.feature-card .accent-line { width: 34px; height: 2px; background: var(--purple); margin-bottom: 26px; }
.feature-card.side { display: grid; grid-template-columns: 1fr 76px; gap: 24px; align-items: center; }
.feature-card.side p { color: var(--muted); line-height: 1.55; font-size: 14.5px; max-width: 260px; }
.big-icon-box { width: 76px; height: 76px; border-radius: 14px;
                background: radial-gradient(circle at 35% 25%, #fff, #f3efff 72%);
                display: grid; place-items: center; color: var(--purple);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 14px 28px rgba(104,69,245,.075); }
.big-icon-box .lucide { width: 38px; height: 38px; stroke-width: 1.9; }
.inside-bottom { margin-top: 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.small-feature { padding: 28px; border-radius: 16px; min-height: 280px;
                 background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.78));
                 border: 1px solid rgba(26,22,12,.065);
                 box-shadow: 0 18px 48px rgba(31,24,16,.052), inset 0 1px 0 rgba(255,255,255,.9); }
.small-feature h3 { font-size: 20px; margin: 16px 0 18px; line-height: 1.12; font-weight: 850; letter-spacing: -.03em; }
.small-feature p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.small-feature.proof { background: linear-gradient(145deg, #fff, #f5f1ff); border-color: rgba(104,69,245,.1); }

/* ============== Team ============== */
.team-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; margin-top: 22px; }
.team-card { padding: 28px; border-radius: 20px;
             background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
             border: 1px solid var(--line);
             box-shadow: 0 22px 58px rgba(28,22,12,.075), 0 2px 8px rgba(28,22,12,.045); }
.team-card h3 { font-size: 26px; font-weight: 900; letter-spacing: -.025em; margin: 14px 0 4px; }
.team-card .role { color: var(--muted); font-size: 14px; }
.team-card .score-line { color: var(--purple); font-weight: 900; font-size: 16px; margin: 16px 0; }
.team-photo { width: 100%; aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; margin: 14px 0 0;
              background: #ece9e3; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo.placeholder { display: grid; place-items: center; }
.founder-list { display: grid; gap: 8px; margin: 12px 0 10px; }
.founder-list span { font-size: 13px; line-height: 1.45; color: var(--muted); display: block; padding-left: 16px; position: relative; }
.founder-list span::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--purple); font-weight: 900; }
.subjects-line { font-size: 12.5px; color: var(--soft); margin-top: 12px; }
.social-chip { margin-top: 14px; padding: 12px 16px; border-radius: 12px;
               border: 1px solid var(--line); background: var(--bg);
               font-size: 13px; color: var(--muted); }
.social-chip b { color: var(--ink); font-weight: 900; margin-left: 8px; }
.oxford-logo { display: inline-grid; place-items: center; min-width: 70px; height: 28px;
               border-radius: 4px; background: #002147; color: #fff;
               font-family: "Times New Roman", Times, serif; font-weight: 700; font-size: 12px; letter-spacing: .1em;
               padding: 0 8px; margin-right: 6px; }

/* ============== Social grid ============== */
.students-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 22px; align-items: end; margin-bottom: 28px; }
.big-social { padding: 26px; border-radius: 20px;
              background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
              border: 1px solid var(--line);
              box-shadow: 0 22px 58px rgba(28,22,12,.075); }
.big-social .head { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
.big-social .head b { font-weight: 900; }
.big-social .head .ago { color: var(--muted); font-size: 12px; margin-left: auto; }
.big-social h3 { font-size: 24px; font-weight: 850; line-height: 1.15; letter-spacing: -.025em; }
.big-social .before-after { margin-top: 18px; font-size: 16px; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.social-card { padding: 20px; border-radius: 16px; min-height: 200px;
               background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
               border: 1px solid var(--line);
               box-shadow: 0 16px 40px rgba(28,22,12,.05);
               display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.social-card small { font-size: 11.5px; color: var(--muted); text-transform: none; letter-spacing: 0; font-weight: 700; }
.social-card p { line-height: 1.45; color: var(--ink); margin: 0; }
.social-card .card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; }
.message-bubble { background: #ddf5c8; padding: 10px 13px; border-radius: 12px; line-height: 1.4; }
.message-blue { background: var(--purple); color: #fff; padding: 10px 13px; border-radius: 12px; line-height: 1.4; align-self: flex-end; max-width: 90%; }

/* ============== Pricing ============== */
.price-top { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: start; }
.price-copy h2 { font-size: 42px; font-weight: 900; letter-spacing: -.045em; line-height: 1.05; margin: 16px 0; }
.price-copy p { color: var(--muted); font-size: 17px; line-height: 1.55; margin-bottom: 26px; }
.price-card { padding: 36px; border-radius: 22px;
              background: radial-gradient(circle at 75% 0%, rgba(104,69,245,.07), transparent 50%),
                          linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
              border: 1px solid rgba(104,69,245,.18);
              box-shadow: 0 30px 90px rgba(31,24,16,.12), 0 18px 56px rgba(104,69,245,.13), inset 0 1px 0 rgba(255,255,255,.92);
              position: relative; }
.price-card .label { position: absolute; top: -14px; left: 28px; }
.price-card h3 { font-size: 22px; font-weight: 900; letter-spacing: -.025em; margin-top: 8px; }
.price-card .price { font-size: 78px; font-weight: 950; letter-spacing: -.05em; line-height: 1; margin: 14px 0 6px; }
.price-card .price small { font-size: 18px; font-weight: 800; color: var(--muted); letter-spacing: 0; }
.price-card .strike { color: var(--soft); text-decoration: line-through; font-weight: 800; margin-right: 8px; }
.price-card .desc { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 8px 0 22px; }
.price-card .btn { width: 100%; }
.guarantees { display: flex; gap: 18px; margin-top: 22px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.guarantees span { display: inline-flex; align-items: center; gap: 6px; }

/* ============== FAQ ============== */
.faq-zone { margin-top: 60px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; align-items: start; }
.faq-list { padding: 0; border-radius: 20px;
            background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
            border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(31,24,16,.055); overflow: hidden; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:first-child { border-top: 0; }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 26px;
                    display: flex; align-items: center; gap: 16px; font-weight: 850;
                    color: var(--ink); font-size: 15px; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .chev { margin-left: auto; width: 18px; height: 18px; color: var(--soft); transition: transform .2s; }
.faq-list details[open] summary .chev { transform: rotate(180deg); }
.faq-list p { padding: 0 26px 22px 78px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ============== Dark CTA ============== */
.dark-cta { margin-top: 60px; padding: 50px 56px; border-radius: 26px;
            background: linear-gradient(180deg, #0c0d12, #050608);
            color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
            box-shadow: 0 30px 90px rgba(0,0,0,.4); position: relative; overflow: hidden; }
.dark-cta::before {
  content: ""; position: absolute; right: -20px; top: -20px; width: 320px; height: 320px;
  background: url('saturn-transparent.png') center/contain no-repeat;
  opacity: .45; filter: invert(1);
  transform: rotate(-12deg);
}
.dark-cta h2 { font-size: 44px; font-weight: 900; letter-spacing: -.045em; line-height: 1.03; }
.dark-cta p { color: rgba(255,255,255,.7); margin-top: 14px; font-size: 16px; line-height: 1.55; }
.dark-cta .btn.purple { position: relative; z-index: 2; height: 64px; padding: 0 36px; font-size: 16px; }
.dark-cta .btn.white { position: relative; z-index: 2; background: #fff; color: var(--ink); border-color: #fff; height: 64px; padding: 0 36px; font-size: 16px; }

/* ============== Big section heads ============== */
.section-head { text-align: center; margin-bottom: 32px; }
.section-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.section-head h2 { font-size: 48px; font-weight: 900; letter-spacing: -.045em; line-height: 1.05; max-width: 820px; margin: 0 auto; }
.section-head p { color: var(--muted); font-size: 17px; line-height: 1.55; max-width: 700px; margin: 16px auto 0; }