*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;background-color:#fcf5f5}.hero{position:relative;width:100%;height:100vh;min-height:680px;overflow:hidden;background:#0b0b0b}.hero-bg{position:absolute;inset:0;background:center / cover no-repeat;opacity:0;transition:opacity 1.4s ease-in-out;z-index:0;will-change:opacity}.hero-bg.active{opacity:1;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000a6,#00000059 60%,#00000026);z-index:2}.hero-content{position:relative;z-index:3;max-width:1200px;padding-left:80px;margin-top:300px;color:#fcf5f5}.hero-title,.hero-subtitle{animation:fadeUp .9s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:Poppins,sans-serif;font-weight:600;font-size:60px;line-height:74px;margin-bottom:20px}.hero-subtitle{font-family:Poppins,sans-serif;font-weight:500;font-size:24px;line-height:130%;max-width:820px;margin-bottom:36px}.hero-buttons{display:flex;gap:15px}.btn-primary,.btn-secondary{height:51px;border-radius:10px;font-family:Poppins,sans-serif;font-size:18px;cursor:pointer}.btn-primary{width:188px;background:#fcf5f5;color:#000;border:none}.btn-secondary{width:220px;background:transparent;color:#fcf5f5;border:1px solid #fcf5f5}.hero-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:4}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer}.dot.active{background:#fff;transform:scale(1.2)}@media(max-width:1200px){.hero-content{margin-top:220px;padding-left:60px}.hero-title{font-size:50px;line-height:62px}.hero-subtitle{font-size:22px}}@media(max-width:992px){.hero-content{margin-top:200px;padding-left:40px}.hero-title{font-size:44px;line-height:56px}.hero-subtitle{font-size:20px}}@media(max-width:768px){.hero{height:auto;min-height:100vh}.hero-content{margin-top:0;padding:0 16px;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:34px;line-height:44px}.hero-subtitle{font-size:16px;line-height:140%;margin-bottom:24px}.hero-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{width:100%;height:48px;font-size:16px}.hero-dots{bottom:20px}}@media(max-width:420px){.hero-title{font-size:28px;line-height:38px}.hero-subtitle{font-size:14px}}.contact-form{border:1px solid #d1d5dc;border-radius:16px;padding:32px;width:100%;max-width:620px}.form-title{font-size:36px;font-weight:600;line-height:48px;color:#1a447e}.form-subtitle{margin-top:12px;font-size:20px;line-height:28px;color:#494646}form{margin-top:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;margin-bottom:16px}label{display:block;font-size:14px;font-weight:500;color:#364153;margin-bottom:6px}input,select,textarea{width:100%;height:49px;padding:12px 16px;border-radius:10px;border:.67px solid #d1d5dc;font-size:16px;font-family:Poppins,sans-serif;color:#0a0a0a;transition:border-color .2s ease}textarea{height:160px;resize:none}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,textarea:focus,select:focus{outline:none;border-color:#233660}.submit-btn{margin-top:24px;width:100%;height:52px;background:#233660;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer}@media(max-width:1024px){.contact-form{max-width:100%}}@media(max-width:768px){.contact-form{padding:24px}.form-row{grid-template-columns:1fr}.form-title{font-size:28px;line-height:38px}.form-subtitle{font-size:16px;line-height:24px}}@media(max-width:480px){.contact-form{padding:20px}input,select,textarea{font-size:15px}}.about-section{padding:80px 5%;font-family:Poppins,sans-serif;overflow:hidden}.about-container{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;gap:40px}.about-text-content{flex:1;max-width:600px;font-size:24px;line-height:1.6;font-weight:400;color:#000;text-align:left}.about-text-content p{margin-bottom:24px}.stats-heading{font-weight:600;font-size:36px;line-height:48px;color:#1a447e;margin-bottom:25px;text-align:left}.about-image-wrapper{flex:1.2;position:relative;height:650px;border-radius:24px;overflow:hidden}.about-image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 70%,48px 64%,48px 40%,0% 32%)}.about-image.active{opacity:1;visibility:visible}@media(max-width:1100px){.about-text-content{font-size:20px}.about-image-wrapper{height:500px}}@media(max-width:900px){.about-container{flex-direction:column;gap:50px}.about-text-content{max-width:100%;order:1;text-align:left}.stats-heading{text-align:center}.about-image-wrapper{width:100%;height:450px;order:2}.about-image{clip-path:none;border-radius:20px}}@media(max-width:480px){.stats-heading{text-align:center}.about-section{padding:40px 20px}.about-text-content{font-size:18px;line-height:1.5}.about-image-wrapper{height:300px}}.why-sbg{padding:120px 20px;font-family:Poppins,sans-serif}.why-title{text-align:center;font-size:36px;font-weight:600;line-height:48px;color:#1a447e;margin-bottom:64px}.why-grid{max-width:1550px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.why-card{border-radius:20px;overflow:hidden}.why-card.image{height:300px}.why-card.image img{width:100%;height:100%;object-fit:cover;display:block}.why-card.content{height:400px;padding:32px 24px;display:flex;flex-direction:column;justify-content:center;text-align:center}.why-card.content h3{font-size:32px;font-weight:600;line-height:44px;margin-bottom:16px}.why-card.content p{font-size:20px;font-weight:400;line-height:28px}.why-card.content1{height:400px;padding:32px 24px;margin-top:-100px;display:flex;flex-direction:column;justify-content:center;text-align:center}.why-card.content1 h3{font-size:32px;font-weight:600;line-height:44px;margin-bottom:16px}.why-card.content1 p{font-size:20px;font-weight:400;line-height:28px}.why-card.white{background-color:#fff;color:#1a447e}.why-card.blue{background-color:#1a447e;color:#fff}@media(max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.why-card.image{height:340px}.why-card.content{height:420px}.why-card.content h3{font-size:28px;line-height:40px}.why-card.content p{font-size:18px;line-height:26px}.why-card.content1{margin-top:10px;height:420px}.why-card.content1 h3{font-size:28px;line-height:40px}.why-card.content1 p{font-size:18px;line-height:26px}}@media(max-width:640px){.why-sbg{padding:0 20px;font-family:Poppins,sans-serif}.why-grid{grid-template-columns:1fr}.why-title{font-size:28px;line-height:38px;margin-bottom:40px}.why-card.image{height:260px}.why-card.content{height:auto;padding:28px 20px}.why-card.content h3{font-size:24px;line-height:34px}.why-card.content p{font-size:16px;line-height:24px}.why-card.content1{height:auto;padding:28px 20px;margin-top:10px}.why-card.content1 h3{font-size:24px;line-height:34px}.why-card.content1 p{font-size:16px;line-height:24px}}.divisions{padding:40px 20px;font-family:Poppins,sans-serif}.divisions-title{text-align:center;font-size:36px;font-weight:600;line-height:150%;color:#233660;margin-bottom:64px}.divisions-grid{max-width:1670px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.division-card{position:relative;height:650px;border-radius:20px;overflow:hidden}.division-card.large{height:650px}.division-card img{width:100%;height:100%;object-fit:cover;display:block}.division-card .overlay{position:absolute;inset:0;background:#0000008c;z-index:0}.division-card .content{position:absolute;margin-bottom:0;bottom:20px;padding:24px 26px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;z-index:1;background:#ffffff09;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:16px}.division-card h3{font-size:28px;font-weight:600;line-height:130%;margin-bottom:12px}.division-card p{font-size:20px;font-weight:400;line-height:28px}@media(max-width:1024px){.divisions{padding:40px 20px}.divisions-grid{grid-template-columns:repeat(2,1fr)}.division-card,.division-card.large{height:420px}.division-card h3{font-size:24px}.division-card p{font-size:18px}}@media(max-width:640px){.divisions{padding:40px 20px}.divisions-grid{grid-template-columns:1fr}.divisions-title{font-size:28px;margin-bottom:40px}.division-card,.division-card.large{height:360px}.division-card h3{font-size:22px}.division-card p{font-size:16px;line-height:24px}}.image-grid-section{padding:60px 20px;font-family:Poppins,sans-serif}.grid-title{text-align:center;font-size:32px;margin-bottom:40px;color:#233660}.slider-wrapper{max-width:1500px;margin:auto;display:flex;align-items:center;gap:20px}.image-grid{flex:1;display:grid;gap:24px;height:450px}.image-card{height:100%;border-radius:20px;overflow:hidden}.image-card img{width:100%;height:100%;object-fit:cover;border-radius:20px}.nav-btn{background:#233660;color:#fff;border:none;font-size:28px;width:50px;height:50px;border-radius:50%;cursor:pointer}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.mobile-nav{display:none;gap:20px}@media(max-width:1024px){.image-grid{height:360px}}@media(max-width:576px){.slider-wrapper{flex-direction:column;gap:16px}.image-grid{height:auto;justify-items:center}.image-card{width:300px;height:300px}.desktop-btn{display:none}.mobile-nav{display:flex;justify-content:center}.grid-title{font-size:26px}.nav-btn{width:40px;height:40px;font-size:22px}}.infra-hero{background-color:#faf4f3;font-family:Poppins,sans-serif}.infra-hero-shape{position:relative;margin:0 auto;height:920px;overflow:hidden;border-radius:24px;will-change:transform}.infra-video{width:100%;height:100%;object-fit:cover;display:block}.infra-overlay{position:absolute;inset:0;background:#000000a6;pointer-events:none}.infra-text{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:0 80px;text-align:center;font-size:56px;font-weight:600;line-height:74px;color:#fff;font-style:italic}@media(prefers-reduced-motion:reduce){.infra-video{display:none}.infra-hero-shape{background:url(/assets/G4-DfjlRyso.webp) center / cover no-repeat}}@media(max-width:1024px){.infra-hero-shape{height:440px}.infra-text{font-size:44px;line-height:60px;padding:0 48px}}@media(max-width:640px){.infra-hero{padding:0 16px}.infra-hero-shape{height:260px;clip-path:none}.infra-text{font-size:18px;line-height:1.5rem;padding:0 20px}}.footer{font-family:Poppins,sans-serif;background-color:#fff;padding:48px 20px 0;color:#233660}.footer-inner{max-width:1500px;margin:0 auto;display:flex;align-items:flex-start;gap:740px;padding-bottom:40px;border-bottom:1px solid #233660}.footer-left{max-width:520px}.footer-logo{width:180px;margin-bottom:16px}.footer-company{font-size:16px;font-weight:600;line-height:150%;margin-bottom:4px}.footer-desc{font-size:16px;font-weight:400;line-height:150%;margin-bottom:16px}.footer-contact-title{font-size:16px;font-weight:600;line-height:150%;margin-bottom:4px}.footer-email{font-size:14px;font-weight:400;line-height:150%;color:#233660;text-decoration:none}.footer-email:hover{text-decoration:underline}.footer-right{min-width:220px;margin-top:50px}.footer-links-title{font-size:16px;font-weight:600;line-height:150%;margin-bottom:12px}.footer-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,auto);gap:8px 32px}.footer-links a{font-size:16px;font-weight:400;line-height:150%;color:#233660;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding:16px 0;font-size:14px;font-weight:500;line-height:150%;color:#233660}@media(max-width:768px){.footer-inner{flex-direction:column;gap:32px}.footer-links{grid-template-columns:1fr}.footer-logo{width:140px}.footer-right{margin-top:0}}.board{padding:80px 20px;font-family:Poppins,sans-serif;color:#233660}.board-section{max-width:1400px;margin:0 auto 64px;padding:0 20px}.board-section-title{text-align:left;font-size:36px;font-weight:600;line-height:150%;margin-bottom:40px}.board-grid{display:grid;gap:32px;justify-items:start}.board-grid.two-col{grid-template-columns:repeat(2,1fr);width:900px}.board-grid.three-col{grid-template-columns:repeat(3,1fr)}.board-card{background-color:#fff;border:2px solid #d6dce6;border-radius:20px;padding:28px 32px;width:100%;max-width:420px;height:260px;display:flex;flex-direction:column;transition:border .3s ease,box-shadow .3s ease}.board-card:hover{border-color:#233660}.board-card.expanded{height:auto}.board-card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.board-avatar{width:56px;height:56px;border-radius:18px;background-color:#233660;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;color:#fff;box-shadow:inset 0 0 0 7px #e9edf3}.board-name{font-size:18px;font-weight:400;line-height:24px}.board-role{font-size:14px;font-weight:400;line-height:22px;color:#6b7280}.board-quote{font-size:16px;font-style:italic;font-weight:400;line-height:22px;text-align:center;margin:0 0 18px;flex-grow:1}.board-expanded-text{font-size:14px;line-height:22px;color:#1f2937;margin-bottom:16px}.board-divider{border:none;border-top:1px solid #233660;margin-bottom:16px}.board-btn{align-self:flex-end;background-color:#233660;color:#fff;font-size:14px;font-weight:400;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;transition:opacity .2s ease}.board-btn:hover{opacity:.9}@media(max-width:1024px){.board-grid.two-col{width:100%;grid-template-columns:repeat(2,1fr)}.board-grid.three-col{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.board{padding:40px 16px}.board-section-title{font-size:28px}.board-grid.two-col,.board-grid.three-col{width:100%;grid-template-columns:1fr}.board-card{max-width:100%;height:auto}.board-btn{align-self:stretch;text-align:center}}.industries-section{padding:80px 24px;font-family:Poppins,sans-serif;background:#fffaf8}.industries-wrapper{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.industries-left{max-width:600px;width:100%}.industries-title{font-size:36px;font-weight:600;line-height:150%;color:#233660}.industries-subtitle{margin-top:12px;font-size:18px;font-weight:400;line-height:150%;color:#444}.industries-list{margin-top:40px;display:grid;gap:16px}.industry-card{display:flex;align-items:center;gap:20px;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;font-size:18px;font-weight:400;color:#233660;cursor:pointer;transition:all .3s ease;width:100%;max-width:420px}.industry-card:hover{border-color:#233660}.industry-icon{width:24px;height:24px;object-fit:contain}@media(max-width:1024px){.industries-wrapper{grid-template-columns:1fr;gap:60px}.industries-left,.industry-card{max-width:100%}}@media(max-width:768px){.industries-section{padding:60px 16px}.industries-title{font-size:28px}.industries-subtitle{font-size:16px}.industry-card{font-size:16px;padding:14px 16px}.industry-icon{width:20px;height:20px}}@media(max-width:480px){.industries-title{font-size:24px}.industries-subtitle{font-size:15px}.industry-card{gap:14px}}.meet-profile{padding:80px 20px;background-color:#fff6f6;font-family:Poppins,sans-serif}.meet-card{max-width:1400px;margin:0 auto;background:#fff;border-radius:20px;padding:40px}.meet-title{font-size:36px;font-weight:600;line-height:150%;color:#233660;text-align:center}.meet-role{margin-top:6px;margin-bottom:30px;font-size:24px;font-weight:500;color:#233660;text-align:center}.meet-image{float:left;margin-right:32px;margin-bottom:20px}.meet-image img{width:500px;height:650px;border-radius:16px;object-fit:cover}.meet-text{font-size:28px;font-weight:400;line-height:44px;color:#000}.meet-text p{margin-bottom:15px;line-height:1.5}.meet-text p:last-child{margin-bottom:0}.clearfix{clear:both}@media(max-width:1024px){.meet-text{font-size:22px;line-height:36px}.meet-image img{width:280px;height:520px}}@media(max-width:768px){.meet-image{float:none;margin:0 auto 24px;text-align:center}.meet-image img{width:100%;max-width:320px;height:auto;object-fit:contain;border-radius:16px}.meet-text{font-size:20px;line-height:32px}}@media(max-width:640px){.meet-profile{padding:40px 16px}.meet-card{padding:24px}.meet-title{font-size:28px}.meet-role{font-size:16px}.meet-text{font-size:18px;line-height:30px}.meet-image img{max-width:240px}}.header{position:absolute;top:0;left:0;width:100%;z-index:10}.header-container{max-width:1450px;margin:15px auto;padding:12px 30px;display:flex;align-items:center;justify-content:space-between}.logo-link{display:inline-flex;align-items:center}.header-logo{height:50px;width:auto}.header-actions{display:flex;align-items:center;gap:18px}.careers-link{font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:150%;color:#fff;text-decoration:none;cursor:pointer}.careers-link:hover{text-decoration:underline}.contact-btn{width:160px;height:50px;padding:4px 20px;border-radius:5px;border:1px solid #ffffff;background:transparent;font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:150%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.contact-btn:hover{background:#fff;color:#000}.contact-modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999}.contact-modal{background:#fff;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;border-radius:16px;padding:32px;position:relative;animation:fadeInUp .4s ease}.modal-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:28px;cursor:pointer;color:#233660}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1600px){.header-container{padding:14px 40px}}@media(max-width:1024px){.header-container{padding:12px 24px}.careers-link{font-size:16px}.contact-btn{width:150px;height:46px;font-size:17px}}@media(max-width:768px){.header-container{padding:12px 16px}.header-logo{height:42px}.header-actions{gap:14px}.careers-link{font-size:16px}.contact-btn{width:auto;height:44px;padding:4px 16px;font-size:16px}}@media(max-width:480px){.header-container{margin:10px auto}.header-logo{height:38px}.careers-link{font-size:15px}.contact-btn{height:40px;font-size:15px;padding:4px 14px}}@media(max-width:360px){.careers-link{font-size:14px}.contact-btn{font-size:14px;padding:4px 12px}}.careers-hero{width:100%;height:100vh;position:relative;overflow:hidden;margin:0;background-size:cover;background-position:center}.careers-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000073,#000000b3);z-index:1}.careers-hero-overlay{position:absolute;bottom:40px;left:40px;z-index:2;color:#fff;max-width:620px}.careers-hero-overlay h1{font-size:42px;font-weight:600;font-family:Poppins,sans-serif;margin-bottom:10px;text-shadow:0px 3px 8px rgba(0,0,0,.7)}.careers-hero-overlay p{font-size:18px;line-height:1.6;opacity:.95;text-shadow:0px 3px 8px rgba(0,0,0,.7)}.careers-intro{max-width:1100px;margin:0 auto 24px;padding:18px 20px;display:flex;justify-content:space-between;gap:24px;align-items:center;font-family:Poppins,sans-serif}.careers-intro-text h2{font-size:24px;font-weight:600;margin-bottom:6px}.careers-intro-text p{font-size:15px;color:#555}.careers-intro-points{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.pill{padding:8px 16px;border-radius:999px;background:#fff3ee;color:#1a447e;font-size:13px;font-family:Poppins,sans-serif}.careers-section{max-width:1100px;margin:0 auto 60px;padding:20px 20px 30px;background:#fff7f5;border-radius:20px}.careers-header-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px}.careers-header-row h2{font-size:22px;font-weight:600;font-family:Inter,sans-serif;color:#000}.careers-count{font-size:14px;color:#777}.careers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.job-card{background:#fff;border-radius:16px;padding:18px 18px 16px;border:1px solid rgba(0,0,0,.04);box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;gap:10px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;font-family:Inter,sans-serif}.job-description{font-size:15px}.job-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000014;border-color:#305e9f}.job-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.job-card-header h3{font-size:17px;font-weight:600;color:#222}.job-chip{padding:4px 10px;font-size:11px;border-radius:999px;background:#d4dcee;color:#000;white-space:nowrap}.job-short-desc{font-size:14px;color:#555;line-height:1.55}.job-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.meta-pill{display:inline-flex;align-items:baseline;gap:4px;padding:4px 8px;border-radius:999px;background:#f6f1ef;font-size:14px;color:#555}.meta-label{font-weight:600;text-transform:uppercase}.job-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0;padding:0;list-style:none}.job-tags li{font-size:11px;border-radius:999px;padding:4px 8px;background:#d4dcee;color:#000}.job-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:8px}.job-secondary-link{font-size:13px;color:#8a8a8a;text-decoration:none}.job-secondary-link:hover{text-decoration:underline}.job-primary-btn{font-family:Inter,sans-serif;padding:7px 18px;border-radius:999px;border:none;background:#1a447e;color:#fff;font-size:14px;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.job-primary-btn:hover{background:#1a447e;transform:translateY(-1px);box-shadow:0 8px 18px #0000002e}.job-primary-btn.full-width{width:100%}.careers-modal-backdrop{position:fixed;inset:0;background:#0f0f0f99;display:flex;align-items:center;justify-content:center;z-index:4000}.careers-modal{width:100%;max-width:640px;background:#fff;border-radius:18px;padding:22px 22px 20px;position:relative;box-shadow:0 20px 60px #00000040}.modal-close{position:absolute;top:12px;right:14px;border:none;background:transparent;font-size:26px;cursor:pointer;color:#777}.modal-title{font-size:20px;font-weight:600}.modal-subtitle{font-size:13px;margin-top:4px;color:#777}.careers-form{margin-top:16px;display:flex;flex-direction:column;gap:14px}.form-row{display:flex;gap:14px}.form-field{flex:1;display:flex;flex-direction:column;gap:4px;font-size:13px}.form-field label{font-weight:500;color:#444}.form-field input,.form-field textarea{border-radius:10px;border:1px solid #ddd;padding:8px 10px;font-size:13px;outline:none;font-family:inherit}.form-field input:focus,.form-field textarea:focus{border-color:#1a447e;box-shadow:0 0 0 1px #d2695433}.status-msg{margin-top:4px;font-size:13px;color:#386641}@media(max-width:900px){.careers-hero{height:100vh}.careers-hero-overlay{bottom:28px;left:22px;right:22px}.careers-hero-overlay h1{font-size:28px}.careers-hero-overlay p{font-size:14px}.careers-intro{flex-direction:column;align-items:flex-start;padding:16px 20px}.careers-section{margin-bottom:40px}.form-row{flex-direction:column}}@media(max-width:600px){.careers-modal{margin:0 12px;max-height:90vh;overflow-y:auto}}
