body.airplex-home-v3 {
    margin: 0;
    color: #F8FBFF;
    background: #06111D;
    font-family: "IBM Plex Sans", system-ui, sans-serif;
}

body.airplex-home-v3 a {
    color: inherit;
    text-decoration: none;
}

.ap3-container {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
}

.ap3-eyebrow {
    margin-bottom: 14px;
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.ap3-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 900;
    font-size: 14px;
}

.ap3-btn--large {
    min-height: 58px;
    padding: 0 28px;
}

.ap3-btn--green {
    color: #fff;
    background: linear-gradient(135deg, #43C6E4, #22A7C4);
    box-shadow: 0 18px 44px rgba(34, 167, 196, 0.28);
}

.ap3-btn--dark {
    color: #fff;
    background: #07111D;
}

.ap3-btn--outline {
    color: #fff;
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.25);
}

/* Topbar */

.ap3-topbar {
    background: #06111D;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ap3-topbar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.76);
}

.ap3-topbar__left,
.ap3-topbar__right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ap3-topbar a {
    color: #fff;
    font-weight: 900;
}

/* Header */

.ap3-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.97);
    color: #0B1F3A;
    border-bottom: 1px solid rgba(11,31,58,0.10);
    box-shadow: 0 16px 42px rgba(11,31,58,0.08);
}

body.admin-bar .ap3-header {
    top: 32px;
}

.ap3-header__inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 210px 1fr auto;
    align-items: center;
    gap: 28px;
}

.ap3-logo img {
    width: 168px;
    max-height: 70px;
    object-fit: contain;
}

.ap3-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.ap3-nav a {
    font-size: 14px;
    font-weight: 900;
    color: rgba(11,31,58,0.82);
}

.ap3-header__actions {
    display: flex;
    gap: 10px;
}

/* Hero */

.ap3-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #07111D;
}

.ap3-hero__bg,
.ap3-hero__overlay {
    position: absolute;
    inset: 0;
}

.ap3-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 50%;
    opacity: 0.72;
}

.ap3-hero__overlay {
    background:
        linear-gradient(90deg, #07111D 0%, rgba(7,17,29,0.94) 34%, rgba(7,17,29,0.58) 64%, rgba(7,17,29,0.32) 100%),
        radial-gradient(circle at 18% 25%, rgba(14,143,184,0.20), transparent 30%);
}

.ap3-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) 330px;
    align-items: center;
    gap: 70px;
    padding: 90px 0;
}

.ap3-hero__content {
    max-width: 760px;
}

.ap3-hero h1 {
    margin: 0;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(58px, 6.4vw, 96px);
    line-height: 0.93;
    letter-spacing: -0.08em;
    color: #fff;
    text-transform: uppercase;
}

.ap3-hero p {
    max-width: 680px;
    margin: 28px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 19px;
    line-height: 1.65;
}

.ap3-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.ap3-rating {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 34px;
}

.ap3-rating span {
    color: #F6C441;
    letter-spacing: 0.08em;
}

.ap3-rating strong {
    color: rgba(255,255,255,0.80);
    font-size: 14px;
}

.ap3-hero-proof {
    display: grid;
    gap: 14px;
}

.ap3-hero-proof article {
    padding: 20px;
    background: rgba(5,12,20,0.62);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(18px);
}

.ap3-hero-proof span {
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.ap3-hero-proof strong {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.ap3-hero-proof p {
    margin: 8px 0 0;
    color: rgba(255,255,255,0.65);
    font-size: 13px;
    line-height: 1.45;
}

/* Brandbar */

.ap3-brandbar {
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
    background: #071827;
}

.ap3-brandbar__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 340px 1fr;
    align-items: center;
    gap: 40px;
}

.ap3-brandbar span {
    color: rgba(255,255,255,0.48);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.ap3-brandbar div div {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.ap3-brandbar strong {
    color: rgba(255,255,255,0.70);
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
}

/* Sections */

.ap3-section-head {
    margin-bottom: 44px;
}

.ap3-section-head--split {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
}

.ap3-section-head h2 {
    max-width: 600px;
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.ap3-section-head p {
    max-width: 620px;
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.65;
}

/* Services */

.ap3-services {
    padding: 110px 0;
    background: #071827;
    color: #fff;
}

.ap3-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ap3-service-card {
    position: relative;
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.14), transparent 36%),
        rgba(255,255,255,0.035);
}

.ap3-service-card__num {
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 900;
}

.ap3-service-card__icon {
    position: absolute;
    right: 22px;
    bottom: 22px;
    color: rgba(67,183,242,0.50);
    font-size: 36px;
}

.ap3-service-card h3 {
    max-width: 220px;
    margin: 24px 0 12px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.ap3-service-card p {
    color: rgba(255,255,255,0.66);
    font-size: 15px;
    line-height: 1.55;
}

.ap3-service-card strong {
    position: absolute;
    left: 28px;
    bottom: 28px;
    font-size: 13px;
}

/* Built */

.ap3-built {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: 560px;
    background: #071827;
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ap3-built__image {
    position: relative;
    overflow: hidden;
}

.ap3-built__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.74;
}

.ap3-built__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, #071827);
}

.ap3-built__content {
    padding: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ap3-built h2 {
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.ap3-built p {
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.65;
}

.ap3-property-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.ap3-property-grid div {
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
}

.ap3-property-grid strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.ap3-property-grid p {
    margin: 8px 0 0;
    font-size: 14px;
}

/* Standard */

.ap3-standard,
.ap3-process,
.ap3-results,
.ap3-emergency,
.ap3-projects,
.ap3-faq {
    padding: 110px 0;
    background: #071827;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ap3-standard-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.ap3-standard-grid div,
.ap3-process-grid div,
.ap3-emergency-grid div {
    padding: 26px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.035);
}

.ap3-standard-grid strong,
.ap3-process-grid h3,
.ap3-emergency-grid strong {
    display: block;
    margin-top: 16px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    letter-spacing: -0.05em;
}

.ap3-standard-grid p,
.ap3-process-grid p,
.ap3-emergency-grid p {
    color: rgba(255,255,255,0.64);
    font-size: 14.5px;
    line-height: 1.55;
}

/* Process */

.ap3-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ap3-process-grid span {
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
}

/* Results */

.ap3-results__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 60px;
    align-items: center;
}

.ap3-results h2,
.ap3-emergency h2,
.ap3-projects h2,
.ap3-faq h2,
.ap3-final h2 {
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.08em;
}

.ap3-results p,
.ap3-emergency p,
.ap3-final p {
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.65;
}

.ap3-results-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.ap3-results-stats div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.12);
}

.ap3-results-stats strong {
    display: block;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
}

.ap3-results-stats span {
    color: rgba(255,255,255,0.60);
    font-size: 12px;
}

.ap3-testimonials {
    display: grid;
    gap: 18px;
}

.ap3-testimonials article {
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.045);
}

.ap3-testimonials p {
    color: #fff;
    font-size: 20px;
}

/* Emergency */

.ap3-emergency__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: center;
}

.ap3-emergency-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ap3-emergency-card {
    padding: 34px;
    border: 1px solid rgba(79,174,50,0.45);
    background: rgba(255,255,255,0.06);
}

.ap3-emergency-card span {
    color: #43C6E4;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
}

.ap3-emergency-card strong {
    display: block;
    margin: 18px 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
}

.ap3-emergency-card a {
    display: inline-flex;
    padding: 12px 18px;
    background: #fff;
    color: #07111D;
    font-weight: 900;
}

/* Projects */

.ap3-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ap3-project-grid article {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
}

.ap3-project-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
}

.ap3-project-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(5,12,20,0.92));
}

.ap3-project-grid article div {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 2;
}

.ap3-project-grid h3 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    line-height: 1;
}

/* FAQ */

.ap3-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ap3-faq-grid button {
    min-height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.035);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

/* Final */

.ap3-final {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 120px 0;
    background: #071827;
}

.ap3-final__bg,
.ap3-final__bg::after {
    position: absolute;
    inset: 0;
}

.ap3-final__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.26;
}

.ap3-final__bg::after {
    content: "";
    background: rgba(7,24,39,0.80);
}

.ap3-final__inner {
    position: relative;
    z-index: 2;
}

.ap3-final h2 {
    max-width: 900px;
    margin: 0 auto;
}

.ap3-final div div {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

/* Footer */

.ap3-footer {
    padding: 88px 0 34px;
    background: #050C14;
    color: rgba(255,255,255,0.70);
}

.ap3-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 0.75fr) 1fr;
    gap: 50px;
}

.ap3-footer__logo {
    width: 170px;
    max-height: 82px;
    object-fit: contain;
}

.ap3-footer h3 {
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.ap3-footer a,
.ap3-footer span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.70);
}

.ap3-footer-emergency {
    padding: 26px;
    border: 1px solid rgba(232,116,59,0.40);
}

.ap3-footer-emergency strong {
    display: block;
    color: #fff;
    font-size: 24px;
}

.ap3-footer-emergency a {
    display: inline-flex;
    padding: 12px 18px;
    background: #fff;
    color: #07111D;
    font-weight: 900;
}

.ap3-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

/* Responsive */

