/* apply-skin.css - I-95 Funding skin for the shared apply flow (generated by tools/build_apply.py). */
:root{--primary-blue:#1385fc;--primary-blue-hover:#1385fc;--primary-blue-active:#07111b;--white:#fff;
 --light-gray:#f5f7fa;--medium-gray:#e2e6ec;--dark-gray:#07111b;--text-gray:#3c4654;--border-gray:#cdd4de;
 --spacing-sm:1rem;--spacing-md:1.5rem;--radius-md:4px}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0;overflow-x:hidden}
body{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:#3c4654;background:#f5f7fa;line-height:1.5;-webkit-font-smoothing:antialiased}
h1,h2,h3,p,ol{margin:0}
img{display:block;max-width:100%;height:auto}
svg{display:block}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.skip-link{position:absolute;left:-9999px;top:0;background:#07111b;color:#fff;padding:10px 16px;z-index:100;text-decoration:none}
.skip-link:focus{left:8px;top:8px}
:focus-visible{outline:2px solid #1385fc;outline-offset:2px}

/* buttons (class names used by the shared form markup + main.js ripple) */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:.8rem 1.5rem;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;border:0;border-radius:4px;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;transition:filter .2s ease,transform .2s ease,border-color .2s ease,color .2s ease}
.btn-primary{background:#1385fc;color:#ffffff;box-shadow:0 1px 0 rgba(255,255,255,.18) inset,0 6px 16px rgba(0,0,0,.08)}
.btn-primary:hover{filter:brightness(1.05);color:#ffffff}
.btn-primary:disabled{opacity:.75;cursor:progress}
.btn-secondary{background:#fff;color:#07111b;border:1.5px solid #cdd4de;min-height:46px}
.btn-secondary:hover{border-color:#1385fc;color:#07111b}
.ripple-effect{position:absolute;border-radius:50%;background:rgba(255,255,255,.45);width:100px;height:100px;margin-top:-50px;margin-left:-50px;animation:ripple .6s linear;pointer-events:none}
@keyframes ripple{from{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(3)}}

/* header (matches homepage header: logo, nav, brand CTA) */
.site-hdr{background:#050c12;border-bottom:1px solid rgba(255,255,255,.08)}
.hdr-in{max-width:1200px;margin:0 auto;padding:10px 20px;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.hdr-logo{display:flex;align-items:center;flex:none}
.hdr-logo img{height:50px;width:auto}
.hdr-nav{display:none}
.hdr-btn{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:4px;background:#1385fc;color:#ffffff;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap}
.hdr-btn svg{width:14px;height:14px}
.hdr-btn:hover{filter:brightness(1.05)}
@media (min-width:960px){
 .hdr-in{padding:12px 40px;min-height:84px}
 .hdr-logo img{height:64px}
 .hdr-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:30px;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:14px}
 .hdr-nav a{display:flex;align-items:center;gap:5px;color:#ffffff;text-decoration:none;white-space:nowrap}
 .hdr-nav a:hover{color:#8fc4ff}
 .hdr-nav svg{width:8px;height:8px;margin-top:1px}
 .hdr-btn{min-height:44px;padding:0 22px;font-size:14.5px}
}

/* hero */
.apply-hero{background:linear-gradient(180deg,rgba(5,12,18,.74) 0%,rgba(5,12,18,.95) 100%),#050c12 url(/assets/hero.jpg) 80% 50%/cover no-repeat;color:#ffffff;padding:40px 0 36px;text-align:left}
.apply-hero-content{max-width:1000px;margin:0 auto}
.kicker{font-family:'Inter',system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#4f95d6;margin:0 0 12px}
.apply-hero .apply-hero-content h1{font-family:'Hubot Sans','Arial Black',Impact,sans-serif;font-weight:900;font-stretch:115%;text-transform:uppercase;letter-spacing:-.01em;line-height:.92;font-size:clamp(34px,9vw,68px);color:#ffffff;margin:0 0 16px}
.apply-hero h1 .acc{ color:#1083fa }
.apply-hero .apply-hero-content .lead{font-size:17px;line-height:1.5;color:#eceef1;max-width:600px;margin:0 0 22px;opacity:1}
.apply-hero .trust-indicators{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin:0}
.apply-hero .trust-item{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.18);border-radius:4px;color:#ffffff;padding:9px 14px;font-size:14px;font-weight:500;backdrop-filter:none}
.apply-hero .trust-item svg{width:18px;height:18px;color:#1385fc;stroke:none}
@media (max-width:480px){.apply-hero .kicker{letter-spacing:2px;font-size:10.5px}}
@media (min-width:769px){.apply-hero{background:linear-gradient(90deg,rgba(5,12,18,.96) 0%,rgba(5,12,18,.86) 42%,rgba(5,12,18,.25) 100%),#050c12 url(/assets/hero.jpg) 100% 50%/cover no-repeat;padding:64px 0 56px}.apply-hero .apply-hero-content .lead{font-size:18px}}

/* form card */
.application-section{background:#f5f7fa;padding:40px 0 72px}
.application-container-single{background:#fff;border:1px solid #e2e6ec;border-radius:6px;box-shadow:0 1px 3px rgba(16,24,40,.05);padding:3rem}
.form-section{border-bottom:1px solid #e2e6ec}
.form-section h2{font-family:'Hubot Sans','Arial Black',Impact,sans-serif;font-weight:800;font-stretch:108%;text-transform:uppercase;letter-spacing:0;line-height:1.05;font-size:1.65rem;color:#07111b;margin:0 0 .35rem}
.section-description{color:#3c4654}
.form-grid{gap:1.25rem 1.5rem}
.form-group{min-width:0}
.form-group label{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-weight:600;font-size:.9rem;color:#07111b;margin-bottom:.45rem}
.form-group input,.form-group select,.form-group textarea{width:100%;min-width:0;min-height:50px;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:16px;color:#07111b;background:#fff;border:1.5px solid #cdd4de;border-radius:4px;box-shadow:none;padding:.8rem 1rem}
.form-group textarea{min-height:110px}
.form-group input::placeholder,.form-group textarea::placeholder{color:#9aa1ad}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1385fc;box-shadow:0 0 0 3px rgba(19,133,252,.16)}
.form-group small{color:#5b6574}
.error-message{color:#c0342b;font-size:.85rem;margin-top:.35rem}
.upload-area{border:2px dashed #cdd4de;border-radius:6px;background:#eff2f6}
.upload-area:hover,.upload-area.drag-over{border-color:#1385fc;background:rgba(19,133,252,.04)}
.upload-area h3{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;color:#07111b}
.upload-area p{color:#5b6574}
.upload-icon{color:#1385fc;opacity:1}
.file-item{background:#eff2f6;border:1px solid #e2e6ec;border-radius:4px}
.file-item:hover{background:#e2e6ec}
.file-icon{background:#1385fc;color:#ffffff;border-radius:4px}
.file-name{color:#07111b;word-break:break-all}
.signature-section{background:#eff2f6;border:1px solid #e2e6ec;border-radius:6px}
.signature-preview{border:2px dashed #cdd4de;border-radius:4px}
.signature-label,.signature-date{color:#3c4654}
.signature-display{color:#07111b;word-break:break-word}
.signature-date span{color:#07111b}

/* terms / authorization / sms (were inline styles) */
.legal-section{border:1px solid #cdd4de;border-radius:6px;padding:2rem;background:#fff}
.legal-section h2{font-size:1.5rem;margin-bottom:1.1rem}
.legal-scroll{max-height:300px;overflow-y:auto;background:#eff2f6;border:1px solid #e2e6ec;padding:1.5rem;margin-bottom:1.5rem;border-radius:4px}
.legal-scroll h3{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-weight:700;font-size:.95rem;color:#07111b;margin:0 0 .6rem;letter-spacing:0;text-transform:none}
.legal-scroll p{font-size:.9rem;line-height:1.6;color:#3c4654;margin:0 0 1.25rem}
.legal-scroll p:last-child{margin-bottom:0}
.legal-scroll a,.consent-links a{color:#0b6fd6}
.consent-box{background:#eef6ff;border:1.5px solid #b5d6fb;padding:1.25rem;border-radius:4px}
.consent-box .checkbox-label{margin:0}
.checkbox-label input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;accent-color:#1385fc}
.checkbox-label span{color:#07111b;font-size:.95rem;font-weight:500;line-height:1.6}
.consent-sms .checkbox-label span{color:#3c4654;font-size:.9rem;font-weight:400}
.consent-links{margin-top:.75rem;padding-left:2rem;font-size:.85rem}
.consent-links a{text-decoration:none}
.consent-links a:hover{text-decoration:underline}
.consent-links .sep{color:#9aa0a6;margin:0 .5rem}
.submit-section .btn-large{min-height:56px;font-size:1.125rem;padding:1rem 2rem}
.submit-note{color:#5b6574}

@media (max-width:768px){
 .application-section{padding:0 0 48px}
 .application-section>.container{padding:0}
 .application-container-single{padding:1.75rem 20px;border-radius:0;border-left:0;border-right:0;box-shadow:none}
 .form-section h2{font-size:calc(1.65rem * .85)}
 .legal-section{padding:1.25rem 1rem}
 .legal-scroll{padding:1rem}
 .consent-links{padding-left:0}
 .signature-section{padding:1.25rem 1rem}
 .signature-preview{padding:1.25rem 1rem}
 .signature-display{font-size:2rem}
}

/* footer */
.site-foot{background:#070e15;color:#8f99a5;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-size:14px;padding:32px 0 28px}
.foot-in{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 28px}
.foot-logo img{height:56px;width:auto}
.foot-links{display:flex;flex-wrap:wrap;gap:4px 24px}
.foot-links a{display:inline-flex;align-items:center;min-height:44px;color:#d9dde2;text-decoration:none}
.foot-links a:hover{text-decoration:underline}
.foot-copy{width:100%;border-top:1px solid rgba(19,133,252,.28);padding-top:16px;font-size:13px}
@media (min-width:960px){.foot-in{padding:0 40px}}

/* thank-you */
.ty-section{background:linear-gradient(180deg,rgba(5,12,18,.74) 0%,rgba(5,12,18,.95) 100%),#050c12 url(/assets/hero.jpg) 80% 50%/cover no-repeat;padding:48px 16px 56px;display:flex;justify-content:center}
@media (min-width:769px){.ty-section{background:linear-gradient(90deg,rgba(5,12,18,.96) 0%,rgba(5,12,18,.86) 42%,rgba(5,12,18,.25) 100%),#050c12 url(/assets/hero.jpg) 100% 50%/cover no-repeat;padding:80px 20px 96px}}
.ty-card{background:#fff;color:#07111b;max-width:600px;width:100%;padding:40px 24px;border-radius:6px;border:1px solid #e2e6ec;box-shadow:0 24px 60px rgba(0,0,0,.18);text-align:center}
@media (min-width:600px){.ty-card{padding:48px 44px}}
.ty-check{width:76px;height:76px;border-radius:50%;background:#1385fc;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}
.ty-check svg{width:38px;height:38px}
.ty-card .kicker{color:#1083fa;margin-bottom:10px}
.ty-card h1{font-family:'Hubot Sans','Arial Black',Impact,sans-serif;font-weight:900;font-stretch:115%;text-transform:uppercase;letter-spacing:-.01em;line-height:.92;font-size:clamp(34px,9vw,48px);color:#07111b;margin:0 0 14px}
.ty-card h1 .acc{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#1083fa}
.ty-lead{color:#3c4654;line-height:1.65;margin:0 0 22px}
.ty-appid{background:#eff2f6;border:1px solid #e2e6ec;padding:14px 18px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;color:#07111b;margin:0 0 28px;word-break:break-all}
.ty-card h2{font-family:'Hubot Sans','Arial Black',Impact,sans-serif;font-weight:800;font-stretch:108%;text-transform:uppercase;letter-spacing:0;line-height:1.05;font-size:1.3rem;color:#07111b;margin:0 0 8px}
.ty-steps{text-align:left;margin:0 0 28px;padding-left:22px;color:#3c4654}
.ty-steps li{margin-bottom:10px;line-height:1.55}
.ty-home{min-height:50px;padding:0 32px}

/* site-specific overrides (config extra_css) */
.hdr-nav,.hdr-btn,.btn-primary,.ty-home{text-transform:uppercase;letter-spacing:.02em}
.hdr-nav{font-family:'Inter',system-ui,sans-serif;font-weight:500}
.apply-hero .kicker{letter-spacing:4px}
