/* ==========================================================================
   floor.css — Kompakt Zemin Kaplaması, bespoke uygulama sayfası (Gülmar Yapı)
   Tasarım dili: "Marine Grade" — derin lacivert hero, dalga motifi, marin teal
   (#0e9aa7) vurgu, kırık beyaz gövde, cam kartlar; sayaç + akış + çevre
   performans matrisi (sekmeli) + masonry galeri. .fl- ile namespace'li.
   ========================================================================== */

:root {
    --fl-accent: #0e9aa7;
    --fl-accent-2: #38c6d4;
    --fl-accent-deep: #0a6f78;
    --fl-ink: #0c1b22;
    --fl-ink-2: #12262e;
    --fl-deep: #07141a;
    --fl-muted: #5b6b70;
    --fl-line: #e0e8ea;
    --fl-soft: #f1f7f7;
    --fl-card: #ffffff;
    --fl-a: #16a34a;
    --fl-b: #d99a07;
    --fl-c: #e2603a;
    --fl-radius: 22px;
    --fl-radius-sm: 14px;
    --fl-shadow: 0 22px 55px rgba(12, 27, 34, 0.10);
    --fl-shadow-hover: 0 34px 80px rgba(12, 27, 34, 0.18);
    --fl-mono: ui-monospace, "SF Mono", "JetBrains Mono", "Roboto Mono", "Consolas", monospace;
}

/* İskelet */
.fl-section { position: relative; padding: clamp(64px, 9vw, 128px) 0; background: var(--fl-card); overflow: hidden; }
.fl-section--soft { background: var(--fl-soft); }
.fl-section--dark { background: var(--fl-deep); color: #fff; }
.fl-h2 { margin: 14px 0 0; font-family: "Poppins", sans-serif; font-size: clamp(28px, 4.4vw, 56px); line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--fl-ink); text-wrap: balance; }
.fl-section--dark .fl-h2 { color: #fff; }
.fl-tag { display: inline-flex; align-items: center; gap: 9px; font-family: var(--fl-mono); font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fl-accent-deep); }
.fl-tag::before { content: ""; width: 22px; height: 1px; background: var(--fl-accent); }
.fl-section--dark .fl-tag { color: var(--fl-accent-2); }
.fl-head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 70px); text-align: center; }
.fl-head .fl-tag { justify-content: center; }
.fl-head-lead { margin: 18px 0 0; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7; color: var(--fl-muted); }
.fl-head--light .fl-head-lead { color: rgba(255, 255, 255, 0.66); }
.fl-lead { margin: 20px 0 0; font-size: clamp(15px, 1.35vw, 19px); line-height: 1.75; color: var(--fl-muted); }
.fl-subhead { margin: clamp(34px, 4vw, 52px) 0 22px; font-family: "Poppins", sans-serif; font-size: clamp(18px, 2vw, 24px); font-weight: 700; color: var(--fl-ink); text-align: center; }

