*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

.storefront {
  color-scheme: light;
  --pc-bg: oklch(0.985 0.008 263);
  --pc-bg-2: oklch(0.96 0.012 263);
  --pc-surface: oklch(0.99 0.006 263);
  --pc-line: oklch(0.88 0.02 263);
  --pc-text: oklch(0.28 0.04 263);
  --pc-muted: oklch(0.48 0.03 263);
  --pc-blue: oklch(0.54 0.21 263);
  --pc-blue-2: oklch(0.46 0.19 263);
  --pc-on-blue: oklch(0.97 0.012 263);
  --pc-ok: oklch(0.52 0.12 145);
  --pc-ok-soft: oklch(0.93 0.04 145);
  --pc-danger: oklch(0.52 0.18 25);
  --pc-font: var(--font-storefront), "Segoe UI", sans-serif;
  --pc-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: clamp(2.25rem, 4.5vw, 3.5rem);
  --space-xl: clamp(4.5rem, 10vw, 8rem);
  --space-2xl: clamp(5.5rem, 12vw, 9.5rem);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--pc-bg);
  color: var(--pc-text);
  font-family: var(--pc-font);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.storefront a {
  color: inherit;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 20;
  background: var(--pc-blue);
  color: var(--pc-on-blue);
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

.wrap {
  width: min(1120px, calc(100% - clamp(1.5rem, 8vw, 6rem)));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--pc-bg);
  border-bottom: 1px solid var(--pc-line);
}

.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--pc-text);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brandMark {
  display: block;
  height: 38px;
  width: 38px;
  object-fit: contain;
}

.brandName {
  font-size: 1rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  color: var(--pc-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--pc-text);
}

.headerActions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--pc-blue);
  color: var(--pc-on-blue);
  text-decoration: none;
  border: 0;
  border-radius: 6px;
  padding: 0.8rem 1.2rem;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  transition: background 0.2s var(--pc-ease);
}

.cta:hover {
  background: var(--pc-blue-2);
}

.cta:focus-visible,
.ctaGhost:focus-visible,
.nav a:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--pc-blue);
  outline-offset: 3px;
}

.ctaGhost {
  background: transparent;
  border: 1px solid var(--pc-line);
  color: var(--pc-text);
}

.ctaGhost:hover {
  background: var(--pc-bg-2);
}

.hero {
  padding: var(--space-md) 0 var(--space-xl);
}

.heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.heroCopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md);
}

.heroStatus {
  margin: 0;
  color: var(--pc-blue);
  font-weight: 650;
  font-size: 0.95rem;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.8vw, 4.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0;
  font-weight: 800;
  max-width: 12ch;
}

.lead {
  color: var(--pc-muted);
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 40ch;
  margin: 0 0 1.75rem;
}

.heroCopy .lead,
.planPageHead .lead,
.centered .lead {
  margin-bottom: 0;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.heroArt {
  position: relative;
  min-height: 28rem;
}

.heroPhotoFrame {
  position: relative;
  width: 88%;
  margin-left: auto;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: var(--pc-bg-2);
  box-shadow: 0 28px 60px oklch(0.28 0.04 263 / 0.12);
}

.heroPhoto {
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.heroChip {
  position: absolute;
  z-index: 2;
  margin: 0;
  background: var(--pc-surface);
  color: var(--pc-text);
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 650;
  box-shadow: 0 12px 28px oklch(0.28 0.04 263 / 0.1);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.heroChipDomain {
  top: 9%;
  left: 0;
}

.heroChipSsl {
  top: 24%;
  right: 0;
  background: var(--pc-blue);
  color: var(--pc-on-blue);
  border-color: transparent;
}

.heroChipOk {
  bottom: 22%;
  left: 1%;
}

.heroChipPrice {
  bottom: 7%;
  right: -2%;
  border-radius: 12px;
  font-size: 0.95rem;
}

.heroLogoChip {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: 8%;
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: var(--pc-surface);
  border-radius: 12px;
  padding: 0.35rem;
  box-shadow: 0 12px 28px oklch(0.28 0.04 263 / 0.12);
}

.statusDot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--pc-ok);
}

.kicker {
  color: var(--pc-blue);
  font-weight: 650;
  font-size: 0.95rem;
  margin: 0 0 0.65rem;
}

.section {
  padding-block: var(--space-xl);
}

.sectionHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.sectionHead a {
  color: var(--pc-blue);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}

.sectionHead a:hover {
  color: var(--pc-blue-2);
}

.section h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  letter-spacing: -0.035em;
  margin: 0 0 0.75rem;
  font-weight: 750;
  line-height: 1.2;
}

.muted {
  color: var(--pc-muted);
  margin: 0;
  max-width: 52ch;
  line-height: 1.7;
}

.band {
  background: var(--pc-bg-2);
  padding-block: var(--space-2xl);
}

.panel {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  padding: 1.4rem;
}

.solutionList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(3rem, 6vw, 5.5rem);
  row-gap: var(--space-lg);
}

.solutionFeature,
.solutionItem {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem 1.35rem;
  padding: 0 0 var(--space-lg);
  border-bottom: 1px solid var(--pc-line);
}

.solutionFeature {
  align-content: start;
}

.solutionFeature h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.035em;
  margin: 0 0 0.7rem;
}

.solutionItem {
  grid-column: auto;
}

.solutionItem h3 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
}

.solutionIndex {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--pc-blue);
  font-variant-numeric: tabular-nums;
  padding-top: 0.2rem;
}

.solutionFeature .solutionIndex {
  font-size: 1rem;
}

.solutionMeta {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.92rem;
  color: var(--pc-blue);
  text-decoration: none;
  font-weight: 600;
}

.solutionLink {
  text-decoration: none;
}

