/* ============================================================
   STYLE.CSS — Clean Agency Theme
   Color: White + Deep Navy + Vibrant Blue
   Fonts: Plus Jakarta Sans
   ============================================================ */

/* -----------------------------------------------
   1. RESET
   ----------------------------------------------- */
*, *::before, *::after {
    margin: 0; padding: 0; box-sizing: border-box;
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; }

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #111111;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    padding-top: 0;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; font-size: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* -----------------------------------------------
   2. CSS VARIABLES
   ----------------------------------------------- */
:root {
    --white:        #ffffff;
    --bg:           #ffffff;
    --bg-soft:      #f8f8f6;
    --bg-mid:       #f2f2ef;
    --navy:         #0d1b2a;
    --navy-mid:     #1e3048;
    --blue:         #2563eb;
    --blue-hover:   #1d4ed8;
    --blue-light:   #eff6ff;
    --text:         #111111;
    --text-mid:     #444444;
    --text-muted:   #888888;
    --border:       #e8e8e8;
    --border-mid:   #d4d4d4;
    --radius:       8px;
    --radius-lg:    14px;
    --radius-xl:    20px;
    --shadow-sm:    0 1px 4px rgba(0,0,0,0.07);
    --shadow-md:    0 4px 16px rgba(0,0,0,0.09);
    --shadow-lg:    0 12px 40px rgba(0,0,0,0.12);
    --transition:   0.22s ease;
    --header-height: 72px;
    --topbar-height: 44px;
    --bars-total:   calc(var(--topbar-height) + var(--header-height)); /* 116px */
}

/* -----------------------------------------------
   3. TYPOGRAPHY
   ----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--navy);
    letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.25rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.15rem; }

p { color: var(--text-mid); line-height: 1.78; }
strong { color: var(--text); font-weight: 600; }

/* -----------------------------------------------
   4. UTILITIES
   ----------------------------------------------- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.75rem;
}

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

.chip,
.section-label,
.page-hero__label,
.about-split__label {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--blue);
    background: var(--blue-light);
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}

/* Labels on dark backgrounds */
.section--dark .section-label,
.section--dark .chip {
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.12);
}

/* -----------------------------------------------
   5. BUTTONS
   ----------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.75rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius);
    border: 2px solid transparent;
    transition: all var(--transition);
    cursor: pointer;
    white-space: normal;
    text-decoration: none;
}

.btn-primary {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}
.btn-primary:hover {
    background: var(--blue-hover);
    border-color: var(--blue-hover);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.35);
}

.btn-accent {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}
.btn-accent:hover {
    background: var(--blue-hover);
    border-color: var(--blue-hover);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.35);
}

.btn-navy {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}
.btn-navy:hover {
    background: var(--navy-mid);
    border-color: var(--navy-mid);
    color: var(--white);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: var(--navy);
    border-color: var(--border-mid);
}
.btn-outline:hover {
    border-color: var(--navy);
    color: var(--navy);
    background: var(--bg-soft);
}

.btn-outline-blue {
    background: transparent;
    color: var(--blue);
    border-color: var(--blue);
}
.btn-outline-blue:hover {
    background: var(--blue);
    color: var(--white);
}

.btn-ghost {
    background: transparent;
    color: var(--text-muted);
    border-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.btn-ghost:hover { color: var(--navy); }

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.75rem;
    background: #25D366;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--radius);
    border: none;
    transition: all var(--transition);
    text-decoration: none;
}
.btn-whatsapp:hover { background: #1da851; color: #fff; transform: translateY(-1px); }

.btn-sm  { padding: 0.55rem 1.25rem; font-size: 0.82rem; }
.btn-lg  { padding: 1rem 2.25rem; font-size: 1rem; }
.btn-block { width: 100%; justify-content: center; }

/* -----------------------------------------------
   6. HEADER TOP BAR
   ----------------------------------------------- */
.header-topbar {
    background: linear-gradient(90deg, #0d1b2a 0%, #1e3048 100%);
    border-bottom: 1px solid rgba(37, 99, 235, 0.2);
    padding: 0.75rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
}

.header-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.75rem;
}

.header-topbar__left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-topbar__right {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.header-topbar__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color var(--transition);
}

.header-topbar__item:hover {
    color: var(--white);
}

.header-topbar__item i {
    font-size: 0.95rem;
    color: var(--blue);
}

.header-topbar__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all var(--transition);
    background: rgba(255, 255, 255, 0.05);
}

.header-topbar__social:hover {
    background: var(--blue);
    color: var(--white);
    transform: translateY(-2px);
}

.header-topbar__social i {
    font-size: 0.95rem;
    color: inherit;
}

@media (max-width: 768px) {
    .header-topbar__inner {
        padding: 0 1.5rem;
    }
    .header-topbar__left {
        gap: 1rem;
    }
    .header-topbar__item span {
        display: none;
    }
}

/* -----------------------------------------------
   6. HEADER
   ----------------------------------------------- */
.site-header {
    position: fixed;
    top: var(--topbar-height); left: 0; right: 0;
    z-index: 1000;
    height: var(--header-height);
    display: flex;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled,
.site-header.scrolled {
    border-bottom-color: var(--border);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.75rem;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    text-decoration: none;
    transition: opacity var(--transition);
}
.header-logo:hover {
    opacity: 0.8;
}
.header-logo__img {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform var(--transition);
}
.header-logo:hover .header-logo__img {
    transform: scale(1.05);
}
.header-logo__text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.header-nav { flex: 1; display: flex; justify-content: center; }
.header-nav__list { display: flex; align-items: center; gap: 0.5rem; }
.header-nav__item { position: relative; }

.header-nav__link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.75rem 1.25rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-mid);
    position: relative;
    transition: color var(--transition);
}
.header-nav__link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue) 0%, var(--blue) 100%);
    transition: width var(--transition);
}
.header-nav__link:hover::after,
.header-nav__link.is-active::after {
    width: 100%;
}
.header-nav__link:hover,
.header-nav__link.is-active {
    color: var(--navy);
}
.header-nav__link i { font-size: 0.875rem; transition: transform var(--transition); }
.header-nav__item:hover .header-nav__link i { transform: rotate(180deg); }

.header-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 200px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 0.5rem;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all var(--transition);
    z-index: 100;
}
.header-nav__item:hover .header-dropdown {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.header-dropdown__link {
    display: block;
    padding: 0.6rem 0.875rem;
    font-size: 0.875rem;
    color: var(--text-mid);
    border-radius: var(--radius);
    transition: all var(--transition);
}
.header-dropdown__link:hover,
.header-dropdown__link.is-active {
    color: var(--blue);
    background: var(--blue-light);
}

.header-actions { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--blue) 0%, #1d4ed8 100%);
    color: var(--white);
    border: none;
    border-color: transparent;
    padding: 0.65rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    border-radius: 6px;
    transition: all var(--transition);
    box-shadow: 0 4px 15px rgba(37,99,235,0.2);
}
.header-cta:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37,99,235,0.35);
}
.header-cta i {
    font-size: 1rem;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    border-radius: var(--radius);
    transition: background var(--transition);
}
.mobile-toggle:hover { background: var(--bg-soft); }
.mobile-toggle__line {
    display: block;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
    transition: all var(--transition);
}
.mobile-toggle__line:nth-child(1) { width: 22px; }
.mobile-toggle__line:nth-child(2) { width: 15px; }
.mobile-toggle__line:nth-child(3) { width: 22px; }
.mobile-toggle.is-active .mobile-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 22px; }
.mobile-toggle.is-active .mobile-toggle__line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-toggle.is-active .mobile-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 22px; }

/* -----------------------------------------------
   7. MOBILE PANEL
   ----------------------------------------------- */
.mobile-panel {
    position: fixed; inset: 0; z-index: 2000;
    pointer-events: none; visibility: hidden;
    transition: visibility 0s linear 0.32s;
}
.mobile-panel.is-open {
    pointer-events: all;
    visibility: visible;
    transition: visibility 0s linear 0s;
}

.mobile-panel__overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(2px);
}
.mobile-panel.is-open .mobile-panel__overlay { opacity: 1; }

.mobile-panel__content {
    position: absolute; top: 0; left: 0; bottom: 0;
    width: min(340px, 90vw);
    background: var(--white);
    border-right: 1px solid var(--border);
    display: flex; flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}
.mobile-panel.is-open .mobile-panel__content { transform: translateX(0); }

.mobile-panel__header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 1.5rem; height: var(--header-height);
    border-bottom: 1px solid var(--border);
}
.mobile-panel__close {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: var(--radius);
    color: var(--text-muted); transition: all var(--transition); cursor: pointer;
}
.mobile-panel__close:hover { background: var(--bg-soft); color: var(--navy); }
.mobile-panel__close i { font-size: 1.4rem; }

.mobile-nav { flex: 1; padding: 0.75rem 1rem; }
.mobile-nav__list { display: flex; flex-direction: column; }
.mobile-nav__item { position: relative; }
.mobile-nav__link {
    display: block; padding: 0.875rem 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem; font-weight: 500;
    color: var(--text-mid);
    border-bottom: none;
    border-radius: var(--radius);
    transition: all var(--transition);
}
.mobile-nav__link:hover,
.mobile-nav__link.is-active { color: var(--blue); background: var(--blue-light); }

