/* PainClinix — Google Ads landing-page styles */
:root{ --lp-teal:#1B5E78; --lp-teal2:#2E8C8C; --lp-green:#27ae60; --lp-red:#e74c3c; --lp-ink:#0F3A48; --lp-muted:#5C7079; --lp-line:#E2DFD2; --lp-cream:#FBFAF3; }
.lp-head{ position:sticky; top:0; z-index:1000; background:rgba(251,250,243,.97); backdrop-filter:blur(10px); border-bottom:1px solid var(--lp-line); }
.lp-head-inner{ max-width:1180px; margin:0 auto; padding:12px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.lp-head img{ height:46px; width:auto; }
.lp-head-actions{ display:flex; align-items:center; gap:12px; }
.lp-call{ color:var(--lp-teal); font-family:var(--head,"Plus Jakarta Sans",sans-serif); font-weight:800; text-decoration:none; white-space:nowrap; font-size:1.02rem; }
.lp-call i{ margin-right:6px; }
.lp-btn{ display:inline-flex; align-items:center; gap:8px; background:var(--lp-red); color:#fff; font-family:var(--head,"Plus Jakarta Sans",sans-serif); font-weight:800; text-decoration:none; padding:.72rem 1.35rem; border-radius:999px; box-shadow:0 8px 22px -10px rgba(231,76,60,.7); transition:transform .15s ease, box-shadow .15s ease; border:none; cursor:pointer; font-size:1rem; }
.lp-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 26px -10px rgba(231,76,60,.8); }
.lp-btn--green{ background:var(--lp-green); box-shadow:0 8px 22px -10px rgba(39,174,96,.7); }
.lp-btn--green:hover{ box-shadow:0 12px 26px -10px rgba(39,174,96,.8); }
.lp-btn--lg{ padding:1rem 2rem; font-size:1.12rem; }
.lp-head .lp-call{ display:none; }
@media(min-width:640px){ .lp-head .lp-call{ display:inline; } }

.lp-hero{ background:linear-gradient(135deg,#12384a 0%,#1B5E78 45%,#2E8C8C 100%); color:#fff; padding:54px 20px 60px; }
.lp-hero-inner{ max-width:1120px; margin:0 auto; display:grid; grid-template-columns:1.15fr .85fr; gap:44px; align-items:center; }
.lp-eyebrow{ display:inline-block; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25); color:#fff; font-family:var(--head,sans-serif); font-weight:700; font-size:.75rem; letter-spacing:.06em; text-transform:uppercase; padding:.42rem 1rem; border-radius:999px; margin-bottom:18px; }
.lp-hero h1{ font-family:var(--display,"Fraunces",Georgia,serif); font-weight:600; font-size:2.65rem; line-height:1.12; margin:0 0 16px; color:#fff; }
.lp-hero h1 span{ color:#EED67B; }
.lp-hero p.lead{ font-size:1.2rem; line-height:1.55; color:rgba(255,255,255,.94); margin:0 0 22px; }
.lp-ticks{ list-style:none; margin:0 0 26px; padding:0; display:grid; gap:10px; }
.lp-ticks li{ display:flex; align-items:flex-start; gap:11px; font-size:1.04rem; color:#fff; }
.lp-ticks i{ color:#7CE0B0; margin-top:3px; font-size:1rem; }
.lp-cta-row{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.lp-reassure{ margin-top:16px; font-size:.92rem; color:rgba(255,255,255,.85); }
.lp-reassure i{ color:#7CE0B0; margin-right:6px; }
.lp-hero-img{ border-radius:20px; overflow:hidden; box-shadow:0 26px 60px -22px rgba(0,0,0,.65); }
.lp-hero-img img{ width:100%; height:100%; object-fit:cover; display:block; }

.lp-trust{ background:#fff; border-bottom:1px solid var(--lp-line); }
.lp-trust-inner{ max-width:1120px; margin:0 auto; padding:24px 20px; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
.lp-trust .n{ font-family:var(--display,serif); font-weight:600; font-size:1.9rem; color:var(--lp-teal); line-height:1; }
.lp-trust .l{ font-size:.9rem; color:var(--lp-muted); margin-top:6px; font-family:var(--head,sans-serif); font-weight:600; }

.lp-sec{ max-width:1000px; margin:0 auto; padding:52px 20px; }
.lp-sec h2{ font-family:var(--display,serif); font-weight:600; font-size:2rem; color:var(--lp-ink); text-align:center; margin:0 0 10px; line-height:1.2; }
.lp-sec .sub{ text-align:center; color:var(--lp-muted); font-size:1.08rem; max-width:680px; margin:0 auto 32px; }
.lp-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.lp-card{ background:#fff; border:1px solid var(--lp-line); border-radius:16px; padding:26px 24px; box-shadow:0 6px 22px -16px rgba(15,58,72,.4); }
.lp-card .ic{ width:52px; height:52px; border-radius:14px; background:linear-gradient(135deg,var(--lp-teal),var(--lp-teal2)); color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:16px; }
.lp-card h3{ font-family:var(--display,serif); font-weight:600; font-size:1.22rem; color:var(--lp-ink); margin:0 0 8px; }
.lp-card p{ color:var(--lp-muted); font-size:.96rem; line-height:1.6; margin:0; }

.lp-symptoms{ background:var(--lp-cream); }
.lp-symp-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px 26px; max-width:820px; margin:0 auto; }
.lp-symp{ display:flex; align-items:flex-start; gap:12px; font-size:1.05rem; color:var(--lp-ink); }
.lp-symp i{ color:var(--lp-teal2); margin-top:4px; }

.lp-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; counter-reset:step; }
.lp-step{ text-align:center; padding:0 8px; }
.lp-step .num{ width:56px; height:56px; margin:0 auto 14px; border-radius:50%; background:linear-gradient(135deg,var(--lp-teal),var(--lp-teal2)); color:#fff; font-family:var(--display,serif); font-size:1.5rem; display:flex; align-items:center; justify-content:center; }
.lp-step h3{ font-family:var(--display,serif); font-weight:600; font-size:1.18rem; color:var(--lp-ink); margin:0 0 6px; }
.lp-step p{ color:var(--lp-muted); font-size:.96rem; line-height:1.55; margin:0; }

.lp-cta-band{ background:linear-gradient(135deg,#12384a,#1B5E78); color:#fff; text-align:center; padding:56px 20px; }
.lp-cta-band h2{ color:#fff; font-family:var(--display,serif); font-weight:600; font-size:2.1rem; margin:0 0 12px; }
.lp-cta-band p{ font-size:1.15rem; color:rgba(255,255,255,.92); max-width:660px; margin:0 auto 26px; }
.lp-cta-band .lp-cta-row{ justify-content:center; }
.lp-cta-band .small{ margin-top:18px; font-size:.95rem; color:rgba(255,255,255,.82); }

.lp-faq{ max-width:820px; }
.lp-faq details{ border:1px solid var(--lp-line); border-radius:12px; padding:2px 20px; margin-bottom:12px; background:#fff; }
.lp-faq summary{ cursor:pointer; font-family:var(--head,sans-serif); font-weight:700; color:var(--lp-ink); padding:16px 0; font-size:1.05rem; list-style:none; }
.lp-faq summary::-webkit-details-marker{ display:none; }
.lp-faq summary::after{ content:"\002B"; float:right; color:var(--lp-teal2); font-weight:700; }
.lp-faq details[open] summary::after{ content:"\2212"; }
.lp-faq details p{ color:var(--lp-muted); line-height:1.6; margin:0 0 16px; }

.lp-foot{ background:#12384a; color:rgba(255,255,255,.8); text-align:center; padding:30px 20px; font-size:.92rem; }
.lp-foot a{ color:#EED67B; text-decoration:none; }
.lp-foot .addr{ margin:8px 0; }

@media(max-width:820px){
  .lp-hero-inner{ grid-template-columns:1fr; gap:28px; }
  .lp-hero{ padding:34px 20px 40px; }
  .lp-hero h1{ font-size:2.05rem; }
  .lp-trust-inner{ grid-template-columns:repeat(2,1fr); gap:22px 12px; }
  .lp-grid,.lp-steps{ grid-template-columns:1fr; }
  .lp-symp-grid{ grid-template-columns:1fr; }
}
