:root {
  --bg: #000000;
  --panel: #111111;
  --text: #ffffff;
  --muted: rgba(255,255,255,.68);
  --pink: #eea4d4;
  --lime: #d7f34a;
  --mint: #07e8a4;
  --yellow: #ffbf19;
  --purple: #8a55ff;
  --green: #79f2b0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button { font-family: inherit; }
.page-shell {
  width: min(1610px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 88px) 72px;
  background: var(--bg);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.navbar {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 0 18px;
  min-height: 0;
  background: transparent;
  pointer-events: none;
}

.navbar::before {
  content: "";
  position: absolute;
  left: -120px;
  right: -120px;
  top: -24px;
  height: 118px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,.96) 58%,
    rgba(0,0,0,.72) 78%,
    rgba(0,0,0,0) 100%
  );
}


.brand img {
  width: 347px;
  height: auto;
  display: block;

  transform: translateY(-55px);
}

.brand {
  display: flex;
  align-items: flex-start;
  overflow: visible;
  pointer-events: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  pointer-events: auto;
}
.nav-links a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a:hover { color: #fff; }
.nav-cta,
.primary-btn,
.ghost-btn,
.card-btn {
  border: 0;
  cursor: pointer;
  font-weight: 900;
  border-radius: 12px;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.nav-cta {
  padding: 12px 18px;
  background: #fff;
  color: #000;
  font-size: 13px;
  position: relative;
  top: -10px;
  z-index: 2;
  pointer-events: auto;
}
.nav-cta:hover,
.primary-btn:hover,
.ghost-btn:hover,
.card-btn:hover { transform: translateY(-2px); filter: brightness(1.02); }
.nav-cta:hover {
  background: var(--pink);
  color: #000;
}
.section-card {
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 24px 80px rgba(0,0,0,.35);
}
.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(28px, 4vw, 58px);
  padding: clamp(34px, 4.5vw, 62px);
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 150px);
  align-items: center;
  margin-top: -80px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
}
h1, h2 { margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(42px, 5.2vw, 72px); line-height: .92; font-weight: 950; }
h2 { font-size: clamp(40px, 5vw, 68px); line-height: .95; font-weight: 950; }
.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 650;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-btn { padding: 16px 24px; background: var(--lime); color: #0a0a0a; }
.ghost-btn { padding: 16px 24px; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.hero-panel { position: relative; min-height: 390px; }
.metric-card {
  position: absolute;
  width: 190px;
  padding: 22px;
  border-radius: 26px;
  color: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,.26);
}
.metric-card span { display: block; font-size: 13px; font-weight: 900; opacity: .72; }
.metric-card strong { display: block; margin-top: 8px; font-size: 40px; font-weight: 950; }
.metric-card.pink { top: 0; left: 0; background: var(--pink); transform: rotate(-4deg); }
.metric-card.lime { top: 86px; right: 0; background: var(--lime); transform: rotate(5deg); }
.dashboard-preview {
  position: absolute;
  left: 36px;
  right: 20px;
  bottom: 0;
  padding: 28px;
  border-radius: 32px;
  background: #181818;
  border: 1px solid rgba(255,255,255,.1);
  min-height: 190px;
}
.preview-bar { width: 62%; height: 16px; border-radius: 999px; background: rgba(255,255,255,.88); margin-bottom: 26px; }
.preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.preview-grid span { height: 46px; border-radius: 14px; background: rgba(255,255,255,.1); }
.preview-list { display: grid; gap: 10px; margin-top: 22px; }
.preview-list i { height: 12px; border-radius: 999px; background: rgba(255,255,255,.17); }
.pricing-section {
  min-height: calc(100vh - 96px);
  padding: clamp(28px, 4vh, 52px) 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 112px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.section-heading.center { text-align: center; }
.pricing-section h2 { font-size: clamp(40px, 4.6vw, 64px); }
.billing-toggle { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; color: var(--muted); font-size: 13px; font-weight: 800; }
.billing-toggle span.active { color: #fff; }
.switch {
  width: 54px;
  height: 28px;
  border-radius: 999px;
  background: #717171;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: block;
}
.switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform .22s ease;
}
.switch:has(input:checked) span,
.switch.active span { transform: translateX(26px); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 30px); width: min(1320px, 100%); margin: clamp(26px, 4vh, 42px) auto 0; }
.price-card { min-height: 0; border-radius: 18px; padding: clamp(22px, 2.4vw, 30px); color: #060606; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.price-card.basic { background: var(--pink); }
.price-card.advanced { background: var(--lime); }
.price-card.pro { background: var(--mint); }
.plan-name { margin: 0 0 18px; font-size: 16px; font-weight: 900; }
.price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 16px; }
.currency { font-size: 24px; font-weight: 950; }
.price strong { font-size: clamp(44px, 4vw, 56px); line-height: .85; font-weight: 950; }
.price small { font-size: 13px; font-weight: 800; }
.plan-description { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(0,0,0,.62); font-weight: 750; }
ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
li { position: relative; padding-left: 25px; font-size: 13px; font-weight: 800; line-height: 1.18; }
li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 16px; height: 16px; border-radius: 50%; background: #000; color: #fff; font-size: 10px; display: grid; place-items: center; }
.card-btn { align-self: start; padding: 15px 20px; background: #000; color: #fff; }
.feature-band, .integrations-section {
  padding: clamp(42px, 5vw, 72px);
  margin-top: 34px;
  margin-bottom: clamp(120px, 16vh, 190px);
}
.features-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.features-grid div { padding: 24px; border-radius: 18px; background: rgba(255,255,255,.08); }
.features-grid strong { display: block; font-size: 18px; margin-bottom: 10px; }
.features-grid p { margin: 0; color: var(--muted); line-height: 1.5; font-weight: 650; }
.integration-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.integration-grid span { min-height: 82px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); font-weight: 950; }
.faq-section {
  min-height: calc(100vh - 96px);
  padding-top: 82px;
}
.faq-list { max-width: 840px; margin: 42px auto 0; display: grid; gap: 14px; }
details { border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); padding: 22px 24px; }
summary { cursor: pointer; font-size: 18px; font-weight: 900; }
details p { color: var(--muted); line-height: 1.55; margin: 14px 0 0; font-weight: 650; }
@media (max-height: 820px) and (min-width: 901px) {
  .pricing-section {
    min-height: calc(100vh - 72px);
    padding-top: 22px;
  }

  .pricing-section h2 { font-size: 50px; }
  .pricing-grid { margin-top: 24px; }
  .price-card { padding: 22px; gap: 16px; }
  .plan-name { margin-bottom: 12px; }
  .price { margin-bottom: 12px; }
  .price strong { font-size: 46px; }
  ul { gap: 8px; margin-top: 16px; }
  li { font-size: 12px; line-height: 1.15; }
  .card-btn { padding: 12px 16px; }
}
@media (max-width: 900px) {
  .page-shell { width: 100%; margin: 0; border-radius: 0; padding: 24px; }
  .navbar { flex-wrap: wrap; padding-bottom: 32px; }
  .brand img { width: 198px; }
  .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 16px; }
  .hero-section { grid-template-columns: 1fr; }
  .pricing-section { min-height: auto; justify-content: flex-start; }
  .hero-section,
  .pricing-section,
  .feature-band,
  .integrations-section {
    margin-bottom: 72px;
  }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 330px; }
  .features-grid, .integration-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .page-shell { padding: 18px; }
  .hero-section, .feature-band, .integrations-section { padding: 28px; }
  .features-grid, .integration-grid { grid-template-columns: 1fr; }
  .metric-card { width: 150px; }
  .price-card { padding: 26px; }
}
