/* ============================================================
   AIGENIX THEME - RESPONSIVE STYLES
   Author  : Aigenix Theme
   Version : 1.0
   File    : assets/css/responsive.css

   TABLE OF CONTENTS
   ============================================================

   MIN-WIDTH (desktop up)
   01. 1025px+
   02. 992px+
   03. 768px+

   MAX-WIDTH (tablet & mobile down)
   04. 1280px
   05. 1200px
   06. 1100px - chatbot nav
   07. 991px - chatbot hero
   08. 991px - chatbot how it works
   09. 768px - chatbot pricing
   10. 1024px - main nav & inner pages
   11. 991px - services, team, SaaS
   12. 768px - global mobile styles
   13. 767px
   14. 576px
   15. 575px
   16. 480px

   OTHER
   17. Reduced motion

   ============================================================ */

/* ============================================================
   MIN-WIDTH - 1025px and up
============================================================ */
@media (min-width: 1025px) {
    .team-card-light.stagger-shift {
        margin-top: 3.5rem;
    }
}

/* ============================================================
   MIN-WIDTH - 992px and up
============================================================ */
@media (min-width: 992px) {
    .testimonials-bento-grid .testimonial-card-light.featured-card {
        grid-column: span 2;
        background: radial-gradient(circle at 100% 0%, rgba(184, 251, 4, 0.03) 0%, transparent 55%), #ffffff;
        border-color: rgba(3, 70, 81, 0.12);
    }

    .testimonials-bento-grid .testimonial-card-light.featured-card .testimonial-text {
        font-size: 1.35rem;
        line-height: 1.6;
    }

    .ais-wdo-grid-side {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================================
   MIN-WIDTH - 768px and up
============================================================ */
@media (min-width: 768px) {
    .saas-ts_swiper .saas-ts_card {
        opacity: 1;
        transform: none;
    }

    .saas-ts_swiper .swiper-slide-active .saas-ts_card {
        transform: none;
    }

    .saas-ts_swiper .saas-ts_card:hover,
    .saas-ts_swiper .swiper-slide-active .saas-ts_card:hover {
        transform: translateY(-3px);
    }
}

/* ============================================================
   MAX-WIDTH - 1280px and below
============================================================ */
@media (max-width: 1280px) {
    .nav-menu {
        gap: 0.1rem;
    }

    .menu-item {
        padding: 0.3rem 0.35rem;
    }

    .nav-link {
        font-size: 16px;
        padding: 15px;
    }

    .nav-ai-tag {
        display: none;
    }

    .nav-actions .btn-ghost,
    .nav-actions .btn-primary {
        padding: 9px 18px;
    }

    .hero-container {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
        gap: 2.5rem;
    }

    .hero-3d-wrap,
    .hero-ai-hub {
        width: min(100%, 500px);
        --hub-radius: 165px;
        --hub-inner: 52px;
    }

    .hub-node-pill {
        font-size: 0.82rem;
        padding: 0.6rem 1.15rem;
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr 1.4fr;
        gap: 2.5rem;
    }

    .section-display-title {
        font-size: 42px !important;
    }

    .matrix-features-grid {
        gap: 1.75rem !important;
    }

    .genesis-wrapper {
        gap: 2rem;
    }

    .genesis-core-container-light {
        width: 420px;
        height: 420px;
    }

    .genesis-title {
        font-size: 2.8rem !important;
    }

    .pipeline-grid {
        gap: 1.5rem;
    }

    .team-title-light {
        font-size: 3rem !important;
    }

    .team-staggered-full-grid {
        gap: 1.5rem;
    }
}

/* ============================================================
   MAX-WIDTH - 1200px and below
============================================================ */
@media (max-width: 1200px) {
    .ais-nav-container {
        padding: 0 30px;
    }

    .ais-header {
        padding: 0;
    }

    .ais-nav-list {
        gap: 1.25rem;
    }

    .ais-partner-marquee {
        padding: 0 30px;
    }

    .ais-about-section {
        padding: 100px 0 90px;
    }

    .ais-about-section .ais-container {
        padding: 0 30px;
    }

    .ais-about-features-head {
        margin-top: 4rem;
    }

    .ais-wdo-section {
        padding: 95px 0 100px;
    }

    .ais-wdo-section .ais-container {
        padding: 0 30px;
    }

    .ais-wdo-bento {
        gap: 1rem;
    }

    .saas-header {
        padding-left: 30px;
        padding-right: 30px;
    }

    body.ai-saas-body .saas-container {
        padding: 0 30px;
    }

    .saas-nav-list {
        gap: 0;
    }

    .saas-nav-link {
        padding: 0.5rem 0.65rem;
        font-size: 13px;
    }

    .bot-container {
        padding: 0 30px;
    }

    .bot-nav_link {
        padding: 0.5rem 0.7rem;
        font-size: 12px;
    }

    .bot-header_row {
        column-gap: 1rem;
    }
}

/* ============================================================
   MAX-WIDTH - 1100px and below (chatbot nav)
============================================================ */
@media (max-width: 1100px) {
    .bot-nav_link {
        padding: 0.55rem 0.65rem;
        font-size: 11px;
        letter-spacing: 0.05em;
    }

    .bot-nav_logo-img {
        height: 30px;
    }

    .bot-nav_logo {
        padding: 0.5rem 0.85rem;
    }

    body.ai-chatbot-body .bot-nav_cta.btn-primary {
        padding: 0.65rem 1rem;
        font-size: 13px;
    }
}

/* ============================================================
   MAX-WIDTH 991px - chatbot hero tablet
============================================================ */
@media (max-width: 991px) and (min-width: 769px) {
    .bot-hero {
        padding: 124px 0 72px;
    }

    .bot-hero_form {
        flex-direction: row;
        align-items: center;
        max-width: 100%;
    }

    .bot-hero_input {
        flex: 1 1 0;
        width: auto;
        height: 50px;
    }

    body.ai-chatbot-body .bot-hero_submit.btn-primary {
        width: auto;
        height: 50px;
    }

    .bot-hero_perks {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.65rem 1.15rem;
    }

    .bot-hero_visual {
        min-height: 340px;
        margin-top: 1rem;
    }
}

/* ============================================================
   MAX-WIDTH 991px - chatbot how it works tablet
============================================================ */
@media (max-width: 991px) {
    .bot-hiw_grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        align-items: stretch;
        padding-bottom: 1.25rem;
    }

    .bot-hiw_card,
    .bot-hiw_card--featured {
        min-height: 0;
        transform: none;
    }

    .bot-hiw_card--featured:hover,
    .bot-hiw_card:hover {
        transform: translateY(-6px);
    }

    .bot-integ_bridge {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1.25rem 1rem;
    }

    .bot-integ_hub {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        margin-bottom: 0.25rem;
    }

    .bot-integ_side--left {
        grid-column: 1;
        grid-row: 2;
    }

    .bot-integ_side--right {
        grid-column: 2;
        grid-row: 2;
    }

    .bot-integ_side--left,
    .bot-integ_side--right {
        align-items: stretch;
    }

    .bot-integ_side--left .bot-integ_link,
    .bot-integ_side--right .bot-integ_link {
        flex-direction: row;
        text-align: left;
        max-width: none;
    }

    .bot-integ_side--left .bot-integ_link::after,
    .bot-integ_side--right .bot-integ_link::after {
        display: none;
    }

    .bot-integ_dev {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .bot-price {
        padding: 96px 0 80px;
    }

    .bot-price_layout {
        grid-template-columns: 1fr;
        gap: 2.75rem;
        padding-top: 3rem;
    }

    .bot-price_intro {
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }

    .bot-price_desc {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .bot-price_desc:last-of-type {
        margin-bottom: 1.75rem;
    }

    .bot-price_highlights {
        align-items: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .bot-price_tiers {
        max-width: 720px;
        margin: 0 auto;
        width: 100%;
    }

    .bot-price_tier {
        grid-template-columns: minmax(120px, 0.85fr) minmax(0, 1.15fr);
        text-align: left;
        gap: 1rem 1.25rem;
    }

    .bot-price_tier-info {
        grid-column: 1;
    }

    .bot-price_tier-feats {
        grid-column: 2;
        max-width: none;
        margin: 0;
    }

    .bot-price_tier-action {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem 1rem;
        text-align: left;
        padding-top: 0.85rem;
        margin-top: 0.15rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bot-price_tier--featured {
        padding-top: 1.75rem;
    }

    .bot-ts {
        padding: 76px 0 92px;
    }

    .bot-ts_head {
        margin-bottom: 2.5rem;
    }

    .bot-ts_swiper .swiper-slide {
        width: clamp(240px, calc((100vw - 12rem) / 2.75), 320px);
        padding: 0.85rem 0.25rem;
    }

    .bot-ts_swiper {
        padding: 2.25rem 0 1rem;
    }

    .bot-ts_stage {
        padding: 0 clamp(1.5rem, 4vw, 3rem);
    }

    .bot-price_exit {
        height: 72px;
    }
}

/* ============================================================
   MAX-WIDTH 768px - chatbot pricing tablet
============================================================ */
@media (max-width: 768px) {
    .bot-price {
        padding: 88px 0 72px;
    }

    .bot-price_curve {
        height: 72px;
    }

    .bot-price_layout {
        padding-top: 2.5rem;
        gap: 2.25rem;
    }

    .bot-price_tiers {
        max-width: none;
    }

    .bot-price_tier {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.35rem 1.25rem 1.25rem;
    }

    .bot-price_tier-info,
    .bot-price_tier-feats,
    .bot-price_tier-action {
        grid-column: 1;
    }

    .bot-price_tier-feats {
        border-left: none;
        padding: 0.85rem 0 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bot-price_tier-action {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 0.85rem;
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.ai-chatbot-body .bot-price_btn.btn-primary,
    body.ai-chatbot-body .bot-price_btn.btn-ghost {
        width: auto;
        max-width: none;
        flex-shrink: 0;
    }

    /* --- AI Chatbot testimonials --- */
    .bot-ts {
        padding: 68px 1rem 84px;
    }

    .bot-ts_stage {
        padding: 0 1.5rem;
    }

    .bot-price_exit {
        height: 64px;
    }

    .bot-ts_card {
        min-height: 260px;
        padding: 1.55rem 1.4rem 1.4rem;
    }

    .bot-ts_text {
        font-size: 14px;
    }
}

/* ============================================================
   MAX-WIDTH - 1024px and below
============================================================ */
@media (max-width: 1024px) {
    #navbar {
        padding: 0.85rem 0;
    }

    .nav-shell {
        border-radius: 20px;
        padding: 0.4rem 0.45rem 0.4rem 0.85rem;
    }

    .nav-container {
        border-radius: 26px;
    }

    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 1201;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: min(85vw, 320px);
        height: 100vh;
        height: 100dvh;
        background: rgba(8, 8, 8, 0.96);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border-left: 1px solid rgba(184, 251, 4, 0.15);
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.6);
        flex-direction: column;
        align-items: flex-start;
        padding: 5.5rem 1.5rem 2rem;
        gap: 0.25rem;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1150;
    }

    .nav-menu.open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .menu-item {
        width: 100%;
        padding: 0;
    }

    .nav-link {
        font-size: 16px;
        padding: 12px 15px;
        width: 100%;
        justify-content: space-between;
        color: var(--text-primary) !important;
        border-radius: var(--radius-sm);
        background: transparent;
        transition: all var(--transition);
    }

    .menu-item:hover .nav-link,
    .menu-item.active .nav-link {
        color: var(--primary) !important;
        background: rgba(184, 251, 4, 0.06) !important;
    }

    .menu-item:hover .nav-link i.fa-chevron-down,
    .menu-item.active .nav-link i.fa-chevron-down {
        transform: rotate(180deg) !important;
        color: var(--primary) !important;
    }

    .dropdown-panel,
    .dropdown-panel.mega-panel {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        grid-template-columns: 1fr !important;
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(184, 251, 4, 0.1) !important;
        box-shadow: none !important;
        border-radius: var(--radius-sm);
        margin-top: 0.5rem !important;
        padding: 0.5rem !important;
    }

    .dropdown-panel::before {
        display: none !important;
    }

    .menu-item.active .dropdown-panel {
        display: block !important;
    }

    .menu-item.active .dropdown-panel.mega-panel {
        display: grid !important;
    }

    .dropdown-link {
        color: var(--text-muted) !important;
        font-size: 14px;
        padding: 8px 12px;
        background: transparent;
    }

    .dropdown-link:hover {
        color: var(--black) !important;
        background: var(--primary) !important;
    }

    .menu-item:not(.active):hover .dropdown-panel {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .nav-actions {
        margin-left: auto;
        margin-right: 2.25rem;
    }

    #hero {
        min-height: auto;
        padding: 7rem 0 3rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2.5rem;
    }

    .hero-content {
        max-width: 820px;
        margin: 0 auto;
    }

    .hero-sub,
    .hero-badge,
    .hero-cta {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 360px;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
        gap: 2rem;
    }

    .hero-visual {
        min-height: 520px;
    }

    .hero-ai-hub {
        width: min(82vw, 460px);
        --hub-radius: 145px;
        --hub-inner: 46px;
    }

    .mlr-40 {
        margin-left: 10px;
        margin-right: 10px;
    }

    #cyber-footer {
        padding: 5rem 0 3rem !important;
    }

    .footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr !important;
        gap: 3rem 2rem !important;
    }

    .footer-newsletter-col {
        grid-column: span 3 !important;
        max-width: 100% !important;
    }

    #features-matrix {
        padding: 5rem 0 !important;
    }

    .matrix-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }

    .section-muted-lead {
        margin-bottom: 3.5rem !important;
    }

    .cyber-ticker-ribbon {
        width: calc(100% - 20px) !important;
        margin: 2.5rem 10px !important;
        padding: 1rem 0 !important;
        transform: rotate(-1deg) !important;
    }

    .ticker-item {
        font-size: 0.95rem !important;
        padding: 0 1.5rem !important;
    }

    #agent-showcase {
        padding: 5rem 0 4.5rem !important;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

    .bp-light-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bp-span-7,
    .bp-span-5,
    .bp-span-4,
    .bp-span-8 {
        grid-column: span 1;
    }

    .bp-split-layout {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
    }

    #pricing-section {
        padding: 5rem 0 !important;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
        padding-top: 0.75rem;
    }

    .pricing-card.featured {
        margin-top: 0.75rem;
    }

    .pricing-card:last-child {
        grid-column: span 2;
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .genesis-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .genesis-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .genesis-features-light {
        align-items: center;
    }

    .g-feature-light {
        text-align: left;
        max-width: 600px;
        width: 100%;
    }

    .genesis-cta {
        justify-content: center;
    }

    .genesis-visual-light {
        margin-top: 4.5rem;
    }

    .fn-top-left {
        left: 10%;
    }

    .fn-bottom-left {
        left: 5%;
    }

    .fn-bottom-right {
        right: 5%;
    }

    .pipeline-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .pipeline-step-dark {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 2rem;
        padding: 2.5rem;
    }

    .step-icon-wrap-dark {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .step-features-dark li {
        justify-content: flex-start;
    }

    .team-staggered-full-grid {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 0;
    }

    .team-card-light:nth-child(even),
    .team-card-light.stagger-shift {
        margin-top: 0;
    }

    .testimonials-title {
        font-size: 2.8rem !important;
    }

    .testimonial-card-light {
        padding: 2.5rem;
    }

    .sticky-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
    }

    .testimonials-bento-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonials-bento-grid .testimonial-card-light.featured-card {
        grid-column: span 1;
    }

    .team-filter-menu-wrap {
        display: block;
        text-align: center;
        margin-top: 1.5rem;
    }

    .client-specs-card {
        margin-top: 1.5rem;
    }

    .portfolio-details-section .stream-section-title {
        text-align: center;
    }

    .blog-sidebar-wrap {
        position: relative;
        top: 0;
        margin-top: 3rem;
    }

    .service-grid-card {
        padding: 2rem !important;
    }

    .aig-section {
        margin-left: 20px;
        margin-right: 20px;
        padding: 5rem 0;
    }

    .aig-section-title {
        font-size: 2.4rem;
    }

    .portfolio-details-section .aig-badge {
        display: flex !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: fit-content;
    }

    .ais-nav-toggle {
        display: flex !important;
    }

    .ais-header {
        z-index: 1252;
    }

    .ais-nav-logo {
        position: relative;
        z-index: 1253;
    }

    .ais-header-right {
        position: relative;
        z-index: 1253;
    }

    .ais-nav-menu {
        display: flex !important;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        background: rgba(4, 2, 10, 0.98);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        border-left: none;
        box-shadow: none;
        padding: 88px 24px 40px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 1250;
        visibility: hidden;
        pointer-events: none;
    }

    .ais-nav-menu.active {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }

    .ais-nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .ais-nav-item {
        width: 100%;
    }

    .ais-nav-link {
        font-size: 15px;
        width: 100%;
        padding: 8px 0;
        justify-content: space-between;
    }

    .ais-dropdown-panel,
    .ais-dropdown-panel.ais-mega-panel {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: hidden !important;
        display: none !important;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        box-shadow: none !important;
        margin-top: 0.5rem;
        padding: 0.5rem 0 0.5rem 1rem !important;
        grid-template-columns: 1fr !important;
    }

    .ais-dropdown-panel::before {
        display: none !important;
    }

    .ais-nav-item.open>.ais-dropdown-panel,
    .ais-nav-item.open>.ais-dropdown-panel.ais-mega-panel {
        display: block !important;
        visibility: visible !important;
    }

    .ais-nav-item:hover .ais-dropdown-panel,
    .ais-nav-item:hover .ais-dropdown-panel.ais-mega-panel {
        display: none !important;
        visibility: hidden !important;
    }

    .ais-nav-item.open:hover>.ais-dropdown-panel,
    .ais-nav-item.open:hover>.ais-dropdown-panel.ais-mega-panel {
        display: block !important;
        visibility: visible !important;
    }

    .ais-dropdown-link {
        color: var(--text-muted) !important;
        font-size: 15px;
        padding: 8px 12px;
        background: transparent;
    }

    .ais-dropdown-link:hover {
        color: var(--black) !important;
        background: var(--primary) !important;
    }

    .ais-dropdown-link:hover i {
        color: inherit !important;
    }

    .ais-nav-item.open>.ais-nav-link {
        color: var(--primary) !important;
    }

    .ais-nav-item.open>.ais-nav-link i {
        transform: rotate(180deg) !important;
        color: var(--primary) !important;
    }

    .ais-nav-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg) !important;
        background-color: var(--primary) !important;
    }

    .ais-nav-toggle.active span:nth-child(2) {
        opacity: 0 !important;
    }

    .ais-nav-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg) !important;
        background-color: var(--primary) !important;
    }

    .saas-header {
        z-index: 1252;
        padding-left: 16px;
        padding-right: 16px;
    }

    .saas-nav-wrap {
        display: flex;
        width: 100%;
        max-width: none;
        align-items: center;
        justify-content: space-between;
        padding: 0.55rem 1rem;
        background: rgba(255, 255, 255, 0.95);
        border-color: #e8eaed;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .saas-nav-logo {
        position: relative;
        z-index: 2;
    }

    .saas-nav-actions {
        position: relative;
        z-index: 2;
        margin-left: auto;
    }

    body.nav-open .saas-nav-wrap .saas-nav-logo,
    body.nav-open .saas-nav-toggle {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .saas-nav-toggle {
        display: flex;
    }

    .saas-nav-login,
    .saas-nav-cta {
        display: none;
    }

    .saas-nav-item::after {
        display: none;
    }

    .saas-dropdown::before {
        display: none;
    }

    .saas-nav-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        flex: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
        background: #ffffff;
        border: none;
        box-shadow: none;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: hidden;
        z-index: 1300;
        visibility: hidden;
        pointer-events: none;
    }

    .saas-nav-menu.active {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    .saas-nav-menu .saas-nav-list,
    .saas-nav-menu .saas-nav-item,
    .saas-nav-menu .saas-nav-link {
        pointer-events: auto;
    }

    .saas-drawer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        padding: 1.1rem 1.25rem;
        border-bottom: 1px solid #eef0f3;
        background: #ffffff;
    }

    .saas-drawer-logo {
        display: inline-flex;
        align-items: center;
        padding: 0.35rem 0.65rem;
        border-radius: 10px;
        background: #04020a;
        border: 1px solid rgba(184, 251, 4, 0.12);
        line-height: 0;
    }

    .saas-drawer-logo img {
        height: 26px;
        width: auto;
        display: block;
    }

    .saas-nav-close {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        background: #ffffff;
        color: #111111;
        font-size: 18px;
        cursor: pointer;
        transition:
            color 0.25s ease,
            border-color 0.25s ease,
            background-color 0.25s ease;
    }

    .saas-nav-close:hover {
        color: var(--secondary);
        border-color: var(--primary);
        background: var(--primary-dim);
    }

    .saas-nav-list {
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
        width: 100%;
        margin: 0;
        padding: 1rem 1.25rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .saas-nav-item {
        width: 100%;
    }

    .saas-nav-link {
        width: 100%;
        justify-content: space-between;
        padding: 0.85rem 1rem;
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        color: #111111;
    }

    .saas-nav-item.open>.saas-nav-link {
        color: var(--secondary);
        background: var(--primary-dim);
    }

    .saas-dropdown {
        position: static;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
        min-width: 0;
        width: 100%;
        padding: 0 !important;
        margin: 0;
        border: none;
        box-shadow: none;
        background: transparent;
        display: none !important;
        overflow: hidden;
    }

    .saas-nav-item.open>.saas-dropdown {
        display: block !important;
        padding: 0.15rem 0 0.5rem !important;
    }

    .saas-nav-item:hover>.saas-dropdown {
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .saas-nav-item:hover>.saas-nav-link {
        background: transparent;
    }

    .saas-nav-item.open:hover>.saas-nav-link {
        background: var(--primary-dim);
    }

    .saas-dropdown-link {
        padding: 0.7rem 1rem 0.7rem 1.35rem;
        font-size: 15px;
        border-radius: 8px;
    }

    .saas-drawer-foot {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        flex-shrink: 0;
        padding: 1rem 1.25rem 1.35rem;
        border-top: 1px solid #eef0f3;
        background: #fafbfc;
    }

    .saas-drawer-login,
    .saas-drawer-cta {
        width: 100%;
        justify-content: center;
    }

    .bot-header {
        z-index: 1252;
    }

    .bot-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bot-topbar_contact li:last-child {
        display: none;
    }

    .bot-header_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.85rem 0;
    }

    .bot-nav_logo {
        position: relative;
        z-index: 2;
        grid-column: auto;
        justify-self: auto;
        flex-shrink: 0;
    }

    .bot-nav_actions {
        position: relative;
        z-index: 2;
        grid-column: auto;
        justify-self: auto;
        flex-shrink: 0;
        margin-left: 0;
        gap: 0.5rem;
    }

    body.nav-open .bot-nav_logo,
    body.nav-open .bot-nav_toggle {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .bot-nav_toggle {
        display: flex;
    }

    .bot-nav_cta {
        display: none;
    }

    .bot-nav_item::after {
        display: none;
    }

    .bot-nav_menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: auto;
        grid-column: auto;
        justify-self: auto;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        display: flex;
        flex: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
        background: #ffffff;
        border: none;
        box-shadow: none;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        overflow: hidden;
        z-index: 1300;
        visibility: hidden;
        pointer-events: none;
    }

    .bot-nav_menu.active {
        transform: translate3d(0, 0, 0);
        visibility: visible;
        pointer-events: auto;
    }

    .bot-nav_pill {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow-y: auto;
    }

    .bot-drawer_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #eef0f2;
        background: #fafbfc;
    }

    .bot-nav_close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        background: #ffffff;
        color: var(--secondary);
        cursor: pointer;
        transition: background 0.25s ease;
    }

    .bot-nav_close:hover {
        background: var(--primary-dim);
        color: var(--secondary);
    }

    .bot-nav_list {
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
        padding: 0.85rem 1rem;
    }

    .bot-nav_item {
        width: 100%;
    }

    .bot-nav_link {
        width: 100%;
        justify-content: space-between;
        padding: 0.85rem 1rem;
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
        color: #374151;
        border-radius: 10px;
        background: transparent;
    }

    .bot-nav_item.open>.bot-nav_link,
    .bot-nav_item--active>.bot-nav_link {
        background: var(--primary-dim);
        color: var(--secondary);
        box-shadow: none;
    }

    .bot-dropdown {
        position: static;
        transform: none;
        min-width: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: max-height 0.35s ease;
    }

    .bot-nav_item.open>.bot-dropdown {
        max-height: 480px;
        padding: 0.25rem 0 0.5rem 0.75rem;
    }

    .bot-nav_item:hover>.bot-dropdown {
        transform: none;
    }

    .bot-nav_item:hover>.bot-nav_link {
        background: #f6f8fb;
        color: #374151;
    }

    .bot-nav_item.open:hover>.bot-nav_link {
        background: var(--primary-dim);
        color: var(--secondary);
    }

    .bot-dropdown_link {
        padding: 0.7rem 1rem 0.7rem 1.35rem;
        font-size: 15px;
        border-radius: 8px;
    }

    .bot-drawer_foot {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        flex-shrink: 0;
        padding: 1rem 1.25rem 1.35rem;
        border-top: 1px solid #eef0f2;
        background: #fafbfc;
    }

    .bot-drawer_cta {
        width: 100%;
        justify-content: center;
    }

    .bot-ft_top {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 1.75rem;
    }

    .bot-ft_contacts {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 1.25rem;
    }

    .bot-ft_main {
        padding: 2.25rem 0 2.75rem;
    }

    .bot-ft_nav {
        padding-left: 0;
        border-left: none;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bot-ft_newsletter-title,
    .bot-ft_newsletter-desc {
        max-width: none;
    }

    .bot-ft_form {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
        padding: 8px;
        gap: 8px;
    }

    .bot-ft_form input {
        flex: none;
        width: 100%;
        border-radius: 10px;
    }

    body.ai-chatbot-body .bot-ft_submit.btn-primary {
        width: 100%;
        justify-content: center;
        border-radius: 10px;
        white-space: normal;
    }

    .bot-trust {
        padding: 2.25rem 0 2.75rem;
    }

    .bot-trust::before,
    .bot-trust::after {
        width: min(100px, 14vw);
    }

    .bot-trust_group {
        gap: 1rem;
        padding-right: 1rem;
    }

    .bot-trust_logo {
        font-size: 14px;
        padding: 0.55rem 1rem;
    }

    .bot-hiw {
        padding: 84px 0 80px;
    }

    .bot-hiw_intro {
        margin-bottom: 2.75rem;
    }

    .bot-hiw_grid {
        gap: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .bot-hiw_card--featured {
        transform: translateY(-16px);
    }

    .bot-hiw_card--featured:hover {
        transform: translateY(-22px);
    }

    .bot-integ {
        padding: 84px 0 80px;
    }

    .bot-integ_head {
        margin-bottom: 3rem;
    }

    .bot-integ_bridge {
        gap: 1.25rem 1.5rem;
    }

    .bot-integ_hub {
        width: 172px;
        height: 172px;
    }

    .bot-integ_hub-core {
        width: 118px;
        height: 118px;
        border-radius: 24px;
    }

    .bot-integ_link {
        padding: 0.65rem 0.85rem;
    }

    .bot-integ_link-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .bot-price {
        padding: 84px 0 76px;
    }

    .bot-price_curve {
        height: 68px;
    }

    .bot-price_layout {
        gap: 2.5rem 2rem;
        padding-top: 2.75rem;
    }

    .bot-price_tiers {
        gap: 1rem;
    }

    .bot-ts_swiper .swiper-slide {
        width: min(100%, 320px);
    }

    .bot-features {
        padding: 84px 0 76px;
    }

    .bot-features_curve {
        height: 72px;
    }

    .bot-features_intro {
        padding-top: 2.5rem;
    }

    .bot-features_tile {
        grid-template-columns: 180px 1fr;
    }

    .bot-features_lane--flip .bot-features_tile {
        grid-template-columns: 1fr 180px;
    }

    .bot-features_foot {
        flex-wrap: wrap;
        gap: 1.15rem;
    }
}

/* ============================================================
   MAX-WIDTH - 991px and below
============================================================ */
@media (max-width: 991px) {
    .sd-title {
        font-size: 2.2rem;
    }

    #pricing-core .p-card-featured-secondary {
        transform: none;
    }

    #pricing-core .p-card-featured-secondary:hover {
        transform: translateY(-8px);
    }

    #pricing-core .row>[class*="col-"]:has(.p-card-featured-secondary) {
        padding-top: 1.25rem;
    }

    .tech-spec-card {
        margin-top: 2rem;
    }

    .sd-feature-item {
        flex-direction: column;
        gap: 1rem;
    }

    .td-profile-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
    }

    .td-main-content {
        padding: 2rem;
    }

    .bento-large,
    .bento-medium,
    .bento-small {
        grid-column: span 12;
    }

    .ais-about-copy {
        padding-top: 0;
    }

    .ais-about-title {
        max-width: 100%;
    }

    .ais-about-features-head {
        margin-top: 3.5rem;
        padding-top: 2.5rem;
    }

    .ais-about-stat-meta {
        max-width: 100%;
    }

    .ais-wdo-grid-side {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 1rem;
    }

    .ais-wdo-grid-main>.col-lg-6 {
        margin-bottom: 0;
    }

    .ais-wdo-tile_cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.75rem 1.5rem;
    }

    .ais-wdo-stats {
        gap: 1.5rem;
    }

    .ais-hiw-section {
        padding: 95px 0 90px;
    }

    .ais-hiw-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .ais-hiw-aside {
        position: static;
        max-width: 560px;
    }

    .ais-hiw-lead {
        max-width: none;
    }

    .ais-cs-section {
        padding: 95px 0 100px;
    }

    .ais-cs-card--featured {
        flex-direction: column;
    }

    .ais-cs-card--featured .ais-cs-card_media {
        width: 100%;
        min-height: 220px;
        height: 220px;
    }

    .ais-ts-section {
        padding: 95px 0 100px;
    }

    .ais-ts-header {
        margin-bottom: 2.5rem;
    }

    .ais-ts-stage_inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ais-ts-picks {
        flex-direction: row;
        overflow-x: auto;
        padding: 1.25rem 1.25rem 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        gap: 0.55rem;
        scrollbar-width: none;
    }

    .ais-ts-picks::-webkit-scrollbar {
        display: none;
    }

    .ais-ts-pick {
        flex: 0 0 auto;
        min-width: 220px;
        grid-template-columns: 40px 1fr auto;
        transform: none !important;
    }

    .ais-ts-pick.is-active {
        transform: none;
    }

    .ais-ts-showcase {
        padding: 1.5rem 1.35rem 1.35rem;
    }

    .ais-ts-more {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .ais-footer-cta_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem 1.75rem;
    }

    .ais-footer-cta_actions {
        width: 100%;
    }

    .ais-footer-cta_actions .btn-primary,
    .ais-footer-cta_actions .btn-ghost {
        flex: 1;
        justify-content: center;
        min-width: 140px;
    }

    .saas-hero {
        padding: 120px 0 70px;
    }

    .saas-hero_title,
    .saas-hero_sub {
        max-width: none;
    }

    .saas-hero_preview {
        margin-top: 1rem;
        padding-bottom: 3rem;
    }

    .saas-preview_float--1 {
        top: -10px;
        right: 10px;
    }

    .saas-preview_float--2 {
        bottom: -12px;
        left: 12px;
    }

    .saas-features_tile--hero {
        grid-column: 1 / -1;
    }

    .saas-features_tile--compact {
        grid-column: 1 / -1;
    }

    .saas-features_tile--sm {
        grid-column: span 6;
    }

    .saas-features_tile--hero .saas-features_tile-body {
        grid-template-columns: 1fr;
    }

    .saas-hiw_track {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 2rem;
        padding-left: 0;
    }

    .saas-hiw_line {
        display: none;
    }

    .saas-hiw_step {
        position: relative;
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        column-gap: 1.25rem;
        align-items: start;
        text-align: left;
        padding-bottom: 1.75rem;
    }

    .saas-hiw_step:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 27px;
        top: 56px;
        width: 2px;
        height: calc(100% - 56px);
        background: linear-gradient(180deg, var(--primary) 0%, rgba(184, 251, 4, 0.35) 100%);
        z-index: 0;
        pointer-events: none;
    }

    .saas-hiw_step:last-child {
        padding-bottom: 0;
    }

    .saas-hiw_step-marker {
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        margin-bottom: 0;
        grid-column: 1;
        grid-row: 1;
    }

    .saas-hiw_step-icon {
        font-size: 18px;
    }

    .saas-hiw_step-card {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .saas-hiw_step:hover .saas-hiw_step-card {
        transform: none;
    }

    .saas-integ_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 1.75rem;
    }

    .saas-integ_highlights {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .saas-integ_highlights li {
        flex: 1 1 calc(33.333% - 0.45rem);
        min-width: 0;
        white-space: normal;
    }

    .saas-integ_board {
        padding: 1.15rem;
    }

    .saas-integ_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .saas-integ_api {
        flex-wrap: wrap;
    }

    .saas-integ_api-actions {
        flex-wrap: wrap;
    }

    .saas-price_grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .saas-price_card--featured {
        order: -1;
        transform: none;
    }

    .saas-price_card--featured:hover {
        transform: translateY(-2px);
    }

    .saas-ts_swiper .saas-ts_card {
        opacity: 1;
        transform: none;
    }

    .saas-ft-contact {
        padding: 1.75rem 0 2rem;
    }

    .saas-ft-main {
        padding: 2.25rem 0 2rem;
    }

    .saas-ft-brand_desc,
    .saas-ft-col_text,
    .saas-ft-form {
        max-width: none;
    }

    .saas-ft-col--newsletter {
        margin-top: 0.5rem;
    }

    .saas-ft-watermark {
        font-size: clamp(2.5rem, 12vw, 4.5rem);
    }
}

