/* 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 */
html {
    scroll-behavior: smooth;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    scroll-margin-top: 110px; /* Sabit header payı */
}

/* Araç sayfası makale kartı */
.tool-article h2:first-child {
    margin-top: 0;
}

.tool-article a {
    color: #E47B02;
    text-decoration: underline;
    font-weight: 600;
}

/* Schema Markup Oluşturucu: JSON sözdizimi renklendirme */
#schemaOut {
    color: #f8fafc;
}

#schemaOut .sm-key {
    color: #7dd3fc;
}

#schemaOut .sm-str {
    color: #86efac;
}

#schemaOut .sm-num {
    color: #fcd34d;
}

#schemaOut .sm-bool {
    color: #f0abfc;
}

#schemaOut .sm-tag {
    color: #9ca3af;
}

/* Paket seçim aracı (backlink paketleri hero) */
.selector-btn {
    padding: 0.625rem 0.5rem;
    border-radius: 0.625rem;
    font-size: 14px;
    font-weight: 600;
    color: #44474b;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.selector-btn:hover {
    color: #1a1c1e;
    background: rgba(255, 255, 255, 0.6);
}

.selector-btn.active {
    background: #2E3133;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Bütçe kaydırma çubuğu (adwords sayfası) */
.budget-slider {
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 9999px;
    background: #e1e2e5;
    outline: none;
    cursor: pointer;
}

.budget-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 9999px;
    background: #e47b02;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease;
}

.budget-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.budget-slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 9999px;
    background: #e47b02;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

/* SERP Snippet aracı sekmeleri */
.engine-tab {
    padding: 0.625rem 1.5rem;
    border-radius: 0.75rem 0.75rem 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #44474b;
    background: #e1e2e5;
    border: 1px solid rgba(116, 119, 123, 0.2);
    border-bottom: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.engine-tab:hover {
    background: #eceef1;
}

.engine-tab.active {
    background: #fff;
    color: #1a1c1e;
    position: relative;
    z-index: 2;
    margin-bottom: -1px;
    padding-bottom: calc(0.625rem + 1px);
}

.device-btn {
    width: 40px;
    height: 40px;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44474b;
    background: #eceef1;
    transition: all 0.2s ease;
    cursor: pointer;
}

.device-btn.active {
    background: #e47b02;
    color: #fff;
    box-shadow: 0 2px 8px rgba(228, 123, 2, 0.35);
}

/* Sipariş formu girişleri: forms eklentisinin kutu/halka stillerini sıfırla */
#orderDrawer .url-input,
#orderDrawer .kw-input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent;
    padding: 4px 2px;
    border-radius: 0;
}

#orderDrawer .url-input:focus,
#orderDrawer .kw-input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* İçindekiler aktif bağlantı (scroll-spy) */
.toc-link.toc-active {
    color: #e47b02;
    font-weight: 700;
}

.post-content h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #1a1c1e;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

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

.post-content h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1a1c1e;
    margin-top: 2rem;
    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;
}
