/* ====================================================================
   NETINTERNET — internet.css v11
   Light, modern, professional redesign
   ==================================================================== */

/* ── Font Faces ──────────────────────────────────────────────────── */
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/public/assets/fonts/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'MADE Outer Sans';
    src: url('/public/assets/fonts/MADEOuterSansAltMedium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('/public/assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltMedium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltRegular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('/public/assets/fonts/GalanoGrotesqueAltBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* ── Owl Carousel / Package Filter fallback ─────────────────────── */
.owl-carousel1 .grid.filter-fiber .grid-item.vdsl { display: none !important; }
.owl-carousel1 .grid.filter-fiber .grid-item.fiber { display: block !important; }
.owl-carousel1 .grid.filter-all .grid-item { display: block !important; }
.owl-carousel1 .owl-item.hide-slide { display: none !important; }
.owl-carousel1.is-filtering { visibility: hidden; }
.owl-carousel1.is-ready { visibility: visible; }
.owl-carousel1 .slide { padding: 0; }

/* ── Reset / Base ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
    background: #ffffff;
}
a { text-decoration: none !important; }

/* ── Design Tokens ───────────────────────────────────────────────── */
:root {
    --ni-primary:  #068bdb;
    --ni-warning:  #f59f1a;
    --ni-text:     #1e293b;
    --ni-muted:    #64748b;
    --ni-border:   #e5e7eb;
    --ni-bg:       #f8fafc;
    --ni-white:    #ffffff;
    --ni-dark:     #0d1b2e;
}

/* ── Container ───────────────────────────────────────────────────── */
.ni-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.bg-soft {
    background: var(--ni-bg);
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-block: 20px;
}
@media (min-width: 1400px) {
    .ni-container { max-width: 1440px; }
}

/* ====================================================================
   HEADER / NAVBAR
   ==================================================================== */

/* .ni-header wraps navbar + hero content; NEVER closed in header.html */
.ni-header {
    background: #ffffff;
    position: relative;
    min-height: 520px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
}

/* ── Topbar (service tabs + CTA) ─────────────────────────────────── */
.ni-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-block: 12px;
    background: #ffffff;
    position: relative;
    z-index: 200;
}

.ni-topbar__tabs {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ni-navbar__brand .ni-logo {
    display: inline-flex;
    align-items: center;
}

.ni-navbar__brand .ni-logo img {
    height: 38px;
}

.ni-topbar__tabs a {
    color: var(--ni-muted);
    text-decoration: none;
    padding: 6px 16px;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
    border: 1.5px solid transparent;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
    position: relative;
}

.ni-topbar__tabs a.is-active {
    color: var(--ni-primary);
    background: rgba(6,139,219,.07);
    border-color: var(--ni-primary);
}

.ni-topbar__tabs a:not(.is-active):hover {
    color: var(--ni-primary);
    border-color: rgba(6,139,219,.3);
}

/* hide underline image — styling is pure CSS now */
.ni-tab-underline { display: none !important; }

.ni-topbar__tabs .divider {
    width: 1px;
    height: 14px;
    background: var(--ni-border);
    display: inline-block;
}

.ni-topbar__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.ni-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins';
    transition: opacity .2s ease, transform .15s ease;
    border: none;
}
.ni-btn--primary {
    background: var(--ni-primary);
}
.ni-btn--warning {
    background: transparent;
    color: var(--ni-warning);
    border: 1.5px solid var(--ni-warning);
}
.ni-btn--warning:hover {
    background: var(--ni-warning);
    color: #fff;
}
.ni-btn--primary:hover { opacity: .88; }

/* ── Secondary navbar (desktop links) ───────────────────────────── */
.ni-navbar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 100;
    transition: box-shadow .25s ease;
}
.navbar-bg{
  background: #068bdb;
}
.ni-navbar.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.ni-navbar__menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.ni-navbar__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins';
    transition: color .2s ease;
}

.ni-navbar__menu a:hover { color:#e1f5ff; }

/* ── Hamburger ───────────────────────────────────────────────────── */
.ni-hamburger-menu {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}

/* ====================================================================
   MOBILE MENU
   ==================================================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
    z-index: 9999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    transform: translateY(0);
    top: 56px;
}

.mobile-menu-backdrop { display: none; }

.mobile-top-menu {
    border-bottom: 1px solid rgba(175,175,175,.29);
}

.veri-mobile, .evde-internet-mobile {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Inter';
    color: #000;
    padding: 12px;
    text-decoration: none;
}

.veri-mobile.active, .evde-internet-mobile.active {
    color: var(--ni-primary);
    border-bottom: 4px solid var(--ni-primary);
    font-weight: 600;
}

.musteri-paneli-mobile {
    border-radius: 6px;
    background: linear-gradient(90deg, #0082cf, #58b5eb);
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
}

.mobile-menu-content {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 0;
    flex: 1;
    overflow-y: auto;
}

body.menu-open { overflow: hidden; }

.mobile-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #0082cf;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.mobile-item span { font-size: 22px; color: #58b5eb; }

.mobile-menu-footer {
    background-color: #f4f4f4;
    padding-block: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-footer-text {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Inter';
    color: #bdbdc2;
    margin-inline: 6px;
    text-decoration: none;
}

.mobile-footer-text-blue {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Inter';
    color: #12567f;
    margin-inline: 6px;
    text-decoration: none;
}

.mobile-footer-dik-cizgi {
    width: 1px;
    height: 20px;
    background-color: #bdbdc2;
}

.menu-toggle { cursor: pointer; }

.mobile-menu-content,
.mobile-hizmetlerimiz-menu {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.mobile-title { color: #575757; font-weight: 500; font-size: 18px; }
.mobile-border-bottom { border-bottom: 1px solid rgba(0,0,0,.08); }

.mobile-menu-content.hide {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}

.mobile-hizmetlerimiz-menu {
    position: absolute;
    top: 0; left: 100%;
    width: 100%; height: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
}

.mobile-hizmetlerimiz-menu.show {
    left: 0;
    opacity: 1;
    pointer-events: all;
}

.mobile-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0082cf;
    font-weight: 500;
    text-decoration: none;
}

.mobile-back svg { width: 14px; height: 14px; }

.mobile-sub-item {
    display: block;
    padding-top: 12px;
    padding-bottom: 6px;
    color: #292828;
    text-decoration: none;
    font-weight: 500;
}

.mobile-hemen-incele {
    color: #007bc1 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.mobile-sub-item span {
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
    font-size: .85em;
    color: #6c757d;
}

.mobile-sub-item a {
    display: none;
    opacity: 0;
    transition: opacity .5s ease;
    font-size: .85em;
    color: #6c757d;
}

.mobile-sub-item.is-scrolled span,
.mobile-sub-item.is-scrolled a {
    display: block;
    opacity: 1;
}

/* ====================================================================
   HERO SECTION
   ==================================================================== */
.hero-section {
    display: flex;
    align-items: center;
    margin: 0 auto;
    min-height: clamp(380px, 38vw, 480px);
    position: relative;
}

.hero-section .left {
    flex: 0 0 auto;
    width: min(54%, 737px);
    position: relative;
    z-index: 2;
}

.hero-section .right {
    flex: 1;
}

.ni-header .ni-header__hero {
    object-position: bottom;
    pointer-events: none;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 92%;
    width: auto;
    z-index: 0;
}

/* Hero text */
.ni-hero-text {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
    font-family: 'Galano Grotesque';
}

.hero-text,
.hero-text-primary,
.hero-text-primary-light {
    font-family: 'Galano Grotesque';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(36px, 3.5vw, 48px);
    line-height: 114%;
}

.hero-text-primary { color: var(--ni-primary); }
.hero-text-primary-light {
    font-weight: 200;
    color: var(--ni-primary);
}

.hero-desc {
    font-size: clamp(15px, 1.4vw, 18px);
    color: #4b4b4b;
    font-family: 'Poppins';
    line-height: 150%;
    font-weight: 400;
    margin-top: 16px;
    max-width: 520px;
}

.blog-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #1e293b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 6px 14px;
}
.blog-hero-badge svg { color: var(--ni-primary); flex-shrink: 0; }

/* ── CTA Box (replaces old phone form) ───────────────────────────── */
.hero-cta-box {
    margin-top: 32px;
    max-width: 520px;
    position: relative;
    z-index: 2;
}

