/* ============================================================
   PIVO Yazılım Çözümleri — kurumsal site
   ============================================================ */
:root {
    --ink: #16303c;
    --body: #5b6b74;
    --teal: #11616b;
    --teal-dark: #0c454e;
    --teal-bright: #1793a2;
    --teal-soft: #e3f0f2;
    --neon: #35e0e6;
    --navy: #0c1f2d;
    --navy-2: #10293a;
    --bg: #f4f7f8;
    --line: #e3ebed;
    --white: #fff;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(12, 60, 70, .08);
    --shadow-lg: 0 24px 60px rgba(10, 40, 50, .18);
    --font-head: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--body);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-head);
    color: var(--ink);
    line-height: 1.25;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 9px;
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: all .22s ease;
    white-space: nowrap;
}

    .btn .arr {
        transition: transform .22s ease;
        font-weight: 700;
    }

    .btn:hover .arr {
        transform: translateX(4px);
    }

.btn-primary {
    background: var(--teal);
    color: #fff;
}

    .btn-primary:hover {
        background: var(--teal-dark);
        box-shadow: 0 8px 20px rgba(17, 97, 107, .3);
    }

.btn-outline {
    border-color: #c6d6da;
    color: var(--ink);
    background: #fff;
}

    .btn-outline:hover {
        border-color: var(--teal);
        color: var(--teal);
    }

.btn-ghost {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
    background: transparent;
}

    .btn-ghost:hover {
        background: rgba(255, 255, 255, .12);
        border-color: #fff;
    }

.btn-light {
    background: #fff;
    color: var(--teal);
    justify-content: center;
}

    .btn-light:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
    }

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid transparent;
    transition: box-shadow .25s ease, border-color .25s ease;
}

    .site-header.scrolled {
        box-shadow: 0 4px 20px rgba(12, 40, 50, .08);
        border-color: var(--line);
    }

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    gap: 20px;
}

.brand img {
    height: 56px;
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    align-self: stretch;
}

    .main-nav a:not(.btn) {
        font-family: var(--font-head);
        font-size: 13px;
        font-weight: 600;
        color: var(--ink);
        position: relative;
        padding: 6px 0;
        transition: color .2s;
    }

        .main-nav a:not(.btn):hover, .main-nav a.active:not(.btn) {
            color: var(--teal-bright);
        }

        .main-nav a:not(.btn)::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: var(--teal-bright);
            border-radius: 2px;
            transition: width .25s ease;
        }

        .main-nav a:not(.btn):hover::after, .main-nav a.active:not(.btn)::after {
            width: 100%;
        }

.nav-cta {
    margin-left: 6px;
}

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

    .nav-toggle span {
        width: 24px;
        height: 2.5px;
        background: var(--ink);
        border-radius: 2px;
        transition: all .3s ease;
    }

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

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

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

/* ---------- Megamenü (Hizmetler) ---------- */
.has-mega {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.mega-caret {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    transition: transform .25s ease;
}

.has-mega:hover .mega-caret,
.has-mega:focus-within .mega-caret {
    transform: rotate(180deg);
}

.mega-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* visibility gecikmesi: kapanırken kısa süre hover'lanabilir kalır (af süresi) */
    transition: opacity .22s ease, transform .22s ease, visibility 0s linear .25s;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity .22s ease, transform .22s ease, visibility 0s;
}

.mega-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 22px;
}

.mega-links {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.main-nav a.mega-item {
    display: block;
    padding: 16px 14px;
    border-radius: 14px;
    transition: background .25s ease;
}

    .main-nav a.mega-item::after {
        display: none;
    }

    .main-nav a.mega-item:hover {
        background: #eef5f6;
    }

.mega-ico {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--teal-soft);
    color: var(--teal);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

    .mega-ico svg {
        width: 22px;
        height: 22px;
    }

.main-nav a.mega-item:hover .mega-ico {
    background: var(--teal);
    color: #fff;
    transform: scale(1.08);
}

.mega-item b {
    display: block;
    font-family: var(--font-head);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 5px;
    transition: color .2s;
}

.main-nav a.mega-item:hover b {
    color: var(--teal-bright);
}

.mega-item small {
    display: block;
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 400;
    color: var(--body);
    line-height: 1.55;
}

.mega-foot {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

    .mega-foot p {
        font-size: 12.5px;
        color: var(--body);
    }

.main-nav a.mega-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 600;
    color: var(--teal);
    white-space: nowrap;
    padding: 0;
    transition: color .2s;
}

    .main-nav a.mega-all::after {
        display: none;
    }

    .main-nav a.mega-all:hover {
        color: var(--teal-bright);
    }

.mega-all svg {
    width: 15px;
    height: 15px;
    transition: transform .2s ease;
}

.main-nav a.mega-all:hover svg {
    transform: translateX(3px);
}

/* ---------- Hero ---------- */
.hero {
    background: linear-gradient(180deg, #eef4f5 0%, var(--bg) 100%);
    padding: 48px 0 48px;
    overflow: hidden;
}
/* Hero geniş düzen: masaüstünde konteyner 1400px (1200px sınırına takılmaz) */
@media (min-width: 993px) {
    .hero .container {
        max-width: 1400px;
    }
}

/* Hero slayderi */
.hero-slider {
    position: relative;
}

.hero-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 20px;
}
 

    .hero-track::-webkit-scrollbar {
        display: none;
    }

.hero-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 16px 0 0;
}

/* Hero fade geçiş modu (site.js mod:'fade' ile .fade-mod sınıfını ekler)
   Slaytlar aynı grid hücresinde üst üste biner: parça yüksekliği her zaman
   en uzun slayt kadar sabit kalır, slayt değişince sayfa zıplamaz. */
