:root{--red:#E63946;--navy:#1D3557;--cream:#F1FAEE;--blue:#457B9D;--dark:#0d1f2d;--white:#ffffff}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#1D3557;background:#fff;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
a,button,input,select,textarea{min-height:44px}
button{cursor:pointer;font-family:'Inter',sans-serif}
.skip-link{position:absolute;top:-100%;left:0;background:#E63946;color:#fff;padding:12px 24px;z-index:9999;font-weight:600;transition:top .2s}
.skip-link:focus{top:0}
h1,h2,h3,h4,h5,h6{font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.2}
h1{font-size:clamp(2.2rem,6vw,4.5rem)}
h2{font-size:clamp(1.8rem,4vw,3rem)}
h3{font-size:clamp(1.1rem,2.5vw,1.55rem)}
p{font-size:1rem;line-height:1.7}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.section{padding:5rem 0}
.section-tag{display:inline-block;background:#E63946;color:#fff;padding:.3rem 1rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;clip-path:polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);min-height:auto}
.section-header{max-width:680px}
.section-title{margin-bottom:1rem;color:#1D3557}
.section-title--light{color:#F1FAEE}
.section-subtitle{font-size:1.05rem;color:#5e7a96;max-width:600px;line-height:1.7}
.section-subtitle--light{color:rgba(241,250,238,.8)}
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;background:transparent}
.nav.scrolled{background:#1D3557;box-shadow:0 2px 24px rgba(0,0,0,.35);padding:.875rem 2rem}
.nav-logo{display:flex;align-items:center;gap:.625rem;min-height:44px}
.nav-logo svg{width:36px;height:36px;flex-shrink:0}
.nav-logo-text{font-family:'Montserrat',sans-serif;font-weight:900;font-size:1.3rem;color:#fff;text-transform:uppercase;letter-spacing:3px;line-height:1}
.nav-logo-text span{color:#E63946}
.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}
.nav-links a{color:#fff;font-weight:600;font-size:.825rem;text-transform:uppercase;letter-spacing:1.5px;transition:color .3s;padding:.5rem 0;position:relative;min-height:44px;display:flex;align-items:center}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#E63946;transition:width .3s}
.nav-links a:hover{color:#E63946}
.nav-links a:hover::after{width:100%}
.nav-cta{background:#E63946!important;padding:.55rem 1.25rem!important;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%)!important}
.nav-cta:hover{background:#c62d38!important;color:#fff!important}
.nav-cta::after{display:none!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;min-height:44px;justify-content:center;align-items:center}
.hamburger span{display:block;width:26px;height:2px;background:#fff;transition:all .3s}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes floatA{0%,100%{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(-28px)}}
@keyframes floatB{0%,100%{transform:rotate(30deg) translateY(0)}50%{transform:rotate(30deg) translateY(22px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
@keyframes scrollPulse{0%,100%{opacity:.8}50%{opacity:.25}}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1D3557 0%,#E63946 30%,#457B9D 60%,#1D3557 100%);background-size:400% 400%;animation:gradientShift 12s ease infinite}
.hero-overlay{position:absolute;inset:0;background:rgba(13,31,45,.58);z-index:1}
.hero-shapes{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.hero-shape-1{position:absolute;top:-80px;right:-80px;width:480px;height:480px;border:2px solid rgba(255,255,255,.07);animation:floatA 9s ease-in-out infinite}
.hero-shape-2{position:absolute;bottom:-120px;left:-80px;width:380px;height:380px;border:2px solid rgba(230,57,70,.18);animation:floatB 13s ease-in-out infinite}
.hero-shape-3{position:absolute;top:22%;right:18%;width:0;height:0;border-left:55px solid transparent;border-right:55px solid transparent;border-bottom:95px solid rgba(69,123,157,.12)}
.hero-shape-4{position:absolute;bottom:28%;left:8%;width:0;height:0;border-left:38px solid transparent;border-right:38px solid transparent;border-top:66px solid rgba(230,57,70,.09)}
.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:9rem 2rem 6rem;width:100%}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(230,57,70,.22);border:1px solid rgba(230,57,70,.45);color:#F1FAEE;padding:.4rem 1.2rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);min-height:auto}
.hero h1{color:#fff;margin-bottom:1.5rem;max-width:820px;animation:fadeUp .8s ease forwards}
.hero h1 em{color:#E63946;font-style:normal}
.hero-desc{color:rgba(241,250,238,.88);font-size:1.12rem;max-width:580px;margin-bottom:2.5rem;animation:fadeUp .8s .2s ease both}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .8s .4s ease both}
.btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;min-height:52px;padding:.875rem 2rem;transition:all .3s;position:relative;overflow:hidden;cursor:pointer;border:none}
.btn-primary{background:#E63946;color:#fff;clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%)}
.btn-primary::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.12);transform:translateX(-110%);transition:transform .3s}
.btn-primary:hover::before{transform:translateX(0)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(230,57,70,.45)}
.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%)}
.btn-secondary:hover{background:#fff;color:#1D3557;border-color:#fff}
.btn-navy{background:#1D3557;color:#fff;clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%)}
.btn-navy:hover{background:#2b4f73;transform:translateY(-2px)}
.hero-stats{display:flex;gap:3rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.14);animation:fadeUp .8s .6s ease both}
.hero-stat-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:2.5rem;color:#E63946;line-height:1;display:block}
.hero-stat-label{color:rgba(241,250,238,.72);font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;margin-top:.3rem}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.55);font-size:.72rem;text-transform:uppercase;letter-spacing:2px;min-height:auto}
.hero-scroll-bar{width:2px;height:44px;background:linear-gradient(to bottom,rgba(255,255,255,.55),transparent);animation:scrollPulse 1.8s ease-in-out infinite}
.services-section{background:#F1FAEE;padding:6rem 0 5rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}
.service-card{background:#fff;padding:2.5rem 2rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s;border-left:4px solid #E63946}
.service-card::before{content:'';position:absolute;top:0;right:0;width:0;height:0;border-top:60px solid #F1FAEE;border-left:60px solid transparent}
.service-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(29,53,87,.13)}
.service-icon{width:60px;height:60px;background:#1D3557;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);flex-shrink:0;min-height:auto}
.service-icon svg{width:28px;height:28px;fill:#fff}
.service-card h3{color:#1D3557;margin-bottom:.875rem}
.service-card p{color:#6b7a90;font-size:.95rem;line-height:1.65}
.service-link{display:inline-flex;align-items:center;gap:.5rem;color:#E63946;font-weight:700;font-size:.875rem;margin-top:1.5rem;min-height:44px;transition:gap .3s}
.service-link svg{width:16px;height:16px;fill:#E63946;transition:transform .3s}
.service-link:hover{gap:.875rem}
.service-link:hover svg{transform:translateX(4px)}
.feature-section{padding:5.5rem 0}
.feature-section--light{background:#fff}
.feature-section--cream{background:#F1FAEE}
.feature-section--dark{background:#1D3557}
.feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.feature-inner--reverse .feature-img{order:2}
.feature-inner--reverse .feature-text{order:1}
.feature-img{position:relative}
.feature-img-wrap{position:relative;overflow:hidden}
.feature-img-wrap picture{display:block}
.feature-img-wrap img{width:100%;aspect-ratio:4/3;object-fit:cover;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));display:block}
.feature-img-badge{position:absolute;bottom:-18px;right:-18px;background:#E63946;padding:1.25rem 1.5rem;clip-path:polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%);z-index:2;text-align:center}
.feature-img-badge span{font-family:'Montserrat',sans-serif;font-weight:900;font-size:1.75rem;color:#fff;display:block;line-height:1}
.feature-img-badge small{color:rgba(255,255,255,.85);font-size:.68rem;text-transform:uppercase;letter-spacing:1px}
.feature-text h2{margin-bottom:1.25rem}
.feature-text p{color:#6b7a90;margin-bottom:1rem;font-size:1rem}
.feature-text--dark p{color:rgba(241,250,238,.78)}
.feature-text--dark h2{color:#F1FAEE}
.feature-text--dark .section-tag{background:#E63946}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem}
.feature-list li{display:flex;align-items:flex-start;gap:.875rem;color:#6b7a90;font-size:.95rem}
.feature-list--dark li{color:rgba(241,250,238,.78)}
.feature-list li::before{content:'';width:22px;height:22px;min-width:22px;background:#E63946;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);margin-top:2px;flex-shrink:0}
.usp-section{background:#fff;padding:6rem 0}
.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}
.usp-card{padding:2rem 1.75rem;background:#F1FAEE;position:relative;overflow:hidden;transition:transform .3s}
.usp-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#E63946,#457B9D)}
.usp-card:hover{transform:translateY(-5px)}
.usp-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:3.5rem;color:rgba(230,57,70,.07);line-height:1;margin-bottom:.15rem;display:block}
.usp-icon{width:48px;height:48px;background:#1D3557;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);flex-shrink:0;min-height:auto}
.usp-icon svg{width:22px;height:22px;fill:#fff}
.usp-card h3{color:#1D3557;font-size:1.05rem;margin-bottom:.75rem}
.usp-card p{color:#6b7a90;font-size:.875rem;line-height:1.65}
.about-section{background:#1D3557;padding:6rem 0}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap picture{display:block}
.about-img-main{width:100%;aspect-ratio:4/3;object-fit:cover;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px));display:block}
.about-img-badge{position:absolute;bottom:-20px;right:-20px;background:#E63946;width:152px;height:152px;clip-path:polygon(16px 0%,100% 0%,calc(100% - 16px) 100%,0% 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;z-index:2;text-align:center}
.about-img-badge span{font-family:'Montserrat',sans-serif;font-weight:900;font-size:2.25rem;color:#fff;line-height:1}
.about-img-badge small{color:rgba(255,255,255,.85);font-size:.68rem;text-transform:uppercase;letter-spacing:1px;padding:0 .5rem}
.about-content h2{color:#F1FAEE;margin-bottom:1.5rem}
.about-content p{color:rgba(241,250,238,.8);margin-bottom:1.25rem;font-size:1rem}
.about-checks{display:flex;flex-direction:column;gap:.875rem;margin-top:1.75rem}
.about-check{display:flex;align-items:flex-start;gap:.875rem;color:rgba(241,250,238,.88);font-size:.975rem}
.about-check::before{content:'';width:22px;height:22px;min-width:22px;background:#E63946;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);margin-top:2px;flex-shrink:0}
.contact-section{background:#F1FAEE;padding:6rem 0}
.contact-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:5rem;align-items:start}
.contact-info h2{color:#1D3557;margin-bottom:1.25rem}
.contact-info>p{color:#6b7a90;margin-bottom:2rem;font-size:1rem}
.contact-details{display:flex;flex-direction:column;gap:1.5rem}
.contact-item{display:flex;align-items:flex-start;gap:1rem}
.contact-item-icon{width:48px;height:48px;min-width:48px;background:#1D3557;display:flex;align-items:center;justify-content:center;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);flex-shrink:0;min-height:auto}
.contact-item-icon svg{width:22px;height:22px;fill:#fff}
.contact-item-body strong{display:block;color:#1D3557;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem}
.contact-item-body a,.contact-item-body span{color:#6b7a90;font-size:.95rem}
.contact-item-body a:hover{color:#E63946}
.contact-form-card{background:#fff;padding:2.5rem;box-shadow:0 8px 40px rgba(29,53,87,.09)}
.contact-form-card h3{color:#1D3557;margin-bottom:1.5rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;color:#1D3557;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;min-height:auto}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #dde8f0;font-family:'Inter',sans-serif;font-size:.95rem;color:#1D3557;transition:border-color .3s;background:#fff;min-height:44px;outline:none;border-radius:0;-webkit-appearance:none}
.form-group textarea{min-height:120px;resize:vertical}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#E63946}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.consent-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}
.consent-row input[type="checkbox"]{width:20px;height:20px;min-height:20px;min-width:20px;cursor:pointer;accent-color:#E63946;margin-top:3px;flex-shrink:0}
.consent-row label{font-size:.875rem;color:#6b7a90;font-weight:400;text-transform:none;letter-spacing:0;cursor:pointer;min-height:auto;line-height:1.5}
.consent-row label a{color:#E63946}
.honeypot{display:none!important;visibility:hidden!important;position:absolute;left:-9999px;opacity:0}
.form-submit{width:100%;background:#E63946;color:#fff;border:none;padding:1rem 1.5rem;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;min-height:52px;transition:background .3s,transform .2s;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);display:flex;align-items:center;justify-content:center;gap:.5rem}
.form-submit:hover{background:#c62d38;transform:translateY(-2px)}
.form-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}
.form-message{padding:1rem 1.25rem;margin-bottom:1.25rem;display:none;font-size:.9rem;line-height:1.5}
.form-success{background:#d4edda;border-left:4px solid #28a745;color:#155724}
.form-error-msg{background:#f8d7da;border-left:4px solid #dc3545;color:#721c24}
.footer{background:#0d1f2d;color:rgba(241,250,238,.7)}
.footer-main{padding:4.5rem 0 2.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}
.footer-logo{font-family:'Montserrat',sans-serif;font-weight:900;font-size:1.55rem;color:#fff;text-transform:uppercase;letter-spacing:3px;display:block;margin-bottom:1rem}
.footer-logo span{color:#E63946}
.footer-brand p{font-size:.875rem;line-height:1.7;max-width:270px}
.footer-col h4{color:#fff;font-family:'Montserrat',sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.25rem;padding-bottom:.75rem;position:relative}
.footer-col h4::after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background:#E63946}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.footer-col ul li a{color:rgba(241,250,238,.62);font-size:.875rem;transition:color .3s;min-height:44px;display:inline-flex;align-items:center}
.footer-col ul li a:hover{color:#E63946}
.footer-contact-item{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}
.footer-contact-item span{color:rgba(241,250,238,.45);font-size:.72rem;text-transform:uppercase;letter-spacing:1px}
.footer-contact-item a{color:rgba(241,250,238,.62);font-size:.875rem;transition:color .3s;min-height:auto}
.footer-contact-item a:hover{color:#E63946}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.8rem}
.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}
.footer-legal a{color:rgba(241,250,238,.55);transition:color .3s;min-height:44px;display:inline-flex;align-items:center}
.footer-legal a:hover{color:#E63946}
.back-to-top{position:fixed;bottom:2rem;right:2rem;width:52px;height:52px;background:#E63946;color:#fff;border:none;cursor:pointer;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:900;min-height:auto}
.back-to-top.visible{opacity:1;pointer-events:auto}
.back-to-top:hover{transform:translateY(-5px)}
.back-to-top svg{width:20px;height:20px;fill:#fff}
.fade-up{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}
.fade-up.is-visible{opacity:1;transform:translateY(0)}
.page-hero{padding:8.5rem 0 4.5rem;background:linear-gradient(135deg,#1D3557 0%,#2b4f73 100%);position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:320px;height:320px;border:2px solid rgba(255,255,255,.04);transform:rotate(45deg)}
.page-hero::after{content:'';position:absolute;bottom:-40px;left:8%;width:200px;height:200px;border:2px solid rgba(230,57,70,.09);transform:rotate(20deg)}
.page-hero h1{color:#fff;margin-bottom:.875rem}
.page-hero>div>p{color:rgba(241,250,238,.75);font-size:1.025rem;max-width:600px;margin-top:.5rem}
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;margin-bottom:1.25rem;font-size:.78rem}
.breadcrumb li{display:flex;align-items:center;gap:.25rem;color:rgba(241,250,238,.5)}
.breadcrumb li+li::before{content:'/'}
.breadcrumb a{color:rgba(241,250,238,.68);min-height:44px;display:inline-flex;align-items:center;transition:color .3s}
.breadcrumb a:hover{color:#E63946}
.content-page{padding:4.5rem 0 5.5rem}
.content-body{max-width:820px}
.content-body h2{color:#1D3557;font-size:1.45rem;margin:2.5rem 0 1rem;padding-bottom:.625rem;border-bottom:2px solid #F1FAEE}
.content-body h3{color:#1D3557;font-size:1.1rem;margin:1.75rem 0 .75rem}
.content-body p{color:#5a6a7a;margin-bottom:1.125rem;line-height:1.78}
.content-body ul{color:#5a6a7a;padding-left:1.5rem;margin-bottom:1.125rem}
.content-body ul li{margin-bottom:.5rem;line-height:1.7}
.content-body a{color:#E63946}
.content-body a:hover{text-decoration:underline}
.content-last-updated{display:inline-block;background:#F1FAEE;border-left:4px solid #E63946;padding:.75rem 1.25rem;font-size:.875rem;color:#5a6a7a;margin-bottom:2rem}
.apply-section{padding:5rem 0;background:#F1FAEE}
.apply-intro{margin-bottom:3rem}
.apply-intro h2{color:#1D3557;margin-bottom:.75rem}
.apply-intro p{color:#6b7a90;max-width:650px;font-size:1rem}
.apply-form-card{background:#fff;padding:3rem;box-shadow:0 8px 40px rgba(29,53,87,.09)}
.apply-form-card .form-subtitle{color:#6b7a90;margin-bottom:2rem;font-size:.975rem}
.section-divider{height:4px;background:linear-gradient(to right,#E63946,#457B9D);margin:2rem 0}
.file-input-wrap{position:relative}
.file-input-label{display:flex;align-items:center;gap:.75rem;border:2px dashed #dde8f0;padding:1rem 1.25rem;cursor:pointer;transition:border-color .3s,color .3s;min-height:60px;font-size:.9rem;color:#6b7a90;background:#fff}
.file-input-label:hover{border-color:#E63946;color:#E63946}
.file-input-label svg{width:22px;height:22px;flex-shrink:0;fill:currentColor}
input[type="file"]{position:absolute;opacity:0;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.notfound-section{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#F1FAEE}
.notfound-wrap{max-width:600px;width:100%}
.notfound-num{font-family:'Montserrat',sans-serif;font-weight:900;font-size:clamp(6rem,18vw,13rem);color:#E63946;line-height:1;display:block;position:relative}
.notfound-num::after{content:'';position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:60%;height:4px;background:linear-gradient(to right,#E63946,#457B9D)}
.notfound-content h2{color:#1D3557;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1rem}
.notfound-content p{color:#6b7a90;max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}
.notfound-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
*:focus-visible{outline:3px solid #E63946;outline-offset:2px}
@media(max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem}.feature-inner{gap:3rem}}
@media(max-width:768px){.hamburger{display:flex}.nav-links{display:none;position:fixed;inset:0;background:#1D3557;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}.nav-links.open{display:flex}.services-grid{grid-template-columns:1fr}.usp-grid{grid-template-columns:1fr 1fr}.feature-inner{grid-template-columns:1fr;gap:3rem}.feature-inner--reverse .feature-img,.feature-inner--reverse .feature-text{order:unset}.about-inner,.contact-inner{grid-template-columns:1fr;gap:3rem}.hero-stats{flex-direction:column;gap:1.5rem}.footer-main{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.about-img-badge{width:120px;height:120px;right:0;bottom:-10px}.about-img-badge span{font-size:1.5rem}.feature-img-badge{right:0;bottom:-10px}}
@media(max-width:480px){.footer-main{grid-template-columns:1fr}.usp-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:flex-start}.services-grid{grid-template-columns:1fr}.apply-form-card,.contact-form-card{padding:1.5rem}.notfound-links{flex-direction:column;align-items:center}.contact-inner{gap:2rem}}
@media(min-width:1200px){.container{max-width:1240px}}
