.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.system-pillars article {
  min-width: 0;
}

.system-pillars article b {
  display: block;
  line-height: 1.45;
}

.hero {
  position: relative;
}

.hero-brand-lockup {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 26px);
  margin-bottom: 28px;
}

.hero-brand-lockup > span {
  color: var(--text);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
  text-shadow: 0 10px 35px rgba(34, 211, 167, .12);
}

.bitcoin-hero-mark {
  display: grid;
  place-items: center;
  width: clamp(68px, 8vw, 104px);
  height: clamp(68px, 8vw, 104px);
  flex: 0 0 auto;
  border: 1px solid rgba(247, 147, 26, .55);
  border-radius: 24px;
  background: radial-gradient(circle at 35% 28%, rgba(247, 147, 26, .24), rgba(247, 147, 26, .06));
  box-shadow: 0 18px 50px rgba(247, 147, 26, .16);
}

.bitcoin-hero-mark img {
  width: 64%;
  height: 64%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(247, 147, 26, .25));
}

.hero-title {
  width: min(1080px, 100%);
  max-width: none;
  font-size: clamp(28px, 4.1vw, 54px) !important;
  line-height: 1.18 !important;
  letter-spacing: -.04em;
}

.service-boundary-notice {
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(34, 211, 167, .42);
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  background: rgba(34, 211, 167, .08);
  color: var(--muted);
  line-height: 1.7;
}

.service-boundary-notice strong,
.service-boundary-notice b {
  color: var(--text);
}

.self-improvement-feature {
  margin-top: 24px;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--accent);
}

.self-improvement-feature h3 {
  margin: 0;
  color: var(--text);
  font-size: 21px;
  line-height: 1.45;
}

.self-improvement-feature p {
  margin: 10px 0 0;
}

.public-live-consent-notice {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(245, 185, 74, 0.48);
  border-radius: 14px;
  background: rgba(72, 51, 12, 0.28);
}

.public-live-consent-notice h3,
.public-live-consent-notice p {
  margin: 0;
}

