/*
Theme Name: İBT MEDYA
Theme URI: https://ibtmedya.com.tr
Author: İBT MEDYA
Author URI: https://ibtmedya.com.tr
Description: Tarsus & Mersin Web Tasarım, Özel Web Yazılımları ve SEO Uyumlu Kurumsal Ajans Teması
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ibtmedya
*/

/* ==========================================================================
   İBT MEDYA - Resmi Logo Renklerine Uyumlu Kurumsal Tasarım Sistemi
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    /* İBT MEDYA Logo Renk Paleti (Mavi - Turkuaz Cyan Gradient & Koyu Lacivert) */
    --logo-blue: #0284c7;
    --logo-teal: #00b4d8;
    --logo-cyan: #38bdf8;
    --logo-dark-blue: #0369a1;
    --logo-navy: #0d1b3e;
    --logo-navy-dark: #07122b;
    
    /* Zemin Renkleri */
    --bg-body: #f8fafc;
    --bg-surface: #ffffff;
    --bg-ice: #e0f2fe;
    --bg-ice-subtle: #bae6fd;
    
    /* Kenarlıklar */
    --border-light: #e2e8f0;
    --border-blue: #bae6fd;
    --border-blue-hover: #0284c7;
    
    /* Yazı Renkleri */
    --text-heading: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    
    /* Logo İmzası Gradyanı */
    --logo-gradient: linear-gradient(135deg, #0284c7 0%, #00b4d8 50%, #38bdf8 100%);
    --logo-gradient-hover: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
    
    /* Tipografi */
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    
    /* Yuvarlatmalar & Gölgeler */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --radius-full: 9999px;
    
    --shadow-sm: 0 4px 12px rgba(2, 132, 199, 0.05);
    --shadow-md: 0 12px 28px rgba(2, 132, 199, 0.1);
    --shadow-lg: 0 20px 45px rgba(2, 132, 199, 0.15);
    --shadow-glow: 0 0 30px rgba(56, 189, 248, 0.3);
    
    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Genel Ayarlar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-body);
    color: var(--text-body);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Tipografi & Gradyanlar */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-heading);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: var(--logo-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(224, 242, 254, 0.85);
    border: 1px solid var(--border-blue);
    border-radius: var(--radius-full);
    color: var(--logo-blue);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.section-title {
    margin-bottom: 48px;
}

.section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.section-desc {
    color: var(--text-muted);
    font-size: 1.125rem;
    max-width: 720px;
    margin: 0 auto;
}

.text-center { text-align: center; }
.text-sky { color: var(--logo-blue); }
.text-cyan { color: var(--logo-teal); }
.mt-2 { margin-top: 8px; }
.mt-4 { margin-top: 24px; }
.mt-6 { margin-top: 36px; }

/* Butonlar (Logo Renklerine Tam Uyumlu) */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    outline: none;
    transition: var(--transition);
    text-decoration: none;
}

/* Primary Logo Gradient Button */
.btn-primary, .btn-hero-cyan, .btn-hero-amber, .btn-card-amber {
    background: var(--logo-gradient);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.3);
    border-radius: 8px;
    border: none;
}

.btn-primary:hover, .btn-hero-cyan:hover, .btn-hero-amber:hover, .btn-card-amber:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(2, 132, 199, 0.45);
    background: var(--logo-gradient-hover);
    color: #ffffff;
}

.btn-navy, .btn-card-navy {
    background: var(--logo-navy);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 14px rgba(13, 27, 62, 0.2);
    transition: var(--transition);
}

.btn-navy:hover, .btn-card-navy:hover {
    background: var(--logo-blue);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2, 132, 199, 0.35);
}

.btn-secondary {
    background: var(--bg-ice);
    color: var(--logo-dark-blue);
    border: 1px solid var(--border-blue);
}

.btn-secondary:hover {
    background: var(--bg-ice-subtle);
    color: var(--logo-blue);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--logo-blue);
    border: 1.5px solid var(--border-blue-hover);
}

.btn-outline:hover {
    background: var(--bg-ice);
    color: var(--logo-dark-blue);
    border-color: var(--logo-blue);
    transform: translateY(-2px);
}

.btn-white {
    background: #ffffff;
    color: var(--logo-dark-blue);
    box-shadow: var(--shadow-md);
}

