:root {
    --site-primary: #2563eb;
    --site-primary-light: #3b82f6;
    --site-primary-dark: #1d4ed8;
    --site-dark: #0b1220;
    --site-dark-elevated: #111827;
    --site-dark-card: #0f1a2e;
    --site-light: #f1f5f9;
    --site-light-alt: #e8eef5;
    --site-text: #0f172a;
    --site-text-muted: #64748b;
    --site-text-on-dark: #e2e8f0;
    --site-text-muted-on-dark: #94a3b8;
    --site-radius: 12px;
    --site-radius-lg: 16px;
    --site-radius-xl: 20px;
    --site-header-height: 76px;
    --hero-header-spacing: 1.25rem;
    --site-container-padding: 1rem;
    --site-section-py: 4.5rem;
    --site-cta-gradient: linear-gradient(90deg, #1e40af 0%, #2563eb 42%, #1d4ed8 78%, #1e3a8a 100%);
    --site-btn-radius: 6px;
    --site-btn-height-sm: 38px;
    --site-btn-height-md: 42px;
    --site-btn-height-lg: 50px;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body.navigo-frontend {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--site-text);
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: var(--site-header-height);
}

body.navigo-frontend--home {
    padding-top: var(--site-header-height);
}

main {
    flex: 1;
}

/* Alerts */
main > .alert,
.quote-page__card .alert-flash-persistent {
    max-width: 720px;
    margin: 1rem auto;
    border-radius: var(--site-radius);
}

.alert-flash-persistent {
    position: sticky;
    top: calc(var(--site-header-height) + 0.75rem);
    z-index: 1020;
}

/* Buttons — sizes aligned with design (sm header, lg hero + CTA) */
.site-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    box-sizing: border-box;
    min-height: var(--site-btn-height-md);
    padding: 0.625rem 1.375rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    border-radius: var(--site-btn-radius);
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.site-btn:hover {
    transform: translateY(-1px);
}

.site-btn--sm {
    min-height: var(--site-btn-height-sm);
    padding: 0.5rem 1.125rem;
    font-size: 0.875rem;
}

.site-btn--md {
    min-height: var(--site-btn-height-md);
    padding: 0.625rem 1.375rem;
    font-size: 0.9375rem;
}

.site-btn--lg {
    min-height: var(--site-btn-height-lg);
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
}

.site-btn__label {
    display: inline-block;
}

.site-btn.is-submitting {
    cursor: wait;
    pointer-events: none;
}

.site-btn.is-submitting .site-btn__arrow {
    display: none;
}

.site-btn__spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.45rem;
    vertical-align: -0.15em;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: site-btn-spin 0.65s linear infinite;
}

@keyframes site-btn-spin {
    to {
        transform: rotate(360deg);
    }
}

body.navigo-frontend--home .site-btn__label {
    text-transform: uppercase;
}

.site-btn__arrow {
    font-size: 0.95em;
    line-height: 1;
    transition: transform 0.2s ease;
}

.site-btn--sm .site-btn__arrow {
    font-size: 0.875rem;
}

.site-btn--lg .site-btn__arrow {
    font-size: 1.05rem;
}

.site-btn:hover .site-btn__arrow {
    transform: translateX(3px);
}

.site-btn--primary {
    background: var(--site-primary);
    color: #fff;
    border-color: var(--site-primary);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.site-btn--primary:hover {
    background: var(--site-primary-dark);
    border-color: var(--site-primary-dark);
    color: #fff;
}

.site-btn--outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: none;
}

.site-btn--outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: #fff;
}

.site-btn--light {
    background: #fff;
    color: var(--site-primary-dark);
    border-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.site-btn--light:hover {
    background: #f8fafc;
    color: var(--site-primary-dark);
    border-color: #f8fafc;
}

/* Brand */
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
}

.site-brand__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--site-primary);
    color: #fff;
    font-size: 1.1rem;
}

.site-brand__logo {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

.site-header .site-brand--has-logo .site-brand__logo {
    height: 30px;
    max-height: 30px;
    width: auto;
    max-width: min(360px, 55vw);
}

.site-brand--has-logo .site-brand__logo {
    height: 48px;
    max-height: 48px;
    width: auto;
    max-width: min(320px, 50vw);
}

.site-brand__name {
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}

.site-brand--has-logo .site-brand__name {
    display: none;
}

.site-brand--footer {
    justify-content: center;
    color: #fff;
}

.site-brand--footer .site-brand__name {
    color: #fff;
}

.site-brand--footer.site-brand--has-logo .site-brand__logo {
    height: 30px;
    max-height: 30px;
    max-width: min(240px, 80vw);
}

/* Header */
.site-header {
    background: #020617;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: box-shadow 0.25s ease;
    z-index: 1030;
}

.site-header.is-scrolled {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.site-header__grid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    min-height: var(--site-header-height);
    position: relative;
}

.site-header__brand {
    flex-shrink: 0;
    z-index: 2;
    margin-right: auto;
}

.site-header__toggler {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: 0.5rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.65rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.site-header__toggler:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.55);
}

.site-header__nav-area {
    width: 100%;
    flex-basis: 100%;
}

.site-header__nav-area .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    padding: 0.75rem 0 0;
    margin: 0;
}

.site-header__cta--mobile {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header__cta--mobile .site-btn {
    width: 100%;
}

.site-header__cta--desktop {
    flex-shrink: 0;
    z-index: 2;
    margin-left: 1rem;
}

@media (min-width: 992px) {
    .site-header__grid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 2rem;
        flex-wrap: nowrap;
    }

    .site-header__brand {
        grid-column: 1;
        margin-right: 0;
    }

    .site-header__nav-area {
        grid-column: 2;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        flex-basis: auto;
        height: auto;
        visibility: visible;
        background: transparent;
        border: none;
        padding: 0;
    }

    .site-header__nav-area .site-nav {
        align-items: center;
        flex-direction: row;
        gap: 0.1rem;
        justify-content: flex-end;
        padding: 0;
        width: 100%;
    }

    .site-header__nav-area .nav-item {
        display: flex;
    }

    .site-header__cta--desktop {
        grid-column: 3;
        margin-left: 0;
    }
}

