/* ============================================
   ADDITIONAL CSS - TÜM SAYFALARA ÖZEL STİLLER
*/
body.anasayfa { background: radial-gradient(ellipse at center top, rgba(146, 142, 190, 0.1) 0%, transparent 70%), linear-gradient(180deg, #0F0B3A 0%, #1A1464 14.29%, #251C7C 28.57%, #2A2080 42.86%, #332C8A 57.14%, #443C99 71.43%, #5A4EA8 85.71%, #0F0B3A 100%); }
body.biz_kimiz { background: linear-gradient(225deg, rgba(250, 245, 255, 0.15) 0%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 251, 235, 0.10) 100%); }
body.etkinlik { background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.30) 100%); }
body.etkinlikdetay { background: linear-gradient(180deg, #FFF 0%, #FAF5FF 100%); }
body.etkinlikkayit { background: linear-gradient(180deg, #0F0B3A 0%, #1A1464 100%); }
body.blog { background: linear-gradient(135deg, var(--color-grey-98, #F9FAFB) 0%, var(--color-white-solid, #FFF) 50%, var(--color-grey-97, #EFF6FF) 100%); }
body.blogdetay { background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.30) 100%); }
body.iletisim { background: linear-gradient(180deg, #0F0B3A 0%, #1A1464 100%); }
body.footer { background: linear-gradient(180deg, #FFF 0%, #FAF5FF 100%); }

.bg-\[\#E5E7EB\] {background: #E5E7EB;}

.richtext h1 { font-size:24px; font-weight: 700; margin-bottom:20px;}
.richtext h2 { font-size:20px; font-weight: 600; margin-bottom:20px;}
.richtext h3 { font-size:16px; font-weight: 600; margin-bottom:20px;}
.richtext h4 { font-size:15px;  margin-bottom:20px;}
.richtext h5 { font-size:14px;  margin-bottom:20px;}
.richtext p { margin-bottom:20px;}
.richtext b,
.richtext strong { font-weight: 700;}
.richtext ul { list-style: disc; list-style-type: disc; margin-block-start:16px; margin-block-end:16px; padding-inline-start:40px;}
.richtext ol { list-style: decimal; list-style-type: decimal; margin-block-start:16px; margin-block-end:16px; padding-inline-start:40px;}
.richtext li { list-style: unset; list-style-type: unset; }