.public-live-consent-notice h3 { color: #f5c85b; font-size: 1.2rem; }
.public-live-consent-notice strong { color: #ffb1b1; line-height: 1.55; }

.plan-price .vat-note {
  display: block;
  margin-top: 7px;
  color: #f3c969;
  font-weight: 800;
}

.payment-method-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  margin: 90px 0 -66px;
  padding: 16px 20px;
  border: 1px solid rgba(34, 211, 167, 0.42);
  border-radius: 14px;
  background: rgba(8, 58, 48, 0.35);
  line-height: 1.55;
}

.payment-method-notice strong { color: #66edc8; }
.payment-method-notice span { color: #c5d5d8; }

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line + .hero-line {
  margin-top: 12px;
}

.hero-line > span {
  color: var(--text);
  font-size: 1em;
  font-weight: 700;
}

.hero-line strong {
  display: inline-block;
  color: #22d3a7;
  font-size: 1.16em;
  font-weight: 900;
  padding: .08em .25em .13em;
  border: 2px solid rgba(34, 211, 167, .7);
  border-radius: .18em;
  background: linear-gradient(135deg, rgba(34, 211, 167, .14), rgba(34, 211, 167, .04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 8px 28px rgba(34, 211, 167, .12);
  text-shadow: 0 0 28px rgba(34, 211, 167, .2);
}

.plan-price del {
  display: block;
  min-height: 20px;
  color: var(--muted);
}

.plan.annual {
  position: relative;
  border-color: #e7ba55;
}

.plan[data-plan-card] {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.plan[data-plan-card]:hover {
  transform: translateY(-3px);
}

.plan[data-plan-card].selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(34, 211, 167, .18), 0 16px 45px rgba(0, 0, 0, .22);
}

.discount-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7ba55;
  color: #1b1203;
  font-size: 12px;
  font-weight: 900;
}

.annual-button {
  border-color: #e7ba55;
  background: #e7ba55;
  color: #1b1203;
}

.monthly-button {
  border-color: #39c7ef;
  background: linear-gradient(135deg, #4dd9f5, #2ba7dc);
  color: #03131b;
  box-shadow: 0 10px 26px rgba(57, 199, 239, .18);
}

.monthly-button:hover {
  border-color: #7ee7ff;
  background: linear-gradient(135deg, #70e5fa, #39b9e9);
}

.requirements small {
  display: block;
  color: #f3c969;
  line-height: 1.6;
}

.security-note {
  padding: 14px 18px;
  border-left: 3px solid var(--accent);
  background: rgba(34, 211, 167, .07);
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-preview-section .section-head {
  max-width: 820px;
}

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

.dashboard-preview-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16, 28, 38, .88);
}

.dashboard-preview-card a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #08131e;
}

.dashboard-preview-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.44 / 1;
  object-fit: cover;
  object-position: top left;
  transition: transform .2s ease;
}

.dashboard-preview-card a:hover img {
  transform: scale(1.025);
}

.dashboard-preview-card figcaption {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.dashboard-preview-card figcaption strong {
  color: var(--text);
  font-size: 19px;
}

.dashboard-preview-card figcaption span,
.preview-notice {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.preview-notice {
  margin: 16px 2px 0;
}

.site-footer {
  display: grid;
  gap: 16px;
}

.footer-business {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-business strong {
  color: var(--text);
}

.footer-business a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer p {
  margin: 0;
}

.onboarding-head {
  margin-top: 54px;
}

.steps.five {
  grid-template-columns: repeat(5, 1fr);
}

.form-actions {
  grid-template-columns: repeat(3, 1fr);
}

.join-progress {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.join-progress li {
  padding: 10px 12px;
  border-left: 2px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.join-progress li.active {
  border-color: var(--accent);
  background: rgba(34, 211, 167, .07);
  color: var(--text);
  font-weight: 800;
}

.account-actions,
.plan-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.plan-selector {
  padding: 24px;
  border: 1px solid var(--accent);
  border-radius: 14px;
  background: rgba(34, 211, 167, .05);
}

.plan-selector h3 {
  margin: 6px 0;
}

.plan-selector p {
  color: var(--muted);
  line-height: 1.6;
}

.plan-actions {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.system-login-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.google-gate {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #071018;
}

.google-gate p,
.google-gate span,
.system-account-title span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

#google-signin {
  min-height: 44px;
  margin: 12px 0 8px;
}

.or-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  color: var(--muted);
  font-size: 12px;
}

.or-divider::before,
.or-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

#local-signup-choice.selected {
  border-color: var(--accent);
  background: rgba(34, 211, 167, .12);
  color: var(--accent);
}

@media (max-width: 900px) {
  .pricing-grid,
  .steps.five,
  .dashboard-preview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .grid.four {
    grid-template-columns: 1fr;
  }

  .self-improvement-feature {
    margin-top: 20px;
    padding-left: 16px;
  }

  .self-improvement-feature h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .dashboard-preview-grid {
    grid-template-columns: 1fr;
  }

  .bitcoin-hero-mark {
    border-radius: 18px;
  }

  .hero-brand-lockup {
    gap: 12px;
    margin-bottom: 24px;
  }

  .hero-brand-lockup > span {
    font-size: clamp(25px, 7.4vw, 36px);
    letter-spacing: .025em;
  }

  .hero-title {
    font-size: clamp(21px, 6.5vw, 34px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.045em;
  }

  .hero-line {
    white-space: normal;
  }

  .hero-line + .hero-line {
    margin-top: 16px;
  }

  .hero-line strong {
    font-size: 1.1em;
    max-width: 100%;
    padding: .1em .22em .14em;
    line-height: 1.2;
  }

  .pricing-grid,
  .steps.five,
  .form-actions {
    grid-template-columns: 1fr;
  }

  .account-actions,
  .plan-actions {
    grid-template-columns: 1fr;
  }
}