.mobile-nav__toggle {
    position: absolute; right: 0.25rem; top: 0.5rem;
    width: 36px; height: 36px; display: flex;
    align-items: center; justify-content: center;
    color: var(--text-muted); border-radius: var(--radius);
}
.mobile-nav__toggle i { transition: transform var(--transition); }
.mobile-nav__item.is-open .mobile-nav__toggle i { transform: rotate(180deg); }
.mobile-nav__sub { display: none; padding-left: 0.75rem; }
.mobile-nav__item.is-open .mobile-nav__sub { display: block; }

.mobile-panel__info {
    padding: 1.5rem;
    border-top: 1px solid var(--border);
    background: var(--bg-soft);
}

.mobile-panel__info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--text-mid);
    line-height: 1.5;
}

.mobile-panel__info-item i {
    color: var(--blue);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.mobile-panel__map {
    width: 100%;
    height: 150px;
    border-top: none;
    overflow: hidden;
    padding: 0 1rem;
}

.mobile-panel__map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.mobile-panel__cta {
    padding: 1.5rem;
    border-top: 1px solid var(--border);
}

/* -----------------------------------------------
   8. HERO — SPLIT LAYOUT (no dark overlay)
   ----------------------------------------------- */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 92vh;
    overflow: hidden;
    background: var(--white);
}

.hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 3rem 5rem 0;
    padding-left: calc((100vw - 1200px) / 2 + 1.75rem);
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 1.5rem;
}
.hero__eyebrow::before {
    content: '';
    width: 28px; height: 2px;
    background: var(--blue);
    display: block;
    border-radius: 2px;
}

.hero__title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--navy);
    margin-bottom: 1.25rem;
}

.hero__subtitle {
    font-size: 1.1rem;
    color: var(--text-mid);
    max-width: 480px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    margin-bottom: 3rem;
}

.hero__stats {
    display: flex;
    gap: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.hero__stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: -0.03em;
    display: block;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.hero__stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 500;
}

.hero__right {
    position: relative;
    background: var(--bg-soft);
    overflow: hidden;
}

.hero__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__right-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.hero__right-empty i {
    font-size: 5rem;
    color: var(--border-mid);
}

/* Hero Slider (wraps hero layout) */
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--white);
}

.hero-slider__track { position: relative; width: 100%; }

.hero-slider__slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 0.7s ease;
}
.hero-slider__slide.is-active {
    opacity: 1;
    position: relative;
}

.hero-slider__bg {
    position: absolute; inset: 0; z-index: 0;
}
.hero-slider__bg img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}

.hero-slider__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(13,27,42,0.78) 0%, rgba(13,27,42,0.4) 60%, rgba(13,27,42,0.1) 100%);
    z-index: 1;
}

.hero-slider__content {
    position: relative; z-index: 2;
    padding: calc(var(--header-height) + 5rem) 0 5rem;
    max-width: 640px;
}

.hero-slider__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.25rem;
}

.hero-slider__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.25rem, 5.5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}

.hero-slider__subtitle {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(255,255,255,0.78);
    max-width: 520px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.hero-slider__actions { display: flex; flex-wrap: wrap; gap: 0.875rem; }

.hero-slider__dots {
    position: absolute;
    bottom: 2rem; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 8px; z-index: 3;
}
.hero-slider__dot {
    width: 30px; height: 3px;
    background: rgba(255,255,255,0.35);
    border-radius: 3px; cursor: pointer;
    transition: all var(--transition);
    border: none; padding: 0;
}
.hero-slider__dot.is-active {
    background: var(--white);
    width: 50px;
}

/* Hero slider minimum height */
.hero-slider { min-height: 94vh; }
.hero-slider__slide { min-height: 94vh; display: flex; align-items: center; }

/* -----------------------------------------------
   9. PAGE HERO
   ----------------------------------------------- */
.page-hero {
    padding: 4.5rem 0 4.5rem;
    padding-top: calc(30px + 72px + 4.5rem); /* header top(30) + header height(72) + content gap */
    position: relative;
    overflow: hidden;
    background-color: var(--navy);
    background-image:
        linear-gradient(135deg, rgba(13,27,42,0.88) 0%, rgba(13,27,42,0.72) 50%, rgba(37,99,235,0.35) 100%),
        url('/assets/img/page-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-hero::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue) 0%, rgba(37,99,235,0.3) 50%, transparent 100%);
}

.page-hero__label {
    margin-bottom: 0.875rem;
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.12);
}

.page-hero__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 0.625rem;
}
.page-hero__subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 560px; }

/* -----------------------------------------------
   10. SECTIONS
   ----------------------------------------------- */
.section { padding: 6rem 0; background: var(--white); }
.section--alt { background: var(--bg-soft); }
.section--light { background: var(--bg-soft); }
.section--dark { background: var(--navy); }

.section--dark h2,
.section--dark h3 { color: var(--white); }
.section--dark p { color: rgba(255,255,255,0.65); }

.section-header { margin-bottom: 4rem; }
.section-header__title { margin-bottom: 0.75rem; }
.section-header__desc { font-size: 1.05rem; color: var(--text-muted); max-width: 580px; }
.section-header.text-center .section-header__desc { margin: 0 auto; }
.section--dark .section-header__desc { color: rgba(255,255,255,0.55); }
.section--dark .btn-outline {
    color: var(--white);
    border-color: var(--white);
}
.section--dark .btn-outline:hover {
    border-color: var(--white);
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
}

/* -----------------------------------------------
   11. SERVICES — Row List Style
   ----------------------------------------------- */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.service-row {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem 2.5rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.service-row:last-child { border-bottom: none; }
.service-row:hover { background: var(--bg-soft); }

.service-row__num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--border-mid);
    letter-spacing: -0.05em;
    line-height: 1;
    transition: color var(--transition);
}
.service-row:hover .service-row__num { color: var(--blue); }

.service-row__body { flex: 1; }

.service-row__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.375rem;
}

.service-row__desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.service-row__icon {
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--blue-light);
    color: var(--blue);
    border-radius: var(--radius);
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all var(--transition);
}
.service-row:hover .service-row__icon {
    background: var(--blue);
    color: var(--white);
}

.service-row__arrow {
    color: var(--border-mid);
    font-size: 1.25rem;
    transition: all var(--transition);
}
.service-row:hover .service-row__arrow {
    color: var(--blue);
    transform: translateX(4px);
}

/* Service cards (homepage grid version) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}
.service-card:hover {
    border-color: var(--blue);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.service-card__number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.service-card__icon {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    background: var(--blue-light);
    color: var(--blue);
    border-radius: var(--radius);
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    transition: all var(--transition);
}
.service-card:hover .service-card__icon {
    background: var(--blue);
    color: var(--white);
}

.service-card__title {
    font-size: 1.05rem; font-weight: 600;
    color: var(--navy); margin-bottom: 0.625rem;
}
.service-card__desc {
    font-size: 0.9rem; color: var(--text-muted);
    line-height: 1.65; margin-bottom: 1.5rem;
}
.service-card__link {
    display: inline-flex; align-items: center; gap: 0.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem; font-weight: 600;
    color: var(--blue); transition: gap var(--transition);
}
.service-card__link:hover { gap: 0.625rem; }

/* Services page large cards */
.services-grid--large { grid-template-columns: repeat(2, 1fr); }

.service-card--large { padding: 0; overflow: hidden; }
.service-card--large .service-card__image {
    aspect-ratio: 16/9; overflow: hidden;
}
.service-card--large .service-card__image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card--large:hover .service-card__image img { transform: scale(1.04); }
.service-card--large .service-card__content { padding: 1.75rem; }

/* -----------------------------------------------
   12. ABOUT SPLIT
   ----------------------------------------------- */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-split__label { margin-bottom: 1rem; }

.about-split__title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
    margin-bottom: 1.25rem;
    color: var(--navy);
}

.about-split__content {
    color: var(--text-mid);
    line-height: 1.8;
    margin-bottom: 2rem;
}
.about-split__content p { color: var(--text-mid); margin-bottom: 0.875rem; }

.about-split__image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}
.about-split__image img { width: 100%; height: 100%; object-fit: cover; }

/* -----------------------------------------------
   13. STATISTICS
   ----------------------------------------------- */
.stats-section { padding: 4rem 0; }

.stats-band {
    background: var(--navy);
    padding: 4rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    padding: 1.5rem 2rem;
    border-right: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}
.stat-item:last-child { border-right: none; }

.stat-item__number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem;
}

.stat-item__label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

/* -----------------------------------------------
   14. BLOG GRID / CARDS
   ----------------------------------------------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.blog-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition);
    display: flex; flex-direction: column;
    box-shadow: var(--shadow-sm);
}
.blog-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.blog-card__image {
    display: block; aspect-ratio: 16/9; overflow: hidden;
}
.blog-card__image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-card:hover .blog-card__image img { transform: scale(1.04); }

.blog-card__body {
    padding: 1.5rem;
    display: flex; flex-direction: column; flex: 1;
}

.blog-card__meta {
    display: flex; align-items: center;
    gap: 0.75rem; margin-bottom: 0.875rem;
}

.blog-card__category {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--blue);
    background: var(--blue-light);
    padding: 0.2rem 0.625rem;
    border-radius: 100px;
}

.blog-card__date {
    font-size: 0.78rem; color: var(--text-muted);
}

.blog-card__read-time {
    font-size: 0.78rem; color: var(--text-muted);
    display: flex; align-items: center; gap: 0.25rem;
}

.blog-card__title {
    font-size: 1.05rem; font-weight: 600;
    line-height: 1.4; margin-bottom: 0.625rem;
}
.blog-card__title a { color: var(--navy); transition: color var(--transition); }
.blog-card__title a:hover { color: var(--blue); }

.blog-card__excerpt {
    font-size: 0.875rem; color: var(--text-muted);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1; margin-bottom: 1.25rem;
}

.blog-card__more {
    display: inline-flex; align-items: center; gap: 0.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem; font-weight: 600;
    color: var(--blue); transition: gap var(--transition);
    margin-top: auto;
}
.blog-card__more:hover { gap: 0.625rem; }

/* -----------------------------------------------
   15. BLOG FILTERS
   ----------------------------------------------- */
