﻿@charset "UTF-8";

/* ─── Dokuzgen anasayfa — modern light shell ─── */
.home-page {
    --home-bg: #f5f8fb;
    --home-header-offset: clamp(5.75rem, 10vw, 7.25rem);
    --home-header-gap: 1.35rem;
    position: relative;
    --home-surface: #ffffff;
    --home-text: #0f2544;
    --home-muted: #5b6f91;
    --home-line: rgba(0, 52, 93, 0.1);
    --home-accent: #00345D;
    --home-accent-2: #79A1C0;
    --home-teal: #009600;
    --home-radius-lg: 1.35rem;
    --home-shadow: 0 22px 50px rgba(15, 23, 42, 0.07);
    --home-font: "Poppins", system-ui, -apple-system, sans-serif;
}

.home-page,
.home-page h1,
.home-page h2,
.home-page h3 {
    font-family: var(--home-font);
}

*, *::before, *::after {
    box-sizing: border-box;
}


/* ─── Header: hero üzerinde overlay + scroll'da sticky ─── */
.pub-layout.home-page .pub-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
}

.pub-layout.home-page .home-slider {
    margin-top: calc(-1 * var(--home-header-offset));
}

/* ─── Hero slider (Doping Hafıza tarzı) ─── */
.home-slider {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    background: #00345D;
}

.hs-wrap {
    position: relative;
    overflow: hidden;
    min-height: clamp(520px, 72vh, 700px);
}

.hs-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    color: #fff;
}

.hs-slide--active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.hs-slide__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hs-slide--navy .hs-slide__bg {
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.07) 0%, transparent 28%),
        radial-gradient(circle at 82% 78%, rgba(42, 106, 149, 0.22) 0%, transparent 32%),
        var(--pub-gradient-brand-hero, linear-gradient(135deg, #00345D 0%, #1a5280 52%, #245a80 100%));
}

.hs-slide--violet .hs-slide__bg {
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(124, 58, 237, 0.18) 0%, transparent 35%),
        linear-gradient(125deg, #00345D 0%, #1a5280 45%, #245a80 100%);
}

.hs-slide--amber .hs-slide__bg {
    background:
        radial-gradient(circle at 50% 100%, rgba(234, 88, 12, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 25%),
        linear-gradient(145deg, #00345D 0%, #1a5280 55%, #245a80 100%);
}

.hs-slide--ocean .hs-slide__bg {
    background:
        radial-gradient(circle at 80% 30%, rgba(42, 106, 149, 0.2) 0%, transparent 32%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 28%),
        linear-gradient(140deg, #00345D 0%, #1a5280 50%, #245a80 100%);
}

.hs-slide__fx {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hs-slide__fx span {
    position: absolute;
    width: 8px;
    height: 14px;
    border-radius: 2px;
    background: rgba(255, 215, 120, 0.75);
    opacity: 0.55;
    animation: hsConfetti 7s linear infinite;
}

.hs-slide__fx span:nth-child(1) { left: 8%; top: 18%; animation-delay: 0s; transform: rotate(18deg); }
.hs-slide__fx span:nth-child(2) { left: 22%; top: 62%; animation-delay: 1.2s; transform: rotate(-24deg); width: 6px; height: 10px; }
.hs-slide__fx span:nth-child(3) { left: 48%; top: 12%; animation-delay: 2.4s; transform: rotate(35deg); }
.hs-slide__fx span:nth-child(4) { left: 68%; top: 28%; animation-delay: 0.8s; transform: rotate(-12deg); width: 10px; height: 16px; }
.hs-slide__fx span:nth-child(5) { left: 84%; top: 58%; animation-delay: 3.1s; transform: rotate(22deg); }
.hs-slide__fx span:nth-child(6) { left: 92%; top: 16%; animation-delay: 1.8s; transform: rotate(-30deg); width: 7px; height: 11px; }

@keyframes hsConfetti {
    0% { transform: translateY(0) rotate(0deg); opacity: 0; }
    10% { opacity: 0.7; }
    100% { transform: translateY(120px) rotate(280deg); opacity: 0; }
}

.hs-slide__inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-slider__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    min-height: clamp(520px, 72vh, 700px);
    padding: calc(clamp(6.75rem, 11vw, 8rem) + var(--home-header-gap)) 0 clamp(4.5rem, 8vw, 5.5rem);
}

.home-slider__content {
    max-width: 38rem;
}

.home-slider__eyebrow {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.home-slider__headline {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
}

.home-slider__lead {
    margin: 0 0 1.35rem;
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 34rem;
}

.home-slider__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.35rem;
}

.home-slider__chips span {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
}

.home-slider__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 12rem;
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    background: #fff;
    color: #00345D !important;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-slider__cta i {
    font-size: 0.92rem;
    line-height: 1;
    flex-shrink: 0;
}

.home-slider__cta:hover {
    color: #1e40af !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.home-slider__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.home-slider__cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem 1.35rem 0.72rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-slider__cta-secondary:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.82);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-slider__cta-play {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.42);
    font-size: 0.62rem;
    line-height: 1;
    padding-left: 2px;
    color: #fff;
}

.home-slider__cta-secondary:hover .home-slider__cta-play {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.65);
}

.home-slider__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.home-slider__visual-glow {
    position: absolute;
    width: min(100%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 68%);
    filter: blur(8px);
}

.home-slider__visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    height: auto;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.home-slider__visual--video {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.home-slider__visual--video img {
    width: 100%;
    max-width: none;
    border-radius: 1rem;
}

.home-slider__visual--photo {
    width: 100%;
    flex: 1 1 auto;
    align-self: center;
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.18);
    max-width: min(100%, 520px);
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.06);
}

.home-slider__visual--photo img {
    width: 100%;
    max-width: none;
    min-height: 240px;
    height: auto;
    display: block;
    vertical-align: middle;
    object-fit: cover;
    object-position: center center;
    filter: none;
}

.home-slider__visual--photo-light {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.home-slider__visual--photo-light img {
    object-fit: contain;
    min-height: 220px;
}

.home-slider__play {
    position: absolute;
    z-index: 2;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.home-slider__visual--devices {
    position: relative;
    min-height: 320px;
}

.home-slider__device {
    position: absolute;
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.35));
}

.home-slider__device--main {
    width: min(72%, 360px);
    right: 4%;
    top: 8%;
    z-index: 2;
}

.home-slider__device--side {
    width: min(48%, 240px);
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.92;
}

.home-slider__features-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.25rem;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.home-slider__features-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.home-slider__features-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.45;
}

