:root{--orange:#f9820a;--orange-2:#fb9a33;--orange-soft:#fff3e6;--navy:#0c1122;--white:#ffffff;--text:#0c1122;--text-muted:#56607a;--border:#e9edf4;--bg-soft:#f6f8fb;--radius:20px;--radius-lg:28px;--shadow:0 10px 34px rgba(12,17,34,0.07);--shadow-lg:0 24px 64px rgba(12,17,34,0.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.container{width:min(1120px,92%);margin:0 auto}.container-narrow{width:min(880px,92%);margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:68px}.header-cta{display:flex;gap:10px}.btn,.header-cta{align-items:center}.btn{display:inline-flex;justify-content:center;gap:8px;padding:13px 26px;border-radius:999px;font-weight:600;font-size:15px;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 6px 20px rgba(249,130,10,.28)}.btn-primary:hover{background:#e97300;box-shadow:0 10px 26px rgba(249,130,10,.4)}.btn-ghost{background:var(--white);color:var(--navy);border:1.5px solid #d7dde8}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.btn-sm{padding:9px 18px;font-size:14px}.btn-xs{padding:8px 14px;font-size:13px;font-weight:600}.btn-lg{padding:16px 34px;font-size:16px}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero{padding:130px 0 72px;background:radial-gradient(700px 420px at 12% 0,rgba(249,130,10,.14),transparent 55%),radial-gradient(700px 460px at 88% 10%,rgba(251,154,51,.18),transparent 55%),linear-gradient(160deg,#fff8f0,#fdeede 45%,#f6f2ff)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.hero h1{font-size:clamp(34px,4.2vw,52px);line-height:1.1;font-weight:800;letter-spacing:-.025em;margin-bottom:18px;color:var(--navy)}.hero h1 .accent{color:var(--orange)}.hero p.lede{font-size:18px;color:var(--text-muted);margin-bottom:28px;max-width:30em}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:20px}.hero-note{font-size:14px;color:var(--text-muted)}.hero-note a{color:var(--orange);font-weight:600;text-decoration:underline}.video-shell{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/11;background:linear-gradient(145deg,#101731,var(--navy))}.video-shell video{width:100%;height:100%;object-fit:cover}.video-poster{position:absolute;inset:0;flex-direction:column;gap:16px;cursor:pointer;background:radial-gradient(500px 280px at 50% 115%,rgba(249,130,10,.25),transparent 70%),linear-gradient(150deg,rgba(12,17,34,.5),rgba(12,17,34,.85))}.play-btn,.video-poster{display:flex;align-items:center;justify-content:center}.play-btn{width:76px;height:76px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 10px rgba(249,130,10,.25),0 14px 36px rgba(249,130,10,.45);transition:transform .2s ease;animation:pulse 2.4s infinite}.video-poster:hover .play-btn{transform:scale(1.07)}.play-btn svg{margin-left:4px}@keyframes pulse{0%,to{box-shadow:0 0 0 10px rgba(249,130,10,.25),0 14px 36px rgba(249,130,10,.45)}50%{box-shadow:0 0 0 18px rgba(249,130,10,.1),0 14px 36px rgba(249,130,10,.45)}}.video-poster .poster-text{font-weight:600;font-size:14px;color:rgba(255,255,255,.85)}.video-poster .poster-brand{font-size:20px;font-weight:800;color:#fff}.video-poster .poster-brand .accent{color:var(--orange)}section{padding:72px 0}.section-title{font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.02em;color:var(--navy);margin-bottom:14px}.section-sub{color:var(--text-muted);font-size:17px;max-width:44em}.center{text-align:center}.center .section-sub{margin-left:auto;margin-right:auto}.brand-banner{border-radius:var(--radius-lg);background:linear-gradient(120deg,#fff6ec,#fdeede 55%,#fff);border:1px solid var(--border);box-shadow:var(--shadow);padding:64px 32px;text-align:center}.brand-banner .mark{display:flex;justify-content:center;margin-bottom:18px}.brand-banner h2{font-size:clamp(24px,2.8vw,34px);font-weight:800;color:var(--navy);letter-spacing:-.02em}.brand-banner p{color:var(--text-muted);font-size:17px;margin-top:10px}.brand-banner p span{color:var(--orange);font-weight:700}.feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-soft);border:1px solid var(--border)}.feature+.feature{margin-top:28px}.feature .copy{padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.feature .copy h3{font-size:clamp(22px,2.4vw,30px);font-weight:800;color:var(--navy);letter-spacing:-.02em;margin-bottom:12px}.feature .copy p{color:var(--text-muted);font-size:16px}.feature .copy .link{margin-top:16px;color:var(--orange);font-weight:700;font-size:15px}.feature .visual{min-height:320px;display:flex;align-items:center;justify-content:center;padding:40px}.feature.flip .visual{order:-1}.tile{width:min(340px,100%);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-lg);padding:26px;border:1px solid var(--border)}.tile .tile-head{gap:12px;margin-bottom:16px}.tile .dot,.tile .tile-head{display:flex;align-items:center}.tile .dot{width:44px;height:44px;border-radius:12px;background:var(--orange-soft);justify-content:center;font-size:20px}.tile .tile-title{font-weight:700;font-size:15px;color:var(--navy)}.tile .tile-sub{font-size:13px;color:var(--text-muted)}.tile .row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--border);font-size:14px}.tile .row:first-of-type{border-top:none}.tile .row .val{font-weight:700;color:var(--navy)}.tile .badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#e8f8ee;color:#1b8a4c;font-size:12px;font-weight:700}.tile .badge.orange{background:var(--orange-soft);color:var(--orange)}.tile .btn{width:100%;margin-top:14px}.pane-a{background:linear-gradient(140deg,#ffe9d2,#ffd9b0)}.pane-b{background:linear-gradient(140deg,#eef2ff,#e3ecff)}.pane-c{background:linear-gradient(140deg,#0c1122,#1b2440)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;margin-top:40px}.acc-list{display:flex;flex-direction:column}details.acc{border-bottom:1px solid var(--border);padding:4px 0}details.acc summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:17px;color:var(--navy);padding:18px 0}details.acc summary::-webkit-details-marker{display:none}details.acc summary:after{content:"+";font-size:22px;color:var(--orange);font-weight:400;transition:transform .2s ease}details.acc[open] summary:after{transform:rotate(45deg)}details.acc .acc-body{color:var(--text-muted);font-size:15px;padding:0 0 18px;max-width:36em}.how{background:var(--bg-soft);border-radius:var(--radius-lg);padding:64px 48px}.how-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center;margin-top:8px}.steps{display:flex;flex-direction:column}.step{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #e2e7f0}.step:last-child{border-bottom:none}.step .num{flex:none;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;margin-top:2px}.step h4{font-size:16px;font-weight:700;color:var(--navy)}.step p{font-size:14px;color:var(--text-muted)}.faq{background:var(--bg-soft);border-radius:var(--radius-lg);padding:56px 48px}.faq .section-title{margin-bottom:6px}.faq .acc-list{margin-top:24px}.final-cta{text-align:center;padding:88px 0}.final-cta .section-title{margin-bottom:10px}.final-cta .section-sub{margin:0 auto 30px}.final-cta .hero-actions{justify-content:center}.site-footer{border-top:1px solid var(--border);padding:48px 0 32px;font-size:14px;color:var(--text-muted)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;margin-bottom:36px}.footer-grid h5{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin-bottom:12px}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:8px}.footer-grid a:hover{color:var(--orange)}.footer-brand p{margin-top:12px;max-width:26em}.footer-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer-bottom .tagline{font-weight:700;color:var(--navy)}.footer-bottom .tagline span{color:var(--orange)}.survey-wrap{max-width:680px;margin:0 auto;padding:116px 0 80px}.survey-card{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:40px;box-shadow:var(--shadow-lg)}.survey-card h1{font-size:26px;margin-bottom:8px;color:var(--navy)}.survey-card .survey-sub{color:var(--text-muted);font-size:15px;margin-bottom:28px}.progress-track{height:8px;background:#edf0f6;border-radius:999px;margin-bottom:32px;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--orange-2));transition:width .35s ease}.step-label{color:var(--orange);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.field{margin-bottom:22px}.field>label{display:block;font-weight:600;font-size:15px;margin-bottom:10px;color:var(--text)}.field .hint{font-weight:400;color:var(--text-muted);font-size:13px}.field input[type=date],.field input[type=datetime-local],.field input[type=email],.field input[type=number],.field input[type=password],.field input[type=tel],.field input[type=text],.field select,.field textarea{width:100%;padding:14px 16px;border-radius:12px;background:var(--white);border:1.5px solid #d7dde8;color:var(--text);font-size:15px;font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(249,130,10,.12)}.field textarea{min-height:96px;resize:vertical}.choice-list{display:flex;flex-direction:column;gap:10px}.choice{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;cursor:pointer;background:var(--white);border:1.5px solid #d7dde8;transition:border-color .15s ease,background .15s ease;font-size:15px;color:var(--text)}.choice:hover{border-color:var(--orange-2)}.choice.selected{border-color:var(--orange);background:var(--orange-soft)}.choice input{accent-color:var(--orange);width:18px;height:18px}.form-nav{display:flex;justify-content:space-between;gap:12px;margin-top:32px}.form-error{background:#fdeeee;border:1px solid #f3c1c1;color:#c0392b;padding:12px 16px;border-radius:12px;font-size:14px;margin-bottom:20px}.success-box{text-align:center;padding:24px 0}.success-box .check{width:72px;height:72px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;box-shadow:0 12px 32px rgba(249,130,10,.35)}.success-box h2{font-size:24px;margin-bottom:12px;color:var(--navy)}.success-box p{color:var(--text-muted);margin-bottom:24px}.vehicle-block{border:1.5px dashed #d7dde8;border-radius:var(--radius);padding:20px;margin-bottom:16px;position:relative;background:var(--bg-soft)}.vehicle-block .vb-title{font-weight:700;font-size:14px;color:var(--orange);margin-bottom:14px}.vehicle-block .remove-btn{position:absolute;top:14px;right:14px;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:13px;text-decoration:underline}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.add-vehicle{background:var(--orange-soft);border:1.5px dashed var(--orange);color:var(--orange);padding:12px;width:100%;border-radius:12px;cursor:pointer;font-weight:700;font-size:14px}@media (max-width:900px){.hero{padding:105px 0 56px}.hero-grid,.how-grid,.trust-grid{grid-template-columns:1fr;gap:32px}.feature{grid-template-columns:1fr}.feature.flip .visual{order:0}.feature .copy{padding:36px 24px}.faq,.how{padding:40px 22px}section{padding:52px 0}.survey-card{padding:28px 20px}.grid-2{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}.admin-shell{display:flex;min-height:100vh;background:var(--bg-soft)}.admin-nav{width:220px;flex:none;background:var(--white);border-right:1px solid var(--border);padding:24px 20px;display:flex;flex-direction:column;gap:6px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.admin-nav a{padding:10px 12px;border-radius:10px;font-weight:600;font-size:14px;color:var(--text)}.admin-nav a:hover{background:var(--orange-soft);color:var(--orange)}.admin-main{flex:1 1;padding:36px;min-width:0}.admin-title{font-size:26px;font-weight:800;color:var(--navy);margin-bottom:24px;letter-spacing:-.01em}.admin-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);padding:20px}.admin-login-card{max-width:400px;width:100%}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}.stat{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow)}.stat-num{font-size:24px;font-weight:800;color:var(--navy)}.stat-label{font-size:13px;color:var(--text-muted)}.panel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.panel{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:var(--shadow)}.panel h3{font-size:16px;color:var(--navy);margin-bottom:12px}.panel h4{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:6px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.admin-table td,.admin-table th{padding:10px 12px;border-bottom:1px solid var(--border)}.admin-table td{vertical-align:top}.admin-table tr:last-child td{border-bottom:none}.admin-table .right{text-align:right;font-weight:700}.admin-table .strong{font-weight:700;color:var(--navy)}.admin-table.wide{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden}.table-scroll{overflow-x:auto;border-radius:16px;box-shadow:var(--shadow)}.muted{color:var(--text-muted);font-size:13px}.count-chip{background:var(--orange-soft);color:var(--orange);font-size:14px;padding:2px 12px;margin-left:8px}.chip,.count-chip{display:inline-block;border-radius:999px;font-weight:700;vertical-align:middle}.chip{padding:3px 10px;font-size:12px;margin-left:6px}.chip-approved,.chip-green{background:#e8f8ee;color:#1b8a4c}.chip-pending{background:#fff3e6;color:#b45d00}.chip-rejected{background:#fdeeee;color:#c0392b}.chip-paid{background:#e8f0fe;color:#1a56db}.app-list{display:flex;flex-direction:column;gap:16px}.app-card h3{font-size:17px}.app-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.app-head,.status-actions{display:flex;flex-wrap:wrap}.status-actions{gap:8px}.app-body{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;font-size:14px}.app-body p{margin-bottom:4px}@media (max-width:900px){.admin-shell{flex-direction:column}.admin-nav{width:100%;height:auto;position:static;flex-direction:row;align-items:center}.admin-nav form{margin-top:0;margin-left:auto}.app-body,.stat-grid{grid-template-columns:1fr 1fr}.panel-grid{grid-template-columns:1fr}.admin-main{padding:20px}}.pay-summary{background:var(--bg-soft);border:1px solid var(--border);border-radius:16px;padding:18px 20px;margin-bottom:22px}.pay-summary .row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.pay-summary .row:last-of-type{border-bottom:none}.pay-summary .val{font-weight:700;color:var(--navy)}.pay-summary .val.big{font-size:18px;color:var(--orange)}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;max-width:1000px;margin:0 auto;align-items:stretch}.pkg-card{position:relative;background:var(--white);border:1.5px solid var(--border);border-radius:22px;padding:30px 26px;box-shadow:var(--shadow);display:flex;flex-direction:column}.pkg-card.featured{border-color:var(--orange);box-shadow:0 18px 50px rgba(249,130,10,.18)}.pkg-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}.pkg-card h3{font-size:18px;color:var(--navy);margin-bottom:6px}.pkg-price{font-size:30px;font-weight:800;color:var(--orange);margin-bottom:16px;letter-spacing:-.02em}.pkg-card ul{list-style:none;margin:0 0 22px;padding:0;flex:1 1}.pkg-card li{padding:7px 0 7px 26px;position:relative;font-size:14px;color:var(--text-muted);border-bottom:1px solid var(--bg-soft)}.pkg-card li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:700}@media (max-width:900px){.pkg-grid{grid-template-columns:1fr}}.account-head{align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:24px}.account-head,.booking-row{display:flex;justify-content:space-between}.booking-row{align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.booking-row:last-child{border-bottom:none}.booking-row p{font-size:13px}.id-card{width:340px;border-radius:22px;overflow:hidden;background:#ffffff;border:1px solid var(--border);box-shadow:var(--shadow-lg);font-family:inherit}.id-card-top{background:var(--navy);padding:20px 0 56px;display:flex;justify-content:center;border-bottom:4px solid var(--orange);border-radius:0 0 42px 42px}.id-logo-pill{background:#fff;border-radius:999px;padding:9px 22px;display:inline-flex;align-items:center;box-shadow:0 6px 18px rgba(0,0,0,.25)}.id-logo-pill img{height:24px;width:auto;display:block}.id-card-body{padding:0 26px 14px;text-align:center}.id-photo-wrap{display:flex;justify-content:center;margin-top:-44px;margin-bottom:12px}.id-photo{width:118px;height:138px;object-fit:cover;border-radius:18px;border:3.5px solid var(--orange);background:#fff;box-shadow:0 10px 26px rgba(12,17,34,.2)}.id-photo-empty{display:flex;align-items:center;justify-content:center;font-size:40px;background:var(--bg-soft);color:var(--text-muted)}.id-name{font-size:22px;font-weight:800;color:var(--navy);line-height:1.15;letter-spacing:-.01em}.id-name,.id-role{text-transform:uppercase}.id-role{color:var(--orange);font-weight:700;font-size:12.5px;letter-spacing:.06em;margin-top:4px}.id-divider{width:70px;height:2.5px;background:var(--orange);margin:12px auto;border-radius:2px}.id-label{font-size:10.5px;letter-spacing:.1em;color:var(--text-muted);font-weight:700}.id-code{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:12px}.id-icons{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:12px}.id-icons>div{text-align:center;flex:1 1}.id-icons span{font-size:17px;display:block}.id-icons small{font-size:7.5px;font-weight:700;color:var(--navy);letter-spacing:.04em;line-height:1.3;display:block;margin-top:3px}.id-qr{width:68px;height:68px;border:2px solid var(--orange);border-radius:10px;flex:none}.id-card-footer{background:var(--navy);color:#fff;padding:13px 24px;display:flex;justify-content:space-between;align-items:center;border-top:4px solid var(--orange)}.id-tagline{font-weight:800;font-size:12.5px;line-height:1.3}.id-tagline em{color:var(--orange);font-style:normal}.id-emergency{font-size:8.5px;text-align:right;letter-spacing:.05em;line-height:1.5}.id-emergency strong{font-size:11.5px}@media print{.admin-nav,.no-print,.site-footer,.site-header{display:none!important}.admin-main{padding:0!important}.admin-shell{background:#fff!important}.id-card{box-shadow:none;border:1px dashed #999;margin:10mm auto}body{background:#fff}}.bar-chart{display:flex;align-items:flex-end;gap:14px;padding-top:10px;overflow-x:auto}.bar-col{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:64px}.bar{width:38px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--orange-2),var(--orange))}.bar-val{font-size:11px;font-weight:700;color:var(--navy);white-space:nowrap}.bar-label{font-size:11px;color:var(--text-muted)}.funnel{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.funnel-step{background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:2px}@media (max-width:900px){.funnel{grid-template-columns:1fr 1fr}}.field input[type=file]{width:100%;padding:12px 14px;border-radius:12px;background:var(--bg-soft);border:1.5px dashed #d7dde8;color:var(--text-muted);font-size:14px;font-family:inherit;cursor:pointer}.field input[type=file]::-webkit-file-upload-button{background:var(--orange);color:#fff;border:none;border-radius:999px;padding:8px 16px;font-weight:600;font-size:13px;margin-right:12px;cursor:pointer;font-family:inherit}.field input[type=file]::file-selector-button{background:var(--orange);color:#fff;border:none;border-radius:999px;padding:8px 16px;font-weight:600;font-size:13px;margin-right:12px;cursor:pointer;font-family:inherit}.app-shell{min-height:100vh;background:#f2f5f9;padding-bottom:84px}.app-bar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.app-bar-inner{max-width:560px;margin:0 auto;padding:0 18px;height:60px;display:flex;align-items:center;justify-content:space-between}.app-bar .title{font-weight:800;font-size:17px;color:var(--navy)}.app-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.app-content{max-width:560px;margin:0 auto;padding:18px}.app-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 2px 12px rgba(12,17,34,.05);margin-bottom:16px}.app-card h3{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:12px}.app-card .see-all{float:right;font-size:13px;color:var(--orange);font-weight:600}.hero-card{background:radial-gradient(420px 200px at 90% -20%,rgba(249,130,10,.4),transparent 60%),linear-gradient(135deg,#101731,var(--navy));color:#fff;border-radius:24px;padding:24px;margin-bottom:16px;position:relative;overflow:hidden}.hero-card .hc-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.65)}.hero-card .hc-value{font-size:32px;font-weight:800;letter-spacing:-.02em;margin:4px 0 2px}.hero-card .hc-sub{font-size:13px;color:rgba(255,255,255,.7)}.hero-card .hc-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.founding-tag{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;padding:5px 12px;border-radius:999px;text-transform:uppercase;box-shadow:0 4px 14px rgba(249,130,10,.45)}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:16px}.qa{background:#fff;border-radius:18px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 2px 12px rgba(12,17,34,.05);border:none;cursor:pointer;font-family:inherit;text-align:center;transition:transform .15s ease}.qa:hover{transform:translateY(-2px)}.qa .qa-icon{width:44px;height:44px;border-radius:14px;background:var(--orange-soft);display:flex;align-items:center;justify-content:center;font-size:20px}.qa .qa-label{font-size:12px;font-weight:700;color:var(--navy)}.qa.qa-primary .qa-icon{background:linear-gradient(135deg,var(--orange),var(--orange-2))}.app-row{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #f0f3f8}.app-row:last-child{border-bottom:none}.app-row .ar-icon{flex:none;width:42px;height:42px;border-radius:14px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-size:19px}.app-row .ar-main{flex:1 1;min-width:0}.app-row .ar-title{font-weight:700;font-size:14px;color:var(--navy)}.app-row .ar-sub{font-size:12.5px;color:var(--text-muted)}.app-row .ar-end{text-align:right;flex:none}.app-row .ar-amount{font-weight:800;font-size:14px;color:var(--navy)}.pill{display:inline-block;padding:4px 11px;border-radius:999px;font-size:11.5px;font-weight:700}.pill-orange{background:var(--orange-soft);color:#b45d00}.pill-green{background:#e8f8ee;color:#1b8a4c}.pill-blue{background:#e8f0fe;color:#1a56db}.pill-red{background:#fdeeee;color:#c0392b}.pill-grey{background:#eef1f6;color:#56607a}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:45;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-inner{max-width:560px;margin:0 auto;display:flex;height:64px}.bn-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10.5px;font-weight:700;color:#9aa3b5;text-decoration:none}.bn-item .bn-icon{font-size:21px;line-height:1}.bn-item.active{color:var(--orange)}.bn-item.bn-cta{position:relative}.bn-item.bn-cta .bn-icon{width:48px;height:48px;margin-top:-26px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(249,130,10,.45);font-size:22px}.bn-item.bn-cta{color:var(--navy)}.slot-meter{height:10px;background:rgba(255,255,255,.15);border-radius:999px;overflow:hidden;margin-top:12px}.slot-meter-fill{height:100%;background:linear-gradient(90deg,var(--orange),var(--orange-2));border-radius:999px}.app-section-title{font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin:20px 0 10px}@media (min-width:900px){.app-bar-inner,.app-content,.bottom-nav-inner{max-width:640px}}.verify-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:radial-gradient(500px 300px at 85% 0,rgba(249,130,10,.12),transparent 60%),#f2f5f9}.verify-card{width:min(420px,100%);background:#fff;border-radius:26px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border)}.verify-top{background:var(--navy);padding:22px 0 52px;display:flex;justify-content:center;border-bottom:4px solid var(--orange);border-radius:0 0 40px 40px}.verify-top-bad{border-bottom-color:#c0392b}.verify-body{padding:0 28px 26px;text-align:center}.verify-photo-wrap{position:relative;display:inline-block;margin:-40px auto 12px}.verify-photo{width:116px;height:116px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 30px rgba(12,17,34,.22);background:var(--bg-soft)}.verify-photo-empty{display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:800;color:var(--orange)}.verify-check{position:absolute;bottom:4px;right:4px;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#1b8a4c,#27ae60);color:#fff;font-size:17px;border:3px solid #fff}.verify-badge,.verify-check{display:flex;align-items:center;justify-content:center;font-weight:800}.verify-badge{width:84px;height:84px;border-radius:50%;margin:-36px auto 14px;font-size:36px;border:4px solid #fff}.verify-badge-bad{background:#fdeeee;color:#c0392b;box-shadow:0 10px 30px rgba(192,57,43,.2)}.verify-title{font-size:23px;font-weight:800;color:var(--navy);letter-spacing:-.01em}.verify-role{color:var(--text-muted);font-size:14px;margin:2px 0 10px}.verify-status{display:inline-block;background:#e8f8ee;color:#1b8a4c;font-size:11.5px;font-weight:800;letter-spacing:.06em;padding:7px 16px;border-radius:999px;margin-bottom:18px}.verify-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:16px}.verify-stats>div{background:var(--bg-soft);border-radius:14px;padding:12px 6px;display:flex;flex-direction:column;gap:2px}.verify-stats strong{font-size:14px;color:var(--navy)}.verify-stats span{font-size:10.5px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.verify-sub{color:var(--text-muted);font-size:14.5px}.verify-note{color:var(--text-muted);font-size:13px;margin-bottom:16px}.verify-footer{background:var(--navy);color:rgba(255,255,255,.85);padding:13px 24px;display:flex;justify-content:space-between;font-size:12.5px;font-weight:700;border-top:4px solid var(--orange)}.verify-footer em{color:var(--orange);font-style:normal}.sp-hero{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.sp-name{font-size:clamp(26px,4vw,34px);font-weight:800;color:var(--navy);letter-spacing:-.02em}.sp-role{color:var(--text-muted);margin:2px 0 10px}.sp-chips{display:flex;gap:8px;flex-wrap:wrap}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid var(--border)}