@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#07111f;--navy:#0a1830;--blue:#4f6ef7;--cyan:#5eead4;--paper:#f5f7fb;--line:#dfe5ee;--muted:#64748b;--white:#fff;--green:#0f9f75;--red:#dc4c64;--shadow:0 28px 70px rgba(5,18,42,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,17,31,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font:700 18px Manrope;color:#fff}.brand-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--blue),#6c8cff)}.brand-icon svg{width:22px;fill:none;stroke:#fff;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.nav-links{display:flex;align-items:center;gap:29px;color:#b9c5d7;font-size:14px;font-weight:600}.nav-links>a:not(.button):hover{color:#fff}.button{min-height:42px;padding:0 19px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,#526ff4,#6c7ef7);box-shadow:0 10px 25px rgba(79,110,247,.28)}.button-secondary{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.05)}.button-large{min-height:54px;padding:0 25px;border-radius:12px}.menu-toggle{display:none;background:none;border:0}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:100px 0 112px}.hero:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to right,#000,transparent 70%)}.hero-glow{position:absolute;border-radius:50%;filter:blur(3px)}.hero-glow-one{width:500px;height:500px;right:-170px;top:-150px;background:radial-gradient(circle,rgba(79,110,247,.28),transparent 68%)}.hero-glow-two{width:360px;height:360px;left:30%;bottom:-240px;background:radial-gradient(circle,rgba(94,234,212,.13),transparent 70%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .8fr;gap:86px;align-items:center}.eyebrow,.kicker{color:#91a8ff;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:24px;height:1px;background:var(--cyan)}.hero h1{margin:21px 0 24px;font:800 clamp(46px,5.3vw,75px)/1.03 Manrope;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:#7e96ff}.hero-lead{max-width:645px;color:#b1bfd1;font-size:18px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:29px;margin:35px 0 32px}.text-link{font-weight:700;color:#d5ddeb}.trust-row{display:flex;flex-wrap:wrap;gap:22px;color:#8fa0b7;font-size:13px}.trust-row b{margin-right:5px;color:var(--cyan)}.lookup-card{background:#fff;color:var(--ink);padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:20px;box-shadow:var(--shadow);position:relative}.lookup-card:after{content:"";position:absolute;inset:8px -8px -8px 8px;border:1px solid rgba(102,126,244,.3);border-radius:20px;z-index:-1}.lookup-head{display:flex;align-items:center;justify-content:space-between;color:#526174;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.status-dot{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#2ed9a1;box-shadow:0 0 0 5px rgba(46,217,161,.12)}.demo-pill{padding:5px 8px;border-radius:5px;color:#5d6ed5;background:#eef1ff}.lookup-card h2{font:800 26px Manrope;margin:25px 0 7px;letter-spacing:-.03em}.lookup-card>p{color:var(--muted);margin:0 0 24px}.lookup-card label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}.phone-field{display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #d9e0ea;border-radius:11px;overflow:hidden;box-shadow:0 3px 10px rgba(15,23,42,.04)}.phone-field>span{padding:0 14px;border-right:1px solid #e4e9f0;color:#667085}.phone-field input{width:100%;height:52px;border:0;outline:0;padding:0 13px;font-weight:600;color:var(--ink)}.phone-field button{height:42px;margin-right:5px;padding:0 16px;border:0;border-radius:8px;color:#fff;background:var(--ink);font-weight:700;cursor:pointer}.lookup-card form small{display:block;margin-top:8px;color:#8995a5}.lookup-result{min-height:116px;margin-top:23px;border-radius:12px;background:#f5f7fb;border:1px dashed #d5dce7;display:grid;place-items:center}.result-idle{text-align:center;color:#8190a3}.result-idle span{font-size:25px}.result-idle p{margin:5px;font-size:13px}.demo-disclaimer{font-size:11px!important;line-height:1.45;margin:14px 0 0!important;color:#8995a5!important}.result-state{width:100%;display:flex;gap:13px;padding:18px}.result-icon{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800}.result-state small{display:block;font-size:9px;letter-spacing:.1em;font-weight:800}.result-state strong{display:block;margin:2px 0;font:800 14px Manrope}.result-state p,.result-state time{display:block;margin:0;color:#667085;font-size:11px;line-height:1.45}.result-safe{background:#effbf7}.result-safe .result-icon{background:var(--green)}.result-safe small{color:var(--green)}.result-listed{background:#fff3f5}.result-listed .result-icon,.result-error .result-icon{background:var(--red)}.result-listed small{color:var(--red)}.result-error{background:#fff3f5}.result-loading{display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px}.result-loading span{width:18px;height:18px;border:2px solid #dce2ed;border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.proof-bar{border-bottom:1px solid var(--line);background:#fff}.proof-grid{height:82px;display:flex;align-items:center;justify-content:space-between;color:#94a0b1}.proof-grid p{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800}.proof-grid strong{color:#5c6878;font:700 14px Manrope}.proof-grid span{width:3px;height:3px;border-radius:50%;background:#c7cfdb}.section{padding:105px 0}.section-heading{display:grid;grid-template-columns:1.2fr .7fr;gap:80px;align-items:end;margin-bottom:46px}.section h2{font:800 clamp(34px,4vw,53px)/1.1 Manrope;letter-spacing:-.045em;margin:12px 0 0}.section-heading p{color:var(--muted);line-height:1.7;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{position:relative;min-height:285px;padding:28px;background:var(--paper);border:1px solid #e7ebf1;border-radius:16px;transition:.25s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,23,42,.08)}.feature-main{grid-row:span 2;min-height:586px;background:var(--ink);color:#fff}.feature-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--blue);box-shadow:0 7px 20px rgba(15,23,42,.08);font-size:20px}.feature-main .feature-icon{background:rgba(255,255,255,.1)}.card-number{position:absolute;right:25px;top:27px;color:#a9b2c0;font:700 11px Manrope}.feature-card h3{font:800 20px Manrope;margin:49px 0 12px}.feature-card p{color:#6c798a;line-height:1.65;margin:0}.feature-main p{color:#a8b5c7}.mini-ui{position:absolute;left:28px;right:28px;bottom:30px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05)}.mini-ui span{display:block;height:7px;width:66%;border-radius:5px;background:rgba(255,255,255,.1);margin:9px}.mini-ui span:nth-child(2){width:42%}.mini-ui .safe{display:inline-flex;height:auto;width:auto;padding:7px 10px;color:#71e8c3;background:rgba(15,159,117,.17);font-size:10px;font-weight:800}.workflow{background:var(--paper);text-align:center}.workflow h2{max-width:650px;margin:14px auto 52px}.steps{display:grid;grid-template-columns:repeat(3,1fr);text-align:left}.steps article{display:flex;gap:19px;padding:28px 35px;border-right:1px solid #dbe1e9}.steps article:last-child{border:0}.steps b{color:var(--blue);font:800 12px Manrope}.steps h3{margin:0 0 10px;font:800 18px Manrope}.steps p{color:var(--muted);line-height:1.6;margin:0}.pricing{padding:90px 0}.pricing-box{padding:57px 62px;border-radius:22px;background:linear-gradient(120deg,#506ef3,#6f77e9 55%,#367b9d);color:#fff;display:grid;grid-template-columns:1.25fr .65fr;gap:70px;align-items:center;box-shadow:0 25px 55px rgba(79,110,247,.22)}.pricing-box .kicker{color:#d7ddff}.pricing-box h2{font-size:40px}.pricing-box p{color:#e4e7ff;line-height:1.65}.pricing-actions{text-align:center}.button-light{background:#fff;color:#1f3268}.pricing-actions small{display:block;margin-top:12px;color:#dce2ff}footer{padding:58px 0 28px;background:var(--ink);color:#92a1b5}.footer-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:40px}.footer-grid p{text-align:center}.footer-grid>div{display:flex;justify-content:flex-end;gap:22px}.footer-grid a{font-size:13px;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;padding-top:25px;font-size:11px}
@media(max-width:900px){.nav-links{position:absolute;top:76px;left:20px;right:20px;padding:20px;display:none;flex-direction:column;align-items:stretch;background:#0e1c31;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.menu-toggle{display:flex;flex-direction:column;gap:4px;padding:10px}.menu-toggle span:not(.sr-only){width:23px;height:2px;background:#fff}.hero{padding:75px 0}.hero-grid{grid-template-columns:1fr;gap:55px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.trust-row{justify-content:center}.hero-lead{margin-inline:auto}.section-heading{grid-template-columns:1fr;gap:20px}.feature-grid{grid-template-columns:1fr 1fr}.feature-main{grid-row:auto;grid-column:span 2;min-height:430px}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid #dbe1e9}.pricing-box{grid-template-columns:1fr;text-align:center;gap:25px}.footer-grid{grid-template-columns:1fr;text-align:center;gap:25px}.footer-grid p{margin:0}.footer-grid>div{justify-content:center}.brand-footer{justify-content:center}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.hero{padding:58px 0 70px}.hero h1{font-size:43px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;gap:18px}.trust-row{gap:10px 16px}.lookup-card{padding:21px}.phone-field{grid-template-columns:auto 1fr}.phone-field button{grid-column:1/-1;width:calc(100% - 10px);margin:0 5px 5px}.proof-grid{height:auto;padding-block:25px;flex-wrap:wrap;gap:15px;justify-content:center}.proof-grid p{width:100%;text-align:center}.section{padding:75px 0}.feature-grid{grid-template-columns:1fr}.feature-main{grid-column:auto;min-height:430px}.section h2{font-size:36px}.pricing-box{padding:40px 23px}.pricing-box h2{font-size:32px}.footer-grid>div{flex-wrap:wrap}.footer-bottom{flex-direction:column;align-items:center;gap:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Lookup mode switcher */
.lookup-card>p{margin-bottom:20px}
.lookup-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:20px;padding:4px;border-radius:10px;background:#f1f4f8}
.lookup-tab{min-height:40px;border:0;border-radius:7px;background:transparent;color:#708096;font-size:12px;font-weight:800;cursor:pointer;transition:.2s ease}
.lookup-tab span{margin-right:6px;font-size:14px}
.lookup-tab.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(15,23,42,.08)}
.lookup-tab:focus-visible,.file-drop:focus-within{outline:3px solid rgba(79,110,247,.23);outline-offset:2px}
.lookup-panel{min-height:84px}
.phone-field:focus-within{border-color:#8fa2fb;box-shadow:0 0 0 3px rgba(79,110,247,.11)}
.file-drop{min-height:76px!important;margin:0!important;padding:12px 13px;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border:1px dashed #cbd5e1;border-radius:11px;background:#f8faff;cursor:pointer;transition:.2s ease}
.file-drop:hover,.file-drop.dragging{border-color:#7187ef;background:#f2f5ff}
.file-drop.has-file{border-style:solid;border-color:#a9b7ee;background:#f5f7ff}
.file-drop-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#e9edff;color:#526ff4;font-size:18px}
.file-drop-copy{min-width:0}
.file-drop-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.file-drop-copy small{margin-top:3px!important;font-size:10px;font-weight:500}
.file-browse{padding:7px 9px;border:1px solid #d7deea;border-radius:7px;background:#fff;color:#43516a;font-size:10px}
.file-submit{width:100%;height:42px;margin-top:10px;border:0;border-radius:8px;color:#fff;background:var(--ink);font-weight:700;cursor:pointer}
.file-submit:disabled{cursor:not-allowed;background:#aab4c3}
.result-file{background:#f0f4ff}
.result-file .result-icon{background:var(--blue)}
.result-file small{color:var(--blue)}
.result-link{display:inline-flex;margin-top:7px;color:#3f5bd8;font-size:11px;font-weight:800}
@media(max-width:420px){.file-drop{grid-template-columns:auto minmax(0,1fr)}.file-browse{display:none}}

/* Polished lookup card */
.lookup-card{padding:34px;background:linear-gradient(160deg,#fff 0%,#fff 64%,#f9fbff 100%);border-color:rgba(255,255,255,.65);border-radius:24px;box-shadow:0 32px 90px rgba(3,12,28,.24),0 2px 0 rgba(255,255,255,.9) inset}
.lookup-card:before{content:"";position:absolute;left:34px;right:34px;top:0;height:3px;border-radius:0 0 10px 10px;background:linear-gradient(90deg,transparent,#5eead4 25%,#7087ff 75%,transparent);opacity:.9}
.lookup-card:after{inset:10px -10px -10px 10px;border-color:rgba(112,135,255,.22);border-radius:24px}
.lookup-head{font-size:11px;letter-spacing:.12em}
.status-dot{width:8px;height:8px;margin-right:9px;box-shadow:0 0 0 5px rgba(46,217,161,.12),0 0 16px rgba(46,217,161,.65)}
.demo-pill{padding:6px 9px;border:1px solid #e2e7ff;border-radius:7px;background:linear-gradient(135deg,#f2f4ff,#e9edff);font-size:10px;letter-spacing:.12em}
.lookup-card h2{margin:27px 0 8px;font-size:28px;line-height:1.15}
.lookup-card>p{margin-bottom:22px;font-size:14px;line-height:1.5}
.lookup-tabs{gap:7px;margin-bottom:23px;padding:5px;border:1px solid #e6ebf2;border-radius:14px;background:#f4f6fa}
.lookup-tab{min-width:0;min-height:58px;padding:8px 11px;display:flex;align-items:center;gap:9px;text-align:left;border:1px solid transparent;border-radius:10px}
.lookup-tab:hover{color:#314368;background:rgba(255,255,255,.58)}
.lookup-tab.active{border-color:#dfe5f4;color:#12203a;background:#fff;box-shadow:0 5px 15px rgba(15,23,42,.08)}
.lookup-tab .tab-icon{flex:0 0 30px;width:30px;height:30px;margin:0;display:grid;place-items:center;border-radius:8px;color:#76859b;background:#e7ebf1}
.lookup-tab.active .tab-icon{color:#536ff3;background:#edf0ff}
.tab-icon svg,.file-drop-icon svg,.result-idle-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tab-copy{min-width:0;display:block}
.tab-copy strong,.tab-copy small{display:block;white-space:nowrap}
.tab-copy strong{font-size:12px;line-height:1.25}
.tab-copy small{margin-top:2px;color:#8b97a8;font-size:9px;font-weight:600}
.field-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.field-label label{margin:0}
.field-label>span{color:#96a1b0;font-size:10px;font-weight:700}
.phone-field{min-height:58px;border-color:#d7deea;border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.05)}
.phone-field>span{padding:0 15px;color:#526174;font-weight:700}
.phone-field input{height:56px;font-size:15px;letter-spacing:.01em}
.phone-field input::placeholder{color:#a1a9b4}
.phone-field button{height:46px;margin-right:5px;padding:0 17px;border-radius:9px;background:linear-gradient(135deg,#09182d,#102646);box-shadow:0 6px 15px rgba(7,17,31,.18);transition:.2s ease}
.phone-field button:hover,.file-submit:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(7,17,31,.24)}
.phone-field button span{margin-left:5px;color:#7e96ff}
.lookup-card form>small{margin-top:9px;font-size:10px}
.lookup-card form>small>span{margin-right:4px;color:#7187ef}
.file-drop{min-height:88px!important;padding:14px 15px;border-color:#c7d1e0;border-radius:13px;background:linear-gradient(135deg,#fafbfe,#f4f7ff)}
.file-drop-icon{width:42px;height:42px;border:1px solid #dfe5ff;background:#eaeeff;box-shadow:0 5px 12px rgba(79,110,247,.1)}
.file-drop-icon svg{width:20px;height:20px}
.file-browse{padding:8px 11px;border-color:#d7deea;box-shadow:0 2px 5px rgba(15,23,42,.04);font-weight:800}
.file-submit{height:46px;margin-top:11px;border-radius:10px;background:linear-gradient(135deg,#09182d,#102646);box-shadow:0 6px 15px rgba(7,17,31,.14);transition:.2s ease}
.file-submit:disabled{background:#c2cad5;box-shadow:none}
.lookup-result{min-height:108px;margin-top:24px;border-color:#d6deeb;border-radius:14px;background:linear-gradient(135deg,#f7f9fc,#f2f5fa)}
.result-idle{padding:18px;display:flex;align-items:center;justify-content:center;gap:13px;text-align:left}
.result-idle-icon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe5ee;border-radius:11px;color:#7c8ca3;background:#fff;box-shadow:0 5px 12px rgba(15,23,42,.05)}
.result-idle strong{display:block;color:#64748b;font:700 12px Manrope}
.result-idle p{margin:3px 0 0;color:#93a0b1;font-size:11px}
.result-state{align-items:center;padding:20px}
.result-icon{box-shadow:0 5px 12px rgba(15,23,42,.12)}
.demo-disclaimer{padding-left:1px}
@media(max-width:600px){.lookup-card{padding:23px;border-radius:20px}.lookup-card:before{left:23px;right:23px}.lookup-card h2{font-size:25px}.lookup-tab{padding:7px;gap:7px}.lookup-tab .tab-icon{flex-basis:28px;width:28px;height:28px}.tab-copy small{display:none}.phone-field button{grid-column:1/-1;width:calc(100% - 10px);margin:0 5px 5px}.file-drop{grid-template-columns:auto minmax(0,1fr)}.file-browse{display:none}}

/* Official brand artwork. The source PNG includes presentation padding, so the
   responsive viewport below crops it to the complete shield and wordmark. */
.official-logo{position:relative;display:block;overflow:hidden;flex:0 0 auto;aspect-ratio:4.22/1}
.official-logo img{position:absolute;top:-117%;left:-33.1%;width:161.3%;max-width:none;height:auto;display:block}
.official-logo-nav{width:205px}
.official-logo-footer{width:220px}
@media(max-width:600px){.official-logo-nav{width:184px}.official-logo-footer{width:210px}}
