:root {
  --ink: #101827;
  --muted: #64748b;
  --line: #dbe4f0;
  --panel: #ffffff;
  --soft: #f5f8fc;
  --accent: #1167e8;
  --accent-dark: #0b4ec2;
  --accent-soft: #e8f1ff;
  --accent-2: #1d4ed8;
  --danger: #b91c1c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: #f8fafc;
}

.buy-strip {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 8px clamp(16px, 4vw, 56px);
  background: #0b4ec2;
  color: #dbeafe;
  box-shadow: 0 10px 24px rgba(5, 46, 22, .18);
}

.buy-strip strong {
  color: #ffffff;
  font-size: 15px;
}

.buy-strip span {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
}

.buy-strip .button {
  min-height: 32px;
  padding: 0 14px;
  background: #ffffff;
  color: #0b4ec2;
  box-shadow: none;
}

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

.topbar {
  position: sticky;
  top: 48px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.site-logo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(17, 103, 232, .18);
}

.mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  color: #334155;
}

.nav a:hover {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.button.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(22, 163, 74, .24);
}

.button.primary:hover {
  background: var(--accent-dark);
  color: #fff;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: #334155;
}

.hero-cta {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 18px;
  box-shadow: 0 18px 36px rgba(22, 163, 74, .28);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(56px, 9vw, 108px) clamp(18px, 4vw, 56px) 34px;
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 7vw, 84px);
  line-height: .92;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #475569;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 0 14px;
  background: #f0fdf4;
  color: #166534;
  font-size: 13px;
  font-weight: 900;
}

.product-shot {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .10);
}

.shot-top {
  display: flex;
  gap: 6px;
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.shot-body {
  display: grid;
  grid-template-columns: 92px 1fr 112px;
  gap: 12px;
  min-height: 340px;
  padding: 14px;
  background: #f8fafc;
}

.rail,
.side {
  display: grid;
  gap: 10px;
  align-content: start;
}

.thumb,
.mini-card,
.page {
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  background: #fff;
}

.thumb {
  height: 86px;
}

.page {
  min-height: 290px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
}

.line {
  height: 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #dbe4f0;
}

.line.short {
  width: 62%;
}

.highlight {
  height: 18px;
  margin: 24px 0 14px;
  border-radius: 4px;
  background: #fde68a;
}

.stamp {
  display: inline-grid;
  place-items: center;
  margin-top: 18px;
  width: 116px;
  height: 44px;
  border: 3px solid #b91c1c;
  color: #b91c1c;
  font-weight: 950;
  transform: rotate(-6deg);
}

.mini-card {
  min-height: 62px;
  padding: 10px;
}

.section {
  padding: 44px clamp(18px, 4vw, 56px);
}

.section h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 46px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.embed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 18px;
}

.embed-actions .button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
}

.software-frame {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .10);
}

.demo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #dbe4f0;
  background: #0f172a;
  color: #e5edf8;
}

.demo-topbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.demo-topbar span,
.demo-back {
  font-size: 13px;
  font-weight: 850;
}

.demo-back {
  color: #cfe0ff;
}

.demo-topbar .button {
  min-height: 40px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
}

.frame-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #dbe4f0;
  background: #f8fbff;
}

.frame-label strong {
  font-size: 13px;
}

.frame-label a {
  color: #0b4ec2;
  font-size: 13px;
  font-weight: 850;
}

.software-frame iframe {
  display: block;
  width: 100%;
  height: min(860px, 84vh);
  border: 0;
  background: #fff;
}

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

.card,
.checkout,
.download-panel {
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.card {
  padding: 22px;
}

.card h3 {
  margin: 0 0 8px;
}

.card p,
.fineprint,
.download-panel p,
.checkout p {
  color: var(--muted);
  line-height: 1.55;
}

.checkout-wrap,
.thanks-wrap {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 64px);
  padding: 38px 18px;
}

.checkout,
.download-panel {
  width: min(760px, 100%);
  padding: clamp(24px, 4vw, 42px);
}

.price {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 22px 0;
}

.price strong {
  font-size: 54px;
  line-height: 1;
}

.checks {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.checks li::before {
  content: "✓";
  color: var(--accent-2);
  font-weight: 950;
  margin-right: 8px;
}

.download-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a, #1167e8);
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 26px 54px rgba(17, 103, 232, .28);
}

.download-button {
  width: 100%;
  min-height: 54px;
  margin: 14px 0;
  font-size: 17px;
}

.steps {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: #475569;
}

