@charset "UTF-8";
/* ===========================================
   AirPilot — Global Base Styles
   =========================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',sans-serif;color:#1a1a2e;background:#fff;line-height:1.6;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}
img{max-width:100%;height:auto;display:block}
img[loading="lazy"]{content-visibility:auto}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit;font-size:inherit}

/* Accessibility */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999}
.skip-link:focus{position:fixed;top:1rem;left:1rem;width:auto;height:auto;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:99999}
*:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
*:focus:not(:focus-visible){outline:none}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Container */
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}
.container--narrow{max-width:800px}
.container--wide{max-width:1400px}

/* Typography */
.font-outfit{font-family:'Outfit',sans-serif}
.font-inter{font-family:'Inter',sans-serif}
.hide-mobile{display:none}
@media(min-width:768px){.hide-mobile{display:inline}}
.text-blue{color:#2563eb}
.text-navy{color:#002147}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;cursor:pointer;font-size:.6875rem;padding:.75rem 1.5rem;line-height:1.2}
.btn--primary{background:#2563eb;color:#fff}
.btn--primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 25px rgba(37,99,235,.2)}
.btn--blue{background:#0056b3;color:#fff}
.btn--blue:hover{background:#004494;box-shadow:0 10px 25px rgba(0,86,179,.25)}
.btn--outline-light{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.05);backdrop-filter:blur(4px)}
.btn--outline-light:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}
.btn--outline-dark{border:2px solid #002147;color:#002147;background:transparent}
.btn--outline-dark:hover{background:#002147;color:#fff}
.btn--ghost{color:rgba(255,255,255,.7);background:transparent}
.btn--ghost:hover{color:#fff;background:rgba(255,255,255,.05)}
.btn--white{background:#fff;color:#002147;border:1px solid transparent}
.btn--white:hover{background:#f1f5f9}
.btn--sm{font-size:.6875rem;padding:.625rem 1.5rem}
.btn--lg{font-size:.875rem;padding:1.25rem 2.5rem}
.btn--full{width:100%}
.btn--span{grid-column:1/-1}
.btn svg{flex-shrink:0;width:1rem;height:1rem}

/* Section Shared */
.section-tag{display:inline-block;font-size:.6875rem;font-weight:900;letter-spacing:.25em;color:#0056b3;text-transform:uppercase}
.section-title, .section-header__title{font-size:2.25rem;font-weight:900;color:#002147;line-height:1.1;letter-spacing:-.02em}
@media(min-width:768px){.section-title, .section-header__title{font-size:3rem}}
@media(min-width:1024px){.section-title, .section-header__title{font-size:3.75rem}}
.section-header{margin-bottom:5rem}
.section-header--center{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:5rem}
.section-header__tag{display:flex;align-items:center;gap:.75rem;justify-content:center;margin-bottom:1rem;font-size:.6875rem;font-weight:900;letter-spacing:.25em;color:#0056b3;text-transform:uppercase}
.section-header__tag--left{justify-content:flex-start}
.section-header__line{width:2.5rem;height:2px;background:#0056b3}
.section-header__desc{color:#6b7280;font-size:1.0625rem;font-weight:500;line-height:1.7;max-width:42rem;margin:0 auto}
.section-header__text{color:#6b7280;font-size:1.0625rem;font-weight:500;line-height:1.7;max-width:48rem;margin:0 auto}
.section-header__text p+p{margin-top:1.5rem}
.section-bottom-cta{margin-top:4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}
@media(min-width:640px){.section-bottom-cta{flex-direction:row;justify-content:center;gap:1.5rem}}

/* Chevron Dividers */
.chevron-top,.chevron-bottom,.chevron-bottom-stats,.chevron-bottom-dark{position:absolute;left:0;right:0;z-index:10;width:100%;overflow:hidden;pointer-events:none}
.chevron-top{top:0}
.chevron-bottom,.chevron-bottom-stats,.chevron-bottom-dark{bottom:0}
.chevron-top svg,.chevron-bottom svg,.chevron-bottom-stats svg,.chevron-bottom-dark svg{width:100%;height:auto;display:block}

/* Form Fields */
.form-field{position:relative}
.form-field--icon .form-field__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}
.form-field__input{width:100%;padding:.875rem 1rem .875rem 3rem;background:#f8fafc;border:1px solid transparent;font-size:.875rem;font-weight:500;color:#002147;transition:border-color .3s;border-radius:.75rem}
.form-field__input:focus{border-color:#0056b3;outline:none}
select.form-field__input{appearance:none;cursor:pointer}

/* Page Content */
.page-content-section{padding:4rem 0 6rem}
.page-content{max-width:48rem;margin:0 auto}
.page-content h2{font-size:1.75rem;font-weight:900;color:#002147;margin:2rem 0 1rem}
.page-content p{color:#4b5563;line-height:1.8;margin-bottom:1.5rem}

/* Blog Grid */
.blog-grid{display:grid;gap:2rem}
@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}

/* Blog Card */
.blog-card{background:#fff;border-radius:1.5rem;overflow:hidden;border:1px solid #f3f4f6;transition:all .5s}
.blog-card:hover{box-shadow:0 25px 50px rgba(0,0,0,.1);border-color:rgba(0,86,179,.2)}
.blog-card__img{width:100%;height:13rem;object-fit:cover;transition:transform .7s}
.blog-card:hover .blog-card__img{transform:scale(1.05)}
.blog-card__body{padding:1.75rem}
.blog-card__meta{font-size:.75rem;color:#9ca3af;font-weight:600;margin-bottom:.75rem}
.blog-card__title{font-size:1.0625rem;font-weight:900;color:#002147;margin-bottom:.75rem;line-height:1.3}
.blog-card__title a:hover{color:#0056b3}
.blog-card__excerpt{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}
.blog-card__link{font-size:.6875rem;font-weight:900;letter-spacing:.15em;color:#0056b3;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem}

/* 404 */
.error-404{padding:8rem 0;text-align:center}
.error-404__code{font-size:8rem;font-weight:900;color:#002147;opacity:.1;line-height:1}
.error-404__title{font-size:2rem;font-weight:900;color:#002147;margin:1rem 0}
.error-404__desc{color:#6b7280;max-width:30rem;margin:0 auto 2rem}

/* Single Post */
.single-post__meta{margin-bottom:2rem;font-size:.875rem;color:#6b7280}
.single-post__content{font-size:1.0625rem;line-height:1.8;color:#374151}
.single-post__content h2{font-size:1.75rem;font-weight:800;color:#002147;margin:2.5rem 0 1rem}
.single-post__content h3{font-size:1.375rem;font-weight:700;color:#002147;margin:2rem 0 .75rem}
.single-post__content p{margin-bottom:1.5rem}
.single-post__content img{border-radius:1rem;margin:2rem 0}
.single-post__tags{margin-top:3rem;padding-top:2rem;border-top:1px solid #f3f4f6}

/* Search */
.search-results{padding:4rem 0 6rem}
.search-results__header{margin-bottom:3rem}
.search-results__title{font-size:2rem;font-weight:900;color:#002147}
