/* ===================================================================
   LAMPO LIGHTING  —  Kurumsal Proje Teması
   Ortak stil katmanı (Dark + Light tek dosya)
   Tema seçimi: <body data-theme="dark"> veya <body data-theme="light">
   =================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Barlow+Condensed:wght@300;400;500;600;700&family=Gilda+Display&display=swap');

/* -------------------------------------------------
   01. Tasarım tokenları
------------------------------------------------- */
:root {
    /* marka */
    --l-gold: #C79A5B;
    --l-gold-soft: #E3C48C;
    --l-gold-deep: #9A7038;
    --l-gold-grad: linear-gradient(115deg, #8E6329 0%, #E7C78C 28%, #C79A5B 52%, #F4E3C0 74%, #A87B3C 100%);
    --l-warm-glow: radial-gradient(circle at 50% 50%, rgba(231,199,140,.30) 0%, rgba(199,154,91,.10) 45%, rgba(199,154,91,0) 72%);

    /* tipografi */
    --l-display: 'Gilda Display', 'Times New Roman', serif;
    --l-font: 'Barlow', -apple-system, 'Segoe UI', sans-serif;
    --l-cond: 'Barlow Condensed', 'Barlow', sans-serif;

    /* ritim */
    --l-radius: 2px;
    --l-radius-lg: 6px;
    --l-ease: cubic-bezier(.24, .74, .3, 1);

    /* crafto değişken ezmesi */
    --base-color: #C79A5B;
    --alt-font: 'Gilda Display', serif;
    --primary-font: 'Barlow', sans-serif;
}

/* --- KOYU TEMA --- */
body[data-theme="dark"] {
    --l-bg: #0A0A0B;
    --l-bg-2: #101011;
    --l-bg-3: #151417;
    --l-surface: #17161A;
    --l-surface-2: #1E1C21;
    --l-line: rgba(255, 255, 255, .10);
    --l-line-strong: rgba(255, 255, 255, .20);
    --l-text: #F4F1EB;
    --l-heading: #FFFFFF;
    --l-muted: #9A948B;
    --l-on-gold: #0A0A0B;
    --l-shadow: 0 30px 70px -30px rgba(0, 0, 0, .85);
    --l-img-filter: brightness(.92) saturate(1.05);
    --l-logo-filter: none;
    --l-scrim: linear-gradient(180deg, rgba(10, 10, 11, 0) 0%, rgba(10, 10, 11, .55) 55%, rgba(10, 10, 11, .96) 100%);
    --l-skeleton: #1C1B1F;
}

/* --- AÇIK TEMA --- */
body[data-theme="light"] {
    --l-bg: #FFFFFF;
    --l-bg-2: #FAF7F2;
    --l-bg-3: #F3EEE6;
    --l-surface: #FFFFFF;
    --l-surface-2: #FAF7F2;
    --l-line: rgba(20, 17, 14, .12);
    --l-line-strong: rgba(20, 17, 14, .28);
    --l-text: #2A2723;
    --l-heading: #131110;
    --l-muted: #7A736A;
    --l-on-gold: #FFFFFF;
    --l-shadow: 0 30px 60px -32px rgba(60, 45, 25, .28);
    --l-img-filter: none;
    --l-logo-filter: brightness(0) saturate(100%);
    --l-scrim: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(30, 25, 18, .32) 55%, rgba(20, 16, 11, .78) 100%);
    --l-skeleton: #EFEAE2;
}

/* -------------------------------------------------
   02. Temel sıfırlama / tipografi
------------------------------------------------- */
html { scroll-behavior: smooth; }

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; }
figure { margin: 0; }

body {
    background: var(--l-bg);
    color: var(--l-text);
    font-family: var(--l-font);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: .1px;
    overflow-x: hidden;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: var(--l-display);
    color: var(--l-heading);
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.12;
}

a { text-decoration: none; }
body a { color: inherit; text-decoration: none; transition: color .35s var(--l-ease), opacity .35s var(--l-ease); }
body a:hover { color: var(--l-gold); }
::selection { background: var(--l-gold); color: var(--l-on-gold); }

body section { padding-top: 120px; padding-bottom: 120px; }
body section.l-tight { padding-top: 80px; padding-bottom: 80px; }
body section.l-flush { padding: 0; }

.l-wrap { width: 100%; max-width: 1560px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.l-wrap-narrow { max-width: 1240px; }

/* yardımcılar */
.l-gold { color: var(--l-gold) !important; }
.l-muted { color: var(--l-muted) !important; }
.l-heading-color { color: var(--l-heading) !important; }
.l-serif { font-family: var(--l-display) !important; }
.l-italic { font-style: italic; font-family: var(--l-display); }
.l-bg-2 { background: var(--l-bg-2); }
.l-bg-3 { background: var(--l-bg-3); }
.l-line-top { border-top: 1px solid var(--l-line); }
.l-line-bottom { border-bottom: 1px solid var(--l-line); }

.l-gold-text {
    background: var(--l-gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* göz kırpan başlık etiketi */
.l-eyebrow {
    font-family: var(--l-cond);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--l-gold);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    line-height: 1;
}
.l-eyebrow::before {
    content: "";
    width: 34px; height: 1px;
    background: var(--l-gold);
    opacity: .7;
}
.l-eyebrow.is-centered { justify-content: center; }
.l-eyebrow.is-centered::after {
    content: "";
    width: 34px; height: 1px;
    background: var(--l-gold);
    opacity: .7;
}

.l-title {
    font-size: clamp(34px, 4vw, 62px);
    line-height: 1.08;
    margin-bottom: 20px;
}
.l-title-lg { font-size: clamp(42px, 6.2vw, 96px); line-height: 1.02; }
.l-lede { color: var(--l-muted); font-size: 17px; max-width: 620px; }

/* -------------------------------------------------
   03. Butonlar
------------------------------------------------- */
.l-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--l-cond);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 17px 34px;
    border: 1px solid transparent;
    border-radius: var(--l-radius);
    position: relative;
    overflow: hidden;
    line-height: 1;
    transition: all .45s var(--l-ease);
    white-space: nowrap;
}
.l-btn i { font-size: 16px; transition: transform .45s var(--l-ease); }
.l-btn:hover i { transform: translateX(5px); }