/* Butonlar */
.lp-btn, .fl-btn, .fl-btn-ghost {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 30px; border-radius: 999px; font-size: 15px; font-weight: 600; text-decoration: none;
    border: 2px solid transparent; cursor: pointer; line-height: 1;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lp-btn-primary, .fl-btn { background: var(--fl-accent); color: #03201f; box-shadow: 0 14px 30px rgba(14, 154, 167, 0.28); }
.lp-btn-primary:hover, .fl-btn:hover { background: var(--fl-accent-2); transform: translateY(-2px); box-shadow: 0 20px 38px rgba(14, 154, 167, 0.36); }
.fl-btn-ghost { background: transparent; border-color: currentColor; color: var(--fl-ink); opacity: .92; }
.fl-btn-ghost:hover { transform: translateY(-2px); opacity: 1; }
.fl-hero .fl-btn-ghost, .fl-section--cta .fl-btn-ghost { color: #fff; }

.pp-crumb { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; margin-bottom: 18px; }
.fl-crumb a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color .2s; }
.fl-crumb a:hover { color: #fff; }
.fl-crumb i { font-size: 11px; opacity: .6; color: rgba(255, 255, 255, 0.7); }
.fl-crumb .is-current { color: var(--fl-accent-2); font-weight: 600; }

/* ==========================================================================
   HERO
   ========================================================================== */
.fl-hero {
    position: relative; margin-top: -96px;
    padding: clamp(150px, 17vw, 230px) 0 clamp(96px, 10vw, 130px);
    background:
        radial-gradient(120% 90% at 82% -10%, rgba(14, 154, 167, 0.24), transparent 55%),
        radial-gradient(90% 70% at 8% 110%, rgba(56, 198, 212, 0.10), transparent 60%),
        linear-gradient(160deg, #0d2530 0%, #0a1a22 55%, #06121a 100%);
    color: #fff; overflow: hidden; isolation: isolate;
}
/* Banner görseli (config hero_image) — tekne PARLAK ve TAM görünür. Beyaz, teknenin
   ALTINA konur (ÜSTÜNE DEĞİL): görsel + scrim üst bölgeyi kaplar (bottom: --fl-base),
   altta ayrı DÜZ beyaz şerit (.fl-hero--media::after) durur. Böylece beyaz tekneyle
   ÇAKIŞMAZ → tekne kesilmez + sisli/blur wash olmaz; sayılar bu temiz beyaz şeritte
   durur ve görselin kendi beyaz tabanıyla dikişsiz birleşir. */
.fl-hero--media { --fl-base: clamp(118px, 15vw, 188px); padding-bottom: clamp(30px, 4vw, 52px); }
.fl-hero-media { position: absolute; left: 0; right: 0; top: 0; bottom: var(--fl-base); z-index: -4; margin: 0; overflow: hidden; }
.fl-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 72% bottom; opacity: 1; }
/* Teknenin ALTINDAKİ düz beyaz şerit — görselin beyaz tabanıyla dikişsiz birleşir,
   tekneyi KESMEZ (görsel bölgesinin altında), blur YOK. Sayılar burada durur. */
.fl-hero--media::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; pointer-events: none;
    height: var(--fl-base); background: #fff;
}
/* Üst/sol koyu (başlık + header pill okunur) — yalnız görsel bölgesinde. */
.fl-hero-scrim {
    position: absolute; left: 0; right: 0; top: 0; bottom: var(--fl-base); z-index: -3; pointer-events: none;
    background:
        linear-gradient(110deg, rgba(8,20,28,.95) 0%, rgba(8,20,28,.72) 28%, rgba(8,20,28,.28) 48%, transparent 66%),
        linear-gradient(180deg, rgba(8,20,28,.55) 0%, transparent 18%);
    /* Alt kenarı erit: koyuluk clip sınırına (var(--fl-base)) gelmeden yumuşakça yok
       olsun → karartının nerede bittiği belli olmaz, keskin yatay çizgi kalkar. */
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
            mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
}
/* Alt beyaz şeritte duran istatistikler (ŞEFFAF zemin). */
.fl-hero-stats { position: relative; z-index: 2; margin-top: clamp(80px, 12vw, 165px); }
.fl-hero-stats .fl-stat-num { background-image: linear-gradient(100deg, var(--fl-accent-deep), var(--fl-accent)); }
.fl-hero-stats .fl-stat-label { color: var(--fl-muted); }
.fl-hero-stats .fl-stat:not(:last-child)::after { background: rgba(12,27,34,.14); }
.fl-hero--media .fl-hero-waves { opacity: .22; }
.fl-hero--media .fl-scroll { display: none; }
@media (max-width: 768px) {
    .fl-hero--media { --fl-base: clamp(94px, 17vw, 150px); padding-bottom: clamp(22px, 5vw, 44px); }
    .fl-hero-media img { object-position: 66% bottom; }
    .fl-hero-scrim {
        background: linear-gradient(180deg, rgba(8,20,28,.86) 0%, rgba(8,20,28,.48) 38%, transparent 64%);
    }
    .fl-hero-stats { margin-top: clamp(40px, 12vw, 80px); }
}
.fl-hero-grid {
    position: absolute; inset: -2px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 35%, transparent 78%); mask-image: radial-gradient(120% 80% at 50% 0%, #000 35%, transparent 78%);
    z-index: -2; animation: fl-grid-drift 26s linear infinite;
}
@keyframes fl-grid-drift { to { background-position: 50px 50px, 50px 50px; } }

/* Dalga çizgileri (akan) */
.fl-hero-waves { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .55; }
.fl-hero-waves path { fill: none; stroke: rgba(56, 198, 212, 0.4); stroke-width: 1.5; stroke-dasharray: 8 12; animation: fl-dash 3s linear infinite; }
.fl-hero-waves path:nth-child(2) { stroke: rgba(14, 154, 167, 0.3); animation-duration: 4.5s; }
@keyframes fl-dash { to { stroke-dashoffset: -40; } }
.fl-hero-drop { fill: var(--fl-accent-2); filter: drop-shadow(0 0 9px rgba(56, 198, 212, 0.95)); }

.fl-hero-glow { position: absolute; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px; right: -10vw; top: -22vw; background: radial-gradient(circle, rgba(14, 154, 167, 0.28), transparent 62%); filter: blur(20px); z-index: -2; animation: bs-glow-pulse 8s ease-in-out infinite; }

.fl-hero-mark { position: absolute; width: 26px; height: 26px; z-index: 1; opacity: .5; }
.fl-hero-mark::before, .fl-hero-mark::after { content: ""; position: absolute; background: var(--fl-accent); }
.fl-hero-mark::before { width: 100%; height: 2px; top: 0; }
.fl-hero-mark::after { height: 100%; width: 2px; left: 0; }
.fl-hero-mark--tl { top: 26px; left: 26px; }
.fl-hero-mark--tr { top: 26px; right: 26px; transform: scaleX(-1); }
.fl-hero-mark--bl { bottom: 92px; left: 26px; transform: scaleY(-1); }
.fl-hero-mark--br { bottom: 92px; right: 26px; transform: scale(-1); }

.fl-hero-inner { position: relative; max-width: 900px; z-index: 2; }
.fl-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fl-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fl-accent-2); margin-bottom: 22px; }
.fl-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fl-accent-2); box-shadow: 0 0 0 0 rgba(56, 198, 212, 0.6); animation: fl-ping 2s ease-out infinite; }
@keyframes fl-ping { 0% { box-shadow: 0 0 0 0 rgba(56, 198, 212, 0.55); } 100% { box-shadow: 0 0 0 14px rgba(56, 198, 212, 0); } }