.footer {
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(148, 163, 184, .32);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero,
  .grid,
  .section-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .demo-topbar,
  .demo-topbar > div {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-topbar .button {
    width: 100%;
  }

  .shot-body {
    grid-template-columns: 70px 1fr;
  }

  .side {
    display: none;
  }
}

/* Minimal sales page refresh. */
body {
  background: #ffffff;
}

.buy-strip {
  min-height: 44px;
  box-shadow: none;
}

.topbar {
  top: 44px;
  min-height: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255, 255, 255, .98);
}

.nav a:not(.button) {
  display: none;
}

.hero {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  padding-top: clamp(48px, 7vw, 84px);
  padding-bottom: 20px;
  text-align: center;
}

.hero h1 {
  margin-inline: auto;
  font-size: clamp(44px, 7vw, 76px);
}

.hero p {
  margin-inline: auto;
}

.hero-actions {
  justify-content: center;
}

.product-shot {
  display: none;
}

.fineprint {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.embed-actions {
  justify-content: center;
}

.software-frame {
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.demo-topbar {
  background: #0b4ec2;
  color: #eff6ff;
}

.demo-topbar .button.primary {
  background: #ffffff;
  color: #0b4ec2;
  box-shadow: none;
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin-inline: auto;
}

.card {
  border-radius: 10px;
  box-shadow: none;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin-inline: auto;
}

.security-copy {
  align-self: start;
}

.eyebrow {
  margin: 0 0 10px;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.security-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 44px);
}

.security-copy p:not(.eyebrow) {
  color: #475569;
  font-size: 17px;
  line-height: 1.6;
}

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

.security-card {
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  padding: 18px;
  background: #ffffff;
}

.security-card strong {
  color: #0f172a;
  font-size: 15px;
}

.security-card p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .security-section,
  .security-grid {
    grid-template-columns: 1fr;
  }
}

/* Apple-inspired simple software homepage. */
body.apple-simple-home {
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 42%, #f5f9ff 100%);
}

body.apple-simple-home .buy-strip {
  display: none;
}

body.apple-simple-home .topbar {
  top: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  justify-content: stretch;
  min-height: 56px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(22px);
}

body.apple-simple-home .brand {
  gap: 9px;
  color: #111827;
  font-size: 14px;
}

body.apple-simple-home .site-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(17, 103, 232, .16);
}

body.apple-simple-home .nav {
  justify-self: center;
  gap: 14px;
}

body.apple-simple-home .top-actions {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
}

body.apple-simple-home .nav a:not(.button) {
  display: inline-flex;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
}

body.apple-simple-home .button.primary {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 16px;
  background: #1167e8;
  color: #ffffff;
  box-shadow: none;
}

body.apple-simple-home .button.primary:hover {
  background: #0b4ec2;
}

body.apple-simple-home .button.secondary {
  min-height: 34px;
  border-color: #bfdbfe;
  border-radius: 999px;
  padding: 0 16px;
  background: #ffffff;
  color: #1167e8;
}

body.apple-simple-home .try-hero {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 76px) clamp(18px, 4vw, 42px) 28px;
  text-align: center;
}

body.apple-simple-home .try-copy h1 {
  max-width: 820px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(48px, 8vw, 86px);
  line-height: .94;
  font-weight: 950;
}

body.apple-simple-home .try-copy p {
  max-width: 680px;
  margin: 16px auto 0;
  color: #475569;
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.28;
  font-weight: 650;
}

body.apple-simple-home .try-copy .slogan {
  max-width: 820px;
  color: #1167e8;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.16;
  font-weight: 900;
}

body.apple-simple-home .try-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.apple-simple-home .try-actions .button {
  min-height: 42px;
  padding: 0 22px;
  font-size: 15px;
}

body.apple-simple-home .try-actions .hero-cta {
  box-shadow: 0 14px 30px rgba(17, 103, 232, .18);
}

body.apple-simple-home .home-demo {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 34px) 24px;
}

body.apple-simple-home .software-frame {
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, .16);
}

body.apple-simple-home .home-demo .software-frame {
  border-radius: 22px;
}