.blog-filters {
    display: flex; flex-wrap: wrap;
    gap: 0.5rem; margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--border);
    padding-bottom: 1.5rem;
}

.blog-filter__btn {
    padding: 0.45rem 1.1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem; font-weight: 500;
    color: var(--text-muted);
    border: 1.5px solid transparent;
    border-radius: 100px;
    transition: all var(--transition);
    cursor: pointer; text-decoration: none; display: inline-block;
}
.blog-filter__btn:hover { color: var(--navy); border-color: var(--border-mid); }
.blog-filter__btn.is-active {
    color: var(--blue);
    background: var(--blue-light);
    border-color: rgba(37,99,235,0.2);
}

/* -----------------------------------------------
   16. TESTIMONIALS
   ----------------------------------------------- */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.testimonial-card__quote {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 4rem; font-weight: 700;
    color: var(--blue); line-height: 0.8;
    margin-bottom: 1.25rem; user-select: none;
    opacity: 0.35;
}

.testimonial-card__stars {
    display: flex; gap: 3px; margin-bottom: 1rem;
    color: #f59e0b; font-size: 0.9rem;
}

.testimonial-card__text {
    font-size: 0.9rem; color: var(--text-mid);
    line-height: 1.75; margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-card__author {
    display: flex; align-items: center; gap: 0.875rem;
    border-top: 1px solid var(--border); padding-top: 1.25rem;
}
.testimonial-card__avatar {
    width: 44px; height: 44px; border-radius: 50%;
    object-fit: cover; border: 2px solid var(--border);
    flex-shrink: 0;
}
.testimonial-card__name {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem; font-weight: 600;
    color: var(--navy); margin-bottom: 0.125rem;
}
.testimonial-card__title { font-size: 0.78rem; color: var(--text-muted); }

/* -----------------------------------------------
   17. FAQ PAGE — BODY LAYOUT
   ----------------------------------------------- */
.faq-body {
    background: var(--bg-soft);
    padding: 4rem 0 5rem;
}
.faq-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem;
    align-items: start;
}
.faq-layout:has(.faq-content:only-child) {
    grid-template-columns: 1fr;
}

/* Sidebar */
.faq-sidebar__inner {
    position: sticky;
    top: calc(var(--bars-total) + 2rem);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}
.faq-sidebar__label {
    font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--text-muted); margin-bottom: 0.875rem;
}
.faq-sidebar__nav {
    display: flex; flex-direction: column; gap: 0.25rem;
}
.faq-sidebar__link {
    display: flex; align-items: center; gap: 0.625rem;
    padding: 0.6rem 0.75rem;
    border-radius: var(--radius);
    font-size: 0.875rem; font-weight: 500;
    color: var(--text-mid);
    transition: background var(--transition), color var(--transition);
    cursor: pointer;
}
.faq-sidebar__link:hover {
    background: var(--blue-light); color: var(--blue);
}
.faq-sidebar__link.is-active {
    background: var(--blue); color: #fff;
}
.faq-sidebar__link.is-active .faq-sidebar__count {
    background: rgba(255,255,255,0.25); color: #fff;
}
.faq-sidebar__link-icon {
    display: flex; font-size: 1rem; flex-shrink: 0;
    transition: transform var(--transition);
}
.faq-sidebar__link.is-active .faq-sidebar__link-icon { transform: translateX(2px); }
.faq-sidebar__link span:nth-child(2) { flex: 1; }
.faq-sidebar__count {
    font-size: 0.7rem; font-weight: 600;
    background: var(--bg-soft);
    color: var(--text-muted);
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    flex-shrink: 0;
}

/* Group heading */
.faq-group { margin-bottom: 2.5rem; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group__heading {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 1.5rem;
}
.faq-group__heading-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    color: var(--navy); white-space: nowrap;
}
.faq-group__heading-line {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, var(--border) 0%, transparent 100%);
}

/* Accordion list */
.faq-list {
    display: flex; flex-direction: column; gap: 0.625rem;
}

/* Individual item */
.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.faq-item:hover {
    border-color: var(--border-mid);
    box-shadow: var(--shadow-sm);
}
.faq-item.is-open {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.07), var(--shadow-sm);
}

.faq-item__header {
    display: flex; align-items: center; gap: 1rem;
    width: 100%; padding: 1.1rem 1.25rem;
    cursor: pointer; text-align: left;
    background: transparent;
    transition: background var(--transition);
}
.faq-item.is-open .faq-item__header {
    background: rgba(37,99,235,0.03);
}

.faq-item__num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem; font-weight: 700;
    color: var(--text-muted);
    background: var(--bg-soft);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    flex-shrink: 0;
    line-height: 1;
    transition: background var(--transition), color var(--transition);
}
.faq-item.is-open .faq-item__num {
    background: var(--blue-light); color: var(--blue);
}

.faq-item__question {
    flex: 1;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.975rem; font-weight: 600;
    color: var(--navy); line-height: 1.45;
    transition: color var(--transition);
}
.faq-item.is-open .faq-item__question,
.faq-item__header:hover .faq-item__question { color: var(--blue); }

.faq-item__toggle {
    display: flex; align-items: center; justify-content: center;
    width: 30px; height: 30px; flex-shrink: 0;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--text-muted);
    font-size: 1.15rem;
    transition: background var(--transition), color var(--transition), transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.faq-item.is-open .faq-item__toggle {
    background: var(--blue); color: #fff;
    transform: rotate(45deg);
}

/* Smooth accordion body */
.faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.4,0,0.2,1);
}
.faq-item.is-open .faq-item__body {
    max-height: 800px;
}
.faq-item__answer {
    padding: 0 1.25rem 1.25rem calc(1.25rem + 30px + 1rem);
    font-size: 0.9rem; color: var(--text-mid); line-height: 1.85;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
}
.faq-item__answer p { color: var(--text-mid); margin-bottom: 0.5rem; }
.faq-item__answer p:last-child { margin-bottom: 0; }
.faq-item__answer a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }

/* Empty state */
.faq-empty {
    text-align: center; padding: 5rem 0;
}
.faq-empty__icon {
    font-size: 3.5rem; color: var(--border-mid); margin-bottom: 1rem;
}
.faq-empty__text { color: var(--text-muted); font-size: 1rem; }

/* -----------------------------------------------
   17c. FAQ PAGE — CTA CARD
   ----------------------------------------------- */
.faq-cta {
    background: var(--bg-soft);
    padding: 0 0 5rem;
}
.faq-cta__card {
    position: relative; overflow: hidden;
    background: var(--navy);
    border-radius: var(--radius-xl);
    padding: 3rem 3.5rem;
    display: flex; align-items: center;
    gap: 2rem; flex-wrap: wrap;
    box-shadow: var(--shadow-lg);
}
.faq-cta__glow {
    position: absolute;
    top: -80px; right: -80px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(37,99,235,0.35) 0%, transparent 65%);
    pointer-events: none;
}
.faq-cta__icon-wrap {
    display: flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; flex-shrink: 0;
    background: rgba(37,99,235,0.2);
    border: 1px solid rgba(37,99,235,0.4);
    border-radius: var(--radius-lg);
    color: #93c5fd; font-size: 2rem;
}
.faq-cta__text { flex: 1; min-width: 220px; }
.faq-cta__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.875rem);
    font-weight: 700; letter-spacing: -0.025em;
    color: #ffffff; margin-bottom: 0.5rem;
}
.faq-cta__desc { font-size: 0.95rem; color: rgba(255,255,255,0.55); line-height: 1.7; }
.faq-cta__actions {
    display: flex; flex-wrap: wrap; gap: 0.875rem; flex-shrink: 0;
}
.faq-cta__phone-btn {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.85);
}
.faq-cta__phone-btn:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

/* -----------------------------------------------
   18. CTA SECTION (other pages — preserved)
   ----------------------------------------------- */
.cta-section { position: relative; overflow: hidden; }
.cta-section.section--dark .container {
    display: flex; align-items: center;
    justify-content: space-between; gap: 2rem;
}
.cta-section__title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    letter-spacing: -0.025em;
    max-width: 600px;
}
.section--dark .cta-section__title { color: var(--white); }
.cta-section__desc { color: rgba(255,255,255,0.6); font-size: 1rem; margin-top: 0.75rem; }
.cta-section__actions {
    display: flex; flex-wrap: wrap;
    gap: 0.875rem; flex-shrink: 0;
}

