/* ===== TOKENS ===== */
:root {
  --black: #0a0a0a;
  --dark: #1a1a1a;
  --gold: #FBD26F;
  --gold-mid: #EFC663;
  --gold-dim: rgba(251, 210, 111, 0.15);
  --blue: #2B7BB9;
  --blue-dark: #1863DC;
  --off-white: #F5F0E8;
  --light-grey: #E8E3DA;
  --mid-grey: #9A9489;
  --text: #2a2520;
  --text-light: #6b6359;
  --white: #ffffff;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--off-white);
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.2; }
a { color: inherit; text-decoration: none; }

/* ===== NAV ===== */
.nav {
  background: var(--dark);
  color: var(--gold);
  padding: 20px 0;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.3px;
}
.nav-tag {
  font-size: 13px;
  color: var(--mid-grey);
  letter-spacing: 0.02em;
}

/* ===== HERO ===== */
.hero {
  background: var(--dark);
  color: var(--white);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-shape {
  position: absolute;
  border-radius: 50%;
}
.hero-shape-1 {
  width: 600px;
  height: 600px;
  right: -200px;
  top: -200px;
  background: radial-gradient(circle, rgba(251,210,111,0.08) 0%, transparent 70%);
}
.hero-shape-2 {
  width: 400px;
  height: 400px;
  right: 50px;
  top: 100px;
  background: radial-gradient(circle, rgba(43,123,185,0.06) 0%, transparent 70%);
}
.hero-shape-3 {
  width: 300px;
  height: 300px;
  left: -100px;
  bottom: -50px;
  background: radial-gradient(circle, rgba(251,210,111,0.05) 0%, transparent 70%);
}
.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
}
.hero-headline {
  font-size: clamp(38px, 5.5vw, 68px);
  color: var(--white);
  max-width: 800px;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.hero-lede {
  font-size: 18px;
  color: rgba(255,255,255,0.65);
  max-width: 580px;
  margin-bottom: 52px;
  line-height: 1.65;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
.hero-stat-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
  letter-spacing: 0.03em;
}
.hero-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
  margin-right: 40px;
}

/* ===== CREDIBILITY ===== */
.credibility {
  background: var(--white);
  padding: 96px 0;
}
.credibility-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.credibility-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 12px;
}
.credibility-headline {
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 20px;
  max-width: 640px;
}
.credibility-body {
  color: var(--text-light);
  max-width: 560px;
  margin-bottom: 60px;
  font-size: 16px;
}
.credibility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.cred-item {}
.cred-icon {
  width: 48px;
  height: 48px;
  background: var(--gold-dim);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-mid);
  margin-bottom: 16px;
}
.cred-item h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.cred-item p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.55;
}

/* ===== GEO ===== */
.geo {
  background: var(--dark);
  color: var(--white);
  padding: 88px 0;
}
.geo-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.geo-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.geo-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 40px;
}
.geo-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.geo-tag {
  background: rgba(251,210,111,0.1);
  border: 1px solid rgba(251,210,111,0.2);
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 40px;
}
.geo-note {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  line-height: 1.6;
}

/* ===== HOW ===== */
.how {
  background: var(--off-white);
  padding: 96px 0;
}
.how-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.how-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 12px;
}
.how-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 60px;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.step-num {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 48px;
  color: var(--gold-dim);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.step h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.step p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===== PRICING ===== */
.pricing {
  background: var(--white);
  padding: 96px 0;
}
.pricing-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.pricing-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-mid);
  margin-bottom: 12px;
}
.pricing-headline {
  font-size: clamp(28px, 3.5vw, 42px);
  margin-bottom: 48px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.price-card {
  background: var(--off-white);
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  padding: 28px;
}
.price-card-label {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 10px;
}
.price-card p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.6;
}
.pricing-indicative {
  border-top: 1px solid var(--light-grey);
  padding-top: 36px;
}
.pricing-indicative > p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 20px;
}
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pricing-tier {
  background: var(--off-white);
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  padding: 20px 24px;
}
.tier-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}
.tier-size {
  display: block;
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 10px;
}
.tier-price {
  display: block;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 24px;
  color: var(--dark);
}

/* ===== CLOSING ===== */
.closing {
  background: var(--dark);
  color: var(--white);
  padding: 96px 0;
}
.closing-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.closing-quote {
  border-left: 3px solid var(--gold);
  padding-left: 28px;
  margin-bottom: 40px;
}
.closing-text {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-style: italic;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 12px;
}
.closing-attr {
  font-size: 14px;
  color: var(--mid-grey);
}
.closing-body {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  max-width: 700px;
  line-height: 1.7;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.35);
  padding: 48px 0;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 18px;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 14px;
  margin-bottom: 32px;
  max-width: 400px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
}
.footer-bottom p {
  font-size: 13px;
}

/* ===== SIGNUP PAGE ===== */
.signup-page {
  background: var(--off-white);
  min-height: 100vh;
}
.signup-container {
  max-width: 560px;
  margin: 60px auto;
  padding: 0 24px;
}
.back-link {
  display: inline-block;
  font-size: 14px;
  color: var(--text-light);
  text-decoration: none;
  margin-bottom: 32px;
}
.back-link:hover { color: var(--dark); }
.signup-container h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 10px;
}
.signup-subtitle {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--light-grey);
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  background: var(--white);
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.form-group input:focus {
  outline: none;
  border-color: var(--green);
}
.form-error {
  background: #fff2f0;
  border: 1px solid #ffccc7;
  color: #cf1322;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 24px;
}
.signup-container .cta-button {
  width: 100%;
  text-align: center;
  font-size: 17px;
  padding: 16px;
  margin-top: 8px;
}
.signup-privacy {
  font-size: 12px;
  color: var(--mid-grey);
  text-align: center;
  margin-top: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-tiers { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { padding: 72px 0 60px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-stat-div { display: none; }
  .credibility-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .geo-towns { gap: 8px; }
  .geo-tag { font-size: 12px; padding: 6px 12px; }
  .nav-tag { display: none; }
}