:root{
  --brand:#ef214d;
  --brand-deep:#d61542;
  --brand-soft:#fff1f5;
  --rose:#ff6f8f;
  --navy:#0d2145;
  --ink:#16233b;
  --muted:#6f7c91;
  --line:#e8edf4;
  --soft:#f7f9fc;
  --green:#18a961;
  --amber:#d58b00;
  --shadow:0 18px 50px rgba(25,35,58,.08);
  --shadow-soft:0 8px 28px rgba(25,35,58,.06);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  background:#f8f9fc;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* =============================
   PREMIUM PUBLIC / CLIENT HEADER
   ============================= */
.site-header{
  height:84px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(225,231,240,.9);
  position:sticky;
  top:0;
  z-index:80;
  backdrop-filter:blur(14px);
  box-shadow:0 3px 20px rgba(28,39,60,.035);
}
.nav-shell{
  max-width:1400px;
  height:100%;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;color:var(--navy)}
.brand-premium{min-width:295px}
.brand-mark{
  width:46px;height:46px;border-radius:14px;
  background:linear-gradient(135deg,#ff4d5f 0%,#ef214d 55%,#ff7d69 100%);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:900;font-size:17px;
  box-shadow:0 10px 24px rgba(239,33,77,.22);
}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-size:18px;font-weight:800;letter-spacing:-.2px}
.brand-copy small{font-size:11px;color:var(--brand);margin-top:6px;font-weight:600}
.guest-nav-wrap,.client-nav-wrap{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex:1;min-width:0}
.main-menu,.client-menu{display:flex;align-items:center;gap:27px;white-space:nowrap}
.main-menu a,.client-menu a{
  position:relative;
  padding:30px 0 27px;
  font-size:14px;font-weight:650;color:#2e3a51;
  transition:.22s ease;
}
.main-menu a:after,.client-menu a:after{
  content:"";position:absolute;left:50%;right:50%;bottom:17px;height:2px;border-radius:3px;background:var(--brand);transition:.22s ease;
}
.main-menu a:hover,.client-menu a:hover{color:var(--brand)}
.main-menu a:hover:after,.client-menu a:hover:after{left:0;right:0}
.nav-actions{display:flex;align-items:center;gap:14px;margin-left:auto;white-space:nowrap}
.login-link{font-size:14px;font-weight:700;color:#27344c}
.login-link:hover{color:var(--brand)}
.login-icon{font-size:18px;margin-right:3px}
.nav-signup{min-width:155px;border-radius:12px!important;padding:13px 18px!important;box-shadow:0 10px 24px rgba(239,33,77,.18)}
.credit-pill{
  background:linear-gradient(180deg,#f7f9fc,#f0f3f8);
  border:1px solid #e3e8f0;
  border-radius:999px;
  padding:9px 14px;
  font-size:13px;font-weight:750;color:#26334a;
}
.logout-btn{border-radius:10px!important}

/* Legacy admin header */
.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;box-shadow:0 2px 12px rgba(20,30,50,.04)}
.nav{max-width:1280px;margin:auto;height:100%;display:flex;align-items:center;gap:22px;padding:0 22px}
.nav .brand{margin-right:auto;font-weight:800;font-size:18px}
.nav a{font-weight:650;font-size:14px;color:#333c4c}
.nav a:hover{color:var(--brand)}

/* ============
   COMMON UI
   ============ */
.container{max-width:1240px;margin:0 auto;padding:32px 22px 56px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  border:0;border-radius:11px;padding:12px 18px;
  font-weight:750;cursor:pointer;font-size:14px;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--brand) 0%,#f13a61 100%);color:#fff;box-shadow:0 9px 20px rgba(239,33,77,.17)}
.btn-primary:hover{background:linear-gradient(135deg,var(--brand-deep),var(--brand));box-shadow:0 12px 26px rgba(239,33,77,.24)}
.btn-outline{background:#fff;border:1px solid #dce2ec;color:var(--ink);box-shadow:0 4px 12px rgba(25,35,58,.025)}
.btn-outline:hover{border-color:#f1a2b4;color:var(--brand)}
.btn-green{background:var(--green);color:#fff}
.btn-danger{background:#c62828;color:#fff}
.btn-sm{padding:8px 12px;font-size:13px}
.btn-white{background:#fff;color:var(--brand);box-shadow:0 10px 24px rgba(60,20,35,.13)}
.btn-glass{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.36)}
.grid{display:grid;gap:20px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px;box-shadow:var(--shadow-soft)}
.stat .value{font-size:30px;font-weight:850;margin:8px 0;color:var(--navy)}
.muted{color:var(--muted)}
.small{font-size:13px}
.h1{font-size:34px;font-weight:850;margin:0 0 7px;color:var(--navy);letter-spacing:-.5px}
.h2{font-size:23px;font-weight:800;margin:0 0 18px;color:var(--navy)}
.section-title{margin:30px 0 15px;font-size:23px;font-weight:820;color:var(--navy)}
.badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:750}
.badge-pending{background:#fff1c9;color:#8a5d00}
.badge-success{background:#def6e9;color:#137442}
.badge-reject{background:#ffe0e0;color:#a11d1d}

/* =========================
   NEW PREMIUM HOMEPAGE
   ========================= */
.home-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 83% 24%,rgba(255,105,134,.11),transparent 31%),
    radial-gradient(circle at 12% 10%,rgba(239,33,77,.06),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fff 72%,#fff9fb 100%);
  border-bottom:1px solid #f3e2e7;
}
.home-hero:before{
  content:"";position:absolute;width:460px;height:460px;border-radius:50%;
  right:-180px;top:-120px;background:rgba(252,215,224,.22);filter:blur(2px)
}
.home-hero-inner{
  max-width:1400px;margin:0 auto;padding:54px 28px 42px;
  display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;
  min-height:610px;
}
.hero-copy{position:relative;z-index:2;padding-left:3px}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:#ffe9ef;color:#b51e40;border:1px solid #ffd8e2;
  border-radius:999px;padding:8px 13px;font-size:13px;font-weight:780;margin-bottom:18px;
}
.hero-badge-icon{font-size:15px}
.hero-copy h1{
  margin:0;
  font-size:62px;
  line-height:1.02;
  letter-spacing:-2.2px;
  color:var(--navy);
  font-weight:900;
  max-width:650px;
}
.hero-copy h1 span{display:block}
.hero-copy h1 .hero-accent{color:var(--brand);margin:5px 0}
.hero-lead{
  margin:22px 0 24px;
  max-width:650px;
  font-size:18px;line-height:1.62;color:#627088;
}
.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.btn-hero{padding:15px 22px;font-size:16px;border-radius:12px;min-width:230px}
.btn-hero-secondary{padding:15px 24px;font-size:16px;border-radius:12px}
.trust-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:25px;color:#536076;font-size:13px;font-weight:650}
.trust-row span{display:flex;align-items:center;gap:7px}
.trust-icon{width:25px;height:25px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#ffe8ee;color:var(--brand);font-style:normal;font-weight:900}
.trust-icon.people{font-size:14px}.trust-icon.heart{font-size:13px}
.hero-visual-wrap{position:relative;z-index:2;min-width:0;padding:20px 0}
.hero-visual-glow{position:absolute;inset:8% 8% 5%;border-radius:48%;background:rgba(255,200,215,.27);filter:blur(36px)}
.hero-image-card{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  background:#fff5f8;
  border:1px solid #f7dbe3;
  box-shadow:0 24px 70px rgba(147,52,78,.13);
}
.hero-network-image{width:100%;height:auto;min-height:390px;object-fit:cover}
.floating-pill{
  position:absolute;z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);
  border:1px solid #f1dce3;border-radius:999px;padding:9px 14px;
  box-shadow:0 10px 30px rgba(80,34,52,.11);font-size:12px;font-weight:800;color:#9d2947;
}
.floating-pill span{color:var(--brand);margin-right:5px}
.floating-pill-left{left:-12px;bottom:54px}
.floating-pill-right{right:-8px;top:46px}
.home-section{max-width:1400px;margin:0 auto;padding:70px 28px}
.features-section{padding-top:64px}
.section-heading{max-width:820px}
.centered-heading{text-align:center;margin:0 auto 32px}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:1.35px;color:var(--brand);font-size:12px;font-weight:850;margin-bottom:11px}
.section-heading h2,.network-copy h2,.final-cta-card h2{font-size:38px;line-height:1.14;letter-spacing:-1px;margin:0;color:var(--navy);font-weight:880}
.section-heading h2 span,.network-copy h2 span{color:var(--brand)}
.section-heading p{font-size:16px;line-height:1.65;color:var(--muted);margin:14px auto 0;max-width:730px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{
  position:relative;
  background:#fff;
  border:1px solid #f0e4e8;
  border-radius:22px;
  padding:26px 24px 24px;
  box-shadow:0 13px 38px rgba(31,42,65,.055);
  overflow:hidden;
  min-height:286px;
  transition:.22s ease;
}
.feature-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#fff0f4;right:-44px;top:-44px}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(31,42,65,.09);border-color:#f5c8d4}
.feature-card-highlight{background:linear-gradient(180deg,#fff 0%,#fff7f9 100%);border-color:#f2bfcc}
.feature-icon{
  position:relative;z-index:2;width:56px;height:56px;border-radius:18px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#ffe6ed,#fff7f9);color:var(--brand);
  font-weight:900;box-shadow:inset 0 0 0 1px #ffdae4;margin-bottom:19px;
}
.ocr-icon{font-size:13px;letter-spacing:.5px}
.share-icon{font-size:26px}.network-icon{font-size:14px;letter-spacing:-3px;padding-right:3px}.credit-icon{font-size:24px}
.feature-card h3{position:relative;z-index:2;margin:0 0 10px;font-size:19px;color:var(--navy);font-weight:820}
.feature-card p{position:relative;z-index:2;margin:0 0 18px;font-size:14px;line-height:1.62;color:#6d788a}
.feature-card a{position:absolute;bottom:22px;left:24px;color:var(--brand);font-size:13px;font-weight:800}
.network-section{padding-top:34px}
.network-panel{
  position:relative;overflow:hidden;
  border:1px solid #f0dce2;
  border-radius:30px;
  background:linear-gradient(135deg,#fff 0%,#fff7fa 100%);
  box-shadow:var(--shadow);
  padding:48px;
  display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center;
}
.network-panel:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-120px;bottom:-155px;background:rgba(255,190,207,.17)}
.network-copy p{font-size:16px;line-height:1.7;color:var(--muted);max-width:690px}
.network-benefits{display:grid;gap:13px;margin-top:24px}
.network-benefits>div{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;background:rgba(255,255,255,.72);border:1px solid #f1e7ea;border-radius:14px;padding:13px 15px}
.network-benefits p{margin:0;font-size:13px;line-height:1.45}.network-benefits b{color:var(--navy)}
.benefit-mark{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffe8ee;color:var(--brand);font-size:12px;font-weight:900}
.network-mini-board{
  position:relative;height:355px;border-radius:26px;
  background:radial-gradient(circle at 50% 50%,#fff 0%,#fff5f8 64%,#ffeef3 100%);
  border:1px solid #f1dce3;overflow:hidden;z-index:2;
}
.mini-board-title{position:absolute;top:20px;left:24px;color:#9e3653;font-weight:800;font-size:13px}
.network-node{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:50%;background:#fff;border:1px solid #f1d6df;box-shadow:0 8px 22px rgba(96,44,60,.08);z-index:3;color:#28364d;font-weight:800}
.network-node small{font-size:10px;color:#8a6470;font-weight:650;margin-top:2px}
.node-center{width:88px;height:88px;left:calc(50% - 44px);top:calc(50% - 34px);background:linear-gradient(135deg,var(--brand),#ff6b7d);color:#fff;border:none;font-size:23px;box-shadow:0 13px 30px rgba(239,33,77,.25)}
.node-a,.node-b,.node-c,.node-d{width:80px;height:80px;font-size:12px}
.node-a{left:36px;top:72px}.node-b{right:36px;top:70px}.node-c{left:46px;bottom:35px}.node-d{right:46px;bottom:35px}
.network-line{position:absolute;height:2px;background:repeating-linear-gradient(90deg,#f06b8a 0 7px,transparent 7px 13px);transform-origin:left center;opacity:.75;z-index:1}
.line-a{width:145px;left:104px;top:124px;transform:rotate(24deg)}
.line-b{width:145px;right:104px;top:124px;transform:rotate(156deg);transform-origin:right center}
.line-c{width:140px;left:113px;bottom:102px;transform:rotate(-24deg)}
.line-d{width:140px;right:113px;bottom:102px;transform:rotate(204deg);transform-origin:right center}
.network-heart{position:absolute;left:50%;bottom:31px;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--brand);border:1px solid #f3d4dd;box-shadow:0 8px 20px rgba(92,38,56,.08);z-index:4;font-size:18px}
.final-cta-section{padding-top:15px;padding-bottom:82px}
.final-cta-card{
  background:linear-gradient(125deg,#d91040 0%,#ef214d 56%,#f65978 100%);
  border-radius:30px;padding:45px 48px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;
  box-shadow:0 22px 52px rgba(181,22,62,.23);position:relative;overflow:hidden;
}
.final-cta-card:after{content:"♥";position:absolute;right:40px;top:-34px;font-size:150px;color:rgba(255,255,255,.07);transform:rotate(12deg)}
.light-eyebrow{color:#ffdce5}
.final-cta-card h2{color:#fff;font-size:32px;max-width:800px;position:relative;z-index:2}
.final-cta-card p{color:#ffe8ee;font-size:15px;margin:12px 0 0;position:relative;z-index:2}
.final-cta-actions{display:flex;gap:10px;position:relative;z-index:2;flex-wrap:wrap}

/* ====================
   FORMS / PORTAL PAGES
   ==================== */
.form-card{max-width:940px;margin:0 auto;background:#fff;border:1px solid #e8edf4;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.form-head{padding:27px 32px;background:linear-gradient(105deg,#df173f,#f0375c 58%,#ff6682);color:#fff}
.form-head h2{letter-spacing:-.3px}
.form-body{padding:32px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 26px}
.form-group{display:flex;flex-direction:column;gap:7px}
.form-group.full{grid-column:1/-1}
label{font-size:14px;font-weight:700;color:#27344c}
.input,select,textarea{width:100%;padding:13px 14px;border:1px solid #dce2ec;border-radius:11px;font-size:15px;background:#fff;color:#1d2533;transition:.18s ease}
textarea{min-height:105px;resize:vertical}
.input:focus,select:focus,textarea:focus{outline:none;border-color:#f090aa;box-shadow:0 0 0 4px rgba(239,33,77,.075)}
.steps{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;padding:21px 28px;background:#fbfcfe;border-bottom:1px solid var(--line)}
.step{text-align:center;font-size:12px;color:#677180;font-weight:650}
.step .bubble{width:35px;height:35px;border-radius:50%;background:#e4e8ef;margin:0 auto 6px;display:flex;align-items:center;justify-content:center;font-weight:850}
.step.active .bubble{background:linear-gradient(135deg,var(--brand),#ff5d78);color:#fff;box-shadow:0 6px 14px rgba(239,33,77,.18)}
.step.done .bubble{background:#1fbd64;color:#fff}
.actions{display:flex;justify-content:space-between;padding:20px 28px;background:#fafbfc;border-top:1px solid var(--line)}
.alert{display:block;padding:13px 15px;border-radius:11px;margin:12px 0}
.alert-success{background:#eaf8f0;color:#157a45;border:1px solid #c7eed8}
.alert-danger{background:#fff0f0;color:#a72323;border:1px solid #ffd4d4}
.alert-info{background:#eef5ff;color:#315d9b;border:1px solid #d7e7ff}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(30,40,65,.035)}
table{border-collapse:collapse;width:100%}
th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:14px}
th{background:#fafbfc;color:#475064;font-size:12px;text-transform:uppercase;letter-spacing:.035em}
.profile-card{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center}
.avatar{width:88px;height:88px;border-radius:15px;object-fit:cover;background:#edf0f5;border:1px solid #e6eaf0}
.profile-name{font-size:19px;font-weight:820;color:var(--navy)}
.kv{display:grid;grid-template-columns:170px 1fr;gap:7px 14px}
.kv div:nth-child(odd){color:var(--muted)}
.match-score{font-size:28px;font-weight:900;color:var(--green)}
.upload-box{border:2px dashed #dce2eb;border-radius:15px;padding:23px;text-align:center;background:#fbfcfe}
.login-shell{min-height:calc(100vh - 84px);display:grid;place-items:center;padding:42px 20px;background:radial-gradient(circle at 75% 20%,rgba(255,203,216,.22),transparent 30%),#f8f9fc}
.login-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow)}
.login-card h2{color:var(--navy);font-size:27px;margin-top:0}
.plan{position:relative}
.plan.popular{border:2px solid var(--brand);background:linear-gradient(180deg,#fff,#fff7f9)}
.ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:750;box-shadow:0 6px 16px rgba(239,33,77,.18)}
.price{font-size:34px;font-weight:900;color:var(--navy)}
.ocr-tools{background:#fff8fa;border:1px solid #f5d2dc;border-radius:16px;padding:19px;margin-bottom:22px}
.hide-contact{filter:blur(4px);user-select:none}

/* ======
   FOOTER
   ====== */
.footer{background:#0d1830;color:#fff;padding:44px 20px 0;margin-top:50px}
.footer-premium{background:linear-gradient(180deg,#101a31,#0a1326)}
.footer-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:42px}
.footer-grid p{font-size:13px;line-height:1.65;color:#b7c0cf;margin:10px 0}
.footer-grid b{font-size:14px;color:#fff}
.footer-grid a:hover{color:#ff9ab0}
.footer-brand{display:flex;align-items:center;gap:10px;font-size:18px}
.brand-mark-small{width:34px;height:34px;border-radius:10px;font-size:12px}
.footer-bottom{margin-top:36px;border-top:1px solid rgba(255,255,255,.08);padding:18px;text-align:center;color:#8794a8;font-size:12px;letter-spacing:.2px}

@media(max-width:1180px){
  .main-menu{gap:18px}.brand-premium{min-width:250px}.brand-copy small{display:none}
  .client-menu{gap:15px}.client-menu a{font-size:13px}
  .hero-copy h1{font-size:54px}.home-hero-inner{grid-template-columns:.9fr 1.1fr}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:960px){
  .site-header{height:auto;position:relative}
  .nav-shell{padding:14px 18px;flex-wrap:wrap;gap:12px}
  .brand-premium{min-width:0;margin-right:auto}
  .guest-nav-wrap,.client-nav-wrap{width:100%;flex-wrap:wrap;gap:10px}
  .main-menu,.client-menu{order:2;width:100%;overflow-x:auto;gap:20px;border-top:1px solid #eef1f5;padding-top:2px}
  .main-menu a,.client-menu a{padding:14px 0 12px}
  .main-menu a:after,.client-menu a:after{bottom:5px}
  .nav-actions{margin-left:auto}
  .home-hero-inner{grid-template-columns:1fr;padding-top:42px;min-height:auto}
  .hero-copy{text-align:center}.hero-copy h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}
  .hero-visual-wrap{max-width:820px;margin:auto;width:100%}
  .network-panel{grid-template-columns:1fr;padding:34px}.network-mini-board{min-height:340px}
  .final-cta-card{grid-template-columns:1fr}.final-cta-actions{justify-content:flex-start}
  .grid-4,.grid-3,.grid-2,.form-grid,.footer-inner{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(4,1fr)}
  .profile-card{grid-template-columns:70px 1fr}.profile-card .right{grid-column:1/-1}
}

@media(max-width:640px){
  .brand-copy strong{font-size:15px}.brand-mark{width:40px;height:40px;border-radius:12px}
  .nav-actions{width:100%;justify-content:space-between}.nav-signup{min-width:auto}
  .home-hero-inner{padding:34px 18px 28px}.hero-copy h1{font-size:42px;letter-spacing:-1.5px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.btn-hero,.btn-hero-secondary{width:100%}
  .trust-row{gap:11px;font-size:12px}
  .hero-network-image{min-height:250px}.floating-pill{display:none}
  .home-section{padding:52px 18px}.section-heading h2,.network-copy h2{font-size:31px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:250px}
  .network-panel{padding:26px 20px}.network-mini-board{height:310px}.node-a,.node-b,.node-c,.node-d{width:67px;height:67px;font-size:10px}.node-a{left:18px}.node-b{right:18px}.node-c{left:22px}.node-d{right:22px}
  .final-cta-card{padding:32px 24px}.final-cta-card h2{font-size:27px}.final-cta-actions{flex-direction:column}.final-cta-actions .btn{width:100%}
  .container{padding:25px 15px 44px}.form-body{padding:22px}.form-head{padding:22px}.steps{padding:17px 14px;gap:5px}.step{font-size:10px}.step .bubble{width:30px;height:30px}
}

/* =========================
   PREMIUM SIGN-UP PAGE
   ========================= */
.signup-page{
  padding:42px 24px 70px;
  background:
    radial-gradient(circle at 12% 16%,rgba(255,204,217,.28),transparent 28%),
    radial-gradient(circle at 90% 78%,rgba(255,220,228,.25),transparent 28%),
    #f8f9fc;
}
.signup-shell{
  max-width:1390px;margin:0 auto;
  display:grid;grid-template-columns:.88fr 1.12fr;
  background:#fff;border:1px solid #f0e4e8;border-radius:30px;overflow:hidden;
  box-shadow:0 24px 70px rgba(32,42,66,.10);
}
.signup-visual-panel{position:relative;background:linear-gradient(145deg,#fff7fa 0%,#fff 50%,#fff0f5 100%);padding:42px 38px;overflow:hidden}
.signup-visual-panel:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,177,198,.16);left:-120px;bottom:-150px}
.signup-visual-content{position:relative;z-index:2}
.signup-visual-content h1{font-size:44px;line-height:1.08;letter-spacing:-1.5px;margin:16px 0;color:var(--navy);font-weight:900}
.signup-visual-content h1 span{color:var(--brand)}
.signup-visual-content>p{font-size:16px;line-height:1.65;color:var(--muted);max-width:590px}
.signup-benefit-list{display:grid;gap:11px;margin:23px 0 24px}
.signup-benefit-list>div{display:flex;align-items:center;gap:10px;font-size:14px;color:#43506a;font-weight:650}
.signup-benefit-list span{width:29px;height:29px;border-radius:9px;background:#ffe8ee;color:var(--brand);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}
.signup-network-image{margin-top:25px;border-radius:24px;overflow:hidden;border:1px solid #f2dce3;box-shadow:0 16px 42px rgba(111,50,69,.10);background:#fff}
.signup-network-image img{width:100%;height:260px;object-fit:cover;object-position:center}
.signup-form-panel{padding:42px 42px 38px;background:#fff}
.signup-form-head{margin-bottom:24px;border-bottom:1px solid #f0f2f6;padding-bottom:20px}
.signup-form-head h2{font-size:34px;line-height:1.1;letter-spacing:-.8px;color:var(--navy);margin:0 0 9px;font-weight:880}
.signup-form-head p{margin:0;color:var(--muted);font-size:14px;line-height:1.6;max-width:720px}
.signup-form-grid{gap:16px 20px}
.signup-submit-row{margin-top:23px;padding-top:21px;border-top:1px solid #eef1f5;display:flex;align-items:center;justify-content:space-between;gap:18px}
.signup-note{font-size:12px;color:#7a8598;display:flex;align-items:center;gap:7px;max-width:450px}
.signup-submit-btn{padding:14px 21px;min-width:220px}

@media(max-width:980px){
  .signup-shell{grid-template-columns:1fr}.signup-visual-panel{padding:35px 30px}.signup-network-image img{height:auto;max-height:360px}.signup-form-panel{padding:34px 28px}
}
@media(max-width:640px){
  .signup-page{padding:24px 12px 45px}.signup-shell{border-radius:22px}.signup-visual-panel{padding:28px 20px}.signup-visual-content h1{font-size:35px}.signup-form-panel{padding:28px 20px}.signup-form-head h2{font-size:29px}.signup-submit-row{flex-direction:column;align-items:stretch}.signup-submit-btn{width:100%}
}