/* Light CTA (centered) */
.cta-section--light {
    background: var(--bg-soft);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.cta-section--light .container {
    flex-direction: column; text-align: center;
}
.cta-section--light .cta-section__title { color: var(--navy); max-width: none; }
.cta-section--light .cta-section__desc { color: var(--text-muted); }
.cta-section--light .cta-section__actions { justify-content: center; margin-top: 2rem; }

/* -----------------------------------------------
   19. GALLERY
   ----------------------------------------------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.album-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-decoration: none;
    transition: all var(--transition);
    box-shadow: var(--shadow-sm);
}
.album-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.album-card__image {
    aspect-ratio: 4/3; overflow: hidden; position: relative;
}
.album-card__image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.album-card:hover .album-card__image img { transform: scale(1.04); }

.album-card__overlay {
    position: absolute; bottom: 0.75rem; left: 0.75rem;
}
.album-card__count {
    display: inline-flex; align-items: center; gap: 0.25rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem; font-weight: 600;
    color: var(--white);
    background: rgba(0,0,0,0.6);
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.album-card__body { padding: 1.25rem; }
.album-card__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem; font-weight: 600; color: var(--navy);
}

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

.photo-item, .photo-card {
    aspect-ratio: 1; overflow: hidden;
    cursor: pointer; border-radius: var(--radius);
    position: relative;
}
.photo-item img, .photo-card img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s ease;
}
.photo-item:hover img, .photo-card:hover img { transform: scale(1.06); }

.photo-card__link { display: block; width: 100%; height: 100%; }

.photo-card__hover {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--transition);
    color: var(--white); font-size: 1.5rem;
}
.photo-card:hover .photo-card__hover { opacity: 1; }

/* -----------------------------------------------
   19b. LIGHTBOX (gallery-detail inline)
   ----------------------------------------------- */
.lightbox {
    position: fixed; inset: 0; z-index: 9000;
    display: none; align-items: center; justify-content: center; padding: 2rem;
}
.lightbox.is-open { display: flex; }
.lightbox__overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.93);
}
.lightbox__content {
    position: relative; z-index: 1;
    max-width: 90vw; max-height: 85vh;
}
.lightbox__img {
    max-width: 90vw; max-height: 85vh;
    object-fit: contain; border-radius: var(--radius);
    display: block;
}
.lightbox__close, .lightbox__prev, .lightbox__next {
    position: fixed; display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; color: rgba(255,255,255,0.75);
    font-size: 1.5rem; cursor: pointer; border-radius: var(--radius);
    background: rgba(255,255,255,0.1); border: none; z-index: 2;
    transition: all var(--transition);
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
    color: var(--white); background: rgba(255,255,255,0.2);
}
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__prev  { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__next  { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__counter {
    position: fixed; bottom: 1rem; left: 50%; transform: translateX(-50%);
    font-size: 0.8rem; color: rgba(255,255,255,0.5);
    font-family: 'Plus Jakarta Sans', sans-serif; z-index: 2;
}

/* -----------------------------------------------
   20. LIGHTBOX (main.js dynamic)
   ----------------------------------------------- */
.lightbox-overlay {
    position: fixed; inset: 0; z-index: 9000;
    background: rgba(0,0,0,0.93);
    display: none; align-items: center;
    justify-content: center; padding: 2rem;
}
.lightbox-overlay.is-open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: var(--radius); }
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: absolute; display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; color: rgba(255,255,255,0.75);
    font-size: 1.5rem; cursor: pointer; border-radius: var(--radius);
    background: rgba(255,255,255,0.1); border: none; transition: all var(--transition);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover {
    color: var(--white); background: rgba(255,255,255,0.2);
}
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev  { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-next  { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-counter { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); font-size: 0.8rem; color: rgba(255,255,255,0.5); }

/* -----------------------------------------------
   21. VIDEO
   ----------------------------------------------- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.video-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden; cursor: pointer;
    transition: all var(--transition); box-shadow: var(--shadow-sm);
}
.video-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.video-card__thumb {
    display: block; position: relative;
    aspect-ratio: 16/9; overflow: hidden; cursor: pointer;
}
.video-card__thumb img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.video-card:hover .video-card__thumb img { transform: scale(1.04); }

.video-card__play {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.3);
}
.video-card__play i {
    width: 52px; height: 52px;
    background: rgba(255,255,255,0.92);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--navy); font-size: 1.4rem;
    transition: all var(--transition);
}
.video-card:hover .video-card__play i {
    background: var(--blue); color: var(--white);
    transform: scale(1.1);
}
.video-card__play-btn { /* alias */ }

.video-card__body { padding: 1.25rem; }
.video-card__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem; font-weight: 600; color: var(--navy);
}
.video-card__duration {
    position: absolute; bottom: 0.625rem; right: 0.625rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem; font-weight: 600;
    color: var(--white); background: rgba(0,0,0,0.7);
    padding: 0.2rem 0.5rem; border-radius: 4px;
}

.video-modal, .video-modal-overlay {
    position: fixed; inset: 0; z-index: 9000;
    display: none; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.92); padding: 2rem;
}
.video-modal.is-open, .video-modal-overlay.active { display: flex; }
.video-modal__inner, .video-modal-content {
    position: relative; width: 100%; max-width: 900px;
    aspect-ratio: 16/9; background: #000;
    border-radius: var(--radius-lg); overflow: hidden;
}
.video-modal__iframe { width: 100%; height: 100%; border: none; }
.video-modal__wrapper, .video-modal-wrapper { width: 100%; height: 100%; }
.video-modal__overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,0.9);
}
.video-modal__container { position: relative; z-index: 1; width: 100%; max-width: 900px; }
.video-modal__frame {
    position: relative; aspect-ratio: 16/9; background: #000;
    border-radius: var(--radius-lg); overflow: hidden;
}
.video-modal__frame iframe { width: 100%; height: 100%; border: none; }
.video-modal__close, .video-modal-close {
    position: absolute; top: -2.5rem; right: 0;
    color: rgba(255,255,255,0.75); font-size: 1.5rem;
    cursor: pointer; transition: color var(--transition);
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
}
.video-modal__close:hover, .video-modal-close:hover { color: var(--white); }

/* -----------------------------------------------
   22. CONTACT
   ----------------------------------------------- */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4.5rem; align-items: start;
}

.contact-info__label { margin-bottom: 0.875rem; }
.contact-info__title { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 0.75rem; }
.contact-info__desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 2rem; }

.contact-info__list { display: flex; flex-direction: column; gap: 0; margin-bottom: 2rem; }
.contact-info__list li {
    display: flex; align-items: flex-start; gap: 0.75rem;
    padding: 1.25rem 0; border-bottom: 1px solid var(--border);
}
.contact-info__list li:first-child { border-top: 1px solid var(--border); }

.contact-info__icon {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: var(--blue-light);
    border-radius: var(--radius); color: var(--blue);
    font-size: 1rem; flex-shrink: 0;
}
.contact-info__list strong {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--text-muted); margin-bottom: 0.25rem;
}
.contact-info__list a { color: var(--text); font-size: 0.95rem; transition: color var(--transition); }
.contact-info__list a:hover { color: var(--blue); }
.contact-info__list span { color: var(--text-mid); font-size: 0.95rem; }

.contact-form-wrap {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
}
.contact-form-wrap__label { margin-bottom: 0.75rem; }
.contact-form-wrap__title { font-size: 1.25rem; margin-bottom: 2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--text-mid);
}
.form-input {
    width: 100%; padding: 0.8rem 1rem;
    background: var(--bg-soft);
    border: 1.5px solid var(--border);
    border-radius: var(--radius); color: var(--text);
    font-size: 0.9rem; transition: border-color var(--transition);
    outline: none;
}
.form-input::placeholder { color: #bbb; }
.form-input:focus { border-color: var(--blue); background: var(--white); }
.form-textarea { resize: vertical; min-height: 130px; }

/* Captcha */
.captcha-group { margin-bottom: 1.25rem; }
.captcha-widget {
    display: flex; align-items: stretch; gap: 0.75rem; flex-wrap: wrap;
}
.captcha-image-wrap {
    position: relative; display: flex; flex-shrink: 0;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-soft);
}
.captcha-img {
    display: block; width: 170px; height: 52px;
    object-fit: cover; border-radius: var(--radius);
}
.captcha-refresh {
    position: absolute; top: 4px; right: 4px;
    display: flex; align-items: center; justify-content: center;
    width: 24px; height: 24px;
    background: rgba(255,255,255,0.85);
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--text-mid); font-size: 0.95rem;
    cursor: pointer;
    transition: background var(--transition), color var(--transition);
}
.captcha-refresh:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.captcha-refresh i { transition: transform 0.4s ease; display: flex; }
.captcha-input { flex: 1; min-width: 140px; letter-spacing: 0.2em; font-weight: 600; }
.captcha-hint { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.35rem; }

/* -----------------------------------------------
   23. FOOTER
   ----------------------------------------------- */
.site-footer {
    background: var(--navy);
    color: rgba(255,255,255,0.75);
}

.footer-main { padding: 4.5rem 0 3rem; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
    gap: 3rem;
}

.footer-logo { display: inline-flex; align-items: center; margin-bottom: 1.125rem; text-decoration: none; }
.footer-logo img {
    height: 32px; width: auto; object-fit: contain;
    filter: brightness(0) invert(1);
}
.footer-logo__text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem; font-weight: 700; color: var(--white);
    letter-spacing: -0.02em;
}
.footer-desc { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-bottom: 1.5rem; max-width: 280px; }

.footer-social { display: flex; gap: 0.5rem; }
.footer-social__link {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); color: rgba(255,255,255,0.5);
    font-size: 1rem; transition: all var(--transition);
}
.footer-social__link:hover { border-color: var(--white); color: var(--white); }

.footer-col__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: rgba(255,255,255,0.4); margin-bottom: 1.25rem;
}