.home-slider__features-list li::before {
    content: "";
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/0.7rem no-repeat;
}

.hs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hs-arrow--prev { left: 0.35rem; }
.hs-arrow--next { right: 0.35rem; }

.home-slider__control-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.45rem;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hs-arrow:hover .home-slider__control-icon {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.05);
}

.home-slider__indicators-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.35rem;
    z-index: 12;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.home-slider__indicators {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    pointer-events: auto;
}

#hsDots button {
    width: 2.4rem;
    height: 3px;
    border-radius: 999px;
    border: none;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.35);
    transition: width 0.3s ease, background 0.3s ease;
}

#hsDots button:hover {
    background: rgba(255, 255, 255, 0.65);
}

#hsDots button.active {
    width: 3.4rem;
    background: #fff;
}

@media (max-width: 991.98px) {
    .pub-layout.home-page {
        --home-header-offset: clamp(4.75rem, 14vw, 6.25rem);
        --home-header-gap: 1.1rem;
    }

    .home-slider {
        padding-top: 0;
    }

    .home-slider__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        text-align: center;
        padding-top: calc(clamp(1.75rem, 3.5vw, 2.75rem) + var(--home-header-gap));
        padding-bottom: 4.75rem;
    }

    .home-slider__content {
        max-width: none;
    }

    .home-slider__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .home-slider__chips {
        justify-content: center;
    }

    .home-slider__actions {
        justify-content: center;
    }

    .home-slider__cta-secondary {
        margin-left: 0;
    }

    .home-slider__visual,
    .home-slider__features-box {
        max-width: 28rem;
        margin: 0 auto;
    }

    .home-slider__visual--devices {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .hs-arrow {
        display: none;
    }

    .home-slider__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }

    .home-slider__cta,
    .home-slider__cta-secondary {
        justify-content: center;
        width: 100%;
    }
}
/* ─── Trust strip ─── */
.home-trust {
    background: var(--home-bg);
    padding: 1.75rem 0 2.5rem;
    margin-top: -1px;
}