.l-btn-gold { background: var(--l-gold); color: var(--l-on-gold); }
.l-btn-gold::after {
    content: ""; position: absolute; inset: 0;
    background: var(--l-gold-grad);
    opacity: 0; transition: opacity .45s var(--l-ease);
}
.l-btn-gold span, .l-btn-gold i { position: relative; z-index: 2; }
.l-btn-gold:hover { color: var(--l-on-gold); box-shadow: 0 16px 40px -14px rgba(199, 154, 91, .75); }
.l-btn-gold:hover::after { opacity: 1; }

.l-btn-ghost { background: transparent; color: var(--l-heading); border-color: var(--l-line-strong); }
.l-btn-ghost:hover { border-color: var(--l-gold); color: var(--l-gold); }

.l-btn-solid { background: var(--l-heading); color: var(--l-bg); }
.l-btn-solid:hover { background: var(--l-gold); color: var(--l-on-gold); }

.l-btn-sm { padding: 13px 26px; font-size: 13px; }

/* alt çizgi animasyonlu link */
.l-link {
    font-family: var(--l-cond);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--l-heading);
    position: relative;
    padding-bottom: 6px;
}
.l-link::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 100%; height: 1px; background: var(--l-gold);
    transform: scaleX(0); transform-origin: right;
    transition: transform .5s var(--l-ease);
}
.l-link:hover { color: var(--l-gold); }
.l-link:hover::after { transform: scaleX(1); transform-origin: left; }

/* -------------------------------------------------
   04. Header / Navigasyon
------------------------------------------------- */
.l-topbar {
    background: var(--l-bg-3);
    border-bottom: 1px solid var(--l-line);
    font-family: var(--l-cond);
    font-size: 13.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--l-muted);
    position: relative;
    z-index: 30;
}
.l-topbar .l-wrap { display: flex; align-items: center; justify-content: space-between; height: 44px; gap: 20px; }
.l-topbar a { color: var(--l-muted); }
.l-topbar a:hover { color: var(--l-gold); }
.l-topbar-note { display: flex; align-items: center; gap: 10px; color: var(--l-text); }
.l-topbar-note i { color: var(--l-gold); }
.l-topbar-links { display: flex; align-items: center; gap: 26px; }
.l-topbar-links span.sep { width: 1px; height: 14px; background: var(--l-line); }

.l-header {
    position: sticky; top: 0; z-index: 50;
    background: var(--l-bg);
    border-bottom: 1px solid var(--l-line);
    transition: box-shadow .4s var(--l-ease), background .4s var(--l-ease);
}
.l-header.is-stuck { box-shadow: 0 10px 40px -24px rgba(0, 0, 0, .6); }
.l-header .l-wrap { display: flex; align-items: center; gap: 28px; height: 88px; }

.l-logo { display: flex; align-items: center; flex-shrink: 0; }
.l-logo img { height: 46px; width: auto; filter: var(--l-logo-filter); }

.l-nav { margin-left: auto; }
.l-nav > ul { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.l-nav > ul > li { position: relative; }
.l-nav > ul > li > a {
    display: flex; align-items: center; gap: 7px;
    font-family: var(--l-cond);
    font-size: 16px; font-weight: 500;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--l-text);
    padding: 34px 16px;
    position: relative;
}
.l-nav > ul > li > a::after {
    content: ""; position: absolute; left: 16px; right: 16px; bottom: 28px;
    height: 1px; background: var(--l-gold);
    transform: scaleX(0); transform-origin: right;
    transition: transform .45s var(--l-ease);
}
.l-nav > ul > li:hover > a, .l-nav > ul > li.is-active > a { color: var(--l-gold); }
.l-nav > ul > li:hover > a::after, .l-nav > ul > li.is-active > a::after { transform: scaleX(1); transform-origin: left; }
.l-nav .caret { font-size: 10px; opacity: .6; }

