/* ==========================================================================
   Sample Page — Referans Şablon Sayfa Stilleri
   ========================================================================== */

/* Hero Kartı — Watermark için gerekli */
.gd-page-header {
    position: relative;
    overflow: hidden;
}

/* ── Dekoratif Watermark Logo ──────────────────────────────────── */
.sample-hero-watermark {
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 160px;
    height: 160px;
    object-fit: contain;
    opacity: 0.1;
    transform: rotate(-15deg);
    pointer-events: none;
    user-select: none;
}

@media (max-width: 480px) {
    .sample-hero-watermark {
        width: 100px;
        height: 100px;
        right: -14px;
        bottom: -14px;
    }
}

/* ── Vitrin Slider & 2x2 Kart Vitrini (Hero Showcase) ────────── */
.sp-hero-showcase {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

/* Sol: Büyük Kampanya Banner Slider */
.sp-hero-main-banner {
    background-color: #fbf5eb;
    border-radius: 24px;
    padding: 36px 40px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 380px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.sp-hero-main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: space-between;
}

.sp-hero-tagline {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
}

.sp-hero-title-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.sp-hero-percent {
    font-size: 64px;
    font-weight: 900;
    color: #111827;
    line-height: 1;
    letter-spacing: -2px;
}

.sp-hero-title-sub {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
    text-align: left;
}

.sp-hero-img-wrap {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 16px;
}

.sp-hero-img {
    max-height: 140px;
    max-width: 80%;
    object-fit: contain;
}

.sp-hero-action {
    margin-bottom: 16px;
}

.sp-hero-btn {
    background-color: #2563eb;
    color: #ffffff;
    padding: 13px 36px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
    transition: all 0.2s ease;
}

.sp-hero-btn:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}

/* Navigasyon Okları */
.sp-hero-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-hero-arrow:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.sp-arrow-left { left: 16px; }
.sp-arrow-right { right: 16px; }

.sp-hero-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.sp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1d5db;
    transition: all 0.3s ease;
}

.sp-dot.active {
    width: 22px;
    border-radius: 10px;
    background-color: #2563eb;
}

/* Sağ: 2x2 Vitrin Kartları Grid */
.sp-hero-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.sp-mini-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.sp-mini-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    background-color: #ffffff;
}

.sp-mini-img-side {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-mini-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sp-mini-info-side {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    justify-content: space-between;
    height: 100%;
}

.sp-mini-badge {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

.sp-mini-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.sp-mini-btn {
    background-color: #2563eb;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.2);
    transition: all 0.2s ease;
}

.sp-mini-btn:hover {
    background-color: #1d4ed8;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
}

@media (max-width: 992px) {
    .sp-hero-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .sp-hero-grid-wrap {
        grid-template-columns: 1fr;
    }

    .sp-hero-percent {
        font-size: 48px;
    }

    .sp-hero-tagline {
        font-size: 18px;
    }

    .sp-hero-title-sub {
        font-size: 18px;
    }
}

/* ── Bento Grid Galeri / Kategori Vitrini ─────────────────── */
.sp-bento-section {
    margin-bottom: 28px;
}

.sp-bento-header {
    margin-bottom: 16px;
}

.sp-bento-section-title {
    margin: 0 0 4px;
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-bento-section-desc {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.sp-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 195px;
    gap: 16px;
}

.sp-bento-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

/* Span kuralları */
.sp-bento-wide {
    grid-column: span 2;
}

.sp-bento-tall {
    grid-row: span 2;
}

/* Görsel & Gradient Overlay */
.sp-bento-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    color: transparent;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-bento-card:hover .sp-bento-bg {
    transform: scale(1.06);
}

.sp-bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.35) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

/* İçerik Metinleri */
.sp-bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 22px;
    z-index: 2;
    color: #ffffff;
}

.sp-bento-title {
    margin: 0 0 4px 0;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.sp-bento-desc {
    margin: 0;
    font-size: 13.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    .sp-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
    
    .sp-bento-tall {
        grid-row: span 1;
    }
}

@media (max-width: 576px) {
    .sp-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 170px;
    }

    .sp-bento-wide {
        grid-column: span 1;
    }
}

/* ── Sıkça Sorulan Sorular (2 Kolonlu Hizalı Temiz Düzen) ───── */
.sp-faq-clean-section {
    margin-bottom: 32px;
}

.sp-faq-clean-title {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.sp-faq-clean-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.sp-faq-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sp-faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sp-faq-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.sp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
}

.sp-faq-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.sp-faq-card.active .sp-faq-chevron {
    transform: rotate(180deg);
}

.sp-faq-answer {
    display: none;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: 14px;
    color: #475569;
    line-height: 1.55;
}

.sp-faq-card.active .sp-faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .sp-faq-clean-grid {
        grid-template-columns: 1fr;
    }
}