.hero-track.fade-mod {
    display: grid;
    overflow: visible;
    scroll-snap-type: none;
    position: relative;
}

    .hero-track.fade-mod .hero-slide {
        grid-area: 1 / 1;
        display: flex;
        align-items: center;
        padding-top: 0;
        opacity: 0;
        transition: opacity .9s ease;
        pointer-events: none;
    }

        .hero-track.fade-mod .hero-slide > .hero-inner {
            flex: 1 1 auto;
            width: 100%;
        }

        .hero-track.fade-mod .hero-slide.hs-aktif {
            opacity: 1;
            pointer-events: auto;
        }

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -10px;
    z-index: 99;
    position: relative;
}

.hero-inner {
    display: grid;
    /* görsel sütunu geniş: laptop+telefon referanstaki gibi büyük */
    grid-template-columns: 1.1fr 1.2fr;
    gap: 48px;
    align-items: center;
    /* görsel alanı en az 40vh: büyük ekranlarda hero ferahlar */
    min-height: max(340px, 40vh);
}

/* Hero panel görselleri (2-4. slaytlar) */
.hv-center {
    padding: 0;
    display: grid;
}

.hv-panel {
    width: 100%;
    min-height: max(330px, 40vh);
    border-radius: 22px;
    display: grid;
    place-items: center;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: visible;
}

.hv-panel-teal {
    background: radial-gradient(circle at 78% 18%, rgba(53, 224, 230, .16), transparent 55%), linear-gradient(135deg, #10525d 0%, #0a3a44 100%);
}

.hv-panel-navy {
    background: radial-gradient(circle at 78% 18%, rgba(53, 224, 230, .12), transparent 55%), linear-gradient(135deg, #14374a 0%, #0c2230 100%);
}

/* Hero 3D görsel panelleri — zeminler ilgili görselin kenar rengiyle birebir */
.hv-img {
    overflow: hidden;
}

    .hv-img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.hv-img-orange {
    background: #EF6001;
}

.hv-img-navy {
    background: #012050;
}

.hv-img-green {
    background: #004D3B;
}

.hv-img-teal {
    background: #014E58;
}

.hv-img-purple {
    background: #411F6F;
}

/* Hero açık zeminli slaytlar — şeffaf 3D görsel + mini rozetler */
.hero-line {
    display: block;
    width: 64px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--teal-bright), rgba(23, 147, 162, .12));
    margin: 2px 0 16px;
}

.hv-photo {
    display: grid;
    place-items: center;
}

    .hv-photo img {
        max-width: 100%;
        width: auto;
        max-height: max(430px, 58vh);
    }

.edu-badges {
    display: flex;
    margin-top: 28px;
}

.edu-badge {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
    padding: 0 8px;
    border-right: 1px solid var(--line);
}

    .edu-badge:last-child {
        border-right: none;
    }

    .edu-badge span {
        width: 52px;
        height: 52px;
        background: #fff;
        border: 1.5px solid #dfe9ec;
        border-radius: 14px;
        display: grid;
        place-items: center;
        box-shadow: 0 6px 14px rgba(12, 60, 70, .06);
        margin-bottom: 7px;
    }

    .edu-badge svg {
        width: 24px;
        height: 24px;
        color: var(--teal);
    }

    .edu-badge b {
        font-family: var(--font-head);
        font-size: 12.5px;
        font-weight: 700;
        color: var(--ink);
        line-height: 1.25;
        white-space: nowrap;
    }

    .edu-badge small {
        font-size: 11.5px;
        color: var(--body);
        line-height: 1.25;
    }

/* Yuvarlak rozet varyantı (sendika hero) */
.eb-round .edu-badge span {
    border-radius: 50%;
}

.eb-round .edu-badge b {
    font-size: 12px;
}

@media (max-width: 560px) {
    .edu-badges {
        flex-wrap: wrap;
        gap: 18px 0;
    }

    .edu-badge {
        flex: 0 0 50%;
        border-right: none;
    }

        .edu-badge:nth-child(odd) {
            border-right: 1px solid var(--line);
        }
}

.hv-people {
    margin: 0 auto;
}

/* Eğitim görseli */
.edu-vis {
    position: relative;
    padding: 10px;
}

.edu-player {
    width: 250px;
    background: linear-gradient(155deg, #0f4750, #0a303a);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    padding: 22px 22px 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .4);
}

.edu-play {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .55);
    display: grid;
    place-items: center;
    color: #fff;
    margin: 10px auto 22px;
}

    .edu-play svg {
        width: 24px;
        height: 24px;
        margin-left: 3px;
    }

.edu-bar {
    height: 6px;
    background: rgba(255, 255, 255, .18);
    border-radius: 4px;
}

    .edu-bar i {
        display: block;
        width: 56%;
        height: 100%;
        background: var(--neon);
        border-radius: 4px;
    }

.edu-lines span {
    display: block;
    height: 5px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .16);
    margin-top: 11px;
}

    .edu-lines span:first-child {
        width: 72%;
    }

    .edu-lines span:last-child {
        width: 46%;
    }

.echip-1 {
    left: -12px;
    top: -2px;
}

.echip-2 {
    left: -18px;
    bottom: 30px;
}

.echip-3 {
    right: -14px;
    top: 40%;
}

.hero-text h1 {
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 22px;
}

    .hero-text h1 span {
        display: block;
    }

.h-dark {
    color: #1d3d4a;
}

.h-teal {
    color: var(--teal-bright);
    font-size: 1.22em;
}