/* mega menü */
.l-mega {
    position: absolute; top: 100%; left: 50%;
    transform: translate(-50%, 14px);
    width: min(1120px, 92vw);
    background: var(--l-surface);
    border: 1px solid var(--l-line);
    border-radius: var(--l-radius-lg);
    box-shadow: var(--l-shadow);
    padding: 44px 46px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.15fr;
    gap: 36px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .35s var(--l-ease), transform .35s var(--l-ease), visibility .35s;
    z-index: 60;
}
.l-nav > ul > li:hover .l-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.l-mega h6 {
    font-family: var(--l-cond); font-size: 13px; font-weight: 600;
    letter-spacing: .24em; text-transform: uppercase;
    color: var(--l-gold); margin-bottom: 18px;
    padding-bottom: 12px; border-bottom: 1px solid var(--l-line);
}
.l-mega ul { margin: 0; padding: 0; }
.l-mega ul li { margin-bottom: 9px; }
.l-mega ul li a { font-size: 15.5px; color: var(--l-muted); display: inline-block; }
.l-mega ul li a:hover { color: var(--l-gold); transform: translateX(4px); }
.l-mega-promo {
    position: relative; border-radius: var(--l-radius-lg); overflow: hidden;
    min-height: 260px; display: flex; align-items: flex-end; padding: 26px;
}
.l-mega-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.l-mega-promo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,.85) 100%); }
.l-mega-promo .inner { position: relative; z-index: 2; }
.l-mega-promo .inner span { display: block; font-family: var(--l-cond); font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--l-gold-soft); margin-bottom: 8px; }
.l-mega-promo .inner strong { display: block; font-family: var(--l-display); font-weight: 400; font-size: 25px; color: #fff; line-height: 1.2; }

/* header aksiyonları */
.l-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.l-act {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--l-text); font-size: 19px; position: relative;
    background: transparent;
    border: 1px solid transparent;
    padding: 0; cursor: pointer;
    transition: all .35s var(--l-ease);
}
.l-act:hover { color: var(--l-gold); border-color: var(--l-line); background: var(--l-bg-2); }
.l-burger { display: none; }
.l-head-cta { margin-left: 10px; }

/* tema değiştirici */
.l-theme-toggle {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid var(--l-line); border-radius: 40px;
    padding: 7px 8px; margin-left: 10px;
    background: var(--l-bg-2);
}
.l-theme-toggle button {
    width: 30px; height: 30px; border-radius: 50%; border: 0;
    background: transparent; color: var(--l-muted); font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .35s var(--l-ease);
}
.l-theme-toggle button.is-on { background: var(--l-gold); color: var(--l-on-gold); }

/* mobil menü */
.l-mobile-panel {
    position: fixed; inset: 0 0 0 auto; width: min(420px, 88vw);
    background: var(--l-bg); border-left: 1px solid var(--l-line);
    z-index: 999; padding: 34px 30px; overflow-y: auto;
    transform: translateX(100%); transition: transform .5s var(--l-ease);
}
.l-mobile-panel.is-open { transform: translateX(0); }
.l-mobile-panel .close { font-size: 30px; background: none; border: 0; color: var(--l-heading); line-height: 1; }
.l-mobile-panel nav a {
    display: block; padding: 15px 0; border-bottom: 1px solid var(--l-line);
    font-family: var(--l-cond); font-size: 21px; letter-spacing: .1em; text-transform: uppercase;
    color: var(--l-heading);
}
.l-overlay {
    position: fixed; inset: 0; background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px); z-index: 998;
    opacity: 0; visibility: hidden; transition: .4s;
}
.l-overlay.is-open { opacity: 1; visibility: visible; }

/* -------------------------------------------------
   05. Hero
------------------------------------------------- */
.l-hero { position: relative; height: calc(100vh - 132px); min-height: 640px; max-height: 960px; overflow: hidden; background: var(--l-bg); }
.l-hero-slides { position: absolute; inset: 0; }
.l-hero-slide {
    position: absolute; inset: 0;
    display: flex; align-items: center;
    opacity: 0; visibility: hidden;
    transition: opacity 1.1s var(--l-ease), visibility 1.1s var(--l-ease);
}
.l-hero-slide.swiper-slide-active { opacity: 1; visibility: visible; }
.l-hero-media { position: absolute; inset: 0; overflow: hidden; }
.l-hero-media img {
    width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.12);
    transition: transform 7s linear, filter .6s var(--l-ease);
    filter: brightness(var(--l-dim, 1));
}
.swiper-slide-active .l-hero-media img { transform: scale(1); }
.l-hero-media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(95deg, rgba(6, 6, 7, .86) 0%, rgba(6, 6, 7, .58) 40%, rgba(6, 6, 7, .12) 72%, rgba(6, 6, 7, .30) 100%);
}
body[data-theme="light"] .l-hero-media::after {
    background: linear-gradient(95deg, rgba(10, 8, 6, .82) 0%, rgba(14, 11, 8, .48) 42%, rgba(14, 11, 8, .10) 74%, rgba(14, 11, 8, .30) 100%);
}

/* ışık huzmesi */
.l-beam {
    position: absolute; top: -18%; left: 50%; width: 62vw; height: 130%;
    transform: translateX(-42%) rotate(11deg);
    background: linear-gradient(180deg, rgba(231, 199, 140, .22) 0%, rgba(231, 199, 140, .06) 42%, rgba(231, 199, 140, 0) 82%);
    filter: blur(26px);
    pointer-events: none; mix-blend-mode: screen;
    animation: l-beam-breathe 7s ease-in-out infinite;
}
@keyframes l-beam-breathe { 0%, 100% { opacity: .65; } 50% { opacity: 1; } }

.l-hero-inner { position: relative; z-index: 4; width: 100%; }
.l-hero-copy { max-width: 760px; color: #fff; }
.l-hero-copy .l-eyebrow { color: var(--l-gold-soft); }
.l-hero-copy .l-eyebrow::before { background: var(--l-gold-soft); }
.l-hero-title {
    font-family: var(--l-display);
    font-size: clamp(44px, 6.4vw, 104px);
    line-height: 1.01;
    color: #fff;
    margin-bottom: 26px;
    letter-spacing: -.015em;
}
.l-hero-title em { font-style: italic; color: var(--l-gold-soft); }
.l-hero-sub { font-size: 18px; color: rgba(255, 255, 255, .76); max-width: 520px; margin-bottom: 40px; }
.l-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.l-hero-cta .l-btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .34); }
.l-hero-cta .l-btn-ghost:hover { border-color: var(--l-gold); color: var(--l-gold-soft); }

