:root {
  --bg: #0c0c0c;
  --bg-elevated: #141414;
  --bg-card: #161616;
  --text: #ffffff;
  --text-muted: #9ca3af;
  --green: #a3e635;
  --green-hover: #bef264;
  --green-dim: rgba(163, 230, 53, 0.12);
  --border: rgba(255, 255, 255, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.circuit-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.46;
  background-color: var(--bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='900' viewBox='0 0 1200 900'%3E%3Cg fill='none' stroke='%23a3e635' stroke-width='0.6' opacity='0.34'%3E%3Cpath d='M 38 118 L 152 118 L 166 89 L 251 89 L 264 114 L 348 114 L 361 86 L 442 86'/%3E%3Cpath d='M 512 74 L 598 88 L 652 58 L 718 81 L 772 49 L 848 68'/%3E%3Cpath d='M 918 142 L 976 162 L 1034 131 L 1102 152 L 1168 122'/%3E%3Cpath d='M 72 272 L 156 248 L 221 282 L 288 256 L 358 284'/%3E%3Cpath d='M 628 208 L 692 232 L 748 196 L 816 222 L 882 188'/%3E%3Cpath d='M 988 322 L 922 346 L 862 312 L 798 338 L 732 302'/%3E%3Cpath d='M 48 452 L 128 426 L 198 462 L 268 436 L 336 468'/%3E%3Cpath d='M 402 538 L 472 512 L 534 546 L 602 520 L 668 552'/%3E%3Cpath d='M 742 624 L 806 598 L 868 634 L 934 608 L 1002 640'/%3E%3Cpath d='M 168 688 L 242 662 L 308 696 L 376 670 L 448 700'/%3E%3Cpath d='M 528 336 L 576 362 L 618 328 L 662 354'/%3E%3Cpath d='M 886 476 L 934 498 L 978 464 L 1024 488'/%3E%3Cpath d='M 312 168 L 312 221'/%3E%3Cpath d='M 688 126 L 688 78'/%3E%3Cpath d='M 1046 198 L 1046 255'/%3E%3Cpath d='M 428 376 L 428 331'/%3E%3Cpath d='M 784 448 L 784 498'/%3E%3Cpath d='M 158 576 L 158 528'/%3E%3Cpath d='M 546 636 L 546 688'/%3E%3Cpath d='M 276 372 L 322 404 L 366 376 L 412 410'/%3E%3Cpath d='M 648 776 L 698 748 L 742 784 L 788 754'/%3E%3Cpath d='M 108 820 L 182 798 L 248 826 L 312 804'/%3E%3Cpath d='M 850 820 L 912 792 L 968 818 L 1032 796'/%3E%3C/g%3E%3Cg fill='%23a3e635' opacity='0.42'%3E%3Ccircle cx='152' cy='118' r='1.5'/%3E%3Ccircle cx='264' cy='114' r='1.25'/%3E%3Ccircle cx='652' cy='58' r='1.5'/%3E%3Ccircle cx='772' cy='49' r='1.25'/%3E%3Ccircle cx='1034' cy='131' r='1.5'/%3E%3Ccircle cx='221' cy='282' r='1.25'/%3E%3Ccircle cx='748' cy='196' r='1.5'/%3E%3Ccircle cx='862' cy='312' r='1.25'/%3E%3Ccircle cx='198' cy='462' r='1.5'/%3E%3Ccircle cx='534' cy='546' r='1.25'/%3E%3Ccircle cx='868' cy='634' r='1.5'/%3E%3Ccircle cx='308' cy='696' r='1.25'/%3E%3Ccircle cx='576' cy='362' r='1.25'/%3E%3Ccircle cx='934' cy='498' r='1.25'/%3E%3Ccircle cx='312' cy='221' r='1.1'/%3E%3Ccircle cx='784' cy='498' r='1.1'/%3E%3Ccircle cx='412' cy='410' r='1.1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.circuit-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='700' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%23a3e635' stroke-width='0.55' opacity='0.26'%3E%3Cpath d='M 220 48 L 278 72 L 336 44 L 398 68'/%3E%3Cpath d='M 820 96 L 878 118 L 936 88 L 998 112'/%3E%3Cpath d='M 118 392 L 176 368 L 232 398 L 290 372'/%3E%3Cpath d='M 468 312 L 526 338 L 584 308 L 642 332'/%3E%3Cpath d='M 952 412 L 1010 388 L 1068 418 L 1126 392'/%3E%3Cpath d='M 358 580 L 416 556 L 474 586 L 532 560'/%3E%3Cpath d='M 712 520 L 712 472'/%3E%3Cpath d='M 142 248 L 142 198'/%3E%3Cpath d='M 1028 568 L 1028 618'/%3E%3Cpath d='M 580 180 L 618 204 L 656 178 L 694 202'/%3E%3Cpath d='M 48 612 L 96 588 L 142 614 L 188 590'/%3E%3C/g%3E%3Cg fill='%23a3e635' opacity='0.32'%3E%3Ccircle cx='278' cy='72' r='1.2'/%3E%3Ccircle cx='936' cy='88' r='1.2'/%3E%3Ccircle cx='232' cy='398' r='1.2'/%3E%3Ccircle cx='584' cy='308' r='1.2'/%3E%3Ccircle cx='1068' cy='418' r='1.2'/%3E%3Ccircle cx='474' cy='586' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 115% auto;
  background-position: 62% 18%;
  background-repeat: no-repeat;
}

.circuit-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 12, 12, 0.18) 0%,
    transparent 10%,
    transparent 90%,
    rgba(12, 12, 12, 0.32) 100%
  );
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

