/* GLOBAL STYLES */

@font-face {
    font-family: 'Riosark';
    src: url('../fonts/riosark/riosarkregular-zpglb.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.how-it-works-section {
    position: relative;
    overflow: hidden;
}

.how-it-works-decor-left {
    position: absolute;
    top: -4%;
    transform: scaleX(-1);
    left: -8%;
    pointer-events: none;
    z-index: 0;
}

.testimonials-section {
    position: relative;
    overflow: hidden;
}

.testimonials-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    pointer-events: none;
    z-index: 0;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

/* For Chrome, Safari, and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge, and Firefox */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.play-btn img {
    transition: all 0.3s ease;
    cursor: pointer;
}

.play-btn:hover img {
    transform: scale(1.08);
}


.how-it-works-decor-center {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}


/* HERO SECTION STYLES */

.hero-cta-btn {
    position: relative;
    transition: transform .3s ease;
}

.hero-cta-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 65%;
    height: 18px;
    transform: translateX(-50%);
    background: rgba(34, 91, 212, .35);
    filter: blur(18px);
    opacity: 0;
    transition: opacity .35s ease;
    z-index: -1;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
}

.hero-cta-btn:hover::after {
    opacity: 1;
}

.nav-link {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #225BD4;
    border-radius: 999px;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover {
    color: #225BD4;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.hero-inline-gif {
    mix-blend-mode: multiply;
}

.how-step-card {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
    transform: scale(1);
}

.how-step-card:hover {
    transform: scale(1.03);
    filter: brightness(1.08) saturate(1.12);
}

.feature-card-icon {
    position: relative;
    transition: transform 0.4s ease;
}

.feature-card-icon::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid rgba(34, 91, 212, 0.5);
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.feature-card:hover .feature-card-icon {
    transform: scale(1.08);
}

.feature-card:hover .feature-card-icon::after {
    opacity: 1;
    transform: scale(1.15);
}

.app-store-btn {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease;
}

.app-store-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.pilot-store-btn {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease;
}

.pilot-store-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.hero-drone-img {
    transition: transform 0.4s ease;
    animation: droneFloat 4s ease-in-out infinite;
}

.hero-drone-img:hover {
    transform: scale(1.09);
}


@keyframes droneFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991.98px) {
    .hero-section {
        height: 100vh !important;
        padding: 130px 0 80px 0 !important;
    }

    .hero-drone-img {
        max-width: 340px !important;

    }

    .hero-title {
        font-size: 2.75rem !important;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 110px 0 60px 0 !important;
    }

    .how-it-works-decor-left {
        display: none !important;
    }

    .hero-drone-img {
        max-width: 260px !important;
    }

    .hero-title {
        font-size: 2.1rem !important;
    }

    .hero-subtitle-wrapper {
        font-size: 1rem !important;
        flex-wrap: wrap;
    }

    .hero-inline-gif {
        width: 90px !important;
    }

    .hero-cta-btn {
        width: 100%;
        padding: 12px 20px !important;
    }

    section {
        padding-inline: 10px !important;
    }
}


.hero-title {

    font-family: 'Riosark', sans-serif;
    color: #013566 !important;
    margin-bottom: 0px !important;
}

/* ==========================================================================
   App Download Section
   ========================================================================== */
.app-download-section {
    background: #181818;
    padding: 70px 0 80px;
    overflow: hidden;
}

.app-download-title {
    color: #ffffff;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.app-download-accent {
    color: #b3c7f9;
    font-weight: 700;
}

.app-download-subtitle {
    color: #999999;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    margin-bottom: 28px;
}

.app-download-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 14px;
}

.app-store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.app-store-btn img {
    height: 56px;
    width: auto;
}

.app-download-visual {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.app-download-drone {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: min(340px, 42vw);
    z-index: 2;
    pointer-events: none;
}

.app-slider {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
}

.app-slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
}

.app-slide-screen {
    width: 85%;
    margin-inline: auto;
    margin-top: auto;
}

.app-slide-screen img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.25s ease;
}

.app-slide-screen img.is-fading {
    opacity: 0;
}

.app-slide-screen--left {
    position: relative;
    z-index: 1;
    right: -30%;
}

.app-slide-screen--center {
    position: relative;
    z-index: 2;
    width: 100%;
}

