:root{
  --pm-bg:#f5f8fd;
  --pm-panel:#ffffff;
  --pm-text:#14213d;
  --pm-muted:#65758b;
  --pm-border:#dfe7f1;
  --pm-primary:#2f6fed;
  --pm-primary-dark:#2158c8;
  --pm-green:#15906d;
  --pm-soft:#eef4ff;
  --pm-radius:24px;
  --pm-shadow:0 24px 70px rgba(32,61,98,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--pm-bg);color:var(--pm-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}.pm-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.pm-header{position:sticky;top:0;z-index:20;background:rgba(245,248,253,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,241,.85)}
.pm-nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.pm-brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-weight:850;letter-spacing:-.02em;font-size:20px}.pm-logo{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,var(--pm-primary),var(--pm-green));color:white;font-weight:900;box-shadow:0 10px 26px rgba(47,111,237,.24)}
.pm-links{display:flex;align-items:center;gap:22px;font-size:14px;color:#506077}.pm-links a{text-decoration:none}.pm-links a:hover{color:var(--pm-primary)}.pm-actions{display:flex;align-items:center;gap:9px}.pm-register-mobile{display:none}
.pm-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:0 17px;border:1px solid var(--pm-border);background:var(--pm-panel);text-decoration:none;font-weight:750;font-size:14px;transition:.18s ease;white-space:nowrap}.pm-btn:hover{transform:translateY(-1px);border-color:#c7d5e8}.pm-btn-primary{background:var(--pm-primary);border-color:var(--pm-primary);color:white;box-shadow:0 12px 28px rgba(47,111,237,.22)}.pm-btn-primary:hover{background:var(--pm-primary-dark);border-color:var(--pm-primary-dark)}.pm-btn-disabled{background:#edf1f6;color:#8a96a6;border-color:#e2e7ed;cursor:not-allowed}.pm-btn-wide{min-height:50px;padding:0 22px;border-radius:15px;font-size:15px}
.pm-status{margin:24px auto 0;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #f0d79a;background:#fff9e9;border-radius:16px;color:#755413}.pm-status-dot{width:10px;height:10px;flex:0 0 auto;margin-top:5px;border-radius:50%;background:#d99606;box-shadow:0 0 0 5px #ffefbd}.pm-status strong{display:block;font-size:14px}.pm-status span{display:block;margin-top:3px;font-size:13px;line-height:1.45;color:#8a6a25}
.pm-hero{padding:78px 0 62px;overflow:hidden}.pm-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:58px;align-items:center}.pm-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#eaf1ff;color:#315fae;font-size:12px;font-weight:800;letter-spacing:.02em}.pm-eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--pm-green)}.pm-hero h1{font-size:clamp(42px,6vw,70px);line-height:.99;letter-spacing:-.055em;margin:20px 0 22px;max-width:760px}.pm-hero h1 span{color:var(--pm-primary)}.pm-hero-copy{max-width:680px;font-size:18px;line-height:1.65;color:var(--pm-muted);margin:0}.pm-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.pm-trust{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#66768b;font-size:13px}.pm-trust span{display:inline-flex;align-items:center;gap:7px}.pm-trust b{color:var(--pm-green)}
.pm-product{position:relative;min-height:500px}.pm-product:before{content:"";position:absolute;inset:5% -4% 8% 10%;border-radius:42px;background:linear-gradient(135deg,#dfeaff,#e8f6f1);transform:rotate(-3deg)}.pm-dashboard{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(210,221,234,.9);border-radius:30px;padding:22px;box-shadow:var(--pm-shadow);margin-top:12px}.pm-dashboard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pm-user{display:flex;align-items:center;gap:10px}.pm-avatar{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,#d9e6ff,#c7f0e3);display:grid;place-items:center;font-weight:850;color:#2a558d}.pm-user strong{display:block;font-size:14px}.pm-user span{font-size:11px;color:var(--pm-muted)}.pm-live{font-size:11px;font-weight:800;color:#147a5d;background:#e9f8f2;padding:7px 9px;border-radius:999px}.pm-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pm-mini-card{border:1px solid var(--pm-border);border-radius:18px;padding:15px;background:#fff}.pm-mini-card span{font-size:11px;color:var(--pm-muted)}.pm-mini-card strong{display:block;font-size:16px;margin-top:7px}.pm-progress{height:7px;border-radius:999px;background:#edf1f6;margin-top:12px;overflow:hidden}.pm-progress i{display:block;height:100%;width:72%;border-radius:inherit;background:linear-gradient(90deg,var(--pm-primary),#6b5de8)}.pm-doctor-card{margin-top:12px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--pm-border);border-radius:18px;padding:14px;background:#fff}.pm-doc-avatar{width:52px;height:52px;border-radius:16px;background:#e9f1ff;display:grid;place-items:center;font-size:22px}.pm-doctor-card strong{display:block;font-size:14px}.pm-doctor-card span{display:block;font-size:11px;color:var(--pm-muted);margin-top:3px}.pm-call{width:42px;height:42px;border:0;border-radius:13px;background:#e9f8f2;color:#147a5d;display:grid;place-items:center;font-size:18px}.pm-chart{margin-top:12px;border:1px solid var(--pm-border);border-radius:18px;padding:15px;background:linear-gradient(180deg,#fff,#f8fbff)}.pm-chart-head{display:flex;justify-content:space-between;gap:12px}.pm-chart-head strong{font-size:13px}.pm-chart-head span{font-size:11px;color:var(--pm-green);font-weight:800}.pm-bars{display:flex;gap:7px;align-items:flex-end;height:84px;margin-top:12px}.pm-bars i{flex:1;display:block;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#6594f3,#b9cdf7)}.pm-bars i:nth-child(1){height:36%}.pm-bars i:nth-child(2){height:48%}.pm-bars i:nth-child(3){height:44%}.pm-bars i:nth-child(4){height:62%}.pm-bars i:nth-child(5){height:56%}.pm-bars i:nth-child(6){height:74%}.pm-bars i:nth-child(7){height:82%}
.pm-section{padding:74px 0}.pm-section-alt{background:#eef3fa;border-top:1px solid #e1e8f1;border-bottom:1px solid #e1e8f1}.pm-section-head{max-width:760px;margin-bottom:34px}.pm-kicker{color:var(--pm-primary);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:850}.pm-section h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1.06;margin:10px 0 14px}.pm-section-head p{font-size:16px;color:var(--pm-muted);line-height:1.65;margin:0}.pm-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.pm-feature{background:var(--pm-panel);border:1px solid var(--pm-border);border-radius:22px;padding:22px;min-height:190px}.pm-feature-icon{width:45px;height:45px;border-radius:14px;background:var(--pm-soft);display:grid;place-items:center;font-size:21px}.pm-feature h3{font-size:17px;margin:18px 0 8px}.pm-feature p{font-size:14px;line-height:1.55;color:var(--pm-muted);margin:0}
.pm-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;counter-reset:flow}.pm-step{position:relative;padding:24px;background:#fff;border:1px solid var(--pm-border);border-radius:22px}.pm-step:before{counter-increment:flow;content:"0" counter(flow);display:block;font-weight:900;color:#b8c8df;font-size:13px;letter-spacing:.08em}.pm-step h3{margin:28px 0 8px;font-size:19px}.pm-step p{margin:0;color:var(--pm-muted);font-size:14px;line-height:1.55}
.pm-security{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}.pm-security-panel{background:#102442;color:#f4f7fb;border-radius:30px;padding:31px;min-height:350px;position:relative;overflow:hidden}.pm-security-panel:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#2f6fed66,transparent 68%);right:-80px;bottom:-90px}.pm-shield{width:66px;height:66px;border-radius:20px;background:#ffffff14;border:1px solid #ffffff2b;display:grid;place-items:center;font-size:30px}.pm-security-panel h3{font-size:28px;letter-spacing:-.03em;margin:24px 0 12px}.pm-security-panel p{color:#bac8da;line-height:1.6;margin:0;max-width:520px}.pm-security-list{display:grid;gap:12px}.pm-security-item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:16px 0;border-bottom:1px solid var(--pm-border)}.pm-security-item:last-child{border-bottom:0}.pm-check{width:36px;height:36px;border-radius:12px;background:#e9f8f2;color:#15805f;display:grid;place-items:center;font-weight:900}.pm-security-item strong{display:block;font-size:15px}.pm-security-item span{display:block;color:var(--pm-muted);font-size:13px;line-height:1.5;margin-top:4px}
.pm-cta{padding:28px 0 82px}.pm-cta-box{background:linear-gradient(135deg,#285fd0,#2650a8 55%,#166f5a);color:#fff;border-radius:32px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 24px 60px rgba(35,79,166,.2)}.pm-cta h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;margin:0 0 10px}.pm-cta p{margin:0;color:#dfe9ff;line-height:1.55;max-width:650px}.pm-cta .pm-btn{border-color:#ffffff33}.pm-cta .pm-btn-primary{background:#fff;color:#214f9f;box-shadow:none}.pm-cta .pm-btn-primary:hover{background:#f4f7ff}.pm-cta .pm-btn-disabled{background:#ffffff20;color:#d9e3f6;border-color:#ffffff24}
.pm-footer{border-top:1px solid var(--pm-border);padding:26px 0 36px;color:#7a8798;font-size:12px}.pm-footer-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.pm-footer a{color:#55708f}.site-developer-credit{margin-top:12px;text-align:center;color:#8a96a6;font-size:12px}.site-developer-credit a{color:#55708f}
.pm-dev{margin-top:22px;font-size:12px;color:#6e7b8e;background:#fff;border:1px dashed #b8c4d2;border-radius:13px;padding:10px 12px}
@media(max-width:980px){.pm-links{display:none}.pm-hero{padding-top:52px}.pm-hero-grid{grid-template-columns:1fr;gap:34px}.pm-product{max-width:680px;min-height:auto}.pm-features,.pm-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.pm-security{grid-template-columns:1fr}.pm-cta-box{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.pm-container{width:min(100% - 24px,1180px)}.pm-nav{min-height:66px;gap:8px}.pm-actions{gap:6px}.pm-actions .pm-btn{display:inline-flex;min-height:42px;padding:0 11px;font-size:12px;border-radius:12px}.pm-register-full{display:none}.pm-register-mobile{display:inline}.pm-brand{font-size:18px}.pm-logo{width:36px;height:36px}.pm-hero{padding:40px 0 44px}.pm-hero h1{font-size:42px}.pm-hero-copy{font-size:16px}.pm-hero-actions{display:grid}.pm-hero-actions .pm-btn{width:100%}.pm-trust{display:grid;gap:9px}.pm-dashboard{padding:14px;border-radius:22px}.pm-mini-grid{grid-template-columns:1fr}.pm-doctor-card{grid-template-columns:46px 1fr auto}.pm-doc-avatar{width:46px;height:46px}.pm-section{padding:54px 0}.pm-features,.pm-flow{grid-template-columns:1fr}.pm-feature{min-height:0}.pm-security-panel{padding:24px;min-height:320px}.pm-cta{padding-bottom:54px}.pm-cta-box{padding:27px;border-radius:24px}.pm-cta-actions{display:grid;width:100%}.pm-cta-actions .pm-btn{width:100%}}

@media(max-width:360px){.pm-brand>span:last-child{display:none}.pm-actions .pm-btn{padding:0 9px;font-size:11px}}