.site-header .site-brand__name,
.site-header .site-nav__link {
    color: rgba(255, 255, 255, 0.9);
}

.site-header .site-nav__link:hover {
    color: #fff;
}

.site-header .site-nav__link.active {
    color: #fff;
}

.site-nav__link {
    font-size: 0.975rem;
    font-weight: 500;
    padding: 0.45rem 0.8rem !important;
    position: relative;
    text-align: center;
}

.site-nav__link:hover {
    color: #fff;
}

.site-nav__link.active::after {
    background: #3b82f6;
    border-radius: 2px;
    bottom: 0.15rem;
    content: '';
    height: 2px;
    left: 0.8rem;
    position: absolute;
    right: 0.8rem;
}

.site-header__cta--desktop .site-btn--primary {
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
    font-size: 0.9125rem;
    min-height: 38px;
    padding: 0.5rem 1.125rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header__grid {
        column-gap: 1rem;
    }

    .site-nav__link {
        font-size: 0.8125rem;
        padding: 0.4rem 0.5rem !important;
        white-space: nowrap;
    }

    .site-nav__link.active::after {
        left: 0.5rem;
        right: 0.5rem;
    }

    .site-header__nav-area .site-nav {
        gap: 0;
    }

    .site-header__cta--desktop .site-btn--primary {
        font-size: 0.8125rem;
        min-height: 34px;
        padding: 0.4rem 0.875rem;
    }
}

/* Section headings */
.section-heading__label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-heading__title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.section-heading__description {
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.65;
}

.section-heading--dark .section-heading__label {
    color: var(--site-primary-light);
}

.section-heading--dark .section-heading__title {
    color: #fff;
}

.section-heading--dark .section-heading__description {
    color: var(--site-text-muted-on-dark);
}

.section-heading--light .section-heading__label {
    color: var(--site-primary);
}

.section-heading--light .section-heading__title {
    color: var(--site-text);
}

.section-heading--light .section-heading__description {
    color: var(--site-text-muted);
}