.hero-text p {
    max-width: 480px;
    margin-bottom: 30px;
    font-size: 15.5px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* Hero rozetleri (metin sütununun altında) */
.hero-badges {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    gap: 12px;
    margin-top: 38px;
    max-width: 540px;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
    white-space: nowrap;
}

.hb-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1.6px solid #7fb3ba;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--teal);
    box-shadow: 0 0 0 3px rgba(23, 147, 162, .08);
}

    .hb-icon svg {
        width: 17px;
        height: 17px;
    }

/* ---------- Hero görseli: laptop + telefon ---------- */
.hero-visual {
    position: relative;
    padding: 10px 23px 10px 0px;
    max-width: 90%;
}

.hero-visual:not(.hv-photo) {
    margin-bottom: 15px;
}

.laptop {
    position: relative;
    z-index: 1;
}

.laptop-screen {
    background: #0d2330;
    border-radius: 16px 16px 0 0;
    padding: 14px 14px 18px;
    box-shadow: var(--shadow-lg);
}

.laptop-base {
    height: 14px;
    background: linear-gradient(180deg, #dfe8ea, #b9c8cc);
    border-radius: 0 0 14px 14px;
    margin: 0 -22px;
    box-shadow: 0 14px 30px rgba(10, 40, 50, .22);
}

    .laptop-base::after {
        content: '';
        display: block;
        width: 90px;
        height: 5px;
        margin: 0 auto;
        background: #9fb2b7;
        border-radius: 0 0 8px 8px;
    }

/* Dashboard mock */
.dash {
    display: flex;
    background: #f2f6f7;
    border-radius: 8px;
    overflow: hidden;
    min-height: 300px;
}

.dash-side {
    width: 118px;
    flex: 0 0 118px;
    background: linear-gradient(180deg, #0e3d47, #0b2d38);
    padding: 12px 10px;
    color: #cfe4e7;
}

.dash-logo {
    background: #fff;
    border-radius: 6px;
    padding: 5px 8px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

    .dash-logo img {
        height: 20px;
        width: auto;
    }

.dash-side li {
    font-size: 9px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: .8;
}

    .dash-side li i {
        width: 10px;
        height: 10px;
        border: 1.2px solid currentColor;
        border-radius: 3px;
        opacity: .75;
    }

    .dash-side li.active {
        background: rgba(255, 255, 255, .14);
        opacity: 1;
        font-weight: 600;
    }

.dash-main {
    flex: 1;
    padding: 10px 12px;
    min-width: 0;
}

.dash-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.dash-hello {
    font-size: 11px;
    font-weight: 700;
    color: var(--ink);
    font-family: var(--font-head);
}

.dash-dots {
    display: flex;
    gap: 4px;
}

    .dash-dots b {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #c6d6da;
    }

        .dash-dots b:first-child {
            background: var(--teal-bright);
        }

.dash-stats {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.dash-stat {
    flex: 1;
    background: #fff;
    border-radius: 7px;
    padding: 7px 9px;
    box-shadow: 0 2px 8px rgba(12, 60, 70, .06);
}

    .dash-stat small {
        display: block;
        font-size: 7.5px;
        color: #8aa0a8;
        margin-bottom: 2px;
    }

    .dash-stat strong {
        font-size: 11.5px;
        color: var(--ink);
        font-family: var(--font-head);
    }

.dash-charts {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.dash-line {
    flex: 1.5;
    background: #fff;
    border-radius: 7px;
    padding: 8px 9px 5px;
    box-shadow: 0 2px 8px rgba(12, 60, 70, .06);
    min-width: 0;
}

    .dash-line small, .dash-donut small, .dash-list small {
        display: block;
        font-size: 7.5px;
        font-weight: 600;
        color: #8aa0a8;
        margin-bottom: 5px;
    }

    .dash-line svg {
        width: 100%;
        height: 52px;
    }

.dash-months {
    display: flex;
    justify-content: space-between;
    font-size: 6.5px;
    color: #a5b8be;
    margin-top: 2px;
}

.dash-donut {
    flex: 1;
    background: #fff;
    border-radius: 7px;
    padding: 8px 9px;
    box-shadow: 0 2px 8px rgba(12, 60, 70, .06);
    min-width: 0;
}

.donut-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.donut {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 50%;
    background: conic-gradient(var(--teal) 0 38%, var(--teal-bright) 38% 64%, #7fcdd6 64% 84%, #dbe7ea 84% 100%);
    position: relative;
}

    .donut::after {
        content: '';
        position: absolute;
        inset: 11px;
        background: #fff;
        border-radius: 50%;
    }

.donut-legend li {
    font-size: 7px;
    color: #6b7f87;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 2px;
}

.donut-legend b {
    width: 6px;
    height: 6px;
    border-radius: 2px;
}

.donut-legend .c1 {
    background: var(--teal);
}

.donut-legend .c2 {
    background: var(--teal-bright);
}

.donut-legend .c3 {
    background: #7fcdd6;
}

.donut-legend .c4 {
    background: #dbe7ea;
}

.dash-list {
    background: #fff;
    border-radius: 7px;
    padding: 8px 9px 5px;
    box-shadow: 0 2px 8px rgba(12, 60, 70, .06);
}

.dash-row {
    font-size: 8px;
    color: #4d6069;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
    border-top: 1px solid #f0f4f5;
}

    .dash-row:first-of-type {
        border-top: 0;
    }

    .dash-row b {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--teal-bright);
        flex: 0 0 6px;
    }

/* Telefon mock */
.phone {
    position: absolute;
    right: -8px;
    bottom: -18px;
    width: 204px;
    z-index: 2;
    background: #0d2330;
    border-radius: 24px;
    padding: 9px;
    box-shadow: var(--shadow-lg);
}

.phone-notch {
    width: 60px;
    height: 5px;
    background: rgba(255, 255, 255, .25);
    border-radius: 4px;
    margin: 2px auto 7px;
}

.phone-screen {
    background: #f2f6f7;
    border-radius: 16px;
    padding: 10px 9px;
}

.phone-head {
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
}

.phone-field {
    background: #fff;
    border: 1px solid #e2eaec;
    border-radius: 7px;
    padding: 5px 8px;
    margin-bottom: 6px;
}

    .phone-field small {
        display: block;
        font-size: 6.5px;
        color: #93a7ae;
    }

    .phone-field span {
        font-size: 8.5px;
        font-weight: 600;
        color: var(--ink);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .phone-field i {
        font-style: normal;
        font-size: 7px;
        color: #93a7ae;
    }

.phone-btn {
    background: var(--teal);
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    font-family: var(--font-head);
    border-radius: 7px;
    padding: 7px 0;
    margin: 8px 0;
}

.phone-int small {
    display: block;
    font-size: 6.5px;
    font-weight: 600;
    color: #93a7ae;
    text-align: center;
    margin-bottom: 4px;
}

.phone-logos {
    display: flex;
    justify-content: center;
    gap: 5px;
}

    .phone-logos span {
        background: #fff;
        border: 1px solid #e2eaec;
        border-radius: 5px;
        padding: 3px 5px;
        display: grid;
        place-items: center;
    }

    .phone-logos img {
        height: 10px;
        width: auto;
    }

/* ---------- Bölüm başlıkları ---------- */
.section {
    padding: 30px 0;
}

.section-tint {
    background: #eef3f4;
}

.sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 14px;
}

    .sec-title::before, .sec-title::after {
        content: '';
        width: 44px;
        height: 2px;
        background: #b9cdd2;
        border-radius: 2px;
        flex: 0 0 auto;
    }

.sec-sub {
    text-align: center;
    margin: -6px 0 40px;
    font-size: 14.5px;
}

/* ---------- Çözüm alanları ---------- */
#cozumler .sec-title {
    margin-bottom: 40px;
}

/* Çözüm alanları slayderi */
.sol-slider {
    position: relative;
}

.solutions {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .solutions::-webkit-scrollbar {
        display: none;
    }

.sol-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: var(--teal);
    box-shadow: 0 8px 24px rgba(10, 40, 50, .22);
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 5;
    transition: all .22s ease;
}

    .sol-nav:hover {
        background: var(--teal);
        color: #fff;
    }

    .sol-nav svg {
        width: 20px;
        height: 20px;
    }

.sol-prev {
    left: -14px;
}

.sol-next {
    right: -14px;
}

.sol-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

    .sol-dots button, .hero-dots button {
        width: 9px;
        height: 9px;
        padding: 0;
        border: none;
        border-radius: 5px;
        background: #bdd2d7;
        cursor: pointer;
        transition: all .3s ease;
    }

        .sol-dots button.active, .hero-dots button.active {
            background: var(--teal-bright);
            width: 26px;
        }

.sol-card {
    border-radius: 18px;
    padding: 32px 30px 28px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 13px);
    scroll-snap-align: start;
}

.sol-teal {
    background: linear-gradient(135deg, #10525d 0%, #0a3a44 100%);
}

.sol-navy {
    background: linear-gradient(135deg, #14374a 0%, #0c2230 100%);
}

.sol-card::before {
    content: '';
    position: absolute;
    right: -70px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 70%);
}

.sol-no {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, .55);
    border: 1.5px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    padding: 2px 10px;
    align-self: flex-start;
    margin-bottom: 18px;
}

.sol-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
}

.sol-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.sol-text p {
    color: rgba(255, 255, 255, .82);
    font-size: 13.5px;
    max-width: 320px;
}

.sol-visual {
    position: relative;
    flex: 0 0 170px;
    min-height: 190px;
}

.sol-phone {
    width: 104px;
    margin: 0 auto;
    background: #0b2833;
    border: 2px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    padding: 6px 6px 4px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .4);
    transform: rotate(-3deg);
    position: relative;
    z-index: 1;
}

.sp-notch {
    display: block;
    width: 34px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    margin: 2px auto 5px;
}

.sp-screen {
    background: linear-gradient(170deg, #12414c, #0c313b);
    border-radius: 11px;
    padding: 12px 8px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, .14);
    border-radius: 3px;
    margin-bottom: 12px;
}

.sp-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #2fb5c2, #0f6a75 70%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .35), inset 0 1px 3px rgba(255, 255, 255, .35);
    display: grid;
    place-items: center;
    margin-bottom: 12px;
}

