/* ========== DOCS.CSS - SADECE DOCS İÇERİĞİ İÇİN ========== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: #000;
    color: #fff;
    padding-top: 56px;
    /* Header için boşluk */
}

/* Main Content */
.main-content {
    padding: 0;
    max-width: none;
    margin: 0;
}

/* Enterprise Header */
.enterprise-header {
    text-align: center;
    padding: 40px 24px 60px;
    max-width: 900px;
    margin: 0 auto;
    background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
}

.enterprise-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.enterprise-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Font Styles - NAV sadece Merriweather kullansın */
.navbar,
.navbar .nav-link,
.nav-actions .download-btn,
.user-button,
.mobile-menu .mobile-nav-link {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ağırlıklar (okunabilirlik için) */
.navbar .nav-link,
.mobile-menu .mobile-nav-link {
    font-weight: 600;
    letter-spacing: .2px;
}

.nav-actions .download-btn {
    font-weight: 700;
    letter-spacing: .2px;
}

.user-button {
    font-weight: 500;
}

/* Logo görseli etkilenmesin */
.brand-img {
    font-family: inherit;
}

/* Desktop: ikonları %70 boyuta indir + kırmızı tema */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* User button stilleri header.css'ten gelir - override etme */

.nav-actions .user-button i {
    font-size: 11px !important;
    line-height: 1;
}

.nav-actions .user-button:hover,
.nav-actions .user-button:focus {
    border-color: #ff3b30;
    color: #ff6b60;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 59, 48, .15) inset;
}

/* Mobile yerleşimi (Careers altında 3'lü grid) */
.mobile-user-actions {
    display: none;
}

/* Renk stilleri header.css'ten gelir */

/* Enterprise Features */
.enterprise-features {
    margin-top: 0;
    padding: 48px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.enterprise-features .features-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 16px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 2rem;
}

/* Kart görünümü ve ayrım çizgisi */
.enterprise-features .enterprise-feature {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.enterprise-features .enterprise-feature:first-child {
    border-top: 0;
}

/* Başlık ve paragraf ölçüleri – global h3'ü ez */
.enterprise-features h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.enterprise-features p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    opacity: 0.9;
}

/* HERO BUTTONS */
.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 12px 24px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.btn-secondary {
    padding: 12px 24px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* CTA */
.cta-section {
    text-align: center;
    margin: 80px 0 60px;
}

.cta-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e5e5ff;
    line-height: 1.3;
    margin-bottom: 32px;
}

/* SOCIAL ICONS */
.social-icons {
    margin-bottom: 15px;
}

.social-icons a {
    margin-right: 12px;
    font-size: 1.2rem;
    color: #aaa;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #fff;
}

/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid #222;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
}

.footer-bottom .social-icons {
    margin-bottom: 12px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {

    /* üst navbar'da ikonları gizle, mobile menüye taşıyoruz */
    .nav-actions .user-button {
        display: none;
    }

    /* Mobile user actions - Header'dan gelir, override etme */

    /* Account section: sola hizala + küçült (mobil) */
    .mobile-menu .account-card,
    .mobile-menu .user-card,
    .mobile-menu .account,
    .mobile-menu .user,
    .menu-drawer .account-card,
    .menu-drawer .user-card,
    .menu-drawer .account,
    .menu-drawer .user,
    .mobile-menu>div:last-child {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 4px !important;
        padding: 8px 12px !important;
        margin: 8px 0 0 0 !important;
        width: 100% !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    /* İç elemanların kendi marjin/paddinglerini sıfırla */
    .mobile-menu .account-card>*,
    .mobile-menu .user-card>*,
    .menu-drawer .account-card>*,
    .menu-drawer .user-card>* {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* E-posta daha küçük/soluk olsun */
    .mobile-menu .account-card .email,
    .menu-drawer .account-card .email {
        font-size: 12px !important;
        opacity: .7 !important;
    }

    /* Linkler */
    .mobile-menu .account-card a,
    .menu-drawer .account-card a {
        color: rgba(255, 255, 255, .75) !important;
        text-decoration: none !important;
    }

    .mobile-menu .account-card a:hover,
    .menu-drawer .account-card a:hover {
        color: #fff !important;
    }

    /* Mobile Menu Spacing Tweaks */
    .mobile-menu {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 20px 96px;
        background: #000;
        overflow-y: auto;
    }

    /* Liste ve aralıklar */
    .mobile-menu .menu-list,
    .mobile-menu .nav-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
    }

    /* Tek tek linklerin iç boşluklarını küçült */
    .mobile-menu .nav-link,
    .mobile-menu a {
        display: block;
        margin: 0;
        padding: 8px 12px;
        font-size: 18px;
        line-height: 1.15;
        border-radius: 0;
    }

    /* (li kullanıyorsan) li default boşluklarını kaldır */
    .mobile-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* Alt kullanıcı/kart bölümü menüye binmesin */
    .mobile-menu .account-card {
        margin-top: 14px;
        position: sticky;
        bottom: 12px;
    }

    /* Mobile menu user actions - Header'dan gelir, override etme */

    .nav-links {
        display: none;
    }

    .enterprise-title {
        font-size: 32px;
    }

    .enterprise-header {
        padding: 60px 0 80px;
        margin-bottom: 60px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        gap: 12px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* Mobil ekranlar için özel margin ayarı */
@media screen and (max-width: 768px) {
    .enterprise-features,
    .features-grid {
        margin-top: -150px; /* iyice yukarı alır :) */
    }
}