body.apple-simple-home .demo-topbar {
  min-height: 48px;
  padding: 9px 14px;
  background: linear-gradient(90deg, #0f172a, #1167e8);
  color: #eff6ff;
}

body.apple-simple-home .demo-back {
  color: #eff6ff;
}

body.apple-simple-home .demo-topbar .button.primary {
  background: #ffffff;
  color: #0b4ec2;
}

body.apple-simple-home .frame-label {
  background: #f8fbff;
}

body.apple-simple-home .frame-label span {
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

body.apple-simple-home .software-frame iframe {
  display: block;
  height: min(900px, calc(100vh - 260px));
  min-height: 620px;
}

body.apple-simple-home .benefit-stage {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 80px) clamp(14px, 3vw, 34px) 22px;
}

body.apple-simple-home .benefit-head {
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

body.apple-simple-home .benefit-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .96;
  font-weight: 950;
}

body.apple-simple-home .benefit-head p {
  margin: 14px auto 0;
  color: #64748b;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 650;
}

body.apple-simple-home .benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.apple-simple-home .benefit-card {
  min-height: 310px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

body.apple-simple-home .benefit-card span {
  color: #1167e8;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}

body.apple-simple-home .benefit-card h3 {
  max-width: 620px;
  margin: 12px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  font-weight: 950;
}

body.apple-simple-home .benefit-card p {
  max-width: 520px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 650;
}

body.apple-simple-home .benefit-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 22px;
  border-radius: 999px;
  padding: 0 18px;
  background: #1167e8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

body.apple-simple-home .large-card {
  grid-column: span 2;
  min-height: 360px;
  background:
    radial-gradient(circle at 80% 20%, rgba(96, 165, 250, .28), transparent 34%),
    linear-gradient(135deg, #ffffff, #eef6ff);
}

body.apple-simple-home .blue-card {
  background: linear-gradient(135deg, #0b4ec2, #1167e8);
}

body.apple-simple-home .blue-card span,
body.apple-simple-home .blue-card h3,
body.apple-simple-home .blue-card p {
  color: #ffffff;
}

body.apple-simple-home .blue-card p {
  color: #dbeafe;
}

body.apple-simple-home .light-card {
  background: #f8fbff;
}

body.apple-simple-home .dark-card {
  background: #0f172a;
}

body.apple-simple-home .dark-card span {
  color: #93c5fd;
}

body.apple-simple-home .dark-card h3 {
  color: #ffffff;
}

body.apple-simple-home .dark-card p {
  color: #cbd5e1;
}

body.apple-simple-home .dark-card a {
  background: #ffffff;
  color: #0f172a;
}

body.apple-simple-home .feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 18px auto clamp(70px, 10vw, 130px);
  padding: 0 clamp(14px, 3vw, 34px);
}

body.apple-simple-home .feature-strip div {
  min-height: 170px;
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 22px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .05);
}

body.apple-simple-home .feature-strip div:first-child {
  border-radius: 22px;
}

body.apple-simple-home .feature-strip div:last-child {
  border-radius: 22px;
}

body.apple-simple-home .feature-strip strong,
body.apple-simple-home .feature-strip span {
  display: block;
}

body.apple-simple-home .feature-strip strong {
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
}

body.apple-simple-home .feature-strip span {
  margin-top: 12px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 650;
}

body.apple-simple-home .feature-stage {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 34px) clamp(70px, 10vw, 130px);
}

body.apple-simple-home .feature-hero-copy {
  max-width: 820px;
  margin: 0 auto clamp(34px, 6vw, 70px);
  text-align: center;
}

body.apple-simple-home .feature-hero-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 6vw, 74px);
  line-height: .98;
  font-weight: 950;
}

body.apple-simple-home .feature-hero-copy p {
  margin: 18px auto 0;
  color: #64748b;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
  font-weight: 650;
}

body.apple-simple-home .spacious-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
}

body.apple-simple-home .spacious-feature-list article {
  min-height: 280px;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

body.apple-simple-home .spacious-feature-list span {
  color: #1167e8;
  font-size: 14px;
  font-weight: 950;
}

body.apple-simple-home .spacious-feature-list h3 {
  max-width: 520px;
  margin: 32px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  font-weight: 950;
}

body.apple-simple-home .spacious-feature-list p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}

body.apple-simple-home .buy-stage {
  max-width: 960px;
  margin: 0 auto clamp(56px, 8vw, 100px);
  padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 70px);
  border-radius: 34px;
  background: linear-gradient(135deg, #0b4ec2, #1167e8);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 28px 80px rgba(17, 103, 232, .24);
}

body.apple-simple-home .buy-stage h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .98;
  font-weight: 950;
}

body.apple-simple-home .buy-stage p {
  margin: 18px auto 28px;
  color: #dbeafe;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

body.apple-simple-home .buy-stage .button.primary {
  background: #ffffff;
  color: #0b4ec2;
}

body.apple-simple-home .security-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 0 18px;
}

body.apple-simple-home .security-bar span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .78);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 850;
}

body.site-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 40%, #f5f9ff 100%);
}

body.site-page .checkout-wrap,
body.site-page .thanks-wrap {
  min-height: auto;
  padding: clamp(52px, 8vw, 110px) 18px;
}

body.site-page .checkout,
body.site-page .download-panel {
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.page-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 112px) clamp(18px, 4vw, 42px) clamp(70px, 10vw, 130px);
}

