@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

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

:root {
  --ink:     #111318;
  --ink2:    #5a5e6b;
  --bg:      #f4f3ef;
  --surface: #ffffff;
  --accent:  #d4500a;
  --yes:     #16a34a;
  --maybe:   #b45309;
  --border:  #dddbd4;
}

html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--ink); }

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink);
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 2rem;
}
.brand {
  font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800;
  color: #fff; text-decoration: none; letter-spacing: -.5px;
}
.brand span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 1.75rem; }
.nav-links a { color: rgba(255,255,255,.6); font-size: .88rem; text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: var(--accent) !important; color: #fff !important;
  padding: .4rem 1rem; border-radius: 6px; font-weight: 600 !important;
}

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  max-width: 1100px; margin: 0 auto;
  padding: 5rem 2rem 4rem;
}
.hero-badge {
  display: inline-block; padding: .3rem .85rem;
  background: #fff; border: 1.5px solid var(--border);
  border-radius: 20px; font-size: .78rem; font-weight: 600;
  color: var(--ink2); margin-bottom: 1.25rem;
  letter-spacing: .02em;
}
.hero h1 {
  font-family: 'Syne', sans-serif; font-size: 3.5rem; font-weight: 800;
  line-height: 1.1; letter-spacing: -.5px; margin-bottom: 1.25rem;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: 1.05rem; color: var(--ink2); line-height: 1.7; margin-bottom: 2rem; max-width: 480px; }