@media (max-width: 1180px) {
    .ap3-header__inner {
        grid-template-columns: 180px 1fr;
    }

    .ap3-nav {
        display: none;
    }

    .ap3-header__actions {
        justify-content: flex-end;
    }

    .ap3-hero__inner,
    .ap3-results__inner,
    .ap3-emergency__inner {
        grid-template-columns: 1fr;
    }

    .ap3-hero-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-service-grid,
    .ap3-standard-grid,
    .ap3-process-grid,
    .ap3-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-built {
        grid-template-columns: 1fr;
    }

    .ap3-built__image {
        min-height: 360px;
    }

    .ap3-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .ap3-container {
        width: min(100% - 28px, 1280px);
    }

    .ap3-topbar {
        display: none;
    }

    .ap3-header__inner {
        grid-template-columns: 140px 1fr;
        min-height: 74px;
    }

    .ap3-logo img {
        width: 118px;
    }

    .ap3-header__actions .ap3-btn--dark {
        display: none;
    }

    .ap3-header__actions .ap3-btn--green {
        min-height: 42px;
        padding: 0 14px;
        font-size: 12px;
    }

    .ap3-hero,
    .ap3-hero__inner {
        min-height: auto;
    }

    .ap3-hero__inner {
        padding: 70px 0;
    }

    .ap3-hero h1 {
        font-size: clamp(44px, 13vw, 64px);
    }

    .ap3-hero-proof,
    .ap3-service-grid,
    .ap3-property-grid,
    .ap3-standard-grid,
    .ap3-process-grid,
    .ap3-results-stats,
    .ap3-emergency-grid,
    .ap3-project-grid,
    .ap3-faq-grid,
    .ap3-footer__grid {
        grid-template-columns: 1fr;
    }

    .ap3-brandbar__inner {
        grid-template-columns: 1fr;
        padding: 24px 0;
    }

    .ap3-built__content {
        padding: 44px 28px;
    }

    .ap3-section-head--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .ap3-final div div {
        display: grid;
    }

    .ap3-footer__bottom {
        flex-direction: column;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - POLISH PASS 01
   Purpose: make V3 feel more premium, readable, dimensional,
   and closer to the reference direction.
========================================================= */

/* Overall tone */
body.airplex-home-v3 {
    background: #050C14;
}

/* Make containers slightly wider and more confident */
.ap3-container {
    width: min(1320px, calc(100% - 72px));
}

/* Header refinement */
.ap3-header__inner {
    min-height: 92px;
}

.ap3-logo img {
    width: 182px;
    max-height: 76px;
}

.ap3-nav {
    gap: 30px;
}

.ap3-nav a {
    font-size: 14.5px;
}

.ap3-header__actions .ap3-btn {
    min-height: 50px;
    padding-inline: 24px;
}

/* Hero: more premium, less cramped */
.ap3-hero {
    min-height: 820px;
}

.ap3-hero__inner {
    min-height: 820px;
    grid-template-columns: minmax(0, 0.92fr) 360px;
    gap: 82px;
    padding: 104px 0;
}

.ap3-hero__overlay {
    background:
        linear-gradient(90deg, #07111D 0%, rgba(7,17,29,0.96) 32%, rgba(7,17,29,0.64) 66%, rgba(7,17,29,0.38) 100%),
        radial-gradient(circle at 18% 25%, rgba(14,143,184,0.24), transparent 30%),
        radial-gradient(circle at 85% 70%, rgba(79,174,50,0.10), transparent 28%);
}

.ap3-hero__bg img {
    object-position: 62% 50%;
    opacity: 0.78;
}

.ap3-hero h1 {
    max-width: 840px;
    font-size: clamp(62px, 6.25vw, 104px);
    line-height: 0.91;
    letter-spacing: -0.085em;
}

.ap3-hero p {
    max-width: 720px;
    font-size: 20px;
    line-height: 1.62;
    color: rgba(255,255,255,0.80);
}

.ap3-hero-proof article {
    padding: 22px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.ap3-hero-proof strong {
    font-size: 26px;
}

/* Brand strip should feel like a real proof bar */
.ap3-brandbar {
    background:
        linear-gradient(180deg, #081929 0%, #071827 100%);
}

.ap3-brandbar__inner {
    min-height: 104px;
}

.ap3-brandbar strong {
    font-size: 24px;
    color: rgba(255,255,255,0.78);
}

/* General section rhythm */
.ap3-services,
.ap3-standard,
.ap3-process,
.ap3-results,
.ap3-emergency,
.ap3-projects,
.ap3-faq {
    padding: 132px 0;
}

/* Services section */
.ap3-services {
    background:
        radial-gradient(circle at 12% 6%, rgba(14,143,184,0.10), transparent 28%),
        #071827;
}

.ap3-section-head {
    margin-bottom: 54px;
}

.ap3-section-head h2 {
    font-size: clamp(48px, 4.9vw, 78px);
    line-height: 0.94;
}

.ap3-service-grid {
    gap: 18px;
}

.ap3-service-card {
    min-height: 292px;
    padding: 32px;
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.16), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
    border-color: rgba(255,255,255,0.15);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap3-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(67,183,242,0.38);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.22), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
}

.ap3-service-card h3 {
    font-size: 27px;
}

.ap3-service-card p {
    font-size: 15.8px;
}

/* Built section */
.ap3-built {
    min-height: 620px;
    background:
        radial-gradient(circle at 78% 18%, rgba(14,143,184,0.10), transparent 30%),
        #071827;
}

.ap3-built__content {
    padding: 96px 88px;
}

.ap3-built h2 {
    max-width: 680px;
}

.ap3-built p {
    max-width: 700px;
}

.ap3-property-grid div {
    padding: 26px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025));
}

/* Airplex standard */
.ap3-standard {
    background:
        radial-gradient(circle at 10% 10%, rgba(14,143,184,0.08), transparent 26%),
        #071827;
}

.ap3-standard-grid {
    gap: 20px;
}

.ap3-standard-grid div {
    min-height: 190px;
    padding: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.060), rgba(255,255,255,0.024));
}

/* Process */
.ap3-process {
    background:
        linear-gradient(180deg, #071827 0%, #06111D 100%);
}

.ap3-process-grid {
    gap: 20px;
}

.ap3-process-grid div {
    min-height: 230px;
    padding: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.060), rgba(255,255,255,0.024));
}

/* Results section: remove fake-testimonial feel */
.ap3-results {
    background:
        radial-gradient(circle at 86% 18%, rgba(14,143,184,0.10), transparent 30%),
        #071827;
}

.ap3-results__inner {
    gap: 78px;
}

.ap3-results-stats div {
    background: rgba(255,255,255,0.035);
    border-color: rgba(255,255,255,0.12);
}

.ap3-testimonials article {
    background:
        linear-gradient(145deg, rgba(255,255,255,0.070), rgba(255,255,255,0.030));
    border-color: rgba(255,255,255,0.16);
}

/* Emergency section */
.ap3-emergency {
    background:
        radial-gradient(circle at 20% 20%, rgba(232,116,59,0.12), transparent 28%),
        radial-gradient(circle at 82% 16%, rgba(14,143,184,0.12), transparent 30%),
        #071827;
}

.ap3-emergency-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(79,174,50,0.16), transparent 34%),
        rgba(255,255,255,0.055);
}

/* Projects */
.ap3-projects {
    background:
        linear-gradient(180deg, #071827 0%, #06111D 100%);
}

.ap3-project-grid {
    gap: 26px;
}

.ap3-project-grid article {
    min-height: 430px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.ap3-project-grid img {
    opacity: 0.78;
}

.ap3-project-grid h3 {
    font-size: 32px;
}

/* FAQ */
.ap3-faq {
    background: #071827;
}

.ap3-faq-grid {
    gap: 16px;
}

.ap3-faq-grid button {
    min-height: 64px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
    border-color: rgba(255,255,255,0.16);
}

/* Final CTA */
.ap3-final {
    padding: 140px 0;
}

.ap3-final h2 {
    font-size: clamp(52px, 5.4vw, 86px);
}

/* Footer */
.ap3-footer {
    padding-top: 104px;
    background:
        radial-gradient(circle at 12% 0%, rgba(14,143,184,0.10), transparent 30%),
        #050C14;
}

.ap3-footer__grid {
    gap: 60px;
}

.ap3-footer-emergency {
    background:
        radial-gradient(circle at 100% 0%, rgba(232,116,59,0.12), transparent 34%),
        rgba(255,255,255,0.035);
}

/* Responsive */
@media (max-width: 1180px) {
    .ap3-container {
        width: min(100% - 44px, 1320px);
    }

    .ap3-hero,
    .ap3-hero__inner {
        min-height: auto;
    }

    .ap3-hero__inner {
        grid-template-columns: 1fr;
        padding: 90px 0;
    }

    .ap3-hero-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-service-grid,
    .ap3-standard-grid,
    .ap3-process-grid,
    .ap3-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-built__content {
        padding: 70px 48px;
    }
}

@media (max-width: 760px) {
    .ap3-container {
        width: min(100% - 28px, 1320px);
    }

    .ap3-hero__inner {
        padding: 72px 0;
    }

    .ap3-hero h1 {
        font-size: clamp(44px, 13vw, 64px);
    }

    .ap3-services,
    .ap3-standard,
    .ap3-process,
    .ap3-results,
    .ap3-emergency,
    .ap3-projects,
    .ap3-faq {
        padding: 82px 0;
    }

    .ap3-hero-proof,
    .ap3-service-grid,
    .ap3-standard-grid,
    .ap3-process-grid,
    .ap3-results-stats,
    .ap3-emergency-grid,
    .ap3-project-grid,
    .ap3-faq-grid {
        grid-template-columns: 1fr;
    }

    .ap3-built__content {
        padding: 46px 28px;
    }

    .ap3-final {
        padding: 96px 0;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - AIRPLEX STANDARD SECTION UPGRADE
========================================================= */

.ap3-standard {
    display: none !important;
}

.ap3-standard-v2 {
    position: relative;
    padding: 132px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 14% 18%, rgba(14,143,184,0.14), transparent 28%),
        radial-gradient(circle at 86% 80%, rgba(79,174,50,0.08), transparent 26%),
        linear-gradient(180deg, #071827 0%, #06111D 100%);
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ap3-standard-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}

.ap3-standard-v2__top {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.75fr);
    gap: 72px;
    align-items: center;
    margin-bottom: 56px;
}

.ap3-standard-v2__copy h2 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(52px, 5.4vw, 86px);
    line-height: 0.92;
    letter-spacing: -0.085em;
}

.ap3-standard-v2__copy p {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.65;
}

.ap3-standard-v2__diagram {
    position: relative;
    min-height: 300px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        radial-gradient(circle at 80% 20%, rgba(14,143,184,0.18), transparent 34%),
        rgba(255,255,255,0.035);
    box-shadow: 0 28px 90px rgba(0,0,0,0.22);
}

.ap3-standard-v2__diagram svg {
    width: 100%;
    height: auto;
    display: block;
}

.ap3-diagram-grid {
    stroke: rgba(255,255,255,0.08);
    stroke-width: 1;
}

.ap3-diagram-line {
    stroke: rgba(255,255,255,0.34);
    stroke-width: 2;
}

.ap3-diagram-accent {
    stroke: #43B7F2;
    stroke-width: 3;
    stroke-linecap: round;
}

.ap3-diagram-node {
    fill: #43C6E4;
    filter: drop-shadow(0 0 10px rgba(93,206,59,0.45));
}

.ap3-standard-v2__diagram div {
    position: absolute;
    left: 28px;
    bottom: 26px;
}

.ap3-standard-v2__diagram strong {
    display: block;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.055em;
}

.ap3-standard-v2__diagram span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.60);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ap3-standard-v2__cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.ap3-standard-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.12), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.060), rgba(255,255,255,0.026));
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap3-standard-card::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -46px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    border: 1px solid rgba(67,183,242,0.16);
}