.solutionLink:hover h3 {
  color: var(--pc-blue);
}

.gridPlans {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding-bottom: 0.85rem;
  scrollbar-color: color-mix(in oklch, var(--pc-blue) 45%, var(--pc-line)) transparent;
}

.gridPlans > * {
  flex: 0 0 min(16.5rem, 78vw);
  width: min(16.5rem, 78vw);
  scroll-snap-align: start;
}

.cycleToggle {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.25rem;
  margin: 0 0 var(--space-lg);
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: var(--pc-bg-2);
}

.cycleToggle button {
  border: 0;
  background: transparent;
  color: var(--pc-muted);
  font: inherit;
  font-weight: 650;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  cursor: pointer;
}

.cycleToggle .cycleOn,
.cycleToggle button[aria-checked="true"] {
  background: var(--pc-blue);
  color: var(--pc-on-blue);
}

.planCycleHint {
  margin: -0.35rem 0 0;
  color: var(--pc-muted);
  font-size: 0.82rem;
}

.planSaveHint {
  margin: 0;
  color: var(--pc-blue);
  font-size: 0.82rem;
  font-weight: 650;
}

.grid2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.trustFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: var(--space-lg);
  padding: 0;
  list-style: none;
}

.trustFacts li {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  padding: 0.65rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.trustFacts span {
  color: var(--pc-muted);
  font-weight: 500;
}

.statusPanel {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  border-radius: 16px;
  overflow: hidden;
}

.statusChrome {
  height: 42px;
  border-bottom: 1px solid var(--pc-line);
  background: var(--pc-bg-2);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 1rem;
  color: var(--pc-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.statusChromeDots {
  display: flex;
  gap: 0.35rem;
  margin-right: 0.5rem;
}

.statusChromeDots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: oklch(0.78 0.02 263);
}

.statusBody {
  display: grid;
  gap: 0;
  padding: 1.5rem 1.6rem 1.7rem;
}

.statusRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--pc-line);
}

.statusRow:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.statusName {
  font-size: 0.95rem;
  font-weight: 650;
}

.statusDetail {
  font-size: 0.82rem;
  color: var(--pc-muted);
  margin-top: 0.15rem;
}

.statusBadge {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--pc-ok);
  background: var(--pc-ok-soft);
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  white-space: nowrap;
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 100%;
  text-align: left;
  padding: 1.45rem 1.3rem 1.35rem;
}

.plan.popular {
  border-color: color-mix(in oklch, var(--pc-blue) 42%, var(--pc-line));
  background: color-mix(in oklch, var(--pc-blue) 8%, var(--pc-surface));
}

.badge {
  align-self: start;
  background: var(--pc-blue);
  color: var(--pc-on-blue);
  font-size: 0.72rem;
  font-weight: 750;
  padding: 0.28rem 0.6rem;
  border-radius: 6px;
}

.plan h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.planTag {
  margin: 0.3rem 0 0;
  color: var(--pc-muted);
  font-size: 0.88rem;
}

.price {
  font-size: clamp(2.4rem, 3.2vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.price span {
  font-size: 0.95rem;
  color: var(--pc-muted);
  font-weight: 500;
  letter-spacing: 0;
}

.priceCurrency {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.15rem;
}

.specs {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--pc-muted);
  display: grid;
  gap: 0.15rem;
  flex: 1;
}

.specs li {
  padding-block: 0.7rem;
  border-top: 1px solid var(--pc-line);
  font-size: 0.95rem;
  line-height: 1.5;
}

.planPageHead {
  max-width: 38rem;
  margin-bottom: var(--space-lg);
}

.planPageHead h2 {
  margin-bottom: 0.85rem;
}

.planPageHead .lead {
  margin-bottom: 0;
}

.footer {
  margin-top: auto;
  border-top: 1px solid var(--pc-line);
  padding: var(--space-lg) 0 var(--space-xl);
  color: var(--pc-muted);
  font-size: 0.9rem;
}

.footerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 2rem;
}

.footer p {
  margin: 0;
}

.form {
  display: grid;
  gap: 0.9rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.form input,
.form textarea,
.form select {
  background: var(--pc-surface);
  border: 1px solid var(--pc-line);
  color: var(--pc-text);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  accent-color: var(--pc-blue);
}

.form textarea {
  min-height: 140px;
  resize: vertical;
}

.error {
  color: var(--pc-danger);
  margin: 0;
}

.ok {
  color: var(--pc-ok);
}

.notice {
  border: 1px solid var(--pc-line);
  background: color-mix(in oklch, var(--pc-blue) 8%, var(--pc-surface));
  border-radius: 10px;
  padding: 1rem 1.1rem;
}

.handoff {
  background: color-mix(in oklch, var(--pc-ok) 12%, var(--pc-surface));
  border-color: color-mix(in oklch, var(--pc-ok) 35%, var(--pc-line));
  margin-bottom: 1rem;
}

.centered {
  max-width: 40rem;
  margin: 0 0 2rem;
}

.centered .lead {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .heroGrid,
  .grid2,
  .solutionList {
    grid-template-columns: 1fr;
  }

  .nav,
  .headerActions .ctaGhost {
    display: none;
  }

  .sectionHead {
    flex-direction: column;
    align-items: start;
  }

  .hero h1 {
    max-width: none;
  }

  .heroArt {
    min-height: 0;
  }

  .heroPhotoFrame {
    width: 92%;
    margin-inline: auto;
    max-height: 28rem;
  }

  .heroChipDomain {
    left: 0.5rem;
  }

  .heroChipPrice {
    right: 0.5rem;
  }

  .solutionFeature,
  .solutionItem {
    grid-column: 1;
    grid-row: auto;
    border-right: 0;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta,
  .solutionLink h3 {
    transition: none;
  }
}