.fl-hero-title { margin: 0; font-family: "Poppins", sans-serif; font-size: clamp(44px, 8.2vw, 112px); line-height: 0.95; letter-spacing: -0.03em; font-weight: 800; color: #fff; text-wrap: balance; }
.fl-hero-title em { display: block; line-height: 1.1; padding-bottom: 0.05em; font-style: normal; background: linear-gradient(100deg, var(--fl-accent), var(--fl-accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.fl-hero-tag { margin: 26px 0 0; max-width: 64ch; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.7; color: rgba(255, 255, 255, 0.74); }
.fl-hero-chips { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.fl-hero-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 500; color: rgba(255, 255, 255, 0.92); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); }
.fl-hero-chips li i { color: var(--fl-accent-2); font-size: 14px; }
.fl-hero-tags { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.fl-hero-tags li { font-family: var(--fl-mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--fl-accent-2); border: 1px solid rgba(56, 198, 212, 0.35); border-radius: 999px; padding: 5px 12px; }
/* Parlak tekne fonunda (yalnız bu sayfa, görselli durum) chip/etiket/tagline soluk
   kalıyordu → koyu frosted pill + daha kalın yazı ile netleştir. */
.fl-hero--media .fl-hero-tag { color: #fff; font-weight: 500; text-shadow: 0 1px 14px rgba(8,20,28,.6); }
.fl-hero--media .fl-hero-chips li {
    font-weight: 600; color: #fff;
    background: rgba(8,20,28,.55); border-color: rgba(255,255,255,.30);
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
}
.fl-hero--media .fl-hero-tags li {
    font-weight: 700; color: #eafbff;
    background: rgba(8,20,28,.50); border-color: rgba(56,198,212,.65);
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
}
.fl-hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }

.fl-scroll { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 2; }
.fl-scroll-line { display: block; width: 1px; height: 46px; background: linear-gradient(rgba(255,255,255,.7), transparent); position: relative; overflow: hidden; }
.fl-scroll-line::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: var(--fl-accent-2); transform: translateY(-100%); will-change: transform; animation: bs-scrolldot 1.8s ease-in-out infinite; }

/* Marquee — banner (hero) altında bağımsız bant; kesintisiz sonsuz akış.
   Ayraç boşluğu span'e gömülü (gap YOK) → translateX(-50%) tam yarıya oturur,
   böylece soldan giren sağdan çıkar; dikiş/boşluk olmaz. */
.fl-marquee { position: relative; width: 100%; overflow: hidden; background: var(--fl-ink); border-top: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); padding: clamp(14px, 1.8vw, 22px) 0; }
.fl-marquee-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; animation: bs-marquee 45s linear infinite; }
.fl-marquee-track span { display: inline-flex; align-items: center; font-family: var(--fl-mono); font-size: clamp(16px, 2vw, 28px); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.fl-marquee-track span::after { content: "✦"; margin: 0 clamp(18px, 2.6vw, 44px); font-size: .58em; color: var(--fl-accent-2); }
.fl-marquee:hover .fl-marquee-track { animation-play-state: paused; }
/* Açık marquee (hero_image varsa): beyaz akış pop-up 3D'yi bozmasın diye zemin beyaz,
   yazılar tema renginde. Üst kenar dikişsiz (hero beyazına karışır), alt ince ayraç. */
.fl-marquee--light { background: #fff; border-top-color: transparent; border-bottom-color: var(--fl-line); }
.fl-marquee--light .fl-marquee-track span { color: var(--fl-accent-deep); }
.fl-marquee--light .fl-marquee-track span::after { color: var(--fl-accent); }

/* ==========================================================================
   STATS
   ========================================================================== */
.fl-stats { background: var(--fl-ink); padding: clamp(36px, 5vw, 60px) 0; }
.fl-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 40px); }
.fl-stat { text-align: center; position: relative; }
.fl-stat:not(:last-child)::after { content: ""; position: absolute; right: calc(-1 * clamp(9px, 1.5vw, 20px)); top: 14%; height: 72%; width: 1px; background: rgba(255,255,255,.1); }
.fl-stat-num { display: block; font-family: "Poppins", sans-serif; font-weight: 800; font-size: clamp(34px, 5vw, 60px); line-height: 1; letter-spacing: -0.02em; background: linear-gradient(100deg, var(--fl-accent-2), #bdeef2); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.fl-stat-label { display: block; margin-top: 12px; font-size: clamp(12px, 1vw, 14px); line-height: 1.4; color: rgba(255,255,255,.62); }
@media (max-width: 680px) { .fl-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; } .fl-stat:nth-child(2)::after { display: none; } }

/* ==========================================================================
   INTRO
   ========================================================================== */
.fl-intro { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
.fl-intro-points { display: flex; flex-direction: column; gap: 18px; }
.fl-point { display: flex; gap: 16px; padding: 20px; border-radius: var(--fl-radius-sm); background: var(--fl-soft); border: 1px solid var(--fl-line); }
.fl-point-ico { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: rgba(14, 154, 167, 0.12); color: var(--fl-accent-deep); font-size: 24px; }
.fl-point h4 { margin: 0 0 5px; font-size: 17px; font-weight: 700; color: var(--fl-ink); }
.fl-point p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--fl-muted); }
@media (max-width: 860px) { .fl-intro { grid-template-columns: 1fr; } }

/* ==========================================================================
   MALZEME KÜNYESİ + ANATOMİ
   ========================================================================== */
.fl-mat { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.fl-element { position: relative; border-radius: var(--fl-radius); padding: clamp(24px, 3vw, 38px); background: linear-gradient(160deg, var(--fl-ink), var(--fl-ink-2)); color: #fff; overflow: hidden; box-shadow: var(--fl-shadow); display: flex; flex-direction: column; gap: 26px; min-height: 340px; }
.fl-element-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; opacity: .5; }
.fl-element-top { position: relative; display: flex; justify-content: space-between; align-items: center; }
.fl-element-no { font-family: var(--fl-mono); font-size: 13px; color: rgba(255,255,255,.6); }
.fl-element-class { font-family: var(--fl-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fl-accent-2); border: 1px solid rgba(56,198,212,.4); border-radius: 999px; padding: 5px 12px; }
.fl-element-symbol { position: relative; font-family: "Poppins", sans-serif; font-weight: 800; font-size: clamp(72px, 11vw, 128px); line-height: .9; letter-spacing: -0.04em; background: linear-gradient(120deg, #fff, var(--fl-accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.fl-element-name { position: relative; font-size: 16px; color: rgba(255,255,255,.78); margin-top: 4px; }
.fl-element-specs { position: relative; margin: 0; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.12); }
.fl-element-spec { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.fl-element-spec dt { margin: 0; font-size: 13.5px; color: rgba(255,255,255,.58); }
.fl-element-spec dd { margin: 0; font-family: var(--fl-mono); font-size: 14px; color: #fff; }
.fl-anatomy { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.fl-layer { display: flex; gap: 16px; align-items: stretch; padding: 14px 16px; border-radius: var(--fl-radius-sm); background: var(--fl-card); border: 1px solid var(--fl-line); box-shadow: 0 8px 22px rgba(12,27,34,.05); transition: transform .25s, box-shadow .25s; }
.fl-layer:hover { transform: translateX(5px); box-shadow: var(--fl-shadow); }
.fl-layer-bar { flex: 0 0 auto; width: 6px; border-radius: 999px; background: linear-gradient(var(--fl-accent), var(--fl-accent-2)); }
.fl-layer:nth-child(3) .fl-layer-bar { background: linear-gradient(var(--fl-ink), var(--fl-accent-deep)); }
.fl-layer:nth-child(4) .fl-layer-bar { opacity: .7; }
.fl-layer-txt h4 { margin: 0 0 3px; font-size: 15.5px; font-weight: 700; color: var(--fl-ink); }
.fl-layer-txt p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--fl-muted); }
@media (max-width: 860px) { .fl-mat { grid-template-columns: 1fr; } }

/* ==========================================================================
   CAPABILITIES
   ========================================================================== */
.fl-caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.fl-cap { position: relative; padding: clamp(24px, 2.6vw, 34px); border-radius: var(--fl-radius); background: var(--fl-card); border: 1px solid var(--fl-line); box-shadow: var(--fl-shadow); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; transform-style: preserve-3d; }
.fl-cap:hover { box-shadow: var(--fl-shadow-hover); border-color: rgba(14,154,167,.35); }
.fl-cap-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.fl-cap-ico { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(150deg, rgba(14,154,167,.16), rgba(56,198,212,.08)); color: var(--fl-accent-deep); font-size: 28px; }
.fl-cap-num { font-family: var(--fl-mono); font-size: 13px; color: var(--fl-line); font-weight: 700; }
.fl-cap h3 { margin: 0 0 9px; font-size: 19px; font-weight: 700; color: var(--fl-ink); }
.fl-cap > p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--fl-muted); }
.fl-cap-list { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px dashed var(--fl-line); display: flex; flex-direction: column; gap: 8px; }
.fl-cap-list li { position: relative; padding-left: 22px; font-size: 13.5px; color: var(--fl-ink); }
.fl-cap-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 12px; height: 7px; border-left: 2px solid var(--fl-accent); border-bottom: 2px solid var(--fl-accent); transform: rotate(-45deg); }
.fl-cap-shine { position: absolute; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(105deg, transparent, rgba(56,198,212,.10), transparent); transform: translateX(-150%); transition: transform .7s ease; pointer-events: none; }
.fl-cap:hover .fl-cap-shine { transform: translateX(220%); }
@media (max-width: 980px) { .fl-caps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .fl-caps { grid-template-columns: 1fr; } }

/* ==========================================================================
   ÇEVRE PERFORMANS MATRİSİ (sekmeli)
   ========================================================================== */
.fl-res { max-width: 880px; margin: 0 auto; }
.fl-res-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.fl-res-tab { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--fl-line); background: var(--fl-card); color: var(--fl-ink); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .25s ease; }
.fl-res-tab .material-symbols-outlined { font-size: 19px; color: var(--fl-accent-deep); }
.fl-res-tab:hover { border-color: var(--fl-accent); }
.fl-res-tab.is-active { background: var(--fl-accent); border-color: var(--fl-accent); color: #fff; box-shadow: 0 12px 26px rgba(14,154,167,.28); }
.fl-res-tab.is-active .material-symbols-outlined { color: #fff; }
.fl-res-panel { display: none; }
.fl-res-panel.is-active { display: block; }
.fl-res-table { background: var(--fl-card); border: 1px solid var(--fl-line); border-radius: var(--fl-radius); overflow: hidden; box-shadow: var(--fl-shadow); }
.fl-res-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--fl-line); }
.fl-res-row:last-child { border-bottom: 0; }
.fl-res-name { font-size: 15px; color: var(--fl-ink); }
.fl-res-rating { display: inline-flex; align-items: center; gap: 12px; }
.fl-res-dots { display: inline-flex; gap: 4px; }
.fl-res-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--fl-line); }
.fl-res-rating[data-rating="A"] .fl-res-dots span { background: var(--fl-a); }
.fl-res-rating[data-rating="B"] .fl-res-dots span:nth-child(-n+2) { background: var(--fl-b); }
.fl-res-rating[data-rating="C"] .fl-res-dots span:nth-child(1) { background: var(--fl-c); }
.fl-res-badge { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; font-family: var(--fl-mono); font-weight: 700; font-size: 13px; color: #fff; }
.fl-res-rating[data-rating="A"] .fl-res-badge { background: var(--fl-a); }
.fl-res-rating[data-rating="B"] .fl-res-badge { background: var(--fl-b); }
.fl-res-rating[data-rating="C"] .fl-res-badge { background: var(--fl-c); }
.fl-res-legend { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 22px; }
.fl-res-leg { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fl-muted); }
.fl-res-leg b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; color: #fff; font-family: var(--fl-mono); font-size: 12px; }
.fl-res-leg[data-k="A"] b { background: var(--fl-a); }
.fl-res-leg[data-k="B"] b { background: var(--fl-b); }
.fl-res-leg[data-k="C"] b { background: var(--fl-c); }
.fl-res-note { margin: 18px 0 0; display: flex; gap: 8px; align-items: center; justify-content: center; font-size: 13px; color: var(--fl-muted); }
.fl-res-note i { color: var(--fl-accent-deep); }

