:root {
  color-scheme: light;
  --primary: #5b4dff;
  --accent: #7c3aed;
  --success: #15803d;
  --gold: #facc15;
  --dark: #111827;
  --ink: #1f2937;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f8fb;
  color: var(--dark);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 14% 10%, rgba(91, 77, 255, 0.13), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(124, 58, 237, 0.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #f2f4f8 100%);
}

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

p,
h1,
h2 {
  margin: 0;
}

.site-header {
  width: min(1120px, calc(100% - 44px));
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin: 24px auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(221, 226, 236, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
  backdrop-filter: blur(18px);
  animation: fadeDown 520ms ease both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-size: 17px;
  font-weight: 900;
}

.mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #111827, #222b3a);
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.2);
  color: #fff;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid #edf0f6;
  border-radius: 999px;
  background: #fff;
}

.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  transition: background 170ms ease, color 170ms ease;
}

.nav-links a:hover {
  background: #f3f2ff;
  color: var(--primary);
}

.header-cta,
.primary-action,
.secondary-action,
.pricing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  font-weight: 900;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.header-cta {
  justify-self: end;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 14px 26px rgba(91, 77, 255, 0.24);
}

.header-cta:hover,
.primary-action:hover,
.secondary-action:hover,
.pricing-card a:hover {
  transform: translateY(-2px);
  filter: brightness(0.99);
}

main {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 30px;
  align-items: center;
  padding: 58px 0 28px;
}

.hero-copy,
.hero-preview,
.trust-band,
.details-grid > article {
  animation: cardUp 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid #e5e1ff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

h1 {
  margin-top: 20px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-text {
  max-width: 560px;
  margin-top: 22px;
  color: #475467;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action,
.secondary-action {
  min-width: 164px;
  padding: 0 22px;
}

.primary-action {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 16px 30px rgba(91, 77, 255, 0.26);
}

.secondary-action {
  border: 1px solid #dfe3ec;
  background: rgba(255, 255, 255, 0.86);
  color: var(--dark);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
  margin-top: 32px;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid #dde2ec;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--dark);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 20px;
}

.hero-stats span {
  margin-top: 6px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.hero-preview {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(221, 226, 236, 0.9);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(91, 77, 255, 0.13), rgba(250, 204, 21, 0.12)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  animation-delay: 110ms;
}

.hero-preview::before {
  content: "";
  position: absolute;
  inset: 34px -18px -18px 34px;
  z-index: -1;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(91, 77, 255, 0.14), rgba(124, 58, 237, 0.08));
  filter: blur(10px);
}

.hero-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.13);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
  padding: 16px;
  border: 1px solid #dde2ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
}

.trust-band div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 12px;
  align-items: start;
  padding: 10px;
}

.trust-band strong {
  color: var(--dark);
  font-size: 15px;
}

.trust-band p {
  grid-column: 2;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.mini-icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f3f2ff;
  color: var(--primary);
}

.mini-icon.lock {
  border: 2px solid currentColor;
  border-radius: 8px;
  transform: scale(0.62);
}

.mini-icon.lock::before {
  content: "";
  position: absolute;
  top: -14px;
  width: 18px;
  height: 17px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.mini-icon.key::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.mini-icon.key::after {
  content: "";
  position: absolute;
  right: 6px;
  width: 14px;
  height: 3px;
  background: currentColor;
  box-shadow: 5px 4px 0 currentColor;
}

.mini-icon.sheet::before {
  content: "";
  width: 16px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background:
    linear-gradient(currentColor, currentColor) 4px 6px / 8px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 4px 11px / 8px 2px no-repeat;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 0.64fr;
  gap: 22px;
  padding: 8px 0 48px;
}

.product-card,
.pricing-card {
  border: 1px solid #dde2ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
}

.product-card {
  padding: 30px;
}

.product-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f2ff;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.product-card h2 {
  max-width: 620px;
  margin-top: 18px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
}

.product-card p {
  max-width: 650px;
  margin-top: 14px;
  color: #667085;
  font-size: 16px;
  line-height: 1.65;
}

.product-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 30px;
  color: #283243;
  font-size: 14px;
  font-weight: 700;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary), #786dff);
}

.product-card li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.pricing-card {
  display: grid;
  align-content: space-between;
  gap: 20px;
  padding: 26px;
  background:
    radial-gradient(circle at 86% 15%, rgba(250, 204, 21, 0.18), transparent 32%),
    linear-gradient(145deg, #111827, #20283a);
  color: #fff;
}

.pricing-top span,
.pricing-top strong {
  display: block;
}

.pricing-top span {
  color: #c9d0dc;
  font-size: 14px;
  font-weight: 800;
}

.pricing-top strong {
  margin-top: 8px;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 58px;
  line-height: 1;
}

.pricing-card p {
  color: #c9d0dc;
  font-size: 15px;
  line-height: 1.65;
}

.pricing-card a {
  background: var(--gold);
  color: var(--dark);
  min-height: 50px;
}

.site-footer {
  width: min(1120px, calc(100% - 44px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid #dde2ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
}

.brand.compact .mark {
  width: 36px;
  height: 36px;
  font-size: 17px;
}

.site-footer p {
  max-width: 460px;
  margin-top: 10px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.site-footer nav a {
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.site-footer nav a:hover {
  color: var(--primary);
}

.live-support {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--success), #22a268);
  color: #fff;
  box-shadow: 0 16px 32px rgba(21, 128, 61, 0.24);
  font-size: 14px;
  font-weight: 900;
}

.support-page .live-support {
  display: none;
}

.legal-shell,
.support-shell {
  padding: 44px 0 48px;
}

.legal-card,
.support-card,
.support-grid article {
  border: 1px solid #dde2ec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
}

.legal-card {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  animation: cardUp 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.legal-card h1,
.support-hero h1 {
  font-size: clamp(42px, 6vw, 68px);
}

.legal-card h2,
.support-card h2,
.support-grid h2 {
  margin-top: 30px;
  color: var(--dark);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.legal-card p,
.legal-card li,
.support-card p,
.support-grid p {
  color: #475467;
  font-size: 15px;
  line-height: 1.75;
}

.legal-card p {
  margin-top: 14px;
}

.legal-date {
  color: var(--primary) !important;
  font-weight: 900;
}

.legal-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-card a,
.support-card a {
  color: var(--primary);
  font-weight: 900;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 24px;
}

.uninstall-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 24px;
}

.uninstall-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.support-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 26px;
}

.support-card h2 {
  margin-top: 10px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.support-grid article {
  padding: 24px;
}

.support-grid h2 {
  margin-top: 0;
  font-size: 20px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 28px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .hero,
  .details-grid,
  .support-hero,
  .uninstall-hero,
  .support-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-preview {
    animation-delay: 40ms;
  }

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

@media (max-width: 560px) {
  .site-header {
    margin-top: 12px;
    grid-template-columns: 1fr;
  }

  .header-cta {
    justify-self: stretch;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  h1 {
    font-size: 48px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions,
  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-stats,
  .product-card ul {
    grid-template-columns: 1fr;
  }

  .hero-preview {
    padding: 10px;
  }

  .trust-band div {
    grid-template-columns: 34px 1fr;
    padding: 6px;
  }

  .product-card,
  .pricing-card,
  .support-card,
  .support-grid article {
    padding: 22px;
  }

  .legal-shell,
  .support-shell {
    padding-top: 28px;
  }

  .live-support {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