.footer-links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links li a { font-size: 0.875rem; color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-links li a:hover { color: var(--white); }

.footer-contact { display: flex; flex-direction: column; gap: 0; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 0.625rem;
    padding: 0.625rem 0; border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 0.875rem;
}
.footer-contact li:last-child { border-bottom: none; }
.footer-contact li i { color: var(--blue); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact li a { color: rgba(255,255,255,0.55); transition: color var(--transition); }
.footer-contact li a:hover { color: var(--white); }
.footer-contact li span { color: rgba(255,255,255,0.45); }

.footer-newsletter-desc { font-size: 0.875rem; color: rgba(255,255,255,0.45); margin-bottom: 1rem; line-height: 1.6; }
.newsletter-form__group { display: flex; gap: 0.5rem; }
.newsletter-form__input {
    flex: 1; padding: 0.7rem 1rem;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); color: var(--white);
    font-size: 0.875rem; outline: none;
    transition: border-color var(--transition);
}
.newsletter-form__input::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-form__input:focus { border-color: var(--blue); }
.newsletter-form__btn {
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    background: var(--blue); border: none; border-radius: var(--radius);
    color: var(--white); font-size: 1.1rem;
    cursor: pointer; flex-shrink: 0; transition: background var(--transition);
}
.newsletter-form__btn:hover { background: var(--blue-hover); }

.footer-bottom {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-bottom__inner {
    display: flex; align-items: center;
    justify-content: space-between; gap: 0.75rem; flex-wrap: wrap;
}
.footer-copyright { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-policy { display: flex; gap: 1.5rem; }
.footer-policy li a { font-size: 0.8rem; color: rgba(255,255,255,0.35); transition: color var(--transition); }
.footer-policy li a:hover { color: var(--white); }

/* -----------------------------------------------
   24. BREADCRUMB
   ----------------------------------------------- */
/* Breadcrumb — page-hero içinde başlığın altında kullanılır */
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; margin-top: 1.25rem; }
.breadcrumb__item {
    display: flex; align-items: center;
    font-size: 0.8rem; color: rgba(255,255,255,0.45);
    font-weight: 400; letter-spacing: 0.01em;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: '/'; margin: 0 0.5rem; color: rgba(255,255,255,0.2);
}
.breadcrumb__item a { color: rgba(255,255,255,0.55); transition: color var(--transition); text-decoration: none; }
.breadcrumb__item a:hover { color: #fff; }
.breadcrumb__current { color: rgba(255,255,255,0.9); font-weight: 500; }

/* -----------------------------------------------
   25. PAGINATION
   ----------------------------------------------- */
.pagination {
    display: flex; align-items: center;
    justify-content: center; gap: 0.375rem; margin-top: 3.5rem;
}
.pagination__link {
    display: flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 0.625rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.875rem; font-weight: 500;
    color: var(--text-mid); border: 1.5px solid var(--border);
    border-radius: var(--radius); transition: all var(--transition); text-decoration: none;
}
.pagination__link:hover { color: var(--blue); border-color: var(--blue); background: var(--blue-light); }
.pagination__link.is-active { color: var(--white); background: var(--blue); border-color: var(--blue); }
.pagination__ellipsis {
    display: flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; font-size: 0.875rem; color: var(--text-muted);
}

/* -----------------------------------------------
   26. ARTICLE
   ----------------------------------------------- */
.article-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 4rem; align-items: start;
}

.article-header { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.article-meta {
    display: flex; align-items: center;
    flex-wrap: wrap; gap: 0.875rem; margin-bottom: 1.25rem;
}
.article-category {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--blue); background: var(--blue-light);
    padding: 0.2rem 0.625rem; border-radius: 100px;
}
.article-date, .article-read-time {
    font-size: 0.8rem; color: var(--text-muted);
    display: flex; align-items: center; gap: 0.25rem;
}

.article-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 1rem; color: var(--navy);
}

.article-cover {
    aspect-ratio: 16/9; overflow: hidden;
    border-radius: var(--radius-lg); border: 1px solid var(--border);
    margin-bottom: 2.5rem;
}
.article-cover img { width: 100%; height: 100%; object-fit: cover; }

.article-content { font-size: 1rem; line-height: 1.85; color: var(--text-mid); }
.article-content h2 { font-size: 1.5rem; color: var(--navy); margin: 2.5rem 0 1rem; }
.article-content h3 { font-size: 1.2rem; color: var(--navy); margin: 2rem 0 0.875rem; }
.article-content p { color: var(--text-mid); margin-bottom: 1.25rem; }
.article-content strong { color: var(--navy); }
.article-content a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(37,99,235,0.35); }
.article-content a:hover { text-decoration-color: var(--blue); }
.article-content ul, .article-content ol { padding-left: 1.5rem; margin-bottom: 1.25rem; color: var(--text-mid); }
.article-content ul { list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li { margin-bottom: 0.375rem; }
.article-content blockquote {
    border-left: 3px solid var(--blue);
    padding: 1rem 1.5rem; margin: 1.5rem 0;
    background: var(--blue-light); border-radius: 0 var(--radius) var(--radius) 0;
    color: var(--text-mid); font-style: italic;
}
.article-content img { border-radius: var(--radius); border: 1px solid var(--border); margin: 1.5rem 0; }
.article-content code {
    font-size: 0.875em; background: var(--bg-soft);
    padding: 0.2em 0.4em; border-radius: 4px; color: var(--blue);
}
.article-content pre {
    background: var(--bg-soft); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 1.25rem; overflow-x: auto; margin: 1.5rem 0;
}
.article-content pre code { background: none; padding: 0; color: var(--text); }

.article-tags {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border);
}
.article-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem; font-weight: 500;
    color: var(--text-muted); background: var(--bg-soft);
    border: 1.5px solid var(--border);
    padding: 0.3rem 0.75rem; border-radius: 100px;
    transition: all var(--transition); text-decoration: none;
}
.article-tag:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }

.article-share {
    display: flex; align-items: center; gap: 0.75rem;
    margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border);
}
.article-share__label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--text-muted); white-space: nowrap;
}
.article-share__btn {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border: 1.5px solid var(--border); border-radius: var(--radius);
    color: var(--text-muted); font-size: 1rem;
    transition: all var(--transition); text-decoration: none;
}
.article-share__btn:hover { border-color: var(--blue); color: var(--blue); background: var(--blue-light); }

/* -----------------------------------------------
   27. SIDEBAR
   ----------------------------------------------- */
.sidebar { position: sticky; top: calc(var(--header-height) + 1.5rem); }
.sidebar-widget {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius-lg); padding: 1.5rem; margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
}
.sidebar-widget__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--text-muted); margin-bottom: 1.25rem;
    padding-bottom: 0.875rem; border-bottom: 1px solid var(--border);
}
.sidebar-links { display: flex; flex-direction: column; gap: 0.25rem; }
.sidebar-links li a {
    display: flex; align-items: center; gap: 0.5rem;
    padding: 0.5rem 0.75rem; font-size: 0.875rem;
    color: var(--text-mid); border-radius: var(--radius);
    transition: all var(--transition);
}
.sidebar-links li a:hover { color: var(--blue); background: var(--blue-light); }

.sidebar-cta {
    background: var(--navy); border-radius: var(--radius-lg);
    padding: 1.5rem; margin-bottom: 1.5rem; text-align: center;
}
.sidebar-cta__title {
    font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: 0.625rem;
}
.sidebar-cta p { font-size: 0.875rem; color: rgba(255,255,255,0.55); margin-bottom: 1.25rem; }
.sidebar-cta .btn-outline {
    color: var(--white);
    border-color: var(--white);
}
.sidebar-cta .btn-outline:hover {
    border-color: var(--white);
    color: var(--white);
    background: rgba(255, 255, 255, 0.15);
}

/* -----------------------------------------------
   28. SEARCH
   ----------------------------------------------- */