.container-pricing {
  width: min(1320px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.header {
  padding: 1.35rem 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--text);
}

.brand-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(163, 230, 53, 0.35));
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-name {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.brand-tagline {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
}

.nav-links a.active {
  color: var(--green);
}

.nav-auth {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.nav-auth-guest,
.nav-auth-user {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.nav-auth-user[hidden],
.nav-auth-guest[hidden] {
  display: none;
}

.nav-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--border);
  transition: border-color 0.2s, background 0.2s;
}

.nav-profile-link:hover {
  border-color: rgba(163, 230, 53, 0.35);
  background: rgba(163, 230, 53, 0.06);
}

.nav-profile-avatar {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0c0c0c;
  background: var(--green);
}

.nav-links .btn-ghost.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.825rem;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.5rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 4px 0;
}

.accent-line {
  width: 48px;
  height: 3px;
  background: var(--green);
  border-radius: 2px;
  margin-bottom: 1rem;
}

.btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.35rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0c0c0c;
  background: var(--green);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
}

.btn-demo:hover {
  background: var(--green-hover);
  transform: translateY(-1px);
}

.btn-demo svg {
  width: 16px;
  height: 16px;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}

.btn-ghost:hover {
  border-color: rgba(163, 230, 53, 0.4);
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.825rem;
}

