:root {
    --brand: #0d6efd;
    --brand-dark: #0a58ca;
    --text: #1f2937;
    --muted: #6b7280;
}

body {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: #f3f6fb !important;
}

.site-shell {
    max-width: 1240px;
}

.header-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: transparent;
    border-bottom: none;
}

.header-topbar {
    background: #2c2f36;
    color: #fff;
    font-size: .78rem;
    padding: .32rem 0;
}

.topbar-text {
    opacity: .95;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-wa {
    background: #fff;
    color: #1e40af;
    text-decoration: none;
    font-size: .7rem;
    border-radius: 999px;
    padding: .2rem .6rem;
    font-weight: 700;
    white-space: nowrap;
}

.header-main {
    background: #fff;
}

.navbar-on-hero {
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
    padding-left: .85rem;
    padding-right: .85rem;
    backdrop-filter: blur(6px);
}

.logo-band {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: .28rem .55rem;
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.brand-title {
    font-weight: 700;
    color: #111827;
    letter-spacing: .2px;
}

.site-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.footer-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.header-menu .nav-link {
    color: #111827;
    font-size: .87rem;
    font-weight: 500;
    padding: .45rem .75rem !important;
}

.header-menu .nav-link:hover {
    color: #2563eb;
}

.phone-pill {
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 999px;
    padding: .43rem .8rem;
    font-size: .8rem;
    white-space: nowrap;
}

.teklif-btn {
    background: #10b981;
    color: #fff;
    border-radius: 999px;
    border: none;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

.teklif-btn:hover {
    background: #0f9f72;
    color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-pill-list .nav-link {
    color: #334155;
    font-weight: 600;
    font-size: .95rem;
    border-radius: 10px;
    padding: .45rem .7rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.nav-pill-list .nav-link:hover {
    color: #0d6efd;
    background: #eff6ff;
}

.header-action-group .btn {
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .topbar-text {
        font-size: .68rem;
    }

    .topbar-wa {
        display: none;
    }

    .site-logo {
        height: 34px;
    }

    .header-menu {
        border-top: 1px solid #e5e7eb;
        padding-top: .5rem;
        margin-top: .45rem;
    }

    .header-menu .nav-item {
        width: 100%;
    }

    .header-menu .nav-link {
        width: 100%;
        padding: .65rem .2rem !important;
    }

    .header-right {
        border-top: 1px solid #e5e7eb;
        margin-top: .4rem;
        padding-top: .6rem;
    }

    .header-overlay {
        position: static;
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
    }

    .navbar-on-hero {
        border-radius: 12px;
        box-shadow: none;
        backdrop-filter: none;
    }

    .logo-band {
        padding: .2rem .45rem;
    }

    .page-home .hero {
        margin-top: 0;
    }

    .hero-main-image {
        height: 260px;
    }

    #homeHeroSlider .carousel-control-prev,
    #homeHeroSlider .carousel-control-next {
        width: 34px;
        height: 34px;
    }

    .brand-pill {
        min-width: 95px;
        font-size: .86rem;
    }
}

.hero {
    background: radial-gradient(circle at 10% 20%, #eef4ff 0%, #ffffff 40%),
        linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #e7eef9;
    border-radius: 20px;
}

.page-home .hero {
    margin-top: 120px;
}

.hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.15;
}

.hero-title {
    font-size: clamp(1.55rem, 2.5vw, 2.3rem);
    line-height: 1.2;
}

.trust-badge {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.9rem;
}

.card-modern {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.product-visual {
    border-radius: 12px;
    height: 170px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.hero-main-image {
    border-radius: 16px;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.hero-indicators {
    margin-bottom: -1.6rem;
}

.hero-indicators [data-bs-target] {
    background-color: #1d4ed8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#homeHeroSlider .carousel-control-prev,
#homeHeroSlider .carousel-control-next {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, .55);
    border-radius: 50%;
}

#homeHeroSlider .carousel-control-prev {
    left: -8px;
}

#homeHeroSlider .carousel-control-next {
    right: -8px;
}

.brand-marquee-wrap {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 0;
    position: relative;
}

.brand-marquee-track {
    display: inline-flex;
    gap: 12px;
    white-space: nowrap;
    animation: brand-marquee 32s linear infinite;
    padding-left: 12px;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 700;
    letter-spacing: .25px;
}

@keyframes brand-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.section-title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-subtitle {
    color: var(--muted);
    max-width: 760px;
}

.kpi-box {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    padding: 18px;
    text-align: center;
}

.kpi-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brand-dark);
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.btn-brand {
    background: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background: var(--brand-dark);
    color: #fff;
}

.mini-feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    height: 100%;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.cta-band {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    border-radius: 18px;
    color: #fff;
}

.site-footer {
    margin-top: 36px;
    padding: 30px 0;
    border-top: 1px solid #dbe3ef;
    color: #475569;
}

.footer-link {
    text-decoration: none;
    color: #334155;
}

.footer-link:hover {
    color: #0d6efd;
}

.promo-blocks a {
    text-decoration: none;
}

.promo-top-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}

.promo-side-stack {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
}

.promo-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.promo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-card-lg {
    min-height: 245px;
}

.promo-card-sm {
    min-height: 76px;
}

.promo-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(2, 6, 23, .65);
    color: #fff;
    font-size: .86rem;
    border-radius: 8px;
    padding: 5px 9px;
}

.promo-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.promo-category-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    position: relative;
    min-height: 150px;
}

.promo-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-category-card span {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .55);
}

