.hero{position:relative;height:520px;margin-top:80px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#0d1f3c,#0d1f3c 38%,#0d1f3cd1 48%,#0d1f3c4d,#0d1f3c00 72%)}.hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 3rem 0 clamp(2rem,8vw,6rem);width:50%;min-width:320px}.hero__eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem}.hero__headline{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:1.05;color:#fff;margin-bottom:1rem;white-space:normal;word-break:break-word}.hero__sub{font-size:.93rem;color:#ffffffb3;line-height:1.75;margin-bottom:1.75rem}.btn-gold{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--navy);padding:.875rem 1.75rem;border-radius:4px;width:fit-content;transition:background .2s,transform .15s}.btn-gold:hover{background:var(--gold-bright);transform:translateY(-2px)}.pillars{position:relative;z-index:4;padding:0 2.5rem;margin-top:-56px;background:transparent}.pillars__card{max-width:1100px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d,0 14px 44px #00000024;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #eef0f4}.pillar{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 1.5rem;border-right:1px solid #eef0f4;background:#fff;transition:background .2s}.pillar:last-child{border-right:none}.pillar:hover{background:#fafbfc}.pillar__icon{width:52px;height:52px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:.85rem}.pillar__title{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.4rem}.pillar__desc{font-size:.83rem;color:var(--gray-500);line-height:1.6}.about{background:#fff;padding:5rem 2rem}.about__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:460px 1fr 300px;gap:3rem;align-items:start}.about__media{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3}.about__media-img{width:100%;height:100%;object-fit:cover;display:block}.about__media-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0d1f3c59}.about__play-btn{width:60px;height:60px;border-radius:50%;border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;padding-left:4px;transition:background .2s}.about__media-play:hover .about__play-btn{background:#c9911acc}.about__media-stripe{position:absolute;bottom:0;left:0;width:0;height:0;border-style:solid;border-width:0 0 48px 48px;border-color:transparent transparent var(--gold) transparent}.eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.about__heading{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--navy);margin-bottom:1rem;line-height:1.1}.about__text{font-size:.93rem;color:var(--gray-700);line-height:1.8;margin-bottom:1.5rem}.about__stats{display:flex;gap:2rem}.about__stat{display:flex;align-items:center;gap:.6rem}.about__stat-icon{color:var(--gold);flex-shrink:0}.about__stat-val{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--gold);line-height:1}.about__stat-lbl{font-size:.75rem;color:var(--gray-500);line-height:1.3}.about__recruit-card{background:var(--navy);border-radius:10px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.about__recruit-icon{width:72px;height:72px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffffb3;margin-bottom:1.25rem}.about__recruit-title{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:.75rem}.about__recruit-text{font-size:.85rem;color:#fff9;line-height:1.65;margin-bottom:1.5rem}.btn-gold-solid{display:inline-block;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--navy);padding:.75rem 2rem;border-radius:4px;transition:background .2s,transform .15s}.btn-gold-solid:hover{background:var(--gold-bright);transform:translateY(-1px)}@media (max-width: 1100px){.about__inner{grid-template-columns:1fr 1fr}.about__recruit-card{grid-column:span 2}.about__stats{flex-wrap:wrap;gap:1.25rem}.pillars__card{grid-template-columns:repeat(2,1fr)}.pillar:nth-child(2){border-right:none}.pillar:nth-child(1),.pillar:nth-child(2){border-bottom:1px solid #eef0f4}}@media (max-width: 768px){.hero{height:auto;min-height:440px}.hero__content{padding:3rem 1.5rem;max-width:100%}.pillars{padding:0 1rem;margin-top:-36px}.about__inner{grid-template-columns:1fr}.about__recruit-card{grid-column:span 1}}@media (max-width: 480px){.pillars__card{grid-template-columns:1fr}.pillar{border-right:none!important;border-bottom:1px solid #eef0f4!important}.pillar:last-child{border-bottom:none!important}.about__stats{flex-direction:column}}.careers-hero{position:relative;height:540px;margin-top:80px;overflow:hidden}.careers-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.careers-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#0d1f3c,#0d1f3c 38%,#0d1f3cd1 50%,#0d1f3c40 65%,#0d1f3c00 78%)}.careers-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:2rem;padding:0 3rem 0 clamp(2rem,8vw,6rem);width:50%;min-width:320px}.careers-hero__eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.careers-hero__headline{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:1.05;color:#fff;margin-bottom:1rem;word-break:break-word}.careers-hero__sub{font-size:.88rem;color:#ffffffa6;line-height:1.75;margin-bottom:1.5rem}.btn-gold-hero{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--navy);padding:.875rem 1.75rem;border-radius:4px;width:fit-content;transition:background .2s,transform .15s}.btn-gold-hero:hover{background:var(--gold-bright);transform:translateY(-2px)}.floating-card__grid{display:grid;grid-template-columns:1fr 1fr 1.05fr 1fr;min-height:500px}.fc-col{padding:2.5rem 2rem;border-right:1px solid var(--gray-100)}.fc-col:last-child{border-right:none}.fc-col__heading{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:1.5rem}.fc-col__heading--gold{color:var(--gold)}.fc-col__heading2{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:.75rem}.fc-col__heading3{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:1rem}.fc-eyebrow{font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.fc-text{font-size:.83rem;color:var(--gray-700);line-height:1.7;margin-bottom:1rem}.fc-note{font-size:.8rem;color:var(--gray-500);font-style:italic;margin-top:.75rem;line-height:1.55}.fc-why-list{display:flex;flex-direction:column;gap:0}.fc-why-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--gray-100)}.fc-why-item:last-child{border-bottom:none}.fc-why-icon{width:34px;height:34px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.fc-why-title{font-family:var(--font-display);font-size:.78rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.fc-why-desc{font-size:.78rem;color:var(--gray-500);line-height:1.5}.fc-roles{list-style:none;display:flex;flex-direction:column;gap:.5rem}.fc-role{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--navy);font-weight:500}.fc-role__check{color:var(--gold);flex-shrink:0}.fc-apply-card{background:var(--navy);padding:2.5rem 2rem}.fc-apply-card__header{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:.75rem}.fc-apply-card__icon{width:44px;height:44px;border-radius:50%;background:#c9911a2e;border:1px solid rgba(201,145,26,.35);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.fc-apply-card__eyebrow{font-family:var(--font-display);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.fc-apply-card__heading{font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:#fff;line-height:1.2}.fc-apply-card__sub{font-size:.81rem;color:#ffffff8c;line-height:1.65;margin-bottom:1.25rem}.fc-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.fc-step{display:flex;align-items:flex-start;gap:.75rem}.fc-step__num{width:26px;height:26px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.82rem;font-weight:800;color:var(--navy);flex-shrink:0}.fc-step__title{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:#fff;margin-bottom:.2rem}.fc-step__desc{font-size:.78rem;color:#ffffff8c;line-height:1.55}.fc-link{color:var(--gold);font-weight:600}.fc-apply-cta{display:flex;gap:.75rem;align-items:flex-start}.fc-apply-cta__icon{width:34px;height:34px;border-radius:50%;background:#c9911a26;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.fc-apply-cta__label{font-family:var(--font-display);font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.fc-apply-cta__text{font-size:.78rem;color:#ffffff8c;line-height:1.55}.fc-truck-photo{border-radius:8px;overflow:hidden;aspect-ratio:16/9;margin-bottom:1.25rem}.fc-truck-photo__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.fc-why-choose{display:flex;flex-direction:column;gap:.7rem}.fc-wc-item{display:flex;align-items:flex-start;gap:.6rem}.fc-wc-icon{width:28px;height:28px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--navy);flex-shrink:0}.fc-wc-title{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:var(--navy)}.fc-wc-desc{font-size:.78rem;color:var(--gray-500);line-height:1.4}.careers-bottom-bar{background:var(--navy);padding:1.75rem 2rem}.careers-bottom-bar__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.careers-bottom-bar__item{display:flex;align-items:center;gap:.875rem}.careers-bottom-bar__icon{width:44px;height:44px;border-radius:50%;background:#c9911a26;border:1px solid rgba(201,145,26,.3);display:flex;align-items:center;justify-content:center;color:var(--gold)}.careers-bottom-bar__label{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:#fff}.careers-bottom-bar__val{font-size:.8rem;color:#ffffff80}.careers-bottom-bar__email{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--gold)}.careers-bottom-bar__divider{width:1px;height:40px;background:#ffffff1a}@media (max-width: 1200px){.floating-card__grid{grid-template-columns:1fr 1fr}.fc-apply-card{border-right:none}}@media (max-width: 768px){.careers-hero__content{width:100%;padding:2rem 1.5rem}.floating-card-zone{padding:0 1rem 3rem;margin-top:-32px}.floating-card__grid{grid-template-columns:1fr}.fc-col{border-right:none;border-bottom:1px solid var(--gray-100)}.careers-bottom-bar__inner{flex-direction:column;align-items:flex-start;gap:1.5rem}.careers-bottom-bar__divider{display:none}}.contact-hero{position:relative;height:540px;margin-top:80px;overflow:hidden}.contact-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#0d1f3c,#0d1f3c 38%,#0d1f3cd1 50%,#0d1f3c40 65%,#0d1f3c00 78%)}.contact-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:2rem;padding:0 4rem 0 max(2.5rem,calc((100vw - 1280px)/2 + 2rem));width:50%;min-width:320px}.contact-hero__eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.contact-hero__headline{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.05;color:#fff;margin-bottom:.9rem}.contact-hero__sub{font-size:.93rem;color:#ffffffa6;line-height:1.75;margin-bottom:1.5rem}.contact-hero__badges{display:flex;gap:2rem;flex-wrap:wrap}.contact-hero__badge{display:flex;align-items:flex-start;gap:.6rem}.contact-hero__badge-icon{width:34px;height:34px;border-radius:50%;border:1.5px solid rgba(201,145,26,.5);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.contact-hero__badge-title{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:#fff}.contact-hero__badge-sub{font-size:.75rem;color:#ffffff80;line-height:1.4}.contact-body{background:#fff;padding:5rem 2rem 3rem}.contact-body__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:2.5rem;align-items:start}.quote-form-wrap{background:#fff;border:1px solid var(--gray-100);border-radius:10px;padding:2.5rem}.quote-form-wrap__heading{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--navy);letter-spacing:.06em;margin-bottom:.3rem}.quote-form-wrap__sub{font-size:.85rem;color:var(--gray-500);margin-bottom:1.75rem}.form-input{font-family:var(--font-body);font-size:.875rem;color:var(--text);background:#fff;border:1.5px solid var(--gray-300);border-radius:4px;padding:.65rem .875rem;width:100%;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-textarea{resize:vertical;min-height:80px}.quote-form__footer{display:flex;align-items:center;gap:1.25rem;margin-top:.5rem;flex-wrap:wrap}.btn-request{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:var(--navy);border:none;cursor:pointer;padding:.875rem 1.75rem;border-radius:4px;transition:background .2s,transform .15s}.btn-request:hover{background:var(--gold-bright);transform:translateY(-1px)}.quote-form__secure{font-size:.78rem;color:var(--gray-500)}.quote-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;gap:1rem;color:var(--navy)}.quote-success svg{color:var(--gold)}.quote-success h3{font-family:var(--font-display);font-size:1.4rem;font-weight:800}.quote-success p{font-size:.9rem;color:var(--gray-500)}.get-in-touch{display:flex;flex-direction:column;gap:1.5rem}.git-card{background:var(--navy);border-radius:10px;padding:2rem}.git-heading{font-family:var(--font-display);font-size:1rem;font-weight:800;color:#fff;letter-spacing:.08em;margin-bottom:.5rem}.git-sub{font-size:.85rem;color:#ffffff8c;line-height:1.6;margin-bottom:1.5rem}.git-items{display:flex;flex-direction:column;gap:1.1rem}.git-item{display:flex;align-items:flex-start;gap:.75rem}.git-item__icon{width:36px;height:36px;border-radius:50%;background:#c9911a26;border:1px solid rgba(201,145,26,.3);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.git-item__label{font-family:var(--font-display);font-size:.7rem;font-weight:700;color:var(--gold);letter-spacing:.1em;text-transform:uppercase}.git-item__val{font-size:.875rem;color:#fffc;line-height:1.5;white-space:pre-line}.where-we-operate{background:#fff;border:1px solid var(--gray-100);border-radius:10px;padding:1.5rem}.wwo-heading{font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem}.wwo-map{background:var(--off-white);border-radius:6px;padding:.5rem;margin-bottom:1rem}.wwo-svg{width:100%;height:auto;display:block}.wwo-tagline{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:.35rem}.wwo-sub{font-size:.82rem;color:var(--gray-500)}.contact-pillars{background:#fff;border-top:1px solid var(--gray-100);padding:2.5rem 2rem}.contact-pillars__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.contact-pillar{display:flex;align-items:flex-start;gap:1rem}.contact-pillar__icon{width:48px;height:48px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.contact-pillar__title{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:.25rem}.contact-pillar__desc{font-size:.82rem;color:var(--gray-500);line-height:1.5}@media (max-width: 1024px){.contact-body__inner{grid-template-columns:1fr}.contact-pillars__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.contact-hero__content{padding:2rem 1.5rem;max-width:100%}.contact-pillars__inner{grid-template-columns:1fr}}.joinus-hero{position:relative;height:540px;margin-top:80px;overflow:hidden}.joinus-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.joinus-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#0d1f3c,#0d1f3c 38%,#0d1f3cd1 50%,#0d1f3c40 65%,#0d1f3c00 78%)}.joinus-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:2rem;padding:0 3rem 0 clamp(2rem,8vw,6rem);width:50%;min-width:320px}.joinus-hero__eyebrow{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.joinus-hero__headline{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:1;color:#fff;margin-bottom:1rem}.gold{color:var(--gold)}.joinus-hero__sub{font-size:.9rem;color:#ffffffa6;line-height:1.75;margin-bottom:1.5rem}.joinus-hero__perks{display:flex;gap:2rem;flex-wrap:wrap}.joinus-hero__perk{display:flex;align-items:flex-start;gap:.55rem}.joinus-hero__perk-icon{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(201,145,26,.45);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.joinus-hero__perk-label{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:#fff}.joinus-hero__perk-sub{font-size:.75rem;color:#ffffff80}.joinus-body{background:#fff;padding:5rem 2rem 3.5rem}.joinus-body__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:340px 1fr;gap:3.5rem;align-items:start}.joinus-why__heading{font-family:var(--font-display);font-size:1.15rem;font-weight:800;color:var(--navy);margin-bottom:1.5rem}.joinus-why__list{display:flex;flex-direction:column;gap:0;margin-bottom:1.75rem}.joinus-why__item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 0;border-bottom:1px solid var(--gray-100)}.joinus-why__item:first-child{padding-top:0}.joinus-why__item:last-child{border-bottom:none}.joinus-why__icon{width:40px;height:40px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.joinus-why__title{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.joinus-why__desc{font-size:.82rem;color:var(--gray-500);line-height:1.5}.joinus-testimonial{background:var(--navy);border-radius:8px;overflow:hidden}.joinus-testimonial__photo{width:100%;aspect-ratio:16/9;overflow:hidden}.joinus-testimonial__img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.joinus-testimonial__quote{padding:1.1rem 1.25rem;border-top:3px solid var(--gold)}.joinus-testimonial__quote p{font-size:.875rem;color:#ffffffbf;font-style:italic;line-height:1.65;margin-bottom:.4rem}.joinus-testimonial__quote span{font-size:.8rem;color:var(--gold);font-weight:600}.joinus-form-wrap{background:var(--off-white);border:1px solid var(--gray-100);border-radius:10px;padding:2.5rem}.joinus-form-wrap__heading{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--navy);margin-bottom:.25rem}.joinus-form-wrap__sub{font-size:.875rem;color:var(--gray-500);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-label{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy)}.form-input{font-family:var(--font-body);font-size:.875rem;color:var(--text);background:#fff;border:1.5px solid var(--gray-300);border-radius:4px;padding:.65rem .875rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #0d1f3c12}.form-input::placeholder{color:var(--gray-300)}.form-select-wrap{position:relative}.form-select{padding-right:2rem;cursor:pointer}.form-select-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-500);pointer-events:none}.form-checks{display:flex;gap:1.5rem;flex-wrap:wrap}.form-check{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--gray-700)}.form-check input[type=checkbox]{display:none}.form-check-box{width:18px;height:18px;border:2px solid var(--gray-300);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.form-check input:checked+.form-check-box{background:var(--navy);border-color:var(--navy)}.form-check input:checked+.form-check-box:after{content:"";display:block;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.form-upload{border:2px dashed var(--gray-300);border-radius:5px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;text-align:center;font-size:.875rem;color:var(--gray-500);background:#fff;transition:border-color .2s}.form-upload:hover,.form-upload--drag{border-color:var(--navy);background:#0d1f3c05}.form-upload small{color:var(--gray-300);font-size:.78rem}.form-upload__name{color:var(--navy);font-weight:600}.btn-submit{width:100%;font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);background:var(--gold);border:none;cursor:pointer;padding:1rem;border-radius:5px;margin-top:1rem;transition:background .2s,transform .15s}.btn-submit:hover{background:var(--gold-bright);transform:translateY(-1px)}.form-security{font-size:.78rem;color:var(--gray-500);text-align:center;margin-top:.75rem}.joinus-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1rem;gap:1rem;color:var(--navy)}.joinus-success svg{color:var(--gold)}.joinus-success h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800}.joinus-success p{font-size:.9rem;color:var(--gray-500);max-width:320px}.joinus-contact-bar{background:var(--navy);padding:1.75rem 2rem}.joinus-contact-bar__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.joinus-contact-bar__item{display:flex;align-items:center;gap:.875rem}.joinus-contact-bar__icon{width:44px;height:44px;border-radius:50%;background:#c9911a1f;border:1px solid rgba(201,145,26,.25);display:flex;align-items:center;justify-content:center;color:var(--gold)}.joinus-contact-bar__label{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6}.joinus-contact-bar__val{font-size:.875rem;color:#fff;font-weight:500}.joinus-contact-bar__divider{width:1px;height:36px;background:#ffffff1a}@media (max-width: 900px){.joinus-body__inner{grid-template-columns:1fr}}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.joinus-hero__content{padding:2rem 1.5rem;max-width:100%}.joinus-contact-bar__inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.joinus-contact-bar__divider{display:none}}.floating-card-zone{position:relative;z-index:4;padding:0 2rem 4rem;margin-top:-16px;background:#f4f5f8}.floating-card{max-width:1280px;margin:0 auto;background:#fff;border-radius:14px;box-shadow:0 -2px #c9911a26,0 4px 8px #0000000d,0 20px 60px #00000026;overflow:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;background:#fff;box-shadow:0 2px 12px #00000014;display:flex;align-items:center;padding:0 2rem}.navbar--scrolled{box-shadow:0 2px 16px #0000001f}.navbar__inner{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:2rem}.navbar__logo{display:flex;align-items:center;flex-shrink:0}.navbar__logo-img{height:58px;width:auto;display:block;transition:opacity .2s ease}.navbar__logo-img:hover{opacity:.85}.navbar__links{display:flex;align-items:center;gap:0;margin-left:auto}.navbar__link{font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);padding:.5rem 1.1rem;position:relative;transition:color .2s ease}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--gold);transition:width .25s ease}.navbar__link:hover{color:var(--gold)}.navbar__link:hover:after,.navbar__link--active:after{width:calc(100% - 2rem)}.navbar__link--active{color:var(--navy);font-weight:700}.navbar__cta{flex-shrink:0;margin-left:.5rem}.btn-join{display:inline-block;font-family:var(--font-display);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--navy);padding:.65rem 1.5rem;border-radius:4px;transition:background .2s ease,transform .15s ease}.btn-join:hover{background:var(--navy-light);transform:translateY(-1px)}.navbar__hamburger{display:none;background:transparent;border:none;color:var(--navy);padding:.5rem;margin-left:auto;cursor:pointer}.navbar__mobile{position:absolute;top:80px;left:0;right:0;background:var(--white);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;border-top:2px solid var(--gray-100);box-shadow:0 8px 24px #0000001a;animation:fadeIn .2s ease}.navbar__mobile-link{font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);padding:.75rem 1rem;border-radius:4px;transition:background .15s ease,color .15s ease}.navbar__mobile-link:hover{background:var(--gray-100);color:var(--gold)}.btn-join--mobile{margin-top:.5rem;text-align:center;padding:.75rem;background:var(--navy);color:var(--white);border-radius:4px}@media (max-width: 900px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}}.footer{background:var(--navy);color:var(--white);padding:4rem 2rem 0}.footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer__logo{margin-bottom:1rem}.footer__logo-img{height:64px;width:auto;background:#fff;border-radius:8px;padding:6px 10px}.footer__logo-icon,.footer__logo-name,.footer__logo-tagline{display:none}.footer__desc{font-size:.875rem;color:#ffffff80;line-height:1.7;max-width:320px}.footer__heading{font-family:var(--font-display);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer__nav{display:flex;flex-direction:column;gap:.6rem}.footer__nav a{font-size:.875rem;color:#fff9;transition:color .2s ease}.footer__nav a:hover{color:var(--white)}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fff9;transition:color .2s ease}.footer__contact-item:hover{color:var(--white)}.footer__bottom{max-width:1280px;margin:0 auto;padding:1.5rem 0;font-size:.8rem;color:#ffffff4d;text-align:center}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:2rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0d1f3c;--navy-mid: #1a2f50;--navy-light: #243a5e;--gold: #c9911a;--gold-bright: #e0a820;--gold-light: #f5c842;--white: #ffffff;--off-white: #f7f8fa;--gray-100: #eef0f4;--gray-300: #c4c9d4;--gray-500: #8890a0;--gray-700: #4a5268;--text: #1a1f2e;--font-display: "Barlow Condensed", sans-serif;--font-body: "Barlow", sans-serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.16);--shadow-xl: 0 16px 48px rgba(0,0,0,.2)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #c9911a66}50%{box-shadow:0 0 0 8px #c9911a00}}.animate-fade-up{animation:fadeUp .6s ease forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.page-pillars{position:relative;z-index:4;padding:0 2.5rem;margin-top:-52px;background:transparent}.page-pillars__card{max-width:1100px;margin:0 auto;background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d,0 14px 44px #00000024;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #eef0f4}.page-pillar{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 1.5rem;border-right:1px solid #eef0f4;background:#fff;transition:background .2s}.page-pillar:last-child{border-right:none}.page-pillar:hover{background:#fafbfc}.page-pillar__icon{width:52px;height:52px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:.85rem}.page-pillar__title{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.4rem}.page-pillar__desc{font-size:.83rem;color:#8890a0;line-height:1.6}@media (max-width: 1024px){.page-pillars__card{grid-template-columns:repeat(2,1fr)}.page-pillar:nth-child(2){border-right:none}.page-pillar:nth-child(1),.page-pillar:nth-child(2){border-bottom:1px solid #eef0f4}}@media (max-width: 600px){.page-pillars{padding:0 1rem;margin-top:-32px}.page-pillars__card{grid-template-columns:1fr 1fr}}