/* slayt içeriği kademeli giriş */
.l-hero-copy > * {
    opacity: 0; transform: translateY(28px);
    transition: opacity .95s var(--l-ease), transform .95s var(--l-ease);
}
.swiper-slide-active .l-hero-copy > * { opacity: 1; transform: none; }
.swiper-slide-active .l-hero-copy > *:nth-child(1) { transition-delay: .25s; }
.swiper-slide-active .l-hero-copy > *:nth-child(2) { transition-delay: .40s; }
.swiper-slide-active .l-hero-copy > *:nth-child(3) { transition-delay: .55s; }
.swiper-slide-active .l-hero-copy > *:nth-child(4) { transition-delay: .70s; }

/* hero alt bar: sayaç + dimmer + oklar */
.l-hero-bar {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 6;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
    backdrop-filter: blur(4px);
}
.l-hero-bar .l-wrap { display: flex; align-items: center; gap: 34px; height: 92px; }
.l-hero-count { font-family: var(--l-display); font-size: 15px; color: rgba(255, 255, 255, .6); letter-spacing: .1em; }
.l-hero-count b { font-size: 30px; color: #fff; font-weight: 400; }
.l-hero-progress { flex: 1; height: 2px; background: rgba(255, 255, 255, .18); position: relative; overflow: hidden; }
.l-hero-progress i { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: var(--l-gold); transition: width .3s linear; }

.l-dimmer { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .74); }
.l-dimmer label { font-family: var(--l-cond); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; margin: 0; white-space: nowrap; }
.l-dimmer input[type=range] {
    -webkit-appearance: none; appearance: none;
    width: 120px; height: 2px; background: rgba(255, 255, 255, .25);
    outline: none; cursor: pointer;
}
.l-dimmer input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 14px; height: 14px; border-radius: 50%;
    background: var(--l-gold); box-shadow: 0 0 0 4px rgba(199, 154, 91, .25);
}
.l-dimmer input[type=range]::-moz-range-thumb {
    width: 14px; height: 14px; border: 0; border-radius: 50%;
    background: var(--l-gold); box-shadow: 0 0 0 4px rgba(199, 154, 91, .25);
}

.l-arrows { display: flex; gap: 8px; }
.l-arrow {
    width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .28);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 17px; cursor: pointer; border-radius: 2px;
    transition: all .4s var(--l-ease); background: transparent;
}
.l-arrow:hover { background: var(--l-gold); border-color: var(--l-gold); color: var(--l-on-gold); }

/* -------------------------------------------------
   06. Kayan yazı şeridi
------------------------------------------------- */
.l-marquee {
    background: var(--l-bg-3);
    border-top: 1px solid var(--l-line);
    border-bottom: 1px solid var(--l-line);
    overflow: hidden; padding: 22px 0;
}
.l-marquee-track { display: flex; width: max-content; animation: l-scroll 34s linear infinite; }
.l-marquee:hover .l-marquee-track { animation-play-state: paused; }
.l-marquee-track span {
    font-family: var(--l-display); font-size: clamp(22px, 2.4vw, 34px);
    color: var(--l-heading); padding: 0 34px; display: flex; align-items: center; gap: 34px;
    white-space: nowrap; opacity: .85;
}
.l-marquee-track span i { color: var(--l-gold); font-size: 15px; font-style: normal; }
.l-marquee-track span:nth-child(even) { color: transparent; -webkit-text-stroke: 1px var(--l-gold); opacity: 1; }
@keyframes l-scroll { to { transform: translateX(-50%); } }

/* -------------------------------------------------
   07. Bölüm başlığı
------------------------------------------------- */
.l-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.l-sec-head.is-center { flex-direction: column; align-items: center; text-align: center; }
.l-sec-head h2 { margin: 0; }

/* -------------------------------------------------
   08. Kategori ızgarası
------------------------------------------------- */
.l-cat-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 268px; gap: 18px; }
.l-cat {
    position: relative; overflow: hidden; border-radius: var(--l-radius-lg);
    display: block; background: var(--l-skeleton);
    min-height: 0;
}
.l-cat.span-4 { grid-column: span 4; }
.l-cat.span-3 { grid-column: span 3; }
.l-cat.span-5 { grid-column: span 5; }
.l-cat.span-6 { grid-column: span 6; }
.l-cat.tall { grid-row: span 2; }
.l-cat img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    filter: var(--l-img-filter);
    transition: transform 1.1s var(--l-ease), filter .6s var(--l-ease);
}
.l-cat::after {
    content: ""; position: absolute; inset: 0;
    background: var(--l-scrim); transition: opacity .5s var(--l-ease);
}
.l-cat:hover img { transform: scale(1.07); filter: brightness(1.05) saturate(1.1); }
.l-cat-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 30px 30px 28px; }
.l-cat-num {
    position: absolute; top: 24px; right: 28px; z-index: 3;
    font-family: var(--l-display); font-size: 15px; letter-spacing: .1em;
    color: rgba(255, 255, 255, .55);
}
.l-cat-body h3 { color: #fff; font-size: 27px; margin-bottom: 4px; }
.l-cat-body p { color: rgba(255, 255, 255, .62); font-size: 14px; margin: 0; font-family: var(--l-cond); letter-spacing: .14em; text-transform: uppercase; }
.l-cat-go {
    position: absolute; right: 28px; bottom: 30px; z-index: 3;
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .35);
    display: flex; align-items: center; justify-content: center; color: #fff;
    opacity: 0; transform: translateY(10px);
    transition: all .5s var(--l-ease);
}
.l-cat:hover .l-cat-go { opacity: 1; transform: translateY(0); background: var(--l-gold); border-color: var(--l-gold); color: var(--l-on-gold); }

