:root {
  --plus-bg: hsl(42 24% 97%);
  --plus-panel: hsl(0 0% 100%);
  --plus-panel-soft: hsl(160 28% 94%);
  --plus-panel-warm: hsl(36 52% 93%);
  --plus-ink: hsl(214 23% 15%);
  --plus-ink-soft: hsl(214 14% 34%);
  --plus-ink-muted: hsl(214 10% 48%);
  --plus-line: hsl(214 18% 86%);
  --plus-accent: hsl(164 48% 32%);
  --plus-accent-strong: hsl(347 62% 42%);
  --plus-warning: hsl(38 80% 42%);
  --plus-shadow: hsl(214 26% 24% / 0.09);
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --plus-bg: hsl(214 18% 10%);
    --plus-panel: hsl(214 16% 15%);
    --plus-panel-soft: hsl(165 28% 18%);
    --plus-panel-warm: hsl(36 34% 18%);
    --plus-ink: hsl(42 36% 96%);
    --plus-ink-soft: hsl(42 18% 84%);
    --plus-ink-muted: hsl(42 12% 68%);
    --plus-line: hsl(214 14% 28%);
    --plus-accent: hsl(164 46% 64%);
    --plus-accent-strong: hsl(347 72% 72%);
    --plus-warning: hsl(40 78% 66%);
    --plus-shadow: hsl(0 0% 0% / 0.24);
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--plus-bg);
  color: var(--plus-ink);
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(180deg, hsl(164 28% 95% / 0.72), transparent 34rem),
    var(--plus-bg);
  color: var(--plus-ink);
}

a {
  color: inherit;
}

.plus-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.plus-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
}

.plus-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--plus-ink);
  text-decoration: none;
}

.plus-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--plus-line);
  border-radius: 8px;
  background: var(--plus-panel);
  box-shadow: 0 14px 26px var(--plus-shadow);
  color: var(--plus-accent);
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.plus-brand-copy {
  display: grid;
  line-height: 1.05;
}

.plus-brand-copy strong {
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
}

.plus-brand-copy span {
  color: var(--plus-ink-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.plus-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.plus-nav a,
.plus-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--plus-line);
  border-radius: 8px;
  background: var(--plus-panel);
  color: var(--plus-ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.plus-nav a[aria-current="page"],
.plus-pill--primary {
  border-color: color-mix(in srgb, var(--plus-accent) 42%, var(--plus-line));
  background: var(--plus-panel-soft);
  color: var(--plus-accent);
}

.plus-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 36px;
  align-items: center;
  padding: 78px 0 46px;
}

.plus-kicker {
  margin: 0 0 12px;
  color: var(--plus-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plus-hero h1,
.plus-section-head h2,
.plus-price-card h2,
.plus-mini-card h3,
.plus-faq h3 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
}

.plus-hero h1 {
  max-width: 720px;
  font-size: clamp(2.4rem, 6.5vw, 5.4rem);
  line-height: 0.92;
}

.plus-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--plus-ink-soft);
  font-size: clamp(1.04rem, 2vw, 1.26rem);
  line-height: 1.55;
}

.plus-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.plus-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--plus-line);
  border-radius: 8px;
  background: var(--plus-panel);
  color: var(--plus-ink);
  font-weight: 900;
  text-decoration: none;
}

.plus-button--primary {
  border-color: var(--plus-accent);
  background: var(--plus-accent);
  color: white;
}

.plus-button--accent {
  border-color: var(--plus-accent-strong);
  background: var(--plus-accent-strong);
  color: white;
}

.plus-status {
  display: none;
  margin: 28px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--plus-line);
  border-left: 5px solid var(--plus-accent);
  border-radius: 8px;
  background: var(--plus-panel);
  box-shadow: 0 14px 30px var(--plus-shadow);
  color: var(--plus-ink-soft);
  font-weight: 800;
}

.plus-status.is-visible {
  display: block;
}

.plus-visual {
  display: grid;
  gap: 14px;
  align-self: stretch;
}

.plus-screenshot-shell {
  overflow: hidden;
  border: 1px solid var(--plus-line);
  border-radius: 8px;
  background: var(--plus-panel);
  box-shadow: 0 24px 54px var(--plus-shadow);
}

.plus-screenshot-toolbar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid var(--plus-line);
}

.plus-screenshot-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--plus-line);
}

.plus-screenshot-toolbar span:nth-child(1) {
  background: hsl(347 70% 70%);
}

