/* ============================================================
   ULTRA MODERN CORPORATE SITE - MAIN CSS v2.0
   ============================================================ */

:root {
    --navy:        #0a1628;
    --navy-light:  #102040;
    --navy-mid:    #162040;
    --primary:     #1565c0;
    --primary-h:   #1976d2;
    --primary-light: rgba(21,101,192,0.12);
    --accent:      #0a5f1e;
    --accent-h:    #128534;
    --accent-light: rgba(10,95,30,0.12);
    --accent-rgb:  10, 95, 30;
    --text-dark:   #0f172a;
    --text-body:   #334155;
    --text-muted:  #64748b;
    --bg-light:    #f8fafc;
    --bg-section:  #f1f5f9;
    --white:       #ffffff;
    --radius:      16px;
    --radius-lg:   24px;
    --shadow:      0 4px 24px rgba(15,23,42,0.08);
    --shadow-lg:   0 16px 48px rgba(15,23,42,0.14);
    --transition:  all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --navbar-height: 90px;
    --navbar-height-scrolled: 80px;
    --navbar-logo-height: 132px;
    --navbar-logo-height-scrolled: 112px;
    --navbar-logo-max-width: 300px;
    --navbar-logo-max-width-scrolled: 260px;
    --navbar-gray: #b8bcc4;
    --navbar-gray-scrolled: #a8adb6;
    --cta-yellow: #f5b800;
    --cta-yellow-light: #ffd028;
    --cta-yellow-dark: #e5a100;
}

* { box-sizing: border-box; }
html {
    overflow-x: clip;
    max-width: 100%;
}
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: var(--text-body);
    background: var(--white);
    overflow-x: clip;
    max-width: 100%;
    width: 100%;
    position: relative;
}
img, video, iframe, svg { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ============================================================
   UTILITY
   ============================================================ */
.py-section { padding: 5rem 0; }
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-light);
    padding: 0.35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.section-title span { color: var(--primary); }
.section-desc { color: var(--text-muted); max-width: 560px; line-height: 1.8; }

/* ============================================================
   NAVBAR — Glassmorphism + scroll-solid
   ============================================================ */
.navbar-main {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1050;
    padding: 0;
    min-height: var(--navbar-height);
    max-height: var(--navbar-height);
    background: var(--navbar-gray);
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    transition: var(--transition);
    overflow-x: clip;
    overflow-y: visible;
}
.navbar-main > .container {
    min-height: var(--navbar-height);
    align-items: center;
    overflow: visible;
    max-width: 1320px;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    :root {
        --navbar-logo-max-width: 210px;
        --navbar-logo-max-width-scrolled: 190px;
        --navbar-logo-height: 108px;
        --navbar-logo-height-scrolled: 96px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    :root {
        --navbar-logo-max-width: 260px;
        --navbar-logo-max-width-scrolled: 230px;
    }
}
@media (min-width: 992px) {
    .navbar-main > .container {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
    }
    .navbar-main .navbar-brand,
    .navbar-main .navbar-brand-logo {
        max-width: var(--navbar-logo-max-width);
        min-width: 0;
        flex: 0 1 var(--navbar-logo-max-width);
        margin-right: 0.25rem;
    }
    .navbar-main .navbar-collapse {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-end;
    }
    .navbar-main .navbar-nav {
        flex-wrap: nowrap;
        min-width: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .navbar-main .navbar-collapse > .d-flex {
        flex-shrink: 0;
        margin-left: 0.25rem;
    }
}
.navbar-main.scrolled {
    background: var(--navbar-gray-scrolled) !important;
    padding: 0;
    min-height: var(--navbar-height-scrolled);
    max-height: var(--navbar-height-scrolled);
    box-shadow: 0 4px 24px rgba(0,0,0,0.22);
}
.navbar-main.scrolled > .container {
    min-height: var(--navbar-height-scrolled);
}
.navbar-main .navbar-nav .nav-link {
    color: var(--navy);
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    transition: var(--transition);
    position: relative;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .navbar-main .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
}
@media (min-width: 1400px) {
    .navbar-main .navbar-nav .nav-link {
        font-size: 0.95rem;
        padding: 0.5rem 0.85rem;
    }
}
.navbar-main .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 18px; height: 3px;
    background: var(--accent);
    border-radius: 2px;
    transition: transform 0.3s ease;
}
.navbar-main .navbar-nav .nav-link:hover { color: #000; background: rgba(255,255,255,0.55); }
.navbar-main .navbar-nav .nav-link:hover::after,
.navbar-main .navbar-nav .nav-link.active::after { transform: translateX(-50%) scaleX(1); }
.navbar-main .navbar-nav .nav-link.active { color: #000; font-weight: 800; }

.brand-text { font-size: 1.4rem; font-weight: 800; color: var(--navy); letter-spacing: -0.5px; }

.navbar-brand-logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: transparent;
    transition: var(--transition);
    flex-shrink: 1;
    line-height: 0;
    overflow: visible;
    position: relative;
    z-index: 2;
    max-width: var(--navbar-logo-max-width);
    min-width: 0;
}
.navbar-brand-logo:hover {
    opacity: 0.92;
}
.navbar-logo {
    height: var(--navbar-logo-height);
    max-width: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    transition: var(--transition);
}
.navbar-main.scrolled .navbar-brand-logo {
    padding: 0;
    max-width: var(--navbar-logo-max-width-scrolled);
}
.navbar-main.scrolled .navbar-logo {
    height: var(--navbar-logo-height-scrolled);
    max-width: 100%;
}

.dropdown-menu-glass {
    background: rgba(10,22,40,0.92) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 14px !important;
    padding: 0.5rem !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4) !important;
    min-width: 220px;
}
.dropdown-menu-glass .dropdown-item {
    border-radius: 8px;
    padding: 0.55rem 1rem;
    color: rgba(255,255,255,0.8) !important;
    font-size: 0.875rem;
    transition: var(--transition);
}
.dropdown-menu-glass .dropdown-item:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
}