/* -------------------------------------------------
   09. Proje kartları + filtre
------------------------------------------------- */
.l-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.l-tab {
    font-family: var(--l-cond); font-size: 14px; font-weight: 500;
    letter-spacing: .18em; text-transform: uppercase;
    padding: 11px 22px; border: 1px solid var(--l-line);
    border-radius: 40px; background: transparent; color: var(--l-muted);
    cursor: pointer; transition: all .4s var(--l-ease);
}
.l-tab:hover { color: var(--l-heading); border-color: var(--l-line-strong); }
.l-tab.is-on { background: var(--l-heading); border-color: var(--l-heading); color: var(--l-bg); }

.l-works { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 26px; }
.l-work { display: block; }
.l-work.is-hidden { display: none; }
.l-work.is-shown { animation: l-fade .6s var(--l-ease); }
@keyframes l-fade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.l-work-media {
    position: relative; display: block; overflow: hidden;
    border-radius: var(--l-radius-lg); aspect-ratio: 4 / 3;
    background: var(--l-skeleton); margin-bottom: 20px;
}
.l-work-media img {
    width: 100%; height: 100%; object-fit: cover;
    filter: var(--l-img-filter);
    transition: transform 1.1s var(--l-ease);
}
.l-work-media::before {
    content: ""; position: absolute; inset: 0; z-index: 2;
    background: var(--l-warm-glow);
    opacity: 0; transition: opacity .6s var(--l-ease);
    mix-blend-mode: screen; pointer-events: none;
}
.l-work-media::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .55) 100%);
    opacity: 0; transition: opacity .6s var(--l-ease);
}
.l-work:hover .l-work-media img { transform: scale(1.06); }
.l-work:hover .l-work-media::before, .l-work:hover .l-work-media::after { opacity: 1; }
.l-work-go {
    position: absolute; left: 20px; bottom: 18px; z-index: 3;
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--l-cond); font-size: 13.5px; font-weight: 600;
    letter-spacing: .2em; text-transform: uppercase; color: #fff;
    opacity: 0; transform: translateY(12px);
    transition: all .5s var(--l-ease);
}
.l-work:hover .l-work-go { opacity: 1; transform: none; }

.l-work-meta {
    display: flex; justify-content: space-between; gap: 12px;
    font-family: var(--l-cond); font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase;
    color: var(--l-muted); margin-bottom: 8px; line-height: 1.5;
}
.l-work-meta span:first-child { color: var(--l-gold); }
.l-work h3 { font-size: 25px; line-height: 1.25; margin: 0; transition: color .35s var(--l-ease); }
.l-work:hover h3 { color: var(--l-gold); }
.l-works-empty { text-align: center; color: var(--l-muted); margin: 20px 0 0; }

/* -------------------------------------------------
   10. Split showcase (teknik aydınlatma)
------------------------------------------------- */
.l-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 620px; }
.l-split-media { position: relative; overflow: hidden; }
.l-split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: var(--l-img-filter); }
.l-split-body { display: flex; flex-direction: column; justify-content: center; padding: 96px clamp(30px, 6vw, 110px); background: var(--l-bg-2); }

.l-stat-row { display: flex; flex-wrap: wrap; gap: 46px; margin-top: 44px; padding-top: 38px; border-top: 1px solid var(--l-line); }
.l-stat b { display: block; font-family: var(--l-display); font-size: 46px; line-height: 1; color: var(--l-heading); margin-bottom: 8px; }
.l-stat b em { color: var(--l-gold); font-style: normal; }
.l-stat > span { font-family: var(--l-cond); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--l-muted); }

/* -------------------------------------------------
   11. Özellik kartları
------------------------------------------------- */
.l-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--l-line); border-radius: var(--l-radius-lg); overflow: hidden; }
.l-feat {
    padding: 46px 38px; border-right: 1px solid var(--l-line);
    position: relative; transition: background .5s var(--l-ease);
}
.l-feat:last-child { border-right: 0; }
.l-feat:hover { background: var(--l-bg-2); }
.l-feat-ico {
    width: 54px; height: 54px; margin-bottom: 24px;
    display: flex; align-items: center; justify-content: center;
    font-size: 25px; color: var(--l-gold);
    border: 1px solid var(--l-line); border-radius: 50%;
    transition: all .5s var(--l-ease);
}
.l-feat:hover .l-feat-ico { background: var(--l-gold); color: var(--l-on-gold); border-color: var(--l-gold); transform: translateY(-4px); }
.l-feat-step {
    position: absolute; top: 34px; right: 34px;
    font-family: var(--l-display); font-size: 38px; line-height: 1;
    color: transparent; -webkit-text-stroke: 1px var(--l-gold); opacity: .6;
}
.l-feat h4 { font-size: 21px; margin-bottom: 10px; }
.l-feat p { font-size: 15px; color: var(--l-muted); margin: 0; }