.p-mask {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    -webkit-mask: url('../img/favicon.png') center / contain no-repeat;
    mask: url('../img/favicon.png') center / contain no-repeat;
}

.sp-line {
    display: block;
    height: 4px;
    background: rgba(255, 255, 255, .22);
    border-radius: 3px;
    margin-bottom: 5px;
}

    .sp-line.w1 {
        width: 70%;
    }

    .sp-line.w2 {
        width: 46%;
    }

.sp-btn {
    display: block;
    width: 80%;
    height: 12px;
    background: var(--teal-bright);
    border-radius: 5px;
    margin-top: 8px;
}

.sp-home {
    display: block;
    width: 26px;
    height: 3.5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    margin: 4px auto 2px;
}

.chip {
    position: absolute;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #bfeef2;
    z-index: 2;
    animation: chipFloat 4.5s ease-in-out infinite;
}

    .chip svg {
        width: 16px;
        height: 16px;
    }

.chip-1 {
    left: -4px;
    top: 4px;
    animation-delay: 0s;
}

.chip-2 {
    left: -14px;
    bottom: 40px;
    animation-delay: .9s;
}

.chip-3 {
    right: -8px;
    top: 12px;
    animation-delay: 1.7s;
}

.chip-4 {
    right: -16px;
    top: 50%;
    animation-delay: 2.4s;
}