.app-slide-screen--right {
    position: relative;
    z-index: 1;
    left: -30%;
}

.app-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.app-slider-btn {
    width: 52px;
    height: 38px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.app-slider-btn:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .app-download-section {
        padding: 50px 0 60px;
    }

    .app-download-content {
        text-align: center;
    }

    .app-store-buttons {
        justify-content: center;
    }

    .app-download-visual {
        position: relative;
        min-height: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 40px;
    }

    .app-download-drone {
        position: absolute;
        left: auto;
        right: -30px;
        top: 25%;
        transform: translateY(-50%) scale(1);
        max-width: 220px;
        z-index: 1;
    }

    .app-slider {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }

    .app-slider-track {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: flex-end;
    }

    .app-slide-screen {
        width: 85%;
    }

    .app-slide-screen--left,
    .app-slide-screen--right {
        display: block;
    }

    .app-slider-nav {
        justify-content: center;
        gap: 16px;
        margin-top: 28px;
    }

    .app-slider-btn {
        width: 62px;
        height: 46px;
    }

    .app-slider-btn svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 575.98px) {
    .app-store-btn img {
        height: 40px;
    }

    .app-download-visual {
        min-height: 0px;
        padding-top: 30px;
    }

    .app-download-drone {
        right: -20px;
        display: none;
        top: 22%;
        max-width: 160px;
        transform: translateY(-50%) scale(1);
    }

    .app-slider {
        max-width: 360px;
    }

    .app-slider-nav {
        gap: 8px;
        margin-top: 22px;
    }

    .app-slider-btn {
        width: 45px;
        height: 30px;
    }

    .app-slider-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* ==========================================================================
   Pilot App Download Section
   ========================================================================== */
.pilot-download-section {
    background: #181818;
    border-top: 1px solid #666666;
    padding: 70px 0 80px;
    overflow: hidden;
    position: relative;
}

.pilot-download-content {
    text-align: left;
}

.pilot-download-title {
    color: #ffffff;
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.pilot-download-accent {
    color: #b3c7f9;
    font-weight: 700;
}

.pilot-download-subtitle {
    color: #999999;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    margin-bottom: 28px;
}

.pilot-download-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 14px;
}

.pilot-store-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pilot-store-btn img {
    height: 56px;
    width: auto;
}

.pilot-download-visual {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pilot-download-drone {
    position: absolute;
    left: -1px;
    top: 20%;
    transform: translateY(-50%);
    max-width: min(220px, 30vw);
    z-index: 2;
    pointer-events: none;
}

.pilot-download-silhouette {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 420px;
    width: auto;
    object-fit: contain;
    opacity: 0.55;
    z-index: 1;
    pointer-events: none;
}

.pilot-slider {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 620px;
    margin-right: auto;
}

.pilot-slider-track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
}

.pilot-slide-screen {
    width: 85%;
    margin-inline: auto;
    margin-top: auto;
}

.pilot-slide-screen img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.25s ease;
}

.pilot-slide-screen img.is-fading {
    opacity: 0;
}

.pilot-slide-screen--left {
    position: relative;
    z-index: 1;
    right: -30%;
}

.pilot-slide-screen--center {
    position: relative;
    z-index: 2;
    width: 100%;
}

.pilot-slide-screen--right {
    position: relative;
    z-index: 1;
    left: -30%;
}

.pilot-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pilot-slider-btn {
    width: 52px;
    height: 38px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pilot-slider-btn:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .pilot-download-section {
        padding: 50px 0 60px;
    }

    .pilot-download-content {
        text-align: center;
    }

    .pilot-store-buttons {
        justify-content: center;
    }

    .pilot-download-visual {
        position: relative;
        min-height: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 40px;
    }

    .pilot-download-drone {
        position: absolute;
        left: -30px;
        right: auto;
        top: 25%;
        transform: translateY(-50%) scaleX(-1) scale(1);
        max-width: 220px;
        z-index: 1;
    }

    .pilot-download-silhouette {
        display: none;
    }

    .pilot-slider {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }

    .pilot-slider-track {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: flex-end;
    }

    .pilot-slide-screen {
        width: 85%;
    }

    .pilot-slide-screen--left,
    .pilot-slide-screen--right {
        display: block;
    }

    .pilot-slider-nav {
        justify-content: center;
        padding-left: 0;
        gap: 16px;
        margin-top: 28px;
    }

    .pilot-slider-btn {
        width: 62px;
        height: 46px;
    }

    .pilot-slider-btn svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 575.98px) {
    .pilot-store-btn img {
        height: 40px;
    }

    .pilot-download-visual {
        min-height: 0px;
        padding-top: 30px;
    }

    .pilot-download-drone {
        left: -20px;
        top: 22%;
        display: none;
        max-width: 160px;
        transform: translateY(-50%) scaleX(-1) scale(1);
    }

    .pilot-slider {
        max-width: 360px;
    }

    .pilot-slider-nav {
        gap: 12px;
        margin-top: 22px;
    }

    .pilot-slider-btn {
        width: 54px;
        height: 40px;
    }

    .pilot-slider-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* ==========================================================================
   Founder / About Section
   ========================================================================== */
.founder-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 131px 0 90px;
    overflow: hidden;
}