/* ==========================================================================
   SENARYOLAR (görselli)
   ========================================================================== */
.fl-scenarios { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.4vw, 30px); }
.fl-scn { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: clamp(420px, 44vw, 560px); border-radius: var(--fl-radius); overflow: hidden; border: 1px solid var(--fl-line); box-shadow: var(--fl-shadow); isolation: isolate; transition: transform .3s, box-shadow .3s; }
.fl-scn:hover { transform: translateY(-6px); box-shadow: var(--fl-shadow-hover); }
/* Görsel tüm kartı kaplar (tek parça); soft degrade yalnızca ikon-yedeği içindir */
.fl-scn-fig { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; overflow: hidden; background: linear-gradient(140deg, var(--fl-soft), #d7eced); }
.fl-scn-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.fl-scn:hover .fl-scn-fig img { transform: scale(1.06); }
.fl-scn-ico { font-size: 60px; color: var(--fl-accent-2); opacity: .85; }
.fl-scn-num { position: absolute; top: 14px; left: 14px; z-index: 3; font-family: var(--fl-mono); font-weight: 700; font-size: 13px; color: #fff; background: rgba(7,20,26,.55); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 5px 11px; }
/* Yazı bandı: 2 katmanlı KADEMELİ (progressive) blur — alta inildikçe blur artar.
   ::before = hafif blur yukarı kadar uzanır (geçiş zonu); ::after = güçlü blur+ton altta.
   Her katmanın mask'i kademeli → blursuz↔blurlu geçiş çok yumuşak; yazı net üstte kalır. */
/* Varsayılan: yazı bandı aşağı kaydırılmış = GİZLİ → foto tam net görünür.
   Karta gelince (hover) yumuşakça yukarı kayıp belirir. Dokunmatikte hep açık. */
.fl-scn-body { position: relative; z-index: 2; margin: 0; padding: clamp(13px, 1.5vw, 18px) clamp(18px, 2vw, 26px) clamp(16px, 1.8vw, 22px); transform: translateY(101%); transition: transform .45s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.fl-scn:hover .fl-scn-body, .fl-scn:focus-within .fl-scn-body { transform: translateY(0); }
@media (hover: none) { .fl-scn-body { transform: none; } }
@media (prefers-reduced-motion: reduce) { .fl-scn-body { transition: none; } }
.fl-scn-body::before, .fl-scn-body::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; pointer-events: none; }
.fl-scn-body::before { top: -42px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); -webkit-mask-image: linear-gradient(to top, #000 32%, rgba(0,0,0,.5) 66%, transparent 100%); mask-image: linear-gradient(to top, #000 32%, rgba(0,0,0,.5) 66%, transparent 100%); }
.fl-scn-body::after { top: -42px; background: linear-gradient(to top, rgba(7,20,26,.60), rgba(7,20,26,.30)); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); -webkit-mask-image: linear-gradient(to top, #000 calc(100% - 52px), transparent); mask-image: linear-gradient(to top, #000 calc(100% - 52px), transparent); }
.fl-scn-body h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #fff; }
.fl-scn-body p { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.86); }
.fl-scn-bullets { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.fl-scn-bullets li { font-size: 12.5px; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.26); border-radius: 999px; padding: 5px 12px; }
@media (max-width: 760px) { .fl-scenarios { grid-template-columns: 1fr; } }

/* ==========================================================================
   PROCESS (timeline)
   ========================================================================== */
.fl-flow { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.fl-flow-rail { position: absolute; top: 27px; left: 6%; right: 6%; height: 3px; background: var(--fl-line); border-radius: 999px; overflow: hidden; }
.fl-flow-fill { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: linear-gradient(90deg, var(--fl-accent), var(--fl-accent-2)); transition: width .2s linear; }
.fl-step { position: relative; text-align: center; opacity: .45; transition: opacity .4s ease; }
.fl-step.is-active { opacity: 1; }
.fl-step-node { width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: var(--fl-card); border: 2px solid var(--fl-line); color: var(--fl-muted); transition: all .4s ease; position: relative; z-index: 1; }
.fl-step.is-active .fl-step-node { border-color: var(--fl-accent); background: var(--fl-accent); color: #fff; box-shadow: 0 12px 26px rgba(14,154,167,.32); }
.fl-step-ico { font-size: 26px; }
.fl-step-num { font-family: var(--fl-mono); font-size: 12px; color: var(--fl-accent-deep); font-weight: 700; }
.fl-step h3 { margin: 6px 0 6px; font-size: 16px; font-weight: 700; color: var(--fl-ink); }
.fl-step p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--fl-muted); }
@media (max-width: 991px) {
    .fl-flow { grid-template-columns: 1fr; gap: 0; padding-left: 8px; }
    .fl-flow-rail { top: 0; bottom: 0; left: 27px; right: auto; width: 3px; height: auto; }
    .fl-step { display: grid; grid-template-columns: 56px 1fr; gap: 4px 18px; text-align: left; padding: 0 0 30px; }
    .fl-step-node { margin: 0; grid-row: span 3; }
    .fl-step h3 { margin: 0; }
}

/* ==========================================================================
   TECH (dark) + bars
   ========================================================================== */
.fl-dark-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%); mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 80%); }
.fl-tech { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 56px); align-items: start; }
.fl-spec { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--fl-radius); padding: clamp(22px, 2.6vw, 34px); }
.fl-spec-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.fl-spec-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--fl-accent-2); box-shadow: 0 0 12px var(--fl-accent-2); }
.fl-spec-title { font-family: var(--fl-mono); font-size: 12px; letter-spacing: .2em; color: rgba(255,255,255,.6); }
.fl-spec-list { margin: 0; }
.fl-spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.fl-spec-row dt { margin: 0; font-size: 14px; color: rgba(255,255,255,.6); }
.fl-spec-row dd { margin: 0; font-family: var(--fl-mono); font-size: 14px; color: #fff; text-align: right; }
.fl-bars { display: flex; flex-direction: column; gap: 22px; padding-top: 6px; }
.fl-bar-top { display: flex; justify-content: space-between; margin-bottom: 9px; }
.fl-bar-label { font-size: 14.5px; color: rgba(255,255,255,.82); }
.fl-bar-val { font-family: var(--fl-mono); font-size: 14px; color: var(--fl-accent-2); font-weight: 700; }
.fl-bar-track { display: block; height: 9px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.fl-bar-fill { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--fl-accent), var(--fl-accent-2)); }
.fl-bars.is-in .fl-bar-fill { width: var(--fl-bar); transition: width 1.3s cubic-bezier(.2,.7,.2,1); }
@media (max-width: 860px) { .fl-tech { grid-template-columns: 1fr; } }

