@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --bg: #170f0d;
  --surface: rgba(255, 249, 243, 0.92);
  --surface-solid: #fffaf5;
  --surface-soft: #f3e6d8;
  --text: #261816;
  --muted: #6c5a53;
  --faint: #9f8d84;
  --line: rgba(92, 66, 55, 0.16);
  --brand: #d08a57;
  --brand2: #8b4728;
  --ink: #120b0a;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
  --shadow-sm: 0 18px 42px rgba(0, 0, 0, 0.18);
  --radius: 26px;
  --container: 1160px;
  --header: 72px;
}

body.theme-light {
  --bg: #eff1f4;
  --surface: rgba(255, 255, 255, 0.95);
  --surface-solid: #ffffff;
  --surface-soft: #e4e8ee;
  --text: #191717;
  --muted: #4f555d;
  --faint: #727881;
  --line: rgba(45, 53, 62, 0.12);
  --brand: #b46334;
  --brand2: #7e3f21;
  --ink: #0f1114;
  --shadow: 0 22px 60px rgba(26, 31, 39, 0.1);
  --shadow-sm: 0 12px 28px rgba(26, 31, 39, 0.07);
}

body.theme-dark {
  --bg: #170f0d;
  --surface: rgba(255, 249, 243, 0.92);
  --surface-solid: #fffaf5;
  --surface-soft: #f3e6d8;
  --text: #261816;
  --muted: #6c5a53;
  --faint: #9f8d84;
  --line: rgba(92, 66, 55, 0.16);
  --brand: #d08a57;
  --brand2: #8b4728;
  --ink: #120b0a;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
  --shadow-sm: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body.theme-light .hero-copy h1,
body.theme-light .hero-copy p,
body.theme-light .section-head h2,
body.theme-light .section-head p,
body.theme-light .page-hero h1,
body.theme-light .page-hero .lead,
body.theme-light .ecosystem-headline h2,
body.theme-light .rich h2,
body.theme-light .rich h3,
body.theme-light .rich p,
body.theme-light .rich li {
  color: #050505 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.theme-light .hero-copy p,
body.theme-light .section-head p,
body.theme-light .page-hero .lead,
body.theme-light .rich p,
body.theme-light .rich li {
  color: #151515 !important;
}

body.theme-light .story-copy h2,
body.theme-light .story-copy .lead,
body.theme-light .story-copy .feature strong,
body.theme-light .story-copy .feature p,
body.theme-light .wide h2,
body.theme-light .wide h3,
body.theme-light .wide strong,
body.theme-light .wide .lead,
body.theme-light .wide p,
body.theme-light .cta-band h2,
body.theme-light .cta-band p {
  color: #f8f9fb;
}

body.theme-light .hero-copy,
body.theme-light .page-hero,
body.theme-light .section-head,
body.theme-light .ecosystem-headline {
  color: #111418;
}

body.theme-light .section-head h2,
body.theme-light .section-head p {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

body.theme-light .section-head h2 {
  font-weight: 800;
  letter-spacing: -0.06em;
}

body.theme-light .section-head p {
  font-weight: 500;
}

body.theme-light .header {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(45, 53, 62, 0.1);
}

body.theme-light .nav {
  background: rgba(17, 24, 39, 0.03);
  border-color: rgba(45, 53, 62, 0.09);
}

body.theme-light .nav a,
body.theme-light .drop-link {
  color: #171717;
}

body.theme-light .nav-indicator {
  background: linear-gradient(135deg, rgba(180, 99, 52, 0.1), rgba(126, 63, 33, 0.16));
}

body.theme-light .drop-menu {
  background: rgba(255, 255, 255, 0.98);
}

body.theme-light .drop-menu a {
  color: #050505 !important;
}

body.theme-light .drop-menu a strong {
  color: #050505 !important;
  -webkit-text-fill-color: #050505 !important;
}

body.theme-light .drop-menu small {
  color: #3f4650 !important;
}

body.theme-light .menu-btn {
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
}

body.theme-light .theme-toggle {
  background: rgba(255, 255, 255, 0.96);
}

body.theme-light .brand {
  background: rgba(255, 255, 255, 0.98);
}

body.theme-light .card,
body.theme-light .rich,
body.theme-light .footer-shell,
body.theme-light .team-shell,
body.theme-light .logo-card,
body.theme-light .story-visual,
body.theme-light .story-footer {
  background: rgba(255, 255, 255, 0.92);
}

body.theme-light .page-hero::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(140, 148, 158, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(236, 239, 243, 0.96), rgba(255, 255, 255, 0));
}

body.theme-light .hero-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 246, 249, 0.96)),
    radial-gradient(circle at top right, rgba(140, 148, 158, 0.12), transparent 24%);
}

body.theme-light .hero-showcase::before {
  border-color: rgba(45, 53, 62, 0.08);
}

body.theme-light .browser {
  background: #ffffff;
}

