:root {
  color-scheme: dark;
  --bg: #07080b;
  --panel: #17181d;
  --panel-soft: rgba(24, 25, 30, 0.78);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f7f8fc;
  --muted: #9ba1ae;
  --blue: #2467ff;
  --cyan: #12b7ff;
  --green: #05d78c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 14%, rgba(36, 103, 255, 0.22), transparent 25%),
    radial-gradient(circle at 83% 20%, rgba(5, 215, 140, 0.12), transparent 25%),
    var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 76%);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 34px 42px 30px;
}

.topbar,
.brand,
.hero-actions,
.trust-row,
.footer,
.footer-brand,
.footer nav {
  display: flex;
  align-items: center;
}

.topbar {
  justify-content: space-between;
}

.brand,
.footer-brand {
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand img,
.footer-brand img {
  width: 34px;
  height: 34px;
}

.signin {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.signin:hover {
  border-color: rgba(36, 103, 255, 0.45);
  background: rgba(36, 103, 255, 0.1);
  box-shadow: 0 12px 32px rgba(36, 103, 255, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 74px;
  align-items: center;
  min-height: 645px;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.availability span {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--green);
  box-shadow: 0 0 16px rgba(5, 215, 140, 0.8);
}

.hero h1 {
  max-width: 660px;
  margin: 30px 0 22px;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero mark {
  background: none;
  color: var(--green);
}

.hero-copy p {
  max-width: 585px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -70px auto auto -76px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(36, 103, 255, 0.16);
  border-radius: 36px;
  transform: rotate(10deg);
  pointer-events: none;
}

.hero-actions {
  gap: 12px;
  margin-top: 34px;
}

.primary-cta,
.secondary-cta,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.primary-cta {
  min-width: 168px;
  background: var(--blue);
  box-shadow: 0 16px 38px rgba(36, 103, 255, 0.34);
}

.primary-cta:hover,
.price-card a:hover {
  transform: translateY(-1px);
  background: #2e72ff;
  box-shadow: 0 18px 44px rgba(36, 103, 255, 0.42);
}

.secondary-cta {
  min-width: 96px;
  background: rgba(255, 255, 255, 0.07);
}

.secondary-cta:hover {
  background: rgba(255, 255, 255, 0.11);
}

.trust-row {
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
}

.trust-row span::before,
.price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
}

.product-preview {
  justify-self: center;
  width: min(100%, 405px);
  padding: 18px 13px 14px;
  border: 1px solid rgba(36, 103, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 14%, rgba(5, 215, 140, 0.16), transparent 22%),
    radial-gradient(circle at 11% 75%, rgba(36, 103, 255, 0.18), transparent 21%),
    #07080b;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48), 0 0 72px rgba(36, 103, 255, 0.12);
  transform: perspective(1100px) rotateY(-8deg) rotateX(3deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-preview:hover {
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg) translateY(-4px);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.54), 0 0 86px rgba(36, 103, 255, 0.18);
}

.preview-topbar,
.preview-brand,
.site-pill,
.preview-subscription {
  display: flex;
  align-items: center;
}

.preview-topbar {
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 2px 0 3px;
  min-height: 34px;
}

.preview-brand {
  gap: 9px;
  font-size: 14px;
  font-weight: 900;
}

.preview-brand img {
  width: 32px;
  height: 32px;
}

.preview-hero {
  position: relative;
  min-height: 322px;
  padding: 17px 16px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 2%, rgba(5, 215, 140, 0.31), transparent 32%),
    radial-gradient(circle at 2% 108%, rgba(36, 103, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(37, 38, 44, 0.96), rgba(23, 24, 29, 0.98));
  overflow: hidden;
}

.preview-hero p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
}

.preview-hero > strong {
  display: block;
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 1.18;
}

.site-pill {
  position: relative;
  height: 62px;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: rgba(18, 19, 23, 0.6);
}

.site-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: #08090d;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.site-icon img {
  width: 20px;
  height: 20px;
}

.site-pill div {
  flex: 1;
}

.site-pill small,
.preview-time,
.preview-subscription span {
  color: var(--muted);
}

.site-pill small,
.site-pill b {
  display: block;
}

.site-pill b {
  margin-top: 3px;
  font-size: 13px;
}

.site-pill em {
  padding: 7px 10px;
  border-radius: 99px;
  background: rgba(5, 215, 140, 0.15);
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.power-preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: 24px auto 11px;
  border: 4px solid;
  border-color: var(--green) var(--cyan) var(--blue) var(--green);
  border-radius: 99px;
  background: rgba(8, 9, 13, 0.55);
  color: var(--green);
  box-shadow: 0 0 58px rgba(5, 215, 140, 0.2), 0 0 42px rgba(18, 183, 255, 0.18);
  animation: previewPulse 2.6s ease-in-out infinite;
}

.power-preview svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.preview-status,
.preview-time {
  display: block;
  text-align: center;
}

.preview-status {
  font-size: 14px;
  font-weight: 900;
}

.preview-time {
  margin-top: 8px;
  color: #b9cdfc;
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.preview-subscription {
  justify-content: space-between;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(36, 103, 255, 0.34);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 0%, rgba(36, 103, 255, 0.22), transparent 44%),
    #18191d;
}

.preview-subscription strong,
.preview-subscription span {
  display: block;
}

.preview-subscription span {
  margin-top: 3px;
  font-size: 12px;
}

.preview-subscription i {
  min-width: 98px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.features article,
.price-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 0%, rgba(36, 103, 255, 0.16), transparent 40%),
    var(--panel-soft);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.features article {
  min-height: 218px;
  padding: 28px;
}

.features article:hover,
.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 103, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), 0 0 42px rgba(36, 103, 255, 0.08);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(36, 103, 255, 0.14);
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
}