.founder-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 45vw);
    height: auto;
    pointer-events: none;
    z-index: 1;
}

.founder-bg-drone {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(680px, 90vw);
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}

.founder-section .container {
    z-index: 2;
}

.founder-eyebrow {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.founder-title {
    color: #111111;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
    max-width: 520px;
}

.founder-text {
    color: #666666;
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 560px;
}

.founder-text p {
    margin-bottom: 16px;
}

.founder-text p:last-child {
    margin-bottom: 0;
}

.founder-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 999px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.founder-cta:hover {
    background: #2a2a2a;
    color: #ffffff;
    transform: translateY(-1px);
}

.founder-visual {
    display: flex;
    justify-content: center;
}

.founder-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-rows: 210px 210px;
    gap: 10px;
    width: 100%;
    max-width: 540px;
}

.founder-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.founder-video-card--tall {
    grid-row: 1 / -1;
    height: 100%;
}

.founder-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.founder-video-card:hover img {
    transform: scale(1.03);
}

@media (max-width: 991.98px) {
    .founder-section {
        padding: 55px 0 65px;
    }

    .founder-title,
    .founder-text {
        max-width: none;
    }

    .founder-bg-shape {
        width: min(280px, 55vw);
        opacity: 0.7;
    }

    .founder-bg-drone {
        width: min(480px, 95vw);
        opacity: 0.08;
    }

    .founder-video-grid {
        max-width: 100%;
        grid-template-rows: 180px 180px;
    }
}

@media (max-width: 575.98px) {
    .founder-cta {
        width: 100%;
        justify-content: center;
    }

    .founder-video-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 12px;
    }

    .founder-video-card,
    .founder-video-card--tall {
        height: auto;
        grid-row: auto;
        aspect-ratio: 16 / 10;
    }

    .founder-video-card--tall {
        aspect-ratio: 9 / 11;
    }
}

/* ==========================================================================
   How It Works Section
   ========================================================================== */
.how-it-works-section {
    padding-block: 100px;
    background-color: #191919;
    background-size: auto 560px;
    background-position: center 60px;
    background-repeat: no-repeat;
    position: relative;
}

.how-it-works-section::after {
    content: "";
    position: absolute;
    left: -90px;
    width: 212px;
    height: 212px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 100px;
    transform: scale(-1) rotate(-13deg);
}

.how-it-works-section .container {
    position: relative;
    z-index: 2;
}

.how-it-works-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}

.how-it-works-eyebrow {
    color: #CFCFCF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.how-it-works-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 50px;
    max-width: 17ch;
    line-height: 1.2;
    margin: 0;
}

.how-it-works-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.how-step-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    outline: 1px solid #191919;
    outline-offset: -1px;
}

.how-step-card:nth-child(1) {
    margin-top: 100px;
}

.how-step-card:nth-child(2) {
    margin-top: 0;
}

.how-step-card:nth-child(3) {
    margin-top: 100px;
}

.how-step-card-bg {
    width: 100%;
    aspect-ratio: 5 / 6.4;
    object-fit: cover;
    display: block;
}

.how-step-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    text-align: center;
    border: 1px solid rgba(189, 189, 189, 0.35);
}

.how-step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid #bdbdbd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 12px auto;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.how-step-title {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-weight: 600;
}