body.theme-light .video-ad {
  background:
    radial-gradient(circle at 20% 0%, rgba(120, 128, 139, 0.18), transparent 34%),
    linear-gradient(135deg, #3f4651, #1f232b);
}

body.theme-light .video-ad p,
body.theme-light .meta-kicker {
  color: rgba(255, 255, 255, 0.7);
}

body.theme-light .meta-card {
  background: rgba(255, 255, 255, 0.08);
}

body.theme-light .hero-copy h1 {
  text-shadow: none !important;
}

body.theme-light .hero-copy h1,
body.theme-light .page-hero h1,
body.theme-light .section-head h2,
body.theme-light .ecosystem-headline h2 {
  color: #050505 !important;
}

body.theme-light .hero-copy p,
body.theme-light .section-head p,
body.theme-light .page-hero .lead {
  color: #151515 !important;
}

body.theme-light .card,
body.theme-light .rich,
body.theme-light .footer-shell,
body.theme-light .team-shell,
body.theme-light .logo-card,
body.theme-light .story-footer {
  border-color: rgba(45, 53, 62, 0.1);
  box-shadow: 0 14px 34px rgba(26, 31, 39, 0.06);
}

body.theme-light .card p,
body.theme-light .article-card h3,
body.theme-light .rich h2,
body.theme-light .rich h3,
body.theme-light .rich strong {
  color: #151515;
}

body.theme-light .card p,
body.theme-light .team-body p,
body.theme-light .story-footer p {
  color: #4f555d;
}

body.theme-light .cta-band,
body.theme-light .wide {
  background: linear-gradient(135deg, #1f232b, #323844);
}

body.theme-light::before {
  background: radial-gradient(circle, rgba(145, 154, 167, 0.18), rgba(145, 154, 167, 0));
}

body.theme-light::after {
  background: radial-gradient(circle, rgba(115, 124, 138, 0.16), rgba(115, 124, 138, 0));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -6%, rgba(208, 138, 87, 0.2), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(125, 60, 36, 0.22), transparent 28%),
    radial-gradient(circle at 50% 16%, rgba(255, 230, 210, 0.07), transparent 18%),
    linear-gradient(180deg, #211412 0%, #170f0d 44%, #120b0a 100%);
  letter-spacing: -0.006em;
  line-height: 1.65;
  overflow-x: hidden;
}

body.theme-light {
  background:
    radial-gradient(circle at 12% -6%, rgba(142, 151, 164, 0.14), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(100, 110, 124, 0.08), transparent 28%),
    linear-gradient(180deg, #eef1f4 0%, #e7ebef 52%, #dde2e8 100%);
}

body.theme-dark {
  background:
    radial-gradient(circle at 12% -6%, rgba(208, 138, 87, 0.2), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(125, 60, 36, 0.22), transparent 28%),
    radial-gradient(circle at 50% 16%, rgba(255, 230, 210, 0.07), transparent 18%),
    linear-gradient(180deg, #211412 0%, #170f0d 44%, #120b0a 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: -1;
  filter: blur(10px);
  animation: ambient-float 18s ease-in-out infinite;
}

body::before {
  top: 96px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208, 138, 87, 0.24), rgba(208, 138, 87, 0));
}

body::after {
  right: -60px;
  top: 260px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 42, 24, 0.2), rgba(90, 42, 24, 0));
  animation-delay: 3.5s;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  backdrop-filter: blur(18px);
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.hero-copy h1,
.section-head h2,
.page-hero h1,
.ecosystem-headline h2,
.cta-band h2 {
  color: #fff7f0;
}

.hero-copy p,
.section-head p,
.page-hero .lead {
  color: rgba(247, 233, 223, 0.82);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 18px;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 1.04;
  letter-spacing: -0.07em;
}

h2 {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

h3 {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.lead,
.hero p,
.section-head p {
  color: var(--muted);
  font-size: 0.99rem;
  line-height: 1.78;
  margin-top: 20px;
}

.muted {
  color: var(--muted);
}

.header-wrap {
  position: sticky;
  top: 16px;
  z-index: 100;
  padding: 14px 0 0;
}

.header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid rgba(233, 205, 184, 0.08);
  border-radius: 999px;
  background: rgba(28, 18, 15, 0.76);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  transition: 0.35s ease;
}

.header.is-scrolled {
  min-height: 62px;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(73, 47, 35, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 9px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.98);
  border: 1px solid rgba(108, 79, 63, 0.14);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  font-size: 1.1rem;
}

.brand img {
  height: 34px;
  width: auto;
  object-fit: contain;
  display: block;
}

.brand span {
  color: var(--brand);
}

.footer .brand {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.nav {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(233, 205, 184, 0.08);
  background: rgba(255, 247, 239, 0.06);
}

.nav-indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(168, 87, 51, 0.12), rgba(197, 129, 78, 0.16));
  box-shadow: inset 0 0 0 1px rgba(168, 87, 51, 0.09);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s;
  z-index: 0;
  opacity: 0;
}

.nav a,
.drop-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #f8ece0;
  font-weight: 700;
  font-size: 0.84rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav a::after,
.drop-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--brand), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.25s;
}

.nav a:hover::after,
.drop:hover .drop-link::after {
  transform: scaleX(1);
}

.drop {
  position: relative;
}

.drop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}

.drop-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 270px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 248, 241, 0.98);
  border: 1px solid rgba(102, 72, 57, 0.14);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: 0.22s;
}

.drop:hover .drop-menu,
.drop:focus-within .drop-menu {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.drop-menu a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--text);
}

.drop-menu a strong {
  color: var(--text);
  font-weight: 800;
}

.drop-menu a:hover {
  background: rgba(168, 87, 51, 0.08);
}

.drop-menu small {
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 800;
  transition: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-3px) scale(1.01);
}

.primary {
  color: white;
  background: linear-gradient(135deg, #bf6a42, var(--brand2));
  box-shadow: 0 18px 36px rgba(124, 56, 33, 0.26);
}

.light {
  color: var(--text);
  background: rgba(255, 249, 243, 0.96);
  border: 1px solid rgba(112, 79, 62, 0.16);
  box-shadow: var(--shadow-sm);
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 800;
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 0 0 auto 0;
  top: 92px;
  margin: 0 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 248, 241, 0.98);
  box-shadow: var(--shadow);
  z-index: 90;
}

.mobile-panel.open {
  display: grid;
  gap: 8px;
}

.mobile-panel a {
  padding: 13px;
  border-radius: 14px;
  font-weight: 800;
}

.mobile-panel a:hover {
  background: var(--surface-soft);
}

.hero {
  padding: 74px 0 82px;
  position: relative;
}

.hero-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy p,
.section-head p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-video {
  width: min(100%, 860px);
  margin: 26px auto 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-sm);
  background: #0a0d14;
}

.hero-video video,
.hero-video img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero .actions,
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.trust-pill {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(248, 232, 220, 0.84);
  border: 1px solid rgba(228, 196, 174, 0.1);
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(73, 47, 35, 0.12);
}