/* ============================================================
   MAX-WIDTH - 768px and below
============================================================ */
@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .nav-actions {
        display: none;
    }

    .nav-container {
        padding: 0.62rem 0.7rem;
    }

    .nav-logo {
        font-size: 1.25rem;
    }

    .logo-chip {
        display: none;
    }

    #hero {
        padding-top: 6.4rem;
    }

    .hero-title {
        font-size: clamp(2.65rem, 12vw, 4rem);
        line-height: 1.05;
    }

    .hero-sub {
        font-size: 1rem;
        line-height: 1.65;
        max-width: 100%;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        gap: 0.75rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .hero-visual {
        min-height: 430px;
    }

    .hero-ai-hub {
        width: 100%;
        max-width: 380px;
        --hub-radius: 115px;
        --hub-inner: 42px;
        padding: 0;
        box-sizing: border-box;
    }

    .hub-node-pill {
        font-size: 0.78rem;
        padding: 0.55rem 0.95rem;
    }

    .hub-chip {
        width: 80px;
        height: 80px;
    }

    .hub-chip-text {
        font-size: 1.65rem;
    }

    .hero-stats {
        gap: 1.5rem;
        margin-top: 2.4rem;
    }

    .stat-num {
        font-size: 1.65rem;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
        padding-bottom: 2rem;
    }

    .footer-newsletter-col {
        grid-column: span 1 !important;
    }

    .footer-bottom {
        flex-direction: column-reverse !important;
        align-items: center !important;
        text-align: center !important;
        gap: 1.5rem !important;
    }

    .footer-desc {
        max-width: 100%;
    }

    .footer-bottom-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .section-display-title {
        font-size: 32px !important;
    }

    .matrix-features-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    .matrix-card {
        padding: 2.5rem 1.5rem !important;
    }

    .matrix-bottom-cta {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .matrix-bottom-cta .btn-primary,
    .matrix-bottom-cta .btn-ghost {
        width: 100% !important;
    }

    .cyber-ticker-ribbon {
        transform: rotate(0deg) !important;
        padding: 0.85rem 0 !important;
        border-radius: 8px !important;
    }

    .ticker-item {
        font-size: 0.85rem !important;
        padding: 0 1rem !important;
        gap: 0.5rem !important;
    }

    .ticker-splitter {
        font-size: 1rem !important;
    }

    .bp-light-grid {
        grid-template-columns: 1fr;
    }

    .bp-light-card {
        padding: 1.8rem;
    }

    .bp-pipeline-box {
        flex-direction: column;
        padding: 1.5rem;
        gap: 0.5rem;
    }

    .bp-pipe-arrow {
        transform: rotate(90deg);
        margin: 15px 0;
    }

    .partner-card {
        padding: 0.9rem 1.6rem;
    }

    .partner-card span {
        font-size: 1.1rem;
    }

    .partner-card i {
        font-size: 1.25rem;
    }

    .partners-ticker-wrap {
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 0.75rem;
    }

    .pricing-card.featured {
        margin-top: 1rem;
    }

    .pricing-card {
        max-width: 440px;
        margin: 0 auto;
        width: 100%;
    }

    .pricing-card:last-child {
        grid-column: span 1;
    }

    #pricing-core .row.align-items-center {
        align-items: stretch !important;
        --bs-gutter-y: 2rem;
    }

    #pricing-core .p-card-featured-secondary {
        transform: none;
    }

    #pricing-core .p-card-featured-secondary:hover {
        transform: translateY(-8px);
    }

    #pricing-core .row>[class*="col-"]:has(.p-card-featured-secondary) {
        padding-top: 1.25rem;
    }

    .card-inner {
        padding: 2.5rem 1.8rem;
    }

    .genesis-core-container-light {
        width: 340px;
        height: 340px;
    }

    .core-center-light {
        width: 70px;
        height: 70px;
    }

    .core-chip-light i {
        font-size: 1.6rem;
    }

    .float-node-light {
        padding: 0.6rem 1rem;
        gap: 0.75rem;
    }

    .fn-icon-light {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }

    .fn-label-light {
        font-size: 0.6rem;
    }

    .fn-val-light {
        font-size: 1.1rem;
    }

    /* Deployment Pipeline */
    .pipeline-step-dark {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .step-features-dark li {
        justify-content: center;
    }

    .team-header-top .row {
        text-align: center;
    }

    .team-header-top .text-start {
        text-align: center !important;
    }

    .team-lead-light {
        margin-left: auto;
        margin-right: auto;
    }

    .team-cta {
        display: flex;
        justify-content: center;
    }

    .team-staggered-full-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .team-title-light {
        font-size: 2.4rem !important;
    }

    .team-socials-light {
        opacity: 1;
        transform: translateY(0);
        bottom: 10px;
    }

    .about-testimonials-light .col-lg-4 {
        text-align: center !important;
    }

    .testimonials-title {
        font-size: 2.4rem !important;
    }

    .swiper-controls-testimonials {
        justify-content: center;
    }

    .testimonial-card-light {
        padding: 2rem;
    }

    .team-filter-menu-wrap {
        display: block;
        text-align: center;
        margin-top: 1.5rem;
    }

    .divider-right {
        border-right: none !important;
        border-bottom: 1px dashed rgba(3, 70, 81, 0.12);
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .details-metrics-panel .ps-sm-4 {
        padding-left: 0 !important;
    }

    .blog-card-img-wrap {
        height: 200px !important;
    }

    .details-cover-img {
        height: 280px !important;
    }

    .post-title {
        font-size: 2.0rem !important;
    }

    .service-grid-card {
        padding: 0 !important;
    }

    .bento-card-large .service-card-content {
        padding: 1.75rem !important;
    }

    .bento-visual-large {
        height: 140px !important;
        margin: 1.5rem 1.5rem 0 1.5rem !important;
    }

    .sd-title {
        font-size: 1.8rem;
    }

    .sd-lead-text {
        font-size: 1.05rem;
    }

    .tech-spec-card {
        padding: 1.5rem;
    }

    .capability-card {
        padding: 1.8rem;
    }

    .td-block-title {
        font-size: 1.6rem;
    }

    .td-main-content {
        padding: 1.5rem;
    }

    .td-timeline {
        padding-left: 15px;
    }

    .td-timeline-dot {
        left: -22px;
    }

    body.page-coming-soon {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        height: auto !important;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        position: relative !important;
        width: 100% !important;
        display: block !important;
        padding: 10px 0 16px !important;
    }

    .cs-content-wrapper {
        padding: 2rem 1.5rem !important;
        justify-content: flex-start !important;
    }

    body.page-coming-soon .aig-section .container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.page-coming-soon .cs-logo-wrap.mb-4,
    body.page-coming-soon .cs-badge-wrap.mb-4 {
        margin-bottom: 0.85rem !important;
    }

    body.page-coming-soon .mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .cs-title {
        font-size: 2.2rem !important;
        margin-bottom: 0.75rem !important;
    }

    .cs-subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 2rem !important;
    }

    .cs-timer-grid {
        gap: 0.6rem !important;
        margin-bottom: 2rem !important;
    }

    .cs-time-box {
        width: 76px !important;
        height: 86px !important;
    }

    .cs-number {
        font-size: 2rem !important;
    }

    .cs-label {
        font-size: 0.65rem !important;
        margin-top: 0.4rem !important;
        letter-spacing: 0.1em;
    }

    .cs-colon {
        font-size: 1.5rem !important;
        transform: translateY(-10px) !important;
    }

    .cs-notify-form {
        margin-bottom: 2rem !important;
    }

    .legal-content-wrapper-light {
        padding: 2.5rem 1.5rem;
    }

    .legal-main-title-light {
        font-size: 1.8rem;
    }

    .legal-body-light h3 {
        font-size: 1.25rem;
        margin-top: 2rem;
    }

    .cyber-timeline-line {
        left: 20px;
    }

    .timeline-node {
        left: 20px;
    }

    .timeline-content,
    .timeline-spacer {
        width: 100%;
    }

    .timeline-spacer {
        display: none;
    }

    .timeline-content {
        margin-left: 50px;
    }

    .step-counter {
        right: 20px !important;
        left: auto !important;
    }

    .comparison-matrix-dark {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comp-grid-dark {
        min-width: 600px;
    }

    .comp-cell-dark {
        padding: 1rem;
    }

    .aig-section {
        margin-left: 15px;
        margin-right: 15px;
        padding: 4rem 0;
        border-radius: 20px;
    }

    .aig-section-title {
        font-size: 2.0rem;
    }

    .faq-light-section {
        padding: 5rem 0 !important;
    }

    .faq-light-section .text-dark {
        font-size: 2.0rem !important;
    }

    .faq-question {
        padding: 1.25rem 1.75rem;
        font-size: 1.05rem;
    }

    .faq-answer-inner {
        padding: 0 1.75rem 1.5rem 1.75rem;
    }

    body.page-coming-soon .aig-section {
        width: calc(100% - 20px) !important;
        min-height: calc(100dvh - 20px) !important;
        height: auto !important;
        margin: 10px auto !important;
        padding: 0.75rem 0 1rem !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        border-radius: 25px !important;
        overflow: visible !important;
    }

    .ais-nav-actions {
        display: none !important;
    }

    .ais-nav-container {
        padding: 0 20px;
    }

    .ais-nav-shell {
        height: 75px;
    }

    .ais-hero-section {
        height: 100svh;
        min-height: 600px;
        max-height: 100dvh;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
    }

    .ais-hero-section .ais-container {
        padding: calc(75px + 1rem) 20px 0;
    }

    .ais-hero-content {
        padding-top: 0.25rem;
        padding-bottom: 6.5rem;
    }

    .ais-hero-title {
        font-size: clamp(1.7rem, 5.4vw, 2.2rem);
        line-height: 1.28;
    }

    .ais-hero-title .ais-title-highlight {
        padding: 3px 12px;
        margin-top: 4px;
        font-size: 0.92em;
    }

    .ais-partner-badge {
        margin-bottom: 1.15rem;
    }

    .ais-hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .ais-hero-cta .btn-primary,
    .ais-hero-cta .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .ais-planet-horizon {
        bottom: -260px;
        height: 380px;
        width: 140vw;
        max-width: none;
    }

    .ais-partner-marquee {
        bottom: 48px;
        z-index: 4;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }

    .ais-partner-marquee[data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    .ais-about-section {
        padding: 80px 0 70px;
    }

    .ais-about-section .ais-container {
        padding: 0 20px;
    }

    .ais-about-title {
        margin-bottom: 2rem;
    }

    .ais-about-stat-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ais-about-stat-meta {
        max-width: 100%;
    }

    .ais-about-copy {
        padding-top: 0;
    }

    .ais-about-features-head {
        margin-top: 2.5rem;
        padding-top: 2rem;
        margin-bottom: 2rem;
    }

    .ais-about-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .ais-about-cta .btn-primary,
    .ais-about-cta .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .ais-wdo-section {
        padding: 75px 0 80px;
    }

    .ais-wdo-section .ais-container {
        padding: 0 20px;
    }

    .ais-wdo-header {
        margin-bottom: 2.5rem;
    }

    .ais-wdo-grid-side {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ais-wdo-grid-main>.col-lg-6.d-flex {
        height: auto !important;
    }

    .ais-wdo-tile {
        height: auto;
        min-height: 220px;
    }

    .ais-wdo-tile_cta-btns {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .ais-wdo-tile_cta-btns .btn-primary,
    .ais-wdo-tile_cta-btns .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .ais-wdo-stats {
        gap: 1.25rem;
    }

    .ais-wdo-stats-val {
        font-size: 1.4rem;
    }

    .ais-hiw-section {
        padding: 80px 0 75px;
    }

    .ais-hiw-section .ais-container {
        padding: 0 20px;
    }

    .ais-hiw-metrics {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0.85rem;
    }

    .ais-hiw-metric {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 0.65rem 0.5rem;
    }

    .ais-hiw-metric:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #eceef1;
    }

    .ais-hiw-cta {
        width: 100%;
    }

    .ais-hiw-cta .btn-primary {
        width: 100%;
        justify-content: center;
    }

    .ais-hiw-phase {
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 1.25rem;
    }

    .ais-hiw-phase_node {
        width: 42px;
        height: 42px;
        margin-top: 1.1rem;
        font-size: 0.9rem;
    }

    .ais-hiw-timeline_spine {
        left: 23px;
    }

    .ais-hiw-phase_panel {
        padding: 1.25rem 1.15rem 1.2rem 1.25rem;
    }

    .ais-hiw-phase_ghost {
        font-size: 2.75rem;
        right: 0.5rem;
    }

    .ais-cs-section {
        padding: 80px 0 85px;
    }

    .ais-cs-section .ais-container {
        padding: 0 20px;
    }

    .ais-cs-header {
        margin-bottom: 2.5rem;
    }

    .ais-cs-header_btn {
        width: 100%;
        justify-content: center;
    }

    .ais-cs-card:not(.ais-cs-card--featured) .ais-cs-card_media {
        height: 190px;
    }

    .ais-ts-section {
        padding: 80px 0 85px;
    }

    .ais-ts-section .ais-container {
        padding: 0 20px;
    }

    .ais-ts-stage {
        border-radius: 18px;
    }

    .ais-ts-quote_text {
        font-size: 1rem;
    }

    .ais-ts-showcase_actions {
        justify-content: center;
    }

    .ais-footer {
        padding-bottom: 2rem;
    }

    .ais-footer .ais-container {
        padding: 0 20px;
    }

    .ais-footer-cta {
        padding-top: 3.5rem;
        margin-bottom: 3rem;
    }

    .ais-footer-cta_inner {
        padding: 1.75rem 1.5rem;
    }

    .ais-footer-cta_actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ais-footer-cta_actions .btn-primary,
    .ais-footer-cta_actions .btn-ghost {
        width: 100%;
    }

    .ais-footer-main {
        padding-bottom: 2.5rem;
    }

    .ais-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    body.ai-startup-body .ais-hero-sub {
        font-size: 15px;
        line-height: 1.65;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    body.ai-startup-body .ais-about-copy p,
    body.ai-startup-body .ais-wdo-sub {
        font-size: 16px;
    }

    body.ai-startup-body .ais-cs-sub,
    body.ai-startup-body .ais-cs-card_text,
    body.ai-startup-body .ais-ts-sub,
    body.ai-startup-body .ais-ts-quote_text {
        font-size: 15px;
    }

    body.ai-startup-body .ais-about-card-text,
    body.ai-startup-body .ais-wdo-tile_text,
    body.ai-startup-body .ais-hiw-phase_text {
        font-size: 15px;
    }

    body.ai-startup-body .btn-primary,
    body.ai-startup-body .btn-ghost {
        font-size: 15px;
    }

    .saas-header {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.ai-saas-body .saas-container {
        padding: 0 16px;
    }

    .saas-nav-wrap {
        padding: 0.5rem 0.85rem;
        border-radius: 14px;
    }

    .saas-hero {
        padding: 108px 0 60px;
    }

    .saas-hero .row {
        margin-left: 0;
        margin-right: 0;
    }

    .saas-hero .row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .saas-hero_cta {
        flex-direction: column;
    }

    .saas-hero_btn {
        width: 100%;
        justify-content: center;
    }

    .saas-preview_stats {
        grid-template-columns: 1fr;
    }

    .saas-preview_float {
        display: none;
    }

    .saas-hero_logos-track {
        gap: 1rem 1.5rem;
    }

    .saas-features {
        padding: 3.75rem 0 4.5rem;
    }

    .saas-features_intro {
        margin-bottom: 2.25rem;
    }

    .saas-features_bento {
        grid-template-columns: 1fr;
    }

    .saas-features_tile--hero,
    .saas-features_tile--compact,
    .saas-features_tile--sm {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .saas-features_tile--hero .saas-features_tile-body {
        grid-template-columns: 1fr;
    }

    .saas-features_visual {
        margin-top: 0.5rem;
    }

    .saas-features_strip {
        flex-direction: column;
        align-items: flex-start;
    }

    .saas-features_strip-btn {
        width: 100%;
        justify-content: center;
    }

    .saas-hiw {
        padding: 3.75rem 0 4.5rem;
    }

    .saas-hiw_intro {
        margin-bottom: 2.5rem;
    }

    .saas-hiw_foot {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.35rem 1.25rem;
    }

    .saas-hiw_foot-actions {
        width: 100%;
        flex-direction: column;
    }

    .saas-hiw_btn {
        width: 100%;
        justify-content: center;
    }

    .saas-integ {
        padding: 3.75rem 0 4.5rem;
    }

    .saas-integ_head {
        margin-bottom: 1.5rem;
    }

    .saas-integ_highlights {
        flex-direction: column;
        width: 100%;
    }

    .saas-integ_highlights li {
        flex: 1 1 auto;
        width: 100%;
        white-space: nowrap;
    }

    .saas-integ_board {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .saas-integ_cats {
        gap: 0.4rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .saas-integ_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .saas-integ_item {
        min-height: 124px;
        padding: 1rem 0.9rem;
    }

    .saas-integ_api {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem 1.15rem;
    }

    .saas-integ_api-copy {
        align-items: flex-start;
        width: 100%;
    }

    .saas-integ_api-actions {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .saas-integ_btn {
        width: 100%;
        justify-content: center;
    }

    .saas-price {
        padding: 3.75rem 0 4.5rem;
    }

    .saas-price_intro {
        margin-bottom: 1.5rem;
    }

    .saas-price_toggle-wrap {
        margin-bottom: 2rem;
    }

    .saas-price_grid {
        max-width: none;
        gap: 1rem;
    }

    .saas-price_card {
        padding: 1.5rem 1.25rem 1.25rem;
    }

    .saas-price_note {
        font-size: 12px;
        padding: 0 0.5rem;
    }

    .saas-ts {
        padding: 3.75rem 0 4.5rem;
    }

    .saas-ts_head {
        margin-bottom: 2rem;
    }

    .saas-ts_trust {
        padding: 0.55rem 0.9rem;
        gap: 0.4rem 0.55rem;
    }

    .saas-ts_trust-label {
        font-size: 12px;
    }

    .saas-ts_slider {
        margin-bottom: 1.5rem;
    }

    .saas-ts_swiper {
        padding: 0.5rem 0 1.25rem;
    }

    .saas-ts_controls {
        gap: 0.85rem;
    }

    .saas-ts_arrow {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .saas-ts_card {
        padding: 1.25rem 1.15rem 1.15rem;
    }

    .saas-ts_card-top {
        flex-wrap: wrap;
    }

    .saas-ts_quote {
        font-size: 14px;
        margin-bottom: 1.15rem;
    }

    .saas-ts_more {
        width: 100%;
        justify-content: center;
    }

    .saas-faq {
        padding: 4.5rem 0 5rem;
    }

    .saas-faq_head {
        margin-bottom: 2rem;
    }

    .saas-faq_sub {
        font-size: 15px;
    }

    .saas-faq_col {
        gap: 0.75rem;
    }

    .saas-faq_question {
        padding: 1rem 1.05rem;
    }

    .saas-faq_question-text {
        font-size: 0.95rem;
    }

    .saas-faq_answer-inner {
        padding: 0 1.05rem 1rem;
    }

    .saas-faq_cta {
        flex-direction: column;
        align-items: stretch;
        padding: 1.2rem 1.15rem;
    }

    .saas-faq_cta-actions {
        width: 100%;
    }

    .saas-faq_cta-btn {
        flex: 1 1 auto;
        justify-content: center;
        text-align: center;
    }

    .saas-footer {
        padding-bottom: 1rem;
    }

    .saas-ft-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 1.5rem 0 1.75rem;
    }

    .saas-ft-contact_line {
        display: none;
    }

    .saas-ft-contact_email,
    .saas-ft-contact_phone {
        font-size: clamp(1rem, 4.5vw, 1.2rem);
        white-space: normal;
        word-break: break-word;
        width: 100%;
    }

    .saas-ft-main {
        padding: 2rem 0 1.75rem;
    }

    .saas-ft-grid {
        --bs-gutter-y: 1.75rem;
    }

    .saas-ft-brand_desc {
        margin-bottom: 1.25rem;
    }

    .saas-ft-col {
        padding-top: 0.25rem;
    }

    .saas-ft-col--newsletter {
        margin-top: 0.25rem;
        padding-top: 0.5rem;
        border-top: 1px solid #eef0f2;
    }

    .saas-ft-form {
        width: 100%;
        max-width: none;
    }

    .saas-ft-bottom {
        min-height: 88px;
        padding: 1.5rem 0 5rem;
        overflow: hidden;
    }

    .saas-ft-watermark {
        left: 0;
        right: 0;
        bottom: 3.5rem;
        max-width: 100%;
        font-size: clamp(2rem, 14vw, 3rem);
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .saas-ft-bottom_copy {
        text-align: left;
        font-size: 12px;
        line-height: 1.6;
        max-width: calc(100% - 56px);
        padding-bottom: 0;
    }

    body.ai-saas-body .saas-ft-topbtn {
        bottom: 24px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
}

/* ============================================================
   SHORT MOBILE VIEWPORTS - index-1 hero
============================================================ */
@media (max-width: 768px) and (max-height: 700px) {
    .ais-hero-section {
        min-height: 100svh;
    }

    .ais-hero-section .ais-container {
        padding-top: calc(70px + 0.65rem);
    }

    .ais-hero-content {
        padding-bottom: 5.25rem;
    }

    .ais-hero-title {
        font-size: clamp(1.45rem, 4.8vw, 1.65rem);
        line-height: 1.2;
    }

    .ais-partner-badge {
        margin-bottom: 0.75rem;
        font-size: 11px;
        padding: 5px 12px;
    }

    body.ai-startup-body .ais-hero-sub {
        font-size: 14px;
        line-height: 1.55;
        margin-top: 0.65rem;
        margin-bottom: 1.1rem;
    }

    .ais-hero-cta {
        gap: 0.65rem;
    }
}

/* ============================================================
   MAX-WIDTH - 767px and below
============================================================ */
@media (max-width: 767px) {
    .saas-ts_swiper .saas-ts_card:hover {
        transform: scale(0.94);
    }

    .saas-ts_swiper .swiper-slide-active .saas-ts_card:hover {
        transform: scale(1);
        box-shadow: 0 16px 44px rgba(184, 251, 4, 0.2);
    }

    .portfolio-card.featured-card>.row {
        height: auto !important;
        align-items: stretch !important;
    }

    .portfolio-card.featured-card .col-md-6.h-100 {
        height: auto !important;
    }

    .portfolio-card.featured-card .portfolio-img-wrap.featured-img {
        height: 240px !important;
        min-height: 0 !important;
    }

    .portfolio-card.featured-card .portfolio-img-wrap.featured-img img {
        height: 100% !important;
        min-height: 0 !important;
    }
}

/* ============================================================
   MAX-WIDTH - 576px and below
============================================================ */
@media (max-width: 576px) {
    .auth-card {
        padding: 2rem 1.5rem;
    }

    .auth-title {
        font-size: 1.6rem;
    }

    .auth-social-grid {
        grid-template-columns: 1fr;
    }

    .auth-card-wrapper {
        margin-top: 40px;
    }

    .cs-input-group {
        flex-direction: column;
        background: none;
        border: none;
        padding: 0;
        gap: 1rem;
        box-shadow: none !important;
    }

    .cs-input-group .cs-prompt {
        display: none;
    }

    .cs-input-group input {
        width: 100%;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        padding: 14px 20px;
        text-align: center;
    }

    .cs-input-group input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 15px var(--primary-glow);
        background: rgba(255, 255, 255, 0.04);
    }

    .cs-submit-btn {
        width: 100%;
        padding: 14px;
        border-radius: var(--radius);
        justify-content: center;
    }

    .error-card-light {
        padding: 3rem 1.5rem;
    }

    .error-actions-light {
        width: 100%;
    }

    .error-actions-light a {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   MAX-WIDTH - 575px and below
============================================================ */
@media (max-width: 575px) {
    .ais-wdo-grid-side {
        grid-template-columns: 1fr;
    }

    .saas-ft-contact {
        padding: 1.35rem 0 1.5rem;
    }

    .saas-ft-main {
        padding: 1.75rem 0 1.5rem;
    }

    .saas-ft-grid {
        --bs-gutter-y: 1.5rem;
    }

    .saas-ft-brand_socials {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .saas-ft-col_title {
        font-size: 1rem;
        margin-bottom: 0.45rem;
    }

    .saas-ft-col_bar {
        margin-bottom: 1rem;
    }

    .saas-ft-col_links {
        gap: 0.5rem;
    }

    .saas-ft-col_links a {
        font-size: 14px;
    }

    .saas-ft-col_text {
        font-size: 13px;
        margin-bottom: 1rem;
    }

    .saas-ft-form input {
        padding: 0.85rem 3.25rem 0.85rem 1rem;
        font-size: 13px;
    }

    .saas-ft-form button {
        width: 36px;
        height: 36px;
        font-size: 13px;
        right: 5px;
    }

    .saas-ft-bottom {
        min-height: 76px;
        padding: 1.25rem 0 4.75rem;
    }

    .saas-ft-watermark {
        bottom: 1.25rem;
        font-size: clamp(1.75rem, 16vw, 2.5rem);
    }

    body.ai-saas-body .saas-ft-topbtn {
        bottom: 18px;
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .bot-container {
        padding: 0 16px;
    }

    .bot-topbar {
        display: none;
    }

    .bot-header_row {
        padding: 0.75rem 0;
    }

    .bot-hero {
        padding: 112px 0 64px;
    }

    .bot-hero .row {
        --bs-gutter-y: 2rem;
    }

    .bot-hero_content {
        max-width: none;
        text-align: left;
    }

    .bot-hero_title {
        max-width: none;
        margin-bottom: 1.25rem;
        font-size: clamp(2rem, 6.5vw, 2.75rem);
        line-height: 1.18;
    }

    .bot-hero_form {
        max-width: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        margin-bottom: 1rem;
    }

    .bot-hero_input {
        flex: none;
        width: 100%;
        height: 50px;
        padding: 0 1rem;
        font-size: 14px;
    }

    body.ai-chatbot-body .bot-hero_submit.btn-primary {
        width: 100%;
        height: 50px;
        justify-content: center;
    }

    .bot-hero_perks {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
    }

    .bot-hero_perks li {
        font-size: 14px;
    }

    .bot-hero_visual {
        min-height: 300px;
        margin-top: 0.5rem;
        padding: 1rem 0 0.5rem;
    }

    .bot-hero_glow--lime {
        width: 240px;
        height: 240px;
        top: 42%;
        right: 0;
    }

    .bot-hero_glow--teal {
        width: 220px;
        height: 220px;
        top: 50%;
        right: 5%;
    }

    .bot-hero_glow--soft {
        display: none;
    }

    .bot-hero_bubble {
        max-width: 200px;
        font-size: 12px;
        padding: 0.65rem 0.85rem;
    }

    .bot-hero_bubble--1 {
        top: 4%;
        right: auto;
        left: 50%;
        transform: translateX(-15%);
        max-width: min(200px, calc(100% - 1.5rem));
    }

    .bot-hero_bubble--2 {
        left: 0.5rem;
        max-width: min(180px, calc(100% - 1rem));
    }

    .bot-trust {
        padding: 2rem 0 2.5rem;
    }

    .bot-trust_label {
        font-size: 10px;
        letter-spacing: 0.08em;
        padding: 0 0.5rem;
    }

    .bot-trust_marquee {
        margin-top: 1.1rem;
    }

    .bot-trust_track {
        animation-duration: 24s;
    }

    .bot-trust_group {
        gap: 0.75rem;
        padding-right: 0.75rem;
    }

    .bot-trust_logo {
        font-size: 13px;
        padding: 0.5rem 0.85rem;
        gap: 0.4rem;
    }

    .bot-trust_logo i {
        font-size: 12px;
    }

    .bot-hiw {
        padding: 72px 0 68px;
    }

    .bot-hiw_dots {
        width: 160px;
        height: 160px;
        opacity: 0.35;
    }

    .bot-hiw_intro {
        margin-bottom: 2.25rem;
    }

    .bot-hiw_title {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .bot-hiw_desc {
        font-size: 15px;
    }

    .bot-hiw_grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        padding-bottom: 0.5rem;
    }

    .bot-hiw_card,
    .bot-hiw_card--featured {
        min-height: 0;
        padding: 2.15rem 1.4rem 3rem;
        transform: none;
    }

    .bot-hiw_card:hover,
    .bot-hiw_card--featured:hover {
        transform: translateY(-4px);
    }

    .bot-hiw_card--featured .bot-hiw_card-title {
        font-size: 1.2rem;
    }

    .bot-hiw_card-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin-bottom: 1.25rem;
    }

    .bot-hiw_card-text {
        max-width: none;
    }

    .bot-hiw_card-step {
        width: 40px;
        height: 40px;
        font-size: 11px;
    }

    .bot-hiw_foot p {
        font-size: 14px;
        padding: 0 0.5rem;
    }

    .bot-integ {
        padding: 72px 0 68px;
    }

    .bot-integ_head {
        margin-bottom: 2.25rem;
    }

    .bot-integ_title {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .bot-integ_desc {
        font-size: 15px;
    }

    .bot-integ_bridge {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 0;
    }

    .bot-integ_side--left {
        grid-column: 1;
        grid-row: 1;
    }

    .bot-integ_hub {
        grid-column: 1;
        grid-row: 2;
        width: 156px;
        height: 156px;
        margin-bottom: 0.5rem;
        justify-self: center;
    }

    .bot-integ_side--right {
        grid-column: 1;
        grid-row: 3;
    }

    .bot-integ_hub-core {
        width: 108px;
        height: 108px;
    }

    .bot-integ_hub-core i {
        font-size: 24px;
    }

    .bot-integ_belt {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 0.65rem;
        margin-bottom: 2rem;
        padding: 1rem;
    }

    .bot-integ_dev {
        padding: 1.15rem;
        border-radius: 18px;
    }

    .bot-integ_dev-title {
        font-size: 1.2rem;
    }

    .bot-integ_dev-actions {
        flex-direction: column;
    }

    body.ai-chatbot-body .bot-integ_dev-btn.btn-primary,
    body.ai-chatbot-body .bot-integ_dev-btn.btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .bot-price {
        padding: 76px 0 64px;
    }

    .bot-price_curve {
        height: 56px;
    }

    .bot-price_layout {
        gap: 2rem;
        padding-top: 2.25rem;
    }

    .bot-price_intro {
        max-width: none;
        padding-top: 0;
        text-align: left;
    }

    .bot-price_desc {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
    }

    .bot-price_title {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .bot-price_highlights {
        max-width: none;
        width: 100%;
        align-items: flex-start;
    }

    .bot-price_tier {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 1.35rem 1.1rem 1.15rem;
        text-align: left;
    }

    .bot-price_tier--featured {
        padding-top: 2rem;
    }

    .bot-price_badge {
        top: -0.55rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .bot-price_tier-feats {
        border-left: none;
        padding: 0.75rem 0 0;
        margin: 0;
        max-width: none;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bot-price_tier-feats li {
        font-size: 13px;
    }

    .bot-price_tier-action {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 0.85rem;
        padding-top: 0.85rem;
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .bot-price_amount {
        text-align: center;
    }

    body.ai-chatbot-body .bot-price_btn.btn-primary,
    body.ai-chatbot-body .bot-price_btn.btn-ghost {
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    .bot-ts {
        padding: 60px 0 76px;
    }

    .bot-ts_head {
        margin-bottom: 2rem;
    }

    .bot-ts_title {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .bot-ts_swiper {
        padding: 1.5rem 0 0.85rem;
    }

    .bot-ts_stage {
        padding: 0 1.25rem;
    }

    .bot-ts_swiper .swiper-slide {
        width: 100%;
        max-width: none;
        padding: 0.5rem 0;
    }

    .bot-ts_swiper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
        opacity: 0;
        pointer-events: none;
    }

    .bot-ts_swiper .swiper-slide-prev,
    .bot-ts_swiper .swiper-slide-next,
    .bot-ts_swiper .swiper-slide-active {
        opacity: 1;
    }

    .bot-ts_swiper .swiper-slide-prev .bot-ts_card,
    .bot-ts_swiper .swiper-slide-next .bot-ts_card {
        transform: none;
    }

    .bot-ts_card {
        min-height: auto;
        padding: 1.45rem 1.25rem 1.25rem;
    }

    .bot-ts_pagination {
        margin-top: 1.85rem;
    }

    .bot-price_exit {
        height: 52px;
    }

    .bot-ts_glow--lime,
    .bot-ts_glow--teal {
        opacity: 0.65;
    }

    .bot-features {
        padding: 72px 0 64px;
    }

    .bot-features_curve {
        height: 56px;
        transform: scaleX(1.3);
    }

    .bot-features_intro {
        margin-bottom: 2rem;
        padding-top: 2rem;
    }

    .bot-features_title {
        font-size: clamp(1.75rem, 6vw, 2.25rem);
    }

    .bot-features_desc {
        font-size: 15px;
    }

    .bot-features_deck {
        padding-left: 2rem;
        gap: 1rem;
    }

    .bot-features_spine {
        left: 0.85rem;
    }

    .bot-features_node {
        margin-left: -2rem;
        padding-top: 1.5rem;
    }

    .bot-features_node span {
        width: 2rem;
        height: 2rem;
        font-size: 10px;
    }

    .bot-features_tile,
    .bot-features_lane--flip .bot-features_tile {
        grid-template-columns: 1fr;
    }

    .bot-features_lane--flip .bot-features_art,
    .bot-features_lane--flip .bot-features_copy {
        order: unset;
    }

    .bot-features_lane--flip .bot-features_art {
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .bot-features_art {
        min-height: 160px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .bot-features_copy {
        padding: 1.35rem 1.25rem;
    }

    .bot-features_lane:hover .bot-features_tile,
    .bot-features_lane--flip:hover .bot-features_tile {
        transform: none;
    }

    .bot-features_foot {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        margin-top: 2rem;
        padding: 1.25rem;
    }

    .bot-features_foot-stats {
        width: 100%;
        justify-content: center;
    }

    .bot-features_foot-stats li {
        flex: 1;
        padding: 0 0.75rem;
        min-width: 0;
    }

    .bot-features_foot-stats li:first-child {
        padding-left: 0.75rem;
    }

    body.ai-chatbot-body .bot-features_foot-btn.btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   MAX-WIDTH - 480px and below
============================================================ */
@media (max-width: 480px) {
    .nav-menu {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .btn-primary,
    .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    body.ai-chatbot-body .bot-nav_cta.btn-primary {
        width: auto;
    }

    .bot-features_foot-stats {
        flex-direction: column;
        gap: 0.75rem;
    }

    .bot-features_foot-stats li+li {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 0.75rem;
    }

    .bot-features_foot-stats li {
        padding: 0 0.5rem;
    }

    .bot-trust::before,
    .bot-trust::after {
        width: 48px;
    }

    .bot-trust_track {
        animation-duration: 20s;
    }

    .bot-hiw {
        padding: 64px 0 60px;
    }

    .bot-hiw_card {
        padding: 1.85rem 1.2rem 2.85rem;
    }

    .bot-hiw_card-step {
        width: 38px;
        height: 38px;
    }

    .bot-integ {
        padding: 64px 0 60px;
    }

    .bot-integ_glow--lime,
    .bot-integ_glow--teal {
        opacity: 0.65;
    }

    .bot-integ_link-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .bot-integ_belt-list a {
        font-size: 11px;
        padding: 0.35rem 0.6rem;
    }

    .bot-integ_dev-code code {
        font-size: 11px;
    }

    .bot-integ_flow-track {
        stroke-width: 1.25;
    }

    .bot-integ_flow-pulse {
        stroke-width: 1.75;
    }

    .bot-price {
        padding: 68px 0 56px;
    }

    .bot-price_curve {
        height: 48px;
    }

    .bot-price_layout {
        padding-top: 2rem;
        gap: 1.75rem;
    }

    .bot-price_tier {
        padding: 1.2rem 1rem 1rem;
    }

    .bot-price_plan {
        font-size: 1.05rem;
    }

    .bot-price_amount {
        font-size: 1.55rem;
    }

    .bot-price_glow--lime,
    .bot-price_glow--teal {
        opacity: 0.55;
    }

    .bot-price_highlights li {
        font-size: 14px;
    }

    .bot-price_exit {
        height: 48px;
    }

    .bot-ts {
        padding: 52px 0 68px;
    }

    .bot-ts_quote {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .bot-ft_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 2.5rem 0 2rem;
    }

    .bot-ft_contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.15rem;
        width: 100%;
    }

    .bot-ft_main {
        padding: 2rem 0 2.25rem;
    }

    .bot-ft_nav {
        padding-left: 0;
        border-left: none;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        margin-top: 0.5rem;
    }

    .bot-ft_newsletter-desc {
        margin-bottom: 1.5rem;
    }

    body.ai-chatbot-body .bot-ft_topbtn {
        right: 20px;
        bottom: 24px;
        width: 42px;
        height: 42px;
    }

    .hero-badge {
        font-size: 0.68rem;
        padding: 0.42rem 0.72rem;
    }

    .hero-cta {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-ghost {
        width: 100%;
        justify-content: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-ai-hub {
        width: 100%;
        max-width: 260px;
        --hub-radius: 80px;
        --hub-inner: 30px;
        padding: 0;
        box-sizing: border-box;
    }

    .hub-chip {
        width: 60px;
        height: 60px;
    }

    .hub-chip-text {
        font-size: 1.15rem;
    }

    .hub-node-pill {
        font-size: 0.6rem;
        padding: 0.35rem 0.6rem;
        gap: 0.25rem;
        white-space: nowrap;
    }

    .hub-node-pill i {
        font-size: 0.65rem;
    }

    .hero-visual {
        min-height: 280px;
    }

    .hero-title {
        font-size: clamp(1.75rem, 8.5vw, 2.5rem) !important;
    }

    .hero-title .line {
        overflow: visible !important;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
        text-align: center;
    }

    .hero-stats .stat-item:last-child {
        grid-column: span 2;
    }

    .stat-label {
        font-size: 0.72rem;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 0.75rem;
    }

    .showcase-terminal-bar {
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.65rem 0.85rem;
    }

    .showcase-terminal-id {
        order: 3;
        width: 100%;
        font-size: 0.58rem;
    }

    .showcase-preview {
        padding: 1.1rem 1rem 0.9rem;
    }

    .showcase-card-body {
        padding: 1.25rem 1.15rem 1.35rem;
    }

    .showcase-card-title {
        font-size: 1.2rem;
    }

    .showcase-metric strong {
        font-size: 0.95rem;
    }

    .genesis-core-container-light {
        width: 280px;
        height: 280px;
    }

    .g-feature-light {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.25rem;
    }

    .genesis-cta {
        flex-direction: column;
        width: 100%;
    }

    .genesis-cta a {
        width: 100%;
        justify-content: center;
    }

    .fn-top-left {
        top: 0%;
        left: -5%;
    }

    .fn-bottom-left {
        bottom: 5%;
        left: -5%;
    }

    .fn-bottom-right {
        bottom: -10%;
        right: 0%;
    }

    .team-staggered-full-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card-light {
        padding: 1.5rem;
    }

    .testimonial-text {
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }

    .card-metrics-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1rem 0;
        margin-bottom: 1.5rem;
    }

    .team-filter-menu-wrap {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
        text-align: left;
    }

    .team-filter-menu {
        display: inline-flex;
        border-radius: 30px;
    }

    .filter-btn {
        padding: 6px 14px;
        font-size: 13px;
    }

    .portfolio-metrics-grid {
        gap: 0.5rem !important;
        padding: 0.75rem 0 !important;
    }

    .portfolio-metrics-grid .metric-val {
        font-size: 0.85rem !important;
    }

    .portfolio-content {
        padding: 1.5rem !important;
    }

    .portfolio-hex-scrambler,
    .portfolio-util-meter,
    .portfolio-security-status,
    .portfolio-node-scale,
    .portfolio-micro-graph,
    .portfolio-mini-console {
        padding: 8px 12px !important;
    }

    .portfolio-mini-console .console-body {
        min-height: 28px !important;
    }

    .timeline-step {
        gap: 12px !important;
    }

    .step-index-badge {
        width: 24px !important;
        height: 24px !important;
        font-size: 9px !important;
    }

    .step-line {
        top: 24px !important;
        bottom: -20px !important;
    }

    .step-content-card {
        padding: 1rem !important;
    }

    .roi-slider-container {
        padding: 1rem !important;
    }

    .blog-card-img-wrap {
        height: 180px !important;
    }

    .blog-card-title {
        font-size: 1.2rem !important;
    }

    .blog-pagination .page-link {
        width: 36px !important;
        height: 36px !important;
        font-size: 13px !important;
    }

    .details-cover-img {
        height: 200px !important;
    }

    .post-title {
        font-size: 1.6rem !important;
    }

    .post-body-text h2 {
        font-size: 1.4rem !important;
    }

    .author-avatar-big {
        width: 50px !important;
        height: 50px !important;
        font-size: 18px !important;
    }

    .service-card-title {
        font-size: 1.2rem !important;
    }

    .service-tech-tag {
        font-size: 9px !important;
        padding: 2px 6px !important;
    }

    .cs-content-wrapper {
        padding: 1.25rem 1rem !important;
    }

    .cs-logo {
        max-height: 36px !important;
    }

    .cs-title {
        font-size: 1.75rem !important;
        margin-bottom: 0.5rem !important;
    }

    .cs-subtitle {
        font-family: var(--font-body);
        font-size: 0.85rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.5 !important;
    }

    .cs-timer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem 0.65rem !important;
        max-width: 220px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 1.25rem !important;
    }

    .cs-colon {
        display: none !important;
    }

    .cs-time-box {
        width: 100% !important;
        height: 68px !important;
        border-radius: 8px !important;
    }

    .cs-number {
        font-size: 1.5rem !important;
    }

    .cs-label {
        font-size: 0.52rem !important;
        margin-top: 0.25rem !important;
    }

    .cs-notify-form {
        margin-bottom: 1.25rem !important;
    }

    .cs-socials {
        margin-top: 1rem !important;
        padding-bottom: 0.25rem;
    }

    body.page-coming-soon .aig-section {
        width: calc(100% - 16px) !important;
        min-height: auto !important;
        height: auto !important;
        margin: 8px auto !important;
        border-radius: 20px !important;
    }

    .faq-light-section .text-dark {
        font-size: 1.75rem !important;
    }

    .faq-question {
        padding: 1.1rem 1.35rem;
        font-size: 0.95rem;
    }

    .faq-answer-inner {
        padding: 0 1.35rem 1.25rem 1.35rem;
    }

    .faq-icon-wrap {
        width: 32px;
        height: 32px;
    }

    body.page-coming-soon .aig-section {
        width: calc(100% - 20px) !important;
        /* height: calc(100vh - 20px) !important; */
        border-radius: 25px !important;
    }

    .ais-nav-shell {
        height: 70px;
    }

    .ais-hero-section .ais-container {
        padding-top: calc(70px + 0.85rem);
    }

    .ais-hero-title {
        font-size: 40px;
        line-height: 1.22;
    }

    .ais-hero-cta {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .ais-btn-pill-primary,
    .ais-btn-pill-secondary,
    .ais-hero-cta .btn-primary,
    .ais-hero-cta .btn-ghost {
        width: 100%;
        justify-content: center;
    }

    .ais-partner-badge {
        padding: 6px 16px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ais-title-highlight {
        padding: 2px 10px;
        border-radius: 6px;
    }

    .ais-partner-marquee {
        bottom: 40px;
        padding: 0 12px;
    }

    .ais-partner-group {
        gap: 2.5rem;
        padding-right: 2.5rem;
    }

    .ais-partner-item {
        font-size: 18px;
    }

    .ais-about-section {
        padding: 64px 0 56px;
    }

    .ais-about-stat-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .ais-about-glow {
        width: 280px;
        height: 280px;
        right: -60px;
    }

    .ais-wdo-section {
        padding: 64px 0 68px;
    }

    .ais-hiw-section {
        padding: 70px 0 65px;
    }

    .ais-hiw-phase_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .ais-cs-section {
        padding: 70px 0 75px;
    }

    .ais-cs-card_body {
        padding: 1.25rem 1.2rem 1.2rem;
    }

    .ais-ts-section {
        padding: 70px 0 75px;
    }

    .ais-ts-pick {
        min-width: 200px;
        padding: 0.75rem 0.85rem;
    }

    .ais-ts-pick_stat {
        font-size: 0.9rem;
    }

    .ais-footer-cta {
        padding-top: 3rem;
    }

    .ais-footer-legal {
        gap: 1rem;
    }

    .saas-hero_trust {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .saas-preview_body {
        grid-template-columns: 40px 1fr;
    }

    .saas-preview_chart {
        height: 56px;
    }

    .saas-nav-list {
        padding: 0.85rem 1rem;
    }

    .saas-drawer-top,
    .saas-drawer-foot {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* --- AI Chatbot (index-3) --- */
    .bot-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bot-header_row {
        padding: 0.65rem 0;
    }

    .bot-nav_logo {
        padding: 0.45rem 0.7rem;
    }

    .bot-nav_logo-img {
        height: 26px;
    }

    .bot-nav_toggle {
        width: 40px;
        height: 40px;
    }

    body.ai-chatbot-body .bot-nav_cta.btn-primary {
        display: none;
    }

    .bot-hero {
        padding: 100px 0 52px;
    }

    .bot-hero_title {
        font-size: clamp(1.85rem, 8.5vw, 2.15rem);
        margin-bottom: 1rem;
    }

    .bot-hero_form {
        gap: 0.5rem;
        margin-bottom: 0.85rem;
    }

    .bot-hero_input {
        height: 48px;
        font-size: 14px;
        border-radius: 12px;
    }

    body.ai-chatbot-body .bot-hero_submit.btn-primary {
        height: 48px;
        font-size: 14px;
        border-radius: 12px;
    }

    .bot-hero_perks li {
        font-size: 13px;
    }

    .bot-hero_visual {
        min-height: 260px;
        padding-top: 0.25rem;
    }

}

/* ============================================================
   ACCESSIBILITY - prefers-reduced-motion
============================================================ */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .scroll-left,
    .scroll-right,
    .features-aurora,
    .features-grid-bg {
        animation: none !important;
    }

    .bot-robot,
    .bot-robot_core,
    .bot-robot_eye,
    .bot-hero_bubble {
        animation: none !important;
    }

    .bot-features_card {
        transition-duration: 0.01ms;
    }

    .bot-features_card:hover {
        transform: none;
    }

    .bot-features_kicker-dot,
    .bot-features_art-ring,
    .bot-features_art-orbit,
    .bot-features_art-bar {
        animation: none !important;
    }

    .bot-features_lane:hover .bot-features_tile,
    .bot-features_lane--flip:hover .bot-features_tile {
        transform: none;
    }

    .bot-trust_track {
        animation: none !important;
    }

    .bot-hiw_card,
    .bot-hiw_card--featured {
        transition-duration: 0.01ms;
    }

    .bot-hiw_card:hover,
    .bot-hiw_card--featured:hover {
        transform: none;
    }

    .bot-integ_hub-ring {
        animation: none !important;
    }

    .bot-integ_flow-pulse {
        animation: none !important;
    }

    .bot-integ_flow-lines {
        opacity: 1;
    }

    .bot-integ_flow-dot {
        display: none;
    }

    .bot-integ_link:hover {
        transform: none;
    }

    .bot-integ_belt-list a:hover {
        transform: none;
    }
}