/* -------------------------------------------------
   12. Öne çıkan proje
------------------------------------------------- */
.l-case { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.l-case-media { position: relative; padding-bottom: 70px; }
.l-case-media > img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
    border-radius: var(--l-radius-lg); filter: var(--l-img-filter);
}
.l-case-thumbs { position: absolute; right: -28px; bottom: 0; display: flex; gap: 12px; }
.l-case-thumbs img {
    width: clamp(110px, 12vw, 190px); aspect-ratio: 1; object-fit: cover;
    border-radius: var(--l-radius-lg); border: 6px solid var(--l-bg);
    box-shadow: var(--l-shadow);
}
.l-case-specs {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px;
    margin: 34px 0 0; border-top: 1px solid var(--l-line);
}
.l-case-specs div { padding: 16px 0; border-bottom: 1px solid var(--l-line); }
.l-case-specs dt { font-family: var(--l-cond); font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--l-muted); font-weight: 500; }
.l-case-specs dd { margin: 2px 0 0; font-family: var(--l-display); font-size: 21px; color: var(--l-heading); line-height: 1.3; }

/* -------------------------------------------------
   13. Işık danışmanlığı CTA
------------------------------------------------- */
.l-cta { position: relative; overflow: hidden; }
.l-cta-bg { position: absolute; inset: 0; }
.l-cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.l-cta-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,7,.94) 0%, rgba(6,6,7,.72) 48%, rgba(6,6,7,.42) 100%); }
.l-cta-inner { position: relative; z-index: 3; color: #fff; }
.l-cta-inner h2 { color: #fff; }
.l-cta-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; max-width: 680px; }
.l-cta-form input {
    flex: 1; min-width: 220px; height: 56px; padding: 0 20px;
    background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .22);
    color: #fff; border-radius: var(--l-radius); font-size: 15px; outline: none;
    transition: border-color .4s var(--l-ease);
}
.l-cta-form select {
    flex: 1; min-width: 220px; height: 56px; padding: 0 20px;
    background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .8); border-radius: var(--l-radius); font-size: 15px; outline: none;
    font-family: inherit; cursor: pointer;
}
.l-cta-form select:focus { border-color: var(--l-gold); }
.l-cta-form select option { color: #17161A; }
.l-cta-form input::placeholder { color: rgba(255, 255, 255, .45); }
.l-cta-form input:focus { border-color: var(--l-gold); }

.l-kelvin { margin-top: 44px; max-width: 520px; }
.l-kelvin-bar { height: 8px; border-radius: 8px; background: linear-gradient(90deg, #FFB25C 0%, #FFD9A8 28%, #FFF4E3 52%, #E8F2FF 78%, #BFD8FF 100%); position: relative; }
.l-kelvin-bar i { position: absolute; top: -5px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.28); left: 30%; }
.l-kelvin-labels { display: flex; justify-content: space-between; margin-top: 12px; font-family: var(--l-cond); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.55); }

/* -------------------------------------------------
   14. Markalar
------------------------------------------------- */
.l-brands { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--l-line); border-radius: var(--l-radius-lg); overflow: hidden; }
.l-brand {
    height: 128px; display: flex; align-items: center; justify-content: center;
    border-right: 1px solid var(--l-line); border-bottom: 1px solid var(--l-line);
    font-family: var(--l-display); font-size: 22px; letter-spacing: .12em;
    color: var(--l-muted); transition: all .45s var(--l-ease);
}
.l-brand:hover { color: var(--l-gold); background: var(--l-bg-2); letter-spacing: .2em; }
.l-brands .l-brand:nth-child(6n) { border-right: 0; }
.l-brands .l-brand:nth-last-child(-n+6) { border-bottom: 0; }

/* -------------------------------------------------
   15. Yorumlar
------------------------------------------------- */
.l-quote {
    background: var(--l-surface); border: 1px solid var(--l-line);
    border-radius: var(--l-radius-lg); padding: 40px 38px; height: 100%;
    transition: all .5s var(--l-ease);
}
.l-quote:hover { border-color: var(--l-gold); transform: translateY(-5px); box-shadow: var(--l-shadow); }
.l-quote-mark { font-family: var(--l-display); font-size: 62px; line-height: .6; color: var(--l-gold); opacity: .4; display: block; margin-bottom: 18px; }
.l-quote p { font-family: var(--l-display); font-size: 19px; line-height: 1.6; color: var(--l-heading); margin-bottom: 26px; }
.l-quote-by { display: flex; align-items: center; gap: 14px; padding-top: 22px; border-top: 1px solid var(--l-line); }
.l-quote-by .av { width: 46px; height: 46px; border-radius: 50%; background: var(--l-gold-grad); display: flex; align-items: center; justify-content: center; font-family: var(--l-display); color: var(--l-on-gold); font-size: 17px; }
.l-quote-by strong { display: block; font-family: var(--l-font); font-size: 15.5px; font-weight: 600; color: var(--l-heading); line-height: 1.35; letter-spacing: 0; text-transform: none; }
.l-quote-by strong + span { display: block; font-family: var(--l-cond); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--l-muted); }

/* -------------------------------------------------
   16. Blog
------------------------------------------------- */
.l-post { display: block; }
.l-post-media { position: relative; overflow: hidden; border-radius: var(--l-radius-lg); aspect-ratio: 16/11; background: var(--l-skeleton); margin-bottom: 22px; }
.l-post-media img { width: 100%; height: 100%; object-fit: cover; filter: var(--l-img-filter); transition: transform 1.1s var(--l-ease); }
.l-post:hover .l-post-media img { transform: scale(1.06); }
.l-post-date {
    position: absolute; left: 16px; bottom: 16px; z-index: 3;
    background: var(--l-bg); color: var(--l-heading); padding: 9px 14px; border-radius: 2px;
    font-family: var(--l-cond); font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
}
.l-post h4 { font-size: 23px; line-height: 1.35; margin-bottom: 12px; }
.l-post:hover h4 { color: var(--l-gold); }
.l-post p { font-size: 15px; color: var(--l-muted); margin-bottom: 16px; }