/* ── Animasyonlu Gradient Kenarlıklı Kurum Bölümü ─────────────── */
.sp-grad-border-header {
    position: relative;
    background: linear-gradient(45deg, #1e8449, #6366f1, #f59e0b, #e11d48);
    background-size: 400% 400%;
    animation: spGradShift 10s ease infinite;
    padding: 2px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

@keyframes spGradShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.sp-grad-content-header {
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 14px;
    position: relative;
    z-index: 1;
}

.sp-grad-section-title {
    margin: 0;
    font-size: 19px;
    color: #0f172a;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-grad-section-desc {
    margin: 6px 0 20px;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
}

/* Kart Grid */
.sp-tpl-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 4px;
}

@media (max-width: 900px) { .sp-tpl-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .sp-tpl-cards-grid { grid-template-columns: 1fr; } }

/* Canvas Kart */
.sp-canvas-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.05);
    container-type: inline-size;
    container-name: sp-card;
    text-decoration: none;
    display: block;
    color: inherit;
}

.sp-canvas-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

.sp-card-shine {
    position: absolute;
    top: -15%; left: -15%;
    width: 60%; height: 60%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 65%);
    pointer-events: none;
    z-index: 1;
}

.sp-card-bottom-fade {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 2;
}

.sp-card-tl-logo {
    position: absolute;
    z-index: 10;
    top: 6%; left: 6%;
    font-size: calc(11 * 0.25cqw);
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.sp-card-tl-logo span { color: #fbbf24; }

.sp-card-logo-watermark {
    position: absolute;
    bottom: 0; right: 0;
    height: 90%;
    object-fit: contain;
    opacity: 0.15;
    z-index: 3;
    transform-origin: bottom right;
    pointer-events: none;
}

.sp-card-text-block {
    position: absolute;
    z-index: 10;
    bottom: 10%; left: 6%; right: 6%;
}

.sp-card-main-title {
    margin: 0 0 4cqw;
    font-size: calc(20 * 0.25cqw);
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.sp-card-sub-title {
    font-size: calc(11 * 0.25cqw);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* ── Özellik Kartları (4 Sütunlu Grid) ─────────────────────── */
.sp-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.sp-feature-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 26px 22px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sp-feature-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.sp-feature-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    margin-bottom: 18px;
}

.sp-feature-icon svg {
    width: 48px;
    height: 48px;
}

.sp-feature-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.sp-feature-desc {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #475569;
    line-height: 1.55;
}

@media (max-width: 992px) {
    .sp-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .sp-feature-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Renkli Özellik Hapları (Feature Pills Bar) ─────────────── */
.sp-pills-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.sp-pill-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-pill-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sp-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Renk Çeşitleri */
.sp-pill-teal {
    background-color: #e6f7f2;
    color: #00a884;
}

.sp-pill-purple {
    background-color: #f0ebff;
    color: #7048e8;
}

.sp-pill-pink {
    background-color: #ffeaf2;
    color: #e64980;
}

.sp-pill-orange {
    background-color: #fff5e6;
    color: #d9480f;
}

.sp-pill-blue {
    background-color: #e7f5ff;
    color: #1c7ed6;
}

/* ── Bakanlık Logo Banner Kart Sistemi ───────────────────────── */
.sp-banner-section {
    margin-bottom: 8px;
}

.sp-banner-header {
    margin-bottom: 16px;
}

.sp-banner-section-title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-banner-section-desc {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* Yatay scroll kapsayıcı */
.sp-banner-scroll-wrap {
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}

.sp-banner-scroll-wrap::-webkit-scrollbar {
    height: 4px;
}

.sp-banner-scroll-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.sp-banner-scroll-wrap::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 99px;
}

/* Banner kartların yatay track'i */
.sp-banner-track {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: max-content;
    padding: 8px 4px 16px 4px;
}

/* Tek banner kart */
.sp-banner-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 310px;
    height: 125px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    position: relative;
}

.sp-banner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

/* Sol: Logo/Görsel alanı (Açık krem/sarı arka plan) */
.sp-banner-img-wrap {
    width: 110px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--sp-img-bg, #fefae0);
}

.sp-banner-logo {
    max-width: 85px;
    max-height: 85px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12));
    transition: transform 0.3s ease;
    display: block;
}

.sp-banner-card:hover .sp-banner-logo {
    transform: scale(1.08);
}

.sp-banner-logo-placeholder {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sağ: Metin alanı (Doygun canlı renkli arka plan) */
.sp-banner-text {
    flex: 1;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
    overflow: hidden;
    background-color: var(--sp-bg, #f43f5e);
}

.sp-banner-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sp-banner-cta {
    font-size: 10.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 8px;
    transition: opacity 0.2s, letter-spacing 0.2s;
}

.sp-banner-card:hover .sp-banner-cta {
    color: #ffffff;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .sp-banner-card {
        width: 260px;
        height: 115px;
    }

    .sp-banner-img-wrap {
        width: 95px;
    }

    .sp-banner-logo {
        max-width: 75px;
        max-height: 75px;
    }

    .sp-banner-title {
        font-size: 14px;
    }
}

/* ── Font Karşılaştırma Kartı ────────────────────────────────── */
.gd-font-compare-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.gd-font-compare-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1.5px solid #f1f5f9;
    padding-bottom: 14px;
}

.gd-font-compare-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.gd-font-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gd-font-panel {
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-sizing: border-box;
}

.gd-font-panel--inter {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
}

.gd-font-panel--system {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
}

.gd-font-panel-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
    width: fit-content;
}

