:root{
  --navy:#0d2b52;
  --navy-2:#153b68;
  --orange:#ff7316;
  --orange-2:#ff9a16;
  --ink:#10233a;
  --muted:#64748b;
  --line:#e8eef5;
  --soft:#f5f8fc;
  --white:#fff;
  --green:#16835b;
  --red:#bb3f34;
  --shadow:0 24px 70px rgba(21,59,104,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}

.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.91);border-bottom:1px solid rgba(232,238,245,.85);backdrop-filter:blur(14px)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:34px}
.logo-link{display:flex;align-items:center;margin-right:auto}
.logo-link img{width:156px;height:auto}
.nav{display:flex;align-items:center;gap:28px;color:#53657a;font-size:14px;font-weight:650}
.nav a:hover{color:var(--navy)}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border:1px solid #dce6f1;border-radius:999px;color:var(--navy);font-size:13px;font-weight:800;background:#fff;transition:.2s ease}
.nav-cta:hover{border-color:#c7d6e6;box-shadow:0 8px 24px rgba(13,43,82,.08)}

.hero{position:relative;min-height:590px;display:grid;grid-template-columns:minmax(0,.98fr) minmax(400px,1.02fr);align-items:center;gap:22px;padding-top:36px;padding-bottom:46px;overflow:hidden}
.hero-copy{position:relative;z-index:3;padding:24px 0}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:#5f7187;font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(22,131,91,.10)}
.hero h1{max-width:590px;margin:16px 0 17px;font-size:clamp(38px,4.35vw,58px);line-height:1.04;letter-spacing:-.042em;color:var(--navy);font-weight:900}
.hero-lead{max-width:580px;margin:0;color:#5e7085;font-size:16.5px;line-height:1.6}

.track-form{margin-top:27px;width:min(620px,100%);padding:13px;background:#fff;border:1px solid #dfe8f2;border-radius:21px;box-shadow:0 18px 52px rgba(20,56,95,.09)}
.track-form>label{display:block;margin:1px 0 8px 5px;color:#6c7c90;font-size:11px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.track-row{display:flex;gap:9px}
.track-row input{min-width:0;flex:1;height:58px;padding:0 16px;border:0;border-radius:15px;background:#f7f9fc;color:var(--navy);outline:none;font-size:17px;font-weight:680;letter-spacing:.01em}
.track-row input:focus{box-shadow:0 0 0 3px rgba(255,115,22,.15);background:#fff}
.track-row input::placeholder{color:#98a6b6;font-weight:550}
.track-row button{height:58px;display:inline-flex;align-items:center;gap:10px;padding:0 22px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--orange-2),var(--orange));color:#fff;font-weight:850;cursor:pointer;box-shadow:0 10px 24px rgba(255,115,22,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
.track-row button:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(255,115,22,.30)}
.track-row button:disabled{opacity:.58;cursor:wait;transform:none}
.track-row button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.track-hint{margin:10px 5px 2px;color:#7a8999;font-size:12px;line-height:1.45}
.hero-points{display:flex;flex-wrap:wrap;gap:17px 25px;margin-top:20px;color:#5f7186;font-size:12.5px;font-weight:700}
.hero-points div{display:flex;align-items:center;gap:7px}
.hero-points span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eef8f4;color:var(--green);font-size:12px}

.hero-art{position:relative;min-height:430px;align-self:stretch;display:flex;align-items:center;justify-content:center;margin-right:0;padding-left:6px}
.hero-art:before{content:"";position:absolute;inset:9% 2% 8% 7%;border-radius:44px;background:linear-gradient(145deg,rgba(247,250,253,.96),rgba(255,255,255,.72));border:1px solid rgba(225,234,243,.72);box-shadow:0 30px 80px rgba(13,43,82,.045)}
.hero-art img{position:relative;z-index:2;width:min(100%,700px);max-width:700px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(13,43,82,.055))}
.hero-glow{position:absolute;width:560px;height:370px;border-radius:50%;background:radial-gradient(circle,rgba(90,165,235,.12),rgba(255,255,255,0) 70%);filter:blur(2px)}

.result-zone{position:relative;z-index:5}
.loader{display:none;align-items:center;gap:11px;margin:-18px 0 36px;padding:16px 19px;border:1px solid var(--line);border-radius:17px;background:#fff;color:#617186;box-shadow:var(--shadow);font-size:14px;font-weight:700}
.loader.show{display:flex}
.spinner{width:18px;height:18px;border:2px solid #dbe4ee;border-top-color:var(--orange);border-radius:50%;animation:spin .75s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.result{display:none;margin:-14px 0 68px}
.result.show{display:block}
.result-card{overflow:hidden;border:1px solid #dde7f1;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(13,43,82,.12)}
.result-head{display:flex;justify-content:space-between;gap:28px;padding:28px 30px 25px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff)}
.result-provider{margin-bottom:8px;color:#7a8999;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.result-number-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.result-number{color:var(--navy);font-size:22px;font-weight:900;letter-spacing:.025em;overflow-wrap:anywhere}
.copy-btn{border:1px solid #dde6ef;background:#fff;color:#637487;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}
.copy-btn:hover{border-color:#c9d7e5;color:var(--navy)}
.pdf-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--orange-2),var(--orange));color:#fff;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(255,115,22,.18);transition:transform .18s ease,box-shadow .18s ease}
.pdf-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,115,22,.24)}
.pdf-btn span{font-size:12px}
.status-box{text-align:right;min-width:220px}
.status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef8f4;color:var(--green);font-size:12px;font-weight:900}
.status-pill.pending{background:#fff6e9;color:#9b5b09}
.status-pill.error{background:#fff0ee;color:var(--red)}
.status-title{margin-top:10px;color:var(--navy);font-size:24px;font-weight:900;letter-spacing:-.02em}
.status-time{margin-top:4px;color:#7a8999;font-size:12px}
.result-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-bottom:1px solid var(--line)}
.meta-box{min-height:98px;padding:19px 22px;background:#fff}
.meta-label{display:block;margin-bottom:7px;color:#8b98a7;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.meta-value{display:block;color:#334a63;font-size:13px;font-weight:750;line-height:1.45}
.result-body{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:0}
.events{padding:29px 30px 32px;border-right:1px solid var(--line)}
.events h3,.result-side h3{margin:0 0 21px;color:var(--navy);font-size:16px;font-weight:900}
.event{position:relative;padding:0 0 27px 36px}
.event:last-child{padding-bottom:0}
.event:before{content:"";position:absolute;left:5px;top:5px;width:11px;height:11px;border-radius:50%;background:#c5d0db;box-shadow:0 0 0 5px #f5f8fb}
.event:after{content:"";position:absolute;left:10px;top:20px;bottom:4px;width:1px;background:#e1e8ef}
.event:last-child:after{display:none}
.event:first-child:before{background:var(--orange);box-shadow:0 0 0 5px #fff2e9}
.event-name{color:#243a52;font-size:14px;font-weight:850}
.event-meta{display:flex;flex-wrap:wrap;gap:6px 13px;margin-top:6px;color:#8090a1;font-size:11.5px;line-height:1.4}
.result-side{padding:29px 30px 32px;background:#fbfcfe}
.state-list{display:flex;flex-direction:column;gap:13px}
.state-row{display:flex;align-items:flex-start;gap:11px;padding:12px 13px;border:1px solid #e8eef4;border-radius:14px;background:#fff}
.state-dot{width:9px;height:9px;margin-top:5px;border-radius:50%;background:#ccd6df;flex:0 0 auto}
.state-row:first-child .state-dot{background:var(--orange)}
.state-row strong{display:block;color:#3a4f66;font-size:12.5px}
.state-row small{display:block;margin-top:3px;color:#8b98a7;font-size:10.5px}
.epo-note{margin-top:18px;padding:14px;border-radius:14px;background:#f2f8f6;color:#456d60;font-size:11.5px;line-height:1.5;border:1px solid #dcebe6}
.epo-note strong{display:block;margin-bottom:4px;font-size:12px;color:#2f5e50}
.epo-note small{display:block;margin-top:6px;color:#68897d;font-size:10.5px;line-height:1.45}


.error-card{padding:20px 22px;border-radius:19px;background:#fff4f2;border:1px solid #ffd9d3;color:#923f35;box-shadow:0 12px 36px rgba(146,63,53,.08);font-size:14px;font-weight:700}

.trust-strip{border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#fbfdff}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-item{display:flex;gap:14px;padding:26px 26px;border-right:1px solid #edf2f7}
.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0;padding-right:0}
.trust-icon{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:#fff4eb;color:var(--orange);font-size:11px;font-weight:900}
.trust-item strong{display:block;margin-bottom:4px;color:#2b4058;font-size:13px}.trust-item span{display:block;color:#8190a0;font-size:11.5px;line-height:1.45}

.section{padding-top:100px;padding-bottom:104px}
.section-heading{max-width:710px;margin-bottom:38px}
.section-heading h2,.how-copy h2,.bottom-cta h2{margin:12px 0 14px;color:var(--navy);font-size:clamp(32px,3.8vw,50px);line-height:1.03;letter-spacing:-.045em}
.section-heading p,.how-copy p{margin:0;color:#6b7b8e;font-size:16px;line-height:1.65}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{overflow:hidden;border:1px solid #e5ecf3;border-radius:25px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(13,43,82,.08)}
.feature-image{aspect-ratio:4/2.65;overflow:hidden;background:#fbfdff}
.feature-image img{width:100%;height:100%;object-fit:cover}
.feature-copy{padding:21px 22px 24px}
.feature-copy>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#fff3e9;color:var(--orange);font-size:10px;font-weight:900}
.feature-copy h3{margin:13px 0 8px;color:#263e58;font-size:18px}.feature-copy p{margin:0;color:#748498;font-size:13px;line-height:1.58}

.how-section{background:linear-gradient(180deg,#f8fbff,#f3f7fb);border-top:1px solid #edf2f6;border-bottom:1px solid #e8eff5}
.how-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start;padding-top:92px;padding-bottom:92px}
.how-copy{position:sticky;top:115px}
.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.steps li{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:0 0 31px;position:relative}
.steps li:not(:last-child):after{content:"";position:absolute;left:26px;top:47px;bottom:8px;width:1px;background:#d7e1eb}
.steps li>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#fff;color:var(--orange);border:1px solid #e1e9f1;box-shadow:0 10px 26px rgba(13,43,82,.06);font-size:13px;font-weight:900}
.steps strong{display:block;margin:5px 0 6px;color:#294158;font-size:17px}.steps p{margin:0;color:#7a899a;font-size:13px;line-height:1.5}

.bottom-cta{display:flex;align-items:end;justify-content:space-between;gap:28px;padding-top:82px;padding-bottom:82px}
.bottom-cta h2{margin-bottom:0}
.bottom-cta>a{display:flex;align-items:center;gap:15px;padding:16px 19px;border-radius:15px;background:var(--navy);color:#fff;font-size:13px;font-weight:850}
.bottom-cta>a span{font-size:18px;color:#ff9b55}

.site-footer{border-top:1px solid #edf1f5;background:#fbfcfe}
.footer-grid{min-height:168px;display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:32px;padding-bottom:32px}
.footer-brand img{width:135px;height:auto}.footer-brand p{margin:9px 0 0;color:#8190a0;font-size:12px}.legal{max-width:620px;margin:0;color:#8a97a6;font-size:11px;line-height:1.58;text-align:right}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr 1fr}.hero-art{margin-right:0}.result-meta{grid-template-columns:repeat(2,1fr)}
  .feature-grid{gap:14px}.how-grid{gap:45px}
}
@media(max-width:820px){
  .shell{width:min(100% - 28px,1180px)}
  .nav{display:none}.nav-wrap{height:70px}.logo-link img{width:150px}.nav-cta{font-size:12px;padding:10px 13px}
  .hero{min-height:auto;grid-template-columns:1fr;padding-top:30px;padding-bottom:28px}.hero-copy{padding-bottom:0}.hero h1{font-size:clamp(39px,9.5vw,55px)}.hero-art{min-height:300px;margin:10px 0 0;order:2;padding-left:0}.hero-art img{width:min(100%,640px);max-width:640px}
  .result{margin-top:18px}.result-head{flex-direction:column}.status-box{text-align:left}.result-body{grid-template-columns:1fr}.events{border-right:0;border-bottom:1px solid var(--line)}
  .trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child,.trust-item:last-child{padding:20px 0;border-right:0;border-bottom:1px solid #edf2f7}.trust-item:last-child{border-bottom:0}
  .section{padding-top:75px;padding-bottom:78px}.feature-grid{grid-template-columns:1fr}.feature-card{display:grid;grid-template-columns:.92fr 1.08fr}.feature-image{aspect-ratio:auto;min-height:205px}
  .how-grid{grid-template-columns:1fr;gap:35px;padding-top:72px;padding-bottom:72px}.how-copy{position:static}
  .bottom-cta{align-items:flex-start;flex-direction:column;padding-top:65px;padding-bottom:65px}.footer-grid{align-items:flex-start;flex-direction:column;gap:28px}.legal{text-align:left}
}
@media(max-width:560px){
  .shell{width:min(100% - 22px,1180px)}
  .nav-cta{display:none}.nav-wrap{height:66px}.logo-link img{width:142px}
  .hero{padding-top:21px}.eyebrow{font-size:11px}.hero h1{margin-top:15px;font-size:38px;line-height:1.06;letter-spacing:-.04em}.hero-lead{font-size:15px;line-height:1.56}
  .track-form{margin-top:23px;padding:10px;border-radius:18px}.track-row{flex-direction:column}.track-row input,.track-row button{height:54px}.track-row button{justify-content:center}.track-hint{font-size:11px}.hero-points{gap:10px 16px}
  .hero-art{min-height:235px;margin:10px -4px 0}.hero-art img{width:100%;max-width:520px;height:auto;object-fit:contain}
  .loader{margin-top:8px}.result{margin:8px 0 48px}.result-card{border-radius:21px}.result-head{padding:22px 19px}.result-number{font-size:17px}.status-title{font-size:21px}.result-meta{grid-template-columns:1fr 1fr}.meta-box{min-height:85px;padding:15px 14px}.meta-value{font-size:11.5px}.events,.result-side{padding:23px 19px 25px}
  .section-heading h2,.how-copy h2,.bottom-cta h2{font-size:36px}.section-heading p,.how-copy p{font-size:14px}.feature-card{display:block}.feature-image{aspect-ratio:4/2.6}.section{padding-top:63px;padding-bottom:65px}
  .how-grid{padding-top:62px;padding-bottom:62px}.steps li{grid-template-columns:47px 1fr;gap:14px}.steps li>span{width:47px;height:47px;border-radius:15px}.steps li:not(:last-child):after{left:23px;top:42px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.spinner{animation:none}.feature-card,.track-row button{transition:none}}