/* -------------------------------------------------
   17. Bülten + Instagram
------------------------------------------------- */
.l-news { background: var(--l-bg-3); border-radius: var(--l-radius-lg); padding: clamp(40px, 5vw, 74px); }
.l-news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.l-news-form { display: flex; gap: 10px; flex-wrap: wrap; }
.l-news-form input {
    flex: 1; min-width: 200px; height: 58px; padding: 0 22px;
    background: var(--l-bg); border: 1px solid var(--l-line); color: var(--l-text);
    border-radius: var(--l-radius); font-size: 15px; outline: none;
}
.l-news-form input:focus { border-color: var(--l-gold); }

.l-insta { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.l-insta a { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--l-skeleton); display: block; }
.l-insta img { width: 100%; height: 100%; object-fit: cover; filter: var(--l-img-filter); transition: transform 1s var(--l-ease); }
.l-insta a::after {
    content: "\f16d"; font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands";
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(199, 154, 91, .86); color: #fff; font-size: 24px;
    opacity: 0; transition: opacity .45s var(--l-ease);
}
.l-insta a:hover::after { opacity: 1; }
.l-insta a:hover img { transform: scale(1.1); }

/* -------------------------------------------------
   18. Footer
------------------------------------------------- */
.l-footer { background: var(--l-bg-2); border-top: 1px solid var(--l-line); padding-top: 96px; }
.l-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 56px; padding-bottom: 72px; }
.l-footer h6 {
    font-family: var(--l-cond); font-size: 13px; font-weight: 600;
    letter-spacing: .24em; text-transform: uppercase; color: var(--l-heading);
    margin-bottom: 24px;
}
.l-footer ul { margin: 0; padding: 0; }
.l-footer ul li { margin-bottom: 11px; }
.l-footer ul li a { color: var(--l-muted); font-size: 15.5px; }
.l-footer ul li a:hover { color: var(--l-gold); padding-left: 5px; }
.l-footer-logo img { height: 52px; filter: var(--l-logo-filter); margin-bottom: 24px; }
.l-footer p { color: var(--l-muted); font-size: 15.5px; }

.l-contact-line { display: flex; gap: 14px; margin-bottom: 18px; color: var(--l-muted); font-size: 15.5px; }
.l-contact-line i { color: var(--l-gold); font-size: 17px; margin-top: 5px; }
.l-contact-line strong { display: block; color: var(--l-heading); font-weight: 600; }

.l-social { display: flex; gap: 9px; margin-top: 26px; }
.l-social a {
    width: 42px; height: 42px; border: 1px solid var(--l-line); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--l-muted); font-size: 16px;
    transition: all .45s var(--l-ease);
}
.l-social a:hover { background: var(--l-gold); border-color: var(--l-gold); color: var(--l-on-gold); transform: translateY(-3px); }

.l-footer-bottom {
    border-top: 1px solid var(--l-line); padding: 26px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
    font-size: 14.5px; color: var(--l-muted);
}
.l-legal { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.l-legal a { color: var(--l-muted); }

/* -------------------------------------------------
   19. İmleç ışığı (spotlight) — sadece masaüstü
------------------------------------------------- */
.l-spot {
    position: fixed; top: 0; left: 0; width: 620px; height: 620px;
    margin: -310px 0 0 -310px; border-radius: 50%;
    background: radial-gradient(circle, rgba(231, 199, 140, .10) 0%, rgba(231, 199, 140, .045) 38%, rgba(231, 199, 140, 0) 68%);
    pointer-events: none; z-index: 1; opacity: 0;
    transition: opacity .6s var(--l-ease);
    mix-blend-mode: screen;
    will-change: transform;
}
body[data-theme="light"] .l-spot { mix-blend-mode: multiply; background: radial-gradient(circle, rgba(199, 154, 91, .13) 0%, rgba(199, 154, 91, .05) 40%, rgba(199, 154, 91, 0) 70%); }
.l-spot.is-on { opacity: 1; }

/* yukarı çık */
.l-top {
    position: fixed; right: 26px; bottom: 26px; z-index: 90;
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--l-gold); color: var(--l-on-gold);
    display: flex; align-items: center; justify-content: center; font-size: 18px;
    opacity: 0; visibility: hidden; transform: translateY(14px);
    transition: all .45s var(--l-ease); border: 0; cursor: pointer;
}
.l-top.is-on { opacity: 1; visibility: visible; transform: none; }

/* yüzen iletişim butonları — sol alt (ara + whatsapp) */
.l-float {
    position: fixed; left: 24px; bottom: 26px; z-index: 92;
    display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
}
.l-float-btn {
    display: flex; align-items: center;
    height: 54px; width: max-content; max-width: 54px;
    border-radius: 27px; overflow: hidden; color: #fff;
    transition: max-width .5s var(--l-ease), box-shadow .45s var(--l-ease), filter .45s var(--l-ease);
}
.l-float-btn i {
    flex: 0 0 54px; width: 54px; height: 54px;
    display: flex; align-items: center; justify-content: center; font-size: 23px;
}
.l-float-btn span {
    white-space: nowrap; padding-right: 24px;
    font-family: var(--l-cond); font-size: 14.5px; font-weight: 600;
    letter-spacing: .18em; text-transform: uppercase;
    opacity: 0; transition: opacity .35s var(--l-ease) .1s;
}
.l-float-btn:hover { max-width: 280px; filter: brightness(1.06); }
.l-float-btn:hover span { opacity: 1; }

