/* regulations/genelge-2025-10.blade.php icin harici stiller */
.g10-hero {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 60%, #ddd6fe 100%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.g10-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(14,165,164,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.g10-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.g10-breadcrumb a { color: var(--mut, #6b7280); text-decoration: none; }
.g10-breadcrumb a:hover { color: var(--a11y, #0EA5A4); }
.g10-breadcrumb .sep { color: #9ca3af; }
.g10-breadcrumb .cur { color: var(--a11y, #0EA5A4); font-weight: 600; }
.g10-tag {
    display: inline-block;
    background: var(--a11y, #0EA5A4);
    color: #fff;
    padding: 5px 14px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.g10-h1 {
    font-family: 'Inter', 'Mulish', sans-serif;
    font-size: clamp(28px, 4.5vw, 44px);
    line-height: 1.18;
    font-weight: 800;
    color: var(--fg, #0F172A);
    margin-bottom: 20px;
}
.g10-h1 .hl { color: var(--a11y, #0EA5A4); }
.g10-lead {
    font-size: 17px;
    color: var(--mut, #4b5563);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 760px;
}
.g10-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

/* Kaynak kutusu */
.g10-source {
    background: #fff;
    border: 2px solid var(--a11y, #0EA5A4);
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
}
.g10-source i { color: var(--a11y, #0EA5A4); font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.g10-source p { margin: 0; font-size: 14px; color: var(--mut, #4b5563); line-height: 1.7; }
.g10-source a { color: var(--a11y, #0EA5A4); font-weight: 700; }

/* Özet kartları */
.g10-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
    max-width: 960px;
    margin: 0 auto;
}
.g10-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: border-color .2s, transform .2s;
}
.g10-card:hover {
    border-color: var(--a11y, #0EA5A4);
    transform: translateY(-4px);
}
.g10-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 14px;
}
.g10-card-label { font-size: 11px; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.g10-card-value { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 800; color: var(--fg, #0F172A); margin-bottom: 4px; line-height: 1.2; }
.g10-card-detail { font-size: 12px; color: #9ca3af; }

/* Sayaç */
.g10-countdown {
    background: linear-gradient(135deg, var(--fg, #0F172A) 0%, #312e81 100%);
    color: #fff;
    padding: 70px 0;
}
.g10-countdown-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0 16px;
}
.g10-unit {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 18px 28px;
    min-width: 110px;
    text-align: center;
}
.g10-unit-num {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.g10-unit-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 8px;
}

/* Tablo */
.g10-table-wrap {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}
.g10-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.g10-table thead tr { background: #f9fafb; border-bottom: 2px solid #e5e7eb; }
.g10-table th { padding: 14px 18px; text-align: left; font-weight: 700; color: var(--fg, #0F172A); font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.g10-table td { padding: 14px 18px; border-bottom: 1px solid #f3f4f6; }
.g10-table td:first-child { color: #9ca3af; font-weight: 600; }
.g10-table td:nth-child(2) { color: var(--fg, #0F172A); font-weight: 500; }
.g10-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
}

/* Komisyon kartları */
.g10-komisyon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.g10-komisyon-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px 24px;
    position: relative;
}
.g10-komisyon-no {
    position: absolute;
    top: -14px;
    left: 22px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    color: #fff;
}
.g10-komisyon-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.g10-komisyon-card h3 { font-size: 17px; font-weight: 700; color: var(--fg, #0F172A); margin-bottom: 6px; }
.g10-komisyon-role { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.g10-komisyon-card p { font-size: 14px; color: var(--mut, #4b5563); line-height: 1.7; margin: 0; }

/* Ceza kartları */
.g10-ceza-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 920px;
    margin: 0 auto 28px;
}
.g10-ceza-card {
    background: #fff;
    border: 2px solid #dc2626;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
}
.g10-ceza-label { font-size: 11px; color: #dc2626; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; margin-bottom: 8px; }
.g10-ceza-value { font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 800; color: #dc2626; line-height: 1.2; }
.g10-ceza-sub { font-size: 13px; color: #9ca3af; margin-top: 6px; }

/* Adımlar (cerez.io ile uyum) */
.g10-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
    max-width: 960px;
    margin: 0 auto;
}
.g10-step {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px 20px 20px;
    position: relative;
    transition: border-color .2s, transform .2s;
    text-decoration: none;
    display: block;
    color: inherit;
}
.g10-step:hover {
    border-color: var(--a11y, #0EA5A4);
    transform: translateY(-4px);
    color: inherit;
    text-decoration: none;
}
.g10-step-no {
    position: absolute;
    top: -12px;
    left: 18px;
    background: var(--a11y, #0EA5A4);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
}
.g10-step i { font-size: 28px; color: var(--a11y, #0EA5A4); margin-bottom: 12px; display: block; }
.g10-step h3 { font-size: 15px; font-weight: 700; color: var(--fg, #0F172A); margin-bottom: 8px; }
.g10-step p { font-size: 13px; color: var(--mut, #6b7280); line-height: 1.65; margin: 0; }

/* Logo bölümü */
.g10-logo-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}
@media (max-width: 700px) {
    .g10-logo-grid { grid-template-columns: 1fr; }
}
.g10-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, var(--a11y, #0EA5A4) 0%, #6d28d9 100%);
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(14,165,164,0.25);
    margin: 0 auto;
    position: relative;
}
.g10-logo-icon i { font-size: 80px; color: #fff; }
.g10-logo-badge {
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: #fff;
    color: var(--a11y, #0EA5A4);
    padding: 5px 12px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    border: 2px solid var(--a11y, #0EA5A4);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.g10-logo-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    font-size: 14px;
    color: var(--mut, #4b5563);
    line-height: 2.1;
}
.g10-logo-list li i { color: var(--a11y, #0EA5A4); margin-right: 8px; }

/* SSS */
.g10-faq-wrap {
    max-width: 860px;
    margin: 0 auto;
}
.g10-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.g10-faq-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 22px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: var(--fg, #0F172A);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Mulish', sans-serif;
}
.g10-faq-btn:hover { color: var(--a11y, #0EA5A4); }
.g10-faq-btn .arr { flex-shrink: 0; transition: transform .25s; }
.g10-faq-btn[aria-expanded="true"] .arr { transform: rotate(180deg); }
.g10-faq-body {
    display: none;
    padding: 0 22px 20px;
    font-size: 14px;
    color: var(--mut, #4b5563);
    line-height: 1.8;
}
.g10-faq-body.open { display: block; }

/* CTA bant */
.g10-cta {
    background: linear-gradient(135deg, var(--a11y, #0EA5A4) 0%, #4c1d95 100%);
    color: #fff;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.g10-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
    pointer-events: none;
}

/* Kaynaklar */
.g10-sources { background: var(--fg, #0F172A); color: #fff; padding: 60px 0; }
.g10-source-link {
    color: #ddd6fe;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 14px;
    transition: color .15s;
}
.g10-source-link:hover { color: #fff; }
.g10-source-link i { color: var(--a11y, #0EA5A4); margin-right: 8px; }
.g10-disclaimer {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-top: 24px;
    line-height: 1.7;
}

/* Genel yardımcılar */
.g10-sec { padding: 80px 0; }
.g10-sec-light { background: #fafafa; }
.g10-sec-white { background: #fff; }
.g10-sec-tint { background: #f5f3ff; }
.g10-sec-title {
    font-family: 'Inter', 'Mulish', sans-serif;
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800;
    color: var(--fg, #0F172A);
    margin-bottom: 10px;
}
.g10-sec-sub {
    color: var(--mut, #6b7280);
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.7;
}
.g10-kick {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--a11y, #0EA5A4);
    margin-bottom: 10px;
}

/* asagisi: sayfa icindeki inline style="" donusumleri (statik olanlar) */
.g10x-disclaimer-sm { font-size:12px; color:var(--mut,#6b7280); margin:0; }
.g10x-py-30 { padding:30px 0; }
.g10x-center { text-align:center; }
.g10x-right { text-align:right; }
.g10x-kick-purple { color:#c4b5fd; }
.g10x-title-white-mt { color:#fff; margin-top:10px; }
.g10x-countdown-note { font-size:14px; color:rgba(255,255,255,0.65); margin:0; }
.g10x-left { text-align:left; }
.g10x-scroll-x { overflow-x:auto; }
.g10x-table-note { font-size:13px; color:var(--mut,#6b7280); margin-top:16px; max-width:720px; margin-left:auto; margin-right:auto; }
.g10x-wrap-narrow { max-width:920px; margin:0 auto; }
.g10x-block { display:block; }
.g10x-mb-6 { margin-bottom:6px; }
.g10x-ceza-lead { color:var(--mut,#6b7280); margin-bottom:32px; font-size:15px; }
.g10x-calc-box { background:#fff; border:1px solid #e5e7eb; border-radius:14px; padding:26px; max-width:920px; }
.g10x-calc-h3 { font-size:17px; font-weight:700; color:var(--fg,#0F172A); margin-bottom:12px; }
.g10x-icon-red-mr { color:#dc2626; margin-right:8px; }
.g10x-calc-p { font-size:14px; color:var(--mut,#4b5563); line-height:1.8; margin-bottom:12px; }
.g10x-calc-result { background:#fef2f2; border-left:4px solid #dc2626; padding:14px 18px; border-radius:8px; font-family:'Courier New',monospace; font-size:14px; }
.g10x-calc-footnote { font-size:13px; color:var(--mut,#6b7280); margin-top:14px; margin-bottom:0; line-height:1.7; }
.g10x-mt-10 { margin-top:10px; }
.g10x-logo-p { font-size:15px; color:var(--mut,#4b5563); line-height:1.8; margin-bottom:14px; }
.g10x-steps-footnote { font-size:13px; color:var(--mut,#6b7280); margin-top:28px; }
.g10x-m0 { margin:0; }
.g10x-cta-wrap { text-align:center; position:relative; z-index:1; }
.g10x-cta-lead { font-size:17px; color:rgba(255,255,255,0.88); margin-bottom:30px; max-width:680px; margin-left:auto; margin-right:auto; line-height:1.7; }
.g10x-cta-btns { display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.g10x-btn-white-a11y { background:#fff; color:var(--a11y,#0EA5A4); }
.g10x-btn-outline-white { border-color:rgba(255,255,255,0.4); color:#fff; }
.g10x-cta-footnote { font-size:12px; color:rgba(255,255,255,0.55); margin-top:20px; margin-bottom:0; }
.g10x-sources-h2 { font-family:'Inter',sans-serif; font-size:20px; font-weight:700; color:#fff; margin-bottom:20px; }
.g10x-icon-cyan-mr { color:#22D3EE; margin-right:8px; }
.g10x-sources-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 40px; }
.g10x-txt-lavender { color:#ddd6fe; }
