/* ===========================================================
   D&D Pharmacy — Peptides & Injectable Therapy
   Editorial restyle. Inherits tokens + base from site.css.
   =========================================================== */

/* ---------- Breadcrumb ---------- */
.crumbs { display: flex; gap: 9px; align-items: center; font-size: 13px; color: rgba(255,255,255,0.6); padding-top: 30px; }
.crumbs a { color: rgba(255,255,255,0.78); transition: color .15s ease; }
.crumbs a:hover { color: #fff; }
.crumbs .sep { opacity: 0.5; }

/* ===========================================================
   HERO — navy
   =========================================================== */
.phero { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; position: relative; overflow: hidden; }
.phero::before { content:''; position: absolute; right: -160px; top: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.2) 0%, transparent 66%); pointer-events: none; }
.phero::after { content:''; position: absolute; left: -140px; bottom: -200px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.1) 0%, transparent 70%); pointer-events: none; }
.phero .wrap { position: relative; z-index: 1; }
.phero-inner { padding: 18px 0 84px; max-width: 940px; }
.phero .overline { color: #7fe0a6; }
.phero .overline::before { background: var(--green); }
.phero h1 { font-family: var(--serif); font-weight: 420; font-size: clamp(42px, 5.6vw, 76px); line-height: 0.99; letter-spacing: -0.025em; color: #fff; margin: 20px 0 0; text-wrap: balance; }
.phero h1 em { font-style: italic; color: #7fe0a6; font-weight: 420; }
.phero .lede { color: rgba(255,255,255,0.82); margin: 24px 0 0; max-width: 660px; }
.phero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.phero .badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 46px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.phero .badge { font-size: 13px; color: rgba(255,255,255,0.74); line-height: 1.45; }
.phero .badge strong { color: #fff; display: block; font-weight: 650; margin-bottom: 4px; font-size: 13.5px; }
.phero .badge::before { content:''; display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--green); margin-bottom: 12px; }

/* ===========================================================
   CATEGORIES
   =========================================================== */
.pep-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; margin-bottom: 52px; }
.pep-head .sec-head { max-width: 560px; margin: 0; }
.pep-head .intro { font-size: 17px; color: var(--muted); line-height: 1.6; margin: 0; padding-bottom: 6px; }

.subhead { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.subhead h3 { font-family: var(--serif); font-weight: 460; font-style: italic; font-size: clamp(26px, 3vw, 36px); color: var(--navy); margin: 0; letter-spacing: -0.01em; line-height: 1.1; }
.subhead .sub-no { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--green-700); white-space: nowrap; }

/* Price ("Starting from") */
.pep-price { display: flex; align-items: baseline; gap: 9px; }
.pep-price .lab { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.pep-price .amt { font-family: var(--serif); font-weight: 500; font-size: 28px; color: var(--navy); letter-spacing: -0.01em; line-height: 1; }

/* GLP-1 cat cards */
.cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 34px 30px; display: flex; flex-direction: column; transition: border-color .15s ease, box-shadow .2s ease, transform .12s ease; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); border-color: rgba(15,160,78,0.4); }
.cat-card .cat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.cat-card .cat-no { font-family: var(--serif); font-style: italic; font-size: 42px; color: var(--green-700); line-height: 1; letter-spacing: -0.01em; }
.cat-card .cat-tag { font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); padding-top: 14px; }
.cat-card h3 { font-family: var(--serif); font-weight: 480; font-size: 27px; color: var(--navy); letter-spacing: -0.01em; margin: 0 0 12px; line-height: 1.12; }
.cat-card .cat-lede { font-size: 15px; color: var(--muted); line-height: 1.6; margin: 0 0 22px; flex: 1; }
.cat-card .cat-lede strong { color: var(--navy); font-weight: 600; }
.cat-card .cat-foot { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.cat-card .cat-foot .note { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.cat-card .cat-foot .talk { font-size: 13.5px; font-weight: 600; color: var(--green-700); white-space: nowrap; }
.cat-card .cat-foot .talk:hover { color: var(--green); }

/* Wellness cards */
.wellness-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.well-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 26px 24px; display: flex; flex-direction: column; transition: border-color .15s ease, box-shadow .2s ease, transform .12s ease; }
.well-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: rgba(15,160,78,0.4); }
.well-card .w-tag { font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--green-700); margin-bottom: 8px; }
.well-card h4 { font-family: var(--serif); font-weight: 480; font-size: 24px; color: var(--navy); letter-spacing: -0.01em; margin: 0 0 10px; line-height: 1.12; }
.well-card .w-desc { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0 0 18px; flex: 1; }
.well-card .w-foot { border-top: 1px solid var(--line); padding-top: 16px; }