.search-hero {
    padding: calc(var(--header-height) + 3rem) 0 3rem;
    background: var(--bg-soft); border-bottom: 1px solid var(--border); text-align: center;
}
.search-hero__title { font-size: clamp(1.6rem, 4vw, 2.5rem); margin-bottom: 0.5rem; }
.search-hero__query { color: var(--blue); }
.search-form { display: flex; max-width: 560px; margin: 1.5rem auto 0; gap: 0.5rem; }
.search-input {
    flex: 1; padding: 0.875rem 1.25rem;
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius); color: var(--text);
    font-size: 0.95rem; outline: none; transition: border-color var(--transition);
    box-shadow: var(--shadow-sm);
}
.search-input::placeholder { color: #bbb; }
.search-input:focus { border-color: var(--blue); }
.search-results { display: flex; flex-direction: column; }
.search-result-item {
    padding: 1.5rem 0; border-bottom: 1px solid var(--border);
    display: flex; flex-direction: column; gap: 0.5rem;
}
.search-result-item:first-child { border-top: 1px solid var(--border); }
.search-result__type {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue);
}
.search-result__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem; font-weight: 600; color: var(--navy);
    transition: color var(--transition);
}
.search-result__title:hover { color: var(--blue); }
.search-result__excerpt { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

/* -----------------------------------------------
   29. 404 PAGE
   ----------------------------------------------- */
.error-page {
    min-height: 80vh; display: flex; align-items: center;
    justify-content: center; text-align: center;
    padding: calc(var(--header-height) + 2rem) 0 4rem;
    background: var(--bg-soft);
}
.error-page__code {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(6rem, 15vw, 12rem); font-weight: 700;
    color: var(--blue); line-height: 1; letter-spacing: -0.05em;
    margin-bottom: 0.5rem; display: block;
    opacity: 0.15;
}
.error-page__title { font-size: 1.75rem; margin-bottom: 0.75rem; color: var(--navy); }
.error-page__desc { color: var(--text-muted); max-width: 400px; margin: 0 auto 2.5rem; }
.error-page__actions {
    display: flex; justify-content: center;
    flex-wrap: wrap; gap: 0.875rem; margin-bottom: 1.5rem;
}
.error-page__links {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; margin-top: 1rem;
}
.error-page__links a {
    font-size: 0.875rem; color: var(--text-muted);
    transition: color var(--transition);
    display: flex; align-items: center; gap: 0.25rem;
    text-decoration: underline; text-underline-offset: 3px;
}
.error-page__links a:hover { color: var(--blue); }

/* -----------------------------------------------
   30. MAP
   ----------------------------------------------- */
.map-section { background: var(--bg-soft); border-top: 1px solid var(--border); }
.map-container { height: 420px; overflow: hidden; position: relative; }
.map-container iframe { width: 100%; height: 100%; border: none; display: block; }

/* -----------------------------------------------
   31. EMPTY STATE
   ----------------------------------------------- */
.empty-state { text-align: center; padding: 4rem 2rem; color: var(--text-muted); }
.empty-state i { font-size: 2.5rem; display: block; margin-bottom: 1rem; color: var(--border-mid); }
.empty-state p { font-size: 0.95rem; color: var(--text-muted); }

/* -----------------------------------------------
   32. TEAM
   ----------------------------------------------- */
.team-section { margin-top: 4rem; padding-top: 3.5rem; border-top: 1px solid var(--border); }
.team-section .section-header__title { margin-bottom: 2.5rem; }
.team-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem; margin-top: 2rem;
}
.team-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: var(--radius-lg); overflow: hidden; text-align: center;
    transition: all var(--transition); box-shadow: var(--shadow-sm);
}
.team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.team-card__image { aspect-ratio: 1; overflow: hidden; }
.team-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.team-card:hover .team-card__image img { transform: scale(1.04); }
.team-card__body { padding: 1.25rem; }
.team-card__name { font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.25rem; }
.team-card__role { font-size: 0.8rem; color: var(--text-muted); }
.page-testimonials { margin-top: 4rem; padding-top: 3.5rem; border-top: 1px solid var(--border); }

/* -----------------------------------------------
   33. ANIMATIONS
   ----------------------------------------------- */
[data-animate] {
    opacity: 0; transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
[data-animate].is-visible { opacity: 1; transform: translateY(0); }

/* -----------------------------------------------
   34. RESPONSIVE — 1200px
   ----------------------------------------------- */
@media (max-width: 1200px) {
    .hero__left { padding-left: 1.75rem; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(2) { border-right: none; }
    .stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.1); }
    .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.1); border-right: none; }
}

/* -----------------------------------------------
   35. RESPONSIVE — 1024px
   ----------------------------------------------- */
@media (max-width: 1024px) {
    .header-nav { display: none; }
    .mobile-toggle { display: flex; }

    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero__right { display: none; }
    .hero__left { padding: 6rem 1.75rem 4rem; }

    .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
    .article-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .about-split { grid-template-columns: 1fr; gap: 2.5rem; }
    .about-split__image { order: -1; max-width: 560px; }

    .cta-section.section--dark .container { flex-direction: column; }
    .cta-section__title { max-width: none; }

    /* FAQ — tablet */
    .faq-layout { grid-template-columns: 250px 1fr; gap: 1.75rem; }
    .faq-cta__card { padding: 2.5rem 2rem; }
}

/* -----------------------------------------------
   36. RESPONSIVE — 768px
   ----------------------------------------------- */
@media (max-width: 768px) {
    :root { --header-height: 64px; }
    .section { padding: 4rem 0; }
    .stats-band { padding: 3rem 0; }

    .services-grid, .services-grid--large { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .photo-grid { grid-template-columns: repeat(3, 1fr); }
    .video-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-col--brand { grid-column: 1 / -1; }

    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 1.75rem; }

    .hero-slider { min-height: auto; }
    .hero-slider__slide { min-height: 70vh; }
    .hero-slider__actions { flex-direction: column; align-items: flex-start; }
    .hero-slider__actions .btn { width: max-content; }

    .service-row { grid-template-columns: 48px 1fr; }
    .service-row__arrow { display: none; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(2) { border-right: none; }
    .stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); }
    .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.1); }

    /* FAQ — mobil: sidebar gizle, tek sütun */
    .faq-layout { grid-template-columns: 1fr; }
    .faq-sidebar { display: none; }
    .faq-hero { padding: 3.5rem 0 3rem; }
    .faq-hero__stats { gap: 1rem; }
    .faq-hero__stat strong { font-size: 1.5rem; }
    .faq-item__answer { padding: 0 1rem 1rem 1rem; padding-top: 1rem; }
    .faq-item__header { padding: 1rem; }
    .faq-cta__card { padding: 2rem 1.5rem; flex-direction: column; gap: 1.5rem; }
    .faq-cta__icon-wrap { display: none; }
}

/* -----------------------------------------------
   37. RESPONSIVE — 480px
   ----------------------------------------------- */
@media (max-width: 480px) {
    .section { padding: 3rem 0; }
    .container { padding: 0 1.1rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom__inner { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
    .team-grid { grid-template-columns: 1fr 1fr; }
    .hero-slider__slide { min-height: 60vh; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* -----------------------------------------------
   38. TESTIMONIAL CAROUSEL (Swiper)
   ----------------------------------------------- */
.testimonial-carousel-wrap {
    position: relative;
}

.testimonial-swiper {
    overflow: hidden;
}

.testimonial-swiper .swiper-slide {
    height: auto;
}

.testimonial-swiper .testimonial-card {
    height: 100%;
}

/* Alt kontrol çubuğu: ok + pagination yan yana ortada */
.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

.swiper-nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border-strong);
    color: var(--navy);
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    line-height: 1;
    padding: 0;
}

.swiper-nav-btn:hover {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

.testimonial-swiper-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-swiper-pagination .swiper-pagination-bullet {
    background: var(--border-strong);
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    flex-shrink: 0;
}

.testimonial-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--blue);
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .swiper-nav-btn { width: 2.25rem; height: 2.25rem; font-size: 1.1rem; }
}

/* -----------------------------------------------
   39. HOMEPAGE SERVICES — YENİ TASARIM
   ----------------------------------------------- */
.svc-section {
    background: var(--navy) !important;
    padding: 5rem 0;
}

.svc-section__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.svc-section .section-label {
    color: var(--blue);
    background: rgba(37,99,235,0.12);
    border-color: rgba(37,99,235,0.25);
    margin-bottom: 0.75rem;
}

.svc-section__heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    margin: 0;
}

.svc-section__lead {
    max-width: 340px;
    color: rgba(255,255,255,0.45);
    font-size: 0.95rem;
    line-height: 1.7;
    flex-shrink: 0;
    text-align: right;
    margin: 0;
}

/* Grid: 3 kolun, 2 satır */
.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}

.svc-item {
    display: flex;
    flex-direction: column;
    padding: 2.25rem 2rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    position: relative;
    transition: background var(--transition);
    background: transparent;
    overflow: hidden;
}

.svc-item:nth-child(3n) { border-right: none; }
.svc-item:nth-last-child(-n+3) { border-bottom: none; }

/* Hover: üst kenarda mavi çizgi + açık arka plan */
.svc-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.svc-item:hover {
    background: rgba(255,255,255,0.04);
}

.svc-item:hover::before {
    transform: scaleX(1);
}

.svc-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.svc-item__num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.2);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.svc-item__icon {
    font-size: 1.75rem;
    color: rgba(255,255,255,0.5);
    transition: color var(--transition), transform var(--transition);
    line-height: 1;
}

.svc-item:hover .svc-item__icon {
    color: var(--blue);
    transform: scale(1.1);
}

.svc-item__title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.svc-item__desc {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1.5rem;
}

.svc-item__arrow {
    font-size: 1.35rem;
    color: rgba(255,255,255,0.2);
    transition: color var(--transition), transform var(--transition);
    line-height: 1;
    align-self: flex-start;
}

.svc-item:hover .svc-item__arrow {
    color: var(--blue);
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .svc-section__top { flex-direction: column; align-items: flex-start; }
    .svc-section__lead { text-align: left; max-width: 100%; }
    .svc-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.08); }
    .svc-item:nth-child(2n) { border-right: none; }
    .svc-item:nth-last-child(-n+2) { border-bottom: none; }
    .svc-item:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}

@media (max-width: 540px) {
    .svc-grid { grid-template-columns: 1fr; }
    .svc-item { border-right: none !important; }
    .svc-item:last-child { border-bottom: none; }
    .svc-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* -----------------------------------------------
   40. HOMEPAGE SERVICES V2 — AÇIK TEMA
   ----------------------------------------------- */
.svc2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.svc2-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: var(--white);
    border: 1px solid var(--border);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.svc2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10);
    border-color: transparent;
}

