/**
 * /hizmet/web-tasarim — premium hero (sayfa özel)
 */

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium {
    padding: clamp(120px, 12vw, 150px) 0 clamp(48px, 6vw, 72px);
    display: flex;
    align-items: center;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium::before {
    background:
        radial-gradient(circle 920px at var(--mouse-x, 50%) var(--mouse-y, 40%), rgba(255, 188, 0, 0.38) 0%, transparent 52%),
        radial-gradient(circle 640px at calc(100% - var(--mouse-x, 30%)) calc(100% - var(--mouse-y, 60%)), rgba(255, 140, 0, 0.22) 0%, transparent 58%),
        radial-gradient(ellipse 1200px 520px at 50% 100%, rgba(255, 188, 0, 0.12) 0%, transparent 72%);
    opacity: 1;
    animation: wtHeroPulse 8s ease-in-out infinite;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium::after {
    background-image:
        linear-gradient(rgba(255, 188, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 188, 0, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.55;
    animation: wtHeroGridDrift 24s linear infinite;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}

@keyframes wtHeroPulse {
    0%, 100% { opacity: 1; filter: brightness(1); }
    50% { opacity: 0.88; filter: brightness(1.15); }
}

@keyframes wtHeroGridDrift {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 48px 48px, 48px 48px; }
}

/* Dekoratif katmanlar */
.wt-hero-fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.wt-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: wtOrbFloat 14s ease-in-out infinite;
}

.wt-hero-orb--gold {
    width: clamp(280px, 36vw, 480px);
    height: clamp(280px, 36vw, 480px);
    top: -8%;
    right: -6%;
    background: radial-gradient(circle, rgba(255, 188, 0, 0.35) 0%, transparent 70%);
}

@keyframes wtOrbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-24px, 18px) scale(1.06); }
    66% { transform: translate(18px, -22px) scale(0.96); }
}

.wt-hero-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 188, 0, 0.14) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
    animation: wtDotDrift 18s linear infinite;
}