/* Compliance bar */
.compliance { margin-top: 34px; padding: 22px 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; color: var(--muted); flex-wrap: wrap; line-height: 1.5; }
.compliance strong { color: var(--navy); font-weight: 650; }

/* ===========================================================
   HOW IT WORKS
   =========================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.step { padding: 32px 30px 34px; border-right: 1px solid var(--line); }
.step:last-child { border-right: none; }
.step .s-no { font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--green-700); line-height: 1; margin-bottom: 14px; }
.step .s-no small { font-family: var(--sans); font-style: normal; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); font-weight: 700; display: block; margin-top: 8px; }
.step h4 { font-size: 17px; color: var(--navy); font-weight: 650; letter-spacing: -0.2px; margin: 0 0 8px; line-height: 1.3; }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0; }

/* ===========================================================
   SAFETY / DIFFERENTIATION
   =========================================================== */
.safety-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.safety-row .sec-head { max-width: 420px; margin: 0; }
.safety-row .ask { margin-top: 18px; font-size: 14.5px; font-weight: 600; color: var(--green-700); }
.diff-list { display: flex; flex-direction: column; }
.diff { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 32px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.diff:first-child { border-top: 1px solid var(--line); }
.diff .label { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.diff .vs { display: flex; flex-direction: column; gap: 12px; }
.diff .them, .diff .us { font-size: 14.5px; line-height: 1.5; color: var(--muted); display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; }
.diff .us { color: var(--navy); font-weight: 500; }
.diff .them::before { content: '×'; color: #b94a48; font-weight: 700; font-size: 17px; line-height: 1; }
.diff .us::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 14px; line-height: 1; padding-top: 2px; }

/* ===========================================================
   FAQ
   =========================================================== */
.faq-wrap { max-width: 880px; margin: 0 auto; }
.faq-wrap .sec-head { margin: 0 auto 40px; text-align: center; }
.faq-wrap .sec-head .overline { justify-content: center; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; font-family: var(--serif); font-size: 21px; font-weight: 460; color: var(--navy); letter-spacing: -0.01em; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 26px; color: var(--muted); font-weight: 300; line-height: 1; transition: transform .2s ease; flex: none; }
.faq details[open] summary::after { content: '−'; color: var(--green-700); }
.faq .answer { padding: 0 40px 26px 0; font-size: 15.5px; color: var(--muted); line-height: 1.65; }
.faq .answer strong { color: var(--navy); font-weight: 600; }

/* ===========================================================
   CTA BAND
   =========================================================== */
.cta-band { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content:''; position: absolute; top: 50%; right: -120px; transform: translateY(-50%); width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(15,160,78,0.2) 0%, transparent 70%); }
.cta-band .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.cta-band .overline { color: #7fe0a6; }
.cta-band .overline::before { background: var(--green); }
.cta-band h2 { color: #fff; margin-top: 14px; }
.cta-band h2 em { font-style: italic; color: #7fe0a6; }
.cta-band > .wrap > div p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.6; margin: 18px 0 28px; max-width: 520px; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.phone-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); padding: 30px 32px; display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: inherit; }
.phone-card .label { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: #7fe0a6; font-weight: 700; }
.phone-card .num { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 38px; color: #fff; letter-spacing: -0.01em; line-height: 1; margin: 8px 0; }
.phone-card .hrs { font-size: 13.5px; color: rgba(255,255,255,0.62); line-height: 1.5; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 1080px) {
  .pep-head, .safety-row, .cta-band .wrap { grid-template-columns: 1fr; gap: 36px; }
  .pep-head .intro { padding-bottom: 0; }
  .cat-grid { grid-template-columns: 1fr; }
  .wellness-grid { grid-template-columns: 1fr 1fr; }
  .phero .badges { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(odd) { border-right: 1px solid var(--line); }
  .step:nth-child(2n) { border-right: none; }
  .step { border-bottom: 1px solid var(--line); }
  .step:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 560px) {
  .wellness-grid { grid-template-columns: 1fr; }
  .phero .badges { grid-template-columns: 1fr; gap: 16px; }
  .subhead { flex-direction: column; gap: 8px; align-items: flex-start; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: none; }
  .diff { grid-template-columns: 1fr; gap: 8px; }
  .compliance { flex-direction: column; align-items: flex-start; }
}