.how-step-text {
    color: #E5E5E5;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

@media (max-width: 1200px) {
    .how-it-works-cards {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .how-step-card {
        margin: 0 auto;
        max-width: 450px;
    }

    .how-step-card:nth-child(1),
    .how-step-card:nth-child(2),
    .how-step-card:nth-child(3) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .how-it-works-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .how-it-works-section {
        padding-block: 30px;
    }

    .how-it-works-header {
        padding-bottom: 30px;
    }
}

/* ==========================================================================
   Features Grid Section
   ========================================================================== */
.features-section {
    background: #111111;
    padding-block: 130px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    position: relative;
    overflow: hidden;
}

.features-section::after {
    content: "";
    position: absolute;
    left: -90px;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 100px;
    transform: scale(-1) rotate(-13deg);
}

.features-section .container {
    position: relative;
    z-index: 2;
}

.features-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    text-align: center;
}

.features-eyebrow {
    color: #CFCFCF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.features-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    /* max-width: 31ch; */
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
    gap: 24px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 19px 51px;
    gap: 7px;
    border-radius: 25px;
    background: #272727;
    border: 1px solid rgba(189, 189, 189, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    height: 100%;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.3);
}

.feature-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid #bdbdbd;
    aspect-ratio: 1 / 1;
}

.feature-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.feature-card-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 10px 0 0 0;
}

.feature-card-text {
    color: #E5E5E5;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.features-visual {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
}

.features-visual-person {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.features-visual-drone {
    position: absolute;
    top: 16px;
    width: 120px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1259.98px) {
    .features-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .feature-card {
        grid-column: 1 !important;
        grid-row: auto !important;
        max-width: 590px;
        margin: auto;
    }

    .features-visual {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .features-section {
        padding-block: 20px;
    }

    .features-header {
        margin-bottom: 30px;
    }

    .features-title {
        font-size: 22px;
    }
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
    background: #f3f3f3;
    padding: 80px 0 90px;
}

.faq-title {
    color: #111111;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 28px;
}

.faq-image-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 20px;
}

.faq-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 18px;
}

.faq-image--portrait {
    aspect-ratio: 3 / 4;
    min-height: 220px;
}

.faq-image--square {
    aspect-ratio: 1 / 1;
    height: 100%
}

.faq-image--wide {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 4;
}

.faq-accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.faq-question-text {
    color: #111111;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 700;
    line-height: 1.4;
}

.faq-toggle {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
}

.faq-toggle-icon--minus {
    display: none;
}

.faq-item.is-open .faq-toggle-icon--plus {
    display: none;
}