.hero-showcase {
  position: relative;
  margin: 36px auto 0;
  width: min(1120px, 100%);
  padding: 22px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.12), rgba(255, 245, 238, 0.06)),
    radial-gradient(circle at top right, rgba(208, 138, 87, 0.16), transparent 24%);
  border: 1px solid rgba(233, 205, 184, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(241, 216, 196, 0.1);
  pointer-events: none;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.22) 48%, transparent 74%);
  transform: translateX(-110%);
  animation: showcase-sheen 9s ease-in-out infinite;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 18px;
}

.hero-concept {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.concept-stage {
  position: relative;
  min-height: 390px;
  border-radius: 30px;
  border: 1px solid rgba(241, 216, 196, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.08), rgba(255, 245, 238, 0.03)),
    radial-gradient(circle at top, rgba(208, 138, 87, 0.16), transparent 38%);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.concept-label {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 248, 243, 0.9);
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-left {
  padding: 74px 18px 18px;
}

.phone-shell {
  position: relative;
  height: 100%;
  min-height: 300px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(4, 7, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  padding: 18px;
  overflow: hidden;
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(122, 255, 183, 0.12);
  pointer-events: none;
}

.phone-status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(241, 248, 252, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4cff9b;
  box-shadow: 0 0 0 6px rgba(76, 255, 155, 0.14);
}

.phone-screen {
  position: absolute;
  inset: 66px 16px 16px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 18%, rgba(111, 225, 255, 0.14), transparent 20%),
    linear-gradient(180deg, #0c1222 0%, #121a2f 46%, #07131a 100%);
  border: 1px solid rgba(111, 225, 255, 0.12);
  overflow: hidden;
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(111, 225, 255, 0.08);
  pointer-events: none;
}

.money-stack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #7dffab;
  font-size: 4.8rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(109, 255, 163, 0.3);
}

.money-stack > span:first-child {
  font-size: 5.6rem;
  animation: money-pulse 2.8s ease-in-out infinite;
}

.money-float {
  position: absolute;
  font-size: 1.45rem;
  animation: money-rise 3.8s ease-in-out infinite;
}

.mf-1 { left: 18%; top: 16%; animation-delay: 0s; }
.mf-2 { right: 20%; top: 26%; animation-delay: 0.7s; }
.mf-3 { left: 28%; bottom: 18%; animation-delay: 1.2s; }

.money-card {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(5, 9, 16, 0.72);
  border: 1px solid rgba(111, 225, 255, 0.12);
  color: #f2f7ff;
  text-align: center;
  backdrop-filter: blur(8px);
}

.money-card strong {
  display: block;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
}

.money-card p {
  margin-top: 6px;
  color: rgba(242, 247, 255, 0.76);
  font-size: 0.86rem;
  line-height: 1.45;
}

.device-shell {
  position: relative;
  height: 100%;
  min-height: 322px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(71, 186, 255, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(17, 18, 28, 0.92), rgba(10, 12, 20, 0.98));
  overflow: hidden;
}

.device-stream {
  position: absolute;
  inset: 24px 22px 54px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #080b12;
}

.device-stream img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: stream-breathe 8s ease-in-out infinite;
}

.stream-glow,
.stream-pulse {
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
}

.stream-glow {
  left: 18%;
  right: 18%;
  bottom: -26px;
  height: 86px;
  background: radial-gradient(circle, rgba(95, 199, 255, 0.55), rgba(95, 199, 255, 0));
  filter: blur(6px);
  animation: glow-drift 6s ease-in-out infinite;
}

.stream-pulse {
  left: 50%;
  bottom: 32px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #6fe1ff;
  box-shadow: 0 0 0 0 rgba(111, 225, 255, 0.45);
}

.pulse-1 {
  animation: pulse-ring 2.8s ease-out infinite;
}

.pulse-2 {
  animation: pulse-ring 2.8s ease-out infinite 1.2s;
}

.cloud-link {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.76rem;
  font-weight: 700;
  z-index: 2;
  backdrop-filter: blur(10px);
}

.cloud-icon {
  font-size: 0.92rem;
}

.stage-center {
  padding: 74px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-orbit {
  position: relative;
  width: min(100%, 240px);
  aspect-ratio: 1;
  margin: 4px auto 0;
  display: grid;
  place-items: center;
}

.price-core {
  position: relative;
  z-index: 3;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff4eb, #f2d3bc);
  color: #8e441d;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  animation: price-breathe 3.4s ease-in-out infinite;
}

.price-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid rgba(111, 225, 255, 0.12);
  animation: orbit 18s linear infinite;
}

.ring-2 {
  inset: 22px;
  animation-duration: 14s;
  animation-direction: reverse;
}

.ring-3 {
  inset: 36px;
  animation-duration: 11s;
}

.price-tick {
  position: absolute;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 800;
  color: rgba(255, 248, 241, 0.9);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transform-origin: center center;
  animation: orbit-node 18s linear infinite;
}

.tick-1 {
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.tick-2 {
  right: 10px;
  top: 30%;
  animation-delay: -2.2s;
}

.tick-3 {
  right: 18px;
  bottom: 30%;
  animation-delay: -4.4s;
}

.tick-4 {
  left: 16px;
  bottom: 30%;
  animation-delay: -6.6s;
}

.tick-5 {
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  animation-delay: -8.8s;
}

.tick-6 {
  left: 8%;
  top: 22%;
  animation-delay: -3.1s;
}

.tick-7 {
  right: 8%;
  top: 20%;
  animation-delay: -5.7s;
}

.tick-8 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -10s;
}

.price-caption {
  margin-top: 14px;
  text-align: center;
  color: rgba(255, 248, 241, 0.88);
}

.price-caption strong {
  display: block;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
}

.price-bar {
  position: relative;
  display: block;
  height: 8px;
  margin: 12px auto 10px;
  max-width: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.price-bar span {
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffcc8a, #ff8a5b, #f15d4a);
  animation: price-progress 6s ease-in-out infinite;
  transform-origin: left center;
}

.price-caption p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 248, 241, 0.72);
}

.stage-right {
  padding: 74px 18px 32px;
}

