:root {
  --ink: #101215;
  --near-black: #05090c;
  --slate: #58606a;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f6f7f8;
  --red: #fb372c;
  --red-dark: #d82c24;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }

.container-wide { width: min(100% - 64px, 1280px); margin-inline: auto; }

.skip-link { position: fixed; z-index: 9999; top: -50px; left: 18px; padding: 10px 14px; background: #fff; color: #111; border-radius: 6px; }
.skip-link:focus { top: 18px; }

.funding-bar { background: #f2ece6; border-bottom: 1px solid #e9ddd2; color: #3c342f; font-size: 12px; letter-spacing: .01em; }
.funding-bar-inner { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 12px; }
.funding-bar strong { font-weight: 700; color: #a22820; }
.funding-divider { width: 1px; height: 12px; background: #cbbeb4; }

.site-header { position: absolute; inset: 34px 0 auto; z-index: 10; color: #fff; }
.navbar { min-height: 82px; padding: 0; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: inherit; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.05em; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 20px; height: 21px; color: var(--red); font-size: 26px; transform: rotate(180deg); }
.brand-mark i { line-height: 1; }
.nav-links { gap: 22px; }
.nav-links .nav-link { padding: 8px 0; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 500; }
.nav-links .nav-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.navbar-toggler { border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 25px; }
.navbar-toggler:focus { box-shadow: 0 0 0 .18rem rgba(255,255,255,.25); }

.btn { border-radius: 3px; padding: 13px 18px; border-width: 1px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.btn i { margin-left: 10px; }
.btn-brand { color: #fff; background: var(--red); border-color: var(--red); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--red-dark); border-color: var(--red-dark); }
.btn-brand.btn-sm { padding: 10px 14px; font-size: 12px; }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline-light:hover { background: #fff; color: #111; border-color: #fff; }

.hero-section { min-height: 680px; overflow: hidden; position: relative; background: var(--near-black); color: #fff; }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 44% 56%; align-items: center; gap: 0; padding-top: 66px; }
.hero-copy { position: relative; z-index: 2; padding-top: 54px; }
.eyebrow { margin: 0 0 15px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dark { display: inline-block; background: rgba(251,55,44,.15); border-radius: 999px; padding: 8px 12px; margin-bottom: 21px; font-size: 10px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; font-weight: 800; letter-spacing: -.055em; }
.hero-copy h1 { max-width: 600px; margin-bottom: 19px; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; }
h1 span, h2 span { color: var(--red); }
.hero-intro { max-width: 462px; margin-bottom: 28px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { margin-top: 55px; }
.trust-row p { margin-bottom: 15px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-logos { display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.trust-logos i { margin-right: 5px; color: rgba(255,255,255,.82); }
.hero-visual-wrap { height: 100%; display: flex; align-items: center; justify-content: flex-end; }
.hero-visual { width: 850px; max-width: 128%; height: auto; transform: translate(13%, 8%); filter: saturate(.94) contrast(1.04); }

.section-pad { padding: 88px 0; }
.mission-section { background: #fff; border-bottom: 1px solid var(--line); }
.mission-grid { display: grid; grid-template-columns: 31% 69%; align-items: center; }
.mission-grid h2 { max-width: 270px; margin: 0; font-size: 29px; line-height: 1.16; }
.mission-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.mission-item { min-height: 98px; padding: 2px 18px 2px 25px; border-left: 1px solid var(--line); }
.mission-item > i { display: block; margin-bottom: 10px; color: #2e343a; font-size: 24px; }
.mission-item h3 { margin-bottom: 7px; font-size: 13px; letter-spacing: -.025em; }
.mission-item p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.55; }

.capabilities-section { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; gap: 55px; margin-bottom: 35px; }
.section-heading h2 { margin: 0; font-size: clamp(31px, 3.2vw, 45px); line-height: 1.1; }
.section-heading > p { width: min(100%, 450px); align-self: flex-end; margin: 0 0 4px; color: var(--slate); font-size: 14px; line-height: 1.65; }
.capability-card { height: 100%; min-height: 148px; position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 22px; background: #fff; border: 1px solid #e4e6e8; border-radius: 5px; transition: transform .2s ease, box-shadow .2s ease; }
.capability-card:hover { transform: translateY(-3px); box-shadow: 0 14px 24px rgba(16,18,21,.08); }
.capability-card > i:first-child { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(251,55,44,.3); border-radius: 50%; color: var(--red); font-size: 18px; }
.capability-card h3 { margin: 4px 24px 7px 0; font-size: 15px; letter-spacing: -.03em; }
.capability-card p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.5; }
.capability-card .card-arrow { position: absolute; right: 19px; bottom: 19px; color: #444b53; font-size: 15px; }

.platform-section { background: #fff; }
.platform-grid { display: grid; grid-template-columns: 57% 36%; gap: 7%; align-items: center; }
.platform-image { overflow: hidden; border-radius: 4px; background: #080b0d; }
.platform-image img { display: block; width: 100%; aspect-ratio: 1.52; object-fit: cover; object-position: center; }
.platform-copy h2 { margin-bottom: 20px; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.08; }
.platform-copy > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.65; }
.check-list { display: grid; gap: 12px; margin: 25px 0 28px; padding: 0; list-style: none; font-size: 13px; }
.check-list i { margin-right: 11px; color: var(--red); font-size: 16px; vertical-align: -1px; }

.proof-section { background: var(--soft); }
.proof-grid { display: grid; grid-template-columns: 45% 55%; align-items: center; gap: 40px; }
.proof-stats h2 { max-width: 380px; margin-bottom: 34px; font-size: 32px; line-height: 1.12; }
.stat-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.stat-list strong { display: block; color: var(--red); font-family: "Manrope", sans-serif; font-size: 25px; letter-spacing: -.06em; }
.stat-list span { color: var(--slate); font-size: 11px; line-height: 1.3; }
.testimonial { position: relative; min-height: 210px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 37px 54px; background: #fff; border-radius: 12px; box-shadow: 0 16px 28px rgba(21, 24, 27, .035); }
.quote-icon { margin-bottom: 8px; color: #e5e7e9; font-size: 48px; line-height: .8; }
.testimonial blockquote { max-width: 490px; margin: 0 0 20px; font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 600; line-height: 1.55; letter-spacing: -.03em; }
.testimonial figcaption { color: #40464c; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }

.cta-section { min-height: 180px; position: relative; display: flex; align-items: center; justify-content: space-between; overflow: hidden; margin-top: 78px; margin-bottom: 78px; padding: 32px 50px; color: #fff; background: var(--red); border-radius: 5px; }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { margin: 0 0 8px; font-size: 31px; line-height: 1.13; }
.cta-copy p { margin: 0; font-size: 13px; }
.cta-drone { position: absolute; z-index: 1; right: 17%; bottom: -23%; width: 370px; height: auto; transform: rotate(-3deg); }
.cta-button { position: relative; z-index: 2; min-width: 158px; color: #1c2024; }

.site-footer { padding: 62px 0 22px; color: #d4d8db; background: #080c0f; }
.footer-grid { display: grid; grid-template-columns: 2.25fr repeat(4, 1fr); gap: 36px; }
.footer-brand .brand { margin-bottom: 20px; color: #fff; }
.footer-brand p { max-width: 245px; color: #9ca3a9; font-size: 12px; line-height: 1.65; }
.social-links { display: flex; gap: 15px; }
.social-links a { color: #aeb4b9; font-size: 16px; }
.social-links a:hover { color: #fff; }
.footer-grid h3 { margin: 5px 0 17px; color: #fff; font-size: 13px; letter-spacing: -.03em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div:not(.footer-brand) a { color: #aeb4b9; font-size: 11px; }
.footer-grid > div:not(.footer-brand) a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 19px; border-top: 1px solid #22282d; color: #7d858b; font-size: 10px; }
.footer-bottom span:last-child { display: flex; gap: 20px; }

@media (max-width: 991.98px) {
  .container-wide { width: min(100% - 96px, 1280px); }
  .site-header { inset: 34px 0 auto; }
  .navbar { min-height: 72px; }
  .hero-section, .hero-grid { min-height: 540px; }
  .hero-grid { grid-template-columns: 52% 48%; }
  .hero-copy { padding-top: 18px; }
  .hero-visual { max-width: 156%; transform: translate(20%, 11%); }
  .mission-grid { grid-template-columns: 1fr; gap: 35px; }
  .mission-grid h2 { max-width: 350px; }
  .mission-list { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .mission-item:nth-child(3) { border-left: none; }
  .platform-grid { grid-template-columns: 1fr; gap: 48px; }
  .platform-copy { max-width: 610px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-stats h2 { max-width: 480px; }
  .cta-drone { right: 12%; opacity: .55; }
  .footer-grid { grid-template-columns: 2fr repeat(3, 1fr); row-gap: 35px; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 767.98px) {
  .container-wide { width: min(100% - 32px, 1280px); }
  .funding-bar { font-size: 10px; }
  .funding-bar-inner { gap: 8px; min-height: 31px; }
  .site-header { inset: 31px 0 auto; }
  .navbar-collapse { margin-top: 12px; padding: 18px; background: #0a0e11; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; }
  .nav-links { gap: 3px; margin-bottom: 12px; }
  .header-actions { justify-content: space-between; }
  .hero-section, .hero-grid { min-height: 760px; }
  .hero-grid { display: flex; align-items: flex-start; padding-top: 136px; }
  .hero-copy { padding-top: 0; }
  .hero-copy h1 { font-size: clamp(40px, 13.5vw, 60px); }
  .hero-intro { max-width: 450px; font-size: 14px; }
  .hero-visual-wrap { position: absolute; right: 0; bottom: -6px; width: 100%; height: 360px; opacity: .85; pointer-events: none; }
  .hero-visual { width: 640px; max-width: none; transform: translate(33%, 15%); }
  .trust-row { margin-top: 40px; }
  .trust-logos { gap: 12px 16px; max-width: 400px; }
  .section-pad { padding: 65px 0; }
  .mission-list { grid-template-columns: 1fr; }
  .mission-item, .mission-item:nth-child(3) { min-height: auto; padding: 18px 0 18px 0; border-left: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 8px; }
  .mission-item > i { margin: 0; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { width: auto; margin-top: 20px; }
  .capability-card { min-height: 132px; }
  .platform-grid { gap: 35px; }
  .platform-image img { aspect-ratio: 1.25; }
  .stat-list { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .testimonial { min-height: 0; padding: 30px; }
  .testimonial blockquote { font-size: 15px; }
  .cta-section { display: block; min-height: 272px; margin-top: 54px; margin-bottom: 54px; padding: 31px 28px; }
  .cta-copy h2 { font-size: 28px; }
  .cta-drone { right: -85px; bottom: -1px; width: 300px; opacity: .65; }
  .cta-button { position: absolute; left: 28px; bottom: 26px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; margin-top: 36px; line-height: 2; }
  .footer-bottom span:last-child { gap: 17px; }
}

@media (max-width: 390px) {
  .funding-bar-inner { font-size: 9px; }
  .funding-divider { display: none; }
  .hero-actions .btn { padding: 11px 13px; font-size: 12px; }
}
