/* 
 * ANKA TEKNİK - Professional Service Theme 
 * Developed for High Performance & Google Ads Compliance
 * Version: 1.0.0
 */
:root {
    /* Color Palette - Dark Luxury */
    --primary-color: #D4AF37;
    /* Gold/Bronze */
    --primary-hover: #F2C94C;
    --dark-bg: #0f172a;
    /* Deep Navy/Slate */
    --darker-bg: #020617;
    --light-bg: #f8fafc;
    --text-main: #e2e8f0;
    --text-muted: #94a3b8;
    --white: #ffffff;
    --accent-red: #ef4444;
    /* For alerts */
    /* Spacing */
    --container-width: 1200px;
    --header-height: 80px;
    /* Transitions */
    --transition-fast: 0.3s ease;
    --transition-smooth: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Reset & Base */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--white);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
h1 {
    font-size: 3.5rem;
    letter-spacing: -1px;
}
h2 {
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}
p {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
}
a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}
ul {
    list-style: none;
}
/* Utilities */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}
.section-padding {
    padding: 100px 0;
}
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-align: center;
}
.btn-primary {
    background-color: var(--primary-color);
    color: var(--darker-bg);
    border: 2px solid var(--primary-color);
}
.btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.btn-outline {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    margin-left: 1rem;
}
.btn-outline:hover {
    background-color: var(--white);
    color: var(--darker-bg);
}
.btn-sm {
    padding: 10px 24px;
    font-size: 0.9rem;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.btn-sm:hover {
    background: var(--primary-color);
    color: var(--darker-bg);
}
/* Header */
.policy-alert {
    background-color: var(--accent-red);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 0.85rem;
    font-weight: 500;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#main-header {
    position: fixed;
    top: 36px;
    /* Below alert */
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}
#main-header.scrolled {
    top: 0;
    height: 70px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.header-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-area {
    display: flex;
    flex-direction: column;
}
.logo-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 1px;
}
.logo-text span {
    color: var(--primary-color);
}
.logo-sub {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}
#main-nav ul {
    display: flex;
    gap: 30px;
}
#main-nav a {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-main);
}
#main-nav a:hover {
    color: var(--primary-color);
}
/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.mobile-menu-btn span {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    transition: 0.3s;
}
/* Hero Section */
#hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-top: 100px;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, #1e293b 0%, #020617 100%);
    z-index: -1;
}
/* SVG Pattern Background for Hero */
.hero-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
}
.badge-hero {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
}
.verify-badge {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: max-content;
}
.icon-verify {
    width: 24px;
    height: 24px;
    background: #059669;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.text-verify {
    display: flex;
    flex-direction: column;
}
.text-verify span {
    font-weight: 600;
    color: var(--white);
    font-size: 0.9rem;
}
.text-verify small {
    color: var(--text-muted);
    font-size: 0.75rem;
}
/* Trust Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.info-card {
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition-fast);
}
.info-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.info-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}
/* Services */
.bg-dark {
    background-color: #0b1120;
}
.section-title {
    text-align: center;
    margin-bottom: 80px;
}
.service-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-smooth);
}
.service-row.in-view {
    opacity: 1;
    transform: translateY(0);
}
.service-row.reverse {
    flex-direction: row-reverse;
}
.service-text {
    flex: 1;
}
.service-text h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.service-list {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}
.service-list li {
    position: relative;
    margin-bottom: 10px;
    color: var(--text-muted);
}
.service-list li::before {
    content: "•";
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: -20px;
}
.disclaimer-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}
.service-visual {
    flex: 1;
    height: 350px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}
/* Service SVGs (Inline Backgrounds for no external deps) */
#visual-kombi::after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2' ry='2' /%3E%3Ccircle cx='12' cy='14' r='4' /%3E%3Cline x1='12' y1='6' x2='12' y2='6.01' /%3E%3Cpath d='M12 18 V22' /%3E%3Cpath d='M8 22 H16' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
#visual-whitegoods::after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='2' /%3E%3Ccircle cx='12' cy='11' r='5' /%3E%3Cpath d='M8 2h8' /%3E%3Cpath d='M12 16v6' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
#visual-ac::after {
    content: '';
    width: 200px;
    height: 100px;
    /* Wider aspect for AC */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='8' rx='2' /%3E%3Cpath d='M18 14v6' /%3E%3Cpath d='M6 14v6' /%3E%3Cpath d='M12 14v8' /%3E%3Cpath d='M4 10h16' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#visual-tv::after {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='15' rx='2' /%3E%3Cpolyline points='17 21 12 17 7 21' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
/* Why Us */
.features-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feature-box {
    text-align: center;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.feature-box h4 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.2rem;
}
/* Contact */
.bg-darker {
    background-color: var(--darker-bg);
}
.contact-layout {
    display: flex;
    gap: 50px;
}
.contact-info {
    flex: 1;
}
.contact-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.contact-item strong {
    display: block;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.contact-item span,
.contact-item a {
    color: var(--white);
    font-size: 1.1rem;
}
.phone-link {
    font-size: 1.5rem !important;
    font-weight: 700;
}
.contact-map {
    flex: 1;
    min-height: 400px;
    background: #1e293b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.map-placeholder {
    color: var(--text-muted);
    font-weight: 500;
    text-align: center;
}
/* Add a stylized map grid via SVG bg */
.contact-map::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20h20v20h-20z' fill='%23ffffff' fill-rule='evenodd' /%3E%3C/svg%3E");
}
/* Footer */
footer {
    background: #000;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer-note {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* Mobile Responsive */
@media (max-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }
    .mobile-menu-btn {
        display: flex;
    }
    #main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: var(--dark-bg);
        padding: 100px 40px;
        transition: 0.3s ease;
        z-index: 999;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    }
    #main-nav.active {
        right: 0;
    }
    #main-nav ul {
        flex-direction: column;
    }
    .service-row,
    .service-row.reverse {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .service-visual {
        width: 100%;
    }
    .contact-layout {
        flex-direction: column;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
}
/* Print Styles for Invoice/Official feel if printed */
.hero-bg,
.mobile-menu-btn,
.policy-alert {
    display: none;
}
/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    /* Mobile first stack */
    align-items: center;
    text-align: center;
    gap: 15px;
    animation: slideUp 0.5s ease-out;
}
@media (min-width: 768px) {
    .cookie-banner {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 40px;
        text-align: left;
        gap: 40px;
    }
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.cookie-content h3 {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.cookie-content p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}
.cookie-actions {
    display: flex;
    gap: 10px;
}

/* 1. Footer notu (Gri yazılar) için kontrast düzeltmesi */
.footer-note {
    /* Eğer arka plan koyuysa beyaz, açıksa çok koyu gri yapmalıyız */
    color: #dfdfdf !important; /* Daha açık bir gri (Koyu arka plan için) */
}

/* 2. Genel Footer metni ve Gizlilik Politikası linkleri */
footer, footer p, footer a {
    color: #ffffff !important; /* Tam beyaz yaparak okunabilirliği artırıyoruz */
}

/* 3. "ÖZEL SERVİS" vurgusu (strong) için düzeltme */
footer strong {
    color: #f39c12 !important; /* Mevcut turuncunuzu daha canlı bir tona çekiyoruz */
    font-weight: 700;
}

/* 4. Varsa --text-light değişkeninizi güncelleyin */
:root {
    --text-light: #595959; /* #666 yerine daha koyu bir gri */
}