:root {
  --blue: #0d4da8;
  --blue-dark: #072b63;
  --blue-ink: #0a2347;
  --orange: #f56608;
  --orange-soft: #ff7a18;
  --cream: #fffaf4;
  --paper: #ffffff;
  --muted: #68758a;
  --line: #e8edf3;
  --shadow: 0 24px 60px rgba(9, 40, 82, .12);
  --radius: 26px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "DM Sans", Arial, sans-serif; color: var(--blue-ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(10,35,71,.06); transition: .3s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(7,43,99,.08); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 170px; height: 62px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 170px; height: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav a { position: relative; color: #263b5c; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--orange); transition: .25s; }
.nav a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { background: var(--blue); color: white !important; padding: 11px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--blue-ink); margin: 5px auto; }

.hero { min-height: 790px; padding: 150px 0 75px; position: relative; background: linear-gradient(120deg, #fff 0%, #fff 57%, #fff8f1 100%); overflow: hidden; }
.hero-bg { position: absolute; width: 650px; height: 650px; right: -210px; top: 90px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(245,102,8,.16), rgba(13,77,168,.04) 48%, transparent 70%); }
.hero::before { content: ""; position: absolute; left: -70px; top: 200px; width: 180px; height: 180px; background-image: radial-gradient(var(--orange) 1.4px, transparent 1.4px); background-size: 15px 15px; opacity: .3; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: var(--orange); letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,102,8,.11); }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h1 { font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; max-width: 700px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { color: #5f6d81; font-size: 17px; max-width: 580px; margin: 28px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 15px 21px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 14px 28px rgba(245,102,8,.2); }
.btn-primary:hover { background: #df5600; }
.btn-ghost { border: 1px solid #dce3eb; color: var(--blue); background: #fff; }
.btn-light { background: #fff; color: var(--blue-dark); }
.full { width: 100%; }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 35px; padding-top: 23px; border-top: 1px solid #e8edf3; width: min(100%, 520px); }
.hero-note .shield { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); }
.hero-note strong { display: block; font-size: 13px; }
.hero-note small { color: var(--muted); display: block; margin-top: 2px; font-size: 11px; }
.hero-visual { position: relative; min-height: 530px; }
.hero-image-card { position: absolute; inset: 0 0 0 50px; border-radius: 38px 38px 38px 130px; overflow: hidden; box-shadow: var(--shadow); border: 8px solid #fff; background: #ddd; }
.hero-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3,18,40,.55) 100%); }
.hero-image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; z-index: 2; left: 30px; bottom: 28px; color: #fff; }
.image-label span { display: inline-block; background: var(--orange); padding: 5px 10px; border-radius: 4px; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.image-label strong { display: block; margin-top: 8px; font: 800 22px "Manrope", sans-serif; }
.trust-badge { position: absolute; left: 0; bottom: 26px; z-index: 4; background: #fff; border-radius: 20px; padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 10px; box-shadow: 0 18px 40px rgba(8,40,80,.16); }
.badge-ring { width: 60px; height: 60px; border: 2px solid var(--blue); border-radius: 50%; display: grid; place-items: center; color: var(--orange); font: 800 15px "Manrope"; }
.trust-badge small, .trust-badge strong { display: block; line-height: 1.2; }
.trust-badge small { color: var(--muted); font-size: 8px; letter-spacing: .12em; }
.trust-badge strong { color: var(--blue); font-size: 12px; }
.hero-bottom-line { position: absolute; bottom: 0; left: 0; height: 5px; width: 100%; background: linear-gradient(90deg, var(--blue) 0 55%, var(--orange) 55%); }

.trust-strip { background: var(--blue); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 23px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: #fff; font: 800 20px "Manrope"; }
.trust-grid span { font-size: 11px; color: rgba(255,255,255,.67); }

.section { padding: 110px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .section-intro h2, .airforce-copy h2, .contact-copy h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; margin-top: 15px; }
.about { background: var(--cream); }
.about-copy > p { font-size: 17px; color: #617087; margin-bottom: 18px; }
.quote-card { display: flex; gap: 15px; margin-top: 28px; padding: 24px; border-left: 4px solid var(--orange); background: #fff; box-shadow: 0 14px 35px rgba(9,40,82,.06); }
.quote-mark { color: var(--orange); font: 700 44px Georgia, serif; line-height: .7; }
.quote-card p { font: 700 18px/1.4 "Manrope"; }
.quote-card small { color: var(--muted); font-size: 11px; }

.section-intro { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 45px; }
.section-intro > p { color: var(--muted); max-width: 400px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.service-card { min-height: 330px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); position: relative; overflow: hidden; background: #fff; transition: .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.accent { background: var(--orange); color: #fff; border-color: var(--orange); }
.service-card.dark { background: var(--blue-dark); color: #fff; border-color: var(--blue-dark); }
.service-no { position: absolute; right: 20px; top: 20px; color: #a7b1c0; font: 700 11px "Manrope"; }
.service-card.accent .service-no, .service-card.dark .service-no { color: rgba(255,255,255,.5); }
.service-icon { margin-top: 25px; width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 27px; background: #f1f5fa; color: var(--blue); }
.service-card.accent .service-icon { background: rgba(255,255,255,.17); color: #fff; }
.service-card.dark .service-icon { background: rgba(255,255,255,.1); color: #fff; }
.service-card h3 { font-size: 25px; margin: 24px 0 8px; }
.service-card p { font-size: 13px; color: var(--muted); }
.service-card.accent p, .service-card.dark p { color: rgba(255,255,255,.7); }
.service-card a { position: absolute; bottom: 24px; font-size: 12px; font-weight: 800; color: var(--blue); }
.service-card.accent a, .service-card.dark a { color: #fff; }

.requirement { background: #f5f8fc; }
.requirement-box { display: grid; grid-template-columns: 1.35fr .65fr; background: var(--blue); border-radius: 34px; overflow: hidden; color: #fff; position: relative; }
.requirement-box::after { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -130px; top: -170px; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); }
.requirement-copy { padding: 65px; position: relative; z-index: 2; }
.kicker.light { color: #ffb37e; }
.requirement-copy h2 { font: 800 clamp(34px,4vw,55px)/1.05 "Manrope"; letter-spacing: -.045em; max-width: 700px; margin: 13px 0 17px; }
.requirement-copy > p { max-width: 650px; color: rgba(255,255,255,.72); }
.location-pill { display: inline-flex; gap: 15px; align-items: center; margin-top: 28px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.location-pill span { color: var(--orange-soft); }
.requirement-side { position: relative; z-index: 2; padding: 55px 45px; background: rgba(0,0,0,.08); display: flex; flex-direction: column; justify-content: center; }
.radar { width: 145px; height: 145px; margin-bottom: 20px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; position: relative; }
.radar::before, .radar::after, .radar span { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.radar::before { inset: 20px; } .radar::after { inset: 40px; }
.radar span:nth-child(1) { width: 8px; height: 8px; background: var(--orange); border: 0; top: 27px; right: 35px; }
.radar span:nth-child(2) { width: 5px; height: 5px; background: #fff; border: 0; bottom: 30px; left: 40px; }
.radar span:nth-child(3) { width: 5px; height: 5px; background: #fff; border: 0; top: 55px; left: 29px; }
.radar b { text-align: center; font: 800 13px/1.15 "Manrope"; letter-spacing: .1em; }
.requirement-side p { font-size: 13px; color: rgba(255,255,255,.68); margin-bottom: 20px; }

.airforce { background: var(--cream); }
.airforce-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.airforce-visual { min-height: 450px; position: relative; }
.round-photo { width: 390px; height: 390px; border-radius: 50%; overflow: hidden; border: 12px solid #fff; box-shadow: var(--shadow); position: relative; }
.round-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(13,77,168,.05), rgba(245,102,8,.16)); }
.round-photo img { width: 100%; height: 100%; object-fit: cover; }
.mission-card { position: absolute; right: 0; bottom: 18px; width: 200px; padding: 23px; background: var(--orange); color: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.mission-card span { font-size: 9px; letter-spacing: .16em; font-weight: 800; opacity: .75; }
.mission-card strong { display: block; font: 800 22px/1.1 "Manrope"; margin-top: 8px; }
.airforce-copy > p:not(.kicker) { color: var(--muted); max-width: 650px; margin: 24px 0; font-size: 16px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 35px; }
.principles > div { border-top: 2px solid var(--blue); padding-top: 14px; }
.principles span { font-size: 10px; color: var(--orange); font-weight: 800; }
.principles strong { display: block; margin: 7px 0 4px; font: 800 15px "Manrope"; }
.principles small { color: var(--muted); font-size: 11px; line-height: 1.4; display: block; }

.centered { text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; }
.process-step { padding: 30px 40px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step span { color: var(--orange); font: 800 12px "Manrope"; }
.process-step h3 { margin: 20px 0 8px; font-size: 20px; }
.process-step p { color: var(--muted); font-size: 13px; }

.contact { background: var(--blue-dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.contact-copy .kicker { color: #ffab73; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.kicker) { color: rgba(255,255,255,.66); max-width: 560px; margin: 22px 0 30px; }
.contact-details { display: grid; gap: 12px; }
.contact-details a { display: block; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.contact-details span { display: block; color: #ffab73; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.contact-details strong { display: block; margin-top: 3px; font-size: 14px; color: #fff; }
.contact-form { background: #fff; color: var(--blue-ink); padding: 31px; border-radius: 28px; box-shadow: var(--shadow); }
.form-top { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; margin-bottom: 22px; }
.form-top span { font: 800 13px "Manrope"; }
.form-top small { color: var(--muted); font-size: 10px; }
.contact-form label { display: block; font-size: 11px; font-weight: 800; margin-top: 14px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 6px; border: 1px solid #dfe5ed; background: #f9fbfd; padding: 13px 14px; border-radius: 12px; outline: none; color: var(--blue-ink); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,77,168,.08); }
.contact-form .btn { margin-top: 18px; }

.footer { background: #061d42; color: rgba(255,255,255,.7); }
.footer-top { padding: 65px 0; display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 60px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { margin-top: 13px; font-size: 12px; max-width: 260px; }
.footer-label { color: #ffab73; font-size: 9px; letter-spacing: .15em; font-weight: 800; margin-bottom: 15px; }
.footer-top > div:not(.footer-brand) a, .footer-top > div:not(.footer-brand) span { display: block; font-size: 12px; margin-bottom: 9px; }
.footer-top a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #19b954; font: 800 12px "Manrope"; box-shadow: 0 12px 30px rgba(0,0,0,.18); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { gap: 17px; }
  .hero-grid, .two-col, .airforce-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; max-width: 760px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .two-col, .airforce-grid { gap: 45px; }
  .requirement-box { grid-template-columns: 1fr; }
  .requirement-side { padding: 45px 65px; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand { width: 145px; }
  .brand img { width: 145px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 4px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: auto; padding: 115px 0 55px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-text { font-size: 15px; }
  .hero-visual { min-height: 410px; margin-top: 20px; }
  .hero-image-card { inset: 0; border-radius: 28px; border-width: 5px; }
  .trust-badge { left: 14px; bottom: 15px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.13); }
  .section { padding: 75px 0; }
  .section-intro { display: block; }
  .section-intro > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .requirement-copy { padding: 42px 27px; }
  .requirement-side { padding: 35px 27px 45px; }
  .airforce-visual { min-height: 390px; }
  .round-photo { width: min(330px, 88vw); height: min(330px, 88vw); }
  .mission-card { right: 0; bottom: 0; width: 165px; }
  .principles { grid-template-columns: 1fr; gap: 14px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .process-step { border-right: 0; }
  .contact-form { padding: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}