/* Üst renkli alan */
.svc2-card__top {
    --svc-color: #2563eb;
    position: relative;
    padding: 1.75rem 1.75rem 1.25rem;
    background: color-mix(in srgb, var(--svc-color) 10%, #f8f8f6);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.svc2-card__num {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: color-mix(in srgb, var(--svc-color) 60%, transparent);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
    padding-top: 2px;
}

.svc2-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--svc-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.svc2-card:hover .svc2-card__icon {
    transform: scale(1.1) rotate(-5deg);
    background: var(--svc-color);
    color: var(--white);
}

/* Alt içerik */
.svc2-card__body {
    padding: 1.5rem 1.75rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.svc2-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.625rem;
    line-height: 1.3;
}

.svc2-card__desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1.25rem;
}

.svc2-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--svc-color, var(--blue));
    transition: gap 0.2s ease;
}

.svc2-card:hover .svc2-card__link {
    gap: 0.625rem;
}

@media (max-width: 900px) {
    .svc2-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
    .svc2-grid { grid-template-columns: 1fr; }
}

/* -----------------------------------------------
   41. HOMEPAGE SERVICES V3 — SPLIT LAYOUT
   ----------------------------------------------- */
/* Üst başlık + buton satırı */
.svc3-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.svc3-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    margin: 0.75rem 0 0.5rem;
}

.svc3-subtitle {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* Hizmet listesi — 2 sütun 3 satır */
.svc3-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 0;
}

.svc3-row {
    --sc: #2563eb;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 0;
    position: relative;
}

.svc3-list .svc3-row:nth-child(1),
.svc3-list .svc3-row:nth-child(2) {
    border-top: 1px solid var(--border);
}

.svc3-row__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--sc) 12%, #f8f8f6);
    color: var(--sc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    transition: background 0.25s, color 0.25s, transform 0.25s;
}

.svc3-row:hover .svc3-row__icon {
    background: var(--sc);
    color: #fff;
    transform: scale(1.08);
}

.svc3-row__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.svc3-row__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    transition: color 0.2s;
}

.svc3-row:hover .svc3-row__title {
    color: var(--sc);
}

.svc3-row__desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.svc3-row__arrow {
    font-size: 1.4rem;
    color: var(--border-strong);
    transition: color 0.2s, transform 0.2s;
    flex-shrink: 0;
}

.svc3-row:hover .svc3-row__arrow {
    color: var(--sc);
    transform: translateX(5px);
}

@media (max-width: 900px) {
    .svc3-top { flex-direction: column; align-items: flex-start; }
    .svc3-list { grid-template-columns: 1fr; }
    .svc3-list .svc3-row:nth-child(2) { border-top: none; }
}

/* -----------------------------------------------
   42. ABOUT PRO — YENİ TASARIM
   ----------------------------------------------- */
.about-pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
}

/* Sol: tam dolgu resim */
.about-pro__img-col {
    position: relative;
    overflow: hidden;
    background: var(--bg-mid);
}

.about-pro__img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-pro__img-col:hover img {
    transform: scale(1.03);
}

.about-pro__img-placeholder {
    width: 100%;
    height: 100%;
    background: var(--bg-mid);
}

/* Yüzen deneyim rozeti */
.about-pro__badge {
    position: absolute;
    bottom: 2.5rem;
    right: -1.5rem;
    background: var(--blue);
    color: #fff;
    border-radius: 16px;
    padding: 1.25rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 12px 32px rgba(37,99,235,0.35);
    min-width: 130px;
}

.about-pro__badge-num {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
}

.about-pro__badge-label {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.85;
    margin-top: 0.25rem;
    white-space: nowrap;
}

/* Sağ: içerik */
.about-pro__text-col {
    background: var(--white);
    padding: 5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-pro__heading {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    margin: 0.75rem 0 1.25rem;
}

.about-pro__lead {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 480px;
}

/* İstatistik satırı */
.about-pro__stats {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.about-pro__stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.about-pro__stat strong {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--blue);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
}

.about-pro__stat span {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
}

@media (max-width: 900px) {
    .about-pro {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .about-pro__img-col {
        height: 320px;
    }
    .about-pro__badge {
        right: 1.5rem;
        bottom: 1.5rem;
    }
    .about-pro__text-col {
        padding: 3rem 2rem;
    }
    .about-pro__stats {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-pro__stats {
        flex-wrap: wrap;
        gap: 1.25rem;
    }
}

/* -----------------------------------------------
   43. ABOUT NEW — TEMİZ PROFESYONEL TASARIM
   ----------------------------------------------- */
.about-new__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Resim sütunu */
.about-new__visual {
    position: relative;
}

.about-new__img-wrap {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.about-new__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-new__img-wrap:hover img {
    transform: scale(1.03);
}

/* Yıl deneyim rozeti */
.about-new__exp {
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    background: var(--navy);
    color: #fff;
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 8px 24px rgba(13,27,42,0.25);
}

.about-new__exp-num {
    font-size: 2.25rem;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--blue);
    line-height: 1;
}

.about-new__exp-txt {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0.75;
}

/* İçerik sütunu */
.about-new__title {
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin: 0.75rem 0 1.25rem;
}

.about-new__text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 2rem;
}

/* Check listesi */
.about-new__feats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.5rem;
    margin-bottom: 2.5rem;
}

.about-new__feat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--navy);
    font-weight: 500;
}

.about-new__feat i {
    color: var(--blue);
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Alt: KPI sayılar + buton */
.about-new__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

.about-new__nums {
    display: flex;
    gap: 2rem;
}

.about-new__kpi {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.about-new__kpi strong {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--navy);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1;
}

.about-new__kpi span {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}

@media (max-width: 900px) {
    .about-new__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .about-new__exp {
        bottom: 1rem;
        right: 1rem;
    }
    .about-new__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .about-new__feats { grid-template-columns: 1fr; }
    .about-new__nums { gap: 1.25rem; }
}

/* Section label etiketleri gizle */
.section-label,
.chip,
.page-hero__label,
.about-split__label,
.about-new__content .section-label,
.svc3-top .section-label,
.about-pro__text-col .section-label { display: none !important; }

/* Servis detay sayfası — daha kompakt hero */
.page-hero--compact {
    padding: 1.75rem 0;
}


/* ============================================================
   ALESTAWEB STYLE — Header style-2 + Banner2
   ============================================================ */

.header-area.style-2 {
    background-color: rgba(255,255,255,0.92);
    width: 94%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 990;
    border-radius: 100px;
    margin: 0 auto;
    top: 30px;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    transition: top .3s ease, border-radius .3s ease, width .3s ease, box-shadow .3s ease;
}

.header-area.style-2.sticky {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    box-shadow: 5px 3px 40px rgba(0,72,88,.12);
    animation: sh-in .4s ease;
}

/* Header is position:absolute — main has no top offset */
main#main-content {
    padding-top: 0;
}

