/* Anasayfa — tek dil: beyaz zemin, mavi vurgu, gri geçiş yok */

.home-page {
    --th-blue: #0877D1;
    --th-blue-dark: #065FA8;
    --th-ink: #07152F;
    --th-muted: #667085;
    --th-line: #E6EAF0;
    --th-ice: #F3F8FF;
    --th-navy: #03142E;
    --th-radius: 22px;
    background: #ffffff;
    color: var(--th-ink);
}

.home-page .mainHeroSwiper,
.home-page .home-campaign-card,
.home-page .home-category-card,
.home-page .home-trust-stat,
.home-page .home-trust-video,
.home-page .home-btn-primary,
.home-page .home-btn-outline,
.home-page .hero-cta,
.home-page .home-section-featured .group,
.home-page .home-section-latest .group,
.home-page .home-dealer-map-panel {
    border-radius: var(--th-radius) !important;
}

.home-page .hero-nav {
    border-radius: 14px !important;
}

.home-page .home-section {
    background: #ffffff;
    padding: 3rem 0;
}

@media (min-width: 640px) {
    .home-page .home-section {
        padding: 3.5rem 0;
    }
}

.home-page .home-section-title {
    color: var(--th-ink);
    letter-spacing: -0.03em;
    line-height: 1.15;
    font-weight: 700;
}

.home-page .home-section-title span {
    color: var(--th-blue);
}

.home-page .home-section-sub {
    color: var(--th-muted);
}

.home-page .home-hero .mainHeroSwiper {
    border: 1px solid var(--th-line);
    background: #ffffff;
}

.home-page .home-hero-slide > img {
    object-fit: cover;
    object-position: center;
}

.home-page .home-hero-blueprint {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(8, 119, 209, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 119, 209, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse 70% 80% at 78% 50%, #000 20%, transparent 75%);
}

.home-page .home-hero .hero-accent {
    color: var(--th-blue);
    letter-spacing: 0.14em;
}

.home-page .home-hero .hero-cta,
.home-page .home-btn-primary {
    background: var(--th-blue);
    color: #ffffff;
}

.home-page .home-hero .hero-cta:hover,
.home-page .home-btn-primary:hover {
    background: var(--th-blue-dark);
}

.home-page .home-hero .hero-nav {
    border: 1px solid var(--th-line);
    color: var(--th-ink);
    background: #ffffff;
}

.home-page .home-hero .hero-nav:hover {
    border-color: var(--th-blue);
    color: var(--th-blue);
}

.home-page .home-static-hero {
    position: relative;
    isolation: isolate;
    background: var(--th-navy);
    color: #ffffff;
}

.home-page .home-static-hero::before,
.home-page .home-static-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.home-page .home-static-hero::before {
    width: 320px;
    height: 320px;
    right: -80px;
    top: -120px;
    background: rgba(8, 119, 209, 0.28);
}

.home-page .home-static-hero::after {
    width: 240px;
    height: 240px;
    right: 80px;
    bottom: -90px;
    background: rgba(255, 255, 255, 0.06);
}

.home-page .home-static-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 280px;
    padding: 2.5rem 1.5rem;
}

@media (min-width: 640px) {
    .home-page .home-static-hero__inner {
        min-height: 360px;
        padding: 3.5rem 2.5rem;
    }
}

@media (min-width: 1024px) {
    .home-page .home-static-hero__inner {
        min-height: 420px;
        padding: 4rem 3.5rem;
    }
}

.home-page .home-static-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: auto;
    max-width: max-content;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #0877D1;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 0.4rem 0.85rem;
}

.home-page .home-static-hero__badge svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.home-page .home-static-hero__title,
body.store-premium .home-page .home-static-hero__title {
    max-width: 38rem;
    margin: 0;
    font-size: clamp(1.7rem, 4vw, 2.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.18;
    color: #ffffff;
}

.home-page .home-static-hero__title span,
body.store-premium .home-page .home-static-hero__title span,
.inner-page .home-page .home-static-hero__title span {
    display: inline;
    background: none;
    color: #8ec8f4;
}

.home-page .home-static-hero__sub {
    max-width: 32rem;
    margin: 1rem 0 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.home-page .home-static-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
    max-width: max-content;
    margin-top: 1.35rem;
    border-radius: 22px;
    background: #0877D1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 0.85rem 1.35rem;
    text-decoration: none;
}

.home-page .home-static-hero__cta svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.home-page .home-static-hero__cta:hover {
    background: #065FA8;
    color: #ffffff;
}

.home-page .home-static-hero__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    width: auto;
    max-width: 100%;
    margin-top: 1.5rem;
}

.home-page .home-static-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: auto;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
    color: rgba(255, 255, 255, 0.88);
}

.home-page .home-static-hero__chips svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #8ec8f4;
}

.home-page .mainHeroSwiper {
    --swiper-pagination-color: #0877D1;
    --swiper-pagination-bullet-inactive-color: #d5dce6;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-size: 8px;
}

