/* /services/strep — scoped under .strep-page. Same token set and rhythm as
   minor-procedures.css so the two pages read as siblings. */
.strep-page {
  --navy:#163d6c; --navy-2:#0f2c50; --navy-soft:#3f5680;
  --blue:#4f78ab; --blue-soft:#5189cd;
  --coral:#ed8d73; --coral-2:#e07555; --coral-soft:#f4b6a6;
  --green:#b2ceae; --rose:#f5d8d2; --peau:#faebe6; --sable:#eadaca; --cyan:#79bad7; --ciel:#acd3e5;
  --ink:#33425c; --ink-soft:#5d6a82; --ink-faint:#94a0b4;
  --paper:#ffffff; --page:#ffffff; --cream:#fbf2e7; --mist:#f7f8fa;
  --rule:#e7e7e1; --rule-2:#eef0ea; --tick:#163d6c;
  --serif:"Fraunces", Georgia, serif;
  --sans:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --ui:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}
.strep-page .kicker { font-family:var(--ui); color:var(--coral-2); font-weight:700; letter-spacing:.18em; font-size:12px; text-transform:uppercase; margin:0 0 14px; }

.strep-page * { box-sizing:border-box; }
.strep-page { scroll-behavior:smooth; margin:0; background:var(--page); color:var(--ink); font-family:var(--sans);
  font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; }
.strep-page img { max-width:100%; display:block; }
.strep-page .wrap { width:100%; max-width:1180px; margin:0 auto; padding-inline:40px; }
.strep-page h1, .strep-page h2, .strep-page h3 { font-family:var(--serif); color:var(--navy); font-weight:600; letter-spacing:-.003em; margin:0; text-wrap:balance; }
.strep-page h2 { font-size:clamp(28px,3.2vw,40px); line-height:1.1; }
.strep-page .tk { flex:none; margin-top:3px; color:var(--coral-2); }

/* buttons */
.strep-page .btn-book { display:inline-flex; align-items:center; justify-content:center; height:50px; padding:0 28px; width:100%;
  font-family:var(--ui); font-size:12px; font-weight:700; letter-spacing:.13em; text-transform:uppercase;
  border-radius:999px; border:1.5px solid var(--navy); background:var(--navy); color:#fff; text-decoration:none;
  transition:background .2s, transform .15s; }
.strep-page .btn-book:hover { background:var(--navy-2); color:#fff; transform:translateY(-1px); }
.strep-page .btn-book--inline { width:auto; }
.strep-page .btn-book:focus-visible, .strep-page .pill:focus-visible { outline:3px solid var(--coral-soft); outline-offset:2px; }

/* hero */
.strep-page .hero { background:var(--cream); padding:72px 0; }
.strep-page .hero .wrap { display:flex; align-items:center; gap:42px; }
.strep-page .hero__badge { width:148px; height:148px; flex:none; border-radius:50%; background:var(--coral); display:flex; align-items:center; justify-content:center; }
.strep-page .hero__badge img { width:88px; height:88px; object-fit:contain; }
.strep-page .hero .inner { max-width:640px; }
.strep-page .hero h1 { font-size:clamp(44px,5.4vw,68px); line-height:1; }
.strep-page .hero__sub { margin:16px 0 0; color:var(--ink-soft); font-size:20px; line-height:1.5; }
.strep-page .hero__offer { display:flex; flex-wrap:wrap; align-items:baseline; gap:10px; margin:26px 0 0; font-family:var(--serif); font-weight:600; color:var(--navy); font-size:24px; line-height:1.2; }
.strep-page .hero__offer-sep { color:var(--coral-2); }
.strep-page .hero__price { white-space:nowrap; }
.strep-page .hero__note { margin:8px 0 0; font-family:var(--ui); font-size:15px; color:var(--ink-soft); }
.strep-page .hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:26px; }
@media(max-width:720px){ .strep-page .hero { padding:52px 0; } .strep-page .hero .wrap { flex-direction:column; align-items:flex-start; gap:22px; } .strep-page .hero__badge { width:104px; height:104px; } .strep-page .hero__badge img { width:62px; height:62px; } .strep-page .hero__actions .btn-book { width:100%; } }

/* perks */
.strep-page .perks { background:var(--paper); border-bottom:1px solid var(--rule); }
.strep-page .perks__in { max-width:1180px; margin:0 auto; padding:16px 40px; display:flex; flex-wrap:wrap; gap:12px 34px; list-style:none; }
.strep-page .perks__in li { display:flex; align-items:center; gap:9px; font-family:var(--ui); font-size:14px; font-weight:500; color:var(--navy); }
.strep-page .perks__in li svg { flex:none; color:var(--coral-2); }
@media(max-width:860px){ .strep-page .perks__in { padding:16px 20px; gap:10px 22px; font-size:13.5px; } }