.btn-white:hover {
    background: var(--bg-ice);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-whatsapp {
    background: #25D366;
    color: #ffffff !important;
    border: none;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.btn-whatsapp:hover {
    background: #20ba5a;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: translateY(-2px);
}

.btn-hero-outline {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 32px;
    font-weight: 700;
    font-size: 1rem;
    backdrop-filter: blur(8px);
    transition: var(--transition);
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-3px);
}

.btn-lg {
    padding: 16px 34px;
    font-size: 1rem;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.875rem;
}

.btn-block {
    width: 100%;
}

/* Header & Navigasyon (Luxus Style Clean White Header) */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    overflow: visible;
}

.site-header.scrolled {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    position: relative;
    overflow: visible;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1005;
    padding-top: 6px;
}

.brand-logo img {
    height: 84px;
    width: auto;
    object-fit: contain;
    position: relative;
    top: 10px;
    filter: drop-shadow(2.5px 0 0 #ffffff) 
            drop-shadow(-2.5px 0 0 #ffffff) 
            drop-shadow(0 2.5px 0 #ffffff) 
            drop-shadow(0 -2.5px 0 #ffffff) 
            drop-shadow(2px 2px 0 #ffffff) 
            drop-shadow(-2px -2px 0 #ffffff) 
            drop-shadow(2px -2px 0 #ffffff) 
            drop-shadow(-2px 2px 0 #ffffff);
    transition: transform 0.3s ease;
}

.brand-logo img:hover {
    transform: translateY(2px) scale(1.04);
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-link {
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2.5px;
    background: var(--logo-gradient);
    transition: var(--transition);
    border-radius: var(--radius-full);
}

.nav-link:hover, .nav-link.active {
    color: var(--logo-blue);
}

.nav-link:hover::after, .nav-link.active::after {
    width: 100%;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-actions .btn {
    box-shadow: none !important;
    padding: 10px 22px;
    font-size: 0.9rem;
    border-radius: 10px;
}

.header-actions .btn:hover {
    box-shadow: none !important;
    transform: translateY(-2px);
}

.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
}

.mobile-toggle span {
    width: 24px;
    height: 2.5px;
    background-color: var(--text-heading);
    border-radius: 4px;
    transition: var(--transition);
}

/* Page Banner */
.page-banner {
    padding: 140px 0 60px;
    background: linear-gradient(180deg, #e0f2fe 0%, #f0f9ff 60%, var(--bg-body) 100%);
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.page-banner h1 {
    font-size: 2.85rem;
    margin-bottom: 12px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.breadcrumb a:hover {
    color: var(--logo-blue);
}

/* ==========================================================================
   Hero Section (Luxus-Style Royal Dark Blue with 3D Perspective Showcase)
   ========================================================================== */
.hero-home {
    padding: 135px 0 95px;
    background: linear-gradient(135deg, #0369a1 0%, #0284c7 50%, #00b4d8 100%);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px));
}

.hero-home::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-home::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 10%;
    width: 600px;
    height: 350px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.12) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
}

.hero-badge-pill {
    display: inline-block;
    padding: 5px 14px;
    background: #ffffff;
    color: #091c53;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-bottom: 14px;
}

.hero-home .hero-title {
    font-size: 3.0rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.hero-home .hero-subtitle {
    color: #cbd5e1;
    font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 530px;
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Static Hero Showcase (3'lü Kart Yerleşimi - Animasyonsuz, Düz Foto, 100% Okunabilir) */
.hero-static-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 580px;
    height: 420px;
    margin: 0 auto;
}

.hero-static-card {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.hero-static-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transform: none !important;
    filter: none !important;
}

.hero-static-card.card-center {
    width: 310px;
    height: 410px;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 10;
    box-shadow: 0 25px 50px -10px rgba(15, 23, 42, 0.35);
    border: 2px solid #ffffff;
}

.hero-static-card.card-left {
    width: 250px;
    height: 360px;
    left: 10px;
    top: 25px;
    z-index: 5;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.2);
}

.hero-static-card.card-right {
    width: 250px;
    height: 360px;
    right: 10px;
    top: 25px;
    z-index: 5;
    box-shadow: 0 15px 35px -5px rgba(15, 23, 42, 0.2);
}

/* ==========================================================================
   Luxus-Style Referanslar Showcase Section (Logo Renkleri Uyumlu)
   ========================================================================== */
.referanslar-section {
    background: #f8fafc;
    padding: 40px 0 80px;
    position: relative;
}

.referanslar-title {
    text-align: center;
    margin-bottom: 28px;
}

.referanslar-title h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.referanslar-title .title-accent {
    width: 60px;
    height: 4px;
    background: var(--logo-gradient);
    margin: 12px auto 20px;
    border-radius: 4px;
}

.referanslar-title p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.65;
}

.referans-card {
    background: #ffffff;
    border: 1.5px solid #bae6fd;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.referans-card:hover {
    transform: translateY(-8px);
    border-color: var(--logo-blue);
    box-shadow: 0 22px 50px rgba(2, 132, 199, 0.18);
}

.referans-preview {
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.referans-preview img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 5s ease-in-out;
}

.referans-preview:hover img {
    transform: translateY(calc(-100% + 420px));
}

.referans-info {
    text-align: center;
    padding: 18px 8px 14px;
}

.referans-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.referans-info p {
    font-size: 0.875rem;
    color: #64748b;
}

.referans-actions {
    display: flex;
    margin-top: 10px;
}

/* Grids & Cards */
.grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.grid-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.grid-4-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.align-center {
    align-items: center;
}

/* Stats Section */
.stats-section {
    padding: 30px 0;
    margin-top: -30px;
    position: relative;
    z-index: 20;
}

.stats-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-blue);
    box-shadow: var(--shadow-md);
    padding: 36px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: var(--border-light);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--logo-blue);
    font-family: var(--font-heading);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.925rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* Section Padding */
.section-padding {
    padding: 90px 0;
}

.bg-ice {
    background-color: var(--bg-ice);
}

.bg-white {
    background-color: #ffffff;
}

/* Service Card (Logo Renkleri İle) */
.service-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 36px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--border-blue-hover);
    box-shadow: var(--shadow-lg);
}

.service-icon {
    width: 64px;
    height: 64px;
    background: var(--bg-ice);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--logo-blue);
    font-size: 1.75rem;
    margin-bottom: 24px;
    border: 1px solid var(--border-blue);
    transition: var(--transition);
}

.service-card:hover .service-icon {
    background: var(--logo-gradient);
    color: #ffffff;
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 24px;
    flex-grow: 1;
}

.feature-list {
    margin-bottom: 24px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--text-body);
    margin-bottom: 10px;
}

.feature-list i {
    color: var(--logo-blue);
}

/* Workflow / Process Steps */
.step-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: var(--transition);
}

.step-card:hover {
    border-color: var(--border-blue);
    transform: translateY(-4px);
}

.step-number {
    width: 48px;
    height: 48px;
    background: var(--bg-ice);
    border: 1.5px solid var(--border-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--logo-blue);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

/* CTA Banner */
.cta-banner {
    background: var(--logo-gradient);
    border-radius: var(--radius-lg);
    padding: 60px 48px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.cta-banner h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    max-width: 600px;
    margin-bottom: 32px;
}

/* Calculator & Form Controls */
.calc-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 36px;
    border: 1px solid var(--border-blue);
    box-shadow: var(--shadow-lg);
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--text-heading);
}

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-heading);
    background: #ffffff;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--logo-blue);
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Modal Window */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13, 27, 62, 0.65);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.modal-backdrop.active {
    opacity: 1;
    pointer-events: all;
}

.modal-content {
    background: #ffffff;
    border-radius: var(--radius-lg);
    width: 90%;
    max-width: 650px;
    padding: 40px;
    border: 1px solid var(--border-blue);
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: translateY(20px);
    transition: var(--transition);
}

.modal-backdrop.active .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--bg-ice);
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.modal-close:hover {
    background: var(--border-blue);
    color: var(--logo-navy);
}