.ap3-standard-card:hover {
    transform: translateY(-6px);
    border-color: rgba(67,183,242,0.40);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.18), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.078), rgba(255,255,255,0.034));
}

.ap3-standard-card__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid rgba(67,183,242,0.24);
    background: rgba(67,183,242,0.08);
}

.ap3-standard-card__icon svg {
    width: 36px;
    height: 36px;
    stroke: #43B7F2;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ap3-standard-card > span {
    display: block;
    margin-bottom: 14px;
    color: #43C6E4;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 900;
}

.ap3-standard-card h3 {
    position: relative;
    z-index: 2;
    max-width: 220px;
    margin: 0 0 12px;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 25px;
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.ap3-standard-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,0.66);
    font-size: 14.5px;
    line-height: 1.55;
}

@media (max-width: 1180px) {
    .ap3-standard-v2__top {
        grid-template-columns: 1fr;
    }

    .ap3-standard-v2__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .ap3-standard-v2 {
        padding: 82px 0;
    }

    .ap3-standard-v2__top {
        gap: 34px;
    }

    .ap3-standard-v2__diagram {
        min-height: 240px;
    }

    .ap3-standard-v2__cards {
        grid-template-columns: 1fr;
    }

    .ap3-standard-card {
        min-height: auto;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - PROCESS SECTION UPGRADE
========================================================= */

.ap3-process {
    display: none !important;
}

.ap3-process-v2 {
    position: relative;
    padding: 132px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% 18%, rgba(14,143,184,0.12), transparent 30%),
        radial-gradient(circle at 84% 86%, rgba(79,174,50,0.07), transparent 28%),
        linear-gradient(180deg, #06111D 0%, #071827 100%);
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ap3-process-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.10;
    background-image:
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 54px 54px;
    pointer-events: none;
}

.ap3-process-v2__top {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.72fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 64px;
}

.ap3-process-v2__top h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(52px, 5.2vw, 84px);
    line-height: 0.92;
    letter-spacing: -0.085em;
}

.ap3-process-v2__top p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.65;
}

.ap3-process-v2__timeline {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ap3-process-v2__timeline::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 58px;
    height: 1px;
    background: linear-gradient(90deg, rgba(67,183,242,0.50), rgba(93,206,59,0.28));
    pointer-events: none;
}

.ap3-process-v2__step {
    position: relative;
    min-height: 380px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.13), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.065), rgba(255,255,255,0.026));
    box-shadow: 0 26px 80px rgba(0,0,0,0.18);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap3-process-v2__step::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    border: 1px solid rgba(67,183,242,0.16);
    pointer-events: none;
}

.ap3-process-v2__step:hover {
    transform: translateY(-6px);
    border-color: rgba(67,183,242,0.38);
    background:
        radial-gradient(circle at 100% 100%, rgba(14,143,184,0.18), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.082), rgba(255,255,255,0.032));
}

.ap3-process-v2__number {
    position: relative;
    z-index: 3;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #43B7F2, #1278B4);
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(14,143,184,0.28);
}

.ap3-process-v2__icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border: 1px solid rgba(67,183,242,0.24);
    background: rgba(67,183,242,0.08);
}

.ap3-process-v2__icon svg {
    width: 36px;
    height: 36px;
    stroke: #43B7F2;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ap3-process-v2__step h3 {
    position: relative;
    z-index: 3;
    max-width: 250px;
    margin: 0 0 14px;
    color: #fff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 28px;
    line-height: 1.03;
    letter-spacing: -0.06em;
}

.ap3-process-v2__step p {
    position: relative;
    z-index: 3;
    margin: 0;
    color: rgba(255,255,255,0.66);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .ap3-process-v2__top {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .ap3-process-v2__timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-process-v2__timeline::before {
        display: none;
    }
}

@media (max-width: 760px) {
    .ap3-process-v2 {
        padding: 82px 0;
    }

    .ap3-process-v2__timeline {
        grid-template-columns: 1fr;
    }

    .ap3-process-v2__step {
        min-height: auto;
        padding: 28px;
    }

    .ap3-process-v2__top h2 {
        font-size: clamp(44px, 13vw, 64px);
    }
}

/* =========================================================
   AIRPLEX HOME V3 - PREMIUM AIRPLEX STANDARD SECTION
   Uses provided PNG blueprint + icon assets.
========================================================= */

.ap3-standard,
.ap3-standard-v2,
.ap3-standard-final {
    display: none !important;
}

.ap3-standard-premium {
    position: relative;
    padding: 138px 0 126px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 62% 18%, rgba(67, 183, 242, 0.16), transparent 30%),
        radial-gradient(circle at 88% 72%, rgba(93, 206, 59, 0.08), transparent 28%),
        radial-gradient(circle at 12% 26%, rgba(14, 143, 184, 0.11), transparent 30%),
        linear-gradient(180deg, #071827 0%, #050C14 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ap3-standard-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}

.ap3-standard-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 12, 20, 0.34) 0%, transparent 44%, rgba(5, 12, 20, 0.25) 100%),
        radial-gradient(circle at 54% 28%, rgba(190, 226, 255, 0.06), transparent 36%);
    pointer-events: none;
}

.ap3-standard-premium .ap3-container {
    position: relative;
    z-index: 2;
}

.ap3-standard-premium__top {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(620px, 1.08fr);
    gap: 76px;
    align-items: center;
    margin-bottom: 62px;
}

.ap3-standard-premium__copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(68px, 7.1vw, 122px);
    line-height: 0.86;
    letter-spacing: -0.095em;
    color: #ffffff;
}

.ap3-standard-premium__copy p {
    max-width: 740px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 21px;
    line-height: 1.65;
}

.ap3-standard-premium__tagline {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 44px;
    padding-top: 24px;
    position: relative;
}

.ap3-standard-premium__tagline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 2px;
    background: rgba(67, 183, 242, 0.80);
}

.ap3-standard-premium__tagline span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow: 0 0 18px rgba(93, 206, 59, 0.75);
}

.ap3-standard-premium__tagline strong {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(190, 226, 255, 0.82);
}

/* Diagram area */

.ap3-standard-premium__diagram {
    position: relative;
    min-height: 470px;
}

.ap3-standard-premium__blueprint {
    width: 100%;
    height: 470px;
    display: block;
    object-fit: contain;
    object-position: center center;
    opacity: 0.92;
    filter:
        drop-shadow(0 26px 80px rgba(67, 183, 242, 0.18))
        drop-shadow(0 0 22px rgba(93, 206, 59, 0.07));
}

.ap3-standard-premium__diagram::before {
    content: "";
    position: absolute;
    inset: 8% 3% 0 1%;
    border-radius: 999px;
    border: 1px solid rgba(190, 226, 255, 0.12);
    pointer-events: none;
}

.ap3-standard-premium__diagram::after {
    content: "";
    position: absolute;
    left: 18%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow:
        0 0 18px rgba(93, 206, 59, 0.9),
        0 0 52px rgba(93, 206, 59, 0.42);
    pointer-events: none;
}

/* Floating callouts */

.ap3-standard-premium__callout {
    position: absolute;
    width: 260px;
    min-height: 96px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    background: rgba(5, 12, 20, 0.58);
    border: 1px solid rgba(190, 226, 255, 0.18);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
}

.ap3-standard-premium__callout::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 1px;
    background: rgba(67, 183, 242, 0.45);
}

.ap3-standard-premium__callout--protect {
    top: 22px;
    left: 44px;
}

.ap3-standard-premium__callout--protect::before {
    right: -42px;
    top: 50%;
}

.ap3-standard-premium__callout--communicate {
    left: 0;
    top: 198px;
}

.ap3-standard-premium__callout--communicate::before {
    right: -42px;
    top: 50%;
}

.ap3-standard-premium__callout--execute {
    right: 0;
    top: 110px;
}

.ap3-standard-premium__callout--execute::before {
    left: -42px;
    top: 50%;
}

.ap3-standard-premium__callout--verify {
    right: 212px;
    bottom: 14px;
}

.ap3-standard-premium__callout--verify::before {
    left: 50%;
    top: -28px;
    width: 1px;
    height: 28px;
}

.ap3-standard-premium__callout-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #BEE2FF;
}

.ap3-standard-premium__callout-icon svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ap3-standard-premium__callout strong {
    display: block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
}

.ap3-standard-premium__callout p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.45;
}

.ap3-standard-premium__stamp {
    position: absolute;
    right: 10px;
    bottom: 26px;
    text-align: right;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(190, 226, 255, 0.52);
}

