/*
Theme Name: GrundHosting
Theme URI: https://grundhosting.de
Author: GrundHosting Team
Author URI: https://grundhosting.de
Description: Ein maßgeschneidertes Hosting-Theme im Stil von Hetzner und OVHcloud für GrundHosting.
Version: 1.0.0
Text Domain: grundhosting
*/

:root {
    --hetzner-red: #d50c0c;
    --hetzner-dark: #1a1a1a;
    --ovh-blue: #0053b3;
    --ovh-light-blue: #00d2ff;
    --bg-light: #f8f9fa;
    --text-color: #333333;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--bg-light);
    color: var(--text-color);
    line-height: 1.6;
}

/* TOP BAR */
.top-bar {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    font-size: 0.85rem;
}
.top-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.top-left-links a {
    color: #444444;
    text-decoration: none;
    margin-right: 20px;
    font-weight: 500;
}
.top-left-links a:hover { color: var(--hetzner-red); }
.top-right-links { display: flex; align-items: center; gap: 15px; }
.currency-badge {
    background: #ffffff; border: 1px solid #e0e0e0;
    padding: 4px 10px; border-radius: 20px; color: #666;
}
.btn-top {
    color: #333; text-decoration: none; background: #ffffff;
    border: 1px solid #e0e0e0; padding: 4px 12px; border-radius: 20px;
    display: flex; align-items: center; gap: 5px; font-weight: 500;
}

/* MAIN HEADER & MENU */
.main-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.main-header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 25px; }
.main-nav ul li { position: relative; padding: 10px 0; }
.main-nav ul li a {
    color: #222222 !important; text-decoration: none !important;
    font-weight: bold; font-size: 1rem; display: flex; align-items: center; gap: 4px;
}
.main-nav ul li a:hover { color: var(--hetzner-red) !important; }