/* Footer Card Box (Floating Rounded Box Footer - Reverted Gradient & No Glow) */
.site-footer-card-wrapper {
    background: #ffffff;
    padding: 60px 0 60px;
    position: relative;
}

.footer-rounded-card {
    background: linear-gradient(135deg, #0284c7 0%, #00b4d8 50%, #38bdf8 100%);
    border-radius: 28px;
    padding: 50px 48px 30px;
    color: #ffffff;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
}

.footer-card-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 36px;
}

.footer-card-col {
    display: flex;
    flex-direction: column;
}

.footer-card-brand {
    align-items: flex-start;
}

.footer-card-logo {
    height: 80px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
    filter: none;
    transition: transform 0.3s ease;
}

.footer-card-logo:hover {
    transform: scale(1.04);
}

.footer-card-desc {
    font-size: 0.925rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 20px;
}

.footer-card-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-social-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: none !important;
}

.card-social-icon:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0284c7;
    transform: translateY(-3px);
}

.footer-card-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-card-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2.5px;
    background: #ffffff;
    border-radius: 2px;
}

.footer-card-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-card-links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.footer-card-links a i {
    font-size: 0.7rem;
    opacity: 0.8;
    color: #ffffff;
    transition: transform 0.25s ease;
}

.footer-card-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-card-links a:hover i {
    transform: translateX(3px);
    opacity: 1;
}