.chip-5 {
    right: 2px;
    bottom: -6px;
    animation-delay: 3.1s;
}

@keyframes chipFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .chip {
        animation: none;
    }
}

/* 03: kalkan + araba */
.shield-vis {
    position: relative;
    width: 160px;
    height: 175px;
    margin: 0 auto;
}

.shv-shield {
    position: absolute;
    right: 4px;
    top: 0;
    width: 112px;
    height: 128px;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .38));
}

.shv-car {
    position: absolute;
    left: -18px;
    bottom: 4px;
    width: 128px;
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .42));
}

/* 04: kod laptopu + küpler */
.code-vis {
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0 auto;
}

.cv-laptop {
    position: absolute;
    right: 0;
    top: 30px;
    width: 138px;
}

.cv-screen {
    background: linear-gradient(160deg, #123c50, #0a2438);
    border: 2px solid rgba(255, 255, 255, .25);
    border-radius: 9px 9px 0 0;
    padding: 12px 12px 14px;
}

.cv-line {
    display: block;
    height: 4px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .25);
    margin-bottom: 6px;
}

    .cv-line.l1 {
        width: 80%;
    }

    .cv-line.l2 {
        width: 55%;
    }

.cv-code {
    color: #56c7ff;
    font: 700 16px/1 Consolas, monospace;
    display: block;
    margin-top: 8px;
}

.cv-base {
    height: 7px;
    background: linear-gradient(180deg, #dfe8ea, #b9c8cc);
    border-radius: 0 0 6px 6px;
    margin: 0 -10px;
}

.cube {
    position: absolute;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #3585d1, #1b4f8f);
    border-radius: 9px;
    color: #dff0ff;
    font: 700 9.5px Consolas, monospace;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .38);
    transform: rotate(-8deg);
}

    .cube.c1 {
        left: 4px;
        top: 4px;
    }

    .cube.c2 {
        left: -8px;
        bottom: 30px;
        transform: rotate(10deg);
    }

    .cube.c3 {
        right: -8px;
        bottom: -2px;
        transform: rotate(-14deg);
    }

/* 05: entegrasyon hub'ı */
.hub-vis {
    position: relative;
    width: 165px;
    height: 175px;
    margin: 0 auto;
}

.hub-ring {
    position: absolute;
    inset: 16px 8px;
    border: 1.5px dashed rgba(255, 255, 255, .32);
    border-radius: 50%;
}

.hub-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #2fb5c2, #0f6a75 72%);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .42), inset 0 1px 3px rgba(255, 255, 255, .35);
}

    .hub-center .p-mask {
        width: 30px;
        height: 30px;
    }

.hub-node {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .28);
    display: grid;
    place-items: center;
    color: #bfeef2;
}

    .hub-node svg {
        width: 15px;
        height: 15px;
    }

    .hub-node.n1 {
        left: 50%;
        top: -2px;
        transform: translateX(-50%);
    }

    .hub-node.n2 {
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hub-node.n3 {
        left: 50%;
        bottom: -2px;
        transform: translateX(-50%);
    }

    .hub-node.n4 {
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
    }

/* 06: rapor grafiği */
.chart-vis {
    position: relative;
    width: 165px;
    height: 175px;
    margin: 0 auto;
}

.chv-card {
    position: absolute;
    inset: 18px 4px 20px 4px;
    background: #fff;
    border-radius: 14px;
    padding: 16px 14px 14px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .38);
}

.chv-title {
    display: block;
    width: 60%;
    height: 6px;
    border-radius: 3px;
    background: #dbe7ea;
}

.chv-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 78px;
    margin-top: 16px;
}

    .chv-bars i {
        flex: 1;
        background: linear-gradient(180deg, #1793a2, #0e4c56);
        border-radius: 3px 3px 0 0;
    }

        .chv-bars i:nth-child(1) {
            height: 42%;
        }

        .chv-bars i:nth-child(2) {
            height: 68%;
        }

        .chv-bars i:nth-child(3) {
            height: 52%;
        }

        .chv-bars i:nth-child(4) {
            height: 88%;
        }

        .chv-bars i:nth-child(5) {
            height: 72%;
        }

.chv-donut {
    position: absolute;
    right: -8px;
    top: -2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#11616b 0 42%, #1793a2 42% 72%, #7fcdd6 72% 100%);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .4);
    z-index: 1;
}

    .chv-donut::after {
        content: '';
        position: absolute;
        inset: 13px;
        border-radius: 50%;
        background: #10293a;
    }

.sol-people {
    position: relative;
    width: 150px;
    height: 170px;
    margin-left: auto;
}

.pp {
    position: absolute;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 34% 26%, #ffffff, #dce9ec 45%, #a9c6cc 100%);
    color: #587e88;
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .35), inset 0 2px 6px rgba(255, 255, 255, .8);
}

    .pp svg {
        width: 58%;
        height: 58%;
    }

.pp-1 {
    width: 72px;
    height: 72px;
    left: 34px;
    top: 24px;
    z-index: 2;
}

.pp-2 {
    width: 54px;
    height: 54px;
    left: 0;
    top: 66px;
}

.pp-3 {
    width: 54px;
    height: 54px;
    right: 4px;
    top: 60px;
}

.pp-shield {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    background: radial-gradient(circle at 32% 28%, #35c3d0, #0f6a75 75%);
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .4), inset 0 1px 3px rgba(255, 255, 255, .4);
    z-index: 3;
}

    .pp-shield svg {
        width: 22px;
        height: 22px;
    }