@keyframes sh-in {
    from { transform: translateY(-40px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.header-area.style-2 .header-logo {
    padding: 15px 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-area.style-2 .header-logo:hover { opacity: .85; }
.header-area.style-2 .header-logo .header-logo__img { height: 42px; width: auto; object-fit: contain; transform: none; }
.header-area.style-2 .header-logo .header-logo__text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem; font-weight: 700;
    color: var(--navy);
    background: none;
    -webkit-text-fill-color: unset;
}

.header-area.style-2 .main-nav { display: flex; align-items: center; flex: 1; justify-content: center; padding: 3px 10px; }
.header-area.style-2 .main-nav .menu-list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.header-area.style-2 .main-nav .menu-list > li { position: relative; display: flex; align-items: center; }
.header-area.style-2 .main-nav .menu-list > li > a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem; font-weight: 500;
    color: #18212e;
    padding: 32px 15px;
    display: flex; align-items: center; gap: 4px;
    text-decoration: none;
    transition: color .22s ease;
    white-space: nowrap;
    line-height: 1;
}
.header-area.style-2 .main-nav .menu-list > li > a:hover,
.header-area.style-2 .main-nav .menu-list > li > a.active { color: var(--blue,#2563eb); }
.header-area.style-2 .main-nav .menu-list > li > a .dropdown-icon { font-size: .75rem; transition: transform .22s ease; line-height: 1; }
.header-area.style-2 .main-nav .menu-list > li:hover > a .dropdown-icon { transform: rotate(180deg); }

.header-area.style-2 .main-nav .sub-menu {
    position: absolute; top: 100%; left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid var(--border,#e8e8e8);
    border-radius: 14px;
    padding: .5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.09);
    opacity: 0; visibility: hidden;
    transform: translateY(-8px);
    transition: all .22s ease;
    z-index: 100;
    list-style: none; margin: 0;
}
.header-area.style-2 .main-nav .menu-list > li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-area.style-2 .main-nav .sub-menu li a {
    display: block;
    padding: .55rem .875rem;
    font-size: .85rem; color: #444;
    border-radius: 8px;
    transition: all .22s ease;
    text-decoration: none; white-space: nowrap;
}
.header-area.style-2 .main-nav .sub-menu li a:hover,
.header-area.style-2 .main-nav .sub-menu li a.active { color: var(--blue,#2563eb); background: var(--blue-light,#eff6ff); }

.header-area.style-2 .nav-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.header-area.style-2 .mobile-menu-btn {
    display: none; cursor: pointer; line-height: 1;
    color: #18212e; background: none; border: none;
    font-size: 28px; padding: 4px;
    align-items: center; justify-content: center;
}
.header-area.style-2 .mobile-menu-btn i { display: block; line-height: 1; }
.header-area.style-2 .header-icons { display: flex; align-items: center; gap: 4px; }
.header-area.style-2 .header-icon-btn {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    color: #444; font-size: 1.15rem;
    transition: all .22s ease; text-decoration: none;
}
.header-area.style-2 .header-icon-btn:hover { color: var(--blue,#2563eb); background: var(--blue-light,#eff6ff); }
.header-area.style-2 .hotline { display: flex; align-items: center; gap: 10px; }
.header-area.style-2 .hotline-icon { color: var(--blue,#2563eb); font-size: 28px; line-height: 1; display: flex; align-items: center; }
.header-area.style-2 .hotline-info { display: flex; flex-direction: column; gap: 1px; }
.header-area.style-2 .hotline-info a {
    font-size: .78rem; font-weight: 500;
    color: #18212e; text-decoration: none;
    line-height: 1.4; display: block;
    transition: color .22s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.header-area.style-2 .hotline-info a:hover { color: var(--blue,#2563eb); }

@media (max-width: 1199px) {
    .header-area.style-2 { padding: 0 20px; }
    .header-area.style-2 .main-nav .menu-list > li > a { padding: 28px 10px; font-size: .82rem; }
    .header-area.style-2 .hotline { display: none; }
}

@media (max-width: 991px) {
    .header-area.style-2 {
        top: 0; width: 100%; border-radius: 0;
        padding: 0 20px; min-height: 64px;
        background: #fff; position: fixed;
        box-shadow: 0 2px 12px rgba(0,0,0,.08);
    }
    .header-area.style-2 .main-nav { display: none; }
    .header-area.style-2 .mobile-menu-btn { display: flex; }
    .header-area.style-2 .header-icons { display: none; }
    .header-area.style-2 .hotline { display: none; }
}


/* ---- Banner Section 2 ---- */

.banner-section2 {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.banner-section2 .banner2 { width: 100%; min-height: 100vh; }
.banner-section2 .swiper-slide { min-height: 100vh; }

.banner-section2 .slide-bg {
    min-height: 100vh; width: 100%;
    position: relative;
    display: flex; justify-content: center; align-items: center;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    background-color: #0a0a1a;
}

.banner-section2 .slide-bg::before {
    content: ""; position: absolute; inset: 0;
    background: rgba(0,1,12,.58); z-index: 0;
}

.banner-section2 .slide-bg .container { position: relative; z-index: 2; }

.banner-section2 .banner2-content {
    text-align: center;
    padding: 130px 30px 70px;
    max-width: 800px;
    margin: 0 auto;
}

.banner-section2 .banner2-content .slide-label {
    font-size: .85rem; font-weight: 600;
    color: #00caeb;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-bottom: 20px;
    display: inline-block; position: relative;
    letter-spacing: .08em; text-transform: uppercase;
}
.banner-section2 .banner2-content .slide-label::before,
.banner-section2 .banner2-content .slide-label::after {
    content: ""; position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 30px; height: 2px; background: #00caeb;
}
.banner-section2 .banner2-content .slide-label::before { left: -44px; }
.banner-section2 .banner2-content .slide-label::after  { right: -44px; }

.banner-section2 .banner2-content h1,
.banner-section2 .banner2-content h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 5.5vw, 3.75rem);
    font-weight: 700; color: #fff;
    margin-bottom: 20px; line-height: 1.15;
    letter-spacing: -.02em;
}

.banner-section2 .banner2-content p {
    font-size: 1.05rem;
    color: rgba(255,255,255,.82);
    margin-bottom: 36px; line-height: 1.72;
}

.banner-section2 .banner2-content .banner-btn {
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .95rem 2.5rem;
    background: var(--accent,#4a7cff);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem; font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 6px 24px rgba(74,124,255,.4);
    margin: 0 8px 12px;
}
.banner-section2 .banner2-content .banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(74,124,255,.55);
    color: #fff; filter: brightness(1.12);
}
.banner-section2 .banner2-content .banner-btn--outline {
    background: transparent;
    border: 2px solid rgba(255,255,255,.6);
    box-shadow: none;
}
.banner-section2 .banner2-content .banner-btn--outline:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff; box-shadow: none; filter: none;
}

.banner-section2 .swiper-slide-active .slide-label,
.banner-section2 .swiper-slide-active h1,
.banner-section2 .swiper-slide-active h2,
.banner-section2 .swiper-slide-active p { animation: b2-down 1.3s ease both; }
.banner-section2 .swiper-slide-active .banner-btn { animation: b2-up 1.3s ease both; }

@keyframes b2-down { from { opacity: 0; transform: translateY(-28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes b2-up   { from { opacity: 0; transform: translateY(28px);  } to { opacity: 1; transform: translateY(0); } }

.banner2-pagination {
    position: absolute; bottom: 32px;
    left: 50%; transform: translateX(-50%);
    z-index: 9; display: flex; gap: 8px; align-items: center;
}
.banner2-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.4);
    width: 12px; height: 12px; border-radius: 50%;
    opacity: 1; cursor: pointer; transition: all .3s ease; display: inline-block;
}
.banner2-pagination .swiper-pagination-bullet-active {
    background: #00caeb; width: 32px; border-radius: 100px;
}

@media (max-width: 991px) {
    .banner-section2 .banner2-content { padding: 100px 20px 60px; }
    .banner-section2 .banner2-content .slide-label::before,
    .banner-section2 .banner2-content .slide-label::after { display: none; }
}
@media (max-width: 576px) {
    .banner-section2 .banner2-content h1,
    .banner-section2 .banner2-content h2 { font-size: 1.9rem; }
    .banner-section2 .banner2-content .banner-btn { padding: .85rem 1.75rem; font-size: .9rem; }
}

/* ===== DIL SECICI (Google Translate Sidebar) ===== */
#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.skiptranslate iframe,
.goog-te-ftab,
iframe.goog-te-banner-frame,
#google_translate_element2 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}
body { top: 0 !important; }

.language-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #1e1e2e 0%, #2d2d44 100%);
    z-index: 10001;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px 0;
    box-shadow: -2px 0 20px rgba(0,0,0,0.4);
    overflow-y: auto;
}
.language-sidebar.active { right: 0; }

.lang-sidebar-header {
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
}
.lang-sidebar-header h3 {
    color: white;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
}

.sidebar-flags { padding: 0 15px; }

.sidebar-flag-item {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    margin: 6px 0;
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}
.sidebar-flag-item:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    transform: translateX(-4px);
}
.sidebar-flag-item.active {
    background: rgba(var(--accent, 74,124,255), 0.2);
    border-color: var(--accent, #4a7cff);
}
.sidebar-flag-icon {
    font-size: 26px;
    margin-right: 14px;
    min-width: 32px;
    line-height: 1;
}
.sidebar-flag-text {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.sidebar-overlay.active { opacity: 1; visibility: visible; }

/* Dil butonu (header içi) - header-icon-btn ile aynı stil */
.lang-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #444;
    font-size: 1.15rem;
    padding: 0;
}
.lang-toggle-btn:hover {
    color: var(--blue, #2563eb);
    background: var(--blue-light, #eff6ff);
    transform: none;
}

/* ===== ÜRÜNLER BLOĞU ===== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
@media (max-width: 1199px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .products-grid { grid-template-columns: 1fr; } }

.product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
}

.product-card__img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f8f9fa;
}
.product-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.product-card:hover .product-card__img img { transform: scale(1.05); }
.product-card__no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #ccc;
}

.product-card__body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product-card__kod {
    font-size: .75rem;
    color: var(--accent, #4a7cff);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.product-card__name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy, #1a1f36);
    margin: 0;
    line-height: 1.4;
}
.product-card__name a {
    color: inherit;
    text-decoration: none;
}
.product-card__name a:hover { color: var(--accent, #4a7cff); }
.product-card__desc {
    font-size: .875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    flex: 1;
}
.product-card__price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--accent, #4a7cff);
    margin-top: auto;
    padding-top: 8px;
}
.product-card__price span {
    font-size: .85rem;
    font-weight: 500;
}

/* ===== ÜRÜNLER CAROUSEL ===== */
.products-swiper {
    padding: 12px 4px 48px;
    position: relative;
}
.products-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.products-swiper .product-card {
    width: 100%;
}
.products-swiper .swiper-button-prev,
.products-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
    color: var(--accent, #4a7cff);
    top: 40%;
}
.products-swiper .swiper-button-prev::after,
.products-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}
.products-swiper .swiper-button-prev { left: -8px; }
.products-swiper .swiper-button-next { right: -8px; }
@media (max-width: 767px) {
    .products-swiper .swiper-button-prev,
    .products-swiper .swiper-button-next { display: none; }
}

/* ===== SSS ANA SAYFA (2 KOLON ALESTA STİLİ) ===== */
.sss-home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
@media (max-width: 767px) {
    .sss-home-grid { grid-template-columns: 1fr; gap: 32px; }
}

.sss-home-card {
    background: #f8f9fb;
    border-radius: 20px;
    padding: 40px 36px;
    position: sticky;
    top: 120px;
}
.sss-home-card__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy, #1a1f36);
    margin: 0 0 20px;
    line-height: 1.3;
}
.sss-home-card__desc {
    color: #4b5563;
    font-size: .975rem;
    line-height: 1.7;
    margin-bottom: 28px;
}
.sss-home-card__desc p { margin: 0 0 12px; }
.sss-home-card__desc p:last-child { margin: 0; }
.sss-home-card__btn { margin-top: 4px; }

.sss-home-more {
    margin-top: 16px;
    text-align: right;
}
.sss-home-more a {
    color: var(--accent, #4a7cff);
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap .2s;
}
.sss-home-more a:hover { gap: 8px; }