/* ==========================================================================
   GALLERY (masonry)
   ========================================================================== */
.fl-gallery { columns: 4 220px; column-gap: clamp(12px, 1.6vw, 18px); }
.fl-gallery-item { display: block; break-inside: avoid; margin-bottom: clamp(12px, 1.6vw, 18px); border-radius: var(--fl-radius-sm); overflow: hidden; box-shadow: var(--fl-shadow); }
.fl-gallery-item img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.fl-gallery-item:hover img { transform: scale(1.05); }

/* ==========================================================================
   USAGE
   ========================================================================== */
.fl-usage { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 24px); }
.fl-usage-item { padding: clamp(22px, 2.4vw, 32px); border-radius: var(--fl-radius); background: var(--fl-card); border: 1px solid var(--fl-line); box-shadow: var(--fl-shadow); transition: transform .3s, box-shadow .3s; }
.fl-usage-item:hover { transform: translateY(-5px); box-shadow: var(--fl-shadow-hover); border-color: rgba(14,154,167,.3); }
.fl-usage-label { font-family: var(--fl-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--fl-accent-deep); }
.fl-usage-item h3 { margin: 10px 0 0; font-size: 18px; font-weight: 700; color: var(--fl-ink); }
@media (max-width: 860px) { .fl-usage { grid-template-columns: repeat(2, 1fr); } }