.home-trust__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 540px) {
    .home-trust__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem;
    }
}

@media (min-width: 992px) {
    .home-trust__inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.15rem;
    }
}

.home-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem 1.15rem;
    min-height: 9.5rem;
    border-radius: 1.15rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1e293b;
    border: 1px solid transparent;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-trust__item:nth-child(1) {
    background: linear-gradient(155deg, #dce8f3 0%, #eef4fa 55%, #e3edf7 100%);
    border-color: rgba(0, 52, 93, 0.28);
}

.home-trust__item:nth-child(2) {
    background: linear-gradient(155deg, #ccfbf1 0%, #ecfdf5 55%, #d1fae5 100%);
    border-color: rgba(13, 148, 136, 0.28);
}

.home-trust__item:nth-child(3) {
    background: linear-gradient(155deg, #ede9fe 0%, #f5f3ff 55%, #e9d5ff 100%);
    border-color: rgba(124, 58, 237, 0.28);
}

.home-trust__item:nth-child(4) {
    background: linear-gradient(155deg, #ffedd5 0%, #fff7ed 55%, #fef3c7 100%);
    border-color: rgba(234, 88, 12, 0.22);
}

.home-trust__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.home-trust__item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    font-size: 1.55rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.home-trust__item:nth-child(1) i {
    background: linear-gradient(135deg, #00345D 0%, #79A1C0 100%);
}

.home-trust__item:nth-child(2) i {
    background: linear-gradient(135deg, #0d9488 0%, #059669 100%);
}

.home-trust__item:nth-child(3) i {
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
}

.home-trust__item:nth-child(4) i {
    background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);
}

.home-trust__item span {
    display: block;
    max-width: 15rem;
}

/* ─── Three pillars (öğrenci / veli / teknoloji) ─── */
.home-pillars {
    padding: 3rem 0 3.75rem;
    background: linear-gradient(180deg, #fafbff 0%, #f1f5f9 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.home-pillars .home-section-head {
    max-width: 760px;
}

.home-pillars__grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr;
    max-width: 1120px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .home-pillars__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.35rem;
    }
}

.home-pillar {
    background: var(--home-surface);
    border-radius: 1.2rem;
    border: 1px solid var(--home-line);
    padding: 1.5rem 1.45rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 56px rgba(15, 23, 42, 0.09);
}

.home-pillar__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.home-pillar__badge--purple {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.home-pillar__badge--cyan {
    background: linear-gradient(135deg, #059669, #06b6d4);
}

.home-pillar h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--home-text);
    margin: 0 0 0.55rem;
    letter-spacing: -0.02em;
}

.home-pillar p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.72;
    color: var(--home-muted);
}

.home-pillar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.52rem;
}

.home-pillar li {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    line-height: 1.45;
}

.home-pillar li i {
    color: #22c55e;
    flex-shrink: 0;
    margin-top: 0.12rem;
    font-size: 0.75rem;
}

/* ─── Section headings ─── */
.home-section-head {
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.home-section-head__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.home-section-head__eyebrow--lg {
    font-size: clamp(0.88rem, 1.6vw, 1.05rem);
    padding: 0.55rem 1.35rem;
    letter-spacing: 0.06em;
}

.home-section-head__title {
    font-size: clamp(1.75rem, 3.8vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--home-text);
    margin: 0 0 0.65rem;
    line-height: 1.18;
}

.home-section-head__sub {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--home-muted);
}

.home-section-head--on-dark .home-section-head__title {
    color: #f8fafc;
}

.home-section-head--on-dark .home-section-head__sub {
    color: rgba(226, 232, 240, 0.85);
}

.home-section-head--on-dark .home-section-head__eyebrow {
    color: #93c5fd;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.home-section-head__eyebrow--outline {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.68rem;
    color: #e2e8f0 !important;
    background: rgba(15, 23, 42, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

/* ─── Packages (JSON kartları — sınıf adları korunur) ─── */
.pkt-section.home-pkts {
    background: var(--home-bg);
    padding: 4rem 0 5rem;
}

.home-pkts__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 0 2.25rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid var(--home-line);
    border-radius: 999px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.pkt-tab {
    border: none;
    background: transparent;
    color: #475569;
    padding: 0.85rem 2.25rem;
    min-width: 6.5rem;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pkt-tab:hover {
    color: #1e40af;
    transform: translateY(-1px);
}

.pkt-tab.is-active {
    background: linear-gradient(90deg, #00345D, #79A1C0);
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 52, 93, 0.28);
}

.home-pkts__grid.pkt-grid {
    display: grid;
    width: 100%;
    gap: clamp(0.75rem, 2vw, 1.15rem);
    grid-template-columns: 1fr;
    align-items: stretch;
}

/* Geniş ekranda dört paket tek satırda */
@media (min-width: 992px) {
    .home-pkts__grid.pkt-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Tablet: iki sütun */
@media (min-width: 576px) and (max-width: 991.98px) {
    .home-pkts__grid.pkt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-pkts__note {
    text-align: center;
    font-size: 0.88rem;
    color: var(--home-muted);
    margin-top: 2rem;
    margin-bottom: 0;
}

.home-pkts__note a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.home-pkts__note a:hover {
    text-decoration: underline;
}

/* Package cards (anasayfa paket bölümü — tam genişlik ızgaraya uyum) */
.pkt-section.home-pkts .pkt-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    background: var(--home-surface);
    border-radius: 1.25rem;
    border: 1px solid var(--home-line);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pkt-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.11);
}

.pkt-card.is-hidden {
    display: none !important;
}

.pkt-card__header {
    padding: 1.35rem 1.25rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    position: relative;
}

.pkt-card__header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 1.25rem 1.25rem 0 0;
}

.pkt-card--blue .pkt-card__header::after {
    background: linear-gradient(90deg, #2563eb, #38bdf8);
}

.pkt-card--purple .pkt-card__header::after {
    background: linear-gradient(90deg, #7c3aed, #c084fc);
}

.pkt-card--teal .pkt-card__header::after {
    background: linear-gradient(90deg, #009600, #00d600);
}

.pkt-card--orange .pkt-card__header::after {
    background: linear-gradient(90deg, #ea580c, #fbbf24);
}

.pkt-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.22rem;
    color: #fff;
    flex-shrink: 0;
}

.pkt-card--blue .pkt-card__icon {
    background: linear-gradient(145deg, #2563eb, #38bdf8);
}

.pkt-card--purple .pkt-card__icon {
    background: linear-gradient(145deg, #7c3aed, #a855f7);
}

.pkt-card--teal .pkt-card__icon {
    background: linear-gradient(145deg, #009600, #00d600);
}

.pkt-card--orange .pkt-card__icon {
    background: linear-gradient(145deg, #ea580c, #fbbf24);
}

.pkt-card__badge {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.pkt-card__name {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--home-text);
    margin: 0 0 0.15rem;
    line-height: 1.25;
}

.pkt-card__year {
    font-size: 0.74rem;
    font-weight: 700;
    color: #94a3b8;
}

.pkt-card__features {
    list-style: none;
    margin: 0;
    padding: 0 1.25rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
}

.pkt-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
}

.pkt-card--blue .pkt-card__features i {
    color: #2563eb;
}

.pkt-card--purple .pkt-card__features i {
    color: #7c3aed;
}

.pkt-card--teal .pkt-card__features i {
    color: #009600;
}

.pkt-card--orange .pkt-card__features i {
    color: #ea580c;
}

.pkt-card__price {
    padding: 0 1.25rem 0.85rem;
}

.pkt-card__price-current {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--home-text);
}

.pkt-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0 1.25rem 1.25rem;
}

.pkt-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 0.65rem;
    border-radius: 0.72rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease;
}

.pkt-card__btn:active {
    transform: scale(0.98);
}

.pkt-card__btn--detail {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #334155;
}

.pkt-card__btn--detail:hover {
    background: #e8f0fe;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.pkt-card__btn--buy,
.pkt-card__btn--buy:hover,
.pkt-card__btn--buy:focus {
    color: #fff !important;
}

.home-page a.pkt-card__btn--buy,
.home-page a.pkt-card__btn--buy:hover {
    color: #fff !important;
}

.pkt-card__btn--buy {
    font-size: 0.84rem;
    padding: 0.8rem 0.75rem;
}

.pkt-card--blue .pkt-card__btn--buy {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.pkt-card--purple .pkt-card__btn--buy {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.pkt-card--teal .pkt-card__btn--buy {
    background: linear-gradient(135deg, #009600, #00d600);
}

.pkt-card--orange .pkt-card__btn--buy {
    background: linear-gradient(135deg, #ea580c, #fbbf24);
}

/* ─── Modules (modern dark shelf) ─── */
.home-modules {
    padding: 4.85rem 0 5.5rem;
    background: radial-gradient(ellipse 140% 80% at 50% -20%, rgba(121, 161, 192, 0.18), transparent),
        linear-gradient(168deg, #00345D 0%, #0a4a72 42%, #1a5280 100%);
    position: relative;
    overflow: hidden;
}

.home-modules__glow {
    pointer-events: none;
    position: absolute;
    inset: -40% -30% auto;
    height: 85%;
    background: radial-gradient(ellipse at 22% 30%, rgba(121, 161, 192, 0.35), transparent 52%),
        radial-gradient(ellipse at 82% 60%, rgba(56, 189, 248, 0.22), transparent 48%);
    filter: blur(2px);
    opacity: 0.75;
}

.home-modules .container {
    position: relative;
    z-index: 2;
}

.home-modules__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .home-modules__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-mod--span2 {
        grid-column: 1 / -1;
    }

    .home-mod--span3 {
        grid-column: 1 / -1;
    }
}

@media (min-width: 1100px) {
    .home-modules__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }

    .home-mod--span2 {
        grid-column: span 2;
    }

    .home-mod--span3 {
        grid-column: 1 / -1;
    }
}

.home-mod {
    position: relative;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.25rem;
    padding: 1.35rem 1.4rem 1.45rem;
    backdrop-filter: blur(16px);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.home-mod::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.28s ease;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), transparent 56%);
}

.home-mod:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 211, 252, 0.45);
    background: rgba(255, 255, 255, 0.07);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(56, 189, 248, 0.12);
}

.home-mod:hover::before {
    opacity: 1;
}

.home-mod--span2 {
    background: linear-gradient(
        135deg,
        rgba(79, 70, 229, 0.2) 0%,
        rgba(15, 23, 42, 0.35) 45%,
        rgba(14, 165, 233, 0.12) 100%
    );
    border-color: rgba(165, 180, 252, 0.32);
}

.home-mod--accent {
    background: linear-gradient(148deg, rgba(13, 148, 136, 0.22), rgba(15, 23, 42, 0.5));
    border-color: rgba(45, 212, 191, 0.35);
}

.home-mod__accent-inner {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.home-mod__accent-main {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.home-mod__accent-feats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 1fr;
}

.home-mod__accent-feats li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(240, 253, 250, 0.92);
    padding: 0.65rem 0.85rem;
    border-radius: 0.85rem;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(45, 212, 191, 0.22);
}

.home-mod__accent-feats i {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: #5eead4;
    background: rgba(13, 148, 136, 0.22);
}

@media (min-width: 640px) {
    .home-mod--span3.home-mod--accent {
        padding: 1.45rem 1.65rem;
    }

    .home-mod__accent-main {
        flex-direction: row;
        align-items: center;
        gap: 1.25rem;
    }

    .home-mod__accent-inner {
        gap: 1.25rem;
    }

    .home-mod--span3 .home-mod__ico {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 52px;
        height: 52px;
        font-size: 1.15rem;
    }

    .home-mod--span3 h3 {
        font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    }

    .home-mod--span3 p {
        font-size: 0.9rem;
        max-width: none;
    }

    .home-mod__accent-feats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

@media (min-width: 1100px) {
    .home-mod__accent-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }

    .home-mod__accent-main {
        flex: 1 1 auto;
        min-width: 0;
    }

    .home-mod__accent-feats {
        flex: 0 1 42%;
        min-width: 280px;
    }
}

.home-mod__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #c7d2fe;
    padding: 0.32rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(199, 210, 254, 0.35);
    background: rgba(15, 23, 42, 0.45);
    margin-bottom: 0.75rem;
}

.home-mod__tag i {
    color: #93c5fd;
}

.home-mod__ico {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
    box-shadow: 0 10px 26px rgba(37, 99, 235, 0.4);
}

.home-mod__ico--invert {
    background: linear-gradient(145deg, #0d9488, #0891b2);
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.42);
}

.home-mod h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 0.5rem;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.home-mod--span2 h3 {
    font-size: clamp(1.1rem, 2.2vw, 1.42rem);
}

.home-mod p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.75;
    color: rgba(226, 232, 240, 0.89);
}

/* ─── Counter band ─── */
.counter-section.home-counter {
    position: relative;
    padding: 3.75rem 0;
    background: var(--home-bg);
}

.counter-section__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #eff6ff 0%, #f5f3ff 45%, #ecfeff 100%);
    opacity: 0.95;
}

.counter-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    text-align: center;
}

.counter-item__num {
    font-size: clamp(1.85rem, 4.5vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    background: linear-gradient(105deg, #1e40af, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.counter-item__label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

@media (min-width: 768px) {
    .counter-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ─── Reviews ─── */
.review-section.home-reviews {
    background: var(--home-surface);
    padding: 4.5rem 0;
    border-top: 1px solid var(--home-line);
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
}

.review-card {
    background: linear-gradient(165deg, #fafbff 0%, #ffffff 100%);
    border: 1px solid var(--home-line);
    border-radius: 1.15rem;
    padding: 1.55rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease;
}

.review-card:hover {
    transform: translateY(-3px);
}

.review-card--featured {
    background: linear-gradient(165deg, #f5f3ff 0%, #ffffff 55%);
    border-color: rgba(124, 58, 237, 0.22);
}

.review-card--parent {
    background: linear-gradient(165deg, #ecfeff 0%, #ffffff 62%);
    border-color: rgba(13, 148, 136, 0.25);
}

.review-card__stars {
    display: flex;
    gap: 0.15rem;
    color: #f59e0b;
    font-size: 0.88rem;
}

.review-card__text {
    font-size: 0.89rem;
    line-height: 1.75;
    color: #475569;
    margin: 0;
    flex: 1;
}

.review-card__footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.review-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #fff;
}

.review-card__avatar--blue {
    background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.review-card__avatar--purple {
    background: linear-gradient(135deg, #7c3aed, #c084fc);
}

.review-card__avatar--orange {
    background: linear-gradient(135deg, #ea580c, #fbbf24);
}

.review-card__avatar--teal {
    background: linear-gradient(135deg, #0d9488, #06b6d4);
}

.review-card__name {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--home-text);
}

.review-card__type {
    font-size: 0.74rem;
    color: #94a3b8;
}

@media (min-width: 576px) {
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .review-grid--quad {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .review-grid--quad {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ─── CTA ─── */
.cta-section.home-cta {
    position: relative;
    padding: 4.75rem 0;
    overflow: hidden;
    background: var(--home-bg);
}

.cta-section__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 120%, rgba(37, 99, 235, 0.14), transparent 55%),
        linear-gradient(180deg, #fafbff 0%, #f1f5f9 100%);
}

.home-cta__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4338ca;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.cta-section__title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--home-text);
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

.cta-section__desc {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--home-muted);
    margin-bottom: 2rem;
}

.home-cta__inline-link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-cta__inline-link:hover {
    color: #1e40af;
}

.cta-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

.cta-section__btn-primary,
.cta-section__btn-primary:hover,
.cta-section__btn-primary:focus {
    color: #fff !important;
}

.home-page a.cta-section__btn-primary,
.home-page a.cta-section__btn-primary:hover {
    color: #fff !important;
}

.cta-section__btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 0.95rem 2rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    box-shadow: 0 14px 34px rgba(79, 70, 229, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-section__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(79, 70, 229, 0.33);
}

.cta-section__btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 0.95rem 2rem;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    color: #334155;
}

.cta-section__btn-outline:hover {
    border-color: rgba(37, 99, 235, 0.35);
    color: #1d4ed8;
}