/* DROPDOWN MENU */
.main-nav ul li ul.sub-menu {
    position: absolute; top: 100%; left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #ffffff; border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 15px 0;
    min-width: 220px; border-radius: 4px; display: flex;
    flex-direction: column; opacity: 0; visibility: hidden;
    transition: all 0.2s ease-in-out; z-index: 9999;
}
.main-nav ul li:hover ul.sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.main-nav ul li ul.sub-menu li { padding: 0; width: 100%; }
.main-nav ul li ul.sub-menu li a {
    color: #444444 !important; padding: 10px 20px; font-size: 0.9rem; display: block;
}
.main-nav ul li ul.sub-menu li a:hover { background: #f8f9fa; color: var(--hetzner-red) !important; }

/* HERO SECTION */
.hetzner-hero {
    background: linear-gradient(135deg, #3f12b3 0%, #1a084e 50%, #0053b3 100%);
    position: relative; padding: 100px 0 160px 0; color: #ffffff; overflow: hidden;
}
.hero-wrapper {
    max-width: 1200px; margin: 0 auto; display: flex;
    align-items: center; justify-content: space-between; padding: 0 20px;
}
.hero-left { flex: 1; max-width: 550px; }
.hero-badge { display: inline-flex; background: rgba(255, 255, 255, 0.1); border-radius: 4px; padding: 4px; font-size: 0.8rem; font-weight: bold; margin-bottom: 25px; }
.badge-dark { background: rgba(0, 0, 0, 0.3); padding: 4px 10px; border-radius: 3px; color: #ccc; }
.badge-light { padding: 4px 10px; color: #fff; }
.hero-left h1 { font-size: 3rem; font-weight: 900; line-height: 1.1; margin: 0 0 20px 0; letter-spacing: -1px; }
.hero-left p { font-size: 1.05rem; color: #e0dcf0; margin-bottom: 35px; }
.hero-action-btn {
    background: #ffffff !important; color: #1a084e !important; text-decoration: none !important;
    padding: 14px 30px; font-weight: bold; border-radius: 4px; display: inline-block;
}
.hero-right { flex: 1; display: flex; justify-content: flex-end; }
.hero-robot-img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px; /* Kenarları modern ve tatlı bir şekilde yuvarlatır */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35); /* Arkasına derinlik katan şık bir gölge ekler */
    transition: transform 0.3s ease;
}

/* Mouse ile üzerine gelindiğinde Hetzner tarzı hafif bir büyüme efekti (İsteğe bağlı) */
.hero-robot-img:hover {
    transform: scale(1.02);
}

.hetzner-angled-bottom {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 45px;
    background-color: var(--bg-light); clip-path: polygon(0 100%, 100% 100%, 100% 40px, 85% 0, 0 0); z-index: 4;
}

/* PRICING TABLE */
.main-container { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 60px; }
.price-card { background: #fff; border: 1px solid #e1e1e1; border-radius: 4px; padding: 30px 20px; text-align: center; position: relative; }
.price-card .badge { position: absolute; top: 15px; right: 15px; font-size: 0.75rem; padding: 4px 10px; border-radius: 20px; font-weight: bold; background: #eee; }
.price-card h3 { margin-top: 10px; font-size: 1.4rem; color: var(--hetzner-dark); }
.price-card .price { font-size: 2.2rem; font-weight: bold; margin: 20px 0; }
.price-card .price span { font-size: 1rem; color: #777; font-weight: normal; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 30px 0; text-align: left; }
.price-card ul li { padding: 10px 0 10px 25px; border-bottom: 1px solid #f1f1f1; font-size: 0.95rem; position: relative; }
.price-card ul li::before { content: "✓"; position: absolute; left: 5px; color: #28a745; font-weight: bold; }
.price-card .order-btn { display: block; padding: 12px; text-decoration: none; font-weight: bold; border-radius: 4px; text-align: center; }

.ovh-theme { border-top: 4px solid var(--ovh-blue); }
.ovh-theme .order-btn { background: var(--ovh-blue); color: white; }
.hetzner-theme { border-top: 4px solid var(--hetzner-red); }
.hetzner-theme .order-btn { background: var(--hetzner-red); color: white; }
.price-card.popular { transform: scale(1.03); box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.hetzner-theme .badge { background: var(--hetzner-red); color: white; }
.dark-theme { background: var(--hetzner-dark); color: #fff; border-top: 4px solid var(--ovh-light-blue); }
.dark-theme h3, .dark-theme .price { color: #fff; }
.dark-theme ul li { border-bottom-color: #333; }
.dark-theme .order-btn { background: white; color: var(--hetzner-dark); }

/* GRID CARDS & FOOTER */
.grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.card { background: #fff; border: 1px solid #e1e1e1; border-top: 3px solid var(--ovh-blue); border-radius: 4px; padding: 25px; }
.card h3 a { color: var(--hetzner-dark); text-decoration: none; }
.site-footer { background-color: var(--hetzner-dark) !important; color: #b0b0b0 !important; margin-top: 80px; border-bottom: 5px solid var(--ovh-blue); width: 100%; }
.footer-top { max-width: 1200px; margin: 0 auto; padding: 60px 20px 40px 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-column h4 { color: #ffffff !important; font-size: 1.1rem; margin: 0 0 20px 0; border-left: 3px solid var(--hetzner-red); padding-left: 10px; text-transform: uppercase; }
.footer-column ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a { color: #b0b0b0 !important; text-decoration: none !important; font-size: 0.9rem; }
.footer-column ul li a:hover { color: #ffffff !important; }
.footer-bottom { border-top: 1px solid #2d2d2d; max-width: 1200px; margin: 0 auto; padding: 25px 20px; display: flex; justify-content: space-between; font-size: 0.85rem; }
.footer-legal-links a { color: #888888 !important; text-decoration: none !important; margin-left: 20px; }
.footer-legal-links a:hover { color: #ffffff !important; }

/* ==========================================================================
   GÖRSELDEKİ PREMIUM KOYU 4'LÜ ÜRÜN YERLEŞİMİ
   ========================================================================== */
.product-showcase-section {
    background-color: #f8f9fa; /* Sayfa genel arka planı */
    padding: 60px 0;
    width: 100%;
}

.product-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

/* Antrasit Koyu Kart Yapısı */
.product-feature-card {
    background-color: #1a242f; /* Görseldeki koyu antrasit tonu */
    border-radius: 6px;
    padding: 35px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 420px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Yuvarlak İkon Çerçevesi */
.feature-icon-wrapper {
    width: 70px;
    height: 70px;
    border: 2px solid var(--ovh-light-blue); /* Bizim turkuaz renk */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--ovh-light-blue);
}

.feature-icon-wrapper svg {
    width: 32px;
    height: 32px;
}

/* Başlık ve Metin Renkleri */
.product-feature-card h3 {
    color: var(--ovh-light-blue); /* Açık parlak mavi başlık */
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.product-feature-card p {
    color: #a5b1cb; /* Okunabilir tatlı gri alt metin */
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-family: Arial, sans-serif;
}

/* Fiyat Alanı */
.feature-price {
    color: var(--ovh-light-blue);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Görseldeki O Tam Oval Yumuşak Buton */
.feature-action-btn {
    background-color: var(--ovh-light-blue) !important;
    color: #1a242f !important;
    text-decoration: none !important;
    width: 100%;
    max-width: 190px;
    padding: 10px 0;
    border-radius: 25px; /* Tam oval hatlar */
    font-weight: bold;
    font-size: 0.9rem;
    display: block;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.feature-action-btn:hover {
    background-color: #00b4db !important;
    transform: scale(1.03);
}
/* ==========================================================================
   GRUNDHOSTING ANTRASİT KOYU 4'LÜ ÜRÜN YERLEŞİMİ (STABLE)
   ========================================================================== */
.gh-showcase-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    width: 100%;
    display: block;
    clear: both;
}

/* Kutuları yan yana toplayan ve boyutlarını sabitleyen Grid yapısı */
.gh-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Antrasit Kart Gövdesi */
.gh-feature-card {
    background-color: #1a242f !important;
    border-radius: 6px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 440px !important;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gh-feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Yuvarlak Turkuaz İkon Alanı */
.gh-icon-circle {
    width: 70px !important;
    height: 70px !important;
    border: 2px solid var(--ovh-light-blue) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 25px auto !important;
    color: var(--ovh-light-blue) !important;
}

.gh-icon-circle svg {
    width: 32px !important;
    height: 32px !important;
    display: block;
}

/* Yazı Başlığı */
.gh-feature-card h3 {
    color: var(--ovh-light-blue) !important;
    font-size: 1.3rem !important;
    margin: 0 0 15px 0 !important;
    font-weight: 600 !important;
}

/* Alt Açıklama Metni */
.gh-feature-card p {
    color: #a5b1cb !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    font-family: Arial, sans-serif !important;
}

/* Fiyat Alanı */
.gh-feature-price {
    color: var(--ovh-light-blue) !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}

/* Oval Buton Yapısı */
.gh-feature-btn {
    background-color: var(--ovh-light-blue) !important;
    color: #1a242f !important;
    text-decoration: none !important;
    width: 100% !important;
    max-width: 190px !important;
    padding: 11px 0 !important;
    border-radius: 25px !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    display: inline-block !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.gh-feature-btn:hover {
    background-color: #00b4db !important;
    transform: scale(1.03) !important;
}
/* ==========================================================================
   GRUNDHOSTING TAM EKRAN ASİMETRİK DOMAIN CHECK ALANI (FULL WIDTH)
   ========================================================================== */
.gh-domain-section {
    /* MAT SİYAH YERİNE: OVH Gece Mavisi ve Derin Lacivert Gradyan Geçişi */
    background: linear-gradient(135deg, rgba(0, 40, 100, 0.9) 0%, rgba(26, 8, 78, 0.95) 50%, rgba(0, 83, 179, 0.9) 100%), 
                url('https://unsplash.com') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    
    /* EKRANI EN SOLDAN EN SAĞA TAM GENİŞLİKTE KAPLAMA */
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-bottom: 50px;
    box-sizing: border-box !important;
    display: block;
    clear: both;
}

.gh-domain-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.gh-domain-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

/* Form ve Giriş Alanları */
.gh-domain-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 4px;
    max-width: 750px;
    margin: 0 auto 15px auto;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.www-prefix {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 10px 0 15px;
    user-select: none;
}

.gh-domain-form input[type="text"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 12px 10px;
    font-size: 1.1rem;
    color: #333333;
    font-family: Arial, sans-serif;
}

/* Hetzner Kırmızısı Buton - Yükseklik Tam Simetrik Yapıldı */
.gh-domain-form button {
    background-color: var(--hetzner-red) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 30px !important;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 48px !important;
    box-sizing: border-box !important;
}

.gh-domain-form button:hover {
    background-color: #b00a0a !important;
}

/* Alt Yardım Metni */
.gh-domain-help {
    font-size: 0.85rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.gh-domain-help strong {
    color: #ffffff;
}

/* ASİMETRİK KESKİN GEOMETRİK KENARLAR (TAM EKRANA UYARLANDI) */
.gh-domain-angled-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: var(--bg-light);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    z-index: 4;
}

.gh-domain-angled-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: var(--bg-light);
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
    z-index: 4;
}

/* Mobil Uyumluluk */
@media (max-width: 600px) {
    .gh-domain-form {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        gap: 10px;
    }
    .www-prefix { display: none; }
    .gh-domain-form input[type="text"] {
        width: 100%;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .gh-domain-form button {
        width: 100%;
        justify-content: center;
    }
}
/* ==========================================================================
   HETZNER STİLİ MODERN BEYAZ FOOTER TASARIMI
   ========================================================================== */
.gh-modern-footer {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-family: Arial, sans-serif;
    border-top: 1px solid #e5e5e5;
    margin-top: 80px;
    width: 100%;
    display: block;
    clear: both;
}

.footer-main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

/* Sol Bülten Alanı */
.footer-left-brand {
    flex: 1.2;
    max-width: 350px;
    text-align: left;
}
.footer-logo img {
    height: 36px;
    width: auto;
    margin-bottom: 30px;
}
.footer-left-brand h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}
.newsletter-form {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    max-width: 320px;
}
.newsletter-form input[type="email"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #333333;
}
.newsletter-form button {
    background-color: var(--hetzner-red) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 18px;
    height: 45px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}
.newsletter-form button:hover {
    background-color: #b00a0a !important;
}

/* Sağ Sütunlar */
.footer-right-columns {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: left;
}
.footer-ln-col h4 {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-ln-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-ln-col ul li {
    margin-bottom: 12px;
}
.footer-ln-col ul li a,
.footer-ln-col ul li a:link,
.footer-ln-col ul li a:visited {
    color: #555555 !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}
.footer-ln-col ul li a:hover {
    color: var(--hetzner-red) !important;
}

/* En Alt İnce Gri İle Ayrılmış Yasal Bar */
.footer-legal-bar {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
    width: 100%;
}
.legal-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.legal-left-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tax-badge {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 4px 10px;
    border-radius: 4px;
    color: #666;
    font-size: 0.8rem;
    font-weight: bold;
}
.copyright-text {
    font-size: 0.85rem;
    color: #777777;
    margin: 0;
}

/* Sosyal Medya İkon Yerleşimi */
.legal-social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.legal-social-icons a {
    color: #444444 !important;
    text-decoration: none !important;
    font-size: 1.1rem;
    font-weight: bold;
    transition: color 0.2s;
}
.legal-social-icons a:hover {
    color: var(--hetzner-red) !important;
}

/* Mobil Ekranlar İçin Tam Uyum */
@media (max-width: 768px) {
    .footer-main-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .footer-right-columns {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .legal-bar-container {
        flex-direction: column;
        text-align: center;
    }
    .legal-left-info {
        flex-direction: column;
        gap: 10px;
    }
}
/* ==========================================================================
   YATAY TAŞMAYI VE SAĞA KAYMAYI ENGELLEYEN KESİN ÇÖZÜM
   ========================================================================== */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important; /* Ekranın sağa doğru taşmasını kesin olarak engeller */
    width: 100% !important;
}

/* ==========================================================================
   HETZNER & OVH STİLİ TAM GENİŞLİK MODERN FOOTER (FULL WIDTH)
   ========================================================================== */
.gh-modern-footer {
    background-color: #ffffff !important;
    color: #333333 !important;
    font-family: Arial, sans-serif;
    border-top: 1px solid #e5e5e5;
    margin-top: 80px;
    
    /* EKRANI TAM KAPLAMA YAMASI */
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* En Alt İnce Gri Bar - Yükseklik Daraltıldı ve Kibarlaştırıldı */
.footer-legal-bar {
    background-color: #f5f5f5;
    padding: 10px 0 !important; /* 20px'den 10px'e düşürülerek yükseklik daraltıldı */
    width: 100%;
    position: relative;
    border-top: none !important; 
}


/* Çift renkli şeridin arka plan yerleşimi (Sol yarı Hetzner Kırmızısı, Sağ yarı OVH Mavisi) */
.footer-legal-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Şeridin inceliği (İsteğe göre 3px veya 5px yapılabilir) */
    background: linear-gradient(to right, var(--hetzner-red) 50%, var(--ovh-blue) 50%);
    z-index: 10;
}


.legal-bar-container {
    box-sizing: border-box !important;
}
/* ==========================================================================
   EN ALT GRİ BARI TAMAMEN İNCELTEN MİLİMETRİK KODLAR
   ========================================================================== */

/* Gri alanın iç yüksekliğini tamamen minimuma indiriyoruz */
.footer-legal-bar {
    padding: 8px 0 !important; /* Yukarıdan ve aşağıdan boşluğu 8 piksele çektik */
}

/* Telif hakkı yazısının varsayılan büyük üst/alt boşluklarını sıfırlıyoruz */
.copyright-text {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important; /* Satır yüksekliğini daralttık */
}

/* Sol taraftaki para birimi rozetinin boşluklarını ve yüksekliğini küçültüyoruz */
.tax-badge {
    padding: 2px 6px !important; /* İç boşluğu daralttık */
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
}

/* Sosyal medya ikonlarının satır yüksekliğini daraltıyoruz */
.legal-social-icons a {
    line-height: 1.2 !important;
}
/* ==========================================================================
   HOSTBILL UYUMLU JİLET GİBİ İNCE ALT BAR KİLİDİ
   ========================================================================== */
.footer-legal-bar {
    padding: 2px 0 !important; /* Dikey yüksekliği milimetrik olarak sıfıra yaklaştırır */
    height: 32px !important;    /* Toplam yüksekliği 32 piksele kilitler */
    display: flex !important;
    align-items: center !important;
}

.legal-bar-container {
    display: flex !important;
    flex-direction: row !important; /* İçindekileri kesinlikle tek sıraya zorlar */
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
}

/* Sol taraftaki yazı ve rozet alanının birbirini ezmesini önler */
.legal-left-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    height: 100% !important;
}

.copyright-text, 
.tax-badge, 
.legal-social-icons a {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important; /* Satır yüksekliğini tamamen sıfırlar */
}

.legal-social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}
/* İkinci tur vitrin alanı için alt boşluk ayarı */
.secondary-showcase {
    margin-bottom: 40px !important;
}
/* Header Genel Sarıcı */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 4%;
    background: #0f1115; /* Koyu modern antrasit arka plan */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 999;
}

/* Logo Alanı */
.logo img {
    max-height: 40px;
    display: block;
}

/* Ana Navigasyon */
.grund-navigation {
    display: flex;
    align-items: center;
}

/* Ana Menü Listesi */
.grund-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px; /* Menü elemanları arasındaki boşluk */
}

/* Menü Elemanları */
.grund-menu-list > li {
    position: relative;
    padding: 10px 0;
}

/* Ana Link Stilleri */
.grund-menu-list > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

/* Link Hover Efekti (Hetzner Kırmızısı Alt Çizgi) */
.grund-menu-list > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #d50c22; /* Hetzner Kırmızısı */
    transition: width 0.3s ease;
}

.grund-menu-list > li:hover > a::after {
    width: 100%;
}

.grund-menu-list > li:hover > a {
    color: #d50c22;
}

/* --- Dropdown / Alt Menü Yapısı --- */
.grund-menu-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    background: #161920; /* Koyu kart antrasiti */
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 3px solid #0053a6; /* OVHcloud Mavisi Üst Çizgi */
    list-style: none;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Açılır Menüyü Gösterme */
.grund-menu-list > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Alt Menü Link Stilleri */
.grund-menu-list .sub-menu li a {
    color: #b3b3b3;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* Alt Menü Hover (Siber Mavi Arka Plan) */
.grund-menu-list .sub-menu li a:hover {
    color: #ffffff;
    background: rgba(0, 83, 166, 0.15); /* Hafif şeffaf OVHcloud mavisi */
    padding-left: 25px; /* Sağa kayma efekti */
}
/* --- GENEL SIFIRLAMA VE Z-INDEX AYARI --- */
body {
    margin: 0;
    padding: 0;
}
.top-bar, .main-header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

/* --- 1. KATMAN: EN ÜST İNCE BAR (TOP BAR) --- */
.top-bar {
    background-color: #1a1e26; /* Hetzner koyu antrasit tonu */
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.top-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
}
.top-left-links a, .top-right-links a {
    color: #a0a5b1;
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.2s ease;
}
.top-left-links a:hover, .top-right-links a:hover {
    color: #ffffff;
}
.top-right-links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-right-links a {
    margin-right: 0; /* Gap kullandığımız için margin sıfırlandı */
}
.currency-badge {
    color: #697080;
    font-weight: 500;
}
/* Üst Küçük Butonlar */
.btn-top {
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-top:hover {
    background: #0053a6 !important; /* Üst bar giriş hoverında OVHcloud Mavisi aksanı */
    border-color: #0053a6;
}

/* --- 2. KATMAN: BEMBEYAZ ANA HEADER --- */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

/* --- 3. WORDPRESS MENÜ ENTEGRASYONU --- */
.grund-navigation {
    display: flex;
    align-items: center;
}
.grund-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px; /* Linkler arası ideal boşluk */
}
.grund-menu-list > li {
    position: relative;
}
/* Ana Linkler */
.grund-menu-list > li > a {
    color: #1a1e26;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    transition: color 0.2s ease;
}
/* Aktif ve Hoverda Hetzner Kırmızısı Çizgi Efekti */
.grund-menu-list > li:hover > a {
    color: #d50c22; /* Hetzner Kırmızısı */
}
.grund-menu-list > li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #d50c22;
    transition: width 0.2s ease;
}
.grund-menu-list > li:hover > a::after {
    width: 100%;
}

/* --- 4. DROPDOWN (ALT MENÜ) SİSTEMİ --- */
.grund-menu-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 210px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    border-top: 3px solid #0053a6; /* Alt menü üst çizgisinde OVHcloud Mavisi */
    list-style: none;
    margin: 0;
    padding: 10px 0;
    
    /* Başlangıçta Gizle */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
}
/* Hover durumunda alt menüyü tetikle */
.grund-menu-list > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* Alt Menü Elemanları */
.grund-menu-list .sub-menu li {
    width: 100%;
}
.grund-menu-list .sub-menu li a {
    color: #4a5568;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}
/* Alt Menü Link Hover */
.grund-menu-list .sub-menu li a:hover {
    background-color: #f7fafc;
    color: #0053a6; /* İç link hoverında OVHcloud mavisi */
    padding-left: 25px; /* Şık esneme efekti */
}
/* --- ANA HEADER VE HİZALAMA KONTEYNERI --- */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Logoyu en sola, menüyü en sağa iter */
    align-items: center;
    padding: 15px 20px;
}

/* --- LOGO ALANI AYARI --- */
.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0; /* Logonun daralmasını veya ezilmesini önler */
}

.logo img {
    height: 38px;
    width: auto;
    display: block;
}

/* --- NAVİGASYON VE WORDPRESS LİSTE AYARLARI --- */
.grund-navigation {
    display: block !important; /* Gizlenmeyi önlemek için görünür kılıyoruz */
}

/* WordPress'in ürettiği ul etiketini yan yana dizer */
.grund-menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important; /* Yan yana dizilim için kritik */
    flex-direction: row !important;
    gap: 30px; /* Linklerin arasındaki kurumsal boşluk */
}

.grund-menu-list > li {
    position: relative;
    display: block;
}

/* Ana Linklerin Renk ve Kalınlık Ayarları */
.grund-menu-list > li > a {
    color: #1a1e26 !important; /* Yazıları görünür kılmak için koyu antrasit */
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    transition: color 0.2s ease;
}

/* Hover Efektleri (Hetzner Kırmızısı) */
.grund-menu-list > li:hover > a {
    color: #d50c22 !important;
}

.grund-menu-list > li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #d50c22;
    transition: width 0.2s ease;
}

.grund-menu-list > li:hover > a::after {
    width: 100%;
}

/* Kurumsal/Bireysel Switch Tasarımı */
.customer-type-toggle { display: flex; background: #151518; border: 1px solid #2d2d35; border-radius: 4px; padding: 4px; margin-bottom: 20px; }
.customer-type-toggle .toggle-box { flex: 1; text-align: center; padding: 10px; cursor: pointer; color: #888; font-weight: bold; transition: 0.3s; border-radius: 3px; }
.customer-type-toggle .toggle-box.active[data-type="private"] { background: #ff3e3e; color: #fff; } /* Hetzner Kırmızısı */
.customer-type-toggle .toggle-box.active[data-type="company"] { background: #0082fc; color: #fff; } /* OVHcloud Mavisi */

/* Giriş Sonrası Üst Menü Dropdown */
.grund-user-menu { position: relative; display: inline-block; }
.user-menu-trigger { color: #fff; font-weight: bold; text-decoration: none; padding: 10px 15px; background: #1a1a1f; border: 1px solid #ff3e3e; border-radius: 4px; }
.user-dropdown-sub { display: none; position: absolute; right: 0; top: 100%; background: #1a1a1f; border: 1px solid #2d2d35; min-width: 200px; z-index: 1000; box-shadow: 0 4px 15px rgba(0,0,0,0.5); border-radius: 4px; margin-top: 5px; }
.user-dropdown-sub a { display: block; color: #ccc; padding: 12px 15px; text-decoration: none; font-size: 14px; border-bottom: 1px solid #2d2d35; }
.user-dropdown-sub a:hover { background: #25252b; color: #0082fc; }
.grund-user-menu:hover .user-dropdown-sub { display: block; }