.gd-font-label--inter {
    background: #dcfce7;
    color: #15803d;
}

.gd-font-label--system {
    background: #f1f5f9;
    color: #475569;
}

.gd-font-sample-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-font-sample-body {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.gd-font-sample-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gd-font-sample-ui {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.gd-font-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gd-font-small-text {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
}

@media (max-width: 768px) {
    .gd-font-compare-grid {
        grid-template-columns: 1fr;
    }

    .gd-font-sample-heading {
        font-size: 18px;
    }
}

/* ── Empty State Komponent Stilleri (L6) ─────────────────────── */
.gd-empty-state-demo-box {
    background: #ffffff;
    border: 1.5px dashed #cbd5e1;
    border-radius: 14px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    box-sizing: border-box;
}

.gd-empty-state-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 4px;
}

.gd-empty-state-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.gd-empty-state-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    max-width: 420px;
}

.gd-empty-state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 8px;
}

/* ── UYAP Stil Vitrin Hero & Duyurular Responsive Kuralları (Rule 4) ──────── */
@media (max-width: 991px) {
    .sp-uyap-hero-wrapper {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .sp-hero-grid-wrap-v2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .sp-hero-slide {
        grid-template-columns: 1fr !important;
        padding: 16px 18px 20px !important;
    }
    
    .sp-hero-slide > div:last-child {
        display: none !important;
    }
    
    .sp-hero-main-banner-v2 {
        min-height: auto !important;
    }
    
    .sp-hero-slide h2 {
        font-size: 15px !important;
    }
    
    .sp-hero-dots {
        left: 16px !important;
        bottom: 8px !important;
    }
}

@media (max-width: 480px) {
    .sp-hero-grid-wrap-v2 {
        grid-template-columns: 1fr !important;
    }
}


