* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; background: #fff; color: #111; font-size: 15px; line-height: 1.5; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }

/* ========== SWITCHER ========== */
.switcher {
  position: sticky; top: 0; z-index: 9999;
  background: #1a1a2e; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.switcher .container { display: flex; align-items: center; gap: 8px; }
.sw-lbl { color: #4b5563; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-right: 4px; }
.sw-btn { padding: 4px 14px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: #9ca3af; font-size: 12px; cursor: pointer; }
.sw-btn:hover { color: #e2e8f0; background: rgba(255,255,255,0.06); }
.sw-btn.active { background: #1d4ed8; border-color: #1d4ed8; color: #fff; }
.sw-note { margin-left: auto; font-size: 11px; color: #374151; }

/* ========== SCREEN ========== */
.screen { display: none; }
.screen.active { display: block; }

/* ========== NAV ========== */
.site-nav { background: #fff; border-bottom: 1px solid #e5e7eb; height: 64px; position: sticky; top: 33px; z-index: 500; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.site-nav .container { height: 100%; display: flex; align-items: center; gap: 0; }
.logo { font-weight: 900; font-size: 19px; color: #0d1b2e; letter-spacing: -0.5px; margin-right: 44px; flex-shrink: 0; cursor: pointer; text-decoration: none; }
.nav-links { display: flex; gap: 2px; flex: 1; }
.nav-item { position: relative; }
.nav-link { padding: 8px 13px; color: #374151; font-size: 14px; font-weight: 500; border-radius: 6px; cursor: pointer; display: flex; align-items: center; gap: 4px; user-select: none; white-space: nowrap; }
.nav-link:hover { background: #f3f4f6; }
.nav-link .arr { font-size: 9px; color: #9ca3af; transition: transform 0.15s; }
.nav-item:hover .arr { transform: rotate(180deg); }
.nav-link.hl { color: #1d4ed8; font-weight: 600; }

/* Dropdown */
.dd { position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 8px 28px rgba(0,0,0,0.11); padding: 10px; min-width: 300px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: all 0.15s; z-index: 600; }
.nav-item:hover .dd { opacity: 1; visibility: visible; transform: translateY(0); }
.dd-head { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #9ca3af; padding: 4px 10px 6px; }
.dd-item { display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 8px; cursor: pointer; text-decoration: none; }
.dd-item:hover { background: #f8fafc; }
.dd-ico { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.dd-txt h4 { font-size: 13px; font-weight: 600; color: #111; line-height: 1.2; }
.dd-txt p { font-size: 12px; color: #6b7280; margin-top: 1px; }
.dd-sep { border: none; border-top: 1px solid #f3f4f6; margin: 6px 0; }
.dd-wide { min-width: 500px; }
.dd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.dd-col { padding: 2px; }
.dd-col + .dd-col { border-left: 1px solid #f3f4f6; padding-left: 10px; }

.nav-right { display: flex; gap: 10px; align-items: center; }
.btn-ghost { padding: 7px 16px; border: 1.5px solid #d1d5db; border-radius: 7px; color: #374151; font-size: 14px; font-weight: 500; cursor: pointer; background: #fff; }
.btn-cta-nav { padding: 8px 20px; border-radius: 7px; background: #f97316; color: #fff; font-size: 14px; font-weight: 700; border: none; cursor: pointer; }
.btn-cta-nav:hover { background: #ea6c0a; }

/* ========== BUTTONS ========== */
.btn-orange { padding: 13px 28px; background: #f97316; color: #fff; font-size: 15px; font-weight: 700; border-radius: 7px; border: none; cursor: pointer; }
.btn-orange:hover { background: #ea6c0a; }
.btn-orange.lg { padding: 15px 34px; font-size: 16px; }
.btn-white { padding: 13px 28px; background: #fff; color: #0d1b2e; font-size: 15px; font-weight: 700; border-radius: 7px; border: none; cursor: pointer; }
.btn-outline-w { padding: 12px 24px; background: transparent; border: 2px solid rgba(255,255,255,0.3); color: #fff; font-size: 15px; font-weight: 500; border-radius: 7px; cursor: pointer; }
.btn-outline-d { padding: 12px 24px; background: transparent; border: 1.5px solid #d1d5db; color: #374151; font-size: 14px; font-weight: 500; border-radius: 7px; cursor: pointer; }

/* ========== HOMEPAGE ========== */

/* Hero */
.hero { background: linear-gradient(150deg, #0d1b2e 0%, #1a3a5c 55%, #1e4976 100%); padding: 80px 0; min-height: 520px; }
.hero .container { display: flex; gap: 56px; align-items: center; }
.hero-left { flex: 1; max-width: 540px; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(29,78,216,0.2); border: 1px solid rgba(29,78,216,0.4); color: #93c5fd; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.hero h1 { font-size: 44px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 18px; letter-spacing: -1.5px; }
.hero h1 em { font-style: normal; color: #60a5fa; }
.hero-sub { color: #94a3b8; font-size: 16px; line-height: 1.65; margin-bottom: 32px; }
.hero-bullets { display: flex; flex-direction: column; gap: 9px; margin-bottom: 36px; }
.hero-bullet { color: #cbd5e1; font-size: 14px; display: flex; align-items: center; gap: 9px; }
.hck { width: 18px; height: 18px; border-radius: 50%; background: #1d4ed8; color: #fff; font-size: 10px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-video-note { margin-top: 24px; display: flex; align-items: center; gap: 8px; color: #475569; font-size: 12px; }
.hero-video-note .vn-badge { background: rgba(255,255,255,0.08); border: 1px dashed rgba(255,255,255,0.2); border-radius: 6px; padding: 4px 10px; font-size: 11px; color: #64748b; }

.hero-right { flex: 1; max-width: 500px; }

/* Hero demo — product mock */
.pm { background: #071121; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.07); box-shadow: 0 20px 56px rgba(0,0,0,0.5); }
.pm-bar { background: #0f1e33; padding: 10px 14px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.pm-url { flex: 1; background: rgba(0,0,0,0.4); border-radius: 4px; padding: 3px 10px; font-size: 11px; color: #4b5563; margin: 0 8px; }
.pm-body { display: grid; grid-template-columns: 136px 1fr 148px; min-height: 310px; }

/* Vehicle list */
.pm-vlist { background: #0a1628; border-right: 1px solid rgba(255,255,255,0.04); overflow: hidden; }
.pm-vsearch { padding: 8px 8px 0; }
.pm-vsearch-inp { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 5px; padding: 5px 8px; font-size: 9px; color: #4b5563; width: 100%; }
.pm-vi { padding: 8px 9px; border-bottom: 1px solid rgba(255,255,255,0.03); cursor: pointer; }
.pm-vi.act { background: rgba(29,78,216,0.14); border-left: 2px solid #1d4ed8; padding-left: 7px; }
.pm-vi-plate { font-size: 10px; font-weight: 700; color: #e2e8f0; }
.pm-vi-driver { font-size: 9px; color: #64748b; margin-top: 1px; }
.pm-vi-loc { font-size: 9px; color: #374151; }
.pm-vi-add { font-size: 9px; color: #1d4ed8; margin-top: 3px; }
.pm-vi-status { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-left: 5px; vertical-align: middle; }

/* Map center */
.pm-map-c { background: #0d1b2e; position: relative; overflow: hidden; }
.pm-map-c::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 20px,rgba(29,78,216,0.05) 20px,rgba(29,78,216,0.05) 21px),repeating-linear-gradient(90deg,transparent,transparent 20px,rgba(29,78,216,0.05) 20px,rgba(29,78,216,0.05) 21px); }
.pm-road { position: absolute; background: rgba(255,255,255,0.08); border-radius: 2px; }
.truck-arr { position: absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 16px solid #3b82f6; transform: translate(-50%,-50%) rotate(35deg); filter: drop-shadow(0 0 6px rgba(59,130,246,0.8)); }
.truck-label { position: absolute; background: rgba(15,30,51,0.9); border: 1px solid rgba(59,130,246,0.4); border-radius: 4px; padding: 2px 6px; font-size: 9px; font-weight: 700; color: #e2e8f0; white-space: nowrap; transform: translateX(-50%); }
.pin { position: absolute; width: 8px; height: 8px; background: #f97316; border-radius: 50%; box-shadow: 0 0 7px #f97316; transform: translate(-50%,-50%); }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.4;} }

/* Detail panel */
.pm-detail { background: #071121; border-left: 1px solid rgba(255,255,255,0.04); padding: 10px 9px; overflow: hidden; }
.pm-d-close { text-align: right; font-size: 9px; color: #374151; margin-bottom: 6px; }
.pm-d-plate { font-size: 11px; font-weight: 800; color: #e2e8f0; }
.pm-d-driver { font-size: 9px; color: #3b82f6; margin-bottom: 7px; }
.pm-d-row2 { display: flex; gap: 4px; margin-bottom: 7px; }
.pm-d-chip { background: rgba(29,78,216,0.12); border-radius: 4px; padding: 4px 5px; text-align: center; flex: 1; }
.pm-d-cv { font-size: 11px; font-weight: 800; color: #60a5fa; line-height: 1; }
.pm-d-cl { font-size: 8px; color: #374151; margin-top: 1px; }
.pm-d-sep { border: none; border-top: 1px solid rgba(255,255,255,0.05); margin: 6px 0; }
.pm-d-sec { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #374151; margin-bottom: 5px; }
.pm-d-prog { margin-bottom: 5px; }
.pm-d-plbl { display: flex; justify-content: space-between; font-size: 8px; color: #475569; margin-bottom: 2px; }
.pm-d-ptrack { background: rgba(255,255,255,0.06); border-radius: 2px; height: 4px; }
.pm-d-pfill { height: 100%; border-radius: 2px; }
.pm-d-scores { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.pm-d-sc { background: rgba(255,255,255,0.04); border-radius: 4px; padding: 5px 4px; text-align: center; }
.pm-d-scv { font-size: 13px; font-weight: 800; line-height: 1; }
.pm-d-scl { font-size: 8px; color: #374151; margin-top: 2px; }

/* Legacy demo (EWO landing page) */
.pm-sb { background: #0a1628; border-right: 1px solid rgba(255,255,255,0.04); padding: 14px 10px; }
.pm-logo { font-size: 12px; font-weight: 900; color: #fff; margin-bottom: 18px; padding: 0 4px; }
.pm-si { padding: 7px 9px; border-radius: 5px; color: #64748b; font-size: 12px; display: flex; align-items: center; gap: 7px; margin-bottom: 2px; }
.pm-si.act { background: rgba(29,78,216,0.2); color: #93c5fd; }
.pm-main { padding: 14px; background: #0d1b2e; }
.pm-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 10px; }
.pm-stat { background: rgba(29,78,216,0.12); border-radius: 7px; padding: 9px; border: 1px solid rgba(29,78,216,0.16); }
.ps-val { font-size: 17px; font-weight: 800; color: #60a5fa; }
.ps-lbl { font-size: 10px; color: #4b5563; margin-top: 1px; }
.pm-map { background: #071121; border-radius: 7px; height: 130px; position: relative; overflow: hidden; }
.pm-map::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 22px,rgba(29,78,216,0.06) 22px,rgba(29,78,216,0.06) 23px),repeating-linear-gradient(90deg,transparent,transparent 22px,rgba(29,78,216,0.06) 22px,rgba(29,78,216,0.06) 23px); }

/* Stats bar */
.stats-bar { background: #f8fafc; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; padding: 28px 0; }
.stats-bar .container { display: flex; }
.stat-item { flex: 1; text-align: center; border-right: 1px solid #e5e7eb; }
.stat-item:last-child { border-right: none; }
.stat-n { font-size: 30px; font-weight: 900; color: #0d1b2e; letter-spacing: -1px; }
.stat-l { font-size: 13px; color: #6b7280; margin-top: 3px; }

/* EWO section */
.ewo-sec { padding: 80px 0; }
.eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #1d4ed8; margin-bottom: 10px; }
.sec-h2 { font-size: 36px; font-weight: 900; color: #0d1b2e; letter-spacing: -0.5px; margin-bottom: 14px; line-height: 1.1; }
.sec-desc { font-size: 16px; color: #6b7280; max-width: 580px; line-height: 1.65; margin-bottom: 52px; }

.feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-bottom: 72px; }
.feat-row.rev { direction: rtl; }
.feat-row.rev > * { direction: ltr; }
.feat-tag { display: inline-block; background: #eff6ff; color: #1d4ed8; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.feat-text h3 { font-size: 24px; font-weight: 800; color: #0d1b2e; margin-bottom: 10px; letter-spacing: -0.3px; }
.feat-text p { font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 16px; }
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.feat-list li { font-size: 13px; color: #374151; display: flex; gap: 7px; }
.feat-list li::before { content: '→'; color: #1d4ed8; font-weight: 700; flex-shrink: 0; }
.feat-vis { background: #f8fafc; border-radius: 12px; border: 1px solid #e5e7eb; overflow: hidden; }
.fv-bar { background: #0d1b2e; padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
.fv-url { flex: 1; background: rgba(255,255,255,0.06); border-radius: 4px; padding: 2px 9px; font-size: 11px; color: #475569; margin-left: 7px; }
.fv-bd { padding: 14px; }

.mini-map { background: #071121; border-radius: 9px; height: 180px; position: relative; overflow: hidden; }
.mini-map::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 20px,rgba(29,78,216,0.06) 20px,rgba(29,78,216,0.06) 21px),repeating-linear-gradient(90deg,transparent,transparent 20px,rgba(29,78,216,0.06) 20px,rgba(29,78,216,0.06) 21px); }
.map-rh { position: absolute; width: 60%; height: 2px; background: rgba(99,102,241,0.2); top: 42%; left: 20%; border-radius: 2px; }
.map-rv { position: absolute; width: 2px; height: 50%; background: rgba(99,102,241,0.2); top: 18%; left: 55%; border-radius: 2px; }

.route-card { background: #fff; border-radius: 9px; border: 1px solid #e5e7eb; padding: 13px 15px; margin-bottom: 9px; display: flex; gap: 12px; align-items: flex-start; }
.ri { width: 34px; height: 34px; background: #eff6ff; border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.rt h5 { font-size: 13px; font-weight: 700; color: #0d1b2e; margin-bottom: 2px; }
.rt p { font-size: 12px; color: #6b7280; }
.rtag { display: inline-block; font-size: 11px; padding: 2px 7px; border-radius: 4px; margin-top: 4px; font-weight: 600; }
.rtag.t { background: #fef3c7; color: #d97706; }
.rtag.g { background: #dcfce7; color: #16a34a; }
.rtag.b { background: #eff6ff; color: #1d4ed8; }

.cost-bar-r { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.cb-lbl { width: 52px; color: #6b7280; font-size: 12px; text-align: right; flex-shrink: 0; }
.cb-track { flex: 1; background: #f3f4f6; border-radius: 4px; height: 8px; overflow: hidden; }
.cb-fill { height: 100%; border-radius: 4px; }
.cb-val { width: 50px; font-size: 12px; color: #0d1b2e; font-weight: 600; }

/* EXISTING sections */
.offers-sec { padding: 72px 0; background: #f8fafc; border-top: 1px solid #e5e7eb; }
.offer-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.offer-card { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 24px; }
.offer-tag { display: inline-block; background: #fff7ed; color: #ea580c; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.offer-card h4 { font-size: 16px; font-weight: 800; color: #0d1b2e; margin-bottom: 7px; line-height: 1.3; }
.offer-card p { font-size: 13px; color: #6b7280; line-height: 1.5; margin-bottom: 16px; }
.btn-sm { padding: 8px 16px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; background: #f97316; color: #fff; border: none; }

.fuel-sec { padding: 80px 0; }
.fuel-sec .container { display: flex; gap: 56px; align-items: center; }
.fuel-left { flex: 1; max-width: 360px; }
.fuel-card-vis { background: #0d1b2e; border-radius: 14px; padding: 28px; color: #fff; }
.fc-name { font-size: 12px; font-weight: 700; color: #94a3b8; letter-spacing: 0.5px; }
.fc-title { font-size: 22px; font-weight: 900; margin: 6px 0 18px; }
.fc-chip { width: 32px; height: 24px; background: #d97706; border-radius: 4px; margin-bottom: 22px; }
.fc-num { font-size: 13px; color: #94a3b8; letter-spacing: 2px; margin-bottom: 6px; }
.fc-holder { font-size: 13px; color: #e2e8f0; font-weight: 600; }
.fuel-right { flex: 1; }
.fuel-right h2 { font-size: 32px; font-weight: 900; color: #0d1b2e; letter-spacing: -0.5px; margin-bottom: 14px; }
.fuel-right > p { font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 22px; }
.fuel-benefits { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.fb { display: flex; gap: 12px; align-items: flex-start; }
.fb-ico { width: 36px; height: 36px; background: #fff7ed; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.fb h5 { font-size: 14px; font-weight: 700; color: #0d1b2e; margin-bottom: 2px; }
.fb p { font-size: 13px; color: #6b7280; }

.svcs-sec { padding: 80px 0; background: #f8fafc; border-top: 1px solid #e5e7eb; }
.svcs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.svc-card { background: #fff; border-radius: 10px; border: 1px solid #e5e7eb; padding: 22px; cursor: pointer; transition: all 0.15s; }
.svc-card:hover { border-color: #1d4ed8; box-shadow: 0 4px 16px rgba(29,78,216,0.08); }
.svc-ico { font-size: 26px; margin-bottom: 10px; }
.svc-card h4 { font-size: 14px; font-weight: 700; color: #0d1b2e; margin-bottom: 5px; }
.svc-card p { font-size: 13px; color: #6b7280; line-height: 1.5; margin-bottom: 12px; }
.svc-link { font-size: 13px; color: #1d4ed8; font-weight: 600; }

.app-sec { padding: 80px 0; }
.app-sec .container { display: flex; gap: 56px; align-items: center; }
.app-left { flex: 1; }
.app-left h2 { font-size: 32px; font-weight: 900; color: #0d1b2e; letter-spacing: -0.5px; margin-bottom: 14px; }
.app-left p { font-size: 14px; color: #6b7280; line-height: 1.65; margin-bottom: 24px; max-width: 460px; }
.app-badges { display: flex; gap: 10px; }
.app-badge { background: #0d1b2e; color: #fff; padding: 9px 18px; border-radius: 7px; font-size: 13px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 7px; }
.app-right { flex: 0 0 220px; background: #0d1b2e; border-radius: 28px; padding: 16px 12px; border: 5px solid #111; }
.app-r-bar { background: #0f1e33; border-radius: 7px; padding: 7px 10px; display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.app-r-screen { background: #071121; border-radius: 8px; height: 160px; position: relative; overflow: hidden; }

.bottom-cta { background: linear-gradient(135deg, #0d1b2e 0%, #1a3a5c 100%); padding: 72px 0; text-align: center; }
.bottom-cta h2 { font-size: 36px; font-weight: 900; color: #fff; letter-spacing: -0.5px; margin-bottom: 14px; }
.bottom-cta p { color: #94a3b8; font-size: 16px; max-width: 480px; margin: 0 auto 36px; line-height: 1.6; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ========== EWO LANDING ========== */
.ld-hero { background: linear-gradient(150deg, #0d1b2e 0%, #1a3a5c 100%); padding: 72px 0; }
.ld-hero .container { display: flex; gap: 56px; align-items: center; }
.ld-hc { flex: 1; }
.ld-hc h1 { font-size: 42px; font-weight: 900; color: #fff; line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; }
.ld-hc h1 em { font-style: normal; color: #60a5fa; }
.ld-hc p { color: #94a3b8; font-size: 15px; line-height: 1.65; margin-bottom: 28px; max-width: 460px; }
.ld-hv { flex: 1; max-width: 460px; }

.ld-feat { padding: 72px 0; }
.ld-feat.alt { background: #f8fafc; }
.ld-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ld-inner.rev { direction: rtl; }
.ld-inner.rev > * { direction: ltr; }

/* ========== PRICING ========== */
.pr-hero { background: linear-gradient(135deg, #0d1b2e 0%, #1a3a5c 100%); padding: 64px 0; text-align: center; }
.pr-hero h1 { font-size: 40px; font-weight: 900; color: #fff; letter-spacing: -0.5px; margin-bottom: 12px; }
.pr-hero p { color: #94a3b8; font-size: 16px; max-width: 480px; margin: 0 auto 36px; line-height: 1.6; }

.config-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; align-items: center; }
.config-chip { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 10px 18px; display: flex; align-items: center; gap: 10px; color: #e2e8f0; font-size: 14px; }
.config-chip input[type=number] { background: transparent; border: none; color: #fff; font-size: 16px; font-weight: 700; width: 52px; outline: none; text-align: center; }
.config-chip input[type=number]::-webkit-inner-spin-button { opacity: 0.4; }
.config-chip select { background: transparent; border: none; color: #fff; font-size: 14px; outline: none; cursor: pointer; }
.config-chip select option { background: #1a3a5c; color: #fff; }
.config-chip label { color: #94a3b8; font-size: 13px; }

.pr-plans { padding: 56px 0; background: #f8fafc; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.plan-card { background: #fff; border-radius: 14px; border: 2px solid #e5e7eb; overflow: hidden; transition: transform 0.15s, box-shadow 0.15s; }
.plan-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,0.08); }
.plan-card.feat { border-color: #1d4ed8; box-shadow: 0 6px 24px rgba(29,78,216,0.12); }
.plan-topbar { padding: 6px; text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.plan-topbar.feat { background: #1d4ed8; color: #fff; }
.plan-topbar.empty { height: 28px; }
.plan-hd { padding: 24px 24px 18px; }
.plan-tier { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.plan-tier.b { color: #6b7280; }
.plan-tier.p { color: #1d4ed8; }
.plan-tier.r { color: #7c3aed; }
.plan-name { font-size: 22px; font-weight: 900; color: #0d1b2e; margin-bottom: 8px; letter-spacing: -0.3px; }
.plan-pr { display: flex; align-items: baseline; gap: 3px; margin-bottom: 10px; }
.plan-pr-v { font-size: 36px; font-weight: 900; color: #0d1b2e; letter-spacing: -1px; }
.plan-pr-u { font-size: 13px; color: #9ca3af; }
.plan-savings { padding: 7px 10px; background: #f0fdf4; border-radius: 5px; font-size: 12px; color: #16a34a; font-weight: 600; }
.plan-div { border: none; border-top: 1px solid #f3f4f6; margin: 0 24px; }
.plan-feats { padding: 18px 24px; }
.pf { font-size: 13px; color: #374151; padding: 4px 0; display: flex; gap: 7px; align-items: flex-start; line-height: 1.4; }
.pf::before { content: '✓'; color: #1d4ed8; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.plan-cta-w { padding: 0 24px 24px; }
.btn-plan { width: 100%; padding: 12px; border-radius: 7px; font-size: 14px; font-weight: 700; cursor: pointer; border: none; }
.btn-plan.b { background: #f3f4f6; color: #374151; }
.btn-plan.b:hover { background: #e5e7eb; }
.btn-plan.p { background: #1d4ed8; color: #fff; }
.btn-plan.p:hover { background: #1e40af; }
.btn-plan.r { background: #7c3aed; color: #fff; }
.btn-plan.r:hover { background: #6d28d9; }

/* ========== REGISTER ========== */
.reg-wrap { min-height: calc(100vh - 100px); display: flex; align-items: center; justify-content: center; background: #f8fafc; padding: 48px; }
.reg-card { background: #fff; border-radius: 14px; border: 1px solid #e5e7eb; max-width: 440px; width: 100%; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.07); text-align: center; }
.reg-logo { font-size: 18px; font-weight: 900; color: #0d1b2e; margin-bottom: 24px; }
.reg-card h2 { font-size: 22px; font-weight: 900; color: #0d1b2e; margin-bottom: 8px; }
.reg-card > p { color: #6b7280; font-size: 14px; line-height: 1.6; margin-bottom: 22px; }
.plan-ctx { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 7px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #1d4ed8; font-weight: 600; margin-bottom: 22px; text-align: left; }
.pcc { margin-left: auto; font-size: 12px; font-weight: 400; color: #6b7280; cursor: pointer; text-decoration: underline; }
.btn-reg { display: block; width: 100%; padding: 13px; background: #f97316; color: #fff; font-size: 15px; font-weight: 700; border-radius: 7px; border: none; cursor: pointer; text-decoration: none; }
.btn-reg:hover { background: #ea6c0a; }
.reg-note { font-size: 11px; color: #9ca3af; margin-top: 14px; line-height: 1.5; }