.ap3-standard-premium__stamp span,
.ap3-standard-premium__stamp strong {
    display: block;
    font-size: 11px;
}

.ap3-standard-premium__stamp strong {
    color: #43B7F2;
}

/* Cards */

.ap3-standard-premium__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.ap3-standard-premium-card {
    position: relative;
    min-height: 360px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(190, 226, 255, 0.26);
    background:
        radial-gradient(circle at 72% 0%, rgba(67, 183, 242, 0.12), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.020));
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap3-standard-premium-card::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 132px;
    height: 1px;
    background: linear-gradient(90deg, rgba(190, 226, 255, 0.22), transparent);
}

.ap3-standard-premium-card::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -56px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    border: 1px solid rgba(67, 183, 242, 0.16);
}

.ap3-standard-premium-card:hover {
    transform: translateY(-7px);
    border-color: rgba(67, 183, 242, 0.55);
    background:
        radial-gradient(circle at 72% 0%, rgba(67, 183, 242, 0.18), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.030));
}

.ap3-standard-premium-card__num {
    display: block;
    margin-bottom: 24px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 18px;
    color: #43B7F2;
}

.ap3-standard-premium-card__icon {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    border-radius: 999px;
    border: 1px solid rgba(190, 226, 255, 0.34);
    background:
        radial-gradient(circle at 50% 50%, rgba(67, 183, 242, 0.09), transparent 64%),
        rgba(67, 183, 242, 0.045);
    box-shadow: inset 0 0 30px rgba(67, 183, 242, 0.08);
}

.ap3-standard-premium-card__icon img {
    width: 58px;
    height: 58px;
    display: block;
    object-fit: contain;
}

.ap3-standard-premium-card i {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow: 0 0 18px rgba(93, 206, 59, 0.55);
}

.ap3-standard-premium-card h3 {
    max-width: 250px;
    margin: 0 0 14px;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 27px;
    line-height: 1.02;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.ap3-standard-premium-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15.5px;
    line-height: 1.6;
}

.ap3-standard-premium-card a {
    position: absolute;
    left: 30px;
    bottom: 28px;
    color: #43C6E4;
    font-size: 26px;
    line-height: 1;
}

/* Responsive */

@media (max-width: 1200px) {
    .ap3-standard-premium__top {
        grid-template-columns: 1fr;
    }

    .ap3-standard-premium__diagram {
        max-width: 900px;
    }

    .ap3-standard-premium__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .ap3-standard-premium {
        padding: 84px 0;
    }

    .ap3-standard-premium__copy h2 {
        font-size: clamp(54px, 15vw, 76px);
    }

    .ap3-standard-premium__copy p {
        font-size: 17px;
    }

    .ap3-standard-premium__tagline strong {
        font-size: 11px;
        letter-spacing: 0.11em;
    }

    .ap3-standard-premium__diagram {
        min-height: auto;
    }

    .ap3-standard-premium__blueprint {
        height: auto;
        min-height: 260px;
    }

    .ap3-standard-premium__callout,
    .ap3-standard-premium__stamp {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 12px;
        text-align: left;
    }

    .ap3-standard-premium__callout::before {
        display: none;
    }

    .ap3-standard-premium__cards {
        grid-template-columns: 1fr;
    }

    .ap3-standard-premium-card {
        min-height: auto;
        padding: 28px;
    }

    .ap3-standard-premium-card a {
        position: relative;
        left: auto;
        bottom: auto;
        display: inline-flex;
        margin-top: 26px;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - MOBILE MENU
========================================================= */

.ap3-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(11, 31, 58, 0.16);
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
}

.ap3-menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #0B1F3A;
}

.ap3-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: rgba(5, 12, 20, 0.68);
    backdrop-filter: blur(14px);
    transition: opacity 180ms ease, visibility 180ms ease;
}

.ap3-mobile-drawer__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 92vw);
    height: 100%;
    padding: 28px;
    overflow-y: auto;
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0%, rgba(67, 183, 242, 0.16), transparent 32%),
        #07111D;
    transform: translateX(100%);
    transition: transform 220ms ease;
}

body.ap3-menu-open {
    overflow: hidden;
}

body.ap3-menu-open .ap3-mobile-drawer {
    opacity: 1;
    visibility: visible;
}

body.ap3-menu-open .ap3-mobile-drawer__inner {
    transform: translateX(0);
}

.ap3-mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ap3-mobile-drawer__top strong {
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.ap3-mobile-drawer__close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.ap3-mobile-drawer__nav {
    display: grid;
    padding: 28px 0;
}

.ap3-mobile-drawer__nav a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.055em;
    color: #ffffff;
}

.ap3-mobile-drawer__cta {
    display: grid;
    gap: 12px;
    padding: 8px 0 26px;
}

.ap3-mobile-drawer__cta .ap3-btn {
    width: 100%;
    min-height: 54px;
}

.ap3-mobile-drawer__proof {
    display: grid;
    gap: 10px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ap3-mobile-drawer__proof span {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.ap3-mobile-drawer__proof span::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #43C6E4;
    font-weight: 900;
}

/* Show mobile menu when desktop nav disappears */
@media (max-width: 1180px) {
    .ap3-menu-toggle {
        display: inline-flex;
    }

    .ap3-header__actions {
        justify-content: flex-end;
        align-items: center;
    }
}

@media (max-width: 760px) {
    .ap3-header__inner {
        grid-template-columns: 120px 1fr;
    }

    .ap3-header__actions {
        gap: 10px;
    }

    .ap3-header__actions .ap3-btn--green {
        display: inline-flex;
        min-height: 42px;
        padding: 0 14px;
        font-size: 12px;
    }

    .ap3-header__actions .ap3-btn--dark {
        display: none;
    }

    .ap3-menu-toggle {
        display: inline-flex;
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .ap3-mobile-drawer__inner {
        width: 100%;
    }

    .ap3-mobile-drawer__nav a {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .ap3-header__actions .ap3-btn--green {
        display: none;
    }

    .ap3-header__inner {
        grid-template-columns: 120px 1fr;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - AIRPLEX STANDARD CLEANUP PASS
   Fixes the section so it feels premium, larger, cleaner,
   less cramped, and closer to the inspiration direction.
========================================================= */

/* Reset the current standard section into a cleaner feature layout */
.ap3-standard-premium {
    position: relative;
    padding: 150px 0 138px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 72% 18%, rgba(67, 183, 242, 0.18), transparent 34%),
        radial-gradient(circle at 20% 72%, rgba(93, 206, 59, 0.08), transparent 28%),
        linear-gradient(180deg, #06111D 0%, #071827 46%, #050C14 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/* More subtle blueprint grid */
.ap3-standard-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.10;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

.ap3-standard-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 12, 20, 0.22) 0%, transparent 42%, rgba(5, 12, 20, 0.18) 100%),
        radial-gradient(circle at 58% 22%, rgba(190, 226, 255, 0.055), transparent 38%);
    pointer-events: none;
}

.ap3-standard-premium .ap3-container {
    position: relative;
    z-index: 2;
}

/* Top layout: give the diagram real presence */
.ap3-standard-premium__top {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(640px, 1.18fr);
    gap: 88px;
    align-items: center;
    margin-bottom: 76px;
}

/* Left copy */
.ap3-standard-premium__copy {
    max-width: 720px;
}

.ap3-standard-premium__copy .ap3-eyebrow {
    position: relative;
    padding-left: 58px;
}

.ap3-standard-premium__copy .ap3-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 2px;
    background: #43B7F2;
    transform: translateY(-50%);
}

.ap3-standard-premium__copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(76px, 7.4vw, 126px);
    line-height: 0.84;
    letter-spacing: -0.105em;
    color: #ffffff;
}

.ap3-standard-premium__copy p {
    max-width: 720px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 22px;
    line-height: 1.62;
}

/* Tagline under intro */
.ap3-standard-premium__tagline {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 46px;
    padding-top: 28px;
    position: relative;
}

.ap3-standard-premium__tagline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
    height: 2px;
    background: rgba(67, 183, 242, 0.85);
}

.ap3-standard-premium__tagline span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow:
        0 0 18px rgba(93, 206, 59, 0.90),
        0 0 44px rgba(93, 206, 59, 0.34);
}

.ap3-standard-premium__tagline strong {
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    color: rgba(190, 226, 255, 0.84);
}

