@import "tailwindcss";

:root { --navy:#071e38; --blue:#185ea9; --cyan:#23a9dc; --ice:#eef7fb; --ink:#112337; --muted:#607184; --line:#dbe6ed; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:"Segoe UI", Arial, sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input,select { font:inherit; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.topbar { height:82px; max-width:1240px; margin:auto; padding:0 30px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; min-width:230px; }
.brand img { width:44px; height:44px; object-fit:cover; border-radius:10px; }
.brand span { display:flex; flex-direction:column; line-height:1; }
.brand strong { color:var(--navy); font-size:1.22rem; letter-spacing:.06em; }
.brand small { color:var(--muted); font-size:.68rem; margin-top:6px; }
nav { display:flex; gap:24px; color:#43566a; font-size:.9rem; }
nav a:hover, footer a:hover, .text-link:hover { color:var(--blue); }
.button { min-height:50px; padding:0 24px; border:0; border-radius:6px; display:inline-flex; align-items:center; justify-content:center; gap:12px; font-weight:700; cursor:pointer; transition:.2s ease; }
.button.primary { background:linear-gradient(100deg,var(--blue),#218ac5); color:#fff; box-shadow:0 10px 24px rgba(24,94,169,.22); }
.button.primary:hover, .button.compact:hover { transform:translateY(-2px); box-shadow:0 14px 28px rgba(24,94,169,.28); }
.button.compact { min-height:42px; padding:0 18px; background:var(--blue); color:#fff; font-size:.83rem; }
.hero { width:min(1440px,calc(100% - 40px)); min-height:620px; margin:0 auto 20px; border-radius:20px; display:grid; grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr); background:#eef7fb; overflow:hidden; box-shadow:0 24px 70px rgba(7,30,56,.08); }
.hero-copy { max-width:620px; padding:84px clamp(42px,5vw,78px); position:relative; z-index:2; align-self:center; }
.eyebrow { display:inline-block; color:var(--blue); font-size:.75rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; margin-bottom:20px; }
.eyebrow.light { color:#73d1f0; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(3rem,5.1vw,4.7rem); line-height:.98; letter-spacing:-.06em; color:var(--navy); margin-bottom:26px; max-width:560px; text-wrap:balance; }
h1 em,h2 em { color:var(--blue); font-style:normal; }
.hero-copy>p { max-width:540px; color:#4d6479; font-size:1.08rem; line-height:1.68; }
.actions { display:flex; align-items:center; gap:26px; margin-top:34px; }
.text-link { color:var(--navy); font-weight:700; font-size:.92rem; padding:14px 0; }
.hero-pills { margin-top:34px; display:flex; flex-wrap:wrap; gap:8px; }
.hero-pills span { padding:8px 11px; border:1px solid #c8dce7; border-radius:999px; color:#4b6477; background:rgba(255,255,255,.64); font-size:.72rem; font-weight:700; }
.hero-visual { min-height:620px; background:linear-gradient(90deg,rgba(7,30,56,.02),rgba(7,30,56,.16)),url('jpmed-real-hero.jpg') 58% center/cover; position:relative; }
.hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(7,30,56,.62)); }
.visual-note { position:absolute; z-index:2; left:42px; bottom:42px; color:#fff; border-left:3px solid var(--cyan); padding-left:18px; }
.visual-note span { display:block; font-size:.7rem; letter-spacing:.15em; text-transform:uppercase; opacity:.8; margin-bottom:6px; }
.visual-note strong { font-size:1.18rem; }
.section-pad { padding:100px max(40px,calc((100vw - 1180px)/2)); }
.section-heading { max-width:780px; }
.section-heading h2,.solution-band h2,.why h2,.contact h2,.proof h2 { color:var(--navy); font-size:clamp(2rem,3.5vw,3.45rem); letter-spacing:-.045em; line-height:1.06; margin-bottom:0; text-wrap:balance; }
.problem { background:#fff; }
.problem-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:90px; align-items:start; margin-top:62px; }
.problem-grid>p { color:var(--muted); line-height:1.8; font-size:1.03rem; max-width:500px; }
.problem-grid ul { list-style:none; margin:0; padding:0; border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr; }
.problem-grid li { padding:20px 12px; border-bottom:1px solid var(--line); font-weight:650; }
.problem-grid li span { color:var(--cyan); font-size:.68rem; margin-right:12px; }
.solution-band { background:var(--navy); color:#fff; display:grid; grid-template-columns:1fr .82fr; gap:120px; }
.solution-band h2,.outcomes h2,.contact h2,.proof h2 { color:#fff; }
.solution-copy { padding-top:28px; border-top:1px solid rgba(255,255,255,.18); }
.solution-copy p { color:#b8c8d7; line-height:1.75; }
.split { max-width:none; display:flex; justify-content:space-between; align-items:end; gap:40px; }
.split>div { max-width:720px; }
.split>p { max-width:360px; color:var(--muted); line-height:1.7; }
.service-grid { margin-top:58px; display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.service-card { min-height:276px; border:1px solid var(--line); border-radius:12px; padding:34px; position:relative; transition:.25s ease; background:#fff; }
.service-card.featured { border-color:#74c7e6; background:linear-gradient(145deg,#fff 55%,#edf8fc); box-shadow:0 16px 42px rgba(24,94,169,.1); }
.service-card:hover { transform:translateY(-4px); border-color:#99cae2; box-shadow:0 18px 50px rgba(11,50,86,.1); }
.service-card .number { color:var(--cyan); font-size:.72rem; font-weight:800; }
.service-tag { position:absolute; top:28px; right:76px; padding:7px 10px; border-radius:999px; background:#e2f5fb; color:var(--blue); font-size:.64rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.service-card h3 { max-width:430px; margin:44px 0 14px; color:var(--navy); font-size:1.42rem; line-height:1.25; }
.service-card p { color:var(--muted); line-height:1.7; max-width:500px; }
.card-arrow { position:absolute; top:30px; right:30px; width:35px; height:35px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--blue); }
.center-action { text-align:center; margin-top:38px; }
.outcomes { background:#0a2a4b; color:#fff; }
.outcome-grid { margin-top:58px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(255,255,255,.16); border-left:1px solid rgba(255,255,255,.16); }
.outcome-grid div { min-height:150px; padding:28px; border-right:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16); display:flex; flex-direction:column; justify-content:space-between; }
.outcome-grid span { color:#66c9ec; font-size:.7rem; }.outcome-grid strong { font-size:1.08rem; }
.why { display:grid; grid-template-columns:.95fr 1.05fr; gap:100px; align-items:start; }
.why-intro { position:sticky; top:40px; }.why-intro>p { color:var(--muted); line-height:1.75; margin-top:26px; max-width:520px; }
.why-list article { padding:32px 0; border-bottom:1px solid var(--line); display:grid; grid-template-columns:54px 1fr; gap:16px; }
.why-list article:first-child { border-top:1px solid var(--line); }.why-list article>span { color:var(--cyan); font-size:.75rem; }
.why-list h3 { color:var(--navy); font-size:1.25rem; margin-bottom:10px; }.why-list p { color:var(--muted); line-height:1.7; }
.proof { background:linear-gradient(105deg,#185ea9,#0b345c); display:grid; grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr); gap:76px; align-items:center; color:#fff; }
.proof-media { height:520px; margin:0; border-radius:18px; overflow:hidden; position:relative; background:#d8eef2; box-shadow:0 22px 48px rgba(2,17,34,.28); }
.proof-media img { width:100%; height:100%; object-fit:cover; object-position:center 30%; }
.proof-media:after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(7,30,56,.72)); }
.proof-media figcaption { position:absolute; z-index:2; left:24px; bottom:22px; font-size:.73rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.proof-content { max-width:610px; }
.proof p { color:#c7dceb; line-height:1.75; max-width:610px; margin:24px 0 32px; font-size:1.04rem; }
.proof-seal { display:inline-flex; align-items:center; gap:13px; padding:10px 16px 10px 10px; border:1px solid rgba(255,255,255,.22); border-radius:12px; background:rgba(255,255,255,.08); }
.proof-seal img { width:42px; height:42px; object-fit:cover; border-radius:8px; background:#fff; }
.proof-seal span { display:flex; flex-direction:column; }.proof-seal strong { font-size:.82rem; }.proof-seal small { color:#bad0e0; margin-top:3px; }
.faq-list { max-width:880px; margin-top:52px; }.faq details { border-top:1px solid var(--line); }.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { list-style:none; cursor:pointer; padding:24px 0; font-weight:750; color:var(--navy); display:flex; justify-content:space-between; gap:20px; }.faq summary::-webkit-details-marker { display:none; }
.faq summary span { font-size:1.5rem; font-weight:300; transition:.2s; }.faq details[open] summary span { transform:rotate(45deg); }.faq details p { color:var(--muted); line-height:1.75; padding:0 50px 24px 0; }
.client-access { padding-top:64px; padding-bottom:64px; background:var(--ice); display:flex; align-items:center; justify-content:space-between; gap:50px; border-top:1px solid #d5e9f2; }
.client-access .eyebrow { margin-bottom:12px; }
.client-access h2 { color:var(--navy); font-size:clamp(2rem,3.1vw,3.15rem); letter-spacing:-.045em; line-height:1.05; margin-bottom:14px; }
.client-access p { color:var(--muted); line-height:1.7; margin:0; }
.client-button { flex:none; background:var(--navy); color:#fff; box-shadow:0 12px 28px rgba(7,30,56,.18); }
.client-button:hover { transform:translateY(-2px); background:var(--blue); }
.contact { background:var(--navy); display:grid; grid-template-columns:1fr 1fr; gap:90px; color:#fff; align-items:start; }
.contact-copy { padding-top:36px; }.contact-copy>p { color:#b8c9d8; line-height:1.75; max-width:540px; margin:24px 0 32px; }
.form-card { background:#fff; color:var(--ink); border-radius:12px; padding:38px; box-shadow:0 30px 70px rgba(0,0,0,.2); }
.form-title { display:flex; flex-direction:column; margin-bottom:26px; }.form-title span { color:var(--blue); font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; font-weight:800; }.form-title strong { color:var(--navy); font-size:1.5rem; margin-top:6px; }
.form-card label { display:flex; flex-direction:column; gap:8px; font-size:.78rem; font-weight:700; color:#3b4e61; margin-bottom:16px; }
.form-card input,.form-card select { width:100%; min-height:46px; border:1px solid #cedae2; border-radius:5px; padding:0 12px; background:#fff; color:var(--ink); }.form-card input:focus,.form-card select:focus { outline:3px solid rgba(35,169,220,.18); border-color:var(--cyan); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }.consent { flex-direction:row!important; align-items:flex-start; font-weight:400!important; line-height:1.45; }.consent input { min-height:auto; width:16px; margin-top:2px; }.full { width:100%; }.form-card small { display:block; text-align:center; color:#758596; margin-top:14px; }
.success { text-align:center; padding:44px 14px; }.success>span { margin:auto; width:56px; height:56px; border-radius:50%; background:#dff3ea; color:#168158; display:grid; place-items:center; font-size:1.6rem; }.success h3 { color:var(--navy); font-size:1.6rem; margin:18px 0 10px; }.success p { color:var(--muted); line-height:1.65; }
footer { padding:46px max(30px,calc((100vw - 1180px)/2)); display:grid; grid-template-columns:1fr 1fr auto; gap:40px; align-items:center; border-top:1px solid var(--line); color:var(--muted); font-size:.82rem; }footer p { margin:0; }footer>div:last-child { display:flex; flex-wrap:wrap; gap:22px; }.footer-brand { min-width:220px; }
.floating-wa { position:fixed; right:24px; bottom:24px; width:54px; height:54px; border-radius:50%; background:#17a673; color:#fff; display:grid; place-items:center; box-shadow:0 10px 28px rgba(12,89,61,.3); z-index:20; font-size:1.4rem; }
.mobile-cta { display:none; }.cookie { position:fixed; left:20px; bottom:20px; max-width:540px; background:#fff; border:1px solid var(--line); box-shadow:0 14px 50px rgba(7,30,56,.2); border-radius:10px; padding:18px; z-index:30; display:flex; align-items:center; gap:18px; }.cookie strong { color:var(--navy); }.cookie p { margin:5px 0 0; color:var(--muted); font-size:.75rem; line-height:1.45; }
@media(max-width:900px){ nav { display:none; }.topbar>.button { display:none; }.hero { width:calc(100% - 28px); grid-template-columns:1fr; }.hero-copy { max-width:none; padding:70px 42px 58px; }.hero-visual { min-height:420px; background-position:center; }.problem-grid,.solution-band,.why,.contact,.proof { grid-template-columns:1fr; gap:46px; }.split { display:block; }.split>p { margin-top:20px; }.why-intro { position:static; }.outcome-grid { grid-template-columns:1fr 1fr; }.proof-media { height:460px; }.proof-content { max-width:720px; }.client-access { align-items:flex-start; flex-direction:column; gap:28px; }.section-pad { padding:78px 28px; }footer { grid-template-columns:1fr; }.floating-wa { bottom:84px; }}
@media(max-width:620px){ body { padding-bottom:66px; }.topbar { height:72px; padding:0 18px; }.brand { min-width:0; }.brand small { font-size:.6rem; }.hero { width:calc(100% - 20px); min-height:auto; border-radius:14px; }.hero-copy { padding:54px 22px 44px; }.hero-copy>p { font-size:1rem; }.actions { align-items:stretch; flex-direction:column; gap:8px; }.text-link { text-align:center; }.hero-visual { min-height:300px; }.visual-note { left:22px; bottom:22px; }.section-pad { padding:66px 20px; }.problem-grid { margin-top:42px; }.problem-grid ul,.service-grid,.outcome-grid,.form-row { grid-template-columns:1fr; }.service-card { min-height:250px; padding:26px; }.service-card h3 { margin-top:34px; }.service-tag { position:static; display:inline-block; margin-left:10px; }.proof-media { height:390px; }.client-access { padding-top:50px; padding-bottom:50px; }.client-button { width:100%; }.form-card { padding:26px 20px; }.contact { gap:34px; }.mobile-cta { display:block; position:fixed; z-index:18; left:0; right:0; bottom:0; padding:8px 12px; background:rgba(255,255,255,.95); border-top:1px solid var(--line); backdrop-filter:blur(10px); }.mobile-cta .button { width:100%; min-height:50px; background:var(--blue); color:#fff; }.floating-wa { display:none; }.cookie { left:12px; right:12px; bottom:74px; max-width:none; flex-direction:column; align-items:stretch; }.cookie .button { width:100%; } }
@media(prefers-reduced-motion:reduce){ html { scroll-behavior:auto; } * { transition:none!important; } }