/* ==========================================================================
   FAQ
   ========================================================================== */
.fl-faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.fl-faq-item { border: 1px solid var(--fl-line); border-radius: var(--fl-radius-sm); background: var(--fl-card); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.fl-faq-item.is-open { box-shadow: var(--fl-shadow); border-color: rgba(14,154,167,.35); }
.fl-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: 0; cursor: pointer; text-align: left; font-family: "Poppins", sans-serif; font-size: 16.5px; font-weight: 600; color: var(--fl-ink); }
.fl-faq-plus { position: relative; flex: 0 0 auto; width: 22px; height: 22px; }
.fl-faq-plus::before, .fl-faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--fl-accent); border-radius: 2px; transition: transform .3s ease; }
.fl-faq-plus::before { width: 14px; height: 2px; transform: translate(-50%,-50%); }
.fl-faq-plus::after { width: 2px; height: 14px; transform: translate(-50%,-50%); }
.fl-faq-item.is-open .fl-faq-plus::after { transform: translate(-50%,-50%) scaleY(0); }
.fl-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.fl-faq-item.is-open .fl-faq-a { max-height: 440px; }
.fl-faq-a p { margin: 0; padding: 0 24px 22px; font-size: 14.5px; line-height: 1.7; color: var(--fl-muted); }