.feature-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.features h2 {
  margin: 24px 0 12px;
  font-size: 18px;
}

.features p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.trial-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 32px 34px;
  border: 1px solid rgba(5, 215, 140, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 0%, rgba(5, 215, 140, 0.22), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(36, 103, 255, 0.18), transparent 32%),
    rgba(18, 19, 23, 0.86);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.24);
}

.trial-info span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trial-info h2 {
  margin: 12px 0 10px;
  font-size: 28px;
  line-height: 1.16;
}

.trial-info p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.trial-info a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(36, 103, 255, 0.28);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.trial-info a:hover {
  transform: translateY(-1px);
  background: #2e72ff;
  box-shadow: 0 18px 44px rgba(36, 103, 255, 0.36);
}

.pricing {
  padding-top: 82px;
}

.section-heading {
  max-width: 560px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 13px 0 10px;
  font-size: 32px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.price-card {
  position: relative;
  min-height: 292px;
  padding: 28px;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 32%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.price-card:hover::before {
  opacity: 1;
}

.price-card.is-featured {
  border-color: rgba(36, 103, 255, 0.42);
  background:
    radial-gradient(circle at 86% 0%, rgba(36, 103, 255, 0.28), transparent 42%),
    linear-gradient(180deg, rgba(28, 37, 70, 0.92), rgba(23, 24, 29, 0.98));
  box-shadow: 0 20px 70px rgba(36, 103, 255, 0.16);
}

.price-card em {
  position: absolute;
  top: 23px;
  right: 22px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card > span {
  color: var(--muted);
  font-size: 14px;
}

.price-card strong {
  display: block;
  margin-top: 10px;
  font-size: 32px;
}

.price-card small {
  color: var(--green);
  font-size: 12px;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 26px 0 22px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.price-card a {
  width: 100%;
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
}

.price-card.is-featured a {
  background: var(--blue);
}

.security-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 28px;
  align-items: center;
  margin-top: 82px;
  padding: 34px;
  border: 1px solid rgba(36, 103, 255, 0.26);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(5, 215, 140, 0.2), transparent 32%),
    radial-gradient(circle at 8% 100%, rgba(36, 103, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(31, 44, 84, 0.82), rgba(18, 19, 23, 0.96));
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.28);
}

.security-band span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.security-band h2 {
  margin: 12px 0 10px;
  font-size: 30px;
  line-height: 1.15;
}

.security-band p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.security-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 9px;
  background: #fff;
  color: #08090d;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.security-band a:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.12);
}

.footer {
  justify-content: space-between;
  margin-top: 78px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand {
  font-size: 12px;
}

.footer-brand img {
  width: 24px;
  height: 24px;
}

.footer nav {
  gap: 28px;
  font-size: 12px;
}

.footer a:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .page-shell {
    padding: 24px 18px 26px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: auto;
    padding-top: 74px;
  }

  .product-preview {
    justify-self: start;
  }

  .features,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .security-band {
    grid-template-columns: 1fr;
  }

  .trial-info {
    grid-template-columns: 1fr;
  }
}

@keyframes previewPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(5, 215, 140, 0));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(5, 215, 140, 0.42));
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 42px;
  }

  .hero-actions,
  .trust-row,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .product-preview {
    width: 100%;
    padding: 12px;
    border-radius: 22px;
    transform: none;
  }

  .product-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48), 0 0 72px rgba(36, 103, 255, 0.12);
  }

  .preview-hero {
    min-height: 342px;
  }

  .security-band {
    padding: 24px;
  }

  .security-band h2 {
    font-size: 24px;
  }

  .trial-info {
    padding: 24px;
  }

  .trial-info h2 {
    font-size: 24px;
  }

  .footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