.hero-cta-title {
    font-family: 'Galano Grotesque';
    font-size: clamp(17px, 1.6vw, 21px);
    font-weight: 700;
    color: var(--ni-text);
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.hero-cta-desc {
    font-family: 'Poppins';
    font-size: 14px;
    color: var(--ni-muted);
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.ni-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ni-primary);
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    box-shadow: 0 4px 16px rgba(6,139,219,.28);
}

.ni-cta-btn:hover {
    background: #0579c4;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(6,139,219,.38);
    color: #fff;
}

.ni-cta-btn svg { flex-shrink: 0; }

.hero-legal-notice {
    font-family: 'Poppins';
    font-size: 11px;
    color: #94a3b8;
    margin: 14px 0 12px 0;
    line-height: 1.5;
}

.ni-cta-btn-ghost {
    display: inline-flex;
    align-items: center;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: var(--ni-primary);
    text-decoration: none;
    padding: 8px 0;
    transition: color .2s ease;
}

.ni-cta-btn-ghost:hover { color: #0579c4; }

/* ====================================================================
   STICKY SWITCH (desktop hidden, mobile side tabs)
   ==================================================================== */
.sticky-switch { display: none; }

/* switch children — always hidden, positioning handled via mobile rules */
.veri-merkezi-switch-child,
.evde-internet-swtich-child,
.select-line-icon { display: none; }

/* ====================================================================
   OPTIONS / FEATURES SECTION
   ==================================================================== */
.options-title {
    text-align: center;
    font-size: clamp(26px, 2.8vw, 38px);
    color: #000;
    font-family: 'Galano Grotesque';
    margin-top: 64px;
    width: 100%;
    padding-top: 48px;
}

.sabit-fiyat-snrsz-hz-kes { margin: 0; }
.sabit-fiyat-snrsz { color: var(--ni-primary); }
.netinternetin-avantajl-dnya { margin: 0; font-size: 22px; line-height: 26px; }
.options-section-netinternetin-avantajl-dnya { font-weight: 500; font-size: 17px; }
.options-title-netinternetin-avantajl-dnya { font-weight: 500; font-size: 18px; }

.options-container {
    display: flex;
    justify-content: center;
    padding-bottom: 64px;
}

.options-section {
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 26px;
    color: var(--ni-primary);
    font-family: 'Poppins';
    justify-content: center;
    margin: 0 auto;
}

/* Feature cards */
.opt-1, .opt-2, .opt-3, .opt-4 {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--ni-border);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.opt-1:hover, .opt-2:hover, .opt-3:hover, .opt-4:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(6,139,219,.12);
    border-color: var(--ni-primary);
}

.opt-1-child, .opt-2-child, .opt-3-child, .opt-4-child {
    width: 80px;
    height: 80px;
    display: block;
}

.yannzdayz,
.gcn-altyapsndan-alyor-container,
.ay-sabit-fiyat-container,
.taahhtsz-nternet-keyfi-container {
    line-height: 117%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.p { margin: 0; }

.options-section-yannzdayz {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: var(--ni-muted);
}

.option-decs {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: var(--ni-muted);
    display: inline-block;
    padding-inline: 8px;
    text-align: center;
}

.cayma-bedeli-yok {
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: var(--ni-muted);
    display: inline-block;
    padding-inline: 8px;
    text-align: center;
}

/* ====================================================================
   PACKAGE CARDS — Home Preview (.paketler)
   ==================================================================== */

/* Mobile carousel */
.carousel {
    width: 100vw;
    max-width: 1000px;
    padding: 10px;
}

.carousel-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 16px;
    will-change: transform;
    -webkit-overflow-scrolling: touch;
}

.cardd {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    min-width: 300px;
    padding: 16px;
}

.card-photo .fiber-100,
.card-photo .fiber-50,
.card-photo .fiber-35 {
    width: 100% !important;
    margin-bottom: 1rem;
    pointer-events: none;
}

/* Desktop package row */
.paketler {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: #ffffff;
    padding-bottom: 40px;
    padding-inline: 16px;
}