/* Home hero */
.hero {
  display: flex;
  align-items: center;
  padding: 2.5rem 0 1.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-tagline {
  margin: 0 0 2rem;
  font-size: 1.05rem;
  color: var(--text-muted);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: min(360px, 85%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 80px rgba(163, 230, 53, 0.2));
}

.tagline-band {
  padding: 3rem 0;
  border-top: 1px solid var(--border);
}

.home-section {
  padding: 3rem 0;
}

.hero-stats {
  padding: 1.25rem 0 2rem;
  border-bottom: 1px solid var(--border);
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.hero-stat-value {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.45;
}

@media (max-width: 768px) {
  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
  }
}

.home-section-muted {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head.centered {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.section-head.centered h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 600;
}

.section-head.centered p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.card-grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-cta-link {
  margin: 2rem 0 0;
  text-align: center;
}

.home-cta-link a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.home-cta-link a:hover {
  color: var(--green-hover);
}

.text-link {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  color: var(--green-hover);
}

.tagline-band p {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  color: var(--text-muted);
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}

.tagline-band strong {
  color: var(--text);
  font-weight: 600;
}

/* Inner pages */
.page-hero {
  padding: 3rem 0 2rem;
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.page-hero p {
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.page-content {
  flex: 1;
  padding-bottom: 4rem;
}

.section-block {
  margin-bottom: 3.5rem;
}

.section-block-spaced {
  margin-top: 3.5rem;
}

.section-block h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.section-block > p {
  margin: 0 0 1.75rem;
  color: var(--text-muted);
  max-width: 52rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.about-placeholder {
  margin: 0;
  max-width: 52rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-style: italic;
}

.about-prose {
  max-width: 52rem;
}

.about-prose p {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  line-height: 1.7;
  text-wrap: pretty;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-prose strong {
  color: var(--text);
  font-weight: 600;
}

.about-story-grid {
  display: grid;
  grid-template-columns: min(280px, 100%) 1fr;
  gap: 2.5rem;
  align-items: start;
}

.about-founder-photo {
  margin: 0;
}

.about-founder-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.about-founder-photo figcaption {
  margin-top: 1rem;
  text-align: center;
}

.about-founder-photo strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
}

.about-founder-photo span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: var(--accent);
}

.about-team-grid {
  margin-top: 0.25rem;
}

.about-team-card {
  text-align: center;
}

.about-team-avatar {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(163, 230, 53, 0.12);
  border: 1px solid rgba(163, 230, 53, 0.25);
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 600;
}

.about-team-role {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.9rem;
  color: var(--accent);
}

.about-contact-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 28rem;
}

.about-contact-block p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.about-contact-email strong {
  color: var(--text);
  font-weight: 500;
}

.about-contact-btn {
  margin-top: 0.25rem;
}

.about-contact-list {
  display: grid;
  gap: 0.5rem;
  max-width: 28rem;
}

.about-contact-list p {
  margin: 0;
  color: var(--text-muted);
}

.about-contact-list strong {
  color: var(--text);
  font-weight: 500;
}

.section-intro {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 1.75rem;
  max-width: 52rem;
  color: var(--text-muted);
  line-height: 1.65;
  text-wrap: pretty;
}

.section-intro p {
  margin: 0;
}

.text-nowrap {
  white-space: nowrap;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.card-grid-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.card-grid-centered .card {
  flex: 1 1 260px;
  max-width: calc(25% - 0.94rem);
}

@media (max-width: 1100px) {
  .card-grid-centered .card {
    max-width: calc(33.333% - 0.84rem);
  }
}

@media (max-width: 860px) {
  .card-grid-centered .card {
    max-width: calc(50% - 0.63rem);
  }
}

@media (max-width: 600px) {
  .card-grid-centered .card {
    max-width: 100%;
  }
}

.card {
  padding: 1.5rem;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  font-size: 0.925rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.card-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green);
  background: var(--green-dim);
  border: 1px solid rgba(163, 230, 53, 0.2);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 auto 2rem;
  padding: 0.35rem;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.billing-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.billing-option {
  padding: 0.55rem 1.1rem;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.billing-option.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.billing-save {
  margin-left: 0.35rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0c0c0c;
  background: var(--green);
}

.price-card h3 {
  margin: 0 0 1rem;
  min-height: 2.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.price-card:hover {
  border-color: rgba(163, 230, 53, 0.25);
}

.price-card.is-selected {
  border-color: rgba(163, 230, 53, 0.5);
  box-shadow: 0 0 0 1px rgba(163, 230, 53, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
}

.price-card:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.price-card-header {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
}

.plan-badge-slot {
  min-height: 1.5rem;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
}

.price-card .plan-badge {
  display: none;
  margin: 0;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c0c0c;
  background: var(--green);
}

.price-card[data-plan="professional"].is-selected .plan-badge {
  display: inline-block;
}

.price-card .plan-label {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
}

.price-card .price {
  margin: 0;
  min-height: 3.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

body.pricing-yearly .price-card .price {
  min-height: 4.1rem;
}

.price-amount {
  display: block;
}

.price-card .price .price-period {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0;
}

.plan-trial {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--green);
}

.price-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--green);
  letter-spacing: 0;
}

.price-note[hidden] {
  display: none;
}

.price-amount {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.price-card .price.is-custom {
  font-size: 2.25rem;
}

.price-card .price.is-custom .price-period {
  color: var(--text-muted);
}

body.pricing-yearly .price-card .price.is-custom .price-note {
  display: block;
  color: var(--text-muted);
}

.price-card.is-selected .price-card-header {
  background: linear-gradient(180deg, rgba(163, 230, 53, 0.06), transparent);
}

.price-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.75rem 1.75rem;
}

.plan-limits {
  display: grid;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-limits li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.825rem;
}

.plan-limits li span {
  color: var(--text-muted);
}

.plan-limits li strong {
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.price-card .features-label {
  margin: 1.25rem 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.price-card ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.price-card ul.features li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.6rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.price-card ul.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.45;
}

.price-card .btn-plan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem 1.35rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.price-card.is-selected .btn-plan {
  color: #0c0c0c;
  background: var(--green);
  border-color: var(--green);
}

.price-card .card-cta {
  margin-top: 1.5rem;
}

.price-card:hover .btn-plan {
  border-color: rgba(163, 230, 53, 0.35);
}

.price-card.is-selected:hover .btn-plan {
  background: var(--green-hover);
  border-color: var(--green-hover);
}

.nav-links .btn-demo {
  color: #0c0c0c;
}

.nav-links .btn-demo:hover {
  color: #0c0c0c;
}

.addon-list {
  display: grid;
  gap: 1rem;
}

.addon-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-radius: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.addon-item:hover {
  border-color: rgba(163, 230, 53, 0.25);
}

.addon-item.is-active,
.addon-item:focus-visible {
  border-color: rgba(163, 230, 53, 0.5);
  box-shadow: 0 0 0 1px rgba(163, 230, 53, 0.12), 0 12px 40px rgba(0, 0, 0, 0.35);
  outline: none;
}

.addon-item:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.addon-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.addon-item p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.addon-price {
  text-align: right;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.addon-price span {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.addon-price strong {
  display: block;
  font-size: 1.15rem;
  color: var(--green);
}

.addon-badge {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.addon-badge.pending {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.addon-item.is-pending {
  opacity: 0.85;
}

.addon-item.is-pending .addon-price strong {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.addon-category {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
}

.addon-category:not(:first-child) {
  margin-top: 2rem;
}

.addon-modal-dialog {
  width: min(100%, 520px);
}

.addon-modal-badge.pending {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.addon-modal-badge.pending[hidden] {
  display: none;
}

.addon-detail-list {
  margin: 0 0 1.5rem;
  padding-left: 1.15rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.addon-detail-list li {
  margin-bottom: 0.65rem;
}

.addon-detail-list li:last-child {
  margin-bottom: 0;
}

.addon-modal-pricing {
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(163, 230, 53, 0.06);
  border: 1px solid rgba(163, 230, 53, 0.18);
}

.addon-modal-price-line {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.addon-modal-price-line + .addon-modal-price-line {
  margin-top: 0.35rem;
}

.addon-modal-price-line strong {
  color: var(--green);
  font-weight: 600;
}

.addon-modal-actions {
  justify-content: flex-start;
}

.cta-band {
  margin-top: 2rem;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.cta-band h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.cta-band p {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
}

.footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
}

.footer-nav a {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--green);
}

.footer-links {
  display: flex;
  gap: 1.75rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--green);
}

.footer-links svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-auth,
  .nav-auth-guest,
  .nav-auth-user {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-profile-link,
  .nav-links .btn-demo,
  .nav-links .btn-ghost {
    justify-content: center;
    width: 100%;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: relative;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-logo {
    width: 200px;
  }

  .accent-line {
    margin-inline: auto;
  }

  .page-hero {
    text-align: center;
  }

  .page-hero p,
  .section-block > p {
    margin-inline: auto;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-founder-photo {
    max-width: 280px;
    margin-inline: auto;
  }

  .accent-line {
    margin-inline: auto;
  }

  .addon-item {
    grid-template-columns: 1fr;
  }

  .addon-price {
    text-align: left;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav,
  .footer-links {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* Auth modal */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.auth-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  padding: 2rem;
  border-radius: 16px;
  background: var(--bg-elevated);
  border: 1px solid rgba(163, 230, 53, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.auth-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

.auth-modal-close:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.auth-modal-close svg {
  width: 16px;
  height: 16px;
}

.auth-modal-subtitle {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.auth-modal-subtitle[hidden],
.auth-modal-eyebrow[hidden] {
  display: none;
}

.auth-modal-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
}

.auth-modal-dialog h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.auth-modal-plan {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.auth-modal-plan strong {
  color: var(--text);
}

.auth-error {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #fecaca;
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.25);
}

.auth-error[hidden] {
  display: none;
}

.auth-submit.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  padding: 0.3rem;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.auth-tab {
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.auth-tab.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.auth-form {
  display: grid;
  gap: 1rem;
}

.auth-form[hidden] {
  display: none !important;
}

.auth-field {
  display: grid;
  gap: 0.4rem;
}

.auth-field span {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}

.auth-field input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9375rem;
  color: var(--text);
  background: var(--bg-card);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-field input:focus {
  outline: none;
  border-color: rgba(163, 230, 53, 0.45);
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.12);
}

.auth-field input:invalid:not(:placeholder-shown) {
  border-color: rgba(248, 113, 113, 0.55);
}

.auth-field-hint {
  margin: -0.5rem 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.auth-submit {
  width: 100%;
  justify-content: center;
  margin-top: 0.25rem;
}

.auth-footnote {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

.auth-layer-back {
  margin: 0 0 0.5rem;
  text-align: left;
}

.auth-link {
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: var(--green);
  background: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-link:hover {
  color: var(--green-hover);
}

.auth-modal-success {
  text-align: center;
}

.auth-success-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c0c0c;
  background: var(--green);
}

.auth-modal-success h2 {
  margin-bottom: 0.75rem;
}

.auth-modal-success p {
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.auth-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

body.auth-modal-open,
body.demo-modal-open,
body.addon-modal-open {
  overflow: hidden;
}

.profile-card {
  max-width: 640px;
  padding: 2rem;
  border-radius: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c0c0c;
  background: var(--green);
  flex-shrink: 0;
}

.profile-header h2 {
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
}

.profile-subtitle {
  margin: 0;
  color: var(--text-muted);
}

.profile-details {
  display: grid;
  gap: 1rem;
  margin: 0 0 2rem;
}

.profile-detail {
  display: grid;
  gap: 0.25rem;
}

.profile-detail dt {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
}

.profile-detail dd {
  margin: 0;
  font-size: 1rem;
  color: var(--text);
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.profile-loading,
.profile-error {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.profile-error a {
  color: var(--green);
}

.server-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0.85rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fef3c7;
  background: #78350f;
  border-bottom: 1px solid rgba(251, 191, 36, 0.35);
}

.server-banner p {
  margin: 0;
  max-width: 960px;
  margin-inline: auto;
}

.server-banner a {
  color: #fde68a;
  font-weight: 600;
}

.server-banner code {
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
}

body:has(.server-banner) .header {
  margin-top: 3.25rem;
}
