/* Smeasy Ads — shared stylesheet. No external dependencies. */

:root {
  --ink: #16233b;
  --ink-soft: #46536b;
  --ink-faint: #6b7690;
  --accent: #1d5bd8;
  --accent-dark: #16479f;
  --accent-tint: #eaf1fd;
  --bg: #ffffff;
  --bg-alt: #f6f8fb;
  --border: #e3e8f0;
  --radius: 12px;
  --max: 1060px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { line-height: 1.25; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 750; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 650; }

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  font-size: 1.2rem;
  color: var(--ink);
}
.brand:hover { text-decoration: none; }

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.brand-mark svg { display: block; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--ink-soft);
  font-weight: 550;
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--ink); text-decoration: none; }

.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
}
.btn:hover { background: var(--accent-dark); text-decoration: none; }

/* ---------- Hero ---------- */

.hero {
  padding: 84px 0 72px;
  text-align: center;
  background:
    radial-gradient(60% 90% at 50% 0%, var(--accent-tint) 0%, rgba(234, 241, 253, 0) 75%);
}

.hero .kicker {
  display: inline-block;
  background: var(--accent-tint);
  color: var(--accent-dark);
  border: 1px solid #cfdefa;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero h1 { max-width: 760px; margin: 0 auto 18px; }

.hero .lede {
  max-width: 640px;
  margin: 0 auto 30px;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.hero .actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.hero .note {
  margin-top: 16px;
  color: var(--ink-faint);
  font-size: 0.9rem;
}

/* ---------- Sections ---------- */

.section { padding: 72px 0; }
.section.alt { background: var(--bg-alt); }

.section-head { max-width: 680px; margin: 0 0 40px; }
.section-head.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--ink-soft); margin-top: 12px; }

.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 0.98rem; }

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent-tint);
  color: var(--accent-dark);
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.checklist { list-style: none; margin-top: 14px; }
.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--ink-soft);
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--accent);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="black" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.6 5.9-4.2 4.8a.75.75 0 0 1-1.1.03L4.4 8.8a.75.75 0 1 1 1.06-1.06l1.35 1.35 3.66-4.2a.75.75 0 0 1 1.13 1z"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="black" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.6 5.9-4.2 4.8a.75.75 0 0 1-1.1.03L4.4 8.8a.75.75 0 1 1 1.06-1.06l1.35 1.35 3.66-4.2a.75.75 0 0 1 1.13 1z"/></svg>') no-repeat center / contain;
}

/* ---------- Pricing ---------- */

.price-card {
  max-width: 460px;
  margin: 0 auto;
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 36px 34px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(22, 35, 59, 0.06);
}

.price {
  font-size: 3rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  margin: 10px 0 2px;
}
.price small { font-size: 1.05rem; font-weight: 550; color: var(--ink-faint); }

.price-card .checklist { text-align: left; margin: 22px auto 0; max-width: 340px; }

.spend-note {
  max-width: 620px;
  margin: 28px auto 0;
  background: var(--accent-tint);
  border: 1px solid #cfdefa;
  border-radius: var(--radius);
  padding: 18px 22px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  text-align: center;
}

/* ---------- FAQ ---------- */

.faq { max-width: 720px; margin: 0 auto; }
.faq details {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  padding: 16px 20px;
  margin-bottom: 12px;
}
.faq summary {
  font-weight: 620;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.3rem;
  font-weight: 500;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin-top: 10px; color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- Contact / CTA ---------- */

.cta {
  text-align: center;
  padding: 72px 0;
}
.cta p { color: var(--ink-soft); max-width: 560px; margin: 12px auto 26px; }

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--bg-alt);
  padding: 40px 0;
  font-size: 0.92rem;
  color: var(--ink-faint);
}
.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--ink-soft); }

/* ---------- Legal pages ---------- */

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}
.legal h1 { margin-bottom: 8px; }
.legal .updated { color: var(--ink-faint); font-size: 0.92rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.35rem; margin: 40px 0 12px; }
.legal h3 { font-size: 1.08rem; margin: 24px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 14px 22px; }
.legal li { margin-bottom: 8px; }
.legal .callout {
  background: var(--accent-tint);
  border: 1px solid #cfdefa;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0;
}
.legal .callout p { margin-bottom: 0; color: var(--ink); }

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
  .hero { padding: 56px 0 48px; }
  .section { padding: 52px 0; }
  .site-header .wrap { justify-content: center; text-align: center; }
  .site-nav { justify-content: center; }
}