.lang-switcher { display: flex; gap: 4px; flex-shrink: 0; }
.lang-btn {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
    font-size: 0.7rem; font-weight: 600;
    color: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(15, 23, 42, 0.18);
    transition: var(--transition);
    text-decoration: none;
    line-height: 1;
}
.lang-btn-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    line-height: 1;
    width: 1.15em;
    height: 1.15em;
    flex-shrink: 0;
    transform: translateY(-0.5px);
}
.lang-btn-code {
    letter-spacing: 0.02em;
}
.lang-btn:hover { color: var(--navy); border-color: rgba(15, 23, 42, 0.35); background: rgba(255,255,255,0.55); }
.lang-btn-active { color: var(--navy) !important; border-color: rgba(15, 23, 42, 0.4) !important; background: rgba(255,255,255,0.65) !important; }

.btn-cta {
    background: linear-gradient(135deg, var(--cta-yellow-light) 0%, var(--cta-yellow) 100%);
    color: #0a1628;
    border: none;
    border-radius: 8px;
    padding: 0.45rem 1rem;
    font-weight: 700;
    font-size: 0.8125rem;
    transition: var(--transition);
    display: inline-flex; align-items: center; gap: 6px;
    box-shadow: 0 4px 12px rgba(245, 184, 0, 0.4);
    white-space: nowrap;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
    .btn-cta {
        padding: 0.5rem 1.15rem;
        font-size: 0.875rem;
    }
}
.btn-cta:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #ffe066 0%, var(--cta-yellow-dark) 100%);
    box-shadow: 0 8px 20px rgba(245, 184, 0, 0.5);
    color: #0a1628;
}

.navbar-toggler { border: 1px solid rgba(15, 23, 42, 0.25); padding: 6px 10px; border-radius: 8px; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815%2c23%2c42%2c0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* Ana sayfa — şeffaf header (hero üzerinde) */
body.page-home { padding-top: 0; }
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-nav .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 700;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-nav .nav-link::after {
    background: var(--cta-yellow);
    height: 2px;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .brand-text {
    color: #fff;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-logo {
    filter: brightness(0) invert(1);
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .lang-btn {
    color: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.28);
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .lang-btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .lang-btn-active {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    background: rgba(255, 255, 255, 0.18) !important;
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.2);
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2c255%2c255%2c0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .dropdown-toggle::after {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}
body.page-home .navbar-main.navbar-over-hero.scrolled .navbar-logo {
    filter: none;
}

body { padding-top: var(--navbar-height); }

/* ============================================================
   HERO CAROUSEL
   ============================================================ */
.hero-carousel {
    margin-top: 0;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}
body:not(.page-home) .hero-carousel {
    margin-top: calc(-1 * var(--navbar-height));
}
.hero-slide {
    height: 820px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
}
.hero-overlay {
    position: absolute; inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(0, 12, 28, 0.82) 0%, rgba(0, 28, 58, 0.55) 42%, rgba(0, 18, 38, 0.72) 100%),
        rgba(0, 35, 70, 0.35);
}
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--navbar-height) + 1.5rem); }
.hero-content h1 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: clamp(1.75rem, 2.6vw, 2.65rem);
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    max-width: 100%;
}
@media (min-width: 992px) {
    .hero-content h1 { white-space: nowrap; }
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #3ecf6e 0%, #22c55e 100%);
    color: #fff;
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    padding: 0.45rem 1rem; border-radius: 50px; margin-bottom: 1.25rem;
    box-shadow: 0 4px 18px rgba(34, 197, 94, 0.4);
}
.hero-content p { font-size: 1.15rem; color: rgba(255,255,255,0.85); max-width: 560px; line-height: 1.7; }
.hero-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 0.875rem 2rem; border-radius: 50px;
    font-weight: 700; font-size: 0.9rem; letter-spacing: 0.5px;
    transition: var(--transition);
}
.hero-btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-h) 100%);
    color: #fff; box-shadow: 0 8px 24px rgba(21,101,192,0.45);
}
.hero-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(21,101,192,0.55); color: #fff; }
.hero-btn-outline {
    color: #fff; border: 2px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(10px); background: rgba(255,255,255,0.06);
}
.hero-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.12); color: #fff; }