.home-page .home-campaign-card {
    border: 1px solid var(--th-line);
    background: #ffffff;
}

.home-page .home-campaign-card.is-navy {
    background: var(--th-navy);
    border-color: var(--th-navy);
}

.home-page .home-campaign-card.is-ice {
    background: var(--th-ice);
}

.home-page .home-campaign-link {
    color: var(--th-blue);
    font-weight: 600;
}

.home-page .home-campaign-card.is-navy .home-campaign-link {
    color: #ffffff;
}

.home-page .home-category-card {
    border: 1px solid var(--th-line);
    background: #ffffff;
    min-height: 168px;
}

@media (min-width: 640px) {
    .home-page .home-category-card {
        min-height: 210px;
    }
}

.home-page .home-category-card.is-navy {
    background: var(--th-navy);
    border-color: var(--th-navy);
}

.home-page .home-category-card.is-navy:hover {
    border-color: var(--th-blue);
}

.home-page .home-category-card:hover .home-category-arrow {
    background: var(--th-blue);
    color: #ffffff;
    border-color: var(--th-blue);
}

.home-page .home-category-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid var(--th-line);
    background: #ffffff;
    color: var(--th-ink);
    border-radius: 999px !important;
}

.home-page .scrollbar-none::-webkit-scrollbar { display: none; }
.home-page .scrollbar-none { -ms-overflow-style: none; scrollbar-width: none; }

.home-page .home-section-featured .group,
.home-page .home-section-latest .group {
    border: 1px solid var(--th-line) !important;
    box-shadow: none !important;
    --tw-ring-shadow: 0 0 #0000 !important;
    background: #ffffff;
}

.home-page .home-section-featured .group:hover,
.home-page .home-section-latest .group:hover {
    border-color: var(--th-blue) !important;
    box-shadow: none !important;
    transform: none !important;
}

.home-page .home-section-featured .group button[type="submit"],
.home-page .home-section-latest .group button[type="submit"] {
    border-radius: 14px !important;
    background: var(--th-blue);
    box-shadow: none;
}

.home-page .home-section-featured .group .aspect-\[3\/4\],
.home-page .home-section-latest .group .aspect-\[3\/4\] {
    background: #ffffff;
}

.home-page .home-section-featured .group img,
.home-page .home-section-latest .group img {
    object-fit: contain;
}

.home-page .home-section-featured .group h3,
.home-page .home-section-latest .group h3 {
    color: var(--th-ink);
    font-weight: 600;
}

.home-page .home-trust-stat,
.home-page .home-trust-video {
    border: 1px solid var(--th-line);
    background: #ffffff;
}

.home-page .home-trust-badge,
.home-page .home-b2b-label,
.home-page .home-link-arrow {
    color: var(--th-blue);
    font-weight: 600;
}

.home-page .home-section-b2b {
    background: var(--th-navy);
}

.home-page .home-section-b2b .home-section-title {
    color: #ffffff;
}

.home-page .home-section-b2b .home-section-title span {
    color: #8ec8f4;
}

.home-page .home-section-b2b .home-section-sub {
    color: rgba(255, 255, 255, 0.68);
}

.home-page .home-section-b2b .home-b2b-label {
    color: #8ec8f4;
}

.home-page .home-section-b2b .home-btn-outline {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
}

.home-page .home-section-b2b .home-btn-outline:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.home-page .home-trust-stat-value { color: var(--th-ink); font-weight: 700; }
.home-page .home-trust-stat-label { color: var(--th-muted); }

.home-page .home-btn-outline {
    background: #ffffff;
    color: var(--th-ink);
    border: 1px solid var(--th-line);
}

.home-page .home-btn-outline:hover {
    border-color: var(--th-blue);
    color: var(--th-blue);
}

.home-page .home-dealer-map-panel {
    border-color: var(--th-line) !important;
    box-shadow: none;
}

.home-dealer-card {
    border: 1px solid #D6E6F5;
    border-radius: 16px;
    background: #ffffff;
    padding: 0.95rem 1rem 1rem;
    box-shadow: 0 8px 22px rgba(8, 119, 209, 0.08);
}

.home-dealer-card + .home-dealer-card {
    margin-top: 0.65rem;
}

.home-dealer-card__name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #07152F;
    line-height: 1.3;
}

.home-dealer-card__meta {
    margin-top: 0.45rem;
    font-size: 12px;
    font-weight: 600;
    color: #0877D1;
}

.home-dealer-card__addr {
    margin-top: 0.3rem;
    font-size: 12px;
    color: #667085;
    line-height: 1.45;
}

.home-dealer-card__tel {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.7rem;
    border-radius: 999px;
    background: #0877D1;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 0.4rem 0.75rem;
    text-decoration: none;
}

.home-dealer-card__tel:hover {
    background: #065FA8;
    color: #ffffff !important;
}