.faq-item.is-open .faq-toggle-icon--minus {
    display: block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer p {
    color: #666666;
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
    padding: 0 0 22px;
    max-width: 620px;
}

@media (max-width: 991.98px) {
    .faq-section {
        padding: 55px 0 65px;
    }

    .faq-image-grid {
        grid-template-columns: 1fr 1fr;
    }

    .faq-image--portrait,
    .faq-image--square {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .faq-image-grid {
        grid-template-columns: 1fr;
    }

    .faq-image--wide {
        aspect-ratio: 4 / 4;
    }
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonials-section {
    position: relative;
    background: linear-gradient(180deg, #fdf3ef 0%, #ffffff 55%);
    padding: 90px 0 100px;
    overflow: hidden;
}

.testimonials-header {
    margin-bottom: 48px;
    position: relative;
}

.testimonials-eyebrow {
    color: #4a5a7a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.testimonials-title {
    color: #111111;
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
}

.testimonials-title-icon {
    width: 44px;
    height: auto;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.testimonials-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-card {
    background: rgb(240, 230, 224);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 24px;
    min-height: 190px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #ffffff;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    color: #08080c;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.testimonial-role {
    color: #656565;
    font-size: 16px;
    line-height: 150%;
    line-height: 1.3;
}

.testimonial-quote {
    color: #08080c;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 991.98px) {
    .testimonials-section {
        padding: 60px 0 70px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-column {
        gap: 20px;
    }

    .testimonials-title {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .testimonials-header {
        margin-bottom: 32px;
    }

    .testimonial-card {
        padding: 24px 20px;
        min-height: 0;
    }
}


.video-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #191919;
    /* Forces Safari to respect stacking and containment boundaries */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    img,
    video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        max-height: calc(100vh - 80px);
    }

    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 110px;
        height: 100px;
        background: transparent;
        border-radius: 50%;
        border: none;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        /* Safari prefix support for backdrop-filter */
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        z-index: 2;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            -o-object-fit: contain;
            aspect-ratio: 1 / 1;
        }
    }
}

.virtual-video-decor-wrap {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 3;
    /* Prevents Safari flex/grid child shrinking bugs */
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.virtual-video-decor-img {
    display: block;
    max-width: 220px;
    height: auto;
    opacity: 0.85;
}

.virtual-video-heading {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 120%;
}

.virtual-video-container {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    /* Creates a clean rendering layer context for Safari child absolute elements */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.video-section.is-playing .play-btn {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .virtual-video-heading {
        font-size: 2rem;
    }

    .virtual-video-decor-img {
        max-width: 150px;
    }

    .video-section .play-btn {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575.98px) {
    .virtual-video-heading {
        font-size: 1.5rem;
    }

    .video-section .play-btn {
        width: 60px;
        height: 60px;
    }
}


.cta-advertise-section {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-block: 120px;
    border-top: 1px solid #333333;
    position: relative;

    @media (max-width: 991.98px) {
        padding-block: 40px;
    }

    .cta-advertise-card {
        display: flex;
        gap: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: #fff;

        h2 {
            margin-bottom: 0px;
            font-size: 55px;
            font-weight: 500;
            line-height: 120%;

            @media (max-width: 991.98px) {
                font-size: 36px;
            }
        }

        .cta-advertise-btn {
            background: transparent;
            border: none;
            outline: none;
            box-shadow: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;

            &:hover {
                transform: translateX(5px);
            }

            img {
                width: 90px;
                height: auto;

                @media (max-width: 991.98px) {
                    width: 60px;
                }
            }
        }
    }
}

.advertise-brands-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    max-width: 400px;
}

.advertise-brand-item {
    width: 100%;

    img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 991.98px) {
    .advertise-brands-grid {
        max-width: 280px;
        margin: 0 auto;
    }
}


.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    color: #2a2a2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background-color: #013566;
    border-color: #013566;
    color: #ffffff;
}

.scroll-top-arrow {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: -2px;
}

.scroll-top-text {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .scroll-top-btn {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}

[data-image-slider] img {
    transition: transform 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
    will-change: transform, opacity;
}

[data-image-slider] img.is-sliding-out {
    opacity: 0;
    transform: translateX(-30px);
}

.wpcf7 {
    background-color: #254e7c;
    padding: 40px;
    border-radius: 16px;
    color: #ffffff;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #ffffff !important;
    font-size: 0.95rem;
    outline: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.wpcf7 input[type="submit"] {
    width: 100%;
    background-color: #4a8bbd !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #2563eb !important;
}

.wpcf7 label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #ffffff;
}

/* Two column row */

.form-row {
    display: flex;
    gap: 24px;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    margin-bottom: 24px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    height: 54px;
    border-radius: 999px !important;
    padding: 0 18px !important;
}


.wpcf7 textarea {
    border-radius: 22px !important;
    min-height: 180px;
    padding: 18px !important;
    resize: vertical;
}


.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, .65);
}


.wpcf7 input[type="submit"] {
    height: 54px;
    border-radius: 12px !important;
    font-size: 18px;
    transition: all .3s ease;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.wpcf7-form br {
    display: none;
}

.contact-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-header h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 4px;
}

.contact-form-header p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    margin: 0;
}

.wpcf7 input[type="file"] {
    width: 100%;
    padding: 55px 20px;
    border: 1.5px dashed rgba(255, 255, 255, .25);
    border-radius: 18px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    box-sizing: border-box;
}

.wpcf7 input[type="file"]::file-selector-button {
    display: none;
}


.wpcf7 input[type="file"]::-webkit-file-upload-button {
    display: none;
}


.wpcf7 input[type="file"]::before {
    content: "📁 Upload File";
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7 input[type="file"]:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .45);
}

.wpcf7 input[type="file"]:focus {
    outline: none;
    border-color: #7eb8f5;
}

.wpcf7 input[type="file"]::file-selector-button+* {
    color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {

    width: 100%;
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    padding: 16px 20px !important;
    color: #ffffff !important;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;

}

/* Responsive */

@media (max-width:768px) {

    .wpcf7 {

        margin: 0 24px;
    }


    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .contact-form-header h2 {
        font-size: 40px;
    }

    .contact-form-header p {
        font-size: 18px;
    }

}