:root {
  color-scheme: light;
  --ink: #111b31;
  --muted: #56647a;
  --blue-950: #0b1b3a;
  --blue-900: #102651;
  --blue-800: #173b80;
  --blue-700: #2051ad;
  --blue-600: #2e67dc;
  --blue-100: #e8f0ff;
  --blue-50: #f3f7ff;
  --orange: #ff7417;
  --orange-soft: #fff0e5;
  --surface: #ffffff;
  --line: #dbe3f0;
  --shadow: 0 24px 64px rgba(11, 27, 58, 0.16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--blue-950);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(219, 227, 240, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 750;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(32, 81, 173, 0.22);
}

.site-header nav,
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 600;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--blue-700);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 116, 23, 0.1), transparent 25%),
    linear-gradient(180deg, #fff 0%, var(--blue-50) 100%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -240px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(46, 103, 220, 0.15);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-700);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #a9c5ff;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  line-height: 1.12;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 5.15rem);
  letter-spacing: -0.052em;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  letter-spacing: -0.035em;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
}

.lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.button--muted {
  color: #334056;
  border-color: #ccd6e5;
  background: #e5eaf2;
  cursor: not-allowed;
}

.button--primary {
  color: #fff;
  background: var(--blue-700);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--blue-800);
}

.button--light {
  color: var(--blue-950);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.button--light:hover,
.button--light:focus-visible {
  background: var(--orange-soft);
}

.button--full {
  width: 100%;
}

.text-link {
  color: var(--blue-700);
  font-weight: 750;
  text-underline-offset: 4px;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--blue-950);
}

.product-facts {
  display: grid;
  margin: 46px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.product-facts li {
  padding: 0 18px;
  border-left: 1px solid var(--line);
}

.product-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-facts strong,
.product-facts span {
  display: block;
}

.product-facts strong {
  color: var(--blue-900);
  font-size: 1.18rem;
}

.product-facts span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-art {
  position: relative;
  min-height: 540px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-backdrop {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: inherit;
}

.screenshot-card {
  position: absolute;
  right: -18px;
  bottom: -32px;
  width: min(78%, 470px);
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 58px rgba(7, 21, 49, 0.28);
}

.screenshot-card img {
  display: block;
  width: 100%;
  border-radius: 11px;
}

.screenshot-card p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 8px 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f9b63;
  box-shadow: 0 0 0 4px rgba(47, 155, 99, 0.12);
}

.trust-strip {
  color: #fff;
  background: var(--blue-950);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid p {
  margin: 0;
  padding: 24px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-grid p:first-child {
  border-left: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  color: #b8c7e4;
  font-size: 0.84rem;
}

.section {
  padding: 100px 0;
}

.section--tint {
  background: var(--blue-50);
}

.split-section,
.privacy-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  gap: 90px;
}

.prose,
.privacy-points {
  color: var(--muted);
  font-size: 1.07rem;
}

.prose p,
.privacy-points p {
  margin-top: 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 46px;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 48, 100, 0.06);
}

.feature-number {
  display: block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.admin-section {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(46, 103, 220, 0.45), transparent 35%),
    var(--blue-950);
}

.admin-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 96px;
}

.admin-intro {
  color: #b8c7e4;
  font-size: 1.05rem;
}

.spec-list {
  margin: 0;
}

.spec-list div {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.spec-list div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.spec-list dt {
  color: #a9c5ff;
  font-weight: 700;
}

.spec-list dd {
  margin: 0;
  color: #eef4ff;
}

.licensing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.price-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.price-card--primary {
  border-color: var(--blue-700);
  box-shadow: 0 20px 50px rgba(20, 60, 132, 0.12);
}

.price-card h2 {
  margin-bottom: 16px;
}

.price-card--primary h2 {
  color: var(--blue-800);
  font-size: clamp(3.2rem, 7vw, 5.4rem);
}

.card-kicker {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-detail,
.price-card > p:not(.card-kicker) {
  color: var(--muted);
}

.price-card .button {
  margin-top: auto;
}

.coming-soon {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 6px 11px;
  color: #9a430b;
  border: 1px solid #ffc499;
  border-radius: 999px;
  background: var(--orange-soft);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.small-print {
  margin-top: auto;
  font-size: 0.82rem;
}

.privacy-points .text-link {
  display: inline-block;
  margin-top: 8px;
}

.support-panel {
  display: grid;
  padding: 52px;
  color: #fff;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
  box-shadow: var(--shadow);
}

.support-panel p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  color: #cbd9f2;
}

.faq-section {
  padding-top: 36px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

details {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

summary {
  padding: 20px 0;
  font-weight: 750;
  cursor: pointer;
}

details p {
  margin: -4px 0 20px;
  color: var(--muted);
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.footer-brand div,
.footer-brand span {
  display: block;
}

.footer-brand span,
.copyright {
  color: var(--muted);
  font-size: 0.8rem;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
}

.legal-main {
  background: linear-gradient(180deg, var(--blue-50), #fff 540px);
}

.legal-document {
  max-width: 860px;
  padding-top: 86px;
  padding-bottom: 110px;
}

.legal-document h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.legal-summary {
  max-width: 700px;
  margin: 24px 0 8px;
  color: var(--muted);
  font-size: 1.2rem;
}

.last-updated {
  margin-bottom: 58px;
  color: var(--blue-700);
  font-size: 0.86rem;
  font-weight: 700;
}

.legal-document section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-document section h2 {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.legal-document section p {
  color: var(--muted);
}

.legal-document > .button {
  margin-top: 26px;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-section,
  .privacy-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .admin-grid {
    gap: 54px;
  }

  .hero-art {
    width: min(100%, 680px);
    min-height: auto;
  }

  .hero-backdrop {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .privacy-grid {
    gap: 34px;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 68px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    padding: 54px 0 68px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .product-facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-facts li,
  .product-facts li:first-child {
    padding: 0 0 0 16px;
    border-left: 2px solid var(--line);
  }

  .hero-art {
    min-height: 370px;
    margin-bottom: 26px;
  }

  .hero-backdrop {
    height: 370px;
  }

  .screenshot-card {
    right: 10px;
    bottom: -28px;
    width: 82%;
  }

  .trust-grid,
  .feature-grid,
  .licensing-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid p,
  .trust-grid p:first-child {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .trust-grid p:first-child {
    border-top: 0;
  }

  .section {
    padding: 72px 0;
  }

  .feature-card {
    min-height: 220px;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .price-card {
    min-height: 390px;
    padding: 28px;
  }

  .support-panel {
    padding: 34px 26px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .button--light {
    width: 100%;
  }

  .footer-grid {
    align-items: start;
  }

  .site-footer nav {
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