.sol-feats {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 26px 0 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.sol-feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .85);
    text-align: center;
    flex: 1;
}

    .sol-feat span {
        width: 40px;
        height: 40px;
        border: 1.3px solid rgba(255, 255, 255, .35);
        border-radius: 10px;
        display: grid;
        place-items: center;
    }

    .sol-feat svg {
        width: 18px;
        height: 18px;
    }

.sol-card .btn {
    align-self: flex-start;
}

/* ---------- Çözüm kartı v2 (yeni slayt tasarımı) ---------- */
.sol-v2 {
    background: #014E58;
    padding: 10px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow);
}

    .sol-v2::before {
        display: none;
    }

    /* Sol kenara hafif koyuluk — head'de kesilmesin diye KARTIN tamamına uygulanır */
    .sol-v2::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(100deg, rgba(0, 24, 29, .38), transparent 55%);
        z-index: 0;
        pointer-events: none;
    }

.sv2-head {
    position: relative;
    background: transparent;
    overflow: hidden;
    min-height: 215px;
    display: flex;
}

.sv2-text {
    position: relative;
    z-index: 2;
    padding: 24px 0 26px 28px;
    flex: 0 0 56%;
    max-width: 56%;
}

.sv2-no {
    display: block;
    font-family: var(--font-head);
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.sv2-text h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.28;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.sv2-text p {
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 1.65;
    max-width: 300px;
}

.sv2-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 47%;
    object-fit: contain;
    object-position: center right;
    z-index: 0;
}

.sv2-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: transparent;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    flex: 1;
    padding-top:15px;
 
}

.sv2-feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    text-align: center;
    padding: 5px 6px 14px
}

    .sv2-feat svg {
        width: 30px;
        height: 30px;
        color: #fff;
        flex: 0 0 auto;
    }

    .sv2-feat b {
        font-family: var(--font-head);
        font-size: 11.5px;
        font-weight: 600;
        color: #fff;
        line-height: 1.3;
        /* etiketler hep 2 satırlık alan kaplasın — tek satırlıklar dikeyde ortalanır */
        min-height: 2.6em;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.sv2-foot {
    padding: 4px 34px 20px;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.sv2-btn {
    display: flex;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    justify-content: center;
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: transparent;
}

    .sv2-btn:hover {
        background: #fff;
        border-color: #fff;
        color: #014E58;
    }

/* Renk varyantları — zemin rengi ilgili görselin kenar rengiyle birebir */
.sol-v2-navy {
    background: #012050;
}

    .sol-v2-navy .sv2-btn:hover {
        color: #012050;
    }

.sol-v2-orange {
    background: #EF6001;
}

    .sol-v2-orange .sv2-btn:hover {
        color: #EF6001;
    }

.sol-v2-green {
    background: #004D3B;
}

    .sol-v2-green .sv2-btn:hover {
        color: #004D3B;
    }

.sol-v2-purple {
    background: #411F6F;
}

    .sol-v2-purple .sv2-btn:hover {
        color: #411F6F;
    }

.sol-v2-sigorta {
    background: #01656C;
}

    .sol-v2-sigorta .sv2-btn:hover {
        color: #01656C;
    }

    /* Laptop görseli kutuyu yatayda doldurduğu için metinle çakışmasın diye daraltıldı */
    .sol-v2-sigorta .sv2-img {
        width: 42%;
    }

@media (max-width: 980px) {
    .sol-v2 {
        flex-basis: 100%;
    }
}

@media (max-width: 700px) {
    .sv2-head {
        flex-direction: column;
        min-height: 0;
    }

    .sv2-text {
        flex: none;
        max-width: none;
        padding: 22px 22px 0;
    }

        .sv2-text p {
            max-width: none;
        }

    .sv2-img {
        position: static;
        width: 100%;
        height: 210px;
        object-fit: contain;
        object-position: center;
        margin-top: 6px;
    }

    .sv2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---------- Modüller ---------- */
/* Neden Pivo kartı satırdan aşağı sarktığı için bölüm altı kısaltıldı */
#moduller {
    padding-bottom: 60px;
}

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

.mod-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 15px;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

    .mod-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow);
    }

.mod-icon {
    display: block;
    color: var(--teal);
    margin-bottom: 12px;
}

    .mod-icon svg {
        width: 30px;
        height: 30px;
    }

.mod-card h4 {
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 7px;
}

.mod-card p {
    font-size: 11.5px;
    line-height: 1.55;
    flex: 1;
    margin-bottom: 12px;
}