.tum-paketler {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Fiber 35 — blue card */
.fiber-35 {
    width: 300px;
    border-radius: 20px;
    padding: 32px;
    background: linear-gradient(145deg, #068bdb 0%, #0461a8 100%);
    box-shadow: 0 12px 40px rgba(6,139,219,.22);
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fiber-35:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(6,139,219,.32);
}

/* Fiber 50 — blue card */
.fiber-50 {
    width: 300px;
    border-radius: 20px;
    padding: 32px;
    background: linear-gradient(145deg, #068bdb 0%, #0461a8 100%);
    box-shadow: 0 12px 40px rgba(6,139,219,.22);
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fiber-50:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(6,139,219,.32);
}

/* Fiber 100 — featured dark card */
.fiber-100 {
    width: 340px;
    border-radius: 20px;
    padding: 32px;
    background: linear-gradient(145deg, #0d1b2e 0%, #132d52 100%);
    box-shadow: 0 16px 56px rgba(13,27,46,.35);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fiber-100:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 72px rgba(13,27,46,.45);
}

/* "En Popüler" badge on fiber-100 */
.fiber-100::before {
    content: "En Popüler";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ni-warning);
    color: #fff;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 1;
}

/* Package header labels */
.fber-35, .fber-50, .fber-100 {
    font-size: 28px;
    letter-spacing: .03em;
    line-height: 117%;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-family: 'MADE Outer Sans';
    border: 1px solid rgba(255,198,40,.6);
    border-radius: 12px;
    padding: 10px 14px;
    align-self: flex-start;
    margin-bottom: 20px;
}

.fber { font-weight: 300; }
.fber-35-span, .fber-50-span, .fber-100-span { font-weight: 900; }

/* Features list */
.mbps-download-12-container {
    font-size: 15px;
    line-height: 180%;
    font-weight: 500;
    font-family: 'Galano Grotesque';
    color: #fff;
    text-align: left;
    display: block;
    flex: 1;
}

.mbps-download-12-mbps-upload-k {
    margin: 0 0 20px 0;
    font-family: inherit;
    font-size: 14px;
    padding-left: 0;
    list-style: none;
}

.mbps-download-12-mbps-upload-k li {
    margin-bottom: 6px;
    padding-left: 4px;
}

.mbps-download-12-mbps-upload-k li::before {
    content: "✓ ";
    color: rgba(255,255,255,.7);
    font-weight: 700;
}

.mbps-download { margin-bottom: 0; }

/* Price display */
.aylik {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Galano Grotesque';
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 16px;
    height: auto;
}

/* Subscribe button — blue cards */
.fiber-35 .abone-ol,
.fiber-50 .abone-ol {
    display: block;
    width: 100%;
    text-align: center;
    background: #ffffff;
    color: var(--ni-primary);
    border-radius: 12px;
    padding: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin-top: auto;
    transition: background .2s ease, color .2s ease, transform .15s ease;
    position: static;
    bottom: auto;
    right: auto;
}

.fiber-35 .abone-ol:hover,
.fiber-50 .abone-ol:hover {
    background: #e8f4fd;
    transform: translateY(-1px);
}

/* Subscribe button — dark featured card */
.fiber-100 .abone-ol {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--ni-warning);
    color: #fff;
    border-radius: 12px;
    padding: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin-top: auto;
    transition: background .2s ease, transform .15s ease;
    position: static;
    bottom: auto;
    right: auto;
}

.fiber-100 .abone-ol:hover {
    background: #e8900a;
    transform: translateY(-1px);
}

/* Hide tac crown icon */
.tac-icon { display: none !important; }

/* "Diğer Paketleri İncele" link */
.diger-paketler {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 64px;
    margin-inline: 10px;
}

.incele {
    border-radius: 12px;
    background-color: var(--ni-warning);
    padding: 14px 48px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins';
    transition: background .2s ease, transform .15s ease;
}

.incele:hover {
    background: #e8900a;
    transform: translateY(-2px);
}

/* ====================================================================
   CAMPAIGN SECTION
   ==================================================================== */
.campaign-section {
    border-radius: 24px;
    background: linear-gradient(120deg, #f0f7ff 0%, #e8f2fa 100%);
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.campaign-section .campaign-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 420px;
    width: auto;
}

.campaign-text {
    padding: 55px clamp(160px, 34%, 340px) 55px 64px;
}

.fiber-yuksek-hizlarda {
    color: var(--ni-primary);
    font-weight: 700;
}

.indirim-kampanyasi { color: #000; font-weight: 700; }

.fiber-yuksek-hizlarda,
.indirim-kampanyasi {
    text-align: left;
    font-size: clamp(26px, 2.8vw, 38px);
    font-family: 'Galano Grotesque';
    line-height: 117%;
}

.campaign-section .subtitle {
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 150%;
    font-weight: 400;
    margin-top: 20px;
    color: #334155;
}

.campaign-section .kampanya-incele {
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 24px;
    background-color: var(--ni-primary);
    padding: 12px 28px;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    transition: background .2s ease, transform .15s ease;
}

.campaign-section .kampanya-incele:hover {
    background: #0579c4;
    transform: translateY(-2px);
}

/* ====================================================================
   OWL CAROUSEL (campaigns / blogs)
   ==================================================================== */
.kampanyalar {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 480px;
    border-radius: 14px;
    background-color: #fff;
    border: 1px solid #e7e8ec;
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
    min-height: 280px;
}

.kampanyalar:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    transform: translateY(-3px);
}

.kampanyalar img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.owl-carousel3 {
    margin-block: 64px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel3 .text {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.owl-carousel3 .title {
    font-size: 20px;
    line-height: 130%;
    font-family: 'Poppins';
    color: #003e66;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel3 .desc {
    margin-top: 10px;
    color: #797979;
    font-size: 15px;
    line-height: 150%;
    font-family: 'Poppins';
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel3 .owl-stage-outer {
    padding: 20px 0;
    overflow: hidden;
}

.owl-carousel3 .owl-item {
    display: flex;
    justify-content: center;
    transition: opacity .25s ease, transform .25s ease;
}

.owl-carousel3 .kampanyalar { margin: 0 auto; }

.owl-carousel3 .owl-item:not(.center) { opacity: .45; }
.owl-carousel3 .owl-item.center,
.owl-carousel1 .owl-item.center,
.gecikme-cards-slider .owl-item.center { opacity: 1; }

/* Owl dots */
.owl-carousel3 .owl-dots,
.owl-carousel1 .owl-dots,
.gecikme-cards-slider .owl-dots,
.son-yazilar-slider .owl-dots,
.other-blogs .owl-dots,
.grid-popular .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.owl-carousel3 .owl-dot span,
.owl-carousel1 .owl-dot span,
.gecikme-cards-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d9dde3;
    display: block;
    border-radius: 999px;
    transition: background-color .2s ease, transform .2s ease;
}

.son-yazilar-slider .owl-dot span,
.other-blogs .owl-dot span,
.grid-popular .owl-dot span {
    width: 18px;
    height: 18px;
    background: #d9dde3;
    display: block;
    border-radius: 999px;
    transition: background-color .2s ease, transform .2s ease;
}

.owl-carousel3 .owl-dot.active span,
.owl-carousel1 .owl-dot.active span,
.gecikme-cards-slider .owl-dot.active span,
.son-yazilar-slider .owl-dot.active span,
.other-blogs .owl-dot.active span,
.grid-popular .owl-dot.active span {
    background: var(--ni-primary);
    transform: scale(1.15);
}

.last-two { color: var(--ni-primary); }
.last-two2 { color: #068bdb; }

/* ====================================================================
   FAQ
   ==================================================================== */
.sikca-sorulan-sorular { padding-top: 48px; }

.sikca-sorulan-sorular .sikca-sorulan {
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 96%;
    font-family: 'Galano Grotesque';
    color: var(--ni-primary);
    font-weight: 700;
}

.sikca-sorulan-sorular .sorular {
    font-size: clamp(26px, 2.8vw, 38px);
    line-height: 96%;
    font-family: 'Galano Grotesque';
    font-weight: 700;
    color: #000;
}

.faq {
    max-width: 980px;
    margin: 20px auto 80px;
}

.faq-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid var(--ni-border);
    margin-bottom: 16px;
    overflow: hidden;
    transition: border-color .2s ease;
}

.faq-item.is-open { border-left: 3px solid var(--ni-primary); }

.faq-question {
    width: 100%;
    background: #ffffff;
    color: var(--ni-text);
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: color .2s ease;
}

.faq-item.is-open .faq-question { color: var(--ni-primary); }

.faq-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ni-bg);
    border: 1.5px solid var(--ni-border);
    position: relative;
    flex-shrink: 0;
    transition: background .2s ease, border-color .2s ease;
}

.faq-item.is-open .faq-icon {
    background: rgba(6,139,219,.1);
    border-color: var(--ni-primary);
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: var(--ni-muted);
    transition: transform .2s ease, background .2s ease;
}

.faq-item.is-open .faq-icon::before,
.faq-item.is-open .faq-icon::after { background: var(--ni-primary); }

.faq-icon::before { width: 10px; height: 2px; }
.faq-icon::after  { width: 2px;  height: 10px; }

.faq-item.is-open .faq-icon::after { transform: scaleY(0); }

.faq-answer {
    padding: 0 22px 20px;
    display: none;
    color: #364152;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 160%;
    background: #fff;
}

.faq-item.is-open .faq-answer { display: block; }

/* ====================================================================
   FOOTER
   ==================================================================== */
footer {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: white;
    text-align: center;
}

footer::before,
footer::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

footer::before {
    background-image: url('/public/assets/media/footer-bg-shadow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

footer::after {
    background-image: url('/public/assets/media/footer-wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90%;
}

.footer-accordion { display: none; }

.footer-icerik {
    position: relative;
    z-index: 1;
    padding-top: 120px;
}

.footer-icerik a { color: #ffffff; text-decoration: none; }

.app-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
    padding: 0 clamp(24px, 20%, 300px);
}

.app-promo__text { max-width: 520px; text-align: left; margin-top: 80px; }

.app-promo__text h2 {
    margin: 0 0 10px 0;
    font-family: 'Galano Grotesque';
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
}

.app-promo__text p { margin: 0 0 18px 0; font-family: 'Poppins'; font-size: 16px; color: #eaf4ff; }

.app-buttons { display: flex; gap: 12px; }
.app-buttons img { height: 48px; border-radius: 6px; }

.store-google {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "logo top" "logo bottom";
    align-items: center;
    column-gap: 8px;
    row-gap: 2px;
    padding: 6px 12px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 8px;
}

.store-google img { grid-area: logo; height: 24px; width: auto; display: block; }

.store-google::before {
    content: "GET IT ON";
    grid-area: top;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .06em;
    line-height: 1;
    opacity: .85;
}

.store-google::after {
    content: "Google Play";
    grid-area: bottom;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
}

.app-promo__visual { position: relative; }
.app-phone { height: 380px; width: auto; display: block; filter: drop-shadow(0 20px 40px rgba(0,0,0,.25)); }

.footer-divider {
    position: relative;
    height: 1px;
    opacity: 1;
    background: rgba(255,255,255,.25);
    margin: 32px auto;
    max-width: 960px;
    border-radius: 2px;
}

.footer-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 36%;
    height: 3px;
    background: #00639e;
    border-radius: 2px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 340px));
    gap: 48px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    justify-content: center;
}

.footer-col h3 { margin: 0 0 10px 0; font-size: 17px; font-family: 'Poppins'; font-weight: 700; }
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.footer-col a { color: #fff; opacity: .85; font-size: 14px; }
.footer-col a:hover { opacity: 1; }

.footer-bottom {
    margin: 24px auto 0;
    text-align: center;
    padding: 20px 16px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.15);
}

.footer-brand { margin-bottom: 8px; }
.footer-legal { margin: 8px 0 16px 0; font-size: 12px; opacity: .75; max-width: 600px; }

.footer-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 10px;
    width: 100%;
    padding-inline: 120px;
}

.contact-item { display: flex; align-items: center; color: #fff; text-decoration: none; gap: 12px; }
.contact-item img { height: 36px; width: auto; }
.contact-item.phone span { font-family: 'Poppins'; font-weight: 200; font-size: 17px; opacity: .9; }
.contact-item.address { display: flex; gap: 4px; }
.address-top { display: flex; align-items: center; gap: 8px; }
.address-sub { font-family: 'Poppins'; font-weight: 400; font-size: 12px; opacity: .85; margin-left: 16px; }
.social-links { display: flex; align-items: center; gap: 12px; }
.social-links img { height: 22px; width: auto; opacity: .9; }
.social-links a:hover img { opacity: 1; }

/* ====================================================================
   BLOG SECTION
   ==================================================================== */
/* ---- Blog index: sections ---- */
.blogs { margin: 60px auto; padding-inline: 20px; }
.blogs .main-title { font-size: 22px; margin-bottom: 30px; font-weight: 700; }

/* ---- Son Yazılar cards ---- */
.blog-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    margin: 8px;
    border: none;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,.07);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    height: 390px;
}
.blog-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ni-primary), #3bb3f5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: 2;
}
.blog-card:hover::after { transform: scaleX(1); }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.13); }
.blog-card .img { overflow: hidden; height: 210px; flex-shrink: 0; }
.blog-card .img img { object-fit: cover; height: 210px; width: 100%; transition: transform .45s ease; }
.blog-card:hover .img img { transform: scale(1.06); }
.blog-card .blog-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; overflow: hidden; }
.son-yazilar-slider .blog-title { font-size: 15px; font-family: 'Poppins'; color: #1e293b; font-weight: 600; letter-spacing: -.01em; line-height: 1.45; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; transition: color .2s; }
.son-yazilar-slider .blog-title:hover { color: var(--ni-primary); }

/* ---- En Çok Okunan: grid layout ---- */
.carousel-item-container { display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; padding: 0 8px; align-items: stretch; }

/* popular-big: full-bleed image with text overlay at bottom */
.popular-big {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 24px rgba(0,0,0,.14);
    height: 100%;
    min-height: 400px;
    cursor: pointer;
    transition: box-shadow .25s ease;
}
.popular-big:hover { box-shadow: 0 12px 40px rgba(0,0,0,.22); }
.popular-big .img { position: absolute; inset: 0; overflow: hidden; }
.popular-big .img img { object-fit: cover; width: 100%; height: 100%; transition: transform .5s ease; }
.popular-big:hover .img img { transform: scale(1.06); }
.popular-big .img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5,15,35,.28);
    pointer-events: none;
}
.popular-big .content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 60px 26px 26px;
    background: linear-gradient(to top, rgba(5,15,35,.96) 0%, rgba(5,15,35,.78) 50%, rgba(5,15,35,.3) 70%, transparent 100%);
}
.popular-big .blog-title { color: #fff; font-size: 20px; font-weight: 700; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.35; margin-bottom: 8px; transition: opacity .2s; }
.popular-big .blog-title:hover { opacity: .88; }
.popular-big .desc { color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 44px; }
.popular-big .desc img, .popular-big .desc figure, .popular-big .desc table, .popular-big .desc pre { display: none !important; }

.right-column { display: flex; flex-direction: column; gap: 14px; height: 100%; }

/* popular-small: horizontal card (image left, text right) */
.popular-small {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 14px rgba(0,0,0,.08);
    display: flex;
    flex-direction: row;
    flex: 1;
    transition: transform .2s ease, box-shadow .2s ease;
}
.popular-small:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.13); }
.popular-small .img { position: relative; overflow: hidden; width: 140px; flex-shrink: 0; }
.popular-small .img img { object-fit: cover; width: 140px; height: 100%; transition: transform .35s ease; }
.popular-small:hover .img img { transform: scale(1.06); }
.popular-small .content { padding: 16px 18px; display: flex; flex-direction: column; justify-content: center; }
.popular-small .blog-title { color: #1e293b; font-size: 14px; margin-bottom: 6px; font-weight: 600; text-decoration: none; font-family: 'Poppins'; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; transition: color .2s; }
.popular-small .blog-title:hover { color: var(--ni-primary); }
.popular-small .desc { color: #64748b; font-size: 12px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 40px; }
.popular-small .desc img, .popular-small .desc figure, .popular-small .desc table, .popular-small .desc pre { display: none !important; }
.grid-popular .desc { -webkit-line-clamp: 2 !important; }

/* ---- Diğer Yazılar cards ---- */
.other-blog-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    margin: 8px;
    border: none;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,.07);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    height: 380px;
}
.other-blog-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ni-primary), #3bb3f5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: 2;
}
.other-blog-card:hover::after { transform: scaleX(1); }
.other-blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.13); }
.other-blog-card .img { overflow: hidden; height: 185px; flex-shrink: 0; }
.other-blog-card .img img { object-fit: cover; height: 185px; width: 100%; transition: transform .45s ease; }
.other-blog-card:hover .img img { transform: scale(1.06); }
.other-blog-card .other-blog-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; overflow: hidden; }
.other-blogs .blog-title { font-size: 15px; font-family: 'Poppins'; color: #1e293b; font-weight: 600; letter-spacing: -.01em; line-height: 1.45; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; transition: color .2s; }
.other-blogs .blog-title:hover { color: var(--ni-primary); }

/* desc: inline images from content must be hidden, text clipped to 3 lines */
.blogs .desc { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: 66px; font-size: 13px; letter-spacing: -.01em; line-height: 1.7; font-family: 'Poppins'; color: #bbbec3; margin-top: 4px; }
.blogs .desc img, .blogs .desc figure, .blogs .desc table, .blogs .desc pre { display: none !important; }

/* ---- Blog view page ---- */
.blog-reklam { display: none !important; }

.blog-page-link, .blog-slug { font-size: 12px; letter-spacing: .06em; font-weight: 500; font-family: 'Poppins'; color: var(--ni-primary); text-decoration: none; text-transform: uppercase; }
.blog-slug { color: #94a3b8; }

.post-title { font-size: 34px; letter-spacing: -.02em; line-height: 1.28; font-family: 'Poppins'; color: #0f172a; display: block; max-width: 820px; font-weight: 700; margin-top: 10px; margin-bottom: 20px; }

.post-meta-bar { display: flex; align-items: center; gap: 10px; padding: 12px 0 20px; border-bottom: 2px solid #f1f5f9; margin-bottom: 40px; flex-wrap: wrap; }
.post-meta-author { font-size: 14px; font-family: 'Poppins'; font-weight: 600; color: #1e293b; }
.post-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: #cbd5e1; display: inline-block; flex-shrink: 0; }
.post-meta-category { font-size: 12px; font-family: 'Poppins'; color: var(--ni-primary); font-weight: 600; background: rgba(6,139,219,.1); padding: 3px 12px; border-radius: 20px; letter-spacing: .02em; text-transform: uppercase; }
.post-meta-date { font-size: 13px; font-family: 'Poppins'; color: #94a3b8; }

.dik-cizgi { height: 18px; width: 1px; border: 1px solid rgba(0,0,0,.15); }
.blog-date { font-size: 13px; letter-spacing: -.01em; line-height: 28px; font-family: 'Poppins'; color: #94a3b8; display: inline-block; }

/* ---- Blog content typography ---- */
.blog-icerik { max-width: 760px; }
.blog-icerik h1 {
    font-family: 'Poppins'; color: #0f172a; font-size: 30px; font-weight: 800;
    line-height: 1.25; margin-top: 2.4em; margin-bottom: .6em;
    padding-bottom: .4em; border-bottom: 2px solid #f1f5f9;
}
.blog-icerik h2 {
    font-family: 'Poppins'; color: #0f172a; font-size: 24px; font-weight: 700;
    line-height: 1.3; margin-top: 2em; margin-bottom: .5em;
    padding-bottom: .35em; border-bottom: 2px solid #f1f5f9;
}
.blog-icerik h3 {
    font-family: 'Poppins'; color: var(--ni-primary); font-size: 19px; font-weight: 700;
    line-height: 1.35; margin-top: 1.8em; margin-bottom: .4em;
}
.blog-icerik h4 {
    font-family: 'Poppins'; color: #1e293b; font-size: 16px; font-weight: 700;
    margin-top: 1.4em; margin-bottom: .3em; text-transform: uppercase;
    letter-spacing: .04em; font-size: 13px; color: #64748b;
}
.blog-icerik h5, .blog-icerik h6 {
    font-family: 'Poppins'; color: #475569; font-size: 14px; font-weight: 600;
    margin-top: 1.2em; margin-bottom: .25em;
}
.blog-icerik p { font-size: 16px; letter-spacing: -.01em; line-height: 1.8; font-family: 'Poppins'; color: #374151; margin-top: 0; margin-bottom: .85em; }
.blog-icerik p:empty { display: none !important; margin: 0 !important; padding: 0 !important; }
.blog-icerik ul, .blog-icerik ol { padding-left: 1.5em; margin-bottom: .9em; color: #374151; font-family: 'Poppins'; }
.blog-icerik li { font-size: 16px; line-height: 1.8; margin-bottom: .3em; }
.blog-icerik img { max-width: 100%; border-radius: 10px; margin: 1.4em 0; display: block; }
.blog-icerik blockquote { border-left: 4px solid var(--ni-primary); padding: 14px 22px; background: #f8fafc; margin: 1.5em 0; border-radius: 0 10px 10px 0; color: #4b5563; font-style: italic; }
.blog-icerik code { background: #f1f5f9; padding: 2px 7px; border-radius: 5px; font-size: 14px; color: var(--ni-primary); font-family: monospace; }
.blog-icerik pre { background: #1e293b; color: #e2e8f0; padding: 20px; border-radius: 12px; overflow-x: auto; margin: 1.5em 0; }
.blog-icerik pre code { background: none; padding: 0; color: inherit; font-size: 14px; }
.blog-icerik a { color: var(--ni-primary); text-decoration: underline; text-underline-offset: 3px; }
.blog-icerik strong { font-weight: 700; color: #1e293b; }

/* ---- Share bar ---- */
.post-share-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 22px 0; margin-top: 48px; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.post-share-icons { display: flex; align-items: center; gap: 10px; }
.post-share-label { font-size: 13px; font-family: 'Poppins'; font-weight: 600; color: #1e293b; margin-right: 2px; }
.share-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.share-btn:hover { transform: translateY(-2px) scale(1.08); box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.share-fb { background: #1877f2; }
.share-x { background: #14171a; }
.share-wa { background: #25d366; }

/* ---- Tags ---- */
.tagging-item { font-size: 12px; font-weight: 500; color: #64748b; font-family: 'Poppins'; border-radius: 20px; background-color: #f1f5f9; padding: 5px 14px; border: 1px solid #e2e8f0; transition: background .2s, color .2s; cursor: default; }
.tagging-item:hover { background: #e2e8f0; color: #1e293b; }

/* ---- Benzer Yazılar ---- */
.benzer-yazilar { padding: 52px 0 36px; border-top: 2px solid #f1f5f9; margin-top: 24px; }
.benzer-yazilar-baslik { font-size: 20px; font-family: 'Poppins'; font-weight: 600; margin-bottom: 28px; }
.benzer-yazilar .benzer, .yazilar { font-size: 20px; letter-spacing: -.01em; font-family: 'Poppins'; color: var(--ni-primary); font-weight: 700; }
.yazilar { color: #0f172a; }
.benzer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benzer-kart { text-decoration: none; display: block; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,.08); transition: transform .22s, box-shadow .22s; }
.benzer-kart:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,.13); }
.benzer-img-wrap { overflow: hidden; height: 170px; }
.benzer-yazilar img { height: 170px; width: 100%; object-fit: cover; display: block; transition: transform .38s ease; }
.benzer-kart:hover img { transform: scale(1.06); }
.benzer-blog-title { font-size: 14px; letter-spacing: -.01em; line-height: 1.5; display: block; font-family: 'Poppins'; color: #1e293b; font-weight: 500; padding: 14px 16px 18px; }
.benzer-placeholder { height: 170px; background: linear-gradient(135deg, var(--ni-primary), #0457a0); }

/* ---- Comments ---- */
.comments { padding-top: 52px; border-top: 2px solid #f1f5f9; margin-top: 8px; }
.comment-section-header { margin-bottom: 28px; }
.yorumlar { font-size: 22px; letter-spacing: -.01em; font-family: 'Poppins'; color: #0f172a; font-weight: 700; display: block; }
.comment-section-desc { font-size: 14px; color: #64748b; font-family: 'Poppins'; margin-top: 6px; margin-bottom: 0; }
.comment-form { background: #f8fafc; border-radius: 18px; padding: 28px 30px 24px; border: 1px solid #e8edf3; max-width: 680px; }
.comment-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.comment-form-field { display: flex; flex-direction: column; }
.comment-input { border: 1.5px solid #e2e8f0; border-radius: 10px; padding: 12px 16px; font-size: 14px; font-family: 'Poppins'; color: #1e293b; background: #fff; transition: border-color .2s, box-shadow .2s; outline: none; width: 100%; box-sizing: border-box; }
.comment-input:focus { border-color: var(--ni-primary); box-shadow: 0 0 0 3px rgba(6,139,219,.1); }
.comment-input::placeholder { color: #94a3b8; }
.comment-textarea { resize: vertical; min-height: 120px; margin-bottom: 14px; }
.comment-error { font-size: 12px; color: #ef4444; font-family: 'Poppins'; margin-top: 5px; min-height: 16px; }
.comment-submit-btn { background: var(--ni-primary); color: #fff; border: none; border-radius: 10px; padding: 12px 32px; font-size: 14px; font-family: 'Poppins'; font-weight: 600; cursor: pointer; transition: background .2s, transform .15s, box-shadow .2s; }
.comment-submit-btn:hover { background: #0570b8; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(6,139,219,.35); }
.comment-list .comment { width: 100%; max-width: 680px; border-radius: 14px; background-color: #f8fafc; border: 1px solid #e8edf3; }
.comment .comment-text { font-size: 14px; letter-spacing: -.01em; line-height: 1.7; font-family: 'Poppins'; color: #374151; }
.comment .comment-date { font-size: 12px; letter-spacing: -.01em; font-family: 'Poppins'; color: var(--ni-primary); }

/* ====================================================================
   PAGINATION
   ==================================================================== */
.active > .page-link, .page-link.active { background-color: var(--ni-primary); border-color: var(--ni-primary); }
.page-link { color: #000; }

/* ====================================================================
   INFRASTRUCTURE (ALTYAPI) STYLES
   ==================================================================== */
.internet, .altyapisini-sorgulama { font-size: 26px; line-height: 114%; font-weight: 600; font-family: 'Poppins'; text-align: left; display: inline-block; color: var(--ni-primary); }
.altyapisini-sorgulama { color: #000; }
.altyapi-box .info { font-size: 17px; line-height: 114%; font-weight: 300; font-family: 'Poppins'; color: #000; display: block; margin-top: 10px; }
.altyapi-box { border: 1px solid #bababa; box-shadow: -1px -9px 17.8px rgba(0,0,0,.03); border-radius: 13px; padding-inline: 30px; padding-block: 50px; max-width: 550px; margin-top: 70px; }
.altyapi_img { width: 100%; height: auto; }
.altyapi_ozellik { font-size: 14px; font-weight: 900; line-height: normal; }
.backgroundborder { border-radius: 12px; background-color: #eff6ff; border: 1px solid #bfdbfe; }
.altyapi-ozellik-card { border-radius: 8px; background-color: #f3f4f6; }
#abonebtn, .view-campaign { background: linear-gradient(90deg, #0082cf, #58b5eb); font-size: 16px; }
.header-altyapi { background-color: #fff; position: absolute; box-shadow: -1px -9px 17.8px rgba(0,0,0,.03); border: none; }
.svg-turkiye-haritasi { max-width: 1560px; margin: 0 auto; text-align: center; }
.svg-turkiye-haritasi svg { width: 100%; height: auto; }
.il-isimleri { position: fixed; z-index: 9999; pointer-events: none; }
.il-isimleri div { font-family: 'Open Sans'; display: inline-block; background: #144994; color: #fff; padding: 8px 16px; border-radius: 4px; }
#svg-turkiye-haritasi path { cursor: pointer; fill: var(--ni-primary); }
#svg-turkiye-haritasi path:hover { fill: #144994; }
.harita { position: relative; overflow: visible; margin-top: 50px; }
.harita::before { content: ''; position: absolute; top: -40px; left: 288px; max-width: 1622px; max-height: 1000px; width: 1622px; height: 1000px; background-image: url('/public/assets/media/fly_person.png'); background-size: cover; background-repeat: no-repeat; z-index: -1; }

/* ====================================================================
   KURUMSAL / SPEED TEST
   ==================================================================== */
.hiz-testi-title, .hiz-testi-title-blue { font-size: 28px; line-height: 108%; display: inline-block; font-family: 'Poppins'; text-align: left; color: #12567f; font-weight: 700; }
.hiz-testi-title-blue { background: linear-gradient(90deg, #0082cf, #58b5eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hiz-testi-desc { font-size: 17px; line-height: 124%; font-weight: 500; font-family: 'Poppins'; color: #12567f; text-align: left; display: inline-block; }
.speedtest-wrapper img { width: auto; height: 384px; }

.kurumsal-card-title, .kurumsal-card-title-blue { font-size: 21px; line-height: 108%; font-family: 'Poppins'; text-align: left; color: #12567f; font-weight: 700; display: flex; }
.kurumsal-card-title-blue { background: linear-gradient(90deg, #0082cf, #58b5eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.kurumsal-ihtiyalarnza-zel { font-size: 21px; line-height: 27px; font-family: 'Galano Grotesque'; color: #475569; text-align: center; display: inline-block; }

.blue-title { font-size: 34px; color: var(--ni-primary); font-family: 'Poppins'; font-weight: 700; }
.navy-blue-title { color: #144994; }

.gecikme-cards { display: flex; justify-content: center; }
.gecikme-card { width: 100%; box-shadow: 2px 4px 8.8px rgba(0,0,0,.25); border-radius: 40px; background-color: #fff; height: 100%; }
.gecikme-cards-slider { margin-left: auto; margin-right: auto; }
.gecikme-card .title { font-size: 26px; line-height: 114%; color: var(--ni-primary); text-align: center; display: inline-block; font-family: 'Poppins'; font-weight: 700; }
.gecikme-card .title-slim { font-size: 24px; line-height: 114%; color: var(--ni-primary); text-align: center; display: inline-block; font-family: 'Poppins'; font-weight: 200; }
.gecikme-card .info { font-size: 17px; line-height: 114%; font-weight: 200; font-family: 'Poppins'; color: #000; text-align: center; display: inline-block; margin-top: 20px; }
.gecikme-cards-slider .gecikme-card-item, .gecikme-cards-slider .owl-item { display: flex; height: auto; }
.gecikme-cards-slider .gecikme-card { width: 100%; height: 100%; }
.gecikme-cards-slider .owl-stage { display: flex; padding-block: 20px; }
.gecikme-cards-slider .owl-dots { margin-top: 28px; }

/* Info banner */
.info-banner { background: linear-gradient(90deg, #0082cf, #00395b); color: white; padding: 54px 0; display: flex; justify-content: space-between; align-items: center; position: relative; overflow: hidden; margin-top: 120px; }
.banner-content { position: relative; z-index: 2; font-size: 36px; line-height: 108%; color: #fff; text-align: left; display: inline-block; font-family: 'Poppins'; }
.banner-content p { margin: 0; }
.banner-content strong { display: block; font-weight: bold; margin-top: 5px; }
.info-button { border: none; border-radius: 21px; background: linear-gradient(90deg, #0082cf, #58b5eb); padding: 14px 32px; font-size: 22px; line-height: 108%; font-weight: 600; font-family: 'Poppins'; color: #fff; cursor: pointer; text-decoration: none; transition: opacity .2s ease; box-shadow: 0 4px 6px rgba(0,0,0,.1); }
.info-button:hover { opacity: .85; color: #fff; }

/* Metro Ethernet table */
.metro-ethernet-tarifeleri .table-responsive:first-of-type { background: transparent; border-radius: 0; box-shadow: none; }
.metro-ethernet-tarifeleri .table-responsive:first-of-type .table { margin-bottom: 0; }
.metro-ethernet-tarifeleri thead { position: relative; }
.metro-ethernet-tarifeleri .barindirma-table thead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0082cf, #58b5eb); border-radius: 10px; z-index: 1; }
.metro-ethernet-tarifeleri .barindirma-table thead { border: 0; }
.metro-ethernet-tarifeleri .barindirma-table2 thead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0082cf, #58b5eb); z-index: 1; }
.metro-ethernet-tarifeleri thead th { position: relative; z-index: 2; color: #fff !important; font-size: 17px; font-weight: 600; letter-spacing: .02em; background: transparent !important; }
.metro-ethernet-tarifeleri .barindirma-th { color: #4b4b4b; font-size: 14px; font-weight: 600; }
.metro-ethernet-tarifeleri .barindirma-table tbody tr:nth-child(odd) .barindirma-td { background-color: #ffffff; }
.metro-ethernet-tarifeleri .barindirma-td { padding-top: 14px; padding-bottom: 14px; font-size: 14px; color: #1f2937; font-family: 'Inter'; font-weight: 300; }
.metro-ethernet-tarifeleri .barindirma-table.table-bordered > :not(caption) > * > * { border-color: #e5e7eb; }
.metro-ethernet-tarifeleri .table-responsive:last-of-type { margin-top: 24px; background: linear-gradient(90deg, #0082cf, #002941); border-radius: 12px; padding: 24px 24px 28px; color: #fff; }
.metro-ethernet-tarifeleri .table-responsive:last-of-type .table { margin-bottom: 0; background: transparent; }
.metro-ethernet-tarifeleri .table-responsive:last-of-type .table thead th, .metro-ethernet-tarifeleri .table-responsive:last-of-type .table tbody td { background: transparent; border: none; color: #fff; }
.metro-ethernet-tarifeleri .table-responsive:last-of-type .barindirma-th { background: transparent; font-size: 16px; text-align: left; }
.metro-ethernet-tarifeleri { box-shadow: 0 10px 15px -3px rgba(0,0,0,.15), 0 -2px 6.3px -4px rgba(0,0,0,.25); border-radius: 16px; background-color: #fff; padding: 32px 24px 40px; color: #1f2937; }
.barindirma-table tbody { display: block; overflow-x: hidden; }
.barindirma-table thead, .barindirma-table tbody tr { display: table; width: 100%; table-layout: fixed; }

/* Teknik özellikler */
.teknikozellikler { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); border-radius: 16px; background-color: #fff; border: 1px solid #e2e8f0; overflow: hidden; text-align: left; font-size: 12px; color: #6b7280; font-family: 'Inter'; padding: 33px; }
.teknik-key { font-size: 12px; letter-spacing: .6px; line-height: 16px; text-transform: uppercase; font-weight: 500; font-family: 'Inter'; color: #6b7280; }
.teknik-value { font-size: 14px; line-height: 24px; display: flex; font-family: 'Inter'; color: #111827; }
.border-bottom-small { height: 1px; position: relative; background: linear-gradient(90deg, #94a3b8 33%, rgba(148,163,184,0) 33%); opacity: .5; width: 500px; }
.teknik-ozellik-bg { width: 100%; height: 135px; position: relative; box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06); border-radius: 12px; background: linear-gradient(90deg, #0082cf, #58b5eb); overflow: hidden; text-align: center; font-size: 21px; color: #fff; font-family: 'Poppins'; display: flex; justify-content: center; align-items: center; }
.rocket-launch-icon { position: absolute; top: 20px; left: calc(50% - 6px); width: 142px; height: 142px; object-fit: contain; opacity: .28; flex-shrink: 0; }
.teknik-ozellik-card-title { font-size: 21px; line-height: 32px; color: #fff; text-align: center; font-family: 'Poppins'; }
.daha-fazla { width: 100%; height: 50px; box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1); border-radius: 16px; background: linear-gradient(90deg, #0082cf, #58b5eb); overflow: hidden; text-align: center; font-size: 15px; color: #fff; font-family: 'Inter'; display: flex; align-items: center; justify-content: center; }

/* Misc */
.centered-text { display: flex; flex-direction: column; justify-content: center; height: 100%; }
.form-control:focus, .form-check-input:focus { box-shadow: none; }
.form-check-input[type="checkbox"] { width: 18px; height: 18px; border: 2px solid #9aafc7; border-radius: 4px; cursor: pointer; flex-shrink: 0; background-color: #fff; }
.form-check-input[type="checkbox"]:hover { border-color: var(--ni-primary); }
.form-check-input[type="checkbox"]:checked { background-color: var(--ni-primary); border-color: var(--ni-primary); }

/* Pricing switcher */
.pricing-switcher { position: relative; text-align: center; }
.pricing-switcher .fieldset { display: inline-block; position: relative; padding: 6px 11px; border-radius: 50em; background: rgb(23,48,120); margin-bottom: 0; }
.pricing-switcher input[type="radio"] { position: absolute; opacity: 0; }
.pricing-switcher label { position: relative; z-index: 1; display: inline-block; float: left; width: 93px; height: 40px; line-height: 40px; cursor: pointer; font-size: 1.2em; font-weight: bold; color: #fff; margin-bottom: 0; text-align: center; }
.pricing-switcher .switch { position: absolute; top: -1px; left: -1px; height: 54px; width: 108px; background-color: #e6e6e6; border-radius: 50em; transition: transform .5s; color: rgb(23,48,120); }
.pricing-switcher .hosting { color: rgb(23,48,120); }
.pricing-switcher input[type=radio]:checked+label+.switch, .pricing-switcher input[type=radio]:checked+label:nth-of-type(n)+.switch { transform: translateX(102px); }
.pricing-switcher-currency { padding: 7px; right: 0; }
.pricing-switcher-currency .fieldset-currency { display: inline-block; position: relative; padding: 0; border-radius: 1em; background: rgb(23,48,120); margin-bottom: 0; }
.pricing-switcher-currency input[type="radio"] { position: absolute; opacity: 0; }
.pricing-switcher-currency label { position: relative; z-index: 1; display: inline-block; float: left; width: 41px; height: 37px; line-height: 40px; cursor: pointer; font-size: 1.2em; font-weight: bold; margin-bottom: 0; text-align: center; }
.pricing-switcher-currency .dolar { color: #173078; }
.pricing-switcher-currency .tl { color: #fff; }
.pricing-switcher-currency .switch-currency { position: absolute; top: -1px; left: -1px; height: 40px; width: 41px; background-color: #fff; border-radius: 1em; transition: transform .5s; color: rgb(23,48,120); }
.pricing-switcher-currency input[type=radio]:checked+label+.switch-currency, .pricing-switcher-currency input[type=radio]:checked+label:nth-of-type(n)+.switch-currency { transform: translateX(43px); }
.pricing-switcher-currency .fieldset-currency input[type=radio]:checked+label { color: rgb(0,128,215) !important; opacity: 1; }
.pricing-switcher .fieldset input[type=radio]:checked+label { color: rgb(0,128,215) !important; opacity: 1; }

/* ====================================================================
   RESPONSIVE
   ==================================================================== */

/* ── ≤768px (mobile) ─────────────────────────────────────────────── */
@media (max-width: 768px) {

    .ni-topbar { display: none; }

    .ni-navbar {
        padding: 12px 16px;
        margin-top: 0;
        align-items: center;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
    }

    .ni-navbar__menu { display: none !important; }
    .ni-navbar__brand .ni-logo img { height: 36px; }
    .ni-hamburger-menu { display: block; }

    .mobile-menu {
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100vh;
        background: #fff;
        transform: translateY(-100%);
        transition: transform 0.35s ease;
        z-index: 9999;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
    .mobile-menu.active { transform: translateY(0); top: 56px; }

    /* Sticky switch */
    .sticky-switch {
        display: flex;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
        z-index: 999;
    }
    .veri-merkezi-switch {
        background: #252525;
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        text-decoration: none;
        display: block;
        border-radius: 0 8px 0 0;
    }
    .evde-internet-swtich {
        background: var(--ni-primary);
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        text-decoration: none;
        display: block;
        border-radius: 0 0 8px 0;
        position: relative;
    }

    .ni-header { min-height: auto; padding-top: 54px; padding-bottom: 30px; display: block; }
    .bg-soft { display: block; flex: unset; padding-block: 16px; }

    .hero-section { flex-direction: column; min-height: auto; padding: 0; flex: none; }
    .hero-section .left, .hero-section .right { width: 100%; max-width: 100%; flex: none; padding-right: 0; }

    .ni-header .ni-header__hero {
        position: relative;
        width: 100%; height: auto; max-height: none;
        content: url('/public/assets/media/isik-hizinda-kesintisiz-mobile.png');
    }

    .ni-hero-text { padding: 0 20px; padding-top: 20px; text-align: center; }
    .hero-text, .hero-text-primary { font-size: 34px; line-height: 110%; }
    .hero-section .right { display: none; }
    .hero-cta-box { margin: 20px 20px 0; max-width: none; text-align: center; }
    .hero-cta-title { font-size: 17px; }
    .hero-cta-desc { font-size: 13px; }
    .ni-cta-btn { font-size: 14px; padding: 12px 20px; }
    .hero-legal-notice { font-size: 10px; }

    .options-title { margin-top: 0; padding-top: 28px; font-size: 22px; }
    .options-title-netinternetin-avantajl-dnya { padding-inline: 16px; font-size: 14px; }
    .sabit-fiyat-snrsz-hz-kes { padding: 0 8px; font-size: 20px; }
    .options-section { font-size: 16px !important; }
    .option-decs { font-size: 12px !important; padding-inline: 4px !important; }
    .opt-1-child, .opt-2-child, .opt-3-child, .opt-4-child { width: 72px; height: 72px; }
    .yannzdayz, .gcn-altyapsndan-alyor-container, .ay-sabit-fiyat-container, .taahhtsz-nternet-keyfi-container { padding-block: 8px; }
    .cayma-bedeli-yok { font-size: 12px !important; width: auto !important; }

    .paketler { padding-top: 24px; flex-direction: column; align-items: center; }
    .fiber-35, .fiber-50 { width: calc(100% - 32px); max-width: 360px; }
    .fiber-100 { width: calc(100% - 32px); max-width: 360px; }
    .mbps-download-12-container { font-size: 13px; }
    .mbps-download-12-mbps-upload-k { font-size: 13px; }
    .fber-35, .fber-50, .fber-100 { font-size: 22px; }
    .aylik { font-size: 20px; }

    .campaign-section { border-radius: 20px; margin-top: 0; margin-inline: 10px; max-width: calc(100% - 20px); }
    .campaign-text { padding: 40px 24px; text-align: center; }
    .fiber-yuksek-hizlarda, .indirim-kampanyasi { font-size: 26px !important; text-align: center; }
    .campaign-section .subtitle { font-size: 14px !important; text-align: center; }
    .campaign-section .kampanya-incele { font-size: 14px !important; }
    .campaign-section .campaign-img { display: none; }

    .incele { padding: 12px !important; width: 100%; text-align: center; }
    .diger-paketler { margin-bottom: 20px !important; }

    .kampanyalar { height: auto !important; }
    .owl-carousel3 .title { font-size: 17px; }
    .owl-carousel3 .desc { font-size: 13px; margin-top: 10px; }
    .owl-carousel3 .text { margin-inline: 12px !important; margin-top: 12px; }

    .sikca-sorulan, .sorular { font-size: 28px !important; }
    .faq-question { font-size: 13px !important; }
    .faq-answer { font-size: 13px; }
    .faq { margin-inline: 8px !important; margin-bottom: 0 !important; }

    footer { padding: 0 0 20px; }
    .footer-icerik { padding-top: 0 !important; }
    .app-promo { padding: 0 !important; flex-direction: column-reverse !important; }
    .app-promo__text h2 { font-size: 22px; }
    .app-buttons { justify-content: center; }
    .app-promo__visual { top: 80px; }
    .app-phone { height: 240px; }
    .footer-links { display: none; }
    .footer-accordion { display: block; padding-inline: 24px; margin-top: 16px; margin-bottom: 16px; }
    .accordion-item { margin-bottom: 8px; }
    .accordion-header { background-color: #f4f8fe; color: var(--ni-primary); padding: 2px 16px; border-radius: 8px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
    .accordion-header h3 { margin: 0; font-size: 16px; font-weight: 500; }
    .accordion-icon { font-size: 20px; font-weight: bold; transition: transform .3s ease; }
    .accordion-content { max-height: 0; overflow: hidden; transition: max-height .3s ease-out; background-color: var(--ni-primary); border-radius: 0 0 8px 8px; color: white; border: 1px solid white; border-top: none; }
    .accordion-content ul { list-style: none; padding: 0 18px 14px; margin: 0; }
    .accordion-content ul li { padding: 6px 0; }
    .accordion-content ul li a { color: #f4f8fe; text-decoration: none; font-size: 14px; }
    .contact-item img { height: 20px; }
    .footer-brand img { height: 20px !important; }
    .social-links img { height: 15px; }
    .store-google::after { font-size: 12px !important; }
    .store-btn.store-google img { height: 26px; }
    .footer-contact-row { padding-inline: 0 !important; flex-direction: column; gap: 12px; }
    .footer-contact-row .d-flex { flex-direction: column; gap: 5px !important; }
    .contact-item { flex-direction: row !important; }

    .carousel-item-container { grid-template-columns: 1fr; }
    .popular-big { min-height: 260px; }
    .popular-small { flex-direction: column; }
    .popular-small .img { width: 100%; }
    .popular-small .img img { width: 100%; height: 160px; }
    .benzer-grid { grid-template-columns: 1fr; }
    .blog-reklam img { display: none !important; }
    .blog-section { padding-left: 16px !important; padding-right: 16px !important; }
    .blog-page-link, .blog-slug { font-size: 11px !important; }
    .blog-icerik p { font-size: 15px !important; }
    .post-title { font-size: 22px !important; max-width: 100% !important; line-height: 1.3 !important; }
    .post-meta-bar { padding: 10px 0 16px; margin-bottom: 24px; gap: 8px; }
    #myForm { max-width: 340px !important; }

    .hiz-testi-title, .hiz-testi-title-blue { font-size: 20px !important; }
    .hiz-testi-desc { font-size: 14px !important; }
    .teknik-ozellik-card-title { font-size: 17px !important; }
    .internet, .altyapisini-sorgulama { font-size: 17px; }
    .altyapi-box .info { font-size: 14px; }
    .info-banner { padding: 36px 20px; flex-direction: column; }
    .banner-content { font-size: 20px; margin-bottom: 14px; }
    .info-button { font-size: 16px; }
    .metro-ethernet-tarifeleri .barindirma-td { font-size: 12px; }
    .display-4 { font-size: 14px; }
    .sorgulama-sonucu { padding: 0 !important; }
    .harita { margin-top: 80px !important; }
    .harita::before { top: 0; left: 0; width: 500px; height: 200px; }
    .altyapi_img { width: 220px; }
    .header-altyapi { right: -1px; position: relative; }
}

/* ── 540–810px (small tablet) ────────────────────────────────────── */
@media (min-width: 540px) and (max-width: 810px) {
    .sabit-fiyat-snrsz-hz-kes { padding-inline: 60px; }
    .app-promo { padding: 0 36px !important; flex-direction: column-reverse !important; }
    .app-phone { height: 200px; }
    .contact-item.phone span { font-size: 14px !important; }
    .footer-contact-row { padding-inline: 28px !important; }
    .footer-icerik { padding-top: 0 !important; }
    .paketler { padding-top: 40px !important; flex-wrap: wrap; gap: 16px; justify-content: center; }
    .fiber-35, .fiber-50 { width: 260px !important; }
    .fiber-100 { width: 290px !important; }
    .fber-35, .fber-50, .fber-100 { font-size: 20px; }
    .mbps-download-12-mbps-upload-k { font-size: 13px; }
    .aylik { font-size: 20px !important; }
    .campaign-section { border-radius: 20px !important; margin-top: 80px !important; margin-inline: 10px !important; }
    .campaign-text { padding: 36px clamp(120px, 28%, 220px) 36px 36px !important; }
    .fiber-yuksek-hizlarda, .indirim-kampanyasi { font-size: 24px !important; }
    .campaign-section .subtitle { font-size: 14px !important; }
    .campaign-section .kampanya-incele { font-size: 14px !important; }
    .campaign-section .campaign-img { height: 320px !important; }
    .diger-paketler { margin-bottom: 20px !important; }
    .owl-carousel3 .title { font-size: 17px; }
    .owl-carousel3 .desc { font-size: 13px; }
    .kampanyalar { height: auto !important; }
    .sikca-sorulan, .sorular { font-size: 28px !important; }
    .options-section { font-size: 18px !important; }
    .option-decs { font-size: 14px; }
}

/* ── ≤576px ─────────────────────────────────────────────────────── */
@media (max-width: 576px) {
    .app-promo { padding: 0 !important; flex-direction: column-reverse !important; }
    .app-promo__text h2 { font-size: 20px; }
    .app-buttons { justify-content: center; }
    .app-phone { height: 220px; }
    .footer-icerik { padding-top: 0 !important; }
    .contact-item.phone span { font-size: 12px !important; }
    .footer-contact-row { padding-inline: 0 !important; }
    footer::before { background-position: center; height: 87%; }
    footer::after { background-position: center; height: 82%; }
    .hero-text, .hero-text-primary { font-size: 26px !important; }
    .hero-text-primary-light { font-size: 26px !important; }
    .hero-desc { margin-top: 6px !important; font-size: 12px !important; }
    .owl-carousel3 .title { font-size: 16px; }
    .owl-carousel3 .desc { font-size: 13px; }
    .sikca-sorulan, .sorular { font-size: 26px !important; }
    .faq-question { font-size: 12px !important; }
    .faq { margin-inline: 8px !important; }
}

/* ── 769–1024px (tablet) ─────────────────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section { align-items: center; padding: 0; min-height: 440px; }
    .hero-section .left { width: min(55%, 540px); }
    .ni-header .ni-header__hero { height: 100%; width: auto; }
    .hero-text, .hero-text-primary { font-size: clamp(28px, 3.8vw, 36px); }
    .header-altyapi { top: 9%; position: relative; min-width: 480px; }
    .app-promo { padding: 0 36px !important; }
    .app-phone { height: 280px; }
    .contact-item.phone span { font-size: 14px !important; }
    .footer-contact-row { padding-inline: 28px !important; }
    .footer-links { padding-inline: 0; }
}

/* ── 810–1200px ─────────────────────────────────────────────────── */
@media (min-width: 810px) and (max-width: 1200px) {
    .header-altyapi { top: 9%; position: relative; min-width: 480px; }
    .app-promo { padding: 0 36px !important; }
    .footer-links { padding-inline: 0; }
    .app-phone { height: 280px; }
    .contact-item.phone span { font-size: 14px !important; }
    .footer-contact-row { padding-inline: 36px !important; }
}

/* ── ≤992px ─────────────────────────────────────────────────────── */
@media (max-width: 992px) {
    .app-promo { flex-direction: column; text-align: center; }
    .app-promo__text { text-align: center; }
    .app-phone { height: 200px; }
    .hero-text, .hero-text-primary { font-size: 34px; }
    .options-section { font-size: 20px !important; }
    .option-decs { font-size: 15px; }
}

/* ── ≤1200px ─────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .hero-text, .hero-text-primary { font-size: clamp(28px, 3.2vw, 36px); }
    .hero-cta-title { font-size: clamp(15px, 1.5vw, 19px); }
    .options-title-netinternetin-avantajl-dnya { padding-inline: 60px; font-size: 16px; }
    .paketler { padding-top: 72px !important; flex-wrap: wrap; gap: 20px; justify-content: center; }
    .fiber-35, .fiber-50 { width: 270px !important; }
    .fiber-100 { width: 300px !important; }
    .mbps-download-12-container { font-size: 13px !important; }
    .fber-35, .fber-50, .fber-100 { font-size: 20px; }
    .aylik { font-size: 20px !important; }
    .gecikme-card { padding: 22px !important; }
    .blue-title { font-size: 28px; }
    .gecikme-card .info { font-size: 14px; }
    .gecikme-card .title, .gecikme-card .title-slim { font-size: 20px; }
}

/* ── ≤1350px ─────────────────────────────────────────────────────── */
@media (max-width: 1350px) {
    .hero-text, .hero-text-primary { font-size: clamp(28px, 3vw, 40px); }
    .hero-text-primary-light { font-size: clamp(28px, 3vw, 38px); }
    .hero-desc { font-size: clamp(13px, 1.5vw, 17px); }
    .ni-topbar__tabs a { font-size: 14px; }
    .ni-navbar__menu a { font-size: 14px !important; white-space: nowrap; }
}

/* ── ≤1500px ─────────────────────────────────────────────────────── */
@media (max-width: 1500px) {
    .campaign-section .campaign-img { height: 340px; }
    .hero-text, .hero-text-primary { font-size: clamp(30px, 3.2vw, 40px); }
    .sabit-fiyat-snrsz-hz-kes { font-size: clamp(24px, 3.2vw, 32px); }
    .options-title-netinternetin-avantajl-dnya { font-size: clamp(15px, 3.2vw, 20px); }
}