.computer-shell {
  position: relative;
  height: 100%;
  min-height: 360px;
  border-radius: 26px;
  background: linear-gradient(180deg, #10141e, #0a0d14);
  border: 1px solid rgba(88, 156, 255, 0.24);
  box-shadow: 0 0 0 1px rgba(88, 156, 255, 0.08), 0 28px 50px rgba(4, 12, 40, 0.36);
  padding: 14px;
  overflow: hidden;
}

.computer-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(120, 177, 255, 0.1);
  pointer-events: none;
}

.computer-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 12px;
  color: rgba(242, 246, 255, 0.92);
  font-size: 0.8rem;
  font-weight: 800;
}

.computer-bar .dot {
  width: 10px;
  height: 10px;
}

.computer-screen {
  position: absolute;
  inset: 50px 12px 18px;
  border-radius: 18px;
  overflow: hidden;
  background: #05070d;
}

.computer-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.computer-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.tester-card {
  height: 100%;
  min-height: auto;
  padding: 18px 0 0;
  display: block;
}

.tester-copy {
  position: relative;
  z-index: 1;
  color: rgba(255, 248, 241, 0.88);
  margin-top: 16px;
}

.tester-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  animation: caption-flash 1.8s ease-in-out infinite;
}

.tester-copy p {
  color: rgba(255, 248, 241, 0.72);
  line-height: 1.55;
  max-width: 36ch;
}

body.theme-light .theme-toggle,
body.theme-dark .theme-toggle[disabled] {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(0.15);
}

.concept-headline {
  grid-column: 1 / -1;
  text-align: center;
  padding: 0 24px 6px;
}

.concept-headline h2 {
  max-width: 13ch;
  margin: 0 auto;
  color: #f7f8fb;
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.concept-headline p {
  margin-top: 14px;
  color: rgba(231, 237, 248, 0.76);
  font-size: 1rem;
}

.role-copy {
  position: absolute;
  top: 78px;
  left: 22px;
  right: 22px;
  z-index: 2;
  color: #ecf3ff;
}

.role-copy strong {
  display: block;
  color: #44f0b5;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.role-copy p {
  margin-top: 8px;
  color: rgba(239, 243, 255, 0.86);
  max-width: 18ch;
  line-height: 1.45;
}

.align-right {
  text-align: right;
}

.align-right p {
  margin-left: auto;
}

.owner-card {
  position: absolute;
  inset: 154px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(105, 255, 163, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 17, 16, 0.94), rgba(7, 11, 15, 0.98));
  overflow: hidden;
}

.earning-panel {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 182px;
  padding: 16px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(116, 255, 154, 0.22);
  background: rgba(2, 17, 11, 0.72);
  box-shadow: 0 0 0 1px rgba(65, 255, 141, 0.06), 0 20px 44px rgba(0, 0, 0, 0.25);
}

.earning-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #67ff95;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.earning-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67ff95;
  box-shadow: 0 0 0 6px rgba(103, 255, 149, 0.14);
}

.earning-amount {
  margin-top: 18px;
  font-size: 2rem;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  color: #f8fbff;
}

.earning-chart {
  margin-top: 16px;
  height: 90px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(10, 28, 20, 0.6), rgba(4, 12, 10, 0.86));
  position: relative;
  overflow: hidden;
}

.earning-chart::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-left: 1px solid rgba(109, 255, 163, 0.14);
  border-bottom: 1px solid rgba(109, 255, 163, 0.14);
}

.earning-chart span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 16px;
  height: 58px;
  background:
    linear-gradient(135deg, transparent 18%, rgba(109, 255, 163, 0.94) 18% 24%, transparent 24%),
    linear-gradient(135deg, transparent 34%, rgba(109, 255, 163, 0.9) 34% 40%, transparent 40%),
    linear-gradient(135deg, transparent 52%, rgba(109, 255, 163, 0.9) 52% 58%, transparent 58%),
    linear-gradient(135deg, transparent 68%, rgba(109, 255, 163, 0.9) 68% 74%, transparent 74%);
  filter: drop-shadow(0 0 10px rgba(109, 255, 163, 0.4));
  animation: chart-rise 4.8s ease-in-out infinite;
}

.owner-handset {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 104px;
  height: 178px;
  border-radius: 24px;
  background: linear-gradient(180deg, #11151b, #05070b);
  border: 1px solid rgba(126, 255, 165, 0.16);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  transform: rotate(-6deg);
  animation: handset-bob 5s ease-in-out infinite;
}

.owner-handset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.cloud-scene {
  position: relative;
  height: 100%;
  min-height: 420px;
  display: grid;
  place-items: center;
  padding-top: 82px;
}

.cloud-wrap {
  position: relative;
  width: min(82%, 280px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.cloud-halo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 169, 255, 0.22), rgba(88, 169, 255, 0) 66%);
  filter: blur(4px);
  animation: halo-pulse 4s ease-in-out infinite;
}

.halo-2 {
  inset: 14%;
  animation-delay: 1.2s;
  background: radial-gradient(circle, rgba(66, 103, 255, 0.18), rgba(66, 103, 255, 0) 70%);
}

.cloud-device {
  position: relative;
  z-index: 2;
  width: 128px;
  height: 220px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(150, 206, 255, 0.34);
  box-shadow: 0 0 0 10px rgba(48, 91, 255, 0.08), 0 28px 50px rgba(4, 12, 40, 0.4);
  animation: cloud-float 5.2s ease-in-out infinite;
}

.cloud-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stream-title {
  margin-top: 18px;
  color: #8cc0ff;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stream-path {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 28px;
  height: 120px;
}

.stream-node {
  position: absolute;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(60, 255, 183, 0.12);
  border: 1px solid rgba(114, 255, 201, 0.22);
  color: #9bfed2;
  font-size: 0.82rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
  animation: node-bob 3.8s ease-in-out infinite;
}

.node-1 {
  left: 8%;
  bottom: 10px;
}

.node-2 {
  left: 32%;
  bottom: 42px;
  animation-delay: 0.5s;
}

.node-3 {
  right: 34%;
  bottom: 18px;
  animation-delay: 1s;
}