/* Diagram: make it a large premium visual panel */
.ap3-standard-premium__diagram {
    position: relative;
    min-height: 560px;
    border: 1px solid rgba(190, 226, 255, 0.12);
    background:
        radial-gradient(circle at 50% 40%, rgba(67, 183, 242, 0.12), transparent 44%),
        linear-gradient(145deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
    box-shadow:
        0 36px 110px rgba(0, 0, 0, 0.30),
        inset 0 0 90px rgba(67, 183, 242, 0.035);
    overflow: hidden;
}

/* Diagram internal grid */
.ap3-standard-premium__diagram::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image:
        linear-gradient(rgba(190, 226, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(190, 226, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

/* Green signal dot */
.ap3-standard-premium__diagram::after {
    content: "";
    position: absolute;
    left: 31%;
    top: 59%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow:
        0 0 18px rgba(93, 206, 59, 0.95),
        0 0 52px rgba(93, 206, 59, 0.45);
    pointer-events: none;
}

/* Blueprint image */
.ap3-standard-premium__blueprint {
    position: absolute;
    inset: 5% 3% 3% 3%;
    width: 94%;
    height: 92%;
    display: block;
    object-fit: contain;
    object-position: center center;
    opacity: 0.96;
    filter:
        drop-shadow(0 30px 90px rgba(67, 183, 242, 0.20))
        drop-shadow(0 0 24px rgba(93, 206, 59, 0.07));
}

/* Make callouts feel like technical labels, not random boxes */
.ap3-standard-premium__callout {
    position: absolute;
    width: 255px;
    min-height: 88px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    background: rgba(5, 12, 20, 0.62);
    border: 1px solid rgba(190, 226, 255, 0.18);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.04);
    backdrop-filter: blur(16px);
}

.ap3-standard-premium__callout::before {
    content: "";
    position: absolute;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(67, 183, 242, 0.60), rgba(93, 206, 59, 0.45));
}

/* Better positions around the larger diagram */
.ap3-standard-premium__callout--protect {
    top: 34px;
    left: 34px;
}

.ap3-standard-premium__callout--protect::before {
    right: -46px;
    top: 50%;
}

.ap3-standard-premium__callout--communicate {
    left: 34px;
    bottom: 126px;
}

.ap3-standard-premium__callout--communicate::before {
    right: -46px;
    top: 50%;
}

.ap3-standard-premium__callout--execute {
    right: 34px;
    top: 120px;
}

.ap3-standard-premium__callout--execute::before {
    left: -46px;
    top: 50%;
}

.ap3-standard-premium__callout--verify {
    right: 138px;
    bottom: 34px;
}

.ap3-standard-premium__callout--verify::before {
    left: 50%;
    top: -30px;
    width: 1px;
    height: 30px;
}

.ap3-standard-premium__callout-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #BEE2FF;
}

.ap3-standard-premium__callout-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ap3-standard-premium__callout strong {
    display: block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ffffff;
}

.ap3-standard-premium__callout p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13.5px;
    line-height: 1.45;
}

/* Stamp */
.ap3-standard-premium__stamp {
    position: absolute;
    right: 28px;
    bottom: 28px;
    text-align: right;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(190, 226, 255, 0.52);
}

.ap3-standard-premium__stamp span,
.ap3-standard-premium__stamp strong {
    display: block;
    font-size: 11px;
}

.ap3-standard-premium__stamp strong {
    color: #43B7F2;
}

/* Bottom cards: make them larger and more visual */
.ap3-standard-premium__cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ap3-standard-premium-card {
    position: relative;
    min-height: 410px;
    padding: 34px 30px 32px;
    overflow: hidden;
    border: 1px solid rgba(190, 226, 255, 0.28);
    background:
        radial-gradient(circle at 70% 0%, rgba(67, 183, 242, 0.14), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.020));
    box-shadow:
        0 24px 76px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap3-standard-premium-card::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 158px;
    height: 1px;
    background: linear-gradient(90deg, rgba(190, 226, 255, 0.24), transparent);
}

.ap3-standard-premium-card::after {
    content: "";
    position: absolute;
    right: -64px;
    bottom: -64px;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    border: 1px solid rgba(67, 183, 242, 0.16);
}

.ap3-standard-premium-card:hover {
    transform: translateY(-8px);
    border-color: rgba(67, 183, 242, 0.58);
    background:
        radial-gradient(circle at 70% 0%, rgba(67, 183, 242, 0.22), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.032));
}

.ap3-standard-premium-card__num {
    display: block;
    margin-bottom: 26px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 18px;
    color: #43B7F2;
}

.ap3-standard-premium-card__icon {
    width: 104px;
    height: 104px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px;
    border-radius: 999px;
    border: 1px solid rgba(190, 226, 255, 0.34);
    background:
        radial-gradient(circle at 50% 50%, rgba(67, 183, 242, 0.10), transparent 64%),
        rgba(67, 183, 242, 0.045);
    box-shadow:
        inset 0 0 34px rgba(67, 183, 242, 0.10),
        0 0 28px rgba(67, 183, 242, 0.04);
}

.ap3-standard-premium-card__icon img {
    width: 72px;
    height: 72px;
    display: block;
    object-fit: contain;
}

.ap3-standard-premium-card i {
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #43C6E4;
    box-shadow: 0 0 18px rgba(93, 206, 59, 0.62);
}

.ap3-standard-premium-card h3 {
    max-width: 260px;
    margin: 0 0 16px;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.ap3-standard-premium-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15.5px;
    line-height: 1.6;
}

.ap3-standard-premium-card a {
    position: absolute;
    left: 30px;
    bottom: 28px;
    color: #43C6E4;
    font-size: 28px;
    line-height: 1;
}

/* Responsive cleanup */
@media (max-width: 1300px) {
    .ap3-standard-premium__top {
        grid-template-columns: 1fr;
    }

    .ap3-standard-premium__diagram {
        max-width: 940px;
        margin: 0 auto;
    }

    .ap3-standard-premium__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .ap3-standard-premium {
        padding: 86px 0;
    }

    .ap3-standard-premium__copy h2 {
        font-size: clamp(54px, 15vw, 76px);
    }

    .ap3-standard-premium__copy p {
        font-size: 17px;
    }

    .ap3-standard-premium__tagline {
        align-items: flex-start;
    }

    .ap3-standard-premium__tagline strong {
        font-size: 11px;
        letter-spacing: 0.10em;
    }

    .ap3-standard-premium__diagram {
        min-height: auto;
        padding: 18px;
    }

    .ap3-standard-premium__blueprint {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 260px;
    }

    .ap3-standard-premium__diagram::before,
    .ap3-standard-premium__diagram::after {
        display: none;
    }

    .ap3-standard-premium__callout,
    .ap3-standard-premium__stamp {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 12px;
        text-align: left;
    }

    .ap3-standard-premium__callout::before {
        display: none;
    }

    .ap3-standard-premium__cards {
        grid-template-columns: 1fr;
    }

    .ap3-standard-premium-card {
        min-height: auto;
        padding: 30px;
    }

    .ap3-standard-premium-card::before {
        top: 160px;
    }

    .ap3-standard-premium-card a {
        position: relative;
        left: auto;
        bottom: auto;
        display: inline-flex;
        margin-top: 28px;
    }
}

/* Airplex Standard - use clean blueprint image with built-in callouts */
.ap3-standard-premium__callout {
    display: none !important;
}

.ap3-standard-premium__stamp {
    display: none !important;
}

