:root{font-family:Segoe UI,Arial,sans-serif;color:#1B2A38;background:#F6F9FC;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit}
a:hover{text-decoration:none}
button:disabled{cursor:not-allowed;opacity:.55}
:focus-visible{outline:3px solid #256D85;outline-offset:3px}
[hidden]{display:none!important}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;z-index:10;top:-100px;left:16px;background:#fff;padding:12px 18px}
.skip-link:focus{top:12px}
.shell{width:min(1180px,calc(100% - 48px));margin:auto}
.site-header{background:#fff;border-bottom:1px solid #E3EBF0}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{text-decoration:none;display:flex;flex-direction:column;gap:2px;line-height:1}
.brand-wordmark{font-size:24px;font-weight:800;letter-spacing:.065em;color:#102B46}
.brand-tagline{font-size:11px;color:#64748B;letter-spacing:.02em}
.main-nav{display:flex;align-items:center;gap:28px}
.main-nav a{font-size:13px;font-weight:600;text-decoration:none;color:#425567}
.main-nav a:hover{color:#256D85}
.service-pill{font-size:11px;color:#64748B;border:1px solid #DCE5EC;border-radius:100px;padding:8px 12px;white-space:nowrap}
.service-pill::before{content:"";display:inline-block;width:7px;height:7px;background:#C77917;border-radius:50%;margin-right:7px}
.service-pill.online::before{background:#16845B}
.service-pill.offline::before{background:#B43B3B}
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);gap:72px;align-items:center;padding:74px 0 82px}
.hero-copy{padding:0 0 20px}
.eyebrow,.overline{font-size:11px;font-weight:800;letter-spacing:.14em;color:#256D85}
.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase}
.eyebrow-line{width:28px;height:2px;background:#256D85}
.hero h1{font-size:clamp(42px,4.7vw,68px);letter-spacing:-.045em;line-height:1.05;color:#102B46;margin:24px 0 24px;max-width:680px}
.hero h1 em{font-style:normal;color:#256D85}
.hero-lead{font-size:17px;line-height:1.68;color:#516474;max-width:560px;margin:0 0 34px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;border:1px solid transparent;border-radius:10px;padding:15px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s}
.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 22px rgba(16,43,70,.12)}
.button-primary{background:#102B46;color:#fff}
.button-primary:hover:not(:disabled){background:#1A4568}
.hero-note{display:flex;align-items:center;gap:9px;margin-top:24px;font-size:12px;color:#64748B}
.status-dot{width:7px;height:7px;border-radius:50%;background:#16845B}
.workspace{background:#fff;border:1px solid #E1E9EE;box-shadow:0 22px 50px rgba(16,43,70,.08);border-radius:18px;padding:30px;position:relative}
.workspace::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:#256D85;border-radius:18px 18px 0 0}
.workspace-heading{display:flex;justify-content:space-between;align-items:start;gap:18px;margin-bottom:22px}
.workspace-heading h2{font-size:22px;color:#102B46;line-height:1.25;letter-spacing:-.02em;margin:7px 0 0}
.step-mark{font-size:12px;color:#92A4B3;font-weight:700;white-space:nowrap;margin-top:4px}
.dropzone{min-height:236px;background:#F8FBFD;border:1.5px dashed #9AB4C5;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;padding:24px;outline:none;transition:background .18s,border-color .18s}
.dropzone:hover,.dropzone.dragover,.dropzone:focus-visible{background:#EDF5F9;border-color:#256D85}
.drop-icon{display:grid;place-items:center;background:#EAF2F8;color:#256D85;width:56px;height:56px;border-radius:14px;margin-bottom:5px}
.drop-icon svg{width:34px;height:34px}
.dropzone strong{font-size:14px;color:#102B46}
.dropzone span:not(.drop-icon){font-size:13px;color:#64748B}
.dropzone small{font-size:11px;color:#8192A0;margin-top:6px}
.text-button{border:0;background:none;color:#256D85;padding:0;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.selected-file{display:flex;align-items:center;gap:13px;border:1px solid #DCE5EC;border-radius:10px;padding:12px;margin-top:14px}
.file-badge{background:#EAF2F8;color:#256D85;font-size:10px;font-weight:800;border-radius:7px;padding:9px 7px}
.selected-file-copy{display:flex;flex-direction:column;min-width:0;flex:1;gap:3px}
.selected-file-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.selected-file-copy span{font-size:11px;color:#64748B}
.icon-button{border:0;background:#F0F4F6;border-radius:8px;width:32px;height:32px;font-size:22px;color:#64748B}
.icon-button:hover{background:#E4EDF1}
.field-error,.download-message{font-size:12px;color:#B43B3B;margin:12px 0 0}
.download-message.success{color:#64748B}
.process-button,.download-button{width:100%;margin-top:18px}
.privacy-note{display:flex;align-items:start;gap:8px;color:#64748B;font-size:11px;line-height:1.5;margin:16px 0 0}
.privacy-note a{color:#256D85;font-weight:700;white-space:nowrap}
.processing-view{text-align:center;padding:28px 12px 15px;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.processing-view h3{font-size:21px;color:#102B46;margin:20px 0 9px}
.processing-view p{font-size:13px;color:#64748B;line-height:1.6;max-width:330px;margin:0}
.processing-view small{color:#8192A0;font-size:11px;margin-top:15px}
.processing-icon{width:70px;height:70px;border-radius:18px;background:#EAF2F8;display:grid;place-items:center}
.processing-icon span{width:26px;height:26px;border:3px solid #BAD3E1;border-top-color:#256D85;border-radius:50%;animation:spin 1s linear infinite}
.progress-track{height:5px;width:min(250px,80%);background:#EAF2F8;border-radius:10px;overflow:hidden;margin-top:27px}
.progress-track::after{content:"";display:block;background:#256D85;width:35%;height:100%;border-radius:10px;animation:slide 1.5s ease-in-out infinite}
.result-section{padding:14px 0 80px}
.section-heading{margin:0 0 28px}
.section-heading h2{font-size:clamp(26px,3vw,36px);letter-spacing:-.035em;color:#102B46;margin:8px 0 0}
.result-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.85fr);gap:24px}
.result-main,.download-card{min-width:0}
.status-card{border-radius:15px;display:flex;gap:18px;padding:25px;border:1px solid #BCE2CD;background:#EAF7F1}
.status-card.partial{border-color:#F2DAB4;background:#FFF6E8}
.status-card.not-validated{border-color:#F0C9C9;background:#FDEEEE}
.result-icon{flex:0 0 auto;display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#16845B;color:#fff;font-size:24px;font-weight:800}
.partial .result-icon{background:#C77917}
.not-validated .result-icon{background:#B43B3B}
.status-card h3{margin:5px 0 6px;color:#16845B;font-size:23px;letter-spacing:-.02em}
.partial h3{color:#A66211}
.not-validated h3{color:#B43B3B}
.status-card strong{font-size:13px;color:#1B2A38}
.status-card p{font-size:13px;line-height:1.5;color:#516474;margin:9px 0 0}
.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.metric{min-width:0;border:1px solid #E1E9EE;border-radius:11px;background:#fff;padding:16px}
.metric span{display:block;color:#64748B;font-size:11px;margin-bottom:7px}
.metric strong{display:block;color:#102B46;font-size:15px;word-wrap:break-word}
.download-card{border:1px solid #E1E9EE;background:#fff;border-radius:15px;padding:25px;box-shadow:0 12px 30px rgba(16,43,70,.045)}
.download-card h3{font-size:22px;color:#102B46;margin:8px 0 20px}
.profile-options{border:0;margin:0;padding:0;display:grid;gap:9px}
.profile-option{cursor:pointer;display:flex;align-items:start;gap:12px;border:1px solid #DCE5EC;border-radius:10px;padding:13px;transition:border-color .18s,background .18s}
.profile-option:has(input:checked){border-color:#256D85;background:#F2F8FB}
.profile-option input{accent-color:#256D85;margin:4px 0 0}
.profile-option strong{display:block;font-size:13px;color:#102B46}
.profile-option small{display:block;color:#64748B;font-size:11px;line-height:1.4;margin-top:3px}
.quiet-button{width:100%;margin-top:16px;background:none;border:0;color:#256D85;font-size:12px;font-weight:700}
.details-band{background:#102B46;color:#fff;padding:68px 0 74px}
.details-band .overline{color:#93C5D8}
.details-band .section-heading h2{color:#fff;max-width:630px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:37px}
.steps-grid article{border-top:1px solid #597188;padding-top:21px}
.step-number{font-size:12px;font-weight:800;color:#80B9CE}
.steps-grid h3{font-size:18px;margin:15px 0 9px}
.steps-grid p{font-size:13px;line-height:1.65;color:#C7D5DF;max-width:300px;margin:0}
.info-sections{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:68px 0 86px}
.info-card{padding:26px 30px;border:1px solid #E1E9EE;border-radius:14px;background:#fff}
.info-card h2{font-size:21px;color:#102B46;margin:10px 0}
.info-card p{font-size:13px;color:#64748B;line-height:1.7;margin:0}
.site-footer{background:#fff;border-top:1px solid #E1E9EE}
.footer-inner{min-height:82px;display:flex;align-items:center;gap:28px;color:#64748B;font-size:12px}
.footer-inner .brand-wordmark{font-size:17px}
.footer-inner span:last-child{margin-left:auto}
@keyframes spin{to{transform:rotate(360deg)}
}
@keyframes slide{0%{transform:translateX(-100%)}
50%{transform:translateX(140%)}
100%{transform:translateX(400%)}
}
@media(max-width:1000px){.main-nav{gap:14px}
.hero{gap:35px;grid-template-columns:minmax(0,1fr) minmax(340px,.95fr)}
.hero h1{font-size:46px}
.service-pill{display:none}
.result-grid{grid-template-columns:1fr}
}
@media(max-width:720px){.shell{width:min(100% - 32px,520px)}
.header-inner{min-height:72px}
.brand-wordmark{font-size:21px}
.main-nav{display:none}
.hero{grid-template-columns:1fr;gap:34px;padding:48px 0 55px}
.hero-copy{padding:0}
.hero h1{font-size:clamp(38px,10vw,52px);margin:18px 0}
.hero-lead{font-size:15px;margin-bottom:24px}
.workspace{padding:22px}
.dropzone{min-height:218px}
.result-section{padding-bottom:56px}
.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.steps-grid,.info-sections{grid-template-columns:1fr}
.details-band{padding:54px 0}
.steps-grid{gap:26px}
.info-sections{padding:46px 0}
.footer-inner{flex-wrap:wrap;gap:8px 20px;padding:23px 0}
.footer-inner span:last-child{margin-left:0;width:100%}
}
@media(max-width:420px){.hero h1{font-size:37px}
.workspace-heading h2{font-size:19px}
.metric-grid{grid-template-columns:1fr 1fr}
.download-card{padding:20px}
.status-card{padding:20px;gap:12px}
.status-card h3{font-size:20px}
.privacy-note{display:block}
.privacy-note a{white-space:normal}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

