/* Licensed Peptides — SMS/Email contact + compliance pages
   Brand tokens pulled from live licensedpeptides.com (2026-07-13) */
:root{
  --blue:#2D88CA;        /* logo / primary */
  --blue-deep:#0170b9;   /* links / hover */
  --blue-press:#1c6fa8;
  --ink:#1a1f24;         /* headings */
  --body:#3f474e;        /* body text */
  --muted:#6b7480;
  --green:#5BA238;       /* trust / success */
  --red:#cf2e2e;         /* RUO / required */
  --bg:#ffffff;
  --bg-soft:#f2f3f5;
  --border:#e2e6ea;
  --footer:#0f1620;      /* dark navy footer */
  --footer-line:rgba(255,255,255,.10);
  --radius:12px;
  --shadow:0 8px 30px rgba(16,32,52,.08);
  --wrap:1120px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--body);background:var(--bg);line-height:1.6;font-size:16px;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--blue-deep);text-decoration:none}
a:hover{text-decoration:underline}
img,svg{max-width:100%}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}
h1,h2,h3{color:var(--ink);font-weight:800;line-height:1.15;letter-spacing:-.01em;margin:0 0 .5em}
h1{font-size:clamp(30px,4.4vw,44px)}
h2{font-size:clamp(22px,3vw,30px)}
h3{font-size:19px;font-weight:700}
p{margin:0 0 1em}
.eyebrow{font-family:"Roboto",sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--blue);margin-bottom:12px}

/* ---------- top notice bar ---------- */
.topbar{background:var(--blue);color:#fff;text-align:center;font-size:13.5px;font-weight:600;
  letter-spacing:.02em;padding:9px 16px}
.topbar strong{font-weight:800}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:74px}
.brand img{height:34px;width:auto;display:block}
.header-right{display:flex;align-items:center;gap:18px}
.ruo-chip{display:inline-flex;align-items:center;gap:7px;font-family:"Roboto",sans-serif;
  font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--blue-deep);background:#eaf4fb;border:1px solid #cfe6f6;border-radius:999px;padding:6px 12px}
.header-phone{font-weight:700;color:var(--ink);white-space:nowrap;font-size:15px}
.header-phone:hover{color:var(--blue-deep);text-decoration:none}
@media(max-width:640px){.ruo-chip{display:none}.header-inner{height:64px}}

/* ---------- hero ---------- */
.hero{background:
  radial-gradient(1200px 400px at 78% -10%,rgba(45,136,202,.10),transparent 60%),
  var(--bg);
  padding:64px 0 20px}
.hero .wrap{max-width:820px;text-align:center}
.hero h1{margin-bottom:16px}
.hero .lead{font-size:18px;color:var(--muted);max-width:640px;margin:0 auto}
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}
.trust-pill{display:inline-flex;align-items:center;gap:7px;background:var(--bg-soft);
  border:1px solid var(--border);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--ink)}
.trust-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--green)}

/* ---------- main grid ---------- */
.section{padding:44px 0 72px}
.grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:start}
@media(max-width:860px){.grid{grid-template-columns:1fr;gap:28px}}

/* ---------- form card ---------- */
.card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:32px}
.card h2{font-size:24px;margin-bottom:6px}
.card .sub{color:var(--muted);font-size:15px;margin-bottom:22px}
.field{margin-bottom:16px}
.field label{display:block;font-weight:600;color:var(--ink);font-size:14px;margin-bottom:6px}
.field .req{color:var(--red)}
.field input[type=text],.field input[type=email],.field input[type=tel],.field textarea{
  width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:10px;font-size:15px;
  font-family:inherit;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s}
.field textarea{resize:vertical;min-height:96px;line-height:1.5}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(45,136,202,.16)}

/* consent checkboxes */
.consent{display:flex;gap:12px;align-items:flex-start;background:var(--bg-soft);
  border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:14px}
.consent input[type=checkbox]{appearance:auto;width:18px;height:18px;margin:2px 0 0;flex:0 0 auto;
  accent-color:var(--blue);cursor:pointer}
.consent label{font-size:13px;line-height:1.55;color:var(--body);cursor:pointer;margin:0;font-weight:400}
.consent label b{color:var(--ink);font-weight:700}
.consent a{font-weight:600;text-decoration:underline}

.finehint{font-size:12px;color:var(--muted);line-height:1.55;margin:2px 0 20px}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;
  background:var(--blue);color:#fff;border:0;border-radius:10px;padding:15px 20px;font-size:16px;
  font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s}
.btn-primary:hover{background:var(--blue-deep)}
.btn-primary:active{background:var(--blue-press)}
.form-note{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}
.form-success{display:none;background:#eef7ea;border:1px solid #cfe6c2;color:#2f5f1e;
  border-radius:12px;padding:16px 18px;font-size:14px;font-weight:600;margin-top:18px}