/* Slider-only industrial yellow accent */
#heroCarousel {
    --hero-yellow: var(--cta-yellow);
    --hero-yellow-h: var(--cta-yellow-dark);
}
#heroCarousel .hero-btn-accent {
    background: linear-gradient(135deg, var(--cta-yellow-light) 0%, var(--cta-yellow) 100%);
    color: #0a1628;
    box-shadow: 0 8px 24px rgba(245, 184, 0, 0.45);
}
#heroCarousel .hero-btn-accent:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffe066 0%, var(--cta-yellow-dark) 100%);
    box-shadow: 0 12px 32px rgba(245, 184, 0, 0.55);
    color: #0a1628;
}
#heroCarousel .hero-btn-accent i { color: #ca8a04; }
#heroCarousel .hero-btn-primary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.45);
    box-shadow: none;
    backdrop-filter: blur(10px);
}
#heroCarousel .hero-btn-primary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}
#heroCarousel .hero-btn-primary i { color: var(--hero-yellow); }
#heroCarousel .carousel-indicators .active {
    background: var(--hero-yellow);
}
#heroCarousel .carousel-indicators {
    bottom: 11.5rem;
    z-index: 4;
}
.hero-feature-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 0 2rem;
    pointer-events: none;
}
.hero-feature-strip .container {
    pointer-events: auto;
}
.hero-feature-card {
    background: rgba(0, 20, 40, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 1.15rem 1.25rem;
    height: 100%;
    transition: var(--transition);
}
.hero-feature-card:hover {
    background: rgba(0, 28, 52, 0.72);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
}
.hero-feature-icon {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
    opacity: 0.95;
}
.hero-feature-card h6 {
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
}
.hero-feature-card p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
    margin: 0;
}
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background: rgba(245, 184, 0, 0.25);
    border-color: rgba(245, 184, 0, 0.55);
}

.carousel-indicators [data-bs-target] {
    width: 8px; height: 8px; border-radius: 50%; opacity: 0.5; border: none;
    background: rgba(255,255,255,0.7); transition: var(--transition);
}
.carousel-indicators .active { opacity: 1; width: 24px; border-radius: 4px; background: var(--accent); }
.carousel-control-prev, .carousel-control-next {
    width: 48px; height: 48px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px); border-radius: 50%;
    top: 50%; bottom: auto; transform: translateY(-50%);
    opacity: 0.7; transition: var(--transition);
}
.carousel-control-prev { left: 1rem; }
.carousel-control-next { right: 1rem; }
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; background: rgba(255,255,255,0.2); }
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
    overflow: hidden;
    max-width: 100%;
}
.carousel {
    overflow: hidden;
    max-width: 100%;
}
.testimonial-section .row.px-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ============================================================
   SECTION HEADERS (legacy)
   ============================================================ */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800; color: var(--text-dark);
    position: relative; padding-bottom: 1rem; margin-bottom: 1rem;
}
.section-header h2::after {
    content: '';
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px; background: var(--primary); border-radius: 2px;
}
.section-header p { color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-img {
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 64px rgba(0,0,0,0.14);
    width: 100%; object-fit: cover;
}
.about-img-wrap--transparent {
    background: transparent;
    padding: 0;
}
.about-img--transparent {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    width: 100%;
    max-height: 500px;
    height: auto;
    display: block;
}
.about-feature {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: var(--bg-light); border-radius: 12px;
    border: 1px solid rgba(21,101,192,0.08); transition: var(--transition);
}
.about-feature:hover { border-color: rgba(21,101,192,0.25); background: white; box-shadow: var(--shadow); }
.about-feature-icon { font-size: 1.4rem; color: var(--primary); flex-shrink: 0; }

/* Why CFL Section */
.why-cfl-section { position: relative; overflow: hidden; }
.why-cfl-section::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(21,101,192,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.why-cfl-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(10,95,30,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.why-cfl-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 1.25rem 1.35rem;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(21,101,192,0.08);
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    z-index: 1;
}
.why-cfl-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(21,101,192,0.2);
}
.why-cfl-check {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-light), rgba(21,101,192,0.06));
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    transition: var(--transition);
}
.why-cfl-card:hover .why-cfl-check {
    background: linear-gradient(135deg, var(--primary), var(--primary-h));
    color: #fff;
    transform: scale(1.05);
}
.why-cfl-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.45;
}

/* Work Process Section */
.process-section {
    background: var(--white);
    position: relative;
}
.process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 920px;
    margin: 0 auto;
}
.process-step {
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 1.5rem 1.75rem 1.35rem;
    background: var(--bg-light);
    border: 1px solid rgba(21,101,192,0.1);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}