.node-4 {
  right: 8%;
  bottom: 56px;
  animation-delay: 1.4s;
}

.stream-path::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 28px;
  height: 4px;
  background: linear-gradient(90deg, rgba(80, 255, 201, 0.1), rgba(80, 255, 201, 0.95), rgba(48, 103, 255, 0.82));
  border-radius: 999px;
  filter: blur(1px);
  animation: path-flow 4.8s ease-in-out infinite;
}

.tester-monitor {
  position: relative;
  flex: 1;
  border-radius: 20px;
  border: 1px solid rgba(88, 156, 255, 0.28);
  background: linear-gradient(180deg, rgba(10, 17, 32, 0.94), rgba(5, 9, 19, 0.98));
  box-shadow: 0 0 0 1px rgba(88, 156, 255, 0.08), 0 28px 50px rgba(4, 12, 40, 0.42);
  padding: 16px;
  overflow: hidden;
}

.tester-monitor::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(120, 177, 255, 0.12);
  border-radius: 16px;
  pointer-events: none;
}

.monitor-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: #f2f6ff;
  font-size: 0.9rem;
  font-weight: 800;
}

.connected {
  color: #66ffab;
}

.monitor-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 0.65fr;
  gap: 14px;
  margin-top: 16px;
}

.monitor-device {
  min-height: 252px;
  border-radius: 18px;
  border: 1px solid rgba(105, 165, 255, 0.16);
  overflow: hidden;
  background: #090d18;
}

.monitor-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.monitor-info {
  color: rgba(242, 246, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.7;
}

.monitor-info strong {
  display: block;
  margin-bottom: 10px;
  color: #f6f8ff;
}

.concept-flow {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 24px;
  border-radius: 26px;
  border: 1px solid rgba(119, 160, 255, 0.16);
  background: rgba(10, 13, 24, 0.72);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f3f6ff;
  min-width: 0;
}

.step-count {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #1dd98a, #3173ff);
  color: #fff;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(49, 115, 255, 0.28);
}

.flow-step strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.flow-arrow {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, rgba(55, 255, 177, 0.2), rgba(60, 118, 255, 0.95));
}

.flow-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(60, 118, 255, 0.95);
  border-right: 2px solid rgba(60, 118, 255, 0.95);
  transform: translateY(-50%) rotate(45deg);
}

.browser {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fffaf5;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.browser::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(210, 173, 144, 0.18);
  pointer-events: none;
  z-index: 2;
}

.browser-bar {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-weight: 700;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 99px;
  background: #ff5f57;
}

.dot:nth-child(2) {
  background: #febc2e;
}

.dot:nth-child(3) {
  background: #28c840;
}

.browser img,
.browser video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-ad {
  min-height: 100%;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 0%, rgba(191, 106, 66, 0.22), transparent 34%),
    linear-gradient(135deg, #201513, #38221d);
  color: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.video-ad::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
}

.play {
  min-width: 78px;
  width: fit-content;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.video-ad h3 {
  font-size: 1.5rem;
  line-height: 1.08;
  position: relative;
  z-index: 1;
}

.video-ad p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.video-ad .actions .btn {
  min-width: 170px;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.meta-card {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 249, 244, 0.08);
  backdrop-filter: blur(10px);
}

.meta-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meta-value {
  display: block;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
}

.grid {
  display: grid;
  gap: 18px;
}

.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.94), rgba(250, 240, 231, 0.88));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  transform-origin: center bottom;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  transition: 0.9s;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(191, 106, 66, 0.08), transparent 34%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.card > * {
  position: relative;
  z-index: 1;
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow);
  border-color: rgba(168, 87, 51, 0.24);
}

.card:hover::before {
  opacity: 1;
}

.card:hover::after {
  transform: translateX(120%);
}

.product-card {
  min-height: 302px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 237, 232, 0.9));
  border: 1px solid rgba(23, 18, 22, 0.08);
  color: var(--brand);
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(33, 24, 32, 0.07);
}

.icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card p {
  color: var(--muted);
  line-height: 1.78;
  font-size: 0.96rem;
  margin-top: 16px;
}

.mini-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--brand);
  font-weight: 800;
  font-size: 0.92rem;
}

.status-banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(213, 43, 30, 0.18);
  background: rgba(213, 43, 30, 0.08);
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(213, 43, 30, 0.08);
}

.status-banner::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(213, 43, 30, 0.48);
  animation: status-ping 1.4s ease-out infinite;
}

.status-banner.blink {
  animation: status-blink 1.2s ease-in-out infinite;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.feature-story {
  align-items: stretch;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-copy h2 {
  color: #fff7f0;
}

.story-copy .lead {
  color: rgba(247, 233, 223, 0.82);
}

.story-copy .feature {
  background: rgba(255, 248, 241, 0.08);
  border-color: rgba(231, 202, 182, 0.1);
}

.story-copy .feature strong {
  color: #fff6ee;
}

.story-copy .feature p {
  color: rgba(242, 224, 212, 0.78);
}

.story-visual {
  min-height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
  background:
    radial-gradient(circle at 85% 0%, rgba(168, 87, 51, 0.16), transparent 30%),
    linear-gradient(160deg, rgba(255, 253, 249, 0.98), rgba(247, 237, 227, 0.92));
}

.story-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(25, 22, 27, 0.92);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(25, 22, 27, 0.18);
  animation: float-pill 4.8s ease-in-out infinite;
}

.story-pill.soft {
  animation-delay: 0.8s;
  background: rgba(168, 87, 51, 0.11);
  color: var(--brand);
  border: 1px solid rgba(168, 87, 51, 0.16);
  box-shadow: 0 12px 26px rgba(124, 56, 33, 0.1);
}

.story-screen {
  position: relative;
  flex: 1;
  min-height: 360px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 28, 0.08);
  background: #fff;
  box-shadow: 0 20px 44px rgba(33, 24, 32, 0.1);
}

.story-screen::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(205, 171, 145, 0.22);
  pointer-events: none;
  z-index: 2;
}

