/*
Theme Name: Osprey
Description: Osprey Medical Group — LASIK medical tourism lead generation
Version: 1.0
*/

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

html { scroll-behavior: smooth; }

:root {
  --navy:   #1e3a5f;
  --teal:   #0ea5c5;
  --gold:   #f59e0b;
  --light:  #f0f7fa;
  --text:   #1a202c;
  --muted:  #64748b;
  --white:  #ffffff;
  --border: #e2e8f0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.9rem 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.nav-logo { color: #fff; font-size: 1.15rem; font-weight: 800; text-decoration: none; letter-spacing: -0.3px; }
.nav-logo span { color: var(--teal); }
.nav-cta {
  background: var(--teal); color: #fff;
  padding: 0.5rem 1.2rem; border-radius: 6px;
  font-weight: 600; font-size: 0.875rem; text-decoration: none;
  transition: background 0.15s;
}
.nav-cta:hover { background: #0891b2; }

/* ── HERO ── */
.hero {
  background: linear-gradient(145deg, #0f2544 0%, #1e3a5f 60%, #1a4a7a 100%);
  color: #fff;
  padding: 8rem 2rem 5.5rem;
  text-align: center;
}
.hero h1 {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 1.25rem;
}
.hero h1 .price-good { color: var(--gold); }
.hero h1 .price-bad  { color: rgba(255,255,255,0.45); }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,0.78);
  max-width: 580px;
  margin: 0 auto 2.25rem;
}
.btn-primary {
  display: inline-block;
  background: var(--gold); color: #111;
  padding: 1rem 2.5rem; border-radius: 8px;
  font-size: 1.05rem; font-weight: 700;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(245,158,11,0.45);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,158,11,0.55);
}
.hero-note { margin-top: 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.45); }

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--teal);
  display: flex; justify-content: center; flex-wrap: wrap;
}
.stat-item {
  padding: 1.3rem 2.5rem;
  text-align: center; color: #fff;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.stat-item:last-child { border-right: none; }
.stat-num { display: block; font-size: 1.9rem; font-weight: 900; line-height: 1; }
.stat-lbl { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.8px; opacity: 0.85; margin-top: 0.2rem; }

/* ── SECTIONS ── */
.section { padding: 5rem 2rem; }
.section.bg-light { background: var(--light); }
.section.bg-navy  { background: var(--navy); color: #fff; }
.container { max-width: 880px; margin: 0 auto; }

.eyebrow {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--teal); font-weight: 700; margin-bottom: 0.6rem;
}
.section.bg-navy .eyebrow { color: #67e8f9; }

h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -0.5px;
  color: var(--navy); margin-bottom: 1rem;
}
.section.bg-navy h2 { color: #fff; }

.lead-text {
  font-size: 1.05rem; color: var(--muted);
  max-width: 700px; margin-bottom: 2.5rem; line-height: 1.75;
}
.section.bg-navy .lead-text { color: rgba(255,255,255,0.68); }

/* ── PRICE COMPARISON ── */
.price-grid {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 1rem; align-items: center;
  margin-bottom: 1.75rem;
}
.price-card {
  border-radius: 12px; padding: 2rem 1.5rem; text-align: center;
}
.price-card.expensive {
  background: #fff5f5; border: 2px solid #fed7d7;
}
.price-card.affordable {
  background: #f0fdfa; border: 2px solid #99f6e4;
  box-shadow: 0 4px 24px rgba(14,165,197,0.15);
}
.price-card .city {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px;
  color: var(--muted); margin-bottom: 0.4rem;
}
.price-card .amount {
  font-size: 3.25rem; font-weight: 900; line-height: 1; margin-bottom: 0.3rem;
}
.price-card.expensive .amount { color: #c53030; }
.price-card.affordable .amount { color: #0d9488; }
.price-card .sublabel { font-size: 0.82rem; color: var(--muted); }
.vs-divider { text-align: center; font-size: 1.25rem; font-weight: 800; color: var(--muted); }
.savings-banner {
  background: #ecfdf5; border: 1.5px solid #6ee7b7;
  border-radius: 10px; padding: 1.1rem 1.5rem;
  text-align: center; color: #065f46; font-weight: 600; font-size: 1rem;
  margin-bottom: 0.75rem;
}
.full-math { font-size: 0.85rem; color: var(--muted); text-align: center; }

/* ── STEPS ── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.step { text-align: center; padding: 1.5rem 1rem; }
.step-badge {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--teal); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 900;
  margin: 0 auto 1rem;
}
.step h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
.step p { font-size: 0.9rem; color: var(--muted); }

/* ── SAFETY GRID ── */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}
.safety-item { display: flex; gap: 1rem; align-items: flex-start; }
.check {
  width: 30px; height: 30px; border-radius: 50%;
  background: #dcfce7; color: #16a34a;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 800;
  flex-shrink: 0; margin-top: 2px;
}
.safety-item h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.25rem; }
.safety-item p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }

/* ── FOUNDER ── */
.founder-quote {
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 1.75rem 2rem;
  margin-top: 2rem;
  font-size: 1.05rem; font-style: italic;
  color: var(--text); line-height: 1.85;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}
.founder-name {
  display: block; margin-top: 1rem;
  font-style: normal; font-weight: 700;
  color: var(--navy); font-size: 0.88rem;
}

/* ── FAQ ── */
.faq { margin-top: 2rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.4rem 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.faq-a { color: var(--muted); font-size: 0.92rem; line-height: 1.8; }

/* ── LEAD FORM ── */
.form-card {
  background: #fff; border-radius: 14px; padding: 2.5rem;
  max-width: 560px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.22);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label {
  display: block; font-size: 0.82rem; font-weight: 600;
  color: var(--text); margin-bottom: 0.35rem;
}
.field input, .field select {
  width: 100%; padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--border); border-radius: 7px;
  font-size: 0.97rem; color: var(--text); background: #fff;
  transition: border-color 0.15s;
  -webkit-appearance: none; appearance: none;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--teal); }
