/* SEO EGİTİM - Ortak stiller (tüm tasarımlardan derlenmiştir) */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

/* Gölgeler */
.ambient-shadow,
.card-shadow,
.article-shadow {
    box-shadow: 0 4px 20px 0 rgba(31, 41, 51, 0.08);
}

/* Hover kaldırma efektleri */
.hover-lift,
.transition-standard {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover,
.premium-hover:hover,
.ambient-shadow-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px 0 rgba(31, 41, 51, 0.12);
}

.transition-standard {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Scrollbar gizle */
.hide-scrollbar::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar,
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Hero pattern (ana sayfa) */
.hero-pattern {
    background-color: #f8f9fc;
    background-image: radial-gradient(#e47b02 0.5px, transparent 0.5px);
    background-size: 24px 24px;
    background-position: 0 0;
    opacity: 0.05;
}

/* Gradient mesh (eğitimler) */
.gradient-mesh {
    background-color: #f8f9fc;
    background-image: radial-gradient(at 0% 0%, rgba(228, 123, 2, 0.05) 0px, transparent 50%),
                      radial-gradient(at 100% 100%, rgba(145, 76, 0, 0.05) 0px, transparent 50%);
}

/* Blog kategori pill aktif */
.category-pill-active {
    background-color: rgba(145, 76, 0, 0.1);
    color: #914c00;
}

/* Form odak efektleri */
.glow-orange:focus,
.orange-glow-focus:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(228, 123, 2, 0.1);
    border-color: #e47b02;
}

/* Metin seçimi */
::selection {
    background-color: #ffdcc4;
    color: #4c2500;
}

/* Blog içeriği (veritabanından gelen HTML) tipografisi */
.post-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #e47b02;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.post-content h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #e47b02;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.post-content p {
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.post-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content ul li {
    margin-bottom: 0.5rem;
}

.post-content blockquote {
    border-left: 4px solid #e47b02;
    background-color: #f2f3f6;
    padding: 2rem;
    border-radius: 0 0.75rem 0.75rem 0;
    margin: 2.5rem 0;
    font-style: italic;
    font-size: 18px;
}

.post-content img {
    border-radius: 0.75rem;
    margin: 2rem 0;
    width: 100%;
    height: auto;
}

.post-content a {
    color: #914c00;
    text-decoration: underline;
}