.ap3-standard-premium__diagram {
    min-height: 560px;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.ap3-standard-premium__diagram::before,
.ap3-standard-premium__diagram::after {
    display: none !important;
}

.ap3-standard-premium__blueprint {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 520px;
    object-fit: contain;
    object-position: center center;
    opacity: 1;
    filter:
        drop-shadow(0 30px 90px rgba(67, 183, 242, 0.18))
        drop-shadow(0 0 24px rgba(93, 206, 59, 0.08));
}

@media (max-width: 760px) {
    .ap3-standard-premium__diagram {
        min-height: auto;
    }

    .ap3-standard-premium__blueprint {
        min-height: 260px;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - PHASE 1 CONVERSION + CONTENT
========================================================= */

.ap3-btn--phone {
    color: #ffffff;
    background: linear-gradient(135deg, #43B7F2, #1278B4);
    box-shadow: 0 18px 46px rgba(67, 183, 242, 0.28);
}

.ap3-hero__actions .ap3-btn--phone {
    min-width: 214px;
}

.ap3-availability {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ap3-availability span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.055);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ap3-credentials {
    padding: 38px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 0%, rgba(67, 183, 242, 0.10), transparent 30%),
        #06111D;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ap3-credentials__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.ap3-credentials p {
    max-width: 620px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15.5px;
    line-height: 1.55;
}

.ap3-credentials__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.ap3-credentials__badges span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(190, 226, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.055);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ap3-service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ap3-service-card {
    min-height: 282px;
}

.ap3-service-card__icon {
    min-width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid rgba(67, 183, 242, 0.24);
    border-radius: 999px;
    color: #BEE2FF;
    background: rgba(67, 183, 242, 0.08);
    font-family: "IBM Plex Mono", monospace;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.ap3-emergency-card strong a,
.ap3-footer-emergency strong a {
    color: inherit;
}

.ap3-sticky-call {
    display: none;
}

@media (max-width: 1180px) {
    .ap3-credentials__inner {
        grid-template-columns: 1fr;
    }

    .ap3-credentials__badges {
        justify-content: flex-start;
    }

    .ap3-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    body.airplex-home-v3 {
        padding-bottom: 82px;
    }

    .ap3-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ap3-hero__actions .ap3-btn {
        width: 100%;
    }

    .ap3-availability {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ap3-availability span {
        justify-content: center;
    }

    .ap3-credentials {
        padding: 30px 0;
    }

    .ap3-credentials__badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ap3-credentials__badges span {
        justify-content: center;
    }

    .ap3-service-grid {
        grid-template-columns: 1fr;
    }

    .ap3-sticky-call {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 14px;
        z-index: 10000;
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 12px 18px;
        border: 1px solid rgba(190, 226, 255, 0.26);
        border-radius: 18px;
        color: #ffffff;
        background:
            radial-gradient(circle at 0% 0%, rgba(93, 206, 59, 0.20), transparent 36%),
            linear-gradient(135deg, #0E8FB8, #07111D);
        box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
    }

    .ap3-sticky-call span {
        color: rgba(255, 255, 255, 0.72);
        font-family: "IBM Plex Mono", monospace;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.10em;
    }

    .ap3-sticky-call strong {
        font-size: 17px;
        line-height: 1;
    }
}

/* =========================================================
   AIRPLEX HOME V3 - PHASE 2 + 3 MODULES
========================================================= */

.ap3-critical,
.ap3-service-area,
.ap3-reviews,
.ap3-plans {
    position: relative;
    padding: 132px 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 18%, rgba(67, 183, 242, 0.12), transparent 30%),
        radial-gradient(circle at 12% 82%, rgba(93, 206, 59, 0.07), transparent 28%),
        #071827;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.ap3-critical__inner,
.ap3-service-area__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.82fr);
    gap: 72px;
    align-items: center;
}

.ap3-critical h2,
.ap3-service-area h2,
.ap3-reviews h2,
.ap3-plans h2 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(48px, 5vw, 82px);
    line-height: 0.93;
    letter-spacing: -0.085em;
}

.ap3-critical p,
.ap3-service-area p,
.ap3-reviews p,
.ap3-plans p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    line-height: 1.65;
}

.ap3-critical__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ap3-critical__panel,
.ap3-review-grid,
.ap3-plan-grid {
    display: grid;
    gap: 18px;
}

.ap3-critical__panel {
    grid-template-columns: repeat(2, 1fr);
}

.ap3-critical__panel div,
.ap3-review-grid article,
.ap3-plan-grid article {
    position: relative;
    min-height: 190px;
    padding: 28px;
    border: 1px solid rgba(190, 226, 255, 0.16);
    background:
        radial-gradient(circle at 100% 100%, rgba(67, 183, 242, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.024));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.ap3-critical__panel span,
.ap3-review-grid span,
.ap3-plan-grid span {
    display: block;
    margin-bottom: 18px;
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ap3-critical__panel strong {
    display: block;
    color: #ffffff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 25px;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.ap3-service-area {
    background:
        radial-gradient(circle at 12% 16%, rgba(67, 183, 242, 0.10), transparent 28%),
        #06111D;
}

.ap3-service-area__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ap3-service-area__chips a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(190, 226, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ap3-review-grid,
.ap3-plan-grid {
    grid-template-columns: repeat(3, 1fr);
}

.ap3-review-grid article {
    min-height: 230px;
}

.ap3-review-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    line-height: 1.45;
}

.ap3-review-grid strong {
    position: absolute;
    left: 28px;
    bottom: 26px;
    color: rgba(255, 255, 255, 0.58);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.ap3-plan-grid article {
    min-height: 340px;
}

.ap3-plan-grid h3 {
    max-width: 320px;
    margin: 0 0 16px;
    color: #ffffff;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 31px;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.ap3-plan-grid p {
    margin: 0;
    font-size: 15.5px;
}

.ap3-plan-grid a {
    position: absolute;
    left: 28px;
    bottom: 26px;
    color: #43C6E4;
    font-weight: 900;
}

.ap3-faq-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
}

.ap3-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.ap3-faq-item summary {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.ap3-faq-item summary::-webkit-details-marker {
    display: none;
}

.ap3-faq-item summary span {
    flex: 0 0 auto;
    color: #43B7F2;
    font-family: "IBM Plex Mono", monospace;
    font-size: 20px;
}

.ap3-faq-item[open] summary span {
    transform: rotate(45deg);
}

.ap3-faq-item p {
    margin: 0;
    padding: 0 20px 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15.5px;
    line-height: 1.62;
}

.ap3-footer__credentials {
    color: rgba(190, 226, 255, 0.68);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    line-height: 1.65;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.airplex-home-v3 a:focus-visible,
body.airplex-home-v3 button:focus-visible,
body.airplex-home-v3 summary:focus-visible {
    outline: 3px solid rgba(93, 206, 59, 0.95);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    body.airplex-home-v3 *,
    body.airplex-home-v3 *::before,
    body.airplex-home-v3 *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1180px) {
    .ap3-critical__inner,
    .ap3-service-area__inner,
    .ap3-critical__panel,
    .ap3-review-grid,
    .ap3-plan-grid,
    .ap3-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .ap3-critical,
    .ap3-service-area,
    .ap3-reviews,
    .ap3-plans {
        padding: 82px 0;
    }

    .ap3-critical__actions {
        display: grid;
    }

    .ap3-critical__actions .ap3-btn {
        width: 100%;
    }

    .ap3-service-area__chips {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ap3-service-area__chips a {
        justify-content: center;
    }

    .ap3-review-grid article,
    .ap3-plan-grid article {
        min-height: auto;
    }

    .ap3-review-grid strong,
    .ap3-plan-grid a {
        position: static;
        display: inline-flex;
        margin-top: 24px;
    }
}

/* AIRPLEX HOME V3 - LAUNCH READINESS PASS */
.ap3-mobile-drawer[aria-hidden="true"] {
    visibility: hidden;
}

body.ap3-menu-open .ap3-mobile-drawer {
    visibility: visible;
}

.ap3-review-grid article,
.ap3-plan-grid article {
    display: flex;
    flex-direction: column;
}

.ap3-review-grid article {
    border-style: dashed;
}

.ap3-review-grid p {
    font-size: 17px;
    line-height: 1.55;
}

.ap3-review-grid strong,
.ap3-plan-grid a {
    position: static;
    margin-top: auto;
    padding-top: 24px;
}

.ap3-plan-grid span {
    max-width: max-content;
    padding: 7px 10px;
    border: 1px solid rgba(67, 183, 242, 0.20);
    border-radius: 999px;
    background: rgba(67, 183, 242, 0.08);
}

.ap3-faq-item summary {
    list-style: none;
}

.ap3-faq-item summary span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(67, 183, 242, 0.25);
    border-radius: 999px;
    background: rgba(67, 183, 242, 0.08);
}

.ap3-footer__credentials {
    max-width: 360px;
}

@media (max-width: 760px) {
    .ap3-faq-item summary {
        min-height: 64px;
        padding: 18px;
        font-size: 18px;
    }

    .ap3-faq-item p {
        padding: 0 18px 20px;
    }
}

/* AIRPLEX HOME V3 - DESIGN ELEVATION SYSTEM */
body.airplex-home-v3 {
    --bg-base: #04101a;
    --bg-deep: #020910;
    --bg-navy: #071724;
    --surface: #0c2030;
    --surface-2: #102a3b;
    --surface-raised: rgba(16, 42, 59, 0.78);
    --border-soft: rgba(188, 225, 255, 0.14);
    --border-strong: rgba(188, 225, 255, 0.24);
    --text-main: #f7fbff;
    --text-muted: rgba(223, 237, 248, 0.78);
    --text-soft: rgba(223, 237, 248, 0.64);
    --accent-cool: #22a7c4;
    --accent-cool-bright: #43c6e4;
    --accent-warm: #e8743b;
    --accent-line: rgba(67, 198, 228, 0.18);
    --radius-card: 18px;
    --radius-panel: 28px;
    --shadow-card: 0 24px 74px rgba(0, 0, 0, 0.28);
    --shadow-glow: 0 20px 60px rgba(34, 167, 196, 0.18);
    --section-pad: clamp(84px, 9vw, 138px);
    background:
        radial-gradient(circle at 12% 8%, rgba(34, 167, 196, 0.10), transparent 30%),
        var(--bg-base);
    color: var(--text-main);
}

body.airplex-home-v3::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(var(--accent-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--accent-line) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.075;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 72%);
}

body.airplex-home-v3 .ap3-container {
    width: min(1240px, calc(100% - clamp(36px, 6vw, 72px)));
}

body.airplex-home-v3 p {
    color: var(--text-muted);
}

body.airplex-home-v3 .ap3-eyebrow {
    color: var(--accent-cool-bright);
    letter-spacing: 0.16em;
}

body.airplex-home-v3 .ap3-btn {
    min-height: 50px;
    border-radius: 999px;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

body.airplex-home-v3 .ap3-btn:hover {
    transform: translateY(-2px);
}

body.airplex-home-v3 .ap3-btn--green,
body.airplex-home-v3 .ap3-btn--phone {
    color: #031019;
    background: linear-gradient(135deg, var(--accent-cool-bright), var(--accent-cool));
    border-color: rgba(175, 240, 255, 0.28);
    box-shadow: 0 18px 44px rgba(34, 167, 196, 0.26);
}

body.airplex-home-v3 .ap3-btn--dark {
    color: var(--text-main);
    background: rgba(8, 24, 36, 0.92);
    border-color: var(--border-soft);
}

body.airplex-home-v3 .ap3-btn--outline {
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.035);
    border-color: var(--border-strong);
}

body.airplex-home-v3 .ap3-btn--outline:hover,
body.airplex-home-v3 .ap3-btn--dark:hover {
    border-color: rgba(67, 198, 228, 0.48);
    box-shadow: 0 14px 42px rgba(34, 167, 196, 0.14);
}

body.airplex-home-v3 a:focus-visible,
body.airplex-home-v3 button:focus-visible,
body.airplex-home-v3 summary:focus-visible {
    outline-color: var(--accent-cool-bright);
}

.ap3-section-head h2,
.ap3-built h2,
.ap3-results h2,
.ap3-emergency h2,
.ap3-critical h2,
.ap3-standard-premium__copy h2,
.ap3-process-v2__top h2,
.ap3-final h2 {
    max-width: 820px;
    color: var(--text-main);
    letter-spacing: -0.05em;
}

.ap3-section-head p,
.ap3-built p,
.ap3-results p,
.ap3-emergency p,
.ap3-critical p,
.ap3-standard-premium__copy p,
.ap3-process-v2__top p {
    max-width: 68ch;
    line-height: 1.68;
}

.ap3-hero {
    min-height: clamp(760px, 86vh, 940px);
    background: var(--bg-deep);
}

.ap3-hero::after,
.ap3-critical::after,
.ap3-final::after {
    content: "";
    position: absolute;
    left: max(24px, calc((100vw - 1240px) / 2));
    right: max(24px, calc((100vw - 1240px) / 2));
    bottom: 34px;
    height: 1px;
    background:
        linear-gradient(90deg, transparent, rgba(67, 198, 228, 0.64), rgba(232, 116, 59, 0.32), transparent);
    opacity: 0.72;
}

.ap3-hero__overlay {
    background:
        linear-gradient(90deg, rgba(2, 9, 16, 0.92) 0%, rgba(2, 9, 16, 0.74) 42%, rgba(2, 9, 16, 0.30) 100%),
        linear-gradient(180deg, rgba(2, 9, 16, 0.20) 0%, rgba(2, 9, 16, 0.82) 100%);
}

.ap3-hero__bg img,
.ap3-built__image img,
.ap3-project-grid img,
.ap3-final__bg img {
    filter: saturate(0.86) contrast(1.08) brightness(0.78);
}

.ap3-hero h1 {
    max-width: 800px;
    font-size: clamp(52px, 6.2vw, 94px);
    line-height: 0.94;
    letter-spacing: -0.065em;
    text-transform: none;
    text-wrap: balance;
}

.ap3-section-head h2,
.ap3-built h2,
.ap3-results h2,
.ap3-emergency h2,
.ap3-critical h2,
.ap3-standard-premium__copy h2,
.ap3-process-v2__top h2,
.ap3-final h2 {
    text-transform: none;
}

.ap3-hero p {
    max-width: 650px;
    color: rgba(235, 246, 255, 0.84);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.68;
}

.ap3-hero__actions {
    align-items: center;
}

.ap3-hero-proof {
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(188, 225, 255, 0.16);
    border-radius: var(--radius-panel);
    background:
        linear-gradient(145deg, rgba(12, 32, 48, 0.74), rgba(4, 16, 26, 0.42)),
        rgba(4, 16, 26, 0.24);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(18px);
}

.ap3-hero-proof article {
    min-height: 132px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.045);
}

.ap3-hero-proof article:nth-child(n + 3) {
    min-height: 104px;
    opacity: 0.78;
}

.ap3-hero-proof strong {
    color: var(--text-main);
    font-size: 30px;
}

.ap3-brandbar,
.ap3-credentials {
    background: #071724;
}

.ap3-brandbar {
    border-top-color: rgba(67, 198, 228, 0.14);
    border-bottom-color: rgba(67, 198, 228, 0.12);
}

.ap3-credentials {
    padding: 42px 0;
}

.ap3-credentials__inner {
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-panel);
    background:
        linear-gradient(90deg, rgba(34, 167, 196, 0.10), transparent 48%),
        rgba(255, 255, 255, 0.035);
    box-shadow: var(--shadow-card);
}

.ap3-services {
    position: relative;
    padding: var(--section-pad) 0;
    background:
        radial-gradient(circle at 82% 12%, rgba(34, 167, 196, 0.11), transparent 30%),
        var(--bg-base);
    overflow: hidden;
}

.ap3-services::before,
.ap3-standard-premium::before,
.ap3-critical::before,
.ap3-final::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(67, 198, 228, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(67, 198, 228, 0.12) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.12;
    mask-image: radial-gradient(circle at 50% 35%, #000, transparent 72%);
}

.ap3-services .ap3-container,
.ap3-standard-premium .ap3-container,
.ap3-critical .ap3-container,
.ap3-final .ap3-container {
    position: relative;
    z-index: 1;
}

.ap3-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 18px;
}

.ap3-service-card,
.ap3-standard-premium-card,
.ap3-process-v2__step,
.ap3-critical__panel div,
.ap3-testimonials article,
.ap3-review-grid article,
.ap3-plan-grid article,
.ap3-faq-item,
.ap3-property-grid div,
.ap3-emergency-grid div {
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-card);
    background:
        radial-gradient(circle at 100% 0%, rgba(67, 198, 228, 0.10), transparent 34%),
        linear-gradient(145deg, rgba(16, 42, 59, 0.82), rgba(8, 24, 36, 0.72));
    box-shadow: var(--shadow-card);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.ap3-service-card:hover,
.ap3-standard-premium-card:hover,
.ap3-process-v2__step:hover,
.ap3-project-grid article:hover,
.ap3-review-grid article:hover,
.ap3-plan-grid article:hover,
.ap3-faq-item:hover,
.ap3-property-grid div:hover,
.ap3-emergency-grid div:hover {
    transform: translateY(-4px);
    border-color: rgba(67, 198, 228, 0.38);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34), var(--shadow-glow);
}

.ap3-service-card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ap3-service-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-cool), transparent);
    opacity: 0;
    transition: opacity 180ms ease;
}