/* symptoms */
.strep-page .symp { padding:84px 0 76px; }
.strep-page .symp__in { display:grid; grid-template-columns:1fr 1.05fr; gap:60px; align-items:start; }
.strep-page .symp__lead { margin:18px 0 0; color:var(--ink-soft); font-size:17px; line-height:1.7; max-width:46ch; }
.strep-page .symp__list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr; gap:0; border-top:1px solid var(--rule); }
.strep-page .symp__list li { display:flex; gap:12px; align-items:flex-start; padding:14px 4px; border-bottom:1px solid var(--rule); font-family:var(--ui); font-size:16px; font-weight:500; color:var(--navy); line-height:1.45; }
@media (max-width:820px){ .strep-page .symp { padding:56px 0 48px; } .strep-page .symp__in { grid-template-columns:1fr; gap:28px; } }

/* the one package */
.strep-page .offer { background:var(--mist); padding:72px 0 64px; scroll-margin-top:92px; }
.strep-page .offer__card { background:var(--paper); border:1px solid var(--navy); border-radius:18px; padding:44px 44px; display:grid; grid-template-columns:1.25fr .75fr; gap:44px; align-items:center; box-shadow:0 26px 60px -34px rgba(22,61,108,.55); }
.strep-page .offer__main h2 { font-size:clamp(30px,3.4vw,44px); }
.strep-page .offer__lead { margin:16px 0 0; color:var(--ink-soft); font-size:17px; line-height:1.7; max-width:52ch; }
.strep-page .offer__list { list-style:none; margin:24px 0 0; padding:22px 0 0; border-top:1px solid var(--rule); display:grid; grid-template-columns:1fr 1fr; gap:12px 24px; }
.strep-page .offer__list li { display:flex; gap:11px; align-items:flex-start; color:var(--ink); font-size:15.5px; line-height:1.5; }
.strep-page .offer__side { text-align:center; padding:32px 28px; background:var(--cream); border-radius:14px; }
.strep-page .offer__price { font-family:var(--serif); font-size:56px; font-weight:600; color:var(--navy); line-height:1; }
.strep-page .offer__tax { margin:8px 0 22px; font-family:var(--ui); font-size:13px; color:var(--ink-faint); }
@media (max-width:820px){ .strep-page .offer { padding:56px 0 48px; } .strep-page .offer__card { grid-template-columns:1fr; padding:30px 24px; gap:28px; } .strep-page .offer__list { grid-template-columns:1fr; } }

/* note */
.strep-page .note { display:flex; gap:12px; align-items:flex-start; max-width:760px; margin:24px auto 0; padding:16px 20px;
  background:var(--peau); border-radius:12px; font-family:var(--ui); font-size:14px; line-height:1.55; color:var(--ink); }
.strep-page .note svg { flex:none; margin-top:1px; color:var(--coral-2); }

/* clinics band */
.strep-page .clinics { background:var(--navy); color:#fff; padding:44px 0; }
.strep-page .clinics__in { display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.strep-page .clinics .kicker { color:var(--coral-soft); margin-bottom:8px; }
.strep-page .clinics h2 { color:#fff; font-size:clamp(22px,2.4vw,30px); }
.strep-page .pills { display:flex; flex-wrap:wrap; gap:10px; }
.strep-page .pill { display:inline-flex; align-items:center; border:1px solid rgba(255,255,255,.4); border-radius:999px; padding:9px 18px; font-family:var(--ui); font-size:14px; font-weight:500; color:#fff; text-decoration:none; transition:background .2s, color .2s; }
.strep-page .pill:hover { background:#fff; color:var(--navy); }

/* faq */
.strep-page .faq { padding:80px 0; }
.strep-page .faq__head { text-align:center; margin-bottom:44px; }
.strep-page .faq__list { max-width:780px; margin:0 auto; }
.strep-page .faq__item { border-bottom:1px solid var(--rule); }
.strep-page .faq__item summary { list-style:none; cursor:pointer; padding:22px 4px; display:flex; align-items:center; justify-content:space-between; gap:20px;
  font-family:var(--serif); font-size:21px; color:var(--navy); font-weight:600; }
.strep-page .faq__item summary::-webkit-details-marker { display:none; }
.strep-page .faq__item summary::after { content:"+"; font-family:var(--ui); font-size:24px; font-weight:400; color:var(--coral-2); flex:none; transition:transform .2s; }
.strep-page .faq__item[open] summary::after { content:"–"; }
.strep-page .faq__a { padding:0 4px 24px; color:var(--ink-soft); font-size:16px; line-height:1.65; max-width:64ch; }

/* final CTA */
.strep-page .final { background:var(--cream); padding:64px 0; }
.strep-page .final__in { display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.strep-page .final h2 { font-size:clamp(28px,3.2vw,40px); }
.strep-page .final__sub { margin:10px 0 0; color:var(--ink-soft); font-size:17px; max-width:52ch; }
@media (max-width:720px){ .strep-page .final { padding:48px 0; } .strep-page .final__in .btn-book { width:100%; } }

@media (max-width:560px){ .strep-page .wrap { padding-inline:22px; } }
@media (prefers-reduced-motion: reduce){ .strep-page { scroll-behavior:auto; } .strep-page * { transition:none !important; } }