.story-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.03));
  pointer-events: none;
}

.story-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #f7f2ee;
}

.story-footer {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(23, 22, 28, 0.08);
  background: rgba(255, 250, 245, 0.86);
  box-shadow: 0 14px 28px rgba(33, 24, 32, 0.06);
}

.story-footer strong {
  display: block;
  color: var(--text);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.story-footer p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.78;
  font-size: 0.94rem;
}

.wide {
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(41, 25, 20, 0.92), rgba(72, 41, 31, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.wide h2,
.wide h3,
.wide strong,
.wide .lead,
.wide p {
  color: #fff6ee;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
}

.check {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(21, 128, 61, 0.12);
  color: #15803d;
  font-weight: 900;
  flex: 0 0 auto;
}

.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.logo-card {
  text-align: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffdfa;
  font-weight: 900;
  color: var(--muted);
  box-shadow: var(--shadow-sm);
}

.logo-card img {
  height: 46px;
  max-width: 100%;
  margin: 0 auto 16px;
  object-fit: contain;
}

.logo-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
  font-weight: 600;
}

.ecosystem-section {
  padding-top: 72px;
}

.ecosystem-headline {
  margin-bottom: 26px;
}

.ecosystem-line-shell {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(23, 18, 22, 0.08);
  border-bottom: 1px solid rgba(23, 18, 22, 0.08);
}

.ecosystem-line-shell::before,
.ecosystem-line-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.ecosystem-line-shell::before {
  left: 0;
  background: linear-gradient(90deg, #f7f0ee 0%, rgba(247, 240, 238, 0) 100%);
}

.ecosystem-line-shell::after {
  right: 0;
  background: linear-gradient(270deg, #f7f0ee 0%, rgba(247, 240, 238, 0) 100%);
}

.ecosystem-line-track {
  display: flex;
  width: max-content;
  animation: ecosystem-marquee 34s linear infinite;
}

.ecosystem-line-group {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 18px;
}

.ecosystem-line-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 72px;
  padding: 14px 18px;
  border: 1px solid rgba(23, 18, 22, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(41, 22, 25, 0.06);
  opacity: 0.62;
  filter: grayscale(1);
  transform: scale(0.96);
  animation: ecosystem-fade 3.8s ease-in-out infinite;
}

.ecosystem-line-item.dark {
  background: #15181d;
}

.ecosystem-line-item:nth-child(2) {
  animation-delay: 0.3s;
}

.ecosystem-line-item:nth-child(3) {
  animation-delay: 0.6s;
}

.ecosystem-line-item:nth-child(4) {
  animation-delay: 0.9s;
}

.ecosystem-line-item:nth-child(5) {
  animation-delay: 1.2s;
}

.ecosystem-line-item:nth-child(6) {
  animation-delay: 1.5s;
}

.ecosystem-line-item:nth-child(7) {
  animation-delay: 1.8s;
}

.ecosystem-line-item img {
  max-width: 150px;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ecosystem-disclaimer {
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--faint);
  font-size: 0.84rem;
  line-height: 1.55;
}

@keyframes ecosystem-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ecosystem-fade {
  0%,
  100% {
    opacity: 0.45;
    filter: grayscale(1);
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1);
  }
}

@keyframes status-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(213, 43, 30, 0.48);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(213, 43, 30, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(213, 43, 30, 0);
  }
}

@keyframes status-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.52;
  }
}

@keyframes float-pill {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ambient-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50% {
    transform: translate3d(14px, -10px, 0);
    opacity: 0.72;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showcase-sheen {
  0%,
  64%,
  100% {
    transform: translateX(-110%);
  }

  76% {
    transform: translateX(110%);
  }
}

@keyframes stream-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(1);
  }

  50% {
    transform: scale(1.015);
    filter: saturate(1.06);
  }
}

@keyframes glow-drift {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }

  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

@keyframes pulse-ring {
  0% {
    transform: translateX(-50%) scale(0.72);
    opacity: 0.9;
    box-shadow: 0 0 0 0 rgba(111, 225, 255, 0.28);
  }

  70% {
    transform: translateX(-50%) scale(1.35);
    opacity: 0;
    box-shadow: 0 0 0 16px rgba(111, 225, 255, 0);
  }

  100% {
    transform: translateX(-50%) scale(1.35);
    opacity: 0;
  }
}

@keyframes price-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes price-progress {
  0%,
  100% {
    transform: scaleX(0.18);
  }

  50% {
    transform: scaleX(1);
  }
}

@keyframes phone-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes screen-shift {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.65;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.9;
  }
}

@keyframes hand-wave-left {
  0%,
  100% {
    transform: rotate(-18deg) translateY(0);
  }

  50% {
    transform: rotate(-14deg) translateY(-4px);
  }
}

@keyframes hand-wave-right {
  0%,
  100% {
    transform: rotate(18deg) translateY(0);
  }

  50% {
    transform: rotate(14deg) translateY(-4px);
  }
}

@keyframes chart-rise {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.8;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes handset-bob {
  0%,
  100% {
    transform: rotate(-6deg) translateY(0);
  }

  50% {
    transform: rotate(-4deg) translateY(-8px);
  }
}

@keyframes halo-pulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes cloud-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes node-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes path-flow {
  0%,
  100% {
    opacity: 0.55;
    filter: blur(1px);
  }

  50% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes caption-flash {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    opacity: 0.72;
    box-shadow: 0 0 18px rgba(111, 225, 255, 0.18);
  }
}

@keyframes orbit-node {
  from {
    transform: rotate(0deg) translateX(116px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(116px) rotate(-360deg);
  }
}

@keyframes money-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes money-rise {
  0% {
    transform: translateY(16px) scale(0.88);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  70% {
    transform: translateY(-42px) scale(1.02);
    opacity: 0.92;
  }

  100% {
    transform: translateY(-72px) scale(1.04);
    opacity: 0;
  }
}

.team-shell {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(248, 238, 229, 0.88));
  box-shadow: var(--shadow);
}

.team-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.team-note {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 249, 243, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--muted);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 245, 0.94);
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.28s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(213, 43, 30, 0.24);
}