.page-hero {
  max-width: 840px;
  margin: 0 auto clamp(44px, 7vw, 84px);
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(46px, 8vw, 86px);
  line-height: .96;
  font-weight: 950;
}

.page-hero p {
  margin: 18px auto 0;
  color: #64748b;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.35;
  font-weight: 650;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-list article,
.info-grid article,
.contact-panel {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.faq-list article {
  padding: clamp(24px, 4vw, 42px);
}

.faq-list h2,
.info-grid h2,
.contact-panel h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 950;
}

.faq-list p,
.info-grid p,
.contact-panel p {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
}

.info-grid article {
  min-height: 300px;
  padding: clamp(26px, 4vw, 46px);
}

.info-grid span,
.contact-panel span {
  display: block;
  margin-bottom: 30px;
  color: #1167e8;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
}

.legal-page {
  display: grid;
  gap: 18px;
}

.legal-page article {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 26px;
  padding: clamp(24px, 4vw, 42px);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .05);
}

.legal-page h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 950;
}

.legal-page p {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 650;
}

.legal-footer {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.legal-footer a {
  color: #1d4ed8;
  font-weight: 850;
}

@media (max-width: 900px) {
  .info-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.apple-simple-home .topbar {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  body.apple-simple-home .brand span {
    display: none;
  }

  body.apple-simple-home .try-hero {
    padding-top: 34px;
  }

  body.apple-simple-home .try-actions .button {
    flex: 1 1 160px;
  }

  body.apple-simple-home .demo-topbar,
  body.apple-simple-home .demo-topbar > div {
    align-items: stretch;
    flex-direction: column;
  }

  body.apple-simple-home .software-frame iframe {
    min-height: 620px;
    height: 78vh;
  }

  body.apple-simple-home .benefit-grid,
  body.apple-simple-home .feature-strip,
  body.apple-simple-home .spacious-feature-list {
    grid-template-columns: 1fr;
  }

  body.apple-simple-home .large-card {
    grid-column: auto;
  }

  body.apple-simple-home .feature-strip div,
  body.apple-simple-home .feature-strip div:first-child,
  body.apple-simple-home .feature-strip div:last-child {
    border-radius: 18px;
  }
}
/* v182: polished animated border for buy CTAs. */
body.apple-simple-home a[data-buy-link].button.primary,
body.apple-simple-home .buy-stage .button.primary,
body.apple-simple-home .top-actions .button.primary,
.top-actions .button.primary[href*="buy"],
.button.primary[href="./thank-you.html"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 14px 34px rgba(17, 103, 232, .26), 0 0 0 1px rgba(17, 103, 232, .16);
}

body.apple-simple-home a[data-buy-link].button.primary::before,
body.apple-simple-home .buy-stage .button.primary::before,
body.apple-simple-home .top-actions .button.primary::before,
.top-actions .button.primary[href*="buy"]::before,
.button.primary[href="./thank-you.html"]::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -2;
  border-radius: inherit;
  background: conic-gradient(from var(--buy-ring-angle, 0deg), #93c5fd, #ffffff, #22c55e, #1167e8, #93c5fd);
  animation: buyRingSpin 2.8s linear infinite;
}

body.apple-simple-home a[data-buy-link].button.primary::after,
body.apple-simple-home .buy-stage .button.primary::after,
body.apple-simple-home .top-actions .button.primary::after,
.top-actions .button.primary[href*="buy"]::after,
.button.primary[href="./thank-you.html"]::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: calc(999px - 2px);
  background: linear-gradient(180deg, #1d7cff, #0b55d4);
}

body.apple-simple-home a[data-buy-link].button.primary:hover,
body.apple-simple-home .buy-stage .button.primary:hover,
body.apple-simple-home .top-actions .button.primary:hover,
.top-actions .button.primary[href*="buy"]:hover,
.button.primary[href="./thank-you.html"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(17, 103, 232, .34), 0 0 0 1px rgba(17, 103, 232, .22);
}

@property --buy-ring-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes buyRingSpin {
  to {
    --buy-ring-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.apple-simple-home a[data-buy-link].button.primary::before,
  body.apple-simple-home .buy-stage .button.primary::before,
  body.apple-simple-home .top-actions .button.primary::before,
  .top-actions .button.primary[href*="buy"]::before,
  .button.primary[href="./thank-you.html"]::before {
    animation: none;
  }
}

/* Early-access free note */
.free-note{display:inline-block;margin-top:10px;padding:4px 12px;border-radius:999px;background:rgba(34,189,84,.12);color:#157a38;font-weight:600;font-size:14px;}
