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

:root {
  --bg: #fafaf7;
  --surface: #ffffff;
  --ink: #0d0d0d;
  --ink2: #3a3a3a;
  --muted: #7a7670;
  --line: #e8e4dc;
  --accent: #FF4D1F;
  --green: #16a34a;
  --font: 'Manrope', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); letter-spacing: -0.01em; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }
img { display: block; max-width: 100%; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

/* ANNOUNCEMENT BAR */
.annc { background: var(--ink); color: #fff; font-size: 12px; text-align: center; padding: 10px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.annc .dot { display: inline-block; margin: 0 14px; opacity: .4; }
.annc strong { font-weight: 800; }

/* HEADER */
header.hd { background: var(--bg); padding: 20px 0; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.hd-row { display: flex; align-items: center; gap: 40px; }
.logo { font-size: 22px; font-weight: 800; letter-spacing: -0.05em; white-space: nowrap; }
.logo .a { color: var(--accent); }
nav.mainnav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
nav.mainnav a:hover { color: var(--accent); }
nav.mainnav a.active { color: var(--accent); }
.hd-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.btn-call { display: inline-flex; align-items: center; gap: 7px; background: var(--green); color: #fff; border: 0; border-radius: 100px; padding: 0 18px; height: 42px; font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .15s; }
.btn-call:hover { background: #15803d; }
.btn-call svg { width: 15px; height: 15px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 100px; padding: 0 28px; height: 54px; font: inherit; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; transition: all .15s; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #e8421a; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #222; }
.btn-outline { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-sm { height: 42px; padding: 0 20px; font-size: 14px; }

/* EYEBROW */
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--accent); flex-shrink: 0; }
.eyebrow.light { color: rgba(255,255,255,.5); }
.eyebrow.light::before { background: var(--accent); }

/* SECTIONS */
.sec { padding: 96px 0; border-bottom: 1px solid var(--line); }
.sec-dark { background: var(--ink); color: #fff; }
.sec-accent { background: var(--accent); color: #fff; }
.sec-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap: 32px; }
h2.sec-h { font-size: 56px; letter-spacing: -0.05em; font-weight: 800; margin: 16px 0 0; line-height: 1; }
h2.sec-h em { font-style: italic; font-weight: 300; color: var(--accent); }
h2.sec-h.light { color: #fff; }
h2.sec-h.light em { color: var(--accent); }

/* CARDS */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 32px; transition: all .2s; }
.card:hover { border-color: var(--ink); box-shadow: 0 8px 32px rgba(0,0,0,.06); transform: translateY(-2px); }
.card-icon { width: 52px; height: 52px; border-radius: 14px; background: #fff4f1; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--accent); flex-shrink: 0; }
.card-icon i, .card-icon svg { width: 24px; height: 24px; }

/* STATS */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); padding-top: 48px; margin-top: 48px; }
.stat-item { padding: 0 32px; border-right: 1px solid var(--line); }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: 0; }
.stat-item .num { font-size: 48px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.stat-item .num .a { color: var(--accent); }
.stat-item .lbl { color: var(--muted); font-size: 13px; margin-top: 8px; line-height: 1.4; }
.stats-row.dark .stat-item { border-color: rgba(255,255,255,.15); }
.stats-row.dark .stat-item .lbl { color: rgba(255,255,255,.5); }

/* PROCESS STEPS */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); align-items: flex-start; }
.step:first-child { border-top: 0; padding-top: 0; }
.step-num { font-size: 48px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--accent); opacity: .25; flex-shrink: 0; width: 56px; text-align: right; }
.step-body h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.step-body p { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* SYMPTOMS GRID */
.symptoms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.symptom { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; gap: 14px; align-items: flex-start; }
.symptom .sico { width: 36px; height: 36px; border-radius: 10px; background: #fff4f1; display: flex; align-items: center; justify-content: center; color: var(--accent); flex-shrink: 0; }
.symptom .sico i { width: 18px; height: 18px; }
.symptom .stxt strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.symptom .stxt span { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* CTA STRIP */
.cta-strip { background: var(--ink); color: #fff; padding: 80px 0; text-align: center; }
.cta-strip h2 { font-size: 56px; font-weight: 800; letter-spacing: -0.04em; margin-bottom: 16px; line-height: 1; }
.cta-strip h2 em { color: var(--accent); font-style: italic; font-weight: 300; }
.cta-strip p { color: rgba(255,255,255,.6); font-size: 17px; margin-bottom: 36px; }
.cta-phone { display: inline-flex; align-items: center; gap: 12px; background: var(--accent); color: #fff; border-radius: 100px; padding: 0 40px; height: 68px; font-size: 24px; font-weight: 800; letter-spacing: -0.02em; text-decoration: none; transition: all .15s; }
.cta-phone:hover { background: #e8421a; transform: translateY(-2px); }

/* RELATED SERVICES */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: all .2s; text-decoration: none; color: var(--ink); }
.related-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.related-card .rc-icon { width: 40px; height: 40px; border-radius: 10px; background: #fff4f1; display: flex; align-items: center; justify-content: center; color: var(--accent); }
.related-card .rc-icon i { width: 20px; height: 20px; }
.related-card .rc-name { font-size: 16px; font-weight: 700; }
.related-card .rc-dur { font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: .04em; }

/* INFO BADGE */
.info-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff4f1; border: 1px solid #ffd5c8; border-radius: 100px; padding: 8px 16px; font-size: 13px; font-weight: 700; color: var(--accent); }

/* FOOTER */
footer.ft { background: var(--ink); color: #fff; padding: 72px 0 32px; }
.ft-top { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 48px; margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ft-col h5 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.4); margin: 0 0 16px; font-weight: 700; }
.ft-col a { display: block; padding: 5px 0; color: rgba(255,255,255,.75); font-size: 14px; font-weight: 500; transition: color .15s; }
.ft-col a:hover { color: var(--accent); }
.ft-bot { display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 13px; align-items: center; }
.ft-logo { font-size: 22px; font-weight: 800; letter-spacing: -0.05em; color: #fff; margin-bottom: 16px; }
.ft-logo .a { color: var(--accent); }
.ft-desc { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.6; max-width: 300px; margin-bottom: 20px; }
.ft-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.ft-phone:hover { color: var(--accent); }

/* ── MOBILE NAV OVERLAY ──────────────────────────── */
.mob-menu-btn {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface);
  align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0; margin-left: auto;
}
.mob-nav {
  display: none;
  position: fixed; inset: 0;
  background: var(--bg);
  z-index: 9998;
  flex-direction: column;
  padding: 24px 24px 32px;
  overflow-y: auto;
}
.mob-nav.open { display: flex; }
.mob-nav-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 32px;
}
.mob-nav-close {
  width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.mob-nav a.mob-link {
  font-size: 32px; font-weight: 800; letter-spacing: -0.04em;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  display: block; color: var(--ink);
}
.mob-nav a.mob-link:hover { color: var(--accent); }
.mob-nav .mob-cta {
  margin-top: auto; padding-top: 32px;
}
.mob-nav .mob-cta a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; background: var(--accent); color: #fff;
  border-radius: 100px; font-size: 16px; font-weight: 800;
  text-decoration: none;
}

/* ── RESPONSIVE BREAKPOINTS ──────────────────────── */
@media (max-width: 860px) {
  .container { padding: 0 16px; }

  /* Header */
  nav.mainnav { display: none; }
  .search-bar { display: none !important; }
  .hd-icons { display: none !important; }
  .hd-row { gap: 0; }
  .logo { font-size: 18px; }
  .mob-menu-btn { display: flex; order: -1; margin-right: 12px; }
  .hd-cta { margin-left: auto; }
  .hd-cta .btn-call { padding: 0 14px; font-size: 12px; height: 38px; }

  /* Announcement */
  .annc .dot { display: none; }
  .annc span:last-child { display: none; }
  .annc { font-size: 11px; padding: 8px 12px; }

  /* Sections */
  .sec { padding: 56px 0; }
  .sec-row { flex-direction: column; margin-bottom: 28px; gap: 16px; align-items: flex-start; }
  h2.sec-h { font-size: 38px; }

  /* Stats */
  .stats-row { grid-template-columns: 1fr 1fr; padding-top: 32px; margin-top: 32px; gap: 0; }
  .stat-item { padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .stat-item:last-child, .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: 0; }
  .stat-item .num { font-size: 36px; }

  /* Grids */
  .symptoms-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }

  /* CTA Strip */
  .cta-strip { padding: 56px 0; }
  .cta-strip h2 { font-size: 36px; }
  .cta-phone { height: 56px; padding: 0 28px; font-size: 18px; }

  /* Footer */
  .ft-top { grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 32px; padding-bottom: 32px; }
  .ft-bot { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  h2.sec-h { font-size: 30px; }
  .related-grid { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr; gap: 24px; }
  .cta-strip h2 { font-size: 26px; }
  .cta-phone { font-size: 16px; height: 52px; padding: 0 22px; }
}
