.eyebrow,
.section-label,
.why-label,
.svc-more-label,
.ab-mv-tag,
.sss-group-pill {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid currentColor !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 7px !important;
    margin: 0 0 22px !important;
    color: var(--yesil) !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.eyebrow svg,
.section-label svg {
    display: none !important;
}

.sss-pill-yesil,
.sss-pill-mavi,
.sss-pill-turuncu,
.sss-pill-mor,
.sss-pill-kirmizi {
    background: transparent !important;
}

.logo-mark img {
    height: 40px;
    width: auto;
    display: block;
    object-fit: contain;
}

.hero-bg-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    min-height: 74px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf7 100%);
    border-top: 1px solid rgba(46, 125, 94, 0.18);
    box-shadow: 0 -10px 30px rgba(28, 43, 43, 0.12);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 1180px;
}

.cookie-consent__content p {
    margin: 0;
    color: rgba(28, 43, 43, 0.78);
    line-height: 1.45;
}

.cookie-consent__content a {
    color: var(--yesil);
    font-weight: 800;
}

.cookie-consent__button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 9px;
    min-width: 274px;
    min-height: 49px;
    padding: 11px 22px;
    cursor: pointer;
    background: linear-gradient(135deg, var(--yesil), var(--yesil-acik));
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(46, 125, 94, 0.22);
    font: inherit;
    font-weight: 800;
}

.policy-page .page-hero {
    padding-bottom: 34px;
}

.policy-page .section {
    padding-top: 42px;
}

@media (max-width: 820px) {
    .logo-mark img {
        height: 32px;
    }

    .site-paws {
        display: none;
    }

    .home-page .hero-bg-media img {
        object-position: 74% 30%;
        transform: none;
    }

    .home-page main > .section,
    .home-page .why-section {
        content-visibility: auto;
        contain-intrinsic-size: 1px 760px;
    }

    .cookie-consent {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 14px 16px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .cookie-consent__content {
        max-width: 100%;
        width: 100%;
    }

    .cookie-consent__button {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Ek mobil düzeltmeler */
@media (max-width: 480px) {
    .cookie-consent {
        padding: 12px;
        gap: 10px;
    }
    
    .cookie-consent__content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .cookie-consent__button {
        padding: 12px 16px;
        font-size: 0.9rem;
        min-height: 44px;
    }
}