/* ==========================================================================
   CTA
   ========================================================================== */
.fl-section--cta { background: linear-gradient(160deg, #0d2530 0%, #0a1a22 60%, #06121a 100%); color: #fff; }
.fl-cta { position: relative; max-width: 820px; margin: 0 auto; text-align: center; padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 60px); border-radius: clamp(22px, 3vw, 34px); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.fl-cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 36px 36px; -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, #000, transparent 75%); mask-image: radial-gradient(80% 80% at 50% 50%, #000, transparent 75%); }
.fl-cta h2 { position: relative; margin: 0; font-family: "Poppins", sans-serif; font-size: clamp(26px, 3.6vw, 44px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; color: #fff; text-wrap: balance; }
.fl-cta p { position: relative; margin: 16px auto 0; max-width: 56ch; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; color: rgba(255,255,255,.74); }
.fl-cta-actions { position: relative; margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ==========================================================================
   SCROLL-REVEAL
   ========================================================================== */
.fl-js [data-fl-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.fl-js [data-fl-reveal].is-in { opacity: 1; transform: none; }
.fl-js [data-fl-stagger] > * { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.fl-js [data-fl-stagger].is-in > * { opacity: 1; transform: none; }
.fl-js [data-fl-stagger].is-in > *:nth-child(1) { transition-delay: .05s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(2) { transition-delay: .10s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(3) { transition-delay: .15s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(4) { transition-delay: .20s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(5) { transition-delay: .25s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(6) { transition-delay: .30s; }
.fl-js [data-fl-stagger].is-in > *:nth-child(7) { transition-delay: .35s; }

@media (prefers-reduced-motion: reduce) {
    .fl-js [data-fl-reveal], .fl-js [data-fl-stagger] > * { opacity: 1 !important; transform: none !important; }
    .fl-hero-grid, .fl-hero-waves path, .fl-hero-glow, .fl-scroll-line::after, .fl-marquee-track, .fl-eyebrow-dot { animation: none !important; }
}