.ap3-service-card:hover::before,
.ap3-service-card--feature::before {
    opacity: 1;
}

.ap3-service-card--feature {
    grid-column: span 2;
    min-height: 315px;
    padding: 34px;
    background:
        radial-gradient(circle at 78% 22%, rgba(67, 198, 228, 0.22), transparent 34%),
        linear-gradient(145deg, rgba(17, 50, 70, 0.95), rgba(8, 24, 36, 0.84));
}

.ap3-service-card--feature h3 {
    max-width: 360px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 0.98;
}

.ap3-service-card--feature p {
    max-width: 420px;
    font-size: 16px;
}

.ap3-service-card--emergency {
    background:
        radial-gradient(circle at 84% 20%, rgba(232, 116, 59, 0.24), transparent 34%),
        linear-gradient(145deg, rgba(55, 25, 16, 0.78), rgba(8, 24, 36, 0.84));
}

.ap3-service-card--emergency::before {
    background: linear-gradient(90deg, var(--accent-warm), transparent);
}

.ap3-service-card strong,
.ap3-plan-grid a,
.ap3-standard-premium-card a,
.ap3-project-grid a,
.ap3-emergency-card a {
    margin-top: auto;
    color: var(--accent-cool-bright);
    transition: color 180ms ease, transform 180ms ease;
}

.ap3-service-card:hover strong,
.ap3-plan-grid article:hover a,
.ap3-standard-premium-card:hover a,
.ap3-project-grid article:hover a {
    transform: translateX(4px);
}

.ap3-built {
    background:
        linear-gradient(90deg, rgba(4, 16, 26, 0.92), rgba(7, 23, 36, 0.98)),
        var(--bg-navy);
}

.ap3-built__image {
    border-right: 1px solid rgba(67, 198, 228, 0.14);
}

.ap3-built__image::after,
.ap3-project-grid article::after,
.ap3-final__bg::after {
    background:
        linear-gradient(180deg, rgba(4, 16, 26, 0.10), rgba(4, 16, 26, 0.78)),
        linear-gradient(90deg, rgba(34, 167, 196, 0.20), rgba(4, 16, 26, 0.30));
}

.ap3-standard-premium {
    padding: clamp(96px, 10vw, 150px) 0;
    background:
        radial-gradient(circle at 18% 16%, rgba(34, 167, 196, 0.14), transparent 34%),
        var(--bg-deep);
}

.ap3-process-v2 {
    background:
        linear-gradient(180deg, #071724, #05111d);
}

.ap3-critical {
    position: relative;
    min-height: 680px;
    display: grid;
    align-items: center;
    padding: clamp(110px, 12vw, 176px) 0;
    background:
        linear-gradient(90deg, rgba(2, 9, 16, 0.94) 0%, rgba(2, 9, 16, 0.82) 48%, rgba(2, 9, 16, 0.60) 100%),
        radial-gradient(circle at 76% 46%, rgba(34, 167, 196, 0.22), transparent 34%),
        url("../images/airplex-standard/airplex-standard-blueprint-clean.png") right center / min(740px, 54vw) auto no-repeat,
        var(--bg-deep);
    overflow: hidden;
}

.ap3-critical__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
}

.ap3-critical h2 {
    max-width: 780px;
    font-size: clamp(46px, 5.2vw, 82px);
    line-height: 0.95;
}

.ap3-critical__panel {
    align-self: end;
    padding: 16px;
    border: 1px solid rgba(188, 225, 255, 0.14);
    border-radius: var(--radius-panel);
    background: rgba(4, 16, 26, 0.54);
    backdrop-filter: blur(18px);
}

.ap3-critical__panel div {
    min-height: 132px;
}

.ap3-service-area {
    padding: clamp(70px, 8vw, 104px) 0;
    background:
        linear-gradient(90deg, rgba(8, 24, 36, 0.92), rgba(4, 16, 26, 0.98)),
        var(--bg-navy);
}

.ap3-results {
    padding: 72px 0;
    background: #081a27;
}

.ap3-results__inner {
    display: block;
}

.ap3-results__inner > div:first-child {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: 42px;
    align-items: end;
}

.ap3-results-stats {
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-panel);
    background:
        linear-gradient(90deg, rgba(34, 167, 196, 0.10), rgba(232, 116, 59, 0.06)),
        rgba(255, 255, 255, 0.035);
}

