@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/SourceSans3-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/Fraunces-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --home-bg: #030504;
  --home-ink: #f7f7f4;
  --home-muted: #9da69f;
  --home-dim: #747d77;
  --home-cyan: #00e5ff;
  --home-amber: #ffb000;
  --home-check: #5de68a;
  --home-line: rgba(255, 255, 255, 0.11);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--home-bg);
  color: var(--home-ink);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

button,
summary {
  font: inherit;
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--home-cyan);
  outline-offset: 4px;
}

.home-shell {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.home-nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.045em;
}

/* Frame the owner-supplied mint mark without redrawing its geometry.
   The cropped source is embedded in SVG with its black background removed. */
.home-brand-mark {
  display: block;
  width: 34px;
  height: 29.3px;
  flex: 0 0 34px;
  position: relative;
  overflow: hidden;
}
.home-brand-mark img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
}

.home-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  color: var(--home-muted);
  font-size: 14px;
}

.home-nav-link span {
  color: var(--home-ink);
  font-size: 17px;
  transition: transform 180ms ease;
}

.home-nav-link:hover span {
  transform: translateY(3px);
}

.home-hero {
  position: relative;
  text-align: center;
  padding: 10px 0 62px;
  isolation: isolate;
}

.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -68px 0 auto;
  height: 310px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 229, 255, 0.07), transparent 68%);
  pointer-events: none;
}