.btn-submit {
  width: 100%; background: var(--gold); color: #111;
  border: none; padding: 1rem; border-radius: 8px;
  font-size: 1.05rem; font-weight: 700; cursor: pointer;
  margin-top: 0.25rem;
  transition: background 0.15s, transform 0.1s;
}
.btn-submit:hover { background: #d97706; transform: translateY(-1px); }
.form-privacy { font-size: 0.75rem; color: var(--muted); margin-top: 0.75rem; text-align: center; }
.success-box {
  background: #ecfdf5; border: 2px solid #6ee7b7;
  border-radius: 10px; padding: 2.5rem; text-align: center;
}
.success-box h3 { font-size: 1.5rem; color: #065f46; margin-bottom: 0.5rem; }
.success-box p { color: #047857; font-size: 0.95rem; }
.error-msg {
  background: #fff5f5; color: #c53030;
  border: 1px solid #fed7d7; border-radius: 6px;
  padding: 0.75rem 1rem; font-size: 0.88rem; margin-bottom: 1.25rem;
}

/* ── FOOTER ── */
.site-footer {
  background: #0a1f38; color: rgba(255,255,255,0.4);
  padding: 2.25rem 2rem; text-align: center;
  font-size: 0.82rem; line-height: 1.9;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .site-nav  { padding: 0.75rem 1rem; }
  .hero      { padding: 6.5rem 1.25rem 4rem; }
  .section   { padding: 3.5rem 1.25rem; }
  .price-grid { grid-template-columns: 1fr; }
  .vs-divider { display: none; }
  .form-row  { grid-template-columns: 1fr; }
  .stat-item { padding: 1rem 1.5rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .stat-item:last-child { border-bottom: none; }
  .form-card { padding: 1.5rem; }
  .founder-quote { padding: 1.25rem; }
}