.ap3-testimonials {
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.ap3-reviews {
    background:
        radial-gradient(circle at 86% 16%, rgba(34, 167, 196, 0.10), transparent 30%),
        var(--bg-base);
}

.ap3-emergency {
    background:
        radial-gradient(circle at 18% 20%, rgba(232, 116, 59, 0.18), transparent 34%),
        linear-gradient(180deg, #071724, #050f19);
}

.ap3-emergency .ap3-eyebrow,
.ap3-emergency-card span,
.ap3-service-card--emergency .ap3-service-card__num,
.ap3-service-card--emergency .ap3-service-card__icon {
    color: #ff9b68;
}

.ap3-emergency-card {
    border-color: rgba(232, 116, 59, 0.28);
    background:
        radial-gradient(circle at 100% 0%, rgba(232, 116, 59, 0.18), transparent 34%),
        linear-gradient(145deg, rgba(55, 25, 16, 0.76), rgba(8, 24, 36, 0.90));
}

.ap3-emergency-card a,
.ap3-emergency-card strong a {
    color: #ff9b68;
}

.ap3-projects {
    background:
        linear-gradient(180deg, var(--bg-deep), #071724);
    overflow: hidden;
}

.ap3-project-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(340px, 420px);
    grid-template-columns: none;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 8px 0 18px;
    scrollbar-color: rgba(67, 198, 228, 0.42) rgba(255, 255, 255, 0.08);
}

.ap3-project-grid article {
    min-height: 420px;
    scroll-snap-align: start;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-panel);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.ap3-project-grid img {
    height: 100%;
}

.ap3-plans {
    background:
        radial-gradient(circle at 12% 18%, rgba(34, 167, 196, 0.10), transparent 30%),
        #061520;
}

.ap3-faq {
    background: var(--bg-base);
}

.ap3-final {
    min-height: 560px;
    display: grid;
    align-items: center;
    background: var(--bg-deep);
}

.ap3-final h2 {
    font-size: clamp(42px, 5.2vw, 78px);
}

body.airplex-home-v3.ap3-enhanced-motion .ap3-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

body.airplex-home-v3.ap3-enhanced-motion .ap3-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ap3Airflow {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 54px 0, 54px 0;
    }
}

body.airplex-home-v3.ap3-enhanced-motion .ap3-services::before,
body.airplex-home-v3.ap3-enhanced-motion .ap3-standard-premium::before,
body.airplex-home-v3.ap3-enhanced-motion .ap3-critical::before,
body.airplex-home-v3.ap3-enhanced-motion .ap3-final::before {
    animation: ap3Airflow 18s linear infinite;
}

@media (max-width: 1180px) {
    .ap3-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ap3-service-card--feature {
        grid-column: span 1;
    }

    .ap3-results__inner > div:first-child,
    .ap3-testimonials {
        grid-template-columns: 1fr;
    }

    .ap3-results-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap3-critical {
        background:
            linear-gradient(180deg, rgba(2, 9, 16, 0.94), rgba(2, 9, 16, 0.82)),
            radial-gradient(circle at 50% 22%, rgba(34, 167, 196, 0.18), transparent 42%),
            var(--bg-deep);
    }

    .ap3-critical__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    body.airplex-home-v3 .ap3-container {
        width: min(100% - 34px, 1240px);
    }

    .ap3-hero {
        min-height: auto;
    }

    .ap3-hero h1 {
        font-size: clamp(44px, 15vw, 62px);
        line-height: 0.96;
    }

    .ap3-hero-proof {
        padding: 12px;
    }

    .ap3-hero-proof article,
    .ap3-hero-proof article:nth-child(n + 3) {
        min-height: auto;
        opacity: 1;
    }

    .ap3-service-grid,
    .ap3-results-stats,
    .ap3-testimonials {
        grid-template-columns: 1fr;
    }

    .ap3-service-card,
    .ap3-service-card--feature {
        min-height: 230px;
        padding: 26px;
    }

    .ap3-service-card--feature h3 {
        font-size: 31px;
    }

    .ap3-critical {
        min-height: auto;
        padding: 96px 0;
    }

    .ap3-critical h2 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .ap3-results__inner > div:first-child {
        grid-template-columns: 1fr;
    }

    .ap3-project-grid {
        grid-auto-columns: minmax(276px, 86vw);
        margin-right: -17px;
        padding-right: 17px;
    }

    .ap3-project-grid article {
        min-height: 380px;
    }

    .ap3-final {
        min-height: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.airplex-home-v3.ap3-enhanced-motion .ap3-reveal,
    body.airplex-home-v3.ap3-enhanced-motion .ap3-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    body.airplex-home-v3.ap3-enhanced-motion .ap3-services::before,
    body.airplex-home-v3.ap3-enhanced-motion .ap3-standard-premium::before,
    body.airplex-home-v3.ap3-enhanced-motion .ap3-critical::before,
    body.airplex-home-v3.ap3-enhanced-motion .ap3-final::before {
        animation: none;
    }
}

/* AIRPLEX HOME V3 - AIRPLEX STANDARD FOUR-STEP FLOW */
.ap3-standard-flow {
    position: relative;
    padding: clamp(96px, 10vw, 150px) 0;
    overflow: hidden;
}

.ap3-standard-flow__header {
    max-width: 830px;
    margin-bottom: clamp(42px, 6vw, 76px);
}

.ap3-standard-flow__header h2 {
    margin: 0;
    color: var(--text-main, #f7fbff);
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(46px, 5vw, 78px);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.ap3-standard-flow__header p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(223, 237, 248, 0.82);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.68;
}

.ap3-standard-flow__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.82fr);
    align-items: center;
    gap: clamp(46px, 6vw, 86px);
}

.ap3-standard-flow__diagram {
    position: relative;
    min-height: 520px;
    display: grid;
    align-items: center;
    margin: 0;
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid rgba(188, 225, 255, 0.14);
    border-radius: var(--radius-panel, 28px);
    background:
        radial-gradient(circle at 50% 42%, rgba(67, 198, 228, 0.13), transparent 48%),
        linear-gradient(145deg, rgba(16, 42, 59, 0.52), rgba(4, 16, 26, 0.74));
    box-shadow: var(--shadow-card, 0 24px 74px rgba(0, 0, 0, 0.28));
    overflow: hidden;
}

.ap3-standard-flow__diagram::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(67, 198, 228, 0.12);
    border-radius: 22px;
    pointer-events: none;
}

.ap3-standard-flow__blueprint.ap3-standard-premium__blueprint {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
    object-fit: contain;
    opacity: 1;
    filter:
        drop-shadow(0 32px 86px rgba(67, 198, 228, 0.16))
        drop-shadow(0 0 28px rgba(67, 198, 228, 0.10));
}

.ap3-standard-flow__diagram figcaption {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: 100%;
    margin: 24px auto 0;
    padding: 10px 14px;
    border: 1px solid rgba(67, 198, 228, 0.22);
    border-radius: 999px;
    color: rgba(235, 246, 255, 0.82);
    background: rgba(4, 16, 26, 0.74);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.ap3-standard-flow__steps {
    --step-node: 44px;
    position: relative;
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 10px 0 10px;
    list-style: none;
    counter-reset: airplex-standard;
}

.ap3-standard-flow__steps::before,
.ap3-standard-flow__steps::after {
    content: "";
    position: absolute;
    left: calc(var(--step-node) / 2);
    top: 32px;
    bottom: 32px;
    width: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    pointer-events: none;
}

.ap3-standard-flow__steps::before {
    background: linear-gradient(180deg, transparent, rgba(67, 198, 228, 0.42), rgba(67, 198, 228, 0.22), transparent);
}

.ap3-standard-flow__steps::after {
    height: 120px;
    bottom: auto;
    background: linear-gradient(180deg, transparent, rgba(67, 198, 228, 0.90), transparent);
    opacity: 0.42;
}

.ap3-standard-flow__step {
    position: relative;
    display: grid;
    grid-template-columns: var(--step-node) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    min-height: 156px;
}

.ap3-standard-flow__node {
    position: relative;
    z-index: 2;
    width: var(--step-node);
    height: var(--step-node);
    display: grid;
    place-items: center;
    border: 1px solid rgba(67, 198, 228, 0.44);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 35%, rgba(67, 198, 228, 0.22), transparent 68%),
        #071724;
    box-shadow:
        0 0 0 7px rgba(4, 16, 26, 0.96),
        0 16px 38px rgba(0, 0, 0, 0.28),
        0 0 28px rgba(67, 198, 228, 0.12);
}

.ap3-standard-flow__node svg {
    width: 22px;
    height: 22px;
    stroke: var(--accent-cool-bright, #43c6e4);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ap3-standard-flow__content {
    min-height: 156px;
    padding: 24px 26px;
    border: 1px solid rgba(188, 225, 255, 0.14);
    border-radius: var(--radius-card, 18px);
    background:
        radial-gradient(circle at 100% 0%, rgba(67, 198, 228, 0.10), transparent 34%),
        linear-gradient(145deg, rgba(16, 42, 59, 0.82), rgba(8, 24, 36, 0.72));
    box-shadow: var(--shadow-card, 0 24px 74px rgba(0, 0, 0, 0.28));
}

.ap3-standard-flow__num {
    display: block;
    margin-bottom: 13px;
    color: var(--accent-cool-bright, #43c6e4);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.ap3-standard-flow__content h3 {
    margin: 0;
    color: var(--text-main, #f7fbff);
    font-family: "Space Grotesk", system-ui, sans-serif;
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.ap3-standard-flow__content p {
    margin: 12px 0 0;
    color: rgba(223, 237, 248, 0.80);
    font-size: 15.5px;
    line-height: 1.64;
}

body.airplex-home-v3.ap3-enhanced-motion .ap3-standard-flow__steps::after {
    animation: ap3StandardFlow 4.8s ease-in-out infinite;
}

@keyframes ap3StandardFlow {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    18%,
    72% {
        opacity: 0.42;
    }

    100% {
        transform: translate(-50%, calc(100% + 120px));
        opacity: 0;
    }
}

@media (max-width: 1180px) {
    .ap3-standard-flow__layout {
        grid-template-columns: 1fr;
    }

    .ap3-standard-flow__diagram {
        min-height: auto;
    }

    .ap3-standard-flow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .ap3-standard-flow__steps::before,
    .ap3-standard-flow__steps::after {
        display: none;
    }

    .ap3-standard-flow__step {
        min-height: auto;
    }

    .ap3-standard-flow__content {
        min-height: 100%;
    }
}

@media (max-width: 760px) {
    .ap3-standard-flow {
        padding: 88px 0;
    }

    .ap3-standard-flow__header {
        margin-bottom: 34px;
    }

    .ap3-standard-flow__header h2 {
        font-size: clamp(40px, 12vw, 56px);
    }

    .ap3-standard-flow__diagram {
        padding: 18px;
        border-radius: 22px;
    }

    .ap3-standard-flow__diagram figcaption {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .ap3-standard-flow__steps {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ap3-standard-flow__steps::before,
    .ap3-standard-flow__steps::after {
        display: block;
    }

    .ap3-standard-flow__step {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 16px;
        min-height: auto;
    }

    .ap3-standard-flow__steps {
        --step-node: 42px;
    }

    .ap3-standard-flow__content {
        min-height: auto;
        padding: 20px;
    }

    .ap3-standard-flow__content h3 {
        font-size: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.airplex-home-v3.ap3-enhanced-motion .ap3-standard-flow__steps::after {
        animation: none;
    }
}