.hero-cta { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: .75rem; }
.btn-hero {
  display: inline-flex; align-items: center;
  padding: .75rem 1.5rem; border-radius: 8px;
  background: var(--accent); color: #fff;
  font-family: 'Syne', sans-serif; font-size: 1rem; font-weight: 700;
  text-decoration: none; transition: filter .15s, transform .1s;
}
.btn-hero:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn-hero-ghost {
  display: inline-flex; align-items: center;
  padding: .75rem 1.5rem; border-radius: 8px;
  border: 1.5px solid var(--border); background: transparent;
  color: var(--ink); font-size: 1rem; font-weight: 600;
  text-decoration: none; transition: background .15s;
}
.btn-hero-ghost:hover { background: #fff; }
.hero-note { font-size: .78rem; color: var(--ink2); }

/* Mock poll widget */
.hero-visual { display: flex; justify-content: center; }
.mock-poll {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; padding: 1.5rem;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
  width: 100%; max-width: 380px;
}
.mock-title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 1rem; }
.mock-row { display: flex; gap: .75rem; margin-bottom: .75rem; align-items: flex-start; }
.mock-date { display: flex; flex-direction: column; align-items: center; min-width: 38px; }
.mock-day  { font-size: .7rem; font-weight: 700; text-transform: uppercase; color: var(--ink2); }
.mock-dm   { font-size: .8rem; font-weight: 700; }
.mock-times { display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.mock-slot {
  display: flex; justify-content: space-between; align-items: center;
  padding: .35rem .65rem; border-radius: 7px;
  font-size: .82rem; font-weight: 600; border: 1.5px solid var(--border);
}
.mock-slot.yes   { border-color: #86efac; background: #f0fdf4; color: #166534; }
.mock-slot.maybe { border-color: #fde68a; background: #fefce8; color: #92400e; }
.mock-slot.best  { border-color: #86efac; background: #dcfce7; color: #15803d; }
.mock-votes { font-size: .75rem; opacity: .8; }
.best-votes { font-weight: 800; }
.mock-finalize {
  margin-top: 1rem; text-align: center;
  font-size: .8rem; font-weight: 600; color: var(--accent);
  padding: .5rem; border: 1.5px dashed var(--border); border-radius: 7px;
  cursor: default;
}

/* ── Social proof ─────────────────────────────────────────────────────────── */
.social-proof {
  text-align: center; padding: 2rem;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: #fff;
}
.social-proof p { font-size: .85rem; color: var(--ink2); margin-bottom: .85rem; }
.cal-logos { display: flex; justify-content: center; gap: .75rem; flex-wrap: wrap; }
.cal-badge {
  padding: .3rem .9rem; border-radius: 20px;
  font-size: .8rem; font-weight: 600; border: 1.5px solid var(--border);
}
.cal-badge.google { background: #fee2e2; border-color: #fca5a5; color: #991b1b; }
.cal-badge.ms     { background: #dbeafe; border-color: #93c5fd; color: #1e40af; }
.cal-badge.caldav { background: #f0fdf4; border-color: #86efac; color: #166534; }

/* ── Shared section styles ────────────────────────────────────────────────── */
.section-wrap { max-width: 1050px; margin: 0 auto; padding: 5rem 2rem; }
.section-label {
  font-size: .72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .12em; color: var(--accent); margin-bottom: .75rem;
}
.section-wrap h2 {
  font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800;
  letter-spacing: -.5px; line-height: 1.2; margin-bottom: 2.5rem;
}

/* ── Steps ────────────────────────────────────────────────────────────────── */
.steps { background: var(--ink); }
.steps .section-label { color: rgba(255,255,255,.4); }
.steps h2 { color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step { }
.step-num {
  font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800;
  color: rgba(255,255,255,.1); line-height: 1; margin-bottom: .75rem;
}
.step h3 { color: #fff; font-size: 1.05rem; margin-bottom: .5rem; }
.step p  { color: rgba(255,255,255,.55); font-size: .92rem; line-height: 1.7; }

/* ── Features ─────────────────────────────────────────────────────────────── */
.features { background: var(--bg); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 1.5rem; transition: box-shadow .15s, transform .15s;
}
.feature-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.feature-icon { font-size: 1.6rem; margin-bottom: .75rem; }
.feature-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
.feature-card p { font-size: .87rem; color: var(--ink2); line-height: 1.65; }

/* ── Compare ──────────────────────────────────────────────────────────────── */
.compare { background: #fff; }
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.compare-table th {
  padding: .65rem 1rem; text-align: center;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: .85rem;
  border-bottom: 2px solid var(--border);
}
.compare-table th:first-child { text-align: left; }
.col-wp { background: #f0fdf4; color: #15803d; }
.col-d  { color: var(--ink2); }
.col-w2 { color: var(--ink2); }
.compare-table td {
  padding: .6rem 1rem; border-bottom: 1px solid var(--border);
  text-align: center; font-size: .85rem;
}
.compare-table td:first-child { text-align: left; font-weight: 500; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: #fafaf8; }
td.yes     { color: var(--yes); font-weight: 600; }
td.no      { color: #dc2626; font-weight: 600; }
td.partial { color: var(--maybe); font-weight: 600; }

/* ── Final CTA ────────────────────────────────────────────────────────────── */
.final-cta {
  background: var(--accent);
  text-align: center;
}
.cta-inner { padding: 5rem 2rem; }
.final-cta h2 {
  font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800;
  color: #fff; margin-bottom: .75rem;
}
.final-cta p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 2rem; }
.final-cta .btn-hero { background: #fff; color: var(--accent); }
.final-cta .btn-hero:hover { background: #fff; filter: brightness(.97); }

/* ── Footer ───────────────────────────────────────────────────────────────── */
.site-footer { background: var(--ink); padding: 3rem 2rem; }
.footer-inner { max-width: 1050px; margin: 0 auto; text-align: center; }
.footer-inner .brand { display: inline-block; margin-bottom: .75rem; }
.footer-inner > p { color: rgba(255,255,255,.45); font-size: .85rem; margin-bottom: 1rem; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1.5rem; }
.footer-links a { color: rgba(255,255,255,.5); font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: rgba(255,255,255,.3); font-size: .78rem; }
.footer-copy a { color: rgba(255,255,255,.4); }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding: 3rem 1.5rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-visual { order: -1; }
  .steps-grid   { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .section-wrap h2 { font-size: 2rem; }
}
@media (max-width: 560px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; }
  .nav-links { gap: 1rem; }
  .nav-links a:not(.nav-cta) { display: none; }
}