.process-step:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(21,101,192,0.22);
    background: var(--white);
}
.process-step-num {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary), var(--primary-h));
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(21,101,192,0.35);
}
.process-step-icon {
    width: 56px;
    height: 56px;
    margin: 0.5rem auto 0.85rem;
    border-radius: 14px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: var(--transition);
}
.process-step:hover .process-step-icon {
    background: var(--primary);
    color: #fff;
    transform: scale(1.08);
}
.process-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
}
.process-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: var(--primary);
    opacity: 0.55;
    position: relative;
}
.process-line {
    display: none;
}
.process-arrow-v { font-size: 1.35rem; font-weight: 700; }
.process-arrow-h { display: none; font-size: 1.25rem; font-weight: 700; }

@media (min-width: 1200px) {
    .process-flow {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        max-width: 100%;
        gap: 0;
    }
    .process-step {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        padding: 1.35rem 0.85rem 1.15rem;
    }
    .process-step-title { font-size: 0.92rem; }
    .process-step-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    .process-connector {
        flex: 0 0 auto;
        width: 2rem;
        height: auto;
        align-self: center;
        opacity: 0.45;
    }
    .process-arrow-v { display: none; }
    .process-arrow-h { display: block; }
}

.stat-box { text-align: center; padding: 2rem; }
.stat-box .stat-num { font-size: 2.5rem; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-box .stat-label { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.25rem; }

/* ============================================================
   COUNTER SECTION
   ============================================================ */
.counter-section {
    background: linear-gradient(135deg, var(--navy) 0%, #1a2f5a 50%, var(--primary) 100%);
    color: white; padding: 5rem 0; position: relative; overflow: hidden;
}
.counter-section::before {
    content: '';
    position: absolute; inset: 0;
    background: 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='%23ffffff' fill-opacity='0.03'%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/svg%3E");
}
.counter-item { text-align: center; position: relative; z-index: 1; }
.counter-num {
    font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.counter-label { font-size: 0.9rem; opacity: 0.75; margin-top: 0.5rem; font-weight: 500; }
.counter-divider { width: 1px; background: rgba(255,255,255,0.15); align-self: stretch; }

/* ============================================================
   SERVICE & CARD STYLES
   ============================================================ */
.service-card {
    padding: 2rem; border-radius: var(--radius);
    background: white; border: 1px solid rgba(0,0,0,0.06);
    transition: var(--transition); height: 100%; position: relative; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
    width: 64px; height: 64px; border-radius: 14px;
    background: var(--primary-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem; color: var(--primary); margin-bottom: 1.25rem; transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); color: #fff; transform: scale(1.1); }
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.75rem; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
.service-icon-wrap {
    width: 64px; height: 64px; border-radius: 16px;
    background: rgba(21,101,192,0.1);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem; font-size: 1.75rem; color: var(--primary);
    transition: background 0.3s, color 0.3s;
}
.card-hover:hover .service-icon-wrap { background: var(--primary); color: #fff; }
.card-hover {
    border: none; border-radius: var(--radius);
    box-shadow: var(--shadow); transition: var(--transition);
    overflow: hidden; height: 100%; background: white;
}
.card-hover:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-card {
    border-radius: var(--radius); overflow: hidden;
    background: white; border: 1px solid rgba(0,0,0,0.06);
    transition: var(--transition); height: 100%;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img-wrap {
    overflow: hidden;
    background: #f4f6f8;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.product-card .product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.product-card:hover .product-img { transform: scale(1.04); }
.product-media-box {
    background: #f4f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    overflow: hidden;
    border-radius: var(--radius-lg, 16px);
}
.product-media-box--card { height: 220px; }
.product-media-box--detail { height: 420px; }
.product-media-box--related { height: 160px; border-radius: var(--radius, 12px) var(--radius, 12px) 0 0; }
.product-media-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.product-thumb-box {
    width: 70px;
    height: 55px;
    background: #f4f6f8;
    border-radius: 8px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    flex-shrink: 0;
    border: 2px solid transparent;
}
.product-thumb-box.active,
.product-thumb-box:hover { opacity: 1; border-color: var(--accent, #0a5f1e); }
.product-thumb-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-card .product-body { padding: 1.5rem; }
.product-cat { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--primary); opacity: 0.7; }
.product-card h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin: 0.5rem 0 0.75rem; }
.product-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ============================================================
   REFERENCES
   ============================================================ */
.ref-card {
    border-radius: var(--radius); padding: 2rem; text-align: center;
    background: white; border: 1px solid rgba(0,0,0,0.06);
    transition: var(--transition); height: 100%;
    box-shadow: var(--shadow);
}
.ref-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: rgba(21,101,192,0.15); }
.ref-logo { width: 80px; height: 80px; object-fit: contain; border-radius: 12px; margin: 0 auto 1rem; display: block; }

/* References page */
.refs-about-section {
    background: linear-gradient(135deg, var(--navy) 0%, #1a2f5a 55%, var(--primary) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.refs-about-section::before {
    content: '';
    position: absolute; inset: 0;
    background: 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='%23ffffff' fill-opacity='0.03'%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/svg%3E");
    pointer-events: none;
}
.refs-about-section .container { position: relative; z-index: 1; }
.refs-about-section .section-label {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.95);
}
.refs-about-section .section-title { color: #fff; }
.refs-about-section .section-title span { color: var(--accent); }
.refs-about-section .section-desc { color: rgba(255,255,255,0.82); max-width: none; }

.refs-brand-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    backdrop-filter: blur(8px);
    transition: var(--transition);
}
.refs-brand-card:hover {
    background: rgba(255,255,255,0.16);
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.28);
}
.refs-brand-card-accent { border-color: rgba(var(--accent-rgb), 0.35); }
.refs-brand-card-accent:hover { border-color: rgba(var(--accent-rgb), 0.55); }
.refs-brand-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.refs-brand-card-accent .refs-brand-icon {
    background: rgba(var(--accent-rgb), 0.25);
    color: #4ade80;
}
.refs-brand-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.refs-brand-card p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.75);
    margin: 0;
    line-height: 1.6;
}

.refs-pillar-card {
    height: 100%;
    padding: 2rem 1.75rem;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(21,101,192,0.08);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}
.refs-pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(21,101,192,0.2);
}
.refs-pillar-icon {
    width: 64px; height: 64px;
    margin: 0 auto 1.25rem;
    border-radius: 16px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    transition: var(--transition);
}
.refs-pillar-card:hover .refs-pillar-icon {
    background: var(--primary);
    color: #fff;
    transform: scale(1.08);
}
.refs-pillar-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}
.refs-pillar-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* About page */
.about-cta-banner {
    padding: 2.5rem 2.25rem;
    background: linear-gradient(135deg, var(--navy) 0%, #1a2f5a 60%, var(--primary) 100%);
    border-radius: var(--radius-lg);
    color: #fff;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.about-cta-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.about-cta-banner h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.65rem;
    position: relative;
}
.about-cta-banner p {
    color: rgba(255,255,255,0.8);
    margin: 0;
    line-height: 1.65;
    font-size: 0.95rem;
    position: relative;
}
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}
.btn-cta-light {
    background: rgba(255,255,255,0.14);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    padding: 0.75rem 1.65rem;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    transition: var(--transition);
    backdrop-filter: blur(6px);
    white-space: nowrap;
}
.btn-cta-light:hover {
    background: rgba(255,255,255,0.95);
    border-color: #fff;
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.about-cta-actions .btn-gradient {
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    .about-cta-actions { justify-content: flex-start; }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-section { background: linear-gradient(135deg, var(--bg-section) 0%, #e8f0fe 100%); }
.testimonial-card {
    background: white; border-radius: var(--radius-lg); padding: 2.5rem 2rem;
    box-shadow: var(--shadow); border: 1px solid rgba(21,101,192,0.08);
    height: 100%; transition: var(--transition); position: relative;
}
.testimonial-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.testimonial-card::before {
    content: '\201C'; position: absolute; top: 1.5rem; right: 1.75rem;
    font-size: 5rem; line-height: 1; color: var(--primary); opacity: 0.1;
    font-family: Georgia, serif;
}
.testimonial-stars { color: var(--accent); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testimonial-text { color: var(--text-body); line-height: 1.8; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; }
.testimonial-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary-light); flex-shrink: 0; }
.testimonial-initials {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-h));
    color: white; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; flex-shrink: 0;
}
.testimonial-name { font-weight: 700; color: var(--text-dark); font-size: 0.95rem; }
.testimonial-meta { font-size: 0.8rem; color: var(--text-muted); margin-top: 2px; }

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-card {
    background: white; border-radius: var(--radius); overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06); transition: var(--transition);
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.blog-img-wrap { display: block; overflow: hidden; }
.blog-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; transition: transform 0.5s ease; display: block; }
.blog-card:hover .blog-img { transform: scale(1.05); }
.blog-body { padding: 1.5rem; }
.blog-cat {
    display: inline-block; font-size: 0.7rem; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--primary); background: var(--primary-light);
    padding: 0.25rem 0.75rem; border-radius: 50px; margin-bottom: 0.75rem;
}
.blog-cat-hero {
    display: inline-block; background: rgba(255,255,255,0.15); color: white;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    padding: 0.35rem 1rem; border-radius: 50px; backdrop-filter: blur(10px);
}
.blog-title { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.75rem; line-height: 1.4; }
.blog-title a { color: inherit; text-decoration: none; transition: color 0.2s; }
.blog-title a:hover { color: var(--primary); }
.blog-summary { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }
.blog-meta { font-size: 0.8rem; color: var(--text-muted); display: flex; gap: 1rem; margin-top: 0.75rem; flex-wrap: wrap; }
.blog-content { font-size: 1.05rem; line-height: 1.85; color: var(--text-body); }
.blog-content h2, .blog-content h3 { color: var(--text-dark); font-weight: 700; margin-top: 2rem; }
.blog-content p { margin-bottom: 1.25rem; }
.blog-content img { border-radius: var(--radius); max-width: 100%; }
.bg-gradient-primary { background: linear-gradient(135deg, var(--navy), var(--primary)); }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid rgba(0,0,0,0.07) !important; border-radius: var(--radius) !important; overflow: hidden; box-shadow: var(--shadow); }
.faq-item .accordion-button {
    background: white; color: var(--text-dark); font-weight: 600; font-size: 1rem;
    padding: 1.25rem 1.5rem; border-radius: 0 !important; box-shadow: none !important;
}
.faq-item .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-h) 100%);
    color: white;
}
.faq-item .accordion-button:not(.collapsed) .faq-num { color: rgba(255,255,255,0.7); }
.faq-num { font-size: 0.75rem; font-weight: 700; color: var(--primary); opacity: 0.6; flex-shrink: 0; }
.faq-answer { background: var(--bg-light); padding: 1.25rem 1.5rem; color: var(--text-body); line-height: 1.8; }