.team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center top;
  background: #fff;
}

.team-body {
  padding: 20px;
}

.team-role {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 8px;
}

.team-body p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.94rem;
}

.article-card {
  padding: 0;
  overflow: hidden;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.article-card div {
  padding: 26px;
}

.article-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.03);
}

.cta-band {
  text-align: center;
  border-radius: 42px;
  padding: 58px 28px;
  background: linear-gradient(135deg, #1a1416, #3b1d1d);
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero {
  padding: 88px 0 54px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(208, 138, 87, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(35, 22, 18, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.page-hero h1 {
  max-width: 12ch;
  margin-inline: auto;
}

.page-hero .lead {
  max-width: 760px;
  margin-inline: auto;
}

.rich {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(248, 240, 233, 0.9));
  box-shadow: var(--shadow-sm);
}

.rich > *:first-child {
  margin-top: 0;
}

.rich > * + * {
  margin-top: 22px;
}

.rich h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  margin-top: 40px;
  color: var(--text);
}

.rich h3 {
  margin-top: 32px;
  font-size: 1.08rem;
  color: var(--text);
}

.rich p,
.rich li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.82;
}

.rich ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.rich li {
  position: relative;
  padding: 15px 16px 15px 46px;
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 28, 0.08);
  background: rgba(255, 252, 248, 0.82);
  box-shadow: 0 10px 24px rgba(33, 24, 32, 0.05);
}

.rich li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(168, 87, 51, 0.14);
  box-shadow: inset 0 0 0 4px rgba(168, 87, 51, 0.76);
}

.rich strong {
  color: var(--text);
}

.rich a {
  color: var(--brand);
  font-weight: 800;
}

.hero-copy > *,
.page-hero .container > * {
  animation: rise-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy > *:nth-child(2),
.page-hero .container > *:nth-child(2) {
  animation-delay: 0.08s;
}

.hero-copy > *:nth-child(3),
.page-hero .container > *:nth-child(3) {
  animation-delay: 0.16s;
}

.hero-copy > *:nth-child(4),
.page-hero .container > *:nth-child(4) {
  animation-delay: 0.24s;
}

.rich a:hover {
  color: var(--brand2);
}

.footer {
  padding: 72px 0 84px;
  color: var(--muted);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 249, 243, 0.92);
  color: var(--text);
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.theme-toggle .theme-toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(55, 40, 31, 0.14), rgba(191, 106, 66, 0.2));
  border: 1px solid rgba(115, 83, 66, 0.16);
  flex: 0 0 auto;
}

.theme-toggle .theme-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease;
}

body.theme-dark .theme-toggle .theme-toggle-knob {
  transform: translateX(20px);
}

.theme-toggle span:last-child {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.academy-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(228, 236, 246, 0.9), transparent 30%),
    radial-gradient(circle at top right, rgba(247, 236, 222, 0.9), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f9 100%);
}

.academy-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

.academy-copy .lead {
  max-width: 42rem;
}

.academy-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.academy-device-scene {
  width: min(100%, 520px);
  min-height: 420px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 250, 0.98)),
    radial-gradient(circle at top, rgba(64, 119, 255, 0.14), transparent 28%);
}

.academy-browser {
  border-radius: 28px;
  border: 1px solid rgba(46, 58, 74, 0.12);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 70px rgba(18, 24, 35, 0.12);
}

.academy-browser-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(46, 58, 74, 0.08);
  background: linear-gradient(180deg, #fbfcfe, #f2f5f8);
}

.academy-browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff6f61;
}

.academy-browser-top span:nth-child(2) {
  background: #f8c547;
}

.academy-browser-top span:nth-child(3) {
  background: #43cc66;
}

.academy-browser-top strong {
  margin-left: auto;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475363;
}

.academy-browser-body {
  padding: 24px;
  display: grid;
  gap: 18px;
}

.academy-screen {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 220px;
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at top left, rgba(64, 119, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #0f1624, #151f31);
  border: 1px solid rgba(18, 27, 43, 0.24);
}

.academy-phone-window {
  width: min(100%, 230px);
  aspect-ratio: 9 / 16;
  border-radius: 26px;
  margin: 0 auto;
  background: linear-gradient(180deg, #101521, #171e2e);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  padding: 10px;
}

.academy-phone-ui {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(80, 117, 255, 0.92), rgba(255, 126, 171, 0.88)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.2), transparent 14%);
  position: relative;
}

.academy-phone-ui::before {
  content: "";
  position: absolute;
  inset: 16px 16px auto;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.academy-phone-ui::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px;
  height: 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 -52px 0 rgba(255, 255, 255, 0.14),
    0 -104px 0 rgba(255, 255, 255, 0.09);
}