.home-hero h1 {
  max-width: 960px;
  margin: 2px auto 7px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(48px, 6.3vw, 76px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.home-hero h1 em {
  color: var(--home-cyan);
  font-style: normal;
  text-shadow: 0 0 35px rgba(0, 229, 255, 0.18);
}

.home-hero-lede {
  max-width: 720px;
  margin: 0 auto 10px;
  color: var(--home-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.45;
}

.home-hero-media {
  width: min(100%, 1000px);
  height: 530px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home-hero-media::before,
.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.home-hero-media::before {
  background: linear-gradient(to bottom, var(--home-bg) 0%, rgba(3, 5, 4, 0.1) 8%, transparent 60%, var(--home-bg) 99%);
}

.home-hero-media::after {
  background: linear-gradient(90deg, var(--home-bg) 0%, transparent 14%, transparent 86%, var(--home-bg) 100%);
}

.home-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 39% center;
  opacity: 0.96;
  transform: scale(1.02);
  animation: hero-breathe 9s ease-in-out infinite alternate;
}

.home-hero-action {
  width: min(440px, calc(100% - 20px));
  margin: 12px auto 0;
}

.home-primary-action {
  width: 100%;
  min-height: 66px;
  padding: 14px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171000;
  background: linear-gradient(110deg, #ff9d00, #ffd15a 55%, var(--home-amber));
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(255, 176, 0, 0.34), 0 18px 55px rgba(0, 0, 0, 0.5);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 650;
  letter-spacing: -0.035em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-primary-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(255, 176, 0, 0.45), 0 22px 60px rgba(0, 0, 0, 0.5);
}

.home-action-note {
  margin: 10px 0 0;
  color: var(--home-dim);
  font-size: 13px;
}

.home-relief {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 20px 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #dfe5e1;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.22;
  letter-spacing: -0.035em;
  text-align: center;
}

.home-relief em {
  color: var(--home-cyan);
  font-style: normal;
}

.home-faq {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 98px;
  position: relative;
}

.home-faq::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -80px;
  left: -320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.07), transparent 68%);
  pointer-events: none;
}

.home-faq h2 {
  margin: 0 0 44px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(46px, 5.8vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-faq h2 em {
  display: block;
  color: var(--home-cyan);
  font-style: normal;
}

.home-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.home-faq details {
  border-bottom: 1px solid var(--home-line);
}

.home-faq summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 24px 56px 24px 0;
  color: #ecf0ed;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.home-faq summary::-webkit-details-marker {
  display: none;
}

.home-faq summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 19px;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07100d;
  background: var(--home-amber);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.home-faq details[open] summary::after {
  transform: rotate(45deg);
  background: var(--home-cyan);
}

.home-faq-answer {
  max-width: 780px;
  margin: -2px 0 26px;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.7;
}

.home-faq-answer strong {
  color: #ecf0ed;
  font-weight: 650;
}

.home-faq-close {
  padding-top: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.home-faq-close p {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(31px, 4.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-faq-action {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #171000;
  background: var(--home-amber);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(255, 176, 0, 0.2);
  font-size: 15px;
  font-weight: 650;
}

.home-footer {
  padding: 28px 0 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--home-dim);
  font-size: 13px;
}

.home-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.home-footer img {
  display: block;
}

.home-footer p {
  margin: 3px 0;
}

.home-footer-links {
  display: flex;
  gap: 18px;
}

.home-footer a:hover {
  color: var(--home-cyan);
}

@keyframes hero-breathe {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.045) translateY(-4px); }
}

@media (max-width: 700px) {
  .home-shell {
    width: min(100% - 28px, 620px);
  }

  .home-nav {
    height: 62px;
  }

  .home-hero {
    padding-top: 18px;
  }

  .home-hero h1 {
    max-width: 520px;
    font-size: clamp(45px, 12vw, 58px);
  }

  .home-hero-lede {
    max-width: 390px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .home-hero-media {
    width: calc(100% + 230px);
    height: 480px;
    margin-left: -115px;
  }

  .home-primary-action {
    min-height: 58px;
    font-size: 24px;
  }

  .home-relief {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 74px;
  }

  .home-faq {
    padding: 66px 0 74px;
  }

  .home-faq h2 {
    margin-bottom: 32px;
  }

  .home-faq-close {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-faq-action {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .home-hero h1 {
    font-size: 44px;
  }

  .home-hero-media {
    width: calc(100% + 285px);
    height: 430px;
    margin-left: -142.5px;
  }

  .home-hero-action {
    width: 100%;
  }

  .home-primary-action {
    font-size: 23px;
  }

  .home-faq {
    width: calc(100% - 34px);
  }

  .home-faq summary {
    padding: 21px 49px 21px 0;
    font-size: 16px;
  }

  .home-faq summary::after {
    top: 16px;
    right: 0;
  }

  .home-faq-answer {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.home-free-link {
  display: block;
  margin: 20px auto 0;
  color: #c5d0c8;
  font-size: 15px;
  text-underline-offset: 5px;
}

.home-free-link:hover {
  color: var(--home-cyan);
  text-decoration: underline;
}

.home-free {
  padding: 68px 36px;
  border: 1px solid var(--home-line);
  border-radius: 32px;
  background: radial-gradient(ellipse at 90% 0%, #10362666, transparent 60%), #080d0a;
}

.home-free-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 38px;
}

.home-free-eyebrow {
  color: #96dfad;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 650;
}

.home-free h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 18px 0;
}

.home-free h2 em {
  color: #a6edbd;
  font-style: normal;
}

.home-free p {
  color: #b4c1b8;
}

.home-bonuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 36px;
}

.home-bonuses article {
  padding: 25px;
  background: #ffffff04;
  border: 1px solid var(--home-line);
  border-radius: 18px;
}

.home-bonuses article > span {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #a6edbd;
}

.home-bonuses h3 {
  font-size: 23px;
  letter-spacing: -0.025em;
  margin: 12px 0 8px;
}

.home-bonuses p {
  margin: 0;
  font-size: 16px;
}

.home-compare-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.home-compare-intro h3 {
  margin: 0 0 12px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: var(--home-ink);
}

.home-compare-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.home-compare-key {
  display: none;
}

.home-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #0a0c0b;
}

.home-comparison {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  text-align: left;
}

.home-comparison caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.home-comparison th,
.home-comparison td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--home-line);
  vertical-align: middle;
}

.home-comparison thead th {
  padding-top: 20px;
  padding-bottom: 18px;
  background: #111614;
  color: #c2cec6;
  font-size: 13px;
  font-weight: 650;
  vertical-align: top;
}

.home-comparison thead th:first-child {
  border-radius: 22px 0 0 0;
  color: var(--home-dim);
  font-weight: 550;
}

.home-comparison thead th:last-child {
  border-radius: 0 22px 0 0;
}

.home-tier-name {
  display: block;
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-tier-price {
  display: block;
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 500;
}

.home-comparison thead th:nth-child(2) .home-tier-name {
  color: #c9d4cc;
}

.home-comparison thead th:nth-child(3) .home-tier-name {
  color: var(--home-amber);
}

.home-comparison thead th:nth-child(4) .home-tier-name {
  color: var(--home-cyan);
}

.home-comparison tbody th {
  width: 40%;
  color: #ecf0ed;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.home-compare-sub {
  display: block;
  margin-top: 4px;
  color: var(--home-dim);
  font-size: 13px;
  font-weight: 450;
}

.home-comparison td {
  width: 20%;
  text-align: center;
}

.home-comparison tbody tr:last-child th,
.home-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.home-check {
  color: var(--home-check);
  font-size: 22px;
  font-weight: 750;
  line-height: 1;
  text-shadow: 0 0 12px rgba(93, 230, 138, 0.28);
}

.home-dash {
  color: #5d6660;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.home-sku {
  color: var(--home-amber);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-addons {
  margin-top: 22px;
  padding: 8px 8px 4px;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #0a0c0b;
}

.home-addons h4 {
  margin: 0;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.home-addon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--home-line);
}

.home-addon:last-child {
  border-bottom: 0;
}

.home-addon-name {
  margin: 0 0 6px;
  color: #ecf0ed;
  font-size: 16px;
  font-weight: 650;
}

.home-addon p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.home-addon-tier {
  flex: 0 0 auto;
  padding-top: 2px;
  color: var(--home-cyan);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.home-compare-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.home-tier-cta {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-tier-cta:hover {
  transform: translateY(-1px);
}

.home-tier-cta-free {
  color: #041318;
  background: var(--home-cyan);
  box-shadow: 0 0 22px rgba(0, 229, 255, 0.28);
}

.home-tier-cta-admin,
.home-tier-cta-growth {
  color: var(--home-ink);
  background: #0e1210;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.home-tier-cta-admin:hover,
.home-tier-cta-growth:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.home-free-close {
  max-width: 660px;
  margin: 44px auto 0;
  text-align: center;
}

.home-free-close h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0;
}

.home-free-close .home-primary-action {
  max-width: 500px;
  border: 0;
  font: 650 20px "Source Sans 3", sans-serif;
  margin: 12px auto 18px;
}

.home-free-close small {
  display: block;
  color: #a2ada6;
  line-height: 1.7;
  font-size: 13px;
}

.home-free-close .home-growth-note {
  margin-top: 26px;
  font-size: 15px;
}

.home-growth-note a {
  color: #a6edbd;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 700px) {
  .home-free {
    padding: 36px 18px;
    border-radius: 22px;
  }

  .home-bonuses {
    grid-template-columns: 1fr;
  }

  .home-compare-key {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 18px;
    color: var(--home-muted);
    font-size: 13px;
  }

  .home-compare-key span:nth-child(1) {
    color: #c9d4cc;
  }

  .home-compare-key span:nth-child(2) {
    color: var(--home-amber);
  }

  .home-compare-key span:nth-child(3) {
    color: var(--home-cyan);
  }

  .home-compare-scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-comparison,
  .home-comparison tbody {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .home-comparison thead {
    display: none;
  }

  .home-comparison tr {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 12px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: #0a0c0b;
    overflow: hidden;
  }

  .home-comparison tbody th {
    grid-column: 1 / -1;
    width: auto;
    padding: 14px 16px 6px;
    border-bottom: 0;
  }

  .home-comparison tbody td {
    display: block;
    width: auto;
    padding: 8px 6px 14px;
    border-bottom: 0;
    vertical-align: top;
  }

  .home-comparison tbody tr:last-child th,
  .home-comparison tbody tr:last-child td {
    border-bottom: 0;
  }

  .home-comparison td::before {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.02em;
  }

  .home-comparison td:nth-child(2)::before {
    content: "Free";
    color: #c9d4cc;
  }

  .home-comparison td:nth-child(3)::before {
    content: "Admin";
    color: var(--home-amber);
  }

  .home-comparison td:nth-child(4)::before {
    content: "Growth";
    color: var(--home-cyan);
  }

  .home-addons {
    border-radius: 16px;
  }

  .home-addon {
    flex-direction: column;
    gap: 8px;
  }

  .home-compare-actions {
    flex-direction: column;
  }

  .home-tier-cta {
    width: 100%;
  }
}