.l-float-btn.l-call { background: var(--l-gold); color: var(--l-on-gold); box-shadow: 0 14px 34px -12px rgba(199, 154, 91, .75); }
.l-float-btn.l-call:hover { color: var(--l-on-gold); }
.l-float-btn.l-wa { background: #25D366; box-shadow: 0 14px 34px -12px rgba(37, 211, 102, .7); }
.l-float-btn.l-wa:hover { color: #fff; }

/* hero alt barı yüzen butonların altına girmesin */
.l-hero-bar .l-wrap { padding-left: 104px; }

/* giriş animasyonu */
.l-rise { opacity: 0; transform: translateY(38px); transition: opacity .9s var(--l-ease), transform .9s var(--l-ease); }
.l-rise.is-in { opacity: 1; transform: none; }

/* -------------------------------------------------
   20. Duyarlı (responsive)
------------------------------------------------- */
@media (max-width: 1399px) {
    .l-wrap { padding-left: 28px; padding-right: 28px; }
    .l-header .l-wrap { gap: 16px; }
    .l-nav > ul > li > a { padding: 34px 10px; font-size: 15px; letter-spacing: .1em; }
    .l-nav > ul > li > a::after { left: 10px; right: 10px; }
    .l-act { width: 40px; height: 40px; font-size: 18px; }
    .l-theme-toggle { margin-left: 4px; padding: 6px 7px; }
    .l-theme-toggle button { width: 28px; height: 28px; }
    .l-head-cta { padding: 12px 18px; }
}

@media (max-width: 1199px) {
    body section { padding-top: 90px; padding-bottom: 90px; }
    .l-nav, .l-header .l-theme-toggle { display: none; }
    .l-works { grid-template-columns: repeat(2, 1fr); }
    .l-case { grid-template-columns: 1fr; }
    .l-case-thumbs { right: 20px; }
    .l-mobile-panel .l-theme-toggle { display: inline-flex; }
    .l-burger { display: flex; }
    .l-actions { margin-left: auto; }
    .l-split { grid-template-columns: 1fr; }
    .l-split-media { min-height: 440px; }
    .l-feats { grid-template-columns: repeat(2, 1fr); }
    .l-feat:nth-child(2n) { border-right: 0; }
    .l-feat:nth-child(-n+2) { border-bottom: 1px solid var(--l-line); }
    .l-footer-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .l-brands { grid-template-columns: repeat(3, 1fr); }
    .l-brands .l-brand:nth-child(6n) { border-right: 1px solid var(--l-line); }
    .l-brands .l-brand:nth-child(3n) { border-right: 0; }
    .l-brands .l-brand:nth-last-child(-n+6) { border-bottom: 1px solid var(--l-line); }
    .l-brands .l-brand:nth-last-child(-n+3) { border-bottom: 0; }
}

@media (max-width: 991px) {
    .l-topbar .l-topbar-links { display: none; }
    .l-hero { height: 86vh; min-height: 600px; max-height: none; }
    .l-hero-slide { padding-bottom: 80px; }
    .l-cat.span-4, .l-cat.span-3, .l-cat.span-5, .l-cat.span-6 { grid-column: span 6; }
    .l-cat.tall { min-height: 340px; }
    .l-sec-head { flex-direction: column; align-items: flex-start; gap: 22px; }
    .l-insta { grid-template-columns: repeat(3, 1fr); }
    .l-dimmer { display: none; }
    .l-news-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 767px) {
    .l-wrap { padding-left: 18px; padding-right: 18px; }
    body section { padding-top: 70px; padding-bottom: 70px; }
    .l-header .l-wrap { height: 72px; }
    .l-logo img { height: 36px; }
    .l-hero { height: 78vh; min-height: 540px; }
    .l-float { left: 16px; bottom: 18px; gap: 10px; }
    .l-float-btn { height: 46px; max-width: 46px; border-radius: 23px; }
    .l-float-btn i { flex: 0 0 46px; width: 46px; height: 46px; font-size: 20px; }
    .l-hero-bar .l-wrap { padding-left: 76px; }
    .l-hero-slide { padding-bottom: 110px; }
    .l-hero-bar .l-wrap { height: auto; padding-top: 16px; padding-bottom: 16px; gap: 18px; }
    .l-hero-cta .l-btn { width: 100%; }
    .l-cat.span-4, .l-cat.span-3, .l-cat.span-5, .l-cat.span-6 { grid-column: span 12; }
    .l-head-cta { display: none; }
    .l-works { grid-template-columns: 1fr; gap: 38px; }
    .l-work h3 { font-size: 22px; }
    .l-feat-step { top: 30px; right: 26px; font-size: 32px; }
    .l-case-specs dd { font-size: 18px; }
    .l-feats { grid-template-columns: 1fr; }
    .l-feat { border-right: 0 !important; border-bottom: 1px solid var(--l-line); }
    .l-feat:last-child { border-bottom: 0; }
    .l-footer-grid { grid-template-columns: 1fr; }
    .l-brands { grid-template-columns: repeat(2, 1fr); }
    .l-brands .l-brand { border-right: 1px solid var(--l-line) !important; border-bottom: 1px solid var(--l-line) !important; }
    .l-brands .l-brand:nth-child(2n) { border-right: 0 !important; }
    .l-split-body { padding: 64px 22px; }
    .l-stat-row { gap: 30px; }
    .l-stat b { font-size: 36px; }
    .l-spot { display: none; }
}

@media (max-width: 575px) {
    .l-news { padding: 32px 22px; }
    .l-news-form input, .l-cta-form input, .l-cta-form select { min-width: 100%; }
    .l-news-form .l-btn, .l-cta-form .l-btn { width: 100%; }
}
