/* regulations/eaa.blade.php icin harici stiller */
.eaa-hero {
    padding: 88px 0 64px;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 60%, #faf5ff 100%);
}
.eaa-badge {
    display: inline-block;
    background: #0EA5A4;
    color: #fff;
    padding: 5px 14px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}
.eaa-stats-bar {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    padding: 16px 22px;
    background: #fff;
    border-left: 4px solid #0EA5A4;
    border-radius: 8px;
    margin-top: 28px;
}
.eaa-stats-bar .sb-item { display: flex; flex-direction: column; }
.eaa-stats-bar .sb-label { font-size: 10px; color: #6b7280; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.eaa-stats-bar .sb-val { font-weight: 700; color: #0F172A; font-size: 15px; }
.eaa-stats-bar .sb-val.warn { color: #dc2626; }
.eaa-scope-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    transition: box-shadow .18s ease, transform .18s ease;
}
.eaa-scope-card:hover { box-shadow: 0 8px 24px rgba(14,165,164,.1); transform: translateY(-2px); }
.eaa-scope-card .sc-icon {
    width: 48px; height: 48px;
    background: #ede9fe;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
    color: #0EA5A4;
}
.eaa-scope-card h3 { font-size: 16px; font-weight: 700; color: #0F172A; margin: 0 0 6px; }
.eaa-scope-card p { font-size: 13px; color: #6b7280; line-height: 1.7; margin: 0; }
.eaa-callout {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin-top: 28px;
}
.eaa-callout strong { color: #92400e; }
.eaa-callout p { color: #78350f; font-size: 14px; line-height: 1.7; margin: 6px 0 0; }
.eaa-note {
    background: #f0fdf4;
    border-left: 4px solid #10b981;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 20px;
    font-size: 13px;
    color: #065f46;
    line-height: 1.7;
}
.wcag-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
}
.wcag-card.featured {
    border-color: #0EA5A4;
    border-width: 2px;
    position: relative;
}
.wcag-card .wc-label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px;
}
.wcag-card .wc-label.min { background: #fef3c7; color: #92400e; }
.wcag-card .wc-label.rec { background: #ede9fe; color: #0B7F7E; }
.wcag-card ul { padding-left: 18px; color: #4b5563; font-size: 13px; line-height: 1.9; margin: 14px 0 0; }
.stmt-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; }
.stmt-num {
    flex-shrink: 0; width: 36px; height: 36px;
    background: #ede9fe; color: #0EA5A4;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 14px;
}
.stmt-item h4 { font-size: 15px; font-weight: 700; color: #0F172A; margin: 0 0 4px; }
.stmt-item p { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.eaa-accordion .accordion-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.eaa-accordion .accordion-button {
    font-weight: 600;
    font-size: 15px;
    padding: 18px 22px;
    color: #0F172A;
}
.eaa-accordion .accordion-button:not(.collapsed) { color: #0EA5A4; background: #faf5ff; box-shadow: none; }
.eaa-accordion .accordion-button::after { filter: none; }
.eaa-accordion .accordion-body {
    padding: 0 22px 20px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
}
.eaa-cta-dark {
    padding: 80px 0;
    background: #0F172A;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.eaa-cta-dark .orb1 {
    position: absolute; top: -100px; right: -80px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(14,165,164,.2) 0%, transparent 70%);
    pointer-events: none;
}
.eaa-cta-dark .orb2 {
    position: absolute; bottom: -80px; left: -60px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(167,139,250,.14) 0%, transparent 70%);
    pointer-events: none;
}
.eaa-legal-note {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6;
    margin-top: 32px;
}
.eaa-breadcrumb { font-size: 13px; margin-bottom: 22px; }
.eaa-breadcrumb a { color: #6b7280; text-decoration: none; }
.eaa-breadcrumb a:hover { color: #0EA5A4; }
.eaa-breadcrumb span.sep { color: #d1d5db; margin: 0 8px; }
.eaa-breadcrumb span.cur { color: #0F172A; font-weight: 600; }
@media (max-width: 767px) {
    .eaa-hero { padding: 64px 0 48px; }
    .eaa-stats-bar { gap: 16px; }
    .eaa-cta-dark { padding: 56px 0; }
}

/* asagisi: sayfa icindeki inline style="" donusumleri (statik olanlar) */
.eaa-wrap-md { max-width:920px; }
.eaa-h1 { font-family:'Inter',sans-serif; font-size:clamp(30px,4.5vw,46px); line-height:1.15; font-weight:800; color:#0F172A; margin-bottom:18px; }
.eaa-hl-teal { color:#0EA5A4; }
.eaa-hero-sub { font-size:clamp(15px,1.8vw,18px); color:#4b5563; line-height:1.75; max-width:820px; }
.eaa-shead-left { text-align:left; }
.eaa-prose-p { font-size:16px; color:#4b5563; line-height:1.8; margin-bottom:16px; }
.eaa-prose-p-last { font-size:16px; color:#4b5563; line-height:1.8; }
.eaa-sec-alt { background:#fafafa; }
.eaa-kapsam-row { row-gap:18px; }
.eaa-callout-wide { max-width:920px; margin-left:auto; margin-right:auto; }
.eaa-wcag-note-text { max-width:680px; margin:0 auto; }
.eaa-wcag-row { row-gap:20px; max-width:920px; margin:0 auto; }
.eaa-wcag-card-full { height:100%; }
.eaa-wcag-h3 { font-size:20px; font-weight:800; color:#0F172A; margin:0 0 4px; }
.eaa-wcag-p { margin-top:14px; color:#4b5563; font-size:14px; line-height:1.7; }
.eaa-wcag-featured-badge { position:absolute; top:-12px; right:18px; background:#0EA5A4; color:#fff; padding:4px 12px; border-radius:99px; font-size:10px; font-weight:700; }
.eaa-note-wide { max-width:920px; margin:28px auto 0; }
.eaa-stmt-row { row-gap:6px; }
.eaa-stmt-intro { font-size:16px; color:#4b5563; line-height:1.8; margin-bottom:24px; }
.eaa-cta-center { margin-top:32px; text-align:center; }
.eaa-faq-wrap { max-width:880px; margin:0 auto; }
.eaa-cta-wrap { text-align:center; position:relative; z-index:2; max-width:720px; }
.eaa-cta-h2 { font-family:'Inter',sans-serif; font-size:clamp(26px,3.5vw,38px); line-height:1.2; font-weight:800; color:#fff; margin-bottom:16px; letter-spacing:-0.025em; }
.eaa-cta-highlight { color:#22D3EE; }
.eaa-cta-sub { font-size:clamp(14px,1.6vw,17px); color:rgba(255,255,255,.78); margin-bottom:32px; line-height:1.7; }
.eaa-cta-disclaimer { margin-top:20px; font-size:12px; color:rgba(255,255,255,.45); line-height:1.6; }