/* ============================================================
   GALLERY, TEAM, CERT
   ============================================================ */
.gallery-item { cursor: pointer; border-radius: var(--radius); overflow: hidden; position: relative; }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .gallery-overlay { position: absolute; inset: 0; background: rgba(10,22,40,0); color: #fff; display: flex; align-items: flex-end; padding: 1rem; transition: background 0.3s; }
.gallery-item:hover .gallery-overlay { background: rgba(10,22,40,0.55); }
.gallery-caption { transform: translateY(20px); opacity: 0; transition: all 0.3s; }
.gallery-item:hover .gallery-caption { transform: translateY(0); opacity: 1; }
.cert-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); height: 100%; }
.cert-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cert-card .cert-info { padding: 1.25rem; }
.cert-card .cert-info h5 { font-weight: 700; margin-bottom: 0.5rem; }
.team-card .team-photo { width: 100%; aspect-ratio: 1; object-fit: cover; }
.team-card .team-info { padding: 1.5rem; text-align: center; }
.team-card .team-name  { font-weight: 700; font-size: 1.1rem; margin-bottom: 0.25rem; }
.team-card .team-title { color: var(--primary); font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.team-card .team-socials a { color: var(--text-muted); margin: 0 4px; font-size: 1.1rem; transition: color 0.2s; }
.team-card .team-socials a:hover { color: var(--primary); }

/* ============================================================
   FILTER TABS
   ============================================================ */
.filter-btns { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 2.5rem; }
.filter-btns .btn { border-radius: 50px; font-size: 0.875rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-info-card { background: var(--navy); color: white; border-radius: var(--radius-lg); padding: 2.5rem; height: 100%; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.contact-info-icon { width: 44px; height: 44px; min-width: 44px; background: rgba(255,255,255,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.contact-form-card { border: none; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 2.5rem; }

/* ============================================================
   PAGE HERO
   ============================================================ */
.page-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #1a3460 60%, var(--primary) 100%);
    padding: 5rem 0 4rem; color: white; text-align: center;
    margin-bottom: 0; position: relative; overflow: hidden;
}
.page-hero::after {
    content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
    height: 60px; background: white; clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; }
.page-hero p  { font-size: 1.1rem; opacity: 0.85; max-width: 600px; margin: 0.75rem auto 0; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
    background: linear-gradient(135deg, var(--navy) 0%, #1a3460 50%, var(--primary) 100%);
    color: white; padding: 5rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 1rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer-main { background: #002346; color: white; }
.footer-brand-logo {
    max-height: 72px;
    max-width: 240px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.footer-heading { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.9rem; transition: var(--transition); display: inline-flex; align-items: center; gap: 6px; }
.footer-links a:hover { color: white; padding-left: 4px; }
.footer-social-btn {
    width: 40px; height: 40px; border-radius: 10px;
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7); font-size: 1rem; text-decoration: none; transition: var(--transition);
}
.footer-social-btn:hover { background: var(--primary); border-color: var(--primary); color: white; transform: translateY(-2px); }
.footer-contact-list { display: flex; flex-direction: column; gap: 0.9rem; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.footer-contact-icon { width: 34px; height: 34px; min-width: 34px; border-radius: 8px; background: rgba(21,101,192,0.25); display: flex; align-items: center; justify-content: center; font-size: 0.875rem; color: var(--accent); }
.footer-contact-item span, .footer-contact-item a { color: rgba(255,255,255,0.65); font-size: 0.875rem; line-height: 1.5; text-decoration: none; transition: color 0.2s; padding-top: 0.4rem; }
.footer-contact-item a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-brand-line {
    padding: 0 0 1.25rem;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.35);
}

/* ============================================================
   LOGIN PAGE
   ============================================================ */
.login-page { min-height: 100vh; background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); display: flex; align-items: center; }
.login-card { border-radius: var(--radius-lg); border: none; box-shadow: 0 20px 60px rgba(0,0,0,0.3); overflow: hidden; max-width: 440px; width: 100%; }
.login-header { background: var(--navy); color: white; padding: 2.5rem 2rem; text-align: center; }
.login-body { padding: 2rem; }

/* ============================================================
   ADMIN LAYOUT
   ============================================================ */
.admin-body { background: #f0f2f5; padding-top: 0 !important; }
.admin-sidebar { width: 260px !important; background: var(--navy); min-height: 100vh; position: fixed; top: 0; left: 0; bottom: 0; display: flex; flex-direction: column; z-index: 1040; overflow-y: auto; }
.admin-sidebar-brand { padding: 1.5rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.1); color: white; font-weight: 700; font-size: 1rem; display: flex; align-items: center; }
.admin-nav-link { display: flex; align-items: center; padding: 0.65rem 1rem; border-radius: 10px; margin-bottom: 2px; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: all 0.2s; }
.admin-nav-link:hover { background: rgba(255,255,255,0.08); color: white; }
.admin-nav-link.active { background: var(--primary); color: white; }
.admin-sidebar-footer { border-top: 1px solid rgba(255,255,255,0.1); padding: 1rem 0.5rem; }
.admin-content { margin-left: 260px; padding: 1.5rem 2rem; min-height: 100vh; }
.admin-mobile-nav { background: var(--navy); padding: 0.75rem 1rem; }
.admin-topbar { background: white; border-radius: 14px; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.admin-card { background: white; border-radius: 14px; padding: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-bottom: 1.5rem; }
.admin-stat-card { border-radius: 14px; padding: 1.5rem; color: white; position: relative; overflow: hidden; }
.admin-stat-card .stat-icon { font-size: 3rem; opacity: 0.2; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); }
.admin-stat-card .stat-num { font-size: 2.5rem; font-weight: 800; line-height: 1; }
.admin-stat-card .stat-label { font-size: 0.875rem; opacity: 0.85; margin-top: 0.25rem; }

/* ============================================================
   CORPORATE PAGE CONTENT
   ============================================================ */
.corporate-page-content { font-size: 1.05rem; line-height: 1.9; color: var(--text-body); overflow-wrap: anywhere; word-break: break-word; }
.corporate-page-content img,
.corporate-page-content iframe,
.corporate-page-content video,
.corporate-page-content table { max-width: 100%; }
.corporate-page-content table { display: block; overflow-x: auto; }
.prose-content { line-height: 1.8; font-size: 1.05rem; overflow-wrap: anywhere; word-break: break-word; }
.prose-content img,
.prose-content iframe,
.prose-content video,
.prose-content table { max-width: 100%; }
.prose-content table { display: block; overflow-x: auto; }

/* Product detail — guaranteed content & certificate */
.product-extra-panel {
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.08);
    border-radius: var(--radius-lg, 16px);
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}
.product-extra-tabs {
    border-bottom: 2px solid rgba(10, 22, 40, 0.08);
    gap: 0.5rem;
}
.product-extra-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: var(--text-muted, #6c757d);
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    margin-bottom: -2px;
    background: transparent;
}
.product-extra-tabs .nav-link:hover { color: var(--primary, #0a1628); }
.product-extra-tabs .nav-link.active {
    color: var(--accent, #0a5f1e);
    border-bottom-color: var(--accent, #0a5f1e);
    background: transparent;
}
.product-extra-tab-content { padding-top: 1.75rem; }
.product-guaranteed-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}
.product-guaranteed-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: rgba(10, 95, 30, 0.06);
    border-radius: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.product-guaranteed-list li::before {
    content: '\F26E';
    font-family: 'bootstrap-icons';
    color: var(--accent, #0a5f1e);
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.product-certificate-view iframe {
    width: 100%;
    height: min(70vh, 640px);
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: 12px;
    background: #f8f9fa;
}
.corporate-page-content h2 { font-size: 1.6rem; font-weight: 700; color: var(--text-dark); margin-top: 2rem; }
.corporate-page-content h3 { font-size: 1.3rem; font-weight: 700; color: var(--text-dark); margin-top: 1.5rem; }
.corporate-page-content p { margin-bottom: 1.25rem; }
.bg-section { background: var(--bg-section); }

.service-category-block + .service-category-block {
    border-top: 1px solid rgba(21,101,192,0.08);
    padding-top: 3rem;
}

/* ============================================================
   GRADIENT BUTTON
   ============================================================ */
.btn-gradient {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-h) 100%);
    color: white; border: none; border-radius: 50px;
    padding: 0.75rem 2rem; font-weight: 600;
    box-shadow: 0 4px 15px rgba(21,101,192,0.3); transition: var(--transition);
}
.btn-gradient:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(21,101,192,0.45); color: white; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
    :root {
        --navbar-height: 78px;
        --navbar-height-scrolled: 72px;
        --navbar-logo-height: 108px;
        --navbar-logo-height-scrolled: 96px;
    }
    .admin-content { margin-left: 0; padding: 1rem; }
    .admin-sidebar { position: static; min-height: auto; width: 100% !important; }
    body:not(.page-home) .hero-carousel { margin-top: calc(-1 * var(--navbar-height)); }
    .hero-slide { height: 560px; }
    .hero-content { padding-top: calc(var(--navbar-height) + 0.75rem); }
    #heroCarousel .carousel-indicators { bottom: 1.5rem; }
    .hero-content h1 { font-size: 2.1rem; white-space: normal; }
    body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-collapse {
        background: rgba(8, 18, 36, 0.96);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
    body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-collapse .nav-link {
        color: rgba(255, 255, 255, 0.92);
    }
    body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-collapse .dropdown-menu {
        background: rgba(255, 255, 255, 0.08) !important;
    }
    body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-collapse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.88) !important;
    }
    body.page-home .navbar-main.navbar-over-hero:not(.scrolled) .navbar-collapse > .d-flex {
        border-top-color: rgba(255, 255, 255, 0.12);
    }
    .navbar-main {
        max-height: none;
    }
    .navbar-main.scrolled {
        max-height: none;
    }
    .navbar-main > .container {
        max-width: 100%;
        overflow: visible;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .navbar-main .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        background: var(--navbar-gray);
        border-top: 1px solid rgba(15, 23, 42, 0.12);
        margin: 0 -0.75rem;
        padding: 0.5rem 0.75rem 1rem;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    }
    .navbar-main.scrolled .navbar-collapse {
        background: var(--navbar-gray-scrolled);
    }
    .navbar-main .navbar-nav {
        width: 100%;
        margin: 0 !important;
        padding: 0.25rem 0;
    }
    .navbar-main .navbar-nav .nav-link {
        padding: 0.7rem 0.85rem;
        border-radius: 10px;
    }
    .navbar-main .navbar-nav .nav-link::after {
        display: none;
    }
    .navbar-main .navbar-collapse > .d-flex {
        width: 100%;
        padding: 0.5rem 0.85rem 0;
        margin-top: 0.25rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }
    .navbar-main .navbar-collapse .lang-switcher {
        flex-wrap: wrap;
    }
    .navbar-main .navbar-collapse .dropdown-menu {
        position: static !important;
        transform: none !important;
        float: none;
        width: 100%;
        margin: 0.25rem 0 0.5rem;
        border: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.45) !important;
        backdrop-filter: none;
    }
    .navbar-main .navbar-collapse .dropdown-menu .dropdown-item {
        color: var(--navy) !important;
        padding: 0.55rem 1rem 0.55rem 1.5rem;
    }
    .navbar-main .navbar-collapse .dropdown-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.65) !important;
        color: #000 !important;
    }
    .navbar-brand,
    .navbar-brand-logo {
        margin-right: 0;
        max-width: calc(100% - 3.5rem);
        flex-shrink: 0;
        min-width: 0;
        overflow: visible;
    }
    .navbar-logo {
        max-width: min(100%, 420px);
    }
    .navbar-brand-logo { padding: 0; background: transparent; box-shadow: none; }
    .navbar-toggler { flex-shrink: 0; }
    body:not(.page-home) { padding-top: var(--navbar-height); }
    body.page-home { padding-top: 0; }
    .carousel-control-prev { left: 0.5rem; }
    .carousel-control-next { right: 0.5rem; }
    /* AOS yatay animasyonları mobilde taşma yapar */
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
@media (max-width: 767.98px) {
    .hero-slide { height: 460px; }
    .py-section { padding: 3.5rem 0; }
    .counter-divider { display: none; }
    .container,
    .container-fluid {
        max-width: 100%;
        overflow-x: clip;
    }
    .hero-content p { font-size: 1rem; }
    .hero-btn { padding: 0.75rem 1.35rem; font-size: 0.85rem; }
    .filter-btns {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.25rem;
        max-width: 100%;
    }
    .filter-btns .btn { flex-shrink: 0; }
    .about-cta-actions {
        flex-direction: column;
        align-items: stretch !important;
    }
    .about-cta-actions .btn {
        white-space: normal;
        width: 100%;
        justify-content: center;
    }
    .about-cta-banner { padding: 1.75rem 1.25rem; }
    .footer-contact-item span,
    .footer-contact-item a { word-break: break-word; }
    .section-title { font-size: clamp(1.45rem, 6vw, 2rem); }
}
@media (max-width: 575.98px) {
    .hero-content h1 { font-size: 1.65rem; white-space: normal; }
    .hero-slide { height: 420px; }
    .navbar-logo { max-width: min(100%, 360px); }
    .navbar-brand-logo { padding: 0; background: transparent; box-shadow: none; border-radius: 0; }
    .page-hero h1 { font-size: 1.75rem; }
    .process-step { max-width: 100%; }
}