@keyframes wtDotDrift {
    0% { transform: translateY(0); }
    100% { transform: translateY(28px); }
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium > .container {
    position: relative;
    z-index: 2;
}

/* Merkezli içerik */
.wt-hero-center {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.wt-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
    color: rgba(255, 213, 128, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.wt-hero-kicker-line {
    width: clamp(28px, 6vw, 52px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 188, 0, 0.6));
}

.wt-hero-kicker-line:last-child {
    background: linear-gradient(90deg, rgba(255, 188, 0, 0.6), transparent);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-title {
    text-align: center;
    margin-bottom: 22px;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    letter-spacing: -0.03em;
    line-height: 1.04;
    color: rgba(255, 255, 255, 0.94);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-highlight {
    display: inline;
    background: linear-gradient(120deg, #fff6c2 0%, #ffbc00 35%, #ff8c00 70%, #ffd700 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: wtGoldShimmer 4s linear infinite;
    filter: drop-shadow(0 0 28px rgba(255, 188, 0, 0.45));
}

@keyframes wtGoldShimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.wt-hero-subtitle {
    max-width: 620px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.75;
    font-weight: 400;
    text-align: center;
}

.wt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.wt-hero-actions .web-btn-primary,
.wt-hero-actions .web-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 176px;
    padding: 15px 26px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.wt-hero-actions .web-btn-secondary {
    border: 1px solid rgba(255, 188, 0, 0.28);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}

.wt-hero-actions .web-btn-secondary:hover {
    border-color: rgba(255, 188, 0, 0.6);
    background: rgba(255, 188, 0, 0.08);
    color: #ffd77a;
    transform: translateY(-2px);
}

.wt-hero-actions .web-btn-primary i,
.wt-hero-actions .web-btn-secondary i {
    font-size: 14px;
}

.wt-hero-tags {
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.wt-hero-tags li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 188, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(6px);
}

.wt-hero-tags li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffbc00;
    box-shadow: 0 0 8px rgba(255, 188, 0, 0.7);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-btn-primary {
    box-shadow: 0 8px 32px rgba(255, 188, 0, 0.35);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-btn-primary:hover {
    box-shadow: 0 14px 40px rgba(255, 188, 0, 0.55);
}

@media (max-width: 991px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium {
        padding-top: 118px;
    }

    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-title {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
    }
}

@media (max-width: 575px) {
    .wt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wt-hero-actions .web-btn-primary,
    .wt-hero-actions .web-btn-secondary {
        width: 100%;
        min-width: 0;
    }
}

/* ===== Seçkin Projeler — 3D coverflow ===== */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects {
    position: relative;
    padding: clamp(22px, 3vw, 38px) 0 clamp(40px, 6vw, 60px);
    overflow: hidden;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-ambient {
    position: absolute;
    inset: 18% 8% 10%;
    background:
        radial-gradient(ellipse 70% 55% at 50% 42%, rgba(255, 188, 0, 0.14), transparent 68%),
        radial-gradient(ellipse 40% 30% at 20% 60%, rgba(255, 188, 0, 0.06), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects .web-work-header {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(22px, 3.5vw, 44px);
    text-align: center;
}

/* Başlık — kurumsal, sade, bold; iki satır */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-work-title--compact {
    font-family: var(--sm-font-heading, 'Plus Jakarta Sans', sans-serif);
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-bottom: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-work-title--compact .highlight {
    display: block;
    font-family: inherit;
    font-size: inherit;
    margin-left: 0;
}

/* Tüm içerik başlıkları — sade, bold ve tutarlı font */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-section-title,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-work-title,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .intro-main-title {
    font-family: var(--sm-font-heading, 'Plus Jakarta Sans', sans-serif) !important;
    font-weight: 800 !important;
    letter-spacing: -0.015em;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-section-title .highlight,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-work-title .highlight,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .intro-main-title .highlight {
    font-family: inherit !important;
    font-weight: inherit !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects-lead {
    margin: 10px 0 0;
    font-size: clamp(0.92rem, 1.2vw, 1.02rem);
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.5;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf {
    position: relative;
    width: 100%;
    z-index: 1;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-swiper {
    width: 100%;
    padding: clamp(10px, 1.5vw, 18px) 0 clamp(16px, 2vw, 24px);
    overflow: visible;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-slide {
    width: clamp(240px, 30vw, 420px);
    height: auto;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects:not(.wt-projects--ar-45) .wt-cf-card {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: default;
    /* Aktif olmayan slaytlar hafif bulanık ve biraz küçük */
    filter: blur(2.5px);
    transform: scale(0.92);
    transition: filter 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-card--static {
    cursor: default;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-card__shade {
    display: none;
}

/* Merkezdeki (aktif) kart — net ve biraz büyük */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects:not(.wt-projects--ar-45) .wt-cf-swiper .swiper-slide-active .wt-cf-card {
    filter: none;
    transform: scale(1.06);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects--ar-45 {
    overflow: visible;
    padding-bottom: clamp(48px, 7vw, 80px);
}

/* Alt kontrol satırı */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

/* Yön butonları */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    z-index: 6;
    width: clamp(42px, 4vw, 54px);
    height: clamp(42px, 4vw, 54px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 188, 0, 0.3);
    background: rgba(12, 12, 12, 0.72);
    color: #ffd24a;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.7);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn:hover {
    background: #ffbc00;
    border-color: #ffbc00;
    color: #0d0d0d;
    transform: translateY(-50%) scale(1.08);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn--prev { left: clamp(8px, 3vw, 48px); }
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn--next { right: clamp(8px, 3vw, 48px); }

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* Sayfalama */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 12px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border-radius: 999px;
    transition: width 0.35s ease, background 0.35s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-pagination .swiper-pagination-bullet-active {
    width: 26px;
    background: #ffbc00;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-projects-cta {
    position: relative;
    z-index: 1;
    margin-top: clamp(18px, 2.5vw, 28px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Sade ikili CTA butonları (biraz küçük) */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 10px;
    font-family: var(--sm-font-cta, 'Sora', sans-serif);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease,
                transform 0.3s ease, box-shadow 0.3s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cta-btn--primary {
    background: linear-gradient(135deg, #ffd700, #ffbc00);
    color: #0d0d0d;
    border-color: #ffbc00;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cta-btn--primary:hover {
    background: linear-gradient(135deg, #ffe14d, #ffc800);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -10px rgba(255, 188, 0, 0.55);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cta-btn--ghost {
    background: rgba(255, 188, 0, 0.06);
    color: #ffd700;
    border-color: rgba(255, 188, 0, 0.4);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cta-btn--ghost:hover {
    background: linear-gradient(135deg, #ffd700, #ffbc00);
    color: #0d0d0d;
    border-color: #ffd700;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -12px rgba(255, 188, 0, 0.45);
}

@media (max-width: 575px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-slide { width: 78vw; }
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn--prev { left: 6px; }
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-btn--next { right: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium::before,
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-premium::after,
    .wt-hero-orb,
    .wt-hero-grid,
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-hero-highlight {
        animation: none !important;
    }

    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-cf-card {
        transition: none;
    }
}

/* ================================================================
   Hizmet Paketleri — sade düzen (tek sütun, doğal yükseklik)
   ================================================================ */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-section {
    padding-top: clamp(36px, 4vw, 56px);
    padding-bottom: clamp(36px, 4vw, 56px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-section .web-section-title {
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    margin-bottom: clamp(12px, 1.5vw, 20px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid--4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.1vw, 18px);
    margin-top: clamp(16px, 2vw, 24px);
    align-items: start;
}

/* Hazır paket — üst satır banner */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-ready-row {
    margin-top: clamp(20px, 2.5vw, 32px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--banner {
    padding: clamp(18px, 1.5vw, 24px) clamp(20px, 2vw, 32px) !important;
    border-radius: 14px;
    transform: none !important;
    background: linear-gradient(165deg, rgba(255, 188, 0, 0.14) 0%, rgba(255, 188, 0, 0.03) 55%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 215, 0, 0.45);
    box-shadow: 0 10px 28px -18px rgba(255, 188, 0, 0.35);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-ready-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2vw, 32px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-ready-content {
    flex: 1 1 auto;
    min-width: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--banner .web-price-name {
    font-size: clamp(0.95rem, 1.1vw, 1.12rem) !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--banner .web-price-period {
    margin: 0;
    font-size: clamp(0.72rem, 0.85vw, 0.82rem) !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    max-width: 720px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--banner:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(255, 215, 0, 0.75);
    box-shadow: 0 18px 40px -16px rgba(255, 188, 0, 0.45);
}

/* —— Kart iskeleti —— */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(18px, 1.3vw, 22px) clamp(16px, 1.1vw, 20px);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px -30px rgba(0, 0, 0, 0.8);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 188, 0, 0.45);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
    box-shadow: 0 34px 74px -38px rgba(0, 0, 0, 0.9),
                0 0 44px -20px rgba(255, 188, 0, 0.4);
}

/* Hazır paket banner — eski kompakt kart stilleri kaldırıldı */

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card.featured {
    border-color: rgba(255, 188, 0, 0.6);
    box-shadow: 0 24px 60px -40px rgba(0, 0, 0, 0.85),
                inset 0 0 0 1px rgba(255, 188, 0, 0.14);
}

/* Başlık */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-header {
    flex: 0 0 auto;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-name {
    font-size: clamp(0.98rem, 1.12vw, 1.14rem) !important;
    color: #fff !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-name {
    font-family: var(--sm-font-display-bold, 'League Spartan', sans-serif) !important;
    font-size: clamp(0.86rem, 0.95vw, 0.98rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    min-height: auto !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-name span.name-highlight {
    display: inline !important;
    color: #fff !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-name span.name-highlight {
    display: inline !important;
    color: #ffd700 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-amount {
    font-family: var(--sm-font-display-bold, 'League Spartan', sans-serif);
    font-size: clamp(1.1rem, 1.3vw, 1.4rem);
    font-weight: 800;
    line-height: 1.1;
    color: #ffd700 !important;
    margin-top: 2px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-amount span {
    font-size: 0.5em;
    font-weight: 700;
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Özellik listesi — tek sütun, sabit satır ritmi */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.7rem, 0.74vw, 0.76rem);
    line-height: 1.45;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    background: transparent;
    overflow-wrap: break-word;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    flex: 0 0 12px;
    width: 12px;
    margin-top: 2px;
    font-size: 0.62rem;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li.is-included::before {
    content: '\f00c';
    color: #ffbc00;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li.is-excluded {
    color: rgba(255, 255, 255, 0.42);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li.is-excluded::before {
    content: '\f00d';
    color: rgba(255, 110, 110, 0.95);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li.is-excluded:first-of-type {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px dashed rgba(255, 188, 0, 0.28);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--paid .web-price-features li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* Uzman / Profesyonel — biraz daha sıkı satır aralığı */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-card--features-compact .web-price-features li {
    padding: 5px 0;
    font-size: clamp(0.66rem, 0.7vw, 0.72rem);
    line-height: 1.4;
}

/* Butonlar */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
    padding-top: 0;
    flex-shrink: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-info,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    font-size: clamp(0.7rem, 0.74vw, 0.74rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-radius: 8px;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease,
                transform 0.3s ease, box-shadow 0.3s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-buy {
    background: linear-gradient(135deg, #ffd700, #ffbc00);
    border-color: #ffbc00;
    color: #0d0d0d;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-buy:hover {
    background: #141414;
    border-color: #ffd700;
    color: #ffd700;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -12px rgba(255, 188, 0, 0.5);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-info {
    background: rgba(255, 188, 0, 0.06);
    border-color: rgba(255, 188, 0, 0.4);
    color: #ffd700;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-btn-info:hover {
    background: linear-gradient(135deg, #ffd700, #ffbc00);
    border-color: #ffd700;
    color: #0d0d0d;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -12px rgba(255, 188, 0, 0.45);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions--ready.web-price-actions--banner {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 10px;
    margin-top: 0;
    min-width: min(100%, 320px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions--banner .web-price-btn-buy,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions--banner .web-price-btn-info {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.76rem;
    white-space: nowrap;
}

@media (max-width: 767px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-ready-inner {
        flex-direction: column;
        align-items: stretch;
    }

    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions--ready.web-price-actions--banner {
        width: 100%;
        min-width: 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1399px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid,
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid,
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid,
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-pricing-grid--4 {
        grid-template-columns: 1fr;
    }

    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-price-actions--ready.web-price-actions--banner {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   META, PIXEL, ADS ENTEGRASYON
   ========================================================================== */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-ads-integration-section {
    padding-top: clamp(36px, 4vw, 56px);
    padding-bottom: clamp(36px, 4vw, 56px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-ads-integration-section .web-section-title,
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-title {
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    margin-bottom: clamp(10px, 1.2vw, 16px);
    text-transform: none;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-lead {
    max-width: 860px;
    margin: 0 auto clamp(24px, 3vw, 36px);
    text-align: center;
    font-size: clamp(0.82rem, 0.95vw, 0.94rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.2vw, 18px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(18px, 1.4vw, 24px);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px -30px rgba(0, 0, 0, 0.8);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.4s ease, box-shadow 0.4s ease;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 188, 0, 0.45);
    box-shadow: 0 34px 74px -38px rgba(0, 0, 0, 0.9),
                0 0 44px -20px rgba(255, 188, 0, 0.28);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card--meta:hover {
    border-color: rgba(24, 119, 242, 0.55);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card--pixel:hover {
    border-color: rgba(255, 188, 0, 0.55);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card--google:hover {
    border-color: rgba(66, 133, 244, 0.55);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 188, 0, 0.1);
    border: 1px solid rgba(255, 188, 0, 0.25);
    color: #ffd700;
    font-size: 1.15rem;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card--meta .wt-ads-platform-icon {
    background: rgba(24, 119, 242, 0.12);
    border-color: rgba(24, 119, 242, 0.35);
    color: #4da3ff;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-card--google .wt-ads-platform-icon {
    background: rgba(66, 133, 244, 0.12);
    border-color: rgba(66, 133, 244, 0.35);
    color: #6ea8ff;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-head h3 {
    margin: 0;
    font-family: var(--sm-font-display-bold, 'League Spartan', sans-serif);
    font-size: clamp(0.92rem, 1vw, 1.02rem);
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-desc {
    margin: 0 0 14px;
    font-size: clamp(0.72rem, 0.78vw, 0.8rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: auto;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 0;
    font-size: clamp(0.68rem, 0.74vw, 0.76rem);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    flex: 0 0 11px;
    margin-top: 2px;
    font-size: 0.58rem;
    color: #ffbc00;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-tools {
    margin-top: clamp(18px, 2.2vw, 28px);
    padding: clamp(14px, 1.3vw, 20px);
    border-radius: 14px;
    border: 1px dashed rgba(255, 188, 0, 0.22);
    background: rgba(255, 188, 0, 0.03);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-tools-label {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 188, 0, 0.85);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-tools-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-tools-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: clamp(0.64rem, 0.7vw, 0.72rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-tools-list li i {
    font-size: 0.72rem;
    color: #ffd700;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: clamp(24px, 3vw, 36px);
}

@media (max-width: 991px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .wt-ads-platform-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   NEDEN SOLİD MEDYA? — 27 kart, satır başına 9 kart (kompakt/minimalist)
   ========================================================================== */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-section {
    padding-top: clamp(50px, 6vw, 90px);
    padding-bottom: clamp(50px, 6vw, 90px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid.web-features-grid--9 {
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: clamp(32px, 4vw, 56px) !important;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card {
    padding: 20px 10px 16px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    transform-style: preserve-3d;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.34),
                filter 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* JS içerik değişimi — 3D yatay çevirme + bulanıklık + ikon pop/parlama */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card.wt-fc-out {
    opacity: 0;
    transform: perspective(900px) rotateY(80deg) scale(0.9);
    filter: blur(3px);
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card.wt-fc-in {
    animation: wtFcRevealIn 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes wtFcRevealIn {
    0% {
        opacity: 0;
        transform: perspective(900px) rotateY(-80deg) scale(0.9);
        filter: blur(4px);
    }
    55% {
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: perspective(900px) rotateY(0deg) scale(1);
        filter: none;
    }
}

/* Yeni içerik girerken ikon canlanır ve altın parlaması verir */
:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card.wt-fc-in .web-feature-icon {
    animation: wtFcIconPop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes wtFcIconPop {
    0% {
        transform: scale(0.55) rotate(-8deg);
        box-shadow: 0 0 0 0 rgba(255, 188, 0, 0);
    }
    55% {
        transform: scale(1.18) rotate(3deg);
        box-shadow: 0 0 24px 2px rgba(255, 188, 0, 0.45);
    }
    100% {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 0 0 rgba(255, 188, 0, 0);
    }
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    border-radius: 15px;
    flex: 0 0 auto;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-icon i {
    font-size: 22px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card h3 {
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 6px;
    letter-spacing: -0.2px;
}

:is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid--9 .web-feature-card p {
    font-size: 11.5px;
    line-height: 1.45;
    color: #9a9a9a;
    margin: 0;
}

/* Duyarlı kırılımlar: 9 → 6 → 4 → 3 → 2 */
@media (max-width: 1400px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid.web-features-grid--9 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1100px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid.web-features-grid--9 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid.web-features-grid--9 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    :is(body.page-hizmet-web-tasarim, body.page-hizmet-seo, body.page-hizmet-google-ads, body.page-hizmet-meta-ads, body.page-hizmet-sosyal-medya) .web-features-grid.web-features-grid--9 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