.promo-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.promo-bottom {
    min-height: 120px;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: .2px;
}

.brand-box:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
    box-shadow: 0 8px 22px rgba(29, 78, 216, .08);
}

@media (max-width: 991.98px) {
    .promo-top-grid {
        grid-template-columns: 1fr;
    }

    .promo-side-stack {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .promo-card-lg {
        min-height: 190px;
    }

    .promo-card-sm {
        min-height: 84px;
    }

    .promo-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-bottom-grid {
        grid-template-columns: 1fr;
    }

    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Modern v2 theme */
body.page-home {
    background: linear-gradient(180deg, #07090d 0%, #0b0f14 100%) !important;
}

.header-v2 {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(8, 11, 17, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #1d2430;
}

.header-topbar-v2 {
    background: #2c2f36;
    color: #d6e0ed;
    font-size: .78rem;
    padding: .34rem 0;
}

.topbar-copy-v2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-call-v2 {
    color: #e6edf6;
    text-decoration: none;
    font-weight: 700;
}

.nav-v2 {
    min-height: 76px;
}

.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid #39465a;
    background: #fff;
    border-radius: 14px;
    padding: .35rem .65rem;
}

.nav-links-v2 .nav-link {
    color: #dbe5f2;
    font-weight: 600;
    font-size: .9rem;
    padding: .55rem .7rem !important;
}

.nav-links-v2 .nav-link:hover {
    color: #7eb6ff;
}

.header-actions-v2 {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.btn-cart-v2 {
    border-radius: 12px;
    border: 1px solid #35455c;
    font-weight: 600;
    color: #dce8f8;
    background: #111826;
}

.btn-dealer-v2 {
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    border: 0;
    color: #fff;
    font-weight: 700;
}

.btn-dealer-v2:hover {
    color: #fff;
    opacity: .94;
}

.hero-v2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.hero-v2-card {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 1rem;
    align-items: center;
    background: linear-gradient(135deg, #101723 0%, #131b28 50%, #0f1520 100%);
    border: 1px solid #233247;
    border-radius: 22px;
    padding: 1.4rem;
}

.hero-v2-content h1,
.hero-v2-content h2 {
    font-size: clamp(1.4rem, 2.8vw, 2.5rem);
    line-height: 1.15;
    margin-bottom: .75rem;
    color: #f2f7ff;
}

.hero-v2-content p {
    color: #b7c4d6;
    margin-bottom: 1rem;
}

.hero-chip {
    display: inline-block;
    background: #1f2f45;
    color: #9ec7ff;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .76rem;
    font-weight: 700;
    margin-bottom: .7rem;
}

.hero-v2-image {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid #2a3a52;
}

.btn-hero-primary {
    background: #2e8cff;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
}

.btn-hero-primary:hover {
    color: #fff;
    background: #1f7cf0;
}

.btn-hero-outline {
    border: 1px solid #37547b;
    border-radius: 12px;
    color: #b9d7ff;
    font-weight: 700;
    background: #151f2d;
}

.hero-v2-control {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, .45);
    border-radius: 50%;
}

.hero-v2-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e3a8a;
}

.quick-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
}

.trust-item {
    background: #111926;
    border: 1px solid #24364c;
    border-radius: 14px;
    padding: .9rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.trust-item strong {
    font-size: .92rem;
    color: #f2f7ff;
}

.trust-item span {
    color: #99aac1;
    font-size: .82rem;
}

.section-v2 {
    background: #111926;
    border: 1px solid #24364c;
    border-radius: 18px;
    padding: 1.1rem;
}

.section-v2-head h2 {
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    margin-bottom: .25rem;
    color: #f2f7ff;
}

.section-v2-head p {
    color: #a5b5ca;
    margin-bottom: .9rem;
}

.category-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .7rem;
}

.category-list-v2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.category-list-item-v2 {
    display: flex;
    align-items: center;
    gap: .8rem;
    border: 1px solid #e3ebf5;
    background: #fff;
    border-radius: 12px;
    padding: .55rem;
    text-decoration: none;
}

.category-list-item-v2 img {
    width: 92px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.category-list-item-v2 strong {
    display: block;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: .2rem;
}

.category-list-item-v2 p {
    margin: 0;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.45;
}

.category-list-item-v2:hover {
    border-color: #cfe0fa;
    box-shadow: 0 10px 22px rgba(29, 78, 216, .08);
}

.category-card-v2 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2a3d56;
    min-height: 145px;
}

.category-card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card-v2 span {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 9px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

.brand-grid-v2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .6rem;
}

.brand-box-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #151f2d;
    border: 1px solid #2f4360;
    min-height: 54px;
    border-radius: 10px;
    font-weight: 700;
    color: #dbe8fa;
    text-decoration: none;
}

.brand-cloud-v2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.brand-cloud-v2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .75rem;
    border-radius: 999px;
    border: 1px solid #dbe6f6;
    background: #f8fbff;
    color: #27405f;
    font-size: .82rem;
    font-weight: 600;
}

