/* apply-skin.css - 1Prime Capital skin for the shared apply flow (generated by tools/build_apply.py). */
:root{--primary-blue:#cfab7c;--primary-blue-hover:#b8905c;--primary-blue-active:#0d1321;--white:#fff;
 --light-gray:#f9fafa;--medium-gray:#eceef1;--dark-gray:#0d1321;--text-gray:#4b525d;--border-gray:#d7dbe0;
 --spacing-sm:1rem;--spacing-md:1.5rem;--radius-md:3px}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0;overflow-x:hidden}
body{font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;color:#4b525d;background:#f9fafa;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:#0d1321;color:#fff;padding:10px 16px;z-index:100;text-decoration:none}
.skip-link:focus{left:8px;top:8px}
:focus-visible{outline:2px solid #b8905c;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:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:1rem;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;border:0;border-radius:3px;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:linear-gradient(180deg,#f5dbb4 0%,#e3c69d 45%,#cfab7c 100%);color:#17140f;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:#17140f}
.btn-primary:disabled{opacity:.75;cursor:progress}
.btn-secondary{background:#fff;color:#0d1321;border:1.5px solid #d7dbe0;min-height:46px}
.btn-secondary:hover{border-color:#b8905c;color:#0d1321}
.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:#050b0d;border-bottom:1px solid rgba(220,182,128,.14)}
.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:58px;width:auto}
.hdr-nav{display:none}
.hdr-btn{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:3px;background:linear-gradient(180deg,#f5dbb4 0%,#e3c69d 45%,#cfab7c 100%);color:#17140f;font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-weight:500;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:70px}
 .hdr-nav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:30px;font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:14px}
 .hdr-nav a{display:flex;align-items:center;gap:5px;color:#f2f3f4;text-decoration:none;white-space:nowrap}
 .hdr-nav a:hover{color:#e1c49a}
 .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,11,13,.78) 0%,rgba(5,11,13,.95) 100%),#050b0d url(/assets/hero.jpg) 72% 20%/cover no-repeat;color:#ffffff;padding:40px 0 36px;text-align:left}
.apply-hero-content{max-width:1000px;margin:0 auto}
.kicker{font-family:'Google Sans',system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#f1f0ec;margin:0 0 12px}
.apply-hero .apply-hero-content h1{font-family:'Google Sans Flex','Google Sans',system-ui,sans-serif;font-weight:740;text-transform:uppercase;letter-spacing:-1px;line-height:.95;font-size:clamp(44px,11.5vw,72px);color:#ffffff;margin:0 0 16px}
.apply-hero h1 .acc{ background:linear-gradient(180deg,#fdebc4 0%,#f4d9ad 25%,#e6c290 55%,#d4ab74 80%,#c69c63 100%);-webkit-background-clip:text;background-clip:text;color:transparent }
.apply-hero .apply-hero-content .lead{font-size:17px;line-height:1.5;color:#e4e4e4;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(220,182,128,.38);border-radius:3px;color:#ffffff;padding:9px 14px;font-size:14px;font-weight:500;backdrop-filter:none}
.apply-hero .trust-item svg{width:18px;height:18px;color:#e9bb66;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,11,13,.97) 0%,rgba(5,11,13,.86) 50%,rgba(5,11,13,.45) 100%),#050b0d url(/assets/hero.jpg) 85% 30%/cover no-repeat;padding:64px 0 56px}.apply-hero .apply-hero-content .lead{font-size:18px}}

/* form card */
.application-section{background:#f9fafa;padding:40px 0 72px}
.application-container-single{background:#fff;border:1px solid #eceef1;border-radius:4px;box-shadow:0 1px 3px rgba(16,24,40,.05);padding:3rem}
.form-section{border-bottom:1px solid #eceef1}
.form-section h2{font-family:'Google Sans','Google Sans Flex',system-ui,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.1;font-size:1.8rem;color:#0d1321;margin:0 0 .35rem}
.section-description{color:#4b525d}
.form-grid{gap:1.25rem 1.5rem}
.form-group{min-width:0}
.form-group label{font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-weight:600;font-size:.9rem;color:#0d1321;margin-bottom:.45rem}
.form-group input,.form-group select,.form-group textarea{width:100%;min-width:0;min-height:50px;font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-size:16px;color:#0d1321;background:#fff;border:1.5px solid #d7dbe0;border-radius:3px;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:#b8905c;box-shadow:0 0 0 3px rgba(204,168,121,.28)}
.form-group small{color:#60656e}
.error-message{color:#c0342b;font-size:.85rem;margin-top:.35rem}
.upload-area{border:2px dashed #d7dbe0;border-radius:4px;background:#f4f5f6}
.upload-area:hover,.upload-area.drag-over{border-color:#b8905c;background:rgba(204,168,121,.07)}
.upload-area h3{font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;color:#0d1321}
.upload-area p{color:#60656e}
.upload-icon{color:#cfab7c;opacity:1}
.file-item{background:#f4f5f6;border:1px solid #eceef1;border-radius:3px}
.file-item:hover{background:#eceef1}
.file-icon{background:#cfab7c;color:#17140f;border-radius:3px}
.file-name{color:#0d1321;word-break:break-all}
.signature-section{background:#f4f5f6;border:1px solid #eceef1;border-radius:4px}
.signature-preview{border:2px dashed #d7dbe0;border-radius:3px}
.signature-label,.signature-date{color:#4b525d}
.signature-display{color:#0d1321;word-break:break-word}
.signature-date span{color:#0d1321}

/* terms / authorization / sms (were inline styles) */
.legal-section{border:1px solid #d7dbe0;border-radius:4px;padding:2rem;background:#fff}
.legal-section h2{font-size:1.5rem;margin-bottom:1.1rem}
.legal-scroll{max-height:300px;overflow-y:auto;background:#f4f5f6;border:1px solid #eceef1;padding:1.5rem;margin-bottom:1.5rem;border-radius:3px}
.legal-scroll h3{font-family:'Google Sans','Google Sans Flex',system-ui,-apple-system,'Segoe UI',sans-serif;font-weight:700;font-size:.95rem;color:#0d1321;margin:0 0 .6rem;letter-spacing:0;text-transform:none}
.legal-scroll p{font-size:.9rem;line-height:1.6;color:#4b525d;margin:0 0 1.25rem}
.legal-scroll p:last-child{margin-bottom:0}
.legal-scroll a,.consent-links a{color:#8a6a3d}
.consent-box{background:#fbf6ee;border:1.5px solid #e3c69d;padding:1.25rem;border-radius:3px}
.consent-box .checkbox-label{margin:0}
.checkbox-label input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;accent-color:#cfab7c}
.checkbox-label span{color:#0d1321;font-size:.95rem;font-weight:500;line-height:1.6}
.consent-sms .checkbox-label span{color:#4b525d;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:#60656e}

@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.8rem * .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:#050b0d;color:#9c9fa3;font-family:'Google Sans','Google Sans Flex',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:52px;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:#f2f3f4;text-decoration:none}
.foot-links a:hover{text-decoration:underline}
.foot-copy{width:100%;border-top:1px solid rgba(220,182,128,.22);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,11,13,.78) 0%,rgba(5,11,13,.95) 100%),#050b0d url(/assets/hero.jpg) 72% 20%/cover no-repeat;padding:48px 16px 56px;display:flex;justify-content:center}
@media (min-width:769px){.ty-section{background:linear-gradient(90deg,rgba(5,11,13,.97) 0%,rgba(5,11,13,.86) 50%,rgba(5,11,13,.45) 100%),#050b0d url(/assets/hero.jpg) 85% 30%/cover no-repeat;padding:80px 20px 96px}}
.ty-card{background:#fff;color:#0d1321;max-width:600px;width:100%;padding:40px 24px;border-radius:4px;border:1px solid #eceef1;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:linear-gradient(180deg,#f5dbb4 0%,#e3c69d 45%,#cfab7c 100%);color:#17140f;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}
.ty-check svg{width:38px;height:38px}
.ty-card .kicker{color:#a8834f;margin-bottom:10px}
.ty-card h1{font-family:'Google Sans Flex','Google Sans',system-ui,sans-serif;font-weight:740;text-transform:uppercase;letter-spacing:-1px;line-height:.95;font-size:clamp(34px,9vw,48px);color:#0d1321;margin:0 0 14px}
.ty-card h1 .acc{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:#a8834f}
.ty-lead{color:#4b525d;line-height:1.65;margin:0 0 22px}
.ty-appid{background:#f4f5f6;border:1px solid #eceef1;padding:14px 18px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;color:#0d1321;margin:0 0 28px;word-break:break-all}
.ty-card h2{font-family:'Google Sans','Google Sans Flex',system-ui,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.1;font-size:1.3rem;color:#0d1321;margin:0 0 8px}
.ty-steps{text-align:left;margin:0 0 28px;padding-left:22px;color:#4b525d}
.ty-steps li{margin-bottom:10px;line-height:1.55}
.ty-home{min-height:50px;padding:0 32px}
