.sp-page{background-color:#fff;min-height:100vh;font-family:Jost,sans-serif}.sp-hero{background-color:#112940;border-bottom:4px solid #8c2828;padding:110px 0 90px;position:relative;overflow:hidden}.sp-hero:after{content:"";pointer-events:none;z-index:0;background-image:repeating-linear-gradient(-55deg,#ffffff08 0 1px,#0000 1px 48px);position:absolute;inset:0}.sp-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#8c282833 0%,#0000 65%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-80px;right:-80px}.sp-hero-lines{pointer-events:none;z-index:1;justify-content:space-between;padding:0 5%;display:flex;position:absolute;inset:0}.sp-hero-line{background:linear-gradient(#0000,#8c282838,#0000);width:1px;height:100%}.sp-hero-inner{z-index:2;text-align:center;position:relative}.sp-hero-eyebrow{letter-spacing:.22em;color:#ffffff80;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:28px;font-size:11px;font-weight:600;display:inline-flex}.sp-eyebrow-dot{background-color:#8c2828;border-radius:50%;width:5px;height:5px;display:inline-block}.sp-hero-title{color:#f5f2ee;letter-spacing:-.01em;margin-bottom:24px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:600;line-height:1.1}.sp-hero-title em{color:#d4826a;font-style:italic}.sp-hero-sub{color:#ffffff80;max-width:520px;margin:0 auto;font-size:16px;font-weight:300;line-height:1.8}.sp-stats-strip{background-color:#0d2035;border-bottom:1px solid #ffffff0f;padding:30px 0}.sp-stats-row{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:24px;display:flex}.sp-stat{flex-direction:column;align-items:center;gap:5px;display:flex}.sp-stat-value{color:#d4826a;font-family:Cormorant Garamond,Georgia,serif;font-size:2.1rem;font-weight:700;line-height:1}.sp-stat-label{letter-spacing:.14em;color:#ffffff59;text-transform:uppercase;font-size:10px;font-weight:600}.sp-form-section{background-color:#f4f6f9;padding:80px 0 70px}.sp-form-card{background:#fff;border:1px solid #dde4ed;border-radius:16px;padding:52px 52px 44px;position:relative;overflow:hidden;box-shadow:0 2px #8c2828,0 20px 60px #1129401a,0 4px 16px #1129400f}.sp-form-accent{background:linear-gradient(#112940,#1a3f60,#8c2828);border-radius:16px 0 0 16px;width:5px;height:100%;position:absolute;top:0;left:0}.sp-form-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#1129400d 0%,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.sp-form-header{border-bottom:1px solid #e8edf4;align-items:center;gap:18px;margin-bottom:40px;padding-bottom:28px;display:flex}.sp-form-icon{background-color:#eef2f7;border:1px solid #dde4ed;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.sp-form-title{color:#112940;margin:0 0 4px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.85rem;font-weight:600}.sp-form-subtitle{color:#7a8fa6;margin:0;font-size:13px;font-weight:400}.sp-fields-row{margin-bottom:32px}.sp-form-card .MuiOutlinedInput-root{color:#112940!important;background-color:#f8fafc!important;border-radius:8px!important}.sp-form-card .MuiOutlinedInput-root fieldset{border-width:1.5px!important;border-color:#c8d4e0!important}.sp-form-card .MuiOutlinedInput-root:hover fieldset{border-color:#112940!important}.sp-form-card .MuiOutlinedInput-root.Mui-focused fieldset{border-width:2px!important;border-color:#112940!important}.sp-form-card .MuiInputLabel-root{color:#7a8fa6!important;font-family:Jost,sans-serif!important;font-size:14px!important}.sp-form-card .MuiInputLabel-root.Mui-focused{color:#112940!important}.sp-form-card .MuiInputAdornment-root svg{color:#8c2828!important}.sp-form-card .MuiFormHelperText-root{color:#8c2828!important;font-family:Jost,sans-serif!important}.sp-form-card input{color:#112940!important;font-family:Jost,sans-serif!important;font-size:15px!important}.sp-form-card input::placeholder{color:#b0bec8!important;opacity:1!important}.sp-form-card input[type=date]::-webkit-calendar-picker-indicator{opacity:.4;cursor:pointer}.sp-form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.sp-privacy-note{color:#8fa5b8;align-items:center;gap:4px;margin:0;font-size:12px;font-weight:400;display:flex}.sp-verify-btn{color:#fff;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#112940 0%,#1a3f60 100%);border:none;border-radius:8px;align-items:center;gap:10px;padding:15px 38px;font-family:Jost,sans-serif;font-size:15px;font-weight:600;transition:all .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #11294047}.sp-verify-btn:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff12 0%,#0000 55%);position:absolute;inset:0}.sp-verify-btn:hover:not(:disabled){background:linear-gradient(135deg,#8c2828 0%,#a83030 100%);transform:translateY(-2px);box-shadow:0 12px 32px #8c28285c}.sp-verify-btn:disabled{opacity:.65;cursor:not-allowed}.sp-verify-btn--loading{pointer-events:none;padding:15px 52px}.sp-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite sp-spin;display:inline-block}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-demo-hint{color:#a0b4c6;text-align:center;margin-top:20px;font-size:12px}.sp-demo-hint code{color:#112940;background:#eef2f7;border:1px solid #c8d4e0;border-radius:4px;margin:0 3px;padding:2px 8px;font-size:12px;font-weight:600}.sp-result{animation:.35s sp-fade-in}@keyframes sp-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sp-result--success{background:linear-gradient(135deg,#f0f7f0 0%,#e8f4e8 100%);border:1.5px solid #a8d5a8;border-radius:12px;padding:36px}.sp-result-badge{background:linear-gradient(135deg,#2d7a2d,#1e5a1e);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:20px;display:flex;box-shadow:0 8px 20px #2d7a2d4d}.sp-result-header{border-bottom:1px solid #1129401a;margin-bottom:28px;padding-bottom:20px}.sp-result-tag{letter-spacing:.18em;color:#2d7a2d;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.sp-result-name{color:#112940;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.9rem;font-weight:600}.sp-result-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px;display:grid}.sp-result-item{flex-direction:column;gap:5px;display:flex}.sp-result-item--full{grid-column:1/-1}.sp-result-label{letter-spacing:.14em;color:#7a8fa6;text-transform:uppercase;font-size:10px;font-weight:700}.sp-result-value{color:#112940;font-size:15px;font-weight:500}.sp-result-status{color:#2d7a2d;font-size:14px;font-weight:600}.sp-result--error{text-align:center;background:linear-gradient(135deg,#fdf0f0 0%,#fae8e8 100%);border:1.5px solid #e8b4b4;border-radius:12px;padding:48px 36px}.sp-result-icon--error{color:#8c2828;background:#8c28281a;border:1.5px solid #8c28284d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:22px;font-weight:700;display:flex}.sp-result-heading{color:#112940;margin-bottom:12px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.7rem;font-weight:600}.sp-result-sub{color:#7a8fa6;max-width:420px;margin:0 auto 28px;font-size:14px;line-height:1.75}.sp-reset-btn{color:#fff;cursor:pointer;letter-spacing:.03em;background:linear-gradient(135deg,#112940,#1a3f60);border:none;border-radius:7px;padding:12px 30px;font-family:Jost,sans-serif;font-size:14px;font-weight:600;transition:all .22s;box-shadow:0 6px 18px #11294038}.sp-reset-btn:hover{background:linear-gradient(135deg,#8c2828,#a83030);transform:translateY(-2px);box-shadow:0 8px 22px #8c28284d}.sp-reset-btn--outline{color:#7a8fa6;box-shadow:none;background:0 0;border:1.5px solid #c8d4e0}.sp-reset-btn--outline:hover{color:#112940;box-shadow:none;background:0 0;border-color:#112940;transform:none}.sp-features-section{background-color:#fff;border-top:1px solid #e8edf4;padding:88px 0 96px}.sp-features-header{text-align:center;margin-bottom:56px}.sp-features-eyebrow{letter-spacing:.18em;color:#8c2828;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.sp-features-title{color:#112940;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:2.3rem;font-weight:600}.sp-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.sp-feature-card{background:#f4f7fb;border:1px solid #dde6f0;border-top:3px solid #112940;border-radius:12px;padding:32px 28px;transition:border-top-color .3s,transform .3s,box-shadow .3s}.sp-feature-card:hover{border-top-color:#8c2828;transform:translateY(-5px);box-shadow:0 16px 40px #1129401a}.sp-feature-icon{color:#112940;margin-bottom:18px;transition:color .3s}.sp-feature-card:hover .sp-feature-icon{color:#8c2828}.sp-feature-title{color:#112940;margin-bottom:10px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:600}.sp-feature-desc{color:#5a7389;margin:0;font-size:13.5px;font-weight:400;line-height:1.78}.sp-footer-strip{background-color:#0d2035;border-top:3px solid #8c2828;padding:22px 0}.sp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.sp-footer-copy{color:#ffffff59;font-size:12px;font-weight:400}.sp-footer-contact{color:#d4826ab3;font-size:12px;font-weight:400}@media (max-width:991px){.sp-features-grid{grid-template-columns:repeat(2,1fr)}.sp-form-card{padding:40px 36px 36px}}@media (max-width:767px){.sp-hero{padding:70px 0 60px}.sp-form-section{padding:52px 0 48px}.sp-form-card{padding:28px 20px 26px}.sp-form-footer{flex-direction:column;align-items:stretch}.sp-verify-btn{justify-content:center;width:100%}.sp-features-grid,.sp-result-grid{grid-template-columns:1fr}.sp-result--success,.sp-result--error{padding:24px 20px}.sp-footer-inner{text-align:center;justify-content:center}}