.academy-phone-stack {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.academy-phone-stack span {
  width: 74px;
  height: 132px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #111827, #0b1018);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 16px 30px rgba(0, 0, 0, 0.22);
  position: relative;
  animation: floatPhone 6s ease-in-out infinite;
}

.academy-phone-stack span::before {
  content: "";
  position: absolute;
  inset: 11px 9px;
  border-radius: 13px;
  background: linear-gradient(180deg, #51d5ff, #6c59ff 55%, #ff7da8);
}

.academy-phone-stack span:nth-child(2) { animation-delay: .35s; }
.academy-phone-stack span:nth-child(3) { animation-delay: .7s; }

.academy-lab-notes {
  border-radius: 20px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(46, 58, 74, 0.08);
}

.academy-lab-notes strong {
  display: block;
  margin-bottom: 8px;
  color: #101621;
  font-size: 1.05rem;
}

.academy-lab-notes p {
  margin: 0;
  color: #515b69;
  line-height: 1.6;
}

.academy-caption {
  text-align: center;
  font-size: 0.95rem;
  color: #55606f;
  margin-top: 10px;
}

.course-card ul {
  margin: 0 0 18px 18px;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.timeline div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.timeline strong {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(88, 155, 255, 0.18), rgba(81, 217, 166, 0.18));
  color: var(--brand2);
  font-size: 1.1rem;
}

.timeline p {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.academy-form {
  display: grid;
  gap: 14px;
}

.academy-form input,
.academy-form select,
.academy-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-solid);
  padding: 14px 16px;
  color: var(--text);
  font: inherit;
}

.academy-form textarea {
  min-height: 140px;
  resize: vertical;
}

.academy-form input::placeholder,
.academy-form textarea::placeholder {
  color: #697483;
}

.academy-form select {
  color: #697483;
}

.academy-form button {
  justify-self: start;
}

.academy-side a {
  color: var(--brand2);
  font-weight: 600;
}

.academy-hero .hero-copy h1,
.academy-hero .hero-copy .lead,
.academy-hero .trust-pill,
.academy-hero .section-head h2,
.academy-hero .section-head p,
.academy-hero .card h3,
.academy-hero .card p,
.academy-hero .card li,
.academy-hero summary,
.academy-hero .timeline p {
  color: #111417;
}

.academy-hero .card,
.academy-hero .timeline div,
.academy-hero .faq-list .card {
  background: rgba(255, 255, 255, 0.94);
}

.academy-hero .lead,
.academy-hero .card p,
.academy-hero .timeline p,
.academy-hero .academy-caption,
.academy-hero .academy-lab-notes p {
  color: #515b69;
}

.academy-nav-link {
  white-space: nowrap;
}

.footer h4 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin: 10px 0;
  color: var(--muted);
  font-weight: 650;
}

.footer a:hover {
  color: var(--brand);
}

.disabled-link {
  display: block;
  margin: 10px 0;
  color: var(--faint);
  font-weight: 650;
  opacity: 0.72;
  cursor: not-allowed;
}

@keyframes floatPhone {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.footer-shell {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 30px 30px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) repeat(4, minmax(120px, 1fr));
  gap: 18px 22px;
  align-items: start;
}

.footer h4 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}

.footer a:hover {
  color: var(--brand);
}

.bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.footer-socials {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.footer-socials a {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
}

.footer-academy {
  grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(150px, 1fr));
  gap: 20px 26px;
}

.footer-academy .footer-socials {
  grid-column: 1 / -1;
}

.footer-academy .bottom {
  grid-column: 1 / -1;
}

.reveal,
.card,
.wide,
.section-head {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible,
.card.visible,
.wide.visible,
.section-head.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .hero-grid,
  .split,
  .team-intro {
    grid-template-columns: 1fr;
  }

  .four,
  .three,
  .two,
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos {
    grid-template-columns: 1fr 1fr;
  }

  .video-ad {
    min-height: 320px;
  }

  .hero-meta {
    grid-template-columns: 1fr 1fr;
  }

  .ecosystem-line-shell::before,
  .ecosystem-line-shell::after {
    width: 72px;
  }

  .hero-concept {
    grid-template-columns: 1fr;
  }

  .concept-stage {
    min-height: 360px;
  }

  .phone-shell,
  .computer-shell {
    min-height: 330px;
  }

  .concept-headline {
    padding: 0 8px 4px;
  }

  .concept-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-arrow {
    width: 2px;
    height: 24px;
    margin: 0 auto;
  }

  .flow-arrow::after {
    right: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(50%) rotate(135deg);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .header {
    width: calc(100% - 24px);
  }

  .header-actions .btn {
    display: none;
  }

  h1 {
    font-size: clamp(2.6rem, 15vw, 4.2rem);
  }

  .section {
    padding: 72px 0;
  }

  .four,
  .three,
  .two,
  .logos,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    padding: 14px;
    border-radius: 28px;
  }

  .hero-concept {
    gap: 14px;
  }

  .concept-stage {
    min-height: 330px;
    border-radius: 24px;
  }

  .stage-left,
  .stage-center,
  .stage-right {
    padding: 68px 14px 14px;
  }

  .phone-shell,
  .computer-shell {
    min-height: 270px;
  }

  .phone-screen {
    inset: 62px 14px 14px;
  }

  .price-orbit {
    width: min(100%, 210px);
  }

  .price-core {
    width: 76px;
    height: 76px;
    font-size: 1.2rem;
  }

  .browser,
  .video-ad {
    border-radius: 22px;
  }

  .computer-screen {
    inset: 48px 12px 12px;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .card,
  .wide,
  .team-shell {
    padding: 22px;
  }

  .rich {
    padding: 22px;
    border-radius: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bottom {
    display: block;
  }

  .product-card {
    min-height: auto;
  }

  .drop-menu {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .mobile-panel .external::after {
    content: " ->";
    color: var(--brand);
  }

  .ecosystem-line-item {
    min-width: 144px;
    height: 64px;
    padding: 12px 14px;
  }

  .ecosystem-line-item img {
    max-width: 118px;
    max-height: 30px;
  }

  .ecosystem-line-shell::before,
  .ecosystem-line-shell::after {
    width: 36px;
  }
}

body.theme-light .hero-copy h1,
body.theme-light .hero-copy p,
body.theme-light .section-head h2,
body.theme-light .section-head p,
body.theme-light .page-hero h1,
body.theme-light .page-hero .lead,
body.theme-light .ecosystem-headline h2,
body.theme-light .rich h2,
body.theme-light .rich h3,
body.theme-light .rich p,
body.theme-light .rich li,
body.theme-light .card p,
body.theme-light .team-body p,
body.theme-light .story-footer p,
body.theme-light .logo-card p {
  color: #050505 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: #050505 !important;
  filter: none !important;
}

body.theme-light .hero-copy p,
body.theme-light .section-head p,
body.theme-light .page-hero .lead,
body.theme-light .rich p,
body.theme-light .rich li,
body.theme-light .card p,
body.theme-light .team-body p,
body.theme-light .story-footer p,
body.theme-light .logo-card p {
  color: #111111 !important;
}

body.theme-light .section-head h2,
body.theme-light .hero-copy h1,
body.theme-light .page-hero h1,
body.theme-light .ecosystem-headline h2 {
  color: #000 !important;
}
