/* apply-skin.css - FastRoute Capital skin for the shared apply flow (generated by tools/build_apply.py). */
:root{--primary-blue:#0080fe;--primary-blue-hover:#0080fe;--primary-blue-active:#0b1322;--white:#fff;
 --light-gray:#fafafa;--medium-gray:#e8e9ec;--dark-gray:#0b1322;--text-gray:#474a52;--border-gray:#d5d7dc;
 --spacing-sm:1rem;--spacing-md:1.5rem;--radius-md:6px}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0;overflow-x:hidden}
body{font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;color:#474a52;background:#fafafa;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:#0b1322;color:#fff;padding:10px 16px;z-index:100;text-decoration:none}
.skip-link:focus{left:8px;top:8px}
:focus-visible{outline:2px solid #0080fe;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:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;border:0;border-radius:6px;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:#0080fe;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:#0b1322;border:1.5px solid #cfd0d4;min-height:46px}
.btn-secondary:hover{border-color:#0080fe;color:#0b1322}
.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:#0c1219;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:33px;width:auto}
.hdr-nav{display:none}
.hdr-btn{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:6px;background:#0080fe;color:#ffffff;font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',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:46px}
 .hdr-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:30px;font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:14px}
 .hdr-nav a{display:flex;align-items:center;gap:5px;color:#e8ebef;text-decoration:none;white-space:nowrap}
 .hdr-nav a:hover{color:#4aa6ff}
 .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(9,13,19,.72) 0%,rgba(9,13,19,.93) 100%),#10161e url(/assets/hero.jpg) 72% 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:'DM Sans',system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#e9ecef;margin:0 0 12px}
.apply-hero .apply-hero-content h1{font-family:'Archivo','Arial Black',Impact,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:0;line-height:.94;font-size:clamp(38px,10vw,60px);color:#ffffff;margin:0 0 16px}
.apply-hero h1 .acc{ color:#0784fa }
.apply-hero .apply-hero-content .lead{font-size:17px;line-height:1.5;color:#e3e6ea;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,.06);border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffff;padding:9px 14px;font-size:14px;font-weight:500;backdrop-filter:none}
.apply-hero .trust-item svg{width:18px;height:18px;color:#0784fa;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(9,13,19,.95) 0%,rgba(9,13,19,.84) 45%,rgba(9,13,19,.35) 100%),#10161e url(/assets/hero.jpg) 72% 60%/cover no-repeat;padding:64px 0 56px}.apply-hero .apply-hero-content .lead{font-size:18px}}

/* form card */
.application-section{background:#fafafa;padding:40px 0 72px}
.application-container-single{background:#fff;border:1px solid #e8e9ec;border-radius:8px;box-shadow:0 1px 3px rgba(16,24,40,.05);padding:3rem}
.form-section{border-bottom:1px solid #e8e9ec}
.form-section h2{font-family:'Source Serif 4',Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.01em;line-height:1.1;font-size:2.1rem;color:#0b1322;margin:0 0 .35rem}
.section-description{color:#474a52}
.form-grid{gap:1.25rem 1.5rem}
.form-group{min-width:0}
.form-group label{font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;font-weight:600;font-size:.9rem;color:#0b1322;margin-bottom:.45rem}
.form-group input,.form-group select,.form-group textarea{width:100%;min-width:0;min-height:50px;font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:16px;color:#0b1322;background:#fff;border:1.5px solid #d5d7dc;border-radius:6px;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:#0080fe;box-shadow:0 0 0 3px rgba(0,128,254,.15)}
.form-group small{color:#5d5f66}
.error-message{color:#c0342b;font-size:.85rem;margin-top:.35rem}
.upload-area{border:2px dashed #d5d7dc;border-radius:8px;background:#f4f5f7}
.upload-area:hover,.upload-area.drag-over{border-color:#0080fe;background:rgba(0,128,254,.04)}
.upload-area h3{font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;color:#0b1322}
.upload-area p{color:#5d5f66}
.upload-icon{color:#0080fe;opacity:1}
.file-item{background:#f4f5f7;border:1px solid #e8e9ec;border-radius:6px}
.file-item:hover{background:#e8e9ec}
.file-icon{background:#0080fe;color:#ffffff;border-radius:6px}
.file-name{color:#0b1322;word-break:break-all}
.signature-section{background:#f4f5f7;border:1px solid #e8e9ec;border-radius:8px}
.signature-preview{border:2px dashed #d5d7dc;border-radius:6px}
.signature-label,.signature-date{color:#474a52}
.signature-display{color:#0b1322;word-break:break-word}
.signature-date span{color:#0b1322}

/* terms / authorization / sms (were inline styles) */
.legal-section{border:1px solid #cfd0d4;border-radius:8px;padding:2rem;background:#fff}
.legal-section h2{font-size:1.5rem;margin-bottom:1.1rem}
.legal-scroll{max-height:300px;overflow-y:auto;background:#f4f5f7;border:1px solid #e8e9ec;padding:1.5rem;margin-bottom:1.5rem;border-radius:6px}
.legal-scroll h3{font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;font-weight:700;font-size:.95rem;color:#0b1322;margin:0 0 .6rem;letter-spacing:0;text-transform:none}
.legal-scroll p{font-size:.9rem;line-height:1.6;color:#474a52;margin:0 0 1.25rem}
.legal-scroll p:last-child{margin-bottom:0}
.legal-scroll a,.consent-links a{color:#1b7ff4}
.consent-box{background:#eef6ff;border:1.5px solid #b8d9fd;padding:1.25rem;border-radius:6px}
.consent-box .checkbox-label{margin:0}
.checkbox-label input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;accent-color:#0080fe}
.checkbox-label span{color:#0b1322;font-size:.95rem;font-weight:500;line-height:1.6}
.consent-sms .checkbox-label span{color:#474a52;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:#5d5f66}

@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(2.1rem * .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:#fafafa;color:#5f6168;font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',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:44px;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:#0b1322;text-decoration:none}
.foot-links a:hover{text-decoration:underline}
.foot-copy{width:100%;border-top:1px solid #ecedee;padding-top:16px;font-size:13px}
@media (min-width:960px){.foot-in{padding:0 40px}}

/* thank-you */
.ty-section{background:linear-gradient(180deg,rgba(9,13,19,.72) 0%,rgba(9,13,19,.93) 100%),#10161e url(/assets/hero.jpg) 72% 50%/cover no-repeat;padding:48px 16px 56px;display:flex;justify-content:center}
@media (min-width:769px){.ty-section{background:linear-gradient(90deg,rgba(9,13,19,.95) 0%,rgba(9,13,19,.84) 45%,rgba(9,13,19,.35) 100%),#10161e url(/assets/hero.jpg) 72% 60%/cover no-repeat;padding:80px 20px 96px}}
.ty-card{background:#fff;color:#0b1322;max-width:600px;width:100%;padding:40px 24px;border-radius:8px;border:1px solid #e8e9ec;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:#0080fe;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:#0b7ff7;margin-bottom:10px}
.ty-card h1{font-family:'Archivo','Arial Black',Impact,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:0;line-height:.94;font-size:clamp(34px,9vw,48px);color:#0b1322;margin:0 0 14px}
.ty-card h1 .acc{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#0b7ff7}
.ty-lead{color:#474a52;line-height:1.65;margin:0 0 22px}
.ty-appid{background:#f4f5f7;border:1px solid #e8e9ec;padding:14px 18px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;color:#0b1322;margin:0 0 28px;word-break:break-all}
.ty-card h2{font-family:'Source Serif 4',Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.01em;line-height:1.1;font-size:1.3rem;color:#0b1322;margin:0 0 8px}
.ty-steps{text-align:left;margin:0 0 28px;padding-left:22px;color:#474a52}
.ty-steps li{margin-bottom:10px;line-height:1.55}
.ty-home{min-height:50px;padding:0 32px}

/* site-specific overrides (config extra_css) */
.btn-primary,.hdr-btn,.ty-home{border-radius:999px}