.plus-screenshot-toolbar span:nth-child(2) {
  background: hsl(38 78% 67%);
}

.plus-screenshot-toolbar span:nth-child(3) {
  background: hsl(164 44% 55%);
}

.plus-screenshot-shell img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--plus-panel);
}

.plus-visual-note {
  color: var(--plus-ink-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.plus-section {
  padding: 42px 0;
}

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

.plus-section-head h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

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

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

.plus-price-card,
.plus-mini-card,
.plus-faq,
.plus-table-wrap {
  border: 1px solid var(--plus-line);
  border-radius: 8px;
  background: var(--plus-panel);
  box-shadow: 0 18px 40px var(--plus-shadow);
}

.plus-price-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: 22px;
}

.plus-price-card--highlight {
  border-color: color-mix(in srgb, var(--plus-accent) 42%, var(--plus-line));
  background: linear-gradient(180deg, var(--plus-panel-soft), var(--plus-panel));
}

.plus-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.plus-price {
  font-family: "Raleway", sans-serif;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.plus-price-sub {
  color: var(--plus-ink-muted);
  font-weight: 800;
}

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

.plus-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--plus-ink-soft);
  line-height: 1.42;
}

.plus-check,
.plus-minus {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

.plus-check {
  background: var(--plus-panel-soft);
  color: var(--plus-accent);
}

.plus-minus {
  background: hsl(347 40% 94%);
  color: var(--plus-accent-strong);
}

.plus-table-wrap {
  overflow-x: auto;
}

.plus-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--plus-ink-soft);
}

.plus-table caption {
  padding: 18px 18px 0;
  color: var(--plus-ink);
  font-family: "Raleway", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: left;
}

.plus-table th,
.plus-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--plus-line);
  text-align: left;
  vertical-align: top;
}

.plus-table th {
  color: var(--plus-ink);
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
}

.plus-table tr:last-child td {
  border-bottom: 0;
}

.plus-feature-name {
  color: var(--plus-ink);
  font-weight: 900;
}

.plus-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--plus-panel-soft);
  color: var(--plus-accent);
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.plus-badge--muted {
  background: hsl(214 12% 92%);
  color: var(--plus-ink-muted);
}

.plus-badge--warning {
  background: var(--plus-panel-warm);
  color: var(--plus-warning);
}

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

.plus-mini-card,
.plus-faq {
  padding: 20px;
}

.plus-mini-card h3,
.plus-faq h3 {
  font-size: 1.08rem;
}

.plus-mini-card p,
.plus-faq p {
  margin: 10px 0 0;
  color: var(--plus-ink-soft);
  line-height: 1.5;
}

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

.plus-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 0;
  color: var(--plus-ink-muted);
  font-size: 0.9rem;
}

.plus-footer a {
  color: var(--plus-ink-soft);
  font-weight: 800;
}

@media (max-width: 820px) {
  .plus-page {
    width: min(100% - 24px, 640px);
    padding-top: 16px;
  }

  .plus-topbar,
  .plus-section-head,
  .plus-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .plus-nav {
    justify-content: flex-start;
  }

  .plus-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 44px 0 28px;
  }

  .plus-hero h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .plus-price-grid,
  .plus-mini-grid,
  .plus-faq-grid {
    grid-template-columns: 1fr;
  }

  .plus-table-wrap {
    overflow-x: visible;
    background: transparent;
    box-shadow: none;
  }

  .plus-table {
    min-width: 0;
    display: block;
  }

  .plus-table caption {
    display: block;
    padding: 0 0 12px;
  }

  .plus-table thead {
    display: none;
  }

  .plus-table tbody,
  .plus-table tr,
  .plus-table td {
    display: block;
    width: 100%;
  }

  .plus-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid var(--plus-line);
    border-radius: 8px;
    background: var(--plus-panel);
    box-shadow: 0 12px 28px var(--plus-shadow);
  }

  .plus-table td {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid var(--plus-line);
  }

  .plus-table td:first-child {
    display: block;
    padding-top: 0;
  }

  .plus-table td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .plus-table td::before {
    content: attr(data-label);
    color: var(--plus-ink-muted);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .plus-table td:first-child::before {
    display: none;
  }
}

@media (max-width: 420px) {
  .plus-nav a,
  .plus-pill,
  .plus-button {
    width: 100%;
  }

  .plus-hero-actions {
    display: grid;
  }
}