/* Home page: keep section titles consistent */
body.navigo-frontend--home .section-heading__title,
body.navigo-frontend--home .why-partner-heading {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Hero */
.hero-section {
    --hero-section-py: 2.5rem;
    background-color: #00050a;
    isolation: isolate;
    min-height: min(78vh, 700px);
    overflow: hidden;
    position: relative;
}

.hero-section--has-product {
    --hero-overlay: linear-gradient(
        90deg,
        #00050a 0%,
        #00050a 14%,
        rgba(0, 5, 10, 0.96) 28%,
        rgba(0, 5, 10, 0.86) 42%,
        rgba(0, 5, 10, 0.58) 56%,
        rgba(0, 5, 10, 0.22) 70%,
        rgba(0, 5, 10, 0.04) 84%,
        transparent 100%
    );
    background-color: #00050a;
    background-image: var(--hero-overlay), var(--hero-bg-image);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: min(86vh, 700px);
}

.hero-content-wrap {
    align-items: center;
    display: flex;
    min-height: inherit;
    padding: var(--hero-section-py) 0;
    position: relative;
    z-index: 1;
}

.hero-content-col .hero-title,
.hero-content-col .hero-description,
.hero-content-col .hero-feature-points,
.hero-content-col .hero-actions {
    max-width: 36rem;
}

@media (min-width: 992px) {
    .hero-section--has-product .hero-content-col .hero-title,
    .hero-section--has-product .hero-content-col .hero-description,
    .hero-section--has-product .hero-content-col .hero-feature-points,
    .hero-section--has-product .hero-content-col .hero-actions {
        max-width: 37rem;
    }
}

.hero-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(96, 165, 250, 0.35);
    color: #93c5fd;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.hero-title {
    color: #fff;
    font-size: clamp(1.625rem, 2.85vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.hero-title__highlight {
    color: #3b9eff;
}

.hero-title__line {
    display: block;
}

.hero-description {
    color: rgba(241, 245, 249, 0.94);
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.65;
    margin-bottom: 1.35rem;
    max-width: 31rem;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.hero-actions .site-btn--lg {
    min-width: 11.5rem;
}

.hero-feature-points {
    max-width: 38rem;
}

.hero-feature-point {
    align-items: center;
    color: #e2e8f0;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 500;
    gap: 0.55rem;
    line-height: 1.3;
    min-width: 0;
}

.hero-feature-point__icon {
    align-items: center;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.72rem;
    height: 1.35rem;
    justify-content: center;
    width: 1.35rem;
}

.hero-feature-point__icon i {
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
}

.hero-feature-point__text {
    min-width: 0;
}

/* Features / Why Partner */
.features-section {
    background: #071227;
    border: none;
    padding: var(--site-section-py) 0;
}

.why-partner-heading-wrap {
    text-align: center;
    margin-bottom: 1.75rem;
}

.why-partner-heading {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.375rem, 2.1vw, 1.625rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.why-partner-heading span {
    color: #007bff;
    font-weight: 700;
}

.why-partner-description {
    margin: 0.875rem auto 0;
    max-width: 42rem;
    color: #b8c5d6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    letter-spacing: normal;
}

.why-partner-grid > .col {
    min-width: 0;
}

.why-partner-item {
    padding: 0.5rem 1.15rem 0.65rem;
    text-align: center;
}

@media (min-width: 992px) {
    .why-partner-grid > .col:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .why-partner-grid > .col:not(:nth-child(3n)) {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 767.98px) {
    .why-partner-grid > .col:not(:nth-child(2n)) {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }
    .hero-section--has-product {
        padding: 30px;
    }
}

.why-partner-item__icon {
    color: #007bff;
    font-size: 3.125rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: block;
}

.why-partner-item__icon .bi {
    display: inline-block;
    vertical-align: middle;
}

.why-partner-item__title {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
    font-size: 1.1875rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 0 0.875rem;
    min-height: calc(1.35em * 2 + 0.1em);
}

.why-partner-item__title-line {
    display: block;
}

.why-partner-item__text {
    margin: 0 auto;
    color: #b8c5d6;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.45;
    max-width: 12.5rem;
}

/* Products */
.products-section {
    background: var(--site-light);
    padding: var(--site-section-py) 0;
}

.product-card {
    background: #fff;
    border-radius: var(--site-radius-lg);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.product-card__image {
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__body {
    padding: 1.5rem 1.5rem 1.75rem;
}

.product-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product-card__description {
    font-size: 0.9rem;
    color: var(--site-text-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.product-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.product-card__features li {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    font-size: 0.875rem;
    color: var(--site-text-muted);
    margin-bottom: 0.5rem;
}

.product-card__features .bi {
    color: var(--site-primary);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: var(--site-primary);
    text-decoration: none;
}

.product-card__link:hover {
    color: var(--site-primary-dark);
}

.product-card__link .bi {
    transition: transform 0.2s ease;
}

.product-card__link:hover .bi {
    transform: translateX(3px);
}

/* Market Opportunity */
.market-opportunity-section {
    background: linear-gradient(180deg, #04070d 0%, #050910 100%);
    padding: var(--site-section-py) 0;
}

.market-opportunity-bar {
    min-height: 0;
}

.market-opportunity-intro {
    padding-right: 1rem;
    text-align: left;
}

.market-opportunity-title,
.market-opportunity-description {
    text-align: left;
}

.market-opportunity-title {
    color: #1f7df2;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    line-height: 1.15;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.market-opportunity-description {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.38;
    max-width: 30ch;
}

.market-stat-card {
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(96, 128, 165, 0.42);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.5rem;
    padding: 2.35rem 0.55rem;
    text-align: center;
}

.market-stat-icon {
    color: #1f7df2;
    font-size: 1.65rem;
    line-height: 1;
    margin-bottom: 0;
}

.market-stat-icon--small {
    display: none;
}

.market-stat-value {
    color: #1f7df2;
    font-size: 1.95rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.05;
    margin: 0 0 1.12rem;
    text-shadow: 0 0 16px rgba(31, 125, 242, 0.32);
}

.market-stat-label {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.market-stat-card--icon {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: left;
}

.market-stat-icon-block {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    width: 100%;
    margin-left: 1rem;
}

.market-stat-icon-block .market-stat-icon {
    flex-shrink: 0;
    font-size: 2.55rem;
}

.market-stat-icon-text {
    min-width: 0;
}

.market-stat-icon-text .market-stat-label {
    line-height: 1.25;
    text-align: left;
}

@media (max-width: 991.98px) {
    .market-opportunity-bar {
        align-items: flex-start;
    }

    .market-opportunity-intro,
    .market-opportunity-title,
    .market-opportunity-description {
        text-align: center;
    }

    .market-opportunity-intro {
        margin-bottom: 0.85rem;
        margin-inline: auto;
        max-width: 100%;
        padding-right: 0;
        width: 100%;
    }

    .market-opportunity-description {
        margin-inline: auto;
        max-width: none;
    }

    .market-opportunity-stats .market-stat-card {
        border-left: 0;
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .market-opportunity-section {
        padding: 1rem 0 1.1rem;
    }

    .market-stat-card {
        min-height: auto;
        padding: 0.65rem 0.4rem;
    }

    .market-stat-card--icon {
        flex-direction: column;
        text-align: center;
    }

    .market-stat-icon-text .market-stat-label {
        text-align: center;
    }
}

/* Product + Dealer Pricing banner */
.dealer-pricing-section {
    background:
        radial-gradient(ellipse 48% 95% at 12% 50%, rgba(18, 72, 150, 0.62) 0%, transparent 58%),
        radial-gradient(ellipse 110% 90% at 50% 45%, #0b2d5e 0%, #061a3d 45%, #030d1f 100%),
        linear-gradient(180deg, #041228 0%, #020a18 100%);
    overflow-x: clip;
    padding: 2rem 0 2.25rem;
}

.dealer-pricing-section .container {
    /* max-width: 1200px;
    overflow-x: clip; */
}

.dealer-pricing-banner {
    color: #fff;
    margin-inline: 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.dealer-pricing-banner__grid > [class*='col-'] {
    max-width: 100%;
    min-width: 0;
}

.dealer-pricing-banner__media {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.dealer-pricing-banner__media::before {
    /* background: radial-gradient(ellipse 85% 70% at 42% 50%, rgba(26, 126, 245, 0.22) 0%, transparent 72%); */
    content: '';
    inset: -8% -12%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.dealer-pricing-banner__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: min(100%, 340px);
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.55));
    position: relative;
    z-index: 1;
}

.dealer-pricing-banner__content {
    max-width: 100%;
    min-width: 0;
}

.dealer-pricing-banner__title {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
    /* letter-spacing: 0.05em; */
    line-height: 1.2;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}

.dealer-pricing-features {
    max-width: 100%;
    min-width: 0;
}

.dealer-pricing-features__col {
    min-width: 0;
    padding-right: 0.35rem;
}

.dealer-pricing-features__col:last-child {
    padding-left: 0.15rem;
    padding-right: 0;
}

.dealer-pricing-features__item {
    align-items: flex-start;
    display: flex;
    gap: 0.4rem;
    line-height: 1.3;
    margin: 0;
    min-width: 0;
    padding-bottom: 1.6rem;
}

.dealer-pricing-features__item:last-child {
    padding-bottom: 0;
}

.dealer-pricing-features__check {
    color: #1a7ef5;
    flex-shrink: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0.08rem;
}

.dealer-pricing-features__text {
    color: #f1f5f9;
    flex: 1;
    font-size: clamp(0.8125rem, 0.86vw, 0.875rem);
    font-weight: 500;
    line-height: 1.3;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.dealer-pricing-banner__aside {
    max-width: 100%;
    min-width: 0;
}

.dealer-pricing-table {
    border: 1px solid rgba(96, 148, 210, 0.42);
    border-radius: 2px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.dealer-pricing-table__head {
    background: #1a7ef5;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.25;
    padding: 0.6rem 0.65rem;
    text-align: center;
    text-transform: uppercase;
}

.dealer-pricing-table__body {
    background: rgba(3, 12, 30, 0.72);
}

.dealer-pricing-table__row {
    border-top: 1px solid rgba(96, 148, 210, 0.32);
    margin: 0;
    min-height: 2.35rem;
    padding: 0.5rem 0.65rem;
}

.dealer-pricing-table__row:first-child {
    border-top: 0;
}

.dealer-pricing-table__range {
    border-right: 1px solid rgba(96, 148, 210, 0.28);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: break-word;
    padding-right: 0.5rem;
    word-break: break-word;
}

.dealer-pricing-table__benefit {
    color: #f8fafc;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: break-word;
    padding-left: 0.65rem;
    word-break: break-word;
}

.dealer-pricing-contact {
    align-items: flex-start;
    color: #e2e8f0;
    display: flex;
    font-size: 0.85rem;
    gap: 0.4rem;
    line-height: 1.35;
    margin: 0.55rem 0 0;
    max-width: 100%;
}

.dealer-pricing-contact__icon {
    align-items: center;
    color: #1a7ef5;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0.05rem;
}

.dealer-pricing-contact__text {
    flex: 1;
    margin: 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    padding-left: 0.5rem;
}


@media (max-width: 991.98px) {
    .dealer-pricing-features > .col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .dealer-pricing-features__col {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        padding-left: 0;
        padding-right: 0;
    }

    .dealer-pricing-features__item {
        padding-bottom: 0;
    }

    .dealer-pricing-features > .col + .col {
        margin-top: 0.65rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dealer-pricing-features > .col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .dealer-pricing-features > .col + .col {
        margin-top: 0;
    }

    .dealer-pricing-features__col {
        padding-left: 0;
        padding-right: 0.25rem;
    }

    .dealer-pricing-features__col:last-child {
        padding-left: 0.35rem;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .dealer-pricing-section {
        padding: var(--site-section-py) 0;
    }

    .dealer-pricing-banner__grid {
        --bs-gutter-x: 1.25rem;
    }

    .dealer-pricing-banner__media {
        justify-content: flex-start;
    }

    .dealer-pricing-banner__image {
        margin: 0;
        max-width: 100%;
        object-position: left center;
    }

    .dealer-pricing-banner__title {
        margin-bottom: 1.9rem;
        text-align: left;
    }

    .dealer-pricing-features__col {
        padding-right: 0.25rem;
    }

    .dealer-pricing-features__col:last-child {
        padding-left: 0.35rem;
    }
}

/* Partnership Process */
.partnership-process-section {
    background: linear-gradient(180deg, #04070d 0%, #050910 100%);
    padding: var(--site-section-py) 0;
}

/* .partnership-process-section .section-heading {
    margin-bottom: 1.1rem !important;
} */


.partnership-process-section .section-heading__title {
    color: #fff;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

.partnership-process-section .section-heading__description {
    margin: 0.875rem auto 0;
    max-width: 42rem;
    color: #b8c5d6;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
    letter-spacing: normal;
}

.process-steps-grid > .col {
    min-width: 0;
}

.process-step-card {
    --process-step-badge-size: 4.75rem;
    --process-step-connector-gap: 0.9rem;
    --process-step-connector-width: 4rem;
    --process-step-stack-gap: 1.2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--process-step-stack-gap);
    min-width: 0;
    padding: 0 0.4rem;
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .process-steps-grid > .col:not(:last-child) .process-step-card::before {
        background-image: repeating-linear-gradient(
            to right,
            rgba(186, 204, 224, 0.78) 0,
            rgba(186, 204, 224, 0.78) 3px,
            transparent 3px,
            transparent 7px
        );
        background-repeat: repeat-x;
        background-size: 7px 2px;
        content: '';
        height: 2px;
        left: calc(50% + (var(--process-step-badge-size) / 2) + var(--process-step-connector-gap));
        position: absolute;
        right: auto;
        top: calc(var(--process-step-badge-size) / 2);
        transform: translateY(-50%);
        width: var(--process-step-connector-width);
        z-index: 0;
    }

    .process-steps-grid > .col:not(:last-child) .process-step-card::after {
        border: 0;
        border-right: 2px solid rgba(186, 204, 224, 0.78);
        border-top: 2px solid rgba(186, 204, 224, 0.78);
        content: '';
        height: 0.45rem;
        left: calc(
            50% + (var(--process-step-badge-size) / 2) + var(--process-step-connector-gap) +
                var(--process-step-connector-width) + 0.3rem
        );
        position: absolute;
        right: auto;
        top: calc(var(--process-step-badge-size) / 2);
        transform: translateY(-50%) rotate(45deg);
        width: 0.45rem;
        z-index: 0;
    }
}

.process-step-badge {
    aspect-ratio: 1;
    flex: 0 0 var(--process-step-badge-size);
    height: var(--process-step-badge-size);
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: var(--process-step-badge-size);
    z-index: 1;
}

.process-step-badge::before,
.process-step-badge::after {
    border: 1px solid rgba(48, 96, 155, 0.42);
    border-radius: 50%;
    content: '';
    pointer-events: none;
    position: absolute;
}

.process-step-badge::before {
    inset: -10px;
}

.process-step-badge::after {
    inset: -18px;
    border-color: rgba(38, 78, 128, 0.28);
}

.process-step-number {
    align-items: center;
    aspect-ratio: 1;
    background: radial-gradient(circle at 32% 28%, #45a8ff 0%, #1a88f0 48%, #0b5fbf 100%);
    border: 2px solid rgba(130, 200, 255, 0.85);
    border-radius: 50%;
    box-shadow:
        0 0 18px 5px rgba(30, 130, 245, 0.45),
        0 2px 8px rgba(4, 12, 28, 0.45),
        inset 0 1px 0 rgba(220, 240, 255, 0.35);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: min(2rem, calc(var(--process-step-badge-size) * 0.44));
    font-weight: 800;
    height: 100%;
    inset: 0;
    justify-content: center;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.process-step-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12em;
    font-size: clamp(0.95rem, 1.15vw, 1.125rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
    min-height: calc(1.3em * 2 + 0.12em);
    width: 100%;
}

.process-step-title__line {
    display: block;
}

.process-step-text {
    color: #a8b8cc;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
    font-size: clamp(0.8125rem, 0.95vw, 0.9375rem);
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 11.5rem;
    min-height: calc(1.4em * 2 + 0.1em);
}

.process-step-text__line {
    display: block;
}

@media (min-width: 992px) {
    .partnership-process-section {
        padding: var(--site-section-py) 0;
    }

    .process-step-card {
        --process-step-badge-size: 4rem;
        --process-step-connector-gap: 3.15rem;
        --process-step-connector-width: 5rem;
        --process-step-stack-gap: 1.25rem;
    }

    .process-step-badge::before {
        inset: -12px;
    }

    .process-step-badge::after {
        inset: -22px;
    }

    .process-step-number {
        font-size: min(2rem, calc(var(--process-step-badge-size) * 0.44));
    }
}

@media (min-width: 1200px) {
    .process-step-card {
        padding: 0 0.5rem;
    }

    .process-step-text {
        max-width: 12.5rem;
    }
}

/* Partner Inquiry */
.partner-inquiry-section {
    background: linear-gradient(180deg, #04070d 0%, #050910 100%);
    padding:  0 0 1.9rem;
}

.partner-inquiry-section .row > [class*='col-'] {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.partner-inquiry-faq,
.partner-inquiry-benefits,
.partner-inquiry-form-wrap {
    border: 1px solid rgba(62, 115, 180, 0.35);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(7, 23, 49, 0.96) 0%, rgba(6, 17, 37, 0.98) 100%);
    padding: 2rem 2rem;
}

.partner-inquiry-side-title,
.partner-inquiry-form-title {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 1.28rem;
    text-transform: uppercase;
    text-align: center;
}

.partner-inquiry-form-title__highlight {
    color: #007bff;
    font-weight: 700;
}

.partner-inquiry-form-subtitle {
    color: #9fb8d8;
    font-size: 0.84rem;
    margin-bottom: 0.58rem;
    text-align: center;
}

.partner-inquiry-faq-subtitle {
    color: #9fb8d8;
    font-size: 0.84rem;
    margin-bottom: 0.72rem;
    text-align: center;
}

.partner-faq-accordion .accordion-item {
    border: 1px solid rgba(72, 126, 192, 0.4);
    border-radius: 3px;
    background: linear-gradient(180deg, rgba(6, 17, 36, 0.96) 0%, rgba(5, 13, 28, 0.98) 100%);
    margin-bottom: 1rem;
    overflow: hidden;
}

.partner-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.partner-faq-accordion .accordion-button {
    background: transparent;
    color: #e0ebfb;
    box-shadow: none;
    padding: 0.72rem 0.78rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.32;
}

.partner-faq-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: rgba(8, 25, 50, 0.48);
}

.partner-faq-accordion .accordion-button::after {
    content: '+';
    background-image: none;
    width: auto;
    height: auto;
    font-size: 0.96rem;
    line-height: 1;
    color: #d5e5fb;
    transform: none;
}

.partner-faq-accordion .accordion-button:not(.collapsed)::after {
    content: '\2212';
}

.partner-faq-accordion .accordion-body {
    color: #9eb0c9;
    font-size: 0.82rem;
    line-height: 1.5;
    padding: 0 0.78rem 0.75rem;
}

.partner-inquiry-side-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.partner-inquiry-side-list li {
    color: #dbeafe;
    font-size: 0.95rem;
    /* border-bottom: 1px solid rgba(112, 146, 186, 0.28); */
    padding: 0.47rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
}

.partner-inquiry-side-list li:last-child {
    border-bottom: 0;
}

.partner-inquiry-side-list li::before {
    content: '\F633';
    font-family: bootstrap-icons, sans-serif;
    color: #2f91ff;
    font-size: 0.78rem;
}

.partner-inquiry-form .form-control {
    background: linear-gradient(180deg, #04070d 0%, #050910 100%);
    border: 1px solid rgba(59, 130, 246, 0.24);
    color: #e2e8f0;
    font-size: 0.86rem;
    min-height: 34px;
    border-radius: 2px;
    padding: 0.42rem 0.65rem;
}

.partner-inquiry-form .form-control::placeholder {
    color: #9cb0c8;
}

.partner-inquiry-form .form-control:focus {
    border-color: #4e97f2;
    box-shadow: none;
}

.partner-inquiry-form textarea.form-control {
    min-height: 74px;
    resize: vertical;
}

.partner-inquiry-form .site-btn {
    min-height: 38px;
    border-radius: 2px;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.partner-inquiry-contact {
    border: 1px solid rgba(62, 115, 180, 0.35);
    border-radius: 6px;
    background: linear-gradient(180deg, #04070d 0%, #050910 100%);
    padding: 3rem 0.75rem;
    text-align: center;
}
.custom-padding.row > [class*='col-'] {
    padding-top: 0.2rem;
}

.partner-inquiry-contact-title {
    color: #89bfff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0.3rem;
}

.partner-inquiry-contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ffffff;
    font-size: 1.78rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    justify-content: center;
}

.partner-inquiry-contact-phone i {
    color: #66aefc;
    font-size: 1.1rem;
}

.partner-inquiry-contact-hours {
    color: #d1deee;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.2rem;
}

.partner-inquiry-whatsapp-btn {
    margin-top: 0.62rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 36px;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(180deg, #27ca66 0%, #19a551 100%);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
}

.partner-inquiry-whatsapp-btn:hover {
    color: #ffffff;
    filter: brightness(1.03);
}

/* Business Benefits Strip */
.business-benefits-strip {
    background: #ffffff;
    padding: var(--site-section-py) 0;
    border-top: 1px solid #d8e2ef;
    border-bottom: 1px solid #d8e2ef;
}

.business-benefits-optional-title {
    margin: 0 0 0.7rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: center;
}

.business-benefits-grid > .col {
    min-width: 0;
}

.business-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    padding: 0.3rem 1rem 0.35rem;
}

@media (min-width: 992px) {
    .business-benefits-grid > .col:not(:last-child) .business-benefit-item {
        border-right: 1px solid #e2e8f0;
    }
}

@media (max-width: 991.98px) {
    .business-benefits-grid > .col .business-benefit-item {
        border-right: 0 !important;
        border-bottom: 1px solid #e2e8f0;
    }

    .business-benefits-grid > .col:last-child .business-benefit-item {
        border-bottom: 0;
    }
}

.business-benefit-icon {
    padding-right: 0.80rem;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2a86f6;
    border: 0;
    border-radius: 0;
}

.business-benefit-icon .bi {
    font-size: 2.85rem;
    line-height: 1;
}

.business-benefit-title {
    margin: 0 0 1.18rem;
    color: #007bff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.business-benefit-description {
    color: #1e293b;
    font-size: 0.95rem;
    line-height: 1.4;
}

.gallery-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gallery-carousel__viewport {
    flex: 1;
    overflow: hidden;
}

.gallery-carousel__track {
    display: flex;
    gap: 1rem;
    transition: transform 0.35s ease;
    will-change: transform;
}

.gallery-carousel__slide {
    flex: 0 0 calc(50% - 0.5rem);
    min-width: 0;
}

.gallery-slide {
    position: relative;
    margin: 0;
    border-radius: var(--site-radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-slide__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    background: rgba(11, 18, 32, 0.72);
    text-align: center;
}

.gallery-slide__caption {
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.35;
    text-align: center;
}

.gallery-carousel__nav {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--site-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-carousel__nav:hover {
    background: var(--site-primary-dark);
    transform: scale(1.05);
}

.gallery-carousel__nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

/* CTA */
.site-cta {
    padding: 3.5rem 0 4rem;
    background: var(--site-light);
}

.site-cta__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background: var(--site-cta-gradient);
    box-shadow: 0 16px 40px rgba(29, 78, 216, 0.28);
}

.site-cta__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.site-cta__content {
    min-width: 0;
    text-align: center;
}

.site-cta__title {
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.site-cta__description {
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
}

.site-cta__action {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.site-cta__action .site-btn--lg {
    min-width: 11.5rem;
}

@media (min-width: 768px) {
    .site-cta__inner {
        grid-template-columns: auto 1fr auto;
        gap: 1.75rem 2.5rem;
        padding: 2.25rem 2.75rem;
    }

    .site-cta__content {
        text-align: left;
    }

    .site-cta__action {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .site-cta__inner {
        padding: 2.5rem 3.25rem;
        gap: 2rem 3rem;
    }

    .site-cta__icon-wrap {
        width: 5rem;
        height: 5rem;
        font-size: 2.25rem;
    }
}

/* Footer */
.site-footer {
    background: linear-gradient(180deg, #081830 0%, #050d1e 100%);
    color: var(--site-text-muted-on-dark);
    padding: 1.35rem 0 0.75rem;
}

.site-footer__description {
    max-width: 22rem;
    margin: 1.55rem 0 1.6rem;
    color: #cddcf1;
    font-size: 0.85rem;
    line-height: 1.45;
}

.site-footer__top {
    background: linear-gradient(180deg, rgba(7, 24, 50, 0.85) 0%, rgba(6, 16, 33, 0.9) 100%);
}

.site-footer__top > [class*='col-'] {
    min-width: 0;
}

.site-footer__col {
    min-width: 0;
    padding: 1.1rem 1.25rem 1rem;
}

.site-footer__col--brand {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 992px) {
    .site-footer__top {
        align-items: stretch;
    }

    .site-footer__col {
        padding: 1.35rem 1.65rem 1.2rem;
    }

    .site-footer__col--brand {
        padding-left: 1.65rem;
    }

    .site-footer__col--contact {
        padding-right: 1.65rem;
    }

    .site-footer__top > .site-footer__col:not(:last-child) {
        border-right: 1px solid rgba(148, 163, 184, 0.16);
    }

}

@media (min-width: 576px) and (max-width: 991.98px) {
    .site-footer__col--brand {
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    }

    .site-footer__col--links {
        border-right: 1px solid rgba(148, 163, 184, 0.16);
    }
}

.site-footer__heading {
    margin: 0 0 1.55rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.site-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 2rem;
}

.site-footer__links-col {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    min-width: min(100%, 9.5rem);
    padding: 0;
}

.site-footer__links-col a {
    color: #cddcf1;
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__links-col a:hover {
    color: #ffffff;
}

.site-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.site-footer__contact-item {
    align-items: flex-start;
    color: #cddcf1;
    display: flex;
    gap: 0.58rem;
    font-size: 0.95rem;
    /* font-weight: 700; */
    max-width: 100%;
    min-width: 0;
    text-decoration: none;
}

.site-footer__contact-item .bi {
    color: #72b4ff;
    flex-shrink: 0;
    font-size: 0.95rem;
    margin-top: 0.15rem;
}

.site-footer__contact-text {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.site-footer__contact-item:hover {
    color: #ffffff;
}

.site-footer__social-links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(7, 20, 41, 0.72);
    color: #dbeafe;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    font-size: 0.75rem;
}

.site-footer__social-link:hover {
    transform: translateY(-1px);
    color: #93c5fd;
    border-color: #93c5fd;
}

.site-footer__bottom {
    border-top: 1px solid rgba(112, 146, 186, 0.24);
    margin-top: 0.9rem;
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-footer__copyright,
.site-footer__bottom-note {
    margin: 0;
    font-size: 0.88rem;
    color: #b3c3d8;
    line-height: 1.25;
}

.floating-whatsapp-btn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1035;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    font-size: 1.45rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
}

/* Quote page */
.quote-page {
    background: var(--site-light);
    min-height: 60vh;
}

.quote-page__card {
    background: #fff;
    border-radius: var(--site-radius-xl);
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.quote-form .form-label,
.request-demo-form .form-label {
    font-weight: 500;
    font-size: 0.9rem;
}

.request-demo-form .form-control,
.request-demo-form .form-select {
    border-radius: var(--site-radius);
    padding: 0.65rem 0.85rem;
}

.request-demo-form .form-select {
    color: var(--site-text);
}

.quote-form .form-control {
    border-radius: var(--site-radius);
    padding: 0.65rem 0.85rem;
}

.site-link-muted {
    color: var(--site-text-muted);
    text-decoration: none;
    font-weight: 500;
}

.site-link-muted:hover {
    color: var(--site-primary);
}

/* Contact page */
.contact-page {
    background: var(--site-light);
    min-height: 60vh;
}

.contact-page__info-card,
.contact-page__form-card {
    background: #fff;
    border-radius: var(--site-radius-xl);
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.contact-page__info-title,
.contact-page__form-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--site-text);
    margin-bottom: 0.35rem;
}

.contact-page__info-subtitle,
.contact-page__form-subtitle {
    color: var(--site-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.contact-page__info-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-page__info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.contact-page__info-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.1);
    color: var(--site-primary);
    flex-shrink: 0;
}

.contact-page__info-icon--whatsapp {
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
}

.contact-page__info-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--site-text-muted);
    margin-bottom: 0.15rem;
}

.contact-page__info-value {
    display: block;
    color: var(--site-text);
    text-decoration: none;
    font-weight: 500;
    word-break: break-word;
}

.contact-page__info-value:hover {
    color: var(--site-primary);
}

.contact-page__info-value--text {
    font-weight: 400;
}

.contact-form .form-label {
    font-weight: 500;
    font-size: 0.9rem;
}

.contact-form .form-control {
    border-radius: var(--site-radius);
    padding: 0.65rem 0.85rem;
}

.contact-page__form-card .alert-flash-persistent {
    margin-bottom: 1rem;
}

.recaptcha-field-wrap {
    margin-top: 0.25rem;
}

.contact-form .recaptcha-field-wrap,
.dealer-inquiry-form .recaptcha-field-wrap {
    margin-top: 1rem;
}

.recaptcha-field-wrap .g-recaptcha.is-recaptcha-invalid > div {
    outline: 2px solid var(--bs-danger);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.recaptcha-field-wrap .recaptcha-field-error {
    margin-top: 0.5rem;
    color: var(--bs-danger);
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    .contact-page__info-card,
    .contact-page__form-card {
        padding: 1.5rem 1.25rem;
    }
}

/* Responsive */
@media (min-width: 768px) {
    :root {
        --site-section-py: 5.5rem;
    }

    .gallery-carousel__slide {
        flex: 0 0 calc(33.333% - 0.67rem);
    }

}

@media (min-width: 992px) {
    .gallery-carousel__slide {
        flex: 0 0 calc(25% - 0.75rem);
    }
}

@media (max-width: 991.98px) {
    body.navigo-frontend--home {
        padding-top: var(--site-header-height);
    }

    .site-header__grid {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 0.75rem;
    }

    .site-header__brand {
        grid-column: 1;
        grid-row: 1;
        margin-right: 0;
        min-width: 0;
        max-width: 100%;
    }

    .site-header .site-brand--has-logo .site-brand__logo {
        height: 40px;
        max-height: 40px;
        max-width: min(260px, calc(100vw - 5.5rem));
    }

    .site-header__toggler {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    .site-header__nav-area {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .site-header__cta--desktop {
        display: none !important;
    }

    .site-header__nav-area.show,
    .site-header__nav-area.collapsing {
        background: #0a1628;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 8px;
        margin-top: 0.75rem;
        padding: 1rem 1.25rem 1.25rem;
    }

    .hero-section {
        --hero-section-py: 2rem;
        min-height: auto;
    }

    .hero-section--has-product {
        min-height: auto;
    }

    .hero-content-wrap {
        padding-top: var(--hero-section-py);
        padding-bottom: var(--hero-section-py);
    }

    .hero-content-col .hero-title,
    .hero-content-col .hero-description,
    .hero-content-col .hero-feature-points,
    .hero-content-col .hero-actions {
        max-width: 100%;
    }

    .hero-section--has-product {
        --hero-overlay: linear-gradient(
            90deg,
            #00050a 0%,
            #00050a 20%,
            rgba(0, 5, 10, 0.98) 38%,
            rgba(0, 5, 10, 0.9) 52%,
            rgba(0, 5, 10, 0.68) 66%,
            rgba(0, 5, 10, 0.32) 78%,
            transparent 100%
        );
        background-position: center right;
        background-size: cover;
    }

    .hero-title__highlight {
        display: inline;
    }

    .partnership-process-section {
        padding: 1.35rem 0 1.45rem;
    }

    .partnership-process-section .section-heading {
        margin-bottom: 0.9rem !important;
    }

    .process-step-card {
        padding: 0 0.35rem;
    }

    .process-steps-grid > .col .process-step-card::before,
    .process-steps-grid > .col .process-step-card::after {
        display: none;
    }

    .process-step-card {
        --process-step-badge-size: 4.25rem;
        --process-step-stack-gap: 1.2rem;
        padding: 0.5rem 0.35rem;
    }

    .process-step-badge::before {
        inset: -8px;
    }

    .process-step-badge::after {
        inset: -14px;
    }

    .process-step-number {
        font-size: min(1.65rem, calc(var(--process-step-badge-size) * 0.44));
    }

    .process-step-text {
        max-width: 100%;
    }

    .partner-inquiry-section {
        padding: 1.35rem 0 1.6rem;
    }

    .partner-inquiry-side-list li {
        font-size: 0.94rem;
    }

    .partner-inquiry-contact-phone {
        font-size: 1.65rem;
    }

    .business-benefits-grid > .col .business-benefit-item {
        padding: 0.6rem 0.2rem;
    }

    .why-partner-grid > .col {
        border-bottom: 0;
    }

    .why-partner-grid > .col:not(:nth-child(3n)) {
        border-right: 1px solid rgba(255, 255, 255, 0.14);
    }

    .why-partner-item__icon {
        font-size: 2.75rem;
    }

    .why-partner-item__title {
        font-size: 1.0625rem;
    }

    .why-partner-item__text {
        font-size: 0.875rem;
        max-width: 100%;
    }

    .dealer-pricing-section {
        padding: 2rem 0 2.25rem;
    }

    .dealer-pricing-banner__media {
        justify-content: center;
    }

    .dealer-pricing-banner__image {
        max-width: min(100%, 300px);
    }

    .dealer-pricing-banner__content {
        margin-bottom: 0.25rem;
    }

    .dealer-pricing-banner__aside {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .dealer-pricing-section {
        padding: 1.75rem 0 2rem;
    }

    .dealer-pricing-table__row {
        padding: 0.55rem 0.65rem;
    }

    .site-footer__col--brand,
    .site-footer__col--links {
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    }

    .site-footer__col--contact {
        border-right: 0;
        border-bottom: 0;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section {
        --hero-section-py: 1.75rem;
        min-height: auto;
    }

    .hero-section--has-product {
        --hero-overlay: linear-gradient(
            90deg,
            #00050a 0%,
            #00050a 24%,
            rgba(0, 5, 10, 0.99) 42%,
            rgba(0, 5, 10, 0.92) 56%,
            rgba(0, 5, 10, 0.72) 68%,
            rgba(0, 5, 10, 0.38) 80%,
            transparent 100%
        );
        background-position: center right;
        background-size: cover;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .site-btn {
        width: 100%;
    }

    .site-header .site-brand--has-logo .site-brand__logo {
        height: 36px;
        max-height: 36px;
        max-width: min(220px, calc(100vw - 4rem));
    }

    .site-brand--footer.site-brand--has-logo .site-brand__logo {
        height: 48px;
        max-height: 48px;
        max-width: min(200px, 85vw);
    }

    .why-partner-grid > .col {
        border-right: 0 !important;
    }

    .why-partner-grid > .col:not(:nth-child(2n)) {
        border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
    }

    .why-partner-heading {
        font-size: 1.25rem;
        letter-spacing: 0.04em;
    }

    .why-partner-item__icon {
        font-size: 2.5rem;
    }

    .why-partner-item__title {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .why-partner-item__text {
        font-size: 0.8125rem;
        line-height: 1.4;
    }

    .process-step-card {
        --process-step-badge-size: 3.75rem;
        --process-step-stack-gap: 1.2rem;
        padding: 0.55rem 0.3rem 0.65rem;
    }

    .process-step-badge::before {
        inset: -7px;
    }

    .process-step-badge::after {
        inset: -12px;
    }

    .process-step-number {
        font-size: min(1.5rem, calc(var(--process-step-badge-size) * 0.44));
    }

    .process-step-title {
        font-size: 1rem;
    }

    .process-step-text {
        font-size: 0.875rem;
        line-height: 1.4;
        max-width: 100%;
    }

    .partner-inquiry-form-title,
    .partner-inquiry-side-title {
        font-size: 1.06rem;
    }

    .partner-inquiry-contact-phone {
        font-size: 1.4rem;
    }

    .partner-faq-accordion .accordion-button {
        font-size: 0.88rem;
    }

    .business-benefits-strip {
        padding: 0.85rem 0;
    }

    .business-benefits-grid > .col .business-benefit-item {
        padding: 0.62rem 0;
    }
}
