:root {
  --bg: #040916;
  --card: #0d1f45;
  --border: rgba(130, 168, 244, 0.35);
  --text: #f4f8ff;
  --muted: #a8b9d9;
  --primary: #ffc12b;
  --ink: #111319;
  --success: #11d99b;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: Manrope, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 5%, #15346d 0%, #09132a 30%, var(--bg) 75%);
  line-height: 1.45;
}

h1,
h2,
h3,
.eyebrow,
.btn {
  font-family: Sora, sans-serif;
}

.shell {
  width: min(1160px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.nav-wrap {
  background: rgba(6, 13, 30, 0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand img {
  width: clamp(188px, 24vw, 330px);
  height: auto;
  display: block;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-link {
  color: #dce7ff;
  text-decoration: none;
  font-weight: 700;
  padding: 0.5rem 0.7rem;
}

.btn {
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #ffd34d 0%, #ffa90f 100%);
  box-shadow: 0 10px 28px rgba(255, 174, 21, 0.35);
}

.btn-ghost {
  color: #d9e5ff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(12, 27, 60, 0.55);
}

.hero {
  padding: clamp(2rem, 4vw, 3.8rem) 0 2.8rem;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.92rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1.05;
}

.subcopy {
  margin: 1rem 0 1.4rem;
  color: #c0d0eb;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  max-width: 54ch;
}

.hero-cta {
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
}



.hero-visual {
  min-height: 320px;
}

.fade-stage {
  position: relative;
  min-height: 420px;
  max-width: 500px;
  margin: 0 auto;
}

.fade-card {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  transform: scale(0.975);
  transition: opacity 0.65s ease, transform 0.65s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fade-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.38)) drop-shadow(0 12px 35px rgba(255, 255, 255, 0.22));
}

.fade-card.is-active {
  opacity: 1;
  transform: scale(1);
}

.fade-card.is-active img {
  filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.52)) drop-shadow(0 16px 40px rgba(255, 255, 255, 0.28));
}

.features,
.split,
.final {
  margin-top: 2.3rem;
}

  line-height: 1.05;
}

.section-head h2,
.split h2,
.final h2 {
  margin: 0.15rem 0 1rem;
  font-size: clamp(1.55rem, 2.7vw, 2.6rem);
}

.feature-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(14, 31, 66, 0.9), rgba(8, 18, 41, 0.98));
  padding: 1rem;
}

.feature-card h3 {
  margin: 0 0 0.35rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.feature-card-highlight {
  border-color: rgba(255, 194, 43, 0.8);
  box-shadow: inset 0 0 32px rgba(255, 194, 43, 0.08);
}

.reseller-shift {
  margin-top: 1.1rem;
}

.reseller-shift p {
  margin: 0;
  border: 1px solid rgba(255, 194, 43, 0.55);
  background: linear-gradient(165deg, rgba(18, 34, 70, 0.94), rgba(8, 18, 40, 0.98));
  border-radius: 14px;
  padding: 0.95rem 1rem;
  color: #d5e4ff;
  font-size: 0.97rem;
  line-height: 1.45;
}

.reseller-pain {
  margin-top: 2.3rem;
}

.pain-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pain-card {
  border-radius: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(13, 28, 58, 0.92), rgba(8, 17, 38, 0.98));
  padding: 0.78rem;
}

.pain-card h3 {
  margin: 0 0 0.28rem;
  font-size: 0.98rem;
  line-height: 1.2;
}

.pain-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.3;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.split p {
  color: var(--muted);
}

.split ul {
  margin: 1rem 0 1.15rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

.split li + li {
  margin-top: 0.45rem;
}

.glass-panel {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(10, 22, 49, 0.88), rgba(17, 37, 80, 0.72));
  padding: 1.2rem;
}

.glass-panel h3 {
  margin: 0;
  color: var(--primary);
}

.glass-panel .small {
  color: #88a2cc;
}

.partner-feature-list {
  margin: 0.85rem 0 1rem;
  padding-left: 1.05rem;
  color: #c7d7f5;
}

.partner-feature-list li + li {
  margin-top: 0.45rem;
}

.final {
  text-align: center;
  padding: 1.8rem 0 3rem;
}

.final p {
  margin: 0 auto 1.1rem;
  max-width: 58ch;
  color: var(--muted);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: #88a0c8;
  padding: 1rem 0 1.8rem;
}

@media (max-width: 980px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }


  .hero-visual {
    min-height: 260px;
  }

  .fade-stage {
    min-height: 340px;
    max-width: 400px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(1160px, calc(100% - 1.4rem));
  }

  .nav-link {
    display: none;
  }
}