.form-success.show{display:block}

/* ---------- info column ---------- */
.info-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:16px;padding:28px}
.info-card h3{margin-bottom:18px}
.info-row{display:flex;gap:13px;align-items:flex-start;padding:13px 0;border-top:1px solid var(--border)}
.info-row:first-of-type{border-top:0;padding-top:0}
.info-ic{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:#eaf4fb;color:var(--blue-deep);
  display:flex;align-items:center;justify-content:center}
.info-ic svg{width:18px;height:18px}
.info-row .lab{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;margin-bottom:2px}
.info-row .val{display:block}
.info-row .val{color:var(--ink);font-weight:600;font-size:15px}
.info-row .val a{color:var(--ink)}
.info-row .val small{display:block;font-weight:400;color:var(--muted);font-size:13px;margin-top:2px}

/* ---------- SMS program terms block ---------- */
.sms-terms{background:#fff;border:1px solid var(--border);border-left:4px solid var(--blue);
  border-radius:12px;padding:24px 26px;margin-top:28px}
.sms-terms h3{color:var(--ink);font-size:16px;margin-bottom:12px}
.sms-terms dl{margin:0;display:grid;grid-template-columns:180px 1fr;gap:8px 20px;font-size:13.5px}
.sms-terms dt{font-weight:700;color:var(--ink)}
.sms-terms dd{margin:0;color:var(--body)}
@media(max-width:560px){.sms-terms dl{grid-template-columns:1fr;gap:2px 0}.sms-terms dt{margin-top:10px}}

/* ---------- legal (terms/privacy) body ---------- */
.legal{padding:52px 0 72px}
.legal .wrap{max-width:820px}
.legal h1{margin-bottom:8px}
.legal .updated{color:var(--muted);font-size:14px;margin-bottom:32px}
.legal h2{font-size:21px;margin-top:36px}
.legal h3{margin-top:24px}
.legal ul{padding-left:20px;margin:0 0 1em}
.legal li{margin-bottom:7px}
.legal .callout{background:#eaf4fb;border:1px solid #cfe6f6;border-radius:12px;padding:18px 20px;
  font-size:14.5px;color:var(--ink);margin:22px 0}
.legal .callout strong{color:var(--blue-deep)}
.backlink{display:inline-block;margin-top:8px;font-weight:600;font-size:14px}

/* ---------- footer (matches live LP footer) ---------- */
.site-footer{background:var(--footer);color:#c4ccd6;padding:56px 0 28px;font-size:14px}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:36px}
@media(max-width:860px){.footer-top{grid-template-columns:1fr 1fr;gap:32px 24px}}
@media(max-width:520px){.footer-top{grid-template-columns:1fr}}
.footer-brand img{height:30px;margin-bottom:16px}
.footer-brand p{font-size:13.5px;color:#96a1af;max-width:280px}
.footer-col h4{color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase;
  font-weight:700;margin:0 0 16px}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:11px}
.footer-col a{color:#c4ccd6;font-size:14px}
.footer-col a:hover{color:#fff;text-decoration:none}
.footer-contact div{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px;font-size:14px;color:#c4ccd6}
.footer-contact svg{width:16px;height:16px;flex:0 0 auto;margin-top:3px;color:var(--blue)}
.footer-contact small{display:block;color:#7f8a97;font-size:12px}
.footer-bottom{border-top:1px solid var(--footer-line);margin-top:40px;padding-top:22px;
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:center}
.footer-bottom .copy{font-size:13px;color:#7f8a97}
.footer-legal{display:flex;flex-wrap:wrap;gap:22px}
.footer-legal a{color:#c4ccd6;font-size:12px;letter-spacing:.05em;text-transform:uppercase;font-weight:600}
.disclaimer{border-top:1px solid var(--footer-line);margin-top:22px;padding-top:22px;
  font-size:12px;line-height:1.7;color:#7f8a97;text-align:center}

/* ---------- mobile hardening (no horizontal overflow) ---------- */
html,body{overflow-x:hidden;max-width:100%}
.grid>*,.info-row,.info-row>div,.consent,.sms-terms dl>*{min-width:0}
.info-row .val,.info-row .val a,.consent label,.sms-terms dd,.sms-terms dd a{overflow-wrap:anywhere;word-break:break-word}
h1,h2,h3{overflow-wrap:break-word}
@media(max-width:600px){
  .wrap{padding:0 16px}
  .hero{padding:44px 0 8px}
  .hero h1{font-size:26px;line-height:1.2}
  .hero .lead{font-size:15.5px}
  .section{padding:30px 0 40px}
  .grid{gap:18px}
  .card{padding:20px}
  .card h2{font-size:22px}
  .info-card{padding:18px}
  .sms-terms{padding:18px 20px}
  .btn-primary{font-size:15px;padding:14px 18px}
}
@media(max-width:380px){ .hero h1{font-size:24px} }