.footer-card-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-card-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    line-height: 1.45;
}

.footer-card-contact-list i {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: none !important;
}

.footer-card-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom-sub {
    font-size: 0.85rem;
    opacity: 0.85;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
    .footer-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 640px) {
    .footer-rounded-card {
        padding: 36px 24px 24px;
        border-radius: 20px;
    }
    .footer-card-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .footer-card-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .grid-4-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .stat-item:nth-child(2)::after {
        display: none;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero-flat-wrapper {
        max-width: 520px;
    }
}

/* Mobile-only drawer elements are hidden on desktop screens (>768px) */
.mobile-nav-header,
.mobile-nav-footer,
.nav-icon {
    display: none !important;
}

@media (max-width: 768px) {
    /* Hide full drawer header & footer elements, and icons on mobile */
    .mobile-nav-header,
    .mobile-nav-footer,
    .nav-icon {
        display: none !important;
    }

    /* Backdrop Overlay */
    body.mobile-menu-open {
        overflow: hidden !important;
    }
    
    body.mobile-menu-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(15, 23, 42, 0.4);
        backdrop-filter: blur(4px);
        z-index: 998;
    }

    /* Compact Top Header Right-Aligned Dropdown Menu */
    .main-nav {
        position: absolute;
        top: 82px;
        right: 16px;
        left: auto;
        width: 240px;
        max-width: calc(100% - 32px);
        height: auto;
        background: #ffffff;
        padding: 10px;
        border-radius: 16px;
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
        border: 1px solid #e2e8f0;
        z-index: 999;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .main-nav.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-nav .nav-list {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .main-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        padding: 12px 18px;
        border-radius: 10px;
        font-size: 0.98rem;
        font-weight: 700;
        color: #0f172a;
        background: #f8fafc;
        border: 1px solid #f1f5f9;
        transition: all 0.2s ease;
    }

    .main-nav .nav-link:hover,
    .main-nav .nav-link.active {
        background: #e0f2fe;
        color: #0284c7;
        border-color: #bae6fd;
        transform: translateX(-4px);
    }

    .main-nav .nav-link.active::after {
        display: none;
    }

    /* Hamburger Toggle Animation: Transforms into X when open */
    .mobile-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1000;
    }

    .mobile-toggle span {
        width: 100%;
        height: 3px;
        background: #0f172a;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .mobile-toggle.open span:nth-child(1) {
        transform: translateY(9.5px) rotate(45deg);
    }

    .mobile-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle.open span:nth-child(3) {
        transform: translateY(-9.5px) rotate(-45deg);
    }

    .header-actions .btn {
        display: none !important;
    }

    .hero-home {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
        padding: 130px 0 100px;
    }

    .grid-2-col, .grid-3-col {
        grid-template-columns: 1fr;
    }

    .hero-home .hero-title {
        font-size: 2.25rem;
    }

    .section-title h2, .referanslar-title h2 {
        font-size: 2rem;
    }

    .stats-card {
        grid-template-columns: 1fr;
    }

    .stat-item::after {
        display: none !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-static-wrapper {
        margin-top: 30px;
        height: 340px;
        width: 100%;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .hero-static-card.card-center {
        width: 225px;
        height: 320px;
        left: 50%;
        transform: translateX(-50%) !important;
        z-index: 10;
        box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.4);
    }

    .hero-static-card.card-left {
        display: block;
        width: 170px;
        height: 270px;
        left: calc(50% - 150px);
        top: 25px;
        z-index: 5;
        box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.25);
    }

    .hero-static-card.card-right {
        display: block;
        width: 170px;
        height: 270px;
        right: calc(50% - 150px);
        top: 25px;
        z-index: 5;
        box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.25);
    }
}