.mod-link {
    font-family: var(--font-head);
    font-size: 11.5px;
    font-weight: 600;
    color: var(--teal-bright);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .mod-link .arr {
        transition: transform .2s ease;
    }

    .mod-link:hover .arr {
        transform: translateX(3px);
    }

.why-card {
    background: linear-gradient(160deg, #11616b, #0a3f49);
    border-radius: 16px;
    padding: 22px 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    align-self: start;
    /* içerik satırdan uzun: negatif marj satırı büyütmeden aşağı sarkıtır */
    margin-bottom: -140px;
    box-shadow: 0 18px 44px rgba(10, 50, 60, .28);
}

    .why-card h3 {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 13px;
    }

    .why-card li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12.5px;
        font-weight: 500;
        padding: 5px 0;
        color: rgba(255, 255, 255, .92);
    }

.chk {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: rgba(255, 255, 255, .16);
    border-radius: 6px;
    display: grid;
    place-items: center;
    color: var(--neon);
}

    .chk svg {
        width: 12px;
        height: 12px;
    }

.why-card .btn {
    width: 100%;
    margin-top: 12px;
}

/* ---------- CTA ---------- */
.cta {
    background: radial-gradient(ellipse at 75% 40%, rgba(53, 224, 230, .12), transparent 55%), radial-gradient(circle at 20% 100%, rgba(23, 147, 162, .15), transparent 50%), linear-gradient(120deg, #0d2432 0%, #0a1c28 100%);
    position: relative;
    /* overflow hidden YOK: Mira'nın başı bandın üstüne taşar */
    margin: 0 24px;
    border-radius: 22px;
}

@media (min-width: 1248px) {
    .cta {
        margin: 0 auto;
        max-width: 1200px;
    }
}

.cta::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: radial-gradient(rgba(114, 205, 214, .18) 1px, transparent 1.5px);
    background-size: 26px 26px;
    mask-image: linear-gradient(100deg, transparent 35%, #000 75%);
    -webkit-mask-image: linear-gradient(100deg, transparent 35%, #000 75%);
}

.cta-inner {
    display: grid;
    grid-template-columns: 1.1fr auto .58fr;
    gap: 24px;
    align-items: center;
    padding: 26px 46px;
    position: relative;
    margin-top: 1rem;
}

.cta-mira {
    align-self: end;
    justify-self: center;
    margin-bottom: -24px;
   /* bandın iç boşluğunu iptal eder: Mira band tabanına basar */
    line-height: 0;
}

    .cta-mira img {
        height: 312px;
        width: auto;
        display: block;
        margin-top: -60px;
    }

.cta-text h2 {
    color: #fff;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

.c-teal {
    color: var(--neon);
}

.cta-text p {
    color: rgba(255, 255, 255, .78);
    max-width: 430px;
    margin-bottom: 20px;
    font-size: 14.5px;
}

.cta .btn-primary {
    background: var(--teal-bright);
}

    .cta .btn-primary:hover {
        background: var(--neon);
        color: var(--navy);
    }

.cta-visual {
    display: grid;
    place-items: center;
}

.neon-p {
    width: min(240px, 60%);
    height: auto;
    fill: none;
    stroke: var(--neon);
    stroke-width: 7;
    filter: drop-shadow(0 0 14px rgba(53, 224, 230, .65)) drop-shadow(0 0 40px rgba(53, 224, 230, .3));
    animation: neonPulse 3.2s ease-in-out infinite;
}

@keyframes neonPulse {
    0%, 100% {
        filter: drop-shadow(0 0 14px rgba(53, 224, 230, .65)) drop-shadow(0 0 40px rgba(53, 224, 230, .3));
    }

    50% {
        filter: drop-shadow(0 0 8px rgba(53, 224, 230, .45)) drop-shadow(0 0 26px rgba(53, 224, 230, .2));
    }
}

/* ---------- Entegrasyonlar ---------- */
.partners {
    margin-top: 42px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px 0;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.partners-viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.partners-track {
    display: flex;
    width: max-content;
    animation: partnerScroll 30s linear infinite;
}

.partners:hover .partners-track {
    animation-play-state: paused;
}

.partners-set {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-left: 64px;
}

.partners img {
    height: 30px;
    width: auto;
    transition: transform .25s ease;
}

    .partners img:hover {
        transform: translateY(-3px) scale(1.08);
    }

@keyframes partnerScroll {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .partners-track {
        animation: none;
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners-set[aria-hidden] {
        display: none;
    }

    .partners-set {
        flex-wrap: wrap;
        justify-content: center;
        gap: 22px 28px;
        padding: 0 20px;
    }
}

/* ---------- Değerler ---------- */
.values {
    display: grid;
    grid-template-columns: 1.22fr 1.75fr;
    gap: 28px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 40px 38px;
    box-shadow: var(--shadow);
}

.values-intro {
    display: flex;
    gap: 24px;
    align-items: center;
    padding-right: 10px;
}

.values-mark {
    width: 104px;
    height: auto;
    flex: 0 0 104px;
    filter: drop-shadow(0 6px 14px rgba(17, 97, 107, .25));
}

.values-intro h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 12px;
}

.values-intro p {
    font-size: 13.5px;
    line-height: 1.6;
}

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

.value-item {
    padding: 6px 18px 6px 22px;
    border-left: 1px solid var(--line);
}

.v-icon {
    display: block;
    width: 42px;
    height: 42px;
    color: var(--teal-bright);
    margin-bottom: 13px;
}

    .v-icon svg {
        width: 100%;
        height: 100%;
    }

.value-item h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.value-item p {
    font-size: 12.5px;
    line-height: 1.6;
}

/* ---------- Footer ---------- */
.site-footer {
    background: var(--navy);
    color: #9fb3bd;
    margin-top: 76px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .95fr .7fr .8fr 1.2fr;
    gap: 34px;
    padding: 58px 0 44px;
}

.footer-logo {
    height: 70px;
    width: auto;
    margin-bottom: 16px;
}

.footer-about p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

    .footer-social a {
        width: 34px;
        height: 34px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 8px;
        display: grid;
        place-items: center;
        color: #b9cdd4;
        transition: all .22s ease;
    }

        .footer-social a:hover {
            background: var(--teal-bright);
            border-color: var(--teal-bright);
            color: #fff;
        }

    .footer-social svg {
        width: 15px;
        height: 15px;
    }

.footer-col h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    font-size: 13px;
    transition: color .2s;
}

    .footer-col a:hover {
        color: var(--neon);
    }

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 12.5px;
    line-height: 1.6;
}

.footer-contact svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
    color: var(--teal-bright);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12.5px;
}

.footer-legal {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .footer-legal a:hover {
        color: var(--neon);
    }

    .footer-legal .sep {
        opacity: .4;
    }

/* ---------- WhatsApp ---------- */
.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    background: #25d366;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
    z-index: 90;
    transition: transform .25s ease;
}

    .wa-float:hover {
        transform: scale(1.1);
    }

    .wa-float svg {
        width: 26px;
        height: 26px;
    }

/* ---------- İç sayfalar (gizlilik vb.) ---------- */
.page-plain {
    padding: 60px 0 20px;
    max-width: 820px;
}

    .page-plain h1 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .page-plain h2 {
        font-size: 18px;
        margin: 26px 0 10px;
    }

    .page-plain p {
        margin-bottom: 12px;
        font-size: 14.5px;
    }

/* ---------- Reveal animasyonu (yalnızca JS aktifken) ---------- */
.js .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease, transform .7s ease;
}

    .js .reveal.in {
        opacity: 1;
        transform: none;
    }

@media (prefers-reduced-motion: reduce) {
    .js .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .neon-p {
        animation: none;
    }

    html {
        scroll-behavior: auto;
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .mod-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-card {
        margin-bottom: 0;
        grid-column: 1 / -1;
    }

    #moduller {
        padding-bottom: 76px;
    }
}

@media (max-width: 992px) {
    .nav-toggle {
        display: flex;
    }

    .main-nav {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 24px 20px;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 20px 30px rgba(12, 40, 50, .12);
        display: none;
    }

        .main-nav.open {
            display: flex;
        }

        .main-nav a:not(.btn) {
            padding: 13px 0;
            border-bottom: 1px solid #f0f4f5;
        }

            .main-nav a:not(.btn)::after {
                display: none;
            }

    .nav-cta {
        margin: 14px 0 0;
        justify-content: center;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

        .hero-text p {
            margin-left: auto;
            margin-right: auto;
        }

    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        max-width: 620px;
        margin: 0 auto;
        width: 100%;
    }

    .hero-badges {
        justify-content: center;
        gap: 20px 26px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-badge {
        text-align: left;
    }

    .mod-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-inner {
        grid-template-columns: 1fr;
        padding: 46px 34px;
        text-align: center;
    }

    .cta-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-visual {
        order: -1;
    }

    .neon-p {
        width: 150px;
    }

    .cta-mira {
        order: 3;
        justify-self: center;
        margin-bottom: -46px;
    }

        .cta-mira img {
            height: 250px;
        }

    .values {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px 26px;
    }

    .value-item {
        border-left: 0;
        padding: 0;
    }

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

    .footer-about {
        grid-column: 1 / -1;
    }
}

/* Megamenü mobilde akordeon olur */
@media (max-width: 992px) {
    .has-mega {
        display: block;
    }

    .main-nav a.mega-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mega-panel {
        position: static;
        padding-top: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        transition: none;
        display: none;
    }

    .has-mega.open .mega-panel {
        display: block;
    }

    .has-mega.open .mega-caret {
        transform: rotate(180deg);
    }

    .has-mega.open .mega-trigger {
        color: var(--teal-bright);
    }

    .mega-panel .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }

    .mega-card {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 2px 0 8px;
    }

    .mega-links {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .main-nav a.mega-item {
        display: grid;
        grid-template-columns: 38px 1fr;
        gap: 0 12px;
        align-items: center;
        padding: 9px 10px;
        border-bottom: 0;
        border-radius: 12px;
    }

    .mega-ico {
        width: 38px;
        height: 38px;
        grid-row: 1 / 3;
        border-radius: 10px;
        margin-bottom: 0;
    }

        .mega-ico svg {
            width: 18px;
            height: 18px;
        }

    .mega-item b {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .mega-item small {
        font-size: 11px;
        line-height: 1.45;
    }

    .mega-foot {
        display: none;
    }
}

@media (max-width: 700px) {
    .section {
        padding: 56px 0;
    }

    .mod-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-card {
        flex-basis: 100%;
    }

    .hv-panel {
        min-height: 280px;
    }

    .sol-body {
        flex-direction: column;
    }

    .sol-visual {
        align-self: center;
        margin-top: 6px;
    }

    .sol-feats {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sol-feat {
        flex: 0 0 30%;
    }

    .values {
        padding: 30px 24px;
    }

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

    .partners-set {
        gap: 44px;
        padding-left: 44px;
    }

    .partners img {
        height: 26px;
    }
}

@media (max-width: 560px) {
    .hero {
        padding: 44px 0 40px;
    }

    .hero-visual {
        padding: 0 0 26px;
    }

    .phone {
        width: 138px;
        right: -4px;
        bottom: -14px;
    }

    .dash-side {
        width: 92px;
        flex-basis: 92px;
        padding: 10px 7px;
    }

    .dash-charts {
        flex-direction: column;
    }

    .hero-badges {
        grid-template-columns: repeat(2, auto);
    }

    .hero-badge {
        font-size: 11px;
    }

    .values-mark {
        width: 72px;
        flex-basis: 72px;
    }

    .values-intro {
        align-items: flex-start;
    }

    .partners {
        padding: 20px 0;
    }

    .partners-set {
        gap: 34px;
        padding-left: 34px;
    }

    .partners img {
        height: 22px;
    }

    .sol-nav {
        width: 36px;
        height: 36px;
    }

    .sol-prev {
        left: -6px;
    }

    .sol-next {
        right: -6px;
    }

    .sec-title {
        gap: 10px;
    }

        .sec-title::before, .sec-title::after {
            width: 26px;
        }

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

    .cta {
        margin: 0 16px;
    }

    .cta-inner {
        padding: 38px 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 44px 0 32px;
    }

    .footer-bottom-inner {
        justify-content: center;
        text-align: center;
    }

    .container {
        padding: 0 18px;
    }
}

/* ---------- Geniş ekranlar: konteyner 1400px (1080p'de 1200 küçük kalıyordu) ---------- */
@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    .cta {
        max-width: 1400px;
    }
}