.seo-city-v2 {
    border-radius: 12px;
    border: 1px solid #dbe7f8;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    padding: .9rem;
}

.seo-city-v2 h3 {
    margin: 0 0 .35rem;
    font-size: 1rem;
    color: #0f172a;
}

.seo-city-v2 p {
    margin: 0;
    color: #4b5563;
    font-size: .92rem;
    line-height: 1.6;
}

.product-card-v2 {
    border: 1px solid #2a3d56;
    border-radius: 14px;
    padding: .75rem;
    background: #141d2b;
}

.product-card-v2 h3 {
    font-size: .95rem;
    margin: .5rem 0 .35rem;
    color: #edf4ff;
}

.product-visual-v2 {
    width: 100%;
    height: 148px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #2a3d56;
}

.price-v2 {
    font-size: 1rem;
    font-weight: 800;
    color: #7eb6ff;
    margin-bottom: .5rem;
}

.cta-v2 {
    border-radius: 18px;
    padding: 1.2rem;
    background: linear-gradient(130deg, #0f172a 0%, #1e40af 55%, #2563eb 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.cta-v2 h2 {
    margin-bottom: .4rem;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.cta-v2 p,
.cta-v2-contact {
    color: rgba(255, 255, 255, .9);
    margin-bottom: .35rem;
}

.faq-v2 .accordion-button {
    font-weight: 600;
    background: #172130;
    color: #ebf4ff;
}

.faq-v2 .accordion-item,
.faq-v2 .accordion-body {
    background: #111926;
    color: #bfd0e6;
    border-color: #2a3d56;
}

.footer-v2 {
    margin-top: 2rem;
    border-top: 1px solid #27384f;
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
}

.footer-v2 h6 {
    font-weight: 700;
    margin-bottom: .55rem;
    color: #ecf3ff;
}

.footer-brand-v2 p {
    color: #99aac1;
    margin: 0;
}

.footer-v2 .footer-link {
    display: block;
    margin-bottom: .35rem;
    text-decoration: none;
    color: #b5c7de;
}

.footer-list-v2 {
    margin: 0;
    padding-left: 1.05rem;
    color: #b1c4dc;
}

.footer-v2-bottom {
    border-top: 1px solid #27384f;
    margin-top: .9rem;
    padding-top: .75rem;
    color: #99aac1;
}

@media (max-width: 991.98px) {
    .topbar-call-v2 {
        display: none;
    }

    .header-v2 {
        position: static;
    }

    .nav-v2 {
        min-height: 66px;
    }

    .header-actions-v2 {
        width: 100%;
        border-top: 1px solid #e5e7eb;
        padding-top: .6rem;
        margin-top: .45rem;
    }

    .header-actions-v2 .btn {
        width: 100%;
    }

    .hero-v2-card {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .hero-v2-image {
        height: 220px;
    }

    .quick-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-list-item-v2 {
        align-items: flex-start;
    }

    .category-list-item-v2 img {
        width: 82px;
        height: 58px;
    }

    .brand-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-v2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* White upscale theme overrides */
body.page-home {
    background: #f5f7fb !important;
}

.header-v2 {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5ebf4;
}

.header-topbar-v2 {
    background: #f2f6fc;
    color: #4b5f78;
    border-bottom: 1px solid #e1eaf6;
}

.topbar-call-v2 {
    color: #1e3a8a;
}

.brand-logo-wrap {
    border: 1px solid #dbe5f2;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
}

.nav-links-v2 .nav-link {
    color: #1f2937;
}

.nav-links-v2 .nav-link:hover {
    color: #1d4ed8;
}

.btn-cart-v2 {
    border: 1px solid #d7e1ef;
    color: #1f2f46;
    background: #fff;
}

.hero-v2-card {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #edf3ff 100%);
    border: 1px solid #dde9fb;
    box-shadow: 0 18px 40px rgba(30, 64, 175, .08);
}

.hero-v2-content h1,
.hero-v2-content h2 {
    color: #0f172a;
}

.hero-v2-content p {
    color: #4b5563;
}

.hero-chip {
    background: #eaf1ff;
    color: #1e40af;
}

.hero-v2-image {
    border: 1px solid #d7e4fb;
}

.btn-hero-primary {
    background: #1d4ed8;
    color: #fff;
}

.btn-hero-primary:hover {
    background: #1e40af;
}

.btn-hero-outline {
    border: 1px solid #c8d9f4;
    color: #1e3a8a;
    background: #fff;
}

.trust-item {
    background: #fff;
    border: 1px solid #e3ebf5;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.trust-item strong {
    color: #0f172a;
}

.trust-item span {
    color: #64748b;
}

.section-v2 {
    background: #fff;
    border: 1px solid #e4ebf5;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .04);
}

.section-v2-head h2 {
    color: #0f172a;
}

.section-v2-head p {
    color: #64748b;
}

.category-card-v2,
.product-card-v2 {
    border-color: #e3ebf5;
}

.brand-box-v2 {
    background: #f8fbff;
    border: 1px solid #dde7f5;
    color: #1e293b;
}

.product-card-v2 {
    background: #fff;
}

.product-card-v2 h3 {
    color: #0f172a;
}

.product-visual-v2 {
    border: 1px solid #e4ebf5;
}

.price-v2 {
    color: #1d4ed8;
}

.cta-v2 {
    background: linear-gradient(130deg, #1d4ed8 0%, #2563eb 60%, #0ea5e9 100%);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .28);
}

.faq-v2 .accordion-button {
    background: #f8fbff;
    color: #0f172a;
}

.faq-v2 .accordion-item,
.faq-v2 .accordion-body {
    background: #fff;
    color: #334155;
    border-color: #e3ebf5;
}

.footer-v2 {
    border-top: 1px solid #dce5f3;
}

.footer-v2 h6 {
    color: #0f172a;
}

.footer-brand-v2 p,
.footer-list-v2,
.footer-v2-bottom {
    color: #64748b;
}

.footer-v2 .footer-link {
    color: #334155;
}

.footer-v2 .footer-link:hover {
    color: #1d4ed8;
}

.footer-v2-bottom {
    border-top: 1px solid #e3eaf3;
}

.laptop-marquee {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #e3ebf5;
    background: #fff;
    padding: .65rem 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.laptop-marquee-track {
    display: inline-flex;
    gap: .65rem;
    white-space: nowrap;
    padding-left: .65rem;
    animation: laptop-marquee 30s linear infinite;
}

.laptop-marquee-track span {
    background: #f8fbff;
    border: 1px solid #dce7f8;
    color: #1e293b;
    border-radius: 999px;
    min-width: 108px;
    text-align: center;
    font-weight: 700;
    font-size: .85rem;
    padding: .45rem .7rem;
}

@keyframes laptop-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.testimonial-v2 {
    background: #fff;
    border: 1px solid #e4ebf5;
    border-radius: 14px;
    padding: .95rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.testimonial-v2-top {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .7rem;
}

.testimonial-v2-top img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #dbe6f8;
    object-fit: cover;
}

.testimonial-v2-top strong {
    display: block;
    color: #0f172a;
    line-height: 1.2;
}

.testimonial-v2-top span {
    font-size: .82rem;
    color: #64748b;
}

.testimonial-v2 p {
    color: #334155;
    margin: 0;
}

.google-review-v2 {
    border: 1px solid #d9e6fb;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.google-review-head {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .6rem;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: .22rem .55rem;
    font-size: .72rem;
    font-weight: 700;
    background: #eef4ff;
    color: #1e40af;
    border: 1px solid #d7e4fb;
}

.stars-v2 {
    color: #f59e0b;
    letter-spacing: .8px;
    font-size: .9rem;
    line-height: 1;
}

.score-v2 {
    font-size: .8rem;
    color: #475569;
    font-weight: 700;
}

.google-review-summary {
    margin-top: .8rem;
    border: 1px solid #dbe7f8;
    background: #f8fbff;
    border-radius: 12px;
    padding: .7rem .85rem;
    color: #334155;
    font-size: .88rem;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
}

.product-list-v2,
.testimonial-list-v2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.product-list-item-v2 {
    display: flex;
    align-items: center;
    gap: .8rem;
    border: 1px solid #e3ebf5;
    background: #fff;
    border-radius: 14px;
    padding: .6rem;
}

.product-list-content-v2 {
    flex: 1;
}

.product-list-item-v2 .product-visual-v2 {
    width: 110px;
    height: 78px;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .brand-box-v2 {
        min-height: 48px;
    }

    .brand-cloud-v2 span {
        font-size: .78rem;
        padding: .38rem .62rem;
    }

    .product-list-item-v2 {
        align-items: flex-start;
    }

    .product-list-item-v2 .product-visual-v2 {
        width: 92px;
        height: 66px;
    }
}
