/* ===================== Landing page ===================== */

/* Stats ticker */
.ticker {
  background: #F7F9FC; border-bottom: 1px solid var(--border); overflow: hidden;
  padding: 8px 0; white-space: nowrap;
}
.ticker-track {
  display: inline-block; white-space: nowrap; will-change: transform;
  animation: tickerScroll 36s linear infinite;
}
.ticker-track span {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em;
  color: var(--text-secondary); padding: 0 28px;
}
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* Site header */
.site-header {
  position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--border);
}
.site-header .bar { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-lockup:hover { text-decoration: none; }
.brand-lockup .brand-icon { width: 30px; height: 30px; }
.brand-lockup .brand-name {
  font-size: 18px; font-weight: 800; letter-spacing: -0.02em; color: var(--text-primary);
}
.brand-lockup .brand-name .accent { color: var(--primary); }
/* (brand lockup base styles now live in styles.css; landing keeps header context) */

/* Hero */
.hero { padding: 56px 0 40px; }
@media (min-width:768px){ .hero { padding: 88px 0 64px; } }
.hero h1 { margin-bottom: 18px; }
.hero .subhead { font-size: 19px; color: var(--text-secondary); margin-bottom: 14px; }
@media (min-width:768px){ .hero .subhead { font-size: 21px; } }
.hero .hero-pricenote { font-size: 15px; color: var(--text-helper); margin: 0 auto 30px; max-width: 540px; }
.hero .cta-row { display: flex; justify-content: center; margin-bottom: 20px; }
.trust-signals { font-size: 14px; color: var(--text-helper); }
.trust-signals .dot { color: #CDCDCD; padding: 0 4px; }

/* What you get */
.value-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
@media (min-width: 768px){ .value-grid { grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; } }
.value-card { display: flex; flex-direction: column; }
.value-card .vc-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; color: var(--text-helper);
  text-transform: uppercase; margin-bottom: 16px;
}
/* .highlight kept for potential future use, but no card carries it by default —
   both tiers read as equals; the free tier shouldn't feel like a decoy */
.value-card.highlight { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary), var(--shadow-card); background: linear-gradient(180deg, #FBFCFF, #fff); }
.value-card.highlight .vc-label { color: var(--primary); }
/* price row — pricing-card anatomy: label / price / sub / features / footnote */
.value-card .vc-price { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: var(--text-primary); margin-bottom: 10px; }
.value-card .vc-price .vc-per { font-size: 14px; font-weight: 600; letter-spacing: 0; color: var(--text-helper); margin-left: 6px; }
/* paid card carries equal visual weight — a short description, not a sales push */
.value-card .vc-sub { font-size: 13.5px; color: var(--text-secondary); margin: 0 0 18px; line-height: 1.5; }
.value-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 12px; }
.value-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; }
.value-list li .mk { color: var(--primary); flex: none; margin-top: 2px; }
.value-card .vc-footer { margin-top: auto; padding-top: 8px; font-size: 13px; color: var(--text-helper); border-top: 1px dashed var(--border); }
.value-card .vc-footer-pad { margin-top: auto; }

/* How it works */
.steps { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
@media (min-width: 768px){ .steps { grid-template-columns: repeat(4, 1fr); gap: 22px; } }
.step .step-num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--primary); letter-spacing: 0.08em; }
.step .step-title { font-size: 17px; font-weight: 700; margin: 10px 0 6px; }
.step .step-desc { font-size: 14.5px; color: var(--text-secondary); line-height: 1.5; }
.step { border-top: 2px solid var(--primary-tint-strong); padding-top: 16px; }

/* FAQ */
.faq { max-width: 760px; margin: 36px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left; padding: 22px 40px 22px 0;
  font-size: 17px; font-weight: 700; color: var(--text-primary); position: relative; cursor: pointer;
}
.faq-q .icon { position: absolute; right: 2px; top: 50%; transform: translateY(-50%); transition: transform .2s ease; width: 18px; height: 18px; color: var(--primary); }
.faq-item.open .faq-q .icon { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a-inner { padding: 0 40px 22px 0; color: var(--text-secondary); font-size: 15.5px; line-height: 1.65; }

/* Closing CTA */
.closing { background: var(--section-tint); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.closing h2 { margin-bottom: 14px; }
.closing .sub { font-size: 18px; color: var(--text-secondary); margin-bottom: 24px; }
.closing .closing-value { font-size: 16.5px; font-weight: 500; color: var(--text-primary); line-height: 1.65; max-width: 620px; margin: 0 auto 30px; text-wrap: pretty; }
@media (min-width:768px){ .closing .closing-value { font-size: 18px; } }
.closing .fine { margin-top: 16px; font-size: 13px; color: var(--text-helper); }

/* section headers */
.sec-head { margin-bottom: 4px; }
.sec-sub { font-size: 18px; color: var(--text-secondary); margin-top: 12px; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 18px; text-align: center; }
@media (min-width: 768px){ .footer-grid { grid-template-columns: 1fr auto 1fr; align-items: center; column-gap: 24px; }
  .footer-grid > :nth-child(2){ text-align: center; } .footer-grid > :nth-child(1){ text-align: left; } .footer-grid > :nth-child(3){ text-align: right; } }
.footer-brand .brand-icon { width: 22px; height: 22px; }
.footer-brand .brand-name { font-size: 15px; }
/* flex + generated dots so a wrap never strands a separator */
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; row-gap: 6px; }
.footer-links a { color: var(--text-secondary); }
.footer-links a + a::before { content: "\00B7"; color: #CDCDCD; margin: 0 10px; display: inline-block; }
@media (min-width: 768px){ .footer-links { justify-content: center; } }
.footer-mail { color: var(--text-secondary); font-size: 14px; }
.footer-copy { text-align: center; font-size: 12.5px; color: var(--text-helper); margin-top: 24px; }
