@font-face {
    font-family: "Manrope";
    src: url("../../fonts/Manrope-LatinExt-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Manrope";
    src: url("../../fonts/Manrope-Latin-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --orange: #f15a24;
    --orange-dark: #cc4312;
    --navy: #111d29;
    --navy-soft: #1b2a38;
    --ink: #18212a;
    --text: #4f5b65;
    --line: #dfe3e6;
    --surface: #f4f6f7;
    --white: #fff;
    --container: 1240px;
    --gutter: clamp(20px, 4vw, 48px);
    --section: clamp(76px, 8vw, 120px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.airtel-homepage {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--white);
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.airtel-homepage img { display: block; max-width: 100%; }
.airtel-homepage a { color: inherit; text-decoration: none; }
.airtel-homepage button, .airtel-homepage input { font: inherit; }
.airtel-homepage h1, .airtel-homepage h2, .airtel-homepage h3, .airtel-homepage p { margin-top: 0; }
.airtel-homepage :focus-visible { outline: 3px solid rgba(241,90,36,.42); outline-offset: 4px; }
.home-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.home-container {
    width: min(calc(100% - (var(--gutter) * 2)), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 12px 18px;
    color: #fff !important;
    background: var(--navy);
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.market-eyebrow {
    margin-bottom: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.market-eyebrow::before {
    display: inline-block;
    width: 28px;
    height: 3px;
    margin-right: 11px;
    background: var(--orange);
    vertical-align: middle;
    content: "";
}

.market-eyebrow--dark { color: var(--orange); }

.market-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 13px 22px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.market-button:hover { transform: translateY(-2px); }
.market-button--orange { color: #fff !important; background: var(--orange); }
.market-button--orange:hover { background: var(--orange-dark); }
.market-button--outline { color: #fff !important; border-color: rgba(255,255,255,.55); background: rgba(17,29,41,.22); }
.market-button--outline:hover { border-color: #fff; background: rgba(17,29,41,.7); }
.market-button--dark { color: #fff !important; background: var(--navy); }
.market-button--dark:hover { background: var(--orange); }
.market-button--light { color: var(--navy) !important; background: #fff; }
.market-button--light:hover { color: #fff !important; background: var(--navy); }

/* Üst bölüm */
.home-utility { min-height: 38px; color: #cbd2d8; background: #0a141e; font-size: 12px; }
.home-utility__inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.home-utility p { display: flex; align-items: center; gap: 9px; margin: 0; }
.home-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.home-utility__links { display: flex; gap: 28px; }
.home-utility__links a { display: flex; align-items: center; gap: 8px; }
.home-utility__links a:hover { color: #fff; }

.home-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.98);
    transition: box-shadow .18s ease;
}
.home-header.is-scrolled { box-shadow: 0 10px 30px rgba(17,29,41,.1); }
.home-header__inner { display: grid; min-height: 84px; grid-template-columns: 190px 1fr auto; align-items: center; gap: 32px; }
.home-brand { display: block; width: 168px; }
.home-brand img { width: 100%; height: auto; }
.home-nav { display: flex; height: 84px; align-items: stretch; justify-content: center; gap: clamp(18px,2vw,34px); }
.home-nav > a, .home-nav__dropdown > button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    color: #28333d;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}
.home-nav > a::after, .home-nav__dropdown > button::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--orange);
    content: "";
    transform: scaleX(0);
    transition: transform .18s ease;
}
.home-nav > a:hover::after, .home-nav > a.is-active::after, .home-nav__dropdown > button.is-active::after, .home-nav__dropdown:hover > button::after, .home-nav__dropdown:focus-within > button::after { transform: scaleX(1); }
.home-nav__dropdown { position: relative; display: flex; }

.home-mega-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    display: grid;
    width: min(720px,82vw);
    padding: 32px;
    grid-template-columns: 1fr 1fr;
    gap: 10px 42px;
    border-top: 3px solid var(--orange);
    background: #fff;
    box-shadow: 0 25px 60px rgba(12,23,33,.18);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%,10px);
    transition: opacity .17s ease, transform .17s ease;
}
.home-nav__dropdown:hover .home-mega-menu, .home-nav__dropdown:focus-within .home-mega-menu { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.home-mega-menu > div { display: flex; flex-direction: column; }
.home-menu-label { margin-bottom: 12px; color: #78828a; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-mega-menu > div > a { padding: 7px 0; border-bottom: 1px solid #edf0f1; font-size: 13px; font-weight: 700; }
.home-mega-menu > div > a:hover { color: var(--orange); }
.home-mega-menu__all { display: flex; grid-column: 1/-1; align-items: center; justify-content: space-between; margin-top: 16px; padding: 16px 18px; color: #fff !important; background: var(--navy); font-size: 12px; font-weight: 900; }
.home-mega-menu__all:hover { background: var(--orange); }
.home-header__actions { display: flex; align-items: center; gap: 10px; }
.home-icon-button, .home-menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.home-icon-button:hover { color: var(--orange); border-color: var(--orange); }
.home-header__cta { display: inline-flex; min-height: 44px; align-items: center; padding: 0 20px; color: #fff !important; background: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.home-header__cta:hover { background: var(--orange-dark); }
.home-menu-toggle { display: none; padding: 11px; }
.home-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

/* Arama */
.home-search { position: fixed; z-index: 400; inset: 0; display: grid; visibility: hidden; place-items: start center; opacity: 0; transition: opacity .18s ease, visibility .18s ease; }
.home-search.is-open { visibility: visible; opacity: 1; }
.home-search__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(5,13,20,.78); }
.home-search__dialog { position: relative; width: min(100%,780px); margin-top: 10vh; padding: clamp(34px,6vw,66px); background: #fff; }
.home-search__dialog h2 { max-width: 560px; margin-bottom: 34px; font-size: clamp(28px,4vw,46px); line-height: 1.1; }
.home-search__close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.home-search label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.home-search__field { display: flex; border-bottom: 2px solid var(--navy); }
.home-search__field input { min-width: 0; flex: 1; padding: 17px 0; border: 0; outline: 0; font-size: 19px; }
.home-search__field button { padding: 0 4px 0 20px; border: 0; color: var(--orange); background: transparent; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.home-kicker { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-mobile-menu, .home-mobile-overlay { display: none; }

/* Yönetim paneline bağlı ana slider */
.market-hero { position: relative; height: clamp(470px,35.875vw,574px); overflow: hidden; color: #fff; background: var(--navy); }
.market-hero__track, .market-slide { position: absolute; inset: 0; }
.market-slide { visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .6s ease, visibility .6s ease; }
.market-slide.is-active { visibility: visible; z-index: 1; opacity: 1; pointer-events: auto; }
.market-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.market-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,12,18,.46),rgba(5,12,18,.07) 54%,rgba(5,12,18,.3)); }
.market-slide--image-only .market-slide__shade { background: linear-gradient(90deg,rgba(5,12,18,.08),transparent 48%,rgba(5,12,18,.06)); }
.market-slide--right .market-slide__shade { background: linear-gradient(90deg,rgba(4,12,30,.08),rgba(4,12,30,.25) 48%,rgba(4,12,30,.72)); }
.market-slide__inner { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; }
.market-slide--right .market-slide__inner { justify-content: flex-end; }
.market-slide__content { width: min(540px,48%); padding: 40px 0; }
.market-slide--right .market-slide__content { text-align: right; }
.market-slide__content > p { margin-bottom: 10px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.market-slide__content h2 { margin-bottom: 28px; color: #fff; font-size: clamp(38px,4.5vw,64px); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.market-slide__content--image-only { align-self: flex-end; padding-bottom: 54px; }
.market-slide__button { display: inline-flex; min-height: 50px; align-items: center; gap: 16px; padding: 0 24px; color: #fff !important; border: 1px solid rgba(255,255,255,.82); background: rgba(8,18,27,.72); font-size: 12px; font-weight: 900; text-transform: uppercase; backdrop-filter: blur(7px); transition: border-color .2s ease, background .2s ease; }
.market-slide__button:hover { border-color: var(--orange); background: var(--orange); }
.market-slider__arrow { position: absolute; z-index: 4; top: 50%; display: grid; width: 48px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.38); color: #fff; background: rgba(5,13,20,.46); font-size: 27px; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.market-slider__arrow:hover { background: var(--orange); }
.market-slider__arrow--prev { left: 18px; }
.market-slider__arrow--next { right: 18px; }
.market-slider__dots { position: absolute; z-index: 4; right: 0; bottom: 20px; left: 0; display: flex; justify-content: center; gap: 9px; }
.market-slider__dots button { width: 34px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.48); cursor: pointer; transition: width .2s ease, background .2s ease; }
.market-slider__dots button.is-active { width: 58px; background: var(--orange); }

/* Güvence bandı */
.market-assurance { position: relative; z-index: 3; background: #fff; box-shadow: 0 18px 45px rgba(17,29,41,.08); }
.market-assurance__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.market-assurance article { position: relative; display: grid; min-height: 126px; padding: 25px 28px; grid-template-columns: 32px 48px 1fr; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.market-assurance article:first-child { border-left: 1px solid var(--line); }
.market-assurance article::before { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.market-assurance article:hover::before { transform: scaleX(1); }
.market-assurance article > span { align-self: start; color: #aab2b8; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.market-assurance article > i { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--orange); font-size: 20px; }
.market-assurance article strong, .market-assurance article small { display: block; }
.market-assurance article strong { margin-bottom: 3px; font-size: 17px; }
.market-assurance article small { color: var(--text); font-size: 12px; }

/* Çözüm rehberi */
.market-finder { padding-block: var(--section); background: #fff; }
.market-finder__heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.market-finder__heading span { display: block; margin-bottom: 8px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.market-finder__heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(34px,4vw,52px); letter-spacing: -.035em; line-height: 1.1; }
.market-finder__tools { display: flex; align-items: center; gap: 28px; }
.market-finder__tools > a { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; white-space: nowrap; }
.market-finder__tools > a i { margin-left: 12px; }
.market-finder__controls { display: flex; gap: 7px; }
.market-finder__controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); color: var(--ink); background: #fff; font-size: 19px; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.market-finder__controls button:hover:not(:disabled) { color: #fff; border-color: var(--orange); background: var(--orange); }
.market-finder__controls button:disabled { color: #bec5ca; background: var(--surface); cursor: not-allowed; }
.market-finder__grid { display: flex; overflow-x: auto; border-top: 1px solid var(--line); border-left: 1px solid var(--line); scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.market-finder__grid::-webkit-scrollbar { display: none; }
.market-bestseller { position: relative; display: flex; min-width: 0; min-height: 430px; flex: 0 0 25%; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; scroll-snap-align: start; transition: background .2s ease; }
.market-bestseller:hover { background: var(--surface); }
.market-bestseller__rank { position: absolute; z-index: 2; top: 20px; left: 20px; color: #b2bbc2; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.market-bestseller__image { display: flex; height: 250px; align-items: center; justify-content: center; overflow: hidden; }
.market-bestseller__image img { width: 82%; height: 86%; object-fit: contain; mix-blend-mode: multiply; transition: transform .28s ease; }
.market-bestseller:hover img { transform: scale(1.06); }
.market-bestseller__content { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 24px; border-top: 1px solid #edf0f1; }
.market-bestseller__content small { margin-bottom: 7px; color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.market-bestseller__content h3 { margin-bottom: 18px; font-size: 18px; line-height: 1.3; }
.market-bestseller__content h3 a:hover { color: var(--orange); }
.market-bestseller__content > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.market-bestseller__content > a i { color: var(--orange); }

/* Kurumsal */
.market-about { padding-block: var(--section); background: var(--surface); }
.market-about__grid { display: grid; grid-template-columns: minmax(340px,.86fr) minmax(0,1.14fr); align-items: center; gap: clamp(50px,8vw,110px); }
.market-about__copy h2 { max-width: 580px; margin-bottom: 26px; font-size: clamp(36px,4.5vw,58px); letter-spacing: -.04em; line-height: 1.07; }
.market-about__copy > p:not(.market-eyebrow) { max-width: 600px; margin-bottom: 18px; color: var(--text); font-size: 16px; line-height: 1.78; }
.market-text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 17px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 900; }
.market-text-link:hover { color: var(--orange); border-color: var(--orange); }
.market-about__visual { position: relative; min-height: 470px; overflow: hidden; background: var(--navy); }
.market-about__visual > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.market-about__label { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 20px 22px; color: #fff; background: rgba(17,29,41,.92); }
.market-about__label strong, .market-about__label span { display: block; }
.market-about__label strong { margin-bottom: 3px; font-size: 18px; }
.market-about__label span { color: #bdc6cd; font-size: 12px; }

/* Ürünler */
.market-products { padding-block: var(--section); }
.market-section-title { display: grid; grid-template-columns: 1fr minmax(280px,.48fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.market-section-title h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(36px,4.3vw,58px); letter-spacing: -.04em; line-height: 1.07; }
.market-section-title > p { margin-bottom: 3px; color: var(--text); font-size: 15px; }
.market-products__layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 18px; }
.market-product-feature { display: grid; min-height: 606px; grid-template-rows: 1fr auto; background: var(--surface); }
.market-product-feature__image { display: flex; min-height: 390px; align-items: center; justify-content: center; overflow: hidden; }
.market-product-feature__image img { width: 76%; height: 88%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.market-product-feature:hover img { transform: scale(1.045); }
.market-product-feature__body { padding: 28px 32px 32px; color: #fff; background: var(--navy); }
.market-product-feature__body > span { display: block; margin-bottom: 5px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.market-product-feature__body h3 { margin-bottom: 10px; font-size: 27px; line-height: 1.2; }
.market-product-feature__body p { margin-bottom: 16px; color: #b9c2c9; font-size: 13px; }
.market-product-feature__body > a { color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.market-product-feature__body > a i { margin-left: 10px; color: var(--orange); }
.market-product-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-product-row { position: relative; display: grid; min-width: 0; padding: 18px; grid-template-columns: 100px 1fr 28px; align-items: center; gap: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-product-row__image { display: block; width: 100px; height: 100px; }
.market-product-row__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.market-product-row span { display: block; margin-bottom: 4px; color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.market-product-row h3 { margin: 0; font-size: 14px; line-height: 1.35; }
.market-product-row h3 a:hover { color: var(--orange); }
.market-product-row__arrow { display: grid; width: 28px; height: 28px; place-items: center; color: var(--orange); border: 1px solid var(--line); }
.market-product-row:hover .market-product-row__arrow { color: #fff; border-color: var(--orange); background: var(--orange); }
.market-products__all { display: flex; justify-content: center; margin-top: 42px; }

/* OKTH */
.market-coverage { position: relative; min-height: 540px; overflow: hidden; color: #fff; background: #071d42; }
.market-coverage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.market-coverage__overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,17,39,.96),rgba(5,17,39,.76) 48%,rgba(5,17,39,.14)); }
.market-coverage__inner { position: relative; z-index: 2; display: flex; min-height: 540px; align-items: center; }
.market-coverage__inner > div { max-width: 720px; }
.market-coverage h2 { margin-bottom: 20px; font-size: clamp(40px,5vw,68px); letter-spacing: -.045em; line-height: 1.02; }
.market-coverage__inner p:not(.market-eyebrow) { max-width: 650px; margin-bottom: 28px; color: #d0d9e5; font-size: 17px; }

/* Hizmetler */
.market-services { padding-block: var(--section); background: #fff; }
.market-section-title--center { display: block; max-width: 790px; margin-inline: auto; text-align: center; }
.market-section-title--center .market-eyebrow::before { display: none; }
.market-section-title--center h2 { margin-inline: auto; }
.market-section-title--center > p { max-width: 660px; margin: 17px auto 0; }
.market-service-steps { display: grid; margin-top: 58px; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-service-steps article { position: relative; min-height: 285px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-service-steps article > span { position: absolute; top: 24px; right: 24px; color: #a5adb3; font-size: 11px; font-weight: 900; }
.market-service-steps article > i { margin: 28px 0 34px; color: var(--orange); font-size: 36px; }
.market-service-steps h3 { margin-bottom: 10px; font-size: 20px; }
.market-service-steps p { margin: 0; color: var(--text); font-size: 13px; }

/* Sektörler */
.market-sectors { padding-block: var(--section); color: #fff; background: var(--navy); }
.market-sectors__heading { display: grid; margin-bottom: 42px; grid-template-columns: minmax(320px,.85fr) minmax(320px,1.15fr); align-items: end; gap: 80px; }
.market-sectors__heading .market-eyebrow { grid-column: 1/-1; margin-bottom: -58px; }
.market-sectors__heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(38px,4.5vw,60px); letter-spacing: -.04em; line-height: 1.06; }
.market-sectors__heading > p:not(.market-eyebrow) { max-width: 530px; margin-bottom: 4px; color: #aeb9c1; }
.market-sector-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,.13); }
.market-sector-list article { position: relative; min-height: 250px; overflow: hidden; background: #0b1823; }
.market-sector-list article::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,13,20,.05) 25%,rgba(5,13,20,.9)); content: ""; }
.market-sector-list img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; opacity: .8; transition: transform .45s ease, opacity .45s ease; }
.market-sector-list article:hover img { opacity: 1; transform: scale(1.05); }
.market-sector-list article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 12px; padding: 24px; }
.market-sector-list i { color: var(--orange); font-size: 19px; }
.market-sector-list strong { font-size: 15px; }

/* Markalar ve SEO */
.market-brands { padding-block: 82px; border-bottom: 1px solid var(--line); background: var(--surface); }
.market-brands h2 { max-width: 720px; margin-bottom: 35px; font-size: clamp(30px,3.8vw,48px); letter-spacing: -.035em; line-height: 1.1; }
.market-brand-row { display: grid; grid-template-columns: repeat(7,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-brand-row a { display: flex; min-width: 0; min-height: 116px; align-items: center; justify-content: center; padding: 25px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.market-brand-row a:hover { z-index: 1; box-shadow: 0 15px 35px rgba(17,29,41,.12); transform: translateY(-3px); }
.market-brand-row img { width: auto; max-width: 125px; height: auto; max-height: 45px; object-fit: contain; }
.market-seo { padding-block: var(--section); }
.market-seo__grid { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: clamp(60px,9vw,130px); }
.market-seo h2 { margin-bottom: 0; font-size: clamp(36px,4.2vw,56px); letter-spacing: -.04em; line-height: 1.08; }
.market-seo__grid > div:last-child { color: var(--text); font-size: 16px; line-height: 1.85; }

/* İletişim çağrısı */
.market-contact { padding-block: clamp(68px,7vw,104px); color: #fff; background: var(--orange); }
.market-contact__inner { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 90px; }
.market-contact h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(38px,4.8vw,64px); letter-spacing: -.045em; line-height: 1.04; }
.market-contact__action > p { margin-bottom: 26px; color: rgba(255,255,255,.9); }
.market-contact__action > div { display: flex; align-items: center; gap: 28px; }
.market-contact__action > div > a:last-child { color: #fff; font-size: 19px; font-weight: 900; }
.market-contact__action > div > a:last-child span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Ürün kataloğu */
.catalog-page { background: #fff; }
.catalog-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.catalog-hero::before { position: absolute; top: -130px; right: -90px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.catalog-hero::after { position: absolute; right: 190px; bottom: -245px; width: 390px; height: 390px; border: 90px solid rgba(241,90,36,.09); border-radius: 50%; content: ""; }
.catalog-hero__inner { position: relative; z-index: 1; min-height: 340px; padding-block: 38px 72px; }
.catalog-breadcrumb { display: flex; align-items: center; gap: 12px; margin-bottom: 58px; color: #8f9ca6; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.catalog-breadcrumb a:hover { color: #fff; }
.catalog-breadcrumb i { color: var(--orange); }
.catalog-hero__content { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); align-items: end; gap: clamp(50px,8vw,120px); }
.catalog-hero__content .market-eyebrow { margin-bottom: 13px; }
.catalog-hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(42px,5.4vw,72px); font-weight: 800; letter-spacing: -.052em; line-height: 1.02; }
.catalog-hero__content > p { margin: 0 0 6px; color: #b5c0c8; font-size: 15px; line-height: 1.75; }
.catalog-section { padding-block: clamp(66px,7vw,106px); }
.catalog-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); align-items: start; gap: clamp(40px,5vw,76px); }
.catalog-sidebar { position: sticky; top: 112px; }
.catalog-sidebar__head { padding-bottom: 23px; border-bottom: 3px solid var(--navy); }
.catalog-sidebar__head > span, .catalog-results__head span { display: block; margin-bottom: 7px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-sidebar__head h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
.catalog-categories { max-height: 430px; overflow-y: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; scrollbar-color: #bdc5ca transparent; }
.catalog-categories a { display: flex; min-height: 49px; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 3px; border-bottom: 1px solid #ebedef; color: #4e5962; font-size: 12px; font-weight: 700; transition: color .18s ease, padding .18s ease; }
.catalog-categories a:hover, .catalog-categories a.is-active { padding-left: 10px; color: var(--orange); }
.catalog-categories a strong { min-width: 28px; color: #a4adb4; font-size: 9px; font-weight: 800; text-align: right; }
.catalog-sidebar__help { margin-top: 28px; padding: 26px; color: #fff; background: var(--navy); }
.catalog-sidebar__help > i { margin-bottom: 28px; color: var(--orange); font-size: 30px; }
.catalog-sidebar__help > span { display: block; margin-bottom: 8px; font-size: 16px; font-weight: 800; }
.catalog-sidebar__help p { margin-bottom: 19px; color: #aab5bd; font-size: 12px; line-height: 1.6; }
.catalog-sidebar__help a { color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.catalog-sidebar__help a i { margin-left: 9px; color: var(--orange); }
.catalog-results__head { display: flex; min-height: 84px; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.catalog-results__head h2 { margin: 0; font-size: clamp(27px,3vw,37px); letter-spacing: -.035em; line-height: 1.15; }
.catalog-results__head > p { margin: 11px 0 0; color: #87929a; font-size: 11px; font-weight: 800; white-space: nowrap; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-left: 1px solid var(--line); }
.catalog-card { display: flex; min-width: 0; min-height: 490px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: box-shadow .22s ease, transform .22s ease; }
.catalog-card:hover { z-index: 2; box-shadow: 0 22px 50px rgba(17,29,41,.12); transform: translateY(-4px); }
.catalog-card__image { position: relative; display: flex; height: 260px; align-items: center; justify-content: center; overflow: hidden; background: #f6f7f7; }
.catalog-card__image img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s ease; }
.catalog-card:hover .catalog-card__image img { transform: scale(1.055); }
.catalog-card__image > span { position: absolute; right: 0; bottom: 0; display: flex; height: 42px; align-items: center; gap: 10px; padding: 0 17px; color: #fff; background: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; transform: translateY(100%); transition: transform .2s ease; }
.catalog-card:hover .catalog-card__image > span { transform: translateY(0); }
.catalog-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.catalog-card__meta { display: flex; min-height: 17px; flex-wrap: wrap; gap: 7px 12px; margin-bottom: 10px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.catalog-card__meta span + span::before { margin-right: 12px; color: #c4cbd0; content: "/"; }
.catalog-card h2 { margin: 0 0 11px; font-size: 17px; letter-spacing: -.02em; line-height: 1.35; }
.catalog-card h2 a:hover { color: var(--orange); }
.catalog-card__body > p { display: -webkit-box; overflow: hidden; margin-bottom: 20px; color: #6f7b84; font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.catalog-card__link { margin-top: auto; padding-top: 15px; border-top: 1px solid #ebedef; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.catalog-card__link i { margin-left: 8px; color: var(--orange); }
.catalog-empty { padding: 60px; text-align: center; background: var(--surface); }
.catalog-pagination { display: grid; margin-top: 44px; grid-template-columns: 110px 1fr 110px; align-items: center; gap: 20px; }
.catalog-pagination > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.catalog-pagination > div a, .catalog-pagination > div span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); font-size: 11px; font-weight: 900; }
.catalog-pagination > div .catalog-pagination__ellipsis { border-color: transparent; color: #9aa3aa; }
.catalog-pagination > div a:hover, .catalog-pagination > div span.is-active { color: #fff; border-color: var(--orange); background: var(--orange); }
.catalog-pagination__direction { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.catalog-pagination__direction:last-child { justify-content: flex-end; }
.catalog-pagination__direction.is-disabled { color: #b9c0c5; }

/* Ürün detay */
.product-detail-page { background: #fff; }
.product-detail-breadcrumb { padding-block: 22px; }
.product-detail-breadcrumb nav { display: flex; overflow: hidden; align-items: center; gap: 11px; color: #87929a; font-size: 10px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.product-detail-breadcrumb nav a:hover { color: var(--orange); }
.product-detail-breadcrumb nav i { color: var(--orange); }
.product-detail-breadcrumb nav span { overflow: hidden; color: #46515a; text-overflow: ellipsis; }
.product-detail-hero { padding-block: 30px clamp(72px,8vw,118px); border-top: 1px solid var(--line); }
.product-detail-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); align-items: start; gap: clamp(55px,7vw,104px); }
.product-gallery { display: grid; min-width: 0; grid-template-columns: 88px minmax(0,1fr); grid-template-areas: "thumbs stage"; gap: 16px; }
.product-gallery__stage { position: relative; grid-area: stage; min-height: 590px; overflow: hidden; background: #f4f6f7; }
.product-gallery__stage > button { display: flex; width: 100%; min-height: 590px; align-items: center; justify-content: center; padding: 50px; border: 0; background: transparent; cursor: zoom-in; }
.product-gallery__stage img { width: 100%; max-width: 520px; height: 500px; object-fit: contain; mix-blend-mode: multiply; transition: opacity .16s ease, transform .3s ease; }
.product-gallery__stage:hover img { transform: scale(1.025); }
.product-gallery__hint { position: absolute; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 8px; color: #747f87; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.product-gallery__thumbs { display: flex; grid-area: thumbs; flex-direction: column; gap: 10px; }
.product-gallery__thumbs button { display: grid; width: 88px; height: 82px; padding: 8px; place-items: center; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: border-color .18s ease; }
.product-gallery__thumbs button:hover, .product-gallery__thumbs button.is-active { border-color: var(--orange); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-detail-summary { min-width: 0; padding-top: 28px; }
.product-detail-category { display: inline-flex; margin-bottom: 22px; padding-bottom: 7px; color: var(--orange) !important; border-bottom: 2px solid var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-detail-summary h1 { max-width: 600px; margin-bottom: 23px; overflow-wrap: anywhere; color: var(--navy); font-size: clamp(40px,4.5vw,64px); font-weight: 800; letter-spacing: -.052em; line-height: 1.03; }
.product-detail-summary__intro { max-width: 610px; margin-bottom: 30px; color: #64717b; font-size: 15px; line-height: 1.8; }
.product-detail-assurance { display: grid; margin-bottom: 32px; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.product-detail-assurance > div { display: grid; min-height: 67px; grid-template-columns: 32px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.product-detail-assurance > div > i { display: grid; width: 28px; height: 28px; place-items: center; color: var(--orange); border: 1px solid #f4c5b4; font-size: 11px; }
.product-detail-assurance span, .product-detail-assurance strong { display: block; }
.product-detail-assurance strong { margin-bottom: 1px; color: var(--navy); font-size: 12px; }
.product-detail-assurance span { color: #7c878f; font-size: 10px; }
.product-detail-actions { display: flex; align-items: center; gap: 26px; }
.product-detail-actions .market-button { width: auto; }
.product-detail-pdf { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-detail-pdf i { color: var(--orange); font-size: 18px; }
.product-detail-phone { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.product-detail-phone span { color: #909aa2; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-detail-phone a { color: var(--navy); font-size: 16px; font-weight: 900; }
.product-content-section { padding-block: var(--section); background: #f4f6f7; }
.product-content-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: clamp(60px,8vw,120px); }
.product-content > header { margin-bottom: 42px; padding-bottom: 28px; border-bottom: 1px solid #d7dcdf; }
.product-content > header p, .product-related__head span { margin-bottom: 7px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-content > header h2 { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(34px,4vw,52px); letter-spacing: -.04em; line-height: 1.1; }
.product-content__body { max-width: 890px; color: #4f5c66; font-family: "Manrope", "Segoe UI", sans-serif !important; font-size: 14px; line-height: 1.8; }
.product-content__body * { max-width: 100%; font-family: inherit !important; }
.product-content__body h1, .product-content__body h2, .product-content__body h3, .product-content__body h4 { margin: 34px 0 14px; color: var(--navy) !important; font-weight: 800 !important; line-height: 1.3; }
.product-content__body h1 { font-size: 28px !important; }
.product-content__body h2 { font-size: 24px !important; }
.product-content__body h3 { font-size: 19px !important; }
.product-content__body p { margin-bottom: 17px; color: #4f5c66 !important; font-size: 14px !important; line-height: 1.8 !important; }
.product-content__body ul, .product-content__body ol { margin: 0 0 24px; padding-left: 21px !important; }
.product-content__body li { margin-bottom: 7px; color: #4f5c66 !important; font-size: 14px !important; }
.product-content__body table { display: table; width: 100% !important; margin: 24px 0; border-collapse: collapse; background: #fff; }
.product-content__body td, .product-content__body th { width: auto !important; padding: 13px 15px !important; border: 1px solid #dce1e4 !important; color: #4f5c66 !important; font-size: 12px !important; text-align: left; }
.product-content__body img { height: auto !important; }
.product-detail-contact { position: sticky; top: 116px; padding: 34px; color: #fff; background: var(--navy); }
.product-detail-contact > span { display: block; margin-bottom: 18px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-detail-contact h2 { margin-bottom: 17px; color: #fff; font-size: 25px; letter-spacing: -.03em; line-height: 1.2; }
.product-detail-contact p { margin-bottom: 27px; color: #a9b4bc; font-size: 12px; line-height: 1.7; }
.product-detail-contact a { color: #fff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.product-detail-contact a i { margin-left: 9px; color: var(--orange); }
.product-related, .product-accessories { padding-block: var(--section); }
.product-related { border-bottom: 1px solid var(--line); background: #fff; }
.product-related__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.product-related__head h2 { margin: 0; color: var(--navy); font-size: clamp(34px,4vw,50px); letter-spacing: -.04em; line-height: 1.1; }
.product-related__head > a { padding-bottom: 5px; border-bottom: 1px solid var(--navy); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-related__head > a i { margin-left: 10px; color: var(--orange); }
.product-related__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-related-card { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-related-card > a { display: flex; height: 250px; align-items: center; justify-content: center; overflow: hidden; background: #f4f6f7; }
.product-related-card img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-related-card:hover img { transform: scale(1.05); }
.product-related-card > div { padding: 22px; }
.product-related-card > div > span { display: block; min-height: 15px; margin-bottom: 8px; color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.product-related-card h3 { min-height: 45px; margin-bottom: 17px; font-size: 16px; line-height: 1.4; }
.product-related-card h3 a:hover { color: var(--orange); }
.product-related-card > div > a { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.product-related-card > div > a i { margin-left: 7px; color: var(--orange); }
.product-accessories { background: #f4f6f7; }
.product-accessories__row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #d9dee1; border-left: 1px solid #d9dee1; }
.product-accessories__row > a { display: grid; min-height: 154px; padding: 18px; grid-template-columns: 100px 1fr 22px; align-items: center; gap: 14px; border-right: 1px solid #d9dee1; border-bottom: 1px solid #d9dee1; background: #fff; }
.product-accessories__row img { width: 100px; height: 105px; object-fit: contain; mix-blend-mode: multiply; }
.product-accessories__row span { font-size: 12px; font-weight: 800; line-height: 1.45; }
.product-accessories__row i { color: var(--orange); }
.product-lightbox { position: fixed; z-index: 650; inset: 0; display: grid; visibility: hidden; padding: 15px; place-items: center; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.product-lightbox.is-open { visibility: visible; opacity: 1; }
.product-lightbox__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(5,13,20,.92); cursor: zoom-out; }
.product-lightbox__dialog { position: relative; z-index: 1; display: grid; width: min(1500px,calc(100vw - 30px)); height: calc(100dvh - 30px); grid-template-rows: 58px minmax(0,1fr); background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.45); transform: translateY(18px) scale(.985); transition: transform .22s ease; }
.product-lightbox.is-open .product-lightbox__dialog { transform: translateY(0) scale(1); }
.product-lightbox__head { display: flex; align-items: center; justify-content: space-between; padding-left: 22px; border-bottom: 1px solid var(--line); }
.product-lightbox__head p { overflow: hidden; margin: 0; color: var(--navy); font-size: 12px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.product-lightbox__head button { width: 58px; height: 58px; border: 0; border-left: 1px solid var(--line); color: var(--navy); background: #fff; font-size: 18px; cursor: pointer; }
.product-lightbox__head button:hover { color: #fff; background: var(--orange); }
.product-lightbox__image { display: flex; min-height: 0; align-items: center; justify-content: center; overflow: hidden; padding: 20px; background: #f4f6f7; }
.product-lightbox__image img { width: 100%; height: 100%; object-fit: contain; }

/* İletişim */
.contact-page { background: #fff; }
.contact-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.contact-hero::before { position: absolute; top: -240px; right: -110px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.contact-hero::after { position: absolute; right: 310px; bottom: -260px; width: 420px; height: 420px; border: 100px solid rgba(241,90,36,.09); border-radius: 50%; content: ""; }
.contact-hero__inner { position: relative; z-index: 1; min-height: 440px; padding-block: 38px 76px; }
.contact-breadcrumb { display: flex; align-items: center; gap: 12px; margin-bottom: 76px; color: #8f9ca6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contact-breadcrumb a:hover { color: #fff; }
.contact-breadcrumb i { color: var(--orange); }
.contact-hero__content { display: grid; min-width: 0; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: clamp(60px,9vw,140px); }
.contact-hero__content .market-eyebrow { margin-bottom: 14px; }
.contact-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(48px,5.5vw,76px); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.contact-hero__content > p { max-width: 440px; margin: 0 0 7px; color: #b5c0c8; font-size: 15px; line-height: 1.8; }
.contact-direct { position: relative; z-index: 2; margin-top: -1px; background: #fff; }
.contact-direct__grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); }
.contact-direct__grid > a { position: relative; display: grid; min-height: 170px; padding: 28px 30px; grid-template-columns: 38px 1fr; grid-template-rows: auto auto auto; align-content: center; gap: 1px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.contact-direct__grid > a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.contact-direct__grid > a:hover::after { transform: scaleX(1); }
.contact-direct__grid > a > i { display: grid; width: 38px; height: 38px; grid-row: 1/4; place-items: center; color: var(--orange); border: 1px solid #f1c4b3; font-size: 16px; }
.contact-direct__grid span { color: #9aa3aa; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct__grid strong { overflow-wrap: anywhere; color: var(--navy); font-size: 16px; }
.contact-direct__grid small { color: #7b868e; font-size: 10px; }
.contact-request { padding-block: var(--section); background: #fff; }
.contact-request__grid { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(320px,.72fr); align-items: start; gap: clamp(65px,8vw,120px); }
.contact-form-panel > header { max-width: 720px; margin-bottom: 38px; }
.contact-form-panel > header > p, .contact-info-panel > p, .contact-map__head p { margin-bottom: 8px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-form-panel > header h2 { margin-bottom: 15px; overflow-wrap: anywhere; color: var(--navy); font-size: clamp(38px,4.6vw,60px); letter-spacing: -.048em; line-height: 1.05; }
.contact-form-panel > header > span { display: block; max-width: 620px; color: #69757e; font-size: 14px; line-height: 1.75; }
.contact-notice { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 25px; padding: 16px 18px; border-left: 3px solid; font-size: 12px; }
.contact-notice p { margin: 0; }
.contact-notice--success { color: #1f6145; border-color: #2b9a66; background: #edf8f2; }
.contact-notice--error { color: #8a3029; border-color: #d84b3f; background: #fff1ef; }
.contact-notice i { margin-top: 3px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.contact-form-grid label { display: block; min-width: 0; }
.contact-form-grid label > span { display: block; margin-bottom: 8px; color: #46515a; font-size: 10px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.contact-form-grid input, .contact-form-grid select, .contact-form-grid textarea { width: 100%; margin: 0; padding: 15px 0; border: 0; border-bottom: 1px solid #bfc7cc; border-radius: 0; outline: 0; color: var(--navy); background: transparent; font-family: inherit; font-size: 14px; transition: border-color .18s ease, box-shadow .18s ease; }
.contact-form-grid input, .contact-form-grid select { height: 53px; }
.contact-form-grid textarea { min-height: 145px; resize: vertical; }
.contact-form-grid > label:nth-child(3) { grid-column: 1/-1; }
.contact-form-grid > label:nth-child(5) { grid-column: auto; }
.contact-form-grid select {
    height: 58px;
    margin-top: 3px;
    padding: 0 66px 0 17px;
    border: 1px solid #d7dde1;
    color: var(--navy);
    background-color: #f5f7f8;
    background-image:
        linear-gradient(45deg,transparent 50%,var(--orange) 50%),
        linear-gradient(135deg,var(--orange) 50%,transparent 50%),
        linear-gradient(to right,#d7dde1,#d7dde1);
    background-position:
        calc(100% - 21px) 25px,
        calc(100% - 15px) 25px,
        calc(100% - 49px) 10px;
    background-repeat: no-repeat;
    background-size: 6px 6px,6px 6px,1px 38px;
    font-size: 13px;
    font-weight: 750;
    line-height: 58px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.contact-form-grid select:invalid { color: #87929a; }
.contact-form-grid select option { color: var(--navy); background: #fff; font-weight: 600; }
.contact-form-grid select:hover { border-color: #aeb9c0; background-color: #fff; }
.contact-form-grid input:focus, .contact-form-grid select:focus, .contact-form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.contact-form-grid select:focus { background-color: #fff; box-shadow: 0 0 0 3px rgba(241,90,36,.1); }
.contact-form-grid input::placeholder, .contact-form-grid textarea::placeholder { color: #a5aeb4; }
.contact-form-grid__wide { grid-column: 1/-1; }
.contact-form-submit { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.contact-form-submit button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 0 25px; border: 0; color: #fff; background: var(--orange); font-family: inherit; font-size: 11px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.contact-form-submit button:hover { background: var(--orange-dark); transform: translateY(-2px); }
.contact-form-submit p { max-width: 300px; margin: 0; color: #929ba2; font-size: 9px; line-height: 1.55; }
.contact-info-panel { padding: 38px; color: #fff; background: var(--navy); }
.contact-info-panel > h2 { margin-bottom: 32px; color: #fff; font-size: 29px; letter-spacing: -.04em; line-height: 1.2; }
.contact-info-panel__item { display: grid; padding: 21px 0; grid-template-columns: 32px 1fr; gap: 13px; border-top: 1px solid #30404d; }
.contact-info-panel__item > i { display: grid; width: 30px; height: 30px; place-items: center; color: var(--orange); border: 1px solid #45535e; font-size: 13px; }
.contact-info-panel__item span { display: block; margin-bottom: 4px; color: #7f8d98; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-info-panel__item address, .contact-info-panel__item p, .contact-info-panel__item a { margin: 0; color: #c9d1d6; font-size: 12px; font-style: normal; line-height: 1.7; }
.contact-info-panel__direction { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding: 17px 18px; color: #fff !important; background: var(--orange); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-info-panel__direction:hover { background: var(--orange-dark); }
.contact-map { padding-top: clamp(70px,7vw,100px); background: #f4f6f7; }
.contact-map__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 34px; }
.contact-map__head h2 { margin: 0; color: var(--navy); font-size: clamp(36px,4vw,52px); letter-spacing: -.04em; }
.contact-map__head > a { padding-bottom: 5px; border-bottom: 1px solid var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-map__head > a i { margin-left: 8px; color: var(--orange); }
.contact-map__frame { height: 490px; border-top: 4px solid var(--orange); background: #dfe3e6; }
.contact-map__frame iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92); }

/* Alt bilgi */
.home-footer { padding-top: 80px; color: #c7d0d7; background: #0a141e; }
.home-footer__top { display: grid; padding-bottom: 64px; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 50px; }
.home-footer__brand > a:first-child { display: block; width: 174px; margin-bottom: 22px; }
.home-footer__brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.home-footer__brand > p { max-width: 300px; margin-bottom: 22px; color: #84919b; font-size: 13px; }
.home-footer__phone { color: #fff !important; font-size: 20px; font-weight: 900; }
.home-footer h2 { margin-bottom: 20px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-footer ul { margin: 0; padding: 0; list-style: none; }
.home-footer li { margin-bottom: 9px; }
.home-footer__links a, .home-footer__contact a, .home-footer__contact p, .home-footer__contact address { color: #8f9aa3; font-size: 12px; font-style: normal; }
.home-footer__links a:hover, .home-footer__contact a:hover { color: #fff; }
.home-footer__contact address, .home-footer__contact p { margin-bottom: 13px; }
.home-footer__social { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.home-footer__bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid #27333d; color: #6f7c86; font-size: 10px; }
.home-footer__bottom p { margin: 0; }
.home-footer__bottom > div { display: flex; align-items: center; gap: 22px; }
.home-footer__bottom button { padding: 0; border: 0; color: #8f9aa3; background: transparent; font-size: 10px; cursor: pointer; }
.home-footer__bottom button i { margin-left: 7px; }
.home-mobile-contact { display: none; }

/* Bilgi Merkezi */
.news-page, .article-page { background: #fff; }
.news-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.news-hero::before { position: absolute; top: -340px; right: -190px; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.news-hero__inner { position: relative; min-height: 500px; padding-block: 38px 72px; }
.news-breadcrumb { display: flex; min-width: 0; align-items: center; gap: 12px; margin-bottom: 72px; color: #8e9aa4; font-size: 10px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.news-breadcrumb a:hover { color: #fff; }
.news-breadcrumb i { flex: 0 0 auto; color: var(--orange); }
.news-breadcrumb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-hero__content { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); align-items: end; gap: clamp(60px,9vw,145px); }
.news-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(54px,6.5vw,88px); font-weight: 800; letter-spacing: -.065em; line-height: .98; }
.news-hero h1 em { color: var(--orange); font-style: normal; }
.news-hero__summary { display: grid; padding: 8px 0 8px 27px; grid-template-columns: auto 1fr; align-items: center; gap: 19px; border-left: 1px solid #35434e; }
.news-hero__summary strong { color: #fff; font-size: 48px; font-weight: 300; line-height: 1; }
.news-hero__summary p { max-width: 280px; margin: 0; color: #aab5bd; font-size: 12px; line-height: 1.65; }
.news-signal { position: absolute; right: 4%; bottom: -195px; width: 410px; height: 245px; pointer-events: none; }
.news-signal span { position: absolute; bottom: 0; left: 50%; border: 1px solid rgba(241,90,36,.23); border-radius: 50% 50% 0 0; transform: translateX(-50%); }
.news-signal span:nth-child(1) { width: 90px; height: 70px; }
.news-signal span:nth-child(2) { width: 185px; height: 125px; }
.news-signal span:nth-child(3) { width: 290px; height: 185px; }
.news-signal span:nth-child(4) { width: 400px; height: 245px; }
.news-index { padding-block: var(--section); }
.news-index__layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: clamp(55px,7vw,92px); }
.news-index__head { display: flex; min-height: 91px; align-items: flex-start; justify-content: space-between; gap: 30px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.news-index__head span, .news-sidebar__label, .article-related__head span { display: block; margin-bottom: 7px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-index__head h2 { margin: 0; color: var(--navy); font-size: clamp(28px,3vw,38px); letter-spacing: -.04em; line-height: 1.12; }
.news-index__head > p { margin: 10px 0 0; color: #929ca3; font-size: 10px; font-weight: 800; white-space: nowrap; }
.news-list { display: grid; grid-auto-rows: 1fr; grid-template-columns: repeat(2,minmax(0,1fr)); border-left: 1px solid var(--line); }
.news-card { display: flex; min-width: 0; height: 100%; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: box-shadow .22s ease, transform .22s ease; }
.news-card:hover { z-index: 2; box-shadow: 0 24px 55px rgba(17,29,41,.11); transform: translateY(-4px); }
.news-card__visual { position: relative; display: block; height: 255px; min-height: 255px; flex: 0 0 255px; overflow: hidden; background: #e9edef; }
.news-card__visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card__visual > img { transform: scale(1.035); }
.news-card__visual--signal { isolation: isolate; color: #fff; background: var(--navy-soft); }
.news-card__visual--signal::before { position: absolute; z-index: -1; right: -70px; bottom: -120px; width: 300px; height: 300px; border: 68px solid rgba(241,90,36,.12); border-radius: 50%; content: ""; }
.news-card__visual--signal::after { position: absolute; z-index: -1; top: 0; right: 0; width: 5px; height: 36%; background: var(--orange); content: ""; }
.news-card__number { position: absolute; top: 25px; left: 25px; color: rgba(255,255,255,.16); font-size: clamp(72px,8vw,112px); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.news-card__visual small { position: absolute; right: 22px; bottom: 20px; color: #b8c1c8; font-size: 9px; font-weight: 900; letter-spacing: .15em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.news-card__waves { position: absolute; bottom: 33px; left: 26px; display: flex; align-items: flex-end; gap: 6px; }
.news-card__waves i { display: block; width: 4px; background: var(--orange); }
.news-card__waves i:nth-child(1) { height: 19px; }
.news-card__waves i:nth-child(2) { height: 37px; }
.news-card__waves i:nth-child(3) { height: 57px; }
.news-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 30px; }
.news-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: #8d979f; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.news-card__meta span { color: var(--orange); }
.news-card h2 { display: -webkit-box; min-height: calc(1.24em * 3); overflow: hidden; margin-bottom: 16px; color: var(--navy); font-size: 24px; letter-spacing: -.035em; line-height: 1.24; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card h2 a:hover { color: var(--orange); }
.news-card__body > p { display: -webkit-box; min-height: calc(1.75em * 3); overflow: hidden; margin-bottom: 24px; color: #69757e; font-size: 12px; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card__link { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.news-card__link i { margin-left: 9px; color: var(--orange); transition: transform .2s ease; }
.news-card__link:hover i { transform: translateX(4px); }
.news-empty { padding: 65px 30px; border-bottom: 1px solid var(--line); text-align: center; }
.news-empty p { margin: 0; color: var(--text); }
.news-pagination { margin-top: 38px; }
.news-sidebar { position: sticky; top: 110px; }
.news-sidebar__latest { padding-top: 3px; }
.news-sidebar__latest ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.news-sidebar__latest li { display: grid; padding: 20px 0; grid-template-columns: 28px 1fr; gap: 13px; border-bottom: 1px solid var(--line); }
.news-sidebar__latest li > span { padding-top: 2px; color: #b0b8be; font-size: 9px; font-weight: 900; }
.news-sidebar__latest li a { display: block; margin-bottom: 7px; color: var(--navy); font-size: 12px; font-weight: 800; line-height: 1.45; }
.news-sidebar__latest li a:hover { color: var(--orange); }
.news-sidebar__latest time { display: block; color: #9aa3aa; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.news-sidebar__cta { margin-top: 31px; padding: 30px; color: #fff; background: var(--navy); }
.news-sidebar__cta > i { margin-bottom: 33px; color: var(--orange); font-size: 29px; }
.news-sidebar__cta > span { display: block; margin-bottom: 9px; color: #84929d; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.news-sidebar__cta h2 { margin-bottom: 25px; color: #fff; font-size: 22px; letter-spacing: -.035em; line-height: 1.28; }
.news-sidebar__cta a { color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.news-sidebar__cta a i { margin-left: 8px; color: var(--orange); }

/* Bilgilendirme detay */
.article-hero { overflow: hidden; color: #fff; background: var(--navy); }
.article-hero .news-breadcrumb { padding-top: 38px; margin-bottom: 52px; }
.article-hero__grid { display: grid; min-height: 535px; grid-template-columns: minmax(0,1.24fr) minmax(340px,.76fr); align-items: stretch; gap: clamp(55px,7vw,100px); }
.article-hero__copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding-bottom: 70px; }
.article-hero__copy h1 { max-width: 850px; margin-bottom: 25px; overflow-wrap: anywhere; color: #fff; font-size: clamp(45px,5.2vw,72px); font-weight: 800; letter-spacing: -.058em; line-height: 1.03; }
.article-hero__intro { max-width: 720px; margin-bottom: 29px; color: #b5c0c8; font-size: 14px; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; gap: 15px 28px; color: #8996a0; font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.article-meta i { color: var(--orange); font-size: 12px; }
.article-hero__visual { position: relative; min-height: 535px; overflow: hidden; background: #26343f; }
.article-hero__visual::after { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(transparent,rgba(7,15,21,.5)); content: ""; }
.article-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.article-hero__visual--signal { isolation: isolate; }
.article-hero__visual--signal::before { position: absolute; z-index: -1; top: 50%; left: 50%; width: 520px; height: 520px; border: 100px solid rgba(241,90,36,.11); border-radius: 50%; content: ""; transform: translate(-50%,-34%); }
.article-hero__visual--signal > span { position: absolute; top: 50px; left: 40px; color: rgba(255,255,255,.09); font-size: 150px; font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.article-hero__visual--signal > small { position: absolute; z-index: 2; right: 32px; bottom: 28px; color: #aeb9c1; font-size: 10px; font-weight: 900; letter-spacing: .16em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.article-hero__visual--signal > div { position: absolute; z-index: 2; bottom: 35px; left: 40px; display: flex; align-items: flex-end; gap: 7px; }
.article-hero__visual--signal > div i { display: block; width: 5px; background: var(--orange); }
.article-hero__visual--signal > div i:nth-child(1) { height: 20px; }
.article-hero__visual--signal > div i:nth-child(2) { height: 39px; }
.article-hero__visual--signal > div i:nth-child(3) { height: 62px; }
.article-hero__visual--signal > div i:nth-child(4) { height: 88px; }
.article-section { padding-block: var(--section); }
.article-layout { display: grid; grid-template-columns: minmax(0,790px) minmax(260px,310px); align-items: start; justify-content: space-between; gap: clamp(60px,8vw,120px); }
.article-content { min-width: 0; }
.article-content__lead { display: grid; margin-bottom: 48px; padding-bottom: 42px; grid-template-columns: 70px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.article-content__lead > span { color: var(--orange); font-size: 78px; font-weight: 800; line-height: .82; }
.article-content__lead p { margin: 0; color: #35424c; font-size: 18px; font-weight: 600; line-height: 1.75; }
.article-content__body { color: #4e5b65; font-size: 15px; line-height: 1.9; }
.article-content__body > *:first-child { margin-top: 0; }
.article-content__body h2, .article-content__body h3, .article-content__body h4 { color: var(--navy); letter-spacing: -.035em; line-height: 1.24; }
.article-content__body h2 { margin: 48px 0 18px; font-size: 33px; }
.article-content__body h3 { margin: 38px 0 15px; font-size: 25px; }
.article-content__body h4 { margin: 30px 0 12px; font-size: 19px; }
.article-content__body p { margin-bottom: 23px; }
.article-content__body a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.article-content__body img { width: auto; max-width: 100%; height: auto; margin: 34px auto; }
.article-content__body ul, .article-content__body ol { margin: 0 0 27px; padding-left: 24px; }
.article-content__body li { margin-bottom: 9px; padding-left: 5px; }
.article-content__body blockquote { margin: 38px 0; padding: 27px 30px; border-left: 4px solid var(--orange); color: var(--navy); background: var(--surface); font-size: 17px; font-weight: 700; }
.article-content__body table { width: 100% !important; margin: 35px 0; border-collapse: collapse; font-size: 12px; }
.article-content__body th, .article-content__body td { padding: 13px; border: 1px solid var(--line); text-align: left; }
.article-content__body th { color: #fff; background: var(--navy); }
.article-content__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding-block: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-content__footer div span, .article-content__footer div strong { display: block; }
.article-content__footer div span { color: #9aa3aa; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-content__footer div strong { color: var(--navy); font-size: 12px; }
.article-content__footer > a { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.article-content__footer > a i { margin-right: 8px; color: var(--orange); }
.article-aside { position: sticky; top: 110px; }
.article-aside__toc { padding: 27px; border: 1px solid var(--line); }
.article-aside__toc > p { margin-bottom: 22px; color: var(--navy); font-size: 14px; font-weight: 800; line-height: 1.45; }
.article-aside__toc > div { display: grid; padding: 15px 0; grid-template-columns: 28px 1fr; gap: 11px; border-top: 1px solid var(--line); }
.article-aside__toc > div span { color: var(--orange); font-size: 9px; font-weight: 900; }
.article-aside__toc > div strong { color: #69757e; font-size: 10px; line-height: 1.5; }
.article-related { padding-block: clamp(65px,7vw,95px); background: var(--surface); }
.article-related__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
.article-related__head h2 { margin: 0; color: var(--navy); font-size: clamp(34px,4vw,50px); letter-spacing: -.045em; }
.article-related__head > a { padding-bottom: 5px; border-bottom: 1px solid var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.article-related__head > a i { margin-left: 8px; color: var(--orange); }
.article-related__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfd5d9; border-left: 1px solid #cfd5d9; }
.article-related__grid article { display: flex; min-height: 255px; flex-direction: column; padding: 28px; border-right: 1px solid #cfd5d9; border-bottom: 1px solid #cfd5d9; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.article-related__grid article:hover { z-index: 1; box-shadow: 0 18px 40px rgba(17,29,41,.1); transform: translateY(-3px); }
.article-related__grid article > span { color: #b0b8be; font-size: 10px; font-weight: 900; }
.article-related__grid time { margin: 21px 0 9px; color: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.article-related__grid h3 { margin: 0 0 24px; color: var(--navy); font-size: 19px; line-height: 1.35; }
.article-related__grid h3 a:hover { color: var(--orange); }
.article-related__grid article > a { margin-top: auto; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.article-related__grid article > a i { margin-left: 7px; color: var(--orange); }

/* OKTH */
.okth-page { background: #fff; }
.okth-hero { position: relative; height: min(730px,calc(100vh - 122px)); min-height: 610px; overflow: hidden; color: #fff; background: var(--navy); }
.okth-hero__image, .okth-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.okth-hero__image { object-fit: cover; object-position: center; }
.okth-hero__shade { background: linear-gradient(90deg,rgba(7,17,25,.96) 0%,rgba(7,17,25,.84) 34%,rgba(7,17,25,.25) 68%,rgba(7,17,25,.08) 100%); }
.okth-hero__inner { position: relative; z-index: 2; height: 100%; padding-block: 35px 58px; }
.okth-breadcrumb { display: flex; align-items: center; gap: 12px; color: #9aa6af; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.okth-breadcrumb a:hover { color: #fff; }
.okth-breadcrumb i { color: var(--orange); }
.okth-hero__content { position: absolute; top: 50%; left: max(var(--gutter),calc((100vw - var(--container)) / 2)); width: min(720px,54vw); transform: translateY(-47%); }
.okth-hero__content h1 { margin-bottom: 22px; color: #fff; font-size: clamp(55px,6.1vw,84px); font-weight: 800; letter-spacing: -.064em; line-height: .99; }
.okth-hero__content > p:not(.market-eyebrow) { max-width: 610px; margin-bottom: 31px; color: #c1cad0; font-size: 16px; line-height: 1.75; }
.okth-hero__actions { display: flex; align-items: center; gap: 28px; }
.okth-hero__actions .market-button { width: auto; }
.okth-hero__actions > a:not(.market-button) { padding-bottom: 5px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.okth-hero__actions > a:not(.market-button) i { margin-left: 8px; color: var(--orange); }
.okth-hero__tag { position: absolute; right: 0; bottom: 0; display: grid; width: 280px; min-height: 100px; padding: 22px 25px; grid-template-columns: 1fr 1fr; align-items: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); background: rgba(11,24,34,.84); backdrop-filter: blur(8px); }
.okth-hero__tag span { color: var(--orange); font-size: 23px; font-weight: 900; letter-spacing: -.04em; }
.okth-hero__tag small { color: #c2cbd1; font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.okth-definition { padding-block: var(--section); }
.okth-definition__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: clamp(70px,9vw,145px); }
.okth-definition__grid header h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(42px,5vw,66px); letter-spacing: -.055em; line-height: 1.04; }
.okth-definition__copy { padding-top: 24px; }
.okth-definition__copy p { margin-bottom: 20px; color: #5c6973; font-size: 14px; line-height: 1.85; }
.okth-definition__copy a { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.okth-definition__copy a i { color: var(--orange); }
.okth-principles { display: grid; margin-top: 75px; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.okth-principles article { position: relative; display: grid; min-height: 180px; padding: 29px; grid-template-columns: 45px 1fr; align-content: center; gap: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.okth-principles article > span { position: absolute; top: 14px; right: 17px; color: #bdc4c9; font-size: 8px; font-weight: 900; }
.okth-principles article > i { display: grid; width: 43px; height: 43px; place-items: center; color: var(--orange); border: 1px solid #f2c5b4; font-size: 17px; }
.okth-principles h3 { margin-bottom: 5px; color: var(--navy); font-size: 16px; }
.okth-principles p { margin: 0; color: #79848c; font-size: 10px; line-height: 1.6; }
.okth-benefits { overflow: hidden; padding-block: var(--section); color: #fff; background: var(--navy); }
.okth-benefits__grid { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); align-items: start; gap: clamp(70px,9vw,145px); }
.okth-benefits__intro { position: sticky; top: 120px; }
.okth-benefits__intro h2 { max-width: 520px; margin-bottom: 22px; color: #fff; font-size: clamp(42px,4.8vw,64px); letter-spacing: -.055em; line-height: 1.04; }
.okth-benefits__intro > p:not(.market-eyebrow) { max-width: 480px; margin: 0; color: #9fabb4; font-size: 13px; line-height: 1.8; }
.okth-benefit-list { border-top: 1px solid #35434e; }
.okth-benefit-list article { display: grid; min-height: 142px; padding: 28px 0; grid-template-columns: 54px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid #35434e; }
.okth-benefit-list article > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.okth-benefit-list h3 { margin-bottom: 6px; color: #fff; font-size: 23px; letter-spacing: -.025em; }
.okth-benefit-list p { max-width: 570px; margin: 0; color: #9da9b2; font-size: 12px; line-height: 1.7; }
.okth-process { padding-block: var(--section); }
.okth-section-head { display: grid; margin-bottom: 45px; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: clamp(50px,8vw,125px); }
.okth-section-head h2 { margin: 0; color: var(--navy); font-size: clamp(42px,5vw,64px); letter-spacing: -.052em; line-height: 1.04; }
.okth-section-head > p { max-width: 520px; margin: 0 0 7px; color: #6e7a83; font-size: 13px; line-height: 1.75; }
.okth-process__steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.okth-process__steps article { position: relative; display: flex; min-height: 315px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.okth-process__steps article > span { align-self: flex-end; color: #b1b9bf; font-size: 9px; font-weight: 900; }
.okth-process__steps article > i { margin: 50px 0 25px; color: var(--orange); font-size: 27px; }
.okth-process__steps h3 { margin-bottom: 12px; color: var(--navy); font-size: 19px; letter-spacing: -.025em; line-height: 1.3; }
.okth-process__steps p { margin: 0; color: #75818a; font-size: 11px; line-height: 1.7; }
.okth-sectors { padding-block: var(--section); color: #fff; background: #172431; }
.okth-section-head--light h2 { color: #fff; }
.okth-section-head--light > p { color: #9ca8b1; }
.okth-sector-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: #384652; }
.okth-sector-grid article { position: relative; min-height: 460px; overflow: hidden; background: var(--navy); }
.okth-sector-grid article::after { position: absolute; inset: 0; background: linear-gradient(transparent 35%,rgba(6,15,22,.9)); content: ""; }
.okth-sector-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.okth-sector-grid article:hover img { transform: scale(1.04); }
.okth-sector-grid article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 28px; }
.okth-sector-grid span { display: block; margin-bottom: 13px; color: var(--orange); font-size: 9px; font-weight: 900; }
.okth-sector-grid h3 { margin-bottom: 9px; color: #fff; font-size: 24px; letter-spacing: -.035em; }
.okth-sector-grid p { max-width: 330px; margin: 0; color: #c0c8ce; font-size: 11px; line-height: 1.65; }
.okth-cta { padding-block: clamp(75px,8vw,115px); }
.okth-cta__inner { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(330px,.7fr); align-items: end; gap: clamp(65px,9vw,150px); }
.okth-cta h2 { max-width: 820px; margin: 0; color: var(--navy); font-size: clamp(43px,5.3vw,70px); letter-spacing: -.058em; line-height: 1.04; }
.okth-cta__inner > div:last-child > p { margin-bottom: 26px; color: #69757e; font-size: 13px; line-height: 1.8; }
.okth-cta .market-button { width: auto; }

/* Arama sonuçları */
.search-page { background: #fff; }
.search-hero { color: #fff; background: var(--navy); }
.search-hero__inner { min-height: 365px; padding-block: 36px 62px; }
.search-hero .catalog-breadcrumb { margin-bottom: 61px; color: #8f9ca6; }
.search-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(360px,.8fr); align-items: end; gap: clamp(60px,9vw,145px); }
.search-hero h1 { margin: 0; color: #fff; font-size: clamp(44px,5vw,68px); letter-spacing: -.055em; line-height: 1.04; }
.search-hero h1 span { color: var(--orange); }
.search-page-form label { display: block; margin-bottom: 10px; color: #a8b3bb; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.search-page-form > div { display: grid; grid-template-columns: 1fr 54px; border-bottom: 1px solid #62707a; }
.search-page-form input { min-width: 0; height: 58px; border: 0; outline: 0; color: #fff; background: transparent; font-family: inherit; font-size: 17px; }
.search-page-form input::placeholder { color: #6f7e89; }
.search-page-form button { border: 0; color: #fff; background: var(--orange); cursor: pointer; }
.search-results { padding-block: var(--section); }
.search-results__head, .gallery-section__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.search-results__head span, .gallery-section__head span { display: block; margin-bottom: 6px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.search-results__head h2, .gallery-section__head h2 { margin: 0; color: var(--navy); font-size: clamp(30px,3.6vw,45px); letter-spacing: -.045em; }
.search-results__head > p, .gallery-section__head > p { margin-top: 11px; color: #919ba2; font-size: 10px; font-weight: 800; }
.search-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.search-grid .catalog-card { min-height: 470px; }
.search-grid .catalog-card__image { height: 220px; }
.search-grid .catalog-card__body { padding: 20px; }
.search-grid .catalog-card h2 { font-size: 16px; }
.search-empty { display: grid; min-height: 360px; padding: 55px; grid-template-columns: 130px 1fr; align-items: center; gap: 45px; background: var(--surface); }
.search-empty > span { color: #d3d9dd; font-size: 130px; font-weight: 300; line-height: 1; }
.search-empty h2 { margin-bottom: 12px; color: var(--navy); font-size: 31px; letter-spacing: -.04em; }
.search-empty p { margin-bottom: 25px; color: #6f7b84; font-size: 13px; }
.search-empty .market-button { width: auto; }
.search-pagination { margin-top: 46px; }

/* Sık sorulan sorular */
.faq-page { background: #fff; }
.faq-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.faq-hero__inner { position: relative; min-height: 440px; padding-block: 36px 65px; }
.faq-hero .catalog-breadcrumb { margin-bottom: 62px; color: #8f9ca6; }
.faq-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: end; gap: clamp(60px,9vw,145px); }
.faq-hero h1 { margin: 0; color: #fff; font-size: clamp(54px,6vw,82px); letter-spacing: -.065em; line-height: .98; }
.faq-hero h1 em { color: var(--orange); font-style: normal; }
.faq-hero__grid > p { max-width: 470px; margin: 0 0 7px; color: #aeb9c1; font-size: 14px; line-height: 1.8; }
.faq-hero__mark { position: absolute; right: -5px; bottom: -125px; color: rgba(255,255,255,.035); font-size: 430px; font-weight: 800; line-height: 1; pointer-events: none; }
.faq-section { padding-block: var(--section); }
.faq-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: clamp(60px,8vw,115px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: grid; min-height: 96px; padding: 22px 0; grid-template-columns: 38px 1fr 42px; align-items: center; gap: 17px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: #a5aeb5; font-size: 9px; font-weight: 900; }
.faq-item summary > strong { color: var(--navy); font-size: 18px; line-height: 1.45; }
.faq-item summary > i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--orange); border: 1px solid #efc7b9; transition: transform .2s ease, color .2s ease, background .2s ease; }
.faq-item[open] summary > i { color: #fff; background: var(--orange); transform: rotate(45deg); }
.faq-item > div { padding: 0 58px 29px 55px; }
.faq-item > div p { margin: 0; color: #64717b; font-size: 13px; line-height: 1.85; }
.faq-aside { position: sticky; top: 110px; padding: 35px; color: #fff; background: var(--navy); }
.faq-aside > span { display: block; margin-bottom: 12px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.faq-aside h2 { margin-bottom: 17px; color: #fff; font-size: 28px; letter-spacing: -.04em; line-height: 1.18; }
.faq-aside > p { margin-bottom: 27px; color: #a5b0b8; font-size: 12px; line-height: 1.7; }
.faq-aside .market-button { width: 100%; }
.faq-aside__phone { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; color: #fff; font-size: 15px; font-weight: 900; }
.faq-aside__phone i { color: var(--orange); }

/* Galeri ve belgeler */
.gallery-page { background: #fff; }
.gallery-hero { color: #fff; background: var(--navy); }
.gallery-hero__inner { min-height: 420px; padding-block: 36px 67px; }
.gallery-hero .catalog-breadcrumb { margin-bottom: 61px; color: #8f9ca6; }
.gallery-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: end; gap: clamp(60px,9vw,145px); }
.gallery-hero h1 { margin: 0; color: #fff; font-size: clamp(55px,6vw,82px); letter-spacing: -.065em; line-height: .98; }
.gallery-hero h1 em { color: var(--orange); font-style: normal; }
.gallery-hero__grid > p { max-width: 470px; margin: 0 0 7px; color: #aeb9c1; font-size: 14px; line-height: 1.8; }
.gallery-section { padding-block: var(--section); }
.gallery-grid { display: grid; grid-auto-rows: 1fr; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.gallery-card { display: flex; min-width: 0; min-height: 425px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.gallery-card > button, .gallery-card__document { position: relative; display: flex; height: 285px; flex: 0 0 285px; align-items: center; justify-content: center; overflow: hidden; border: 0; background: #e9edef; cursor: pointer; }
.gallery-card > button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card > button:hover img { transform: scale(1.04); }
.gallery-card > button > span { position: absolute; right: 0; bottom: 0; padding: 13px 16px; color: #fff; background: var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.gallery-card__document { flex-direction: column; color: #fff; background: var(--navy-soft); }
.gallery-card__document::before { position: absolute; right: -80px; bottom: -135px; width: 280px; height: 280px; border: 58px solid rgba(241,90,36,.12); border-radius: 50%; content: ""; }
.gallery-card__document > i { position: relative; color: var(--orange); font-size: 48px; }
.gallery-card__document > span { position: relative; margin-top: 13px; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.gallery-card__document > small { position: relative; margin-top: 7px; color: #9fabb4; font-size: 9px; }
.gallery-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.gallery-card__body > span { margin-bottom: 8px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-card__body h2 { margin: 0; color: var(--navy); font-size: 19px; letter-spacing: -.025em; }
.gallery-card__body > a { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.gallery-card__body > a i { margin-left: 7px; color: var(--orange); }
.gallery-empty { padding: 80px 25px; text-align: center; background: var(--surface); }
.gallery-empty > i { margin-bottom: 18px; color: var(--orange); font-size: 40px; }
.gallery-empty h2 { margin-bottom: 10px; }
.gallery-empty p { margin: 0; color: var(--text); }
.gallery-lightbox { position: fixed; z-index: 900; inset: 0; display: grid; visibility: hidden; place-items: center; padding: 18px; opacity: 0; transition: opacity .2s ease,visibility .2s ease; }
.gallery-lightbox.is-open { visibility: visible; opacity: 1; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; border: 0; background: rgba(5,12,18,.92); cursor: zoom-out; }
.gallery-lightbox__dialog { position: relative; display: grid; width: min(1280px,calc(100vw - 36px)); height: min(880px,calc(100dvh - 36px)); grid-template-rows: 58px minmax(0,1fr); outline: 0; background: #fff; }
.gallery-lightbox__head { display: flex; align-items: center; padding-left: 22px; border-bottom: 1px solid var(--line); }
.gallery-lightbox__head p { margin: 0; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.gallery-lightbox__head > span { margin-left: auto; color: #929ca3; font-size: 10px; }
.gallery-lightbox__head button { width: 58px; height: 58px; margin-left: 18px; border: 0; color: #fff; background: var(--navy); cursor: pointer; }
.gallery-lightbox__stage { display: grid; min-height: 0; padding: 18px; grid-template-columns: 52px minmax(0,1fr) 52px; align-items: center; gap: 12px; background: #f0f2f3; }
.gallery-lightbox__stage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-lightbox__stage button { width: 48px; height: 58px; border: 0; color: #fff; background: var(--navy); cursor: pointer; }

/* Yasal metinler */
.policy-page { background: #fff; }
.policy-hero { color: #fff; background: var(--navy); }
.policy-hero__inner { min-height: 470px; padding-block: 36px 66px; }
.policy-hero .catalog-breadcrumb { margin-bottom: 58px; color: #8f9ca6; }
.policy-hero h1 { max-width: 900px; margin-bottom: 20px; color: #fff; font-size: clamp(54px,6vw,82px); letter-spacing: -.065em; line-height: .98; }
.policy-hero__inner > p:last-child { max-width: 680px; margin: 0; color: #aeb9c1; font-size: 14px; line-height: 1.8; }
.policy-section { padding-block: var(--section); }
.policy-layout { display: grid; grid-template-columns: 245px minmax(0,790px); align-items: start; justify-content: space-between; gap: clamp(65px,9vw,140px); }
.policy-nav { position: sticky; top: 110px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.policy-nav > span { padding: 16px 0; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav a { padding: 13px 0; border-top: 1px solid var(--line); color: #66727b; font-size: 11px; font-weight: 700; }
.policy-nav a:hover { padding-left: 7px; color: var(--orange); }
.policy-content { min-width: 0; }
.policy-notice { display: grid; margin-bottom: 53px; padding: 26px; grid-template-columns: 38px 1fr; align-items: start; gap: 16px; border-left: 3px solid var(--orange); background: var(--surface); }
.policy-notice i { color: var(--orange); font-size: 27px; }
.policy-notice p { margin: 0; color: #54616a; font-size: 12px; line-height: 1.75; }
.policy-content section { position: relative; padding: 0 0 48px 58px; border-left: 1px solid var(--line); }
.policy-content section > span { position: absolute; top: 6px; left: -14px; display: grid; width: 27px; height: 27px; place-items: center; color: #fff; background: var(--orange); font-size: 8px; font-weight: 900; }
.policy-content h2 { margin-bottom: 18px; color: var(--navy); font-size: 30px; letter-spacing: -.04em; }
.policy-content p { margin-bottom: 17px; color: #58656f; font-size: 14px; line-height: 1.9; }
.policy-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.policy-content footer { padding: 20px 0; border-top: 1px solid var(--line); color: #8c969e; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.contact-form-submit p a { color: var(--orange); text-decoration: underline; text-underline-offset: 2px; }

/* Hareket */
.airtel-homepage.is-ready .home-reveal { opacity: 0; transform: translateY(20px); transition: opacity .58s ease, transform .58s ease; }
.airtel-homepage.is-ready .home-reveal.is-visible { opacity: 1; transform: translateY(0); }
body.is-locked { overflow: hidden; }

@media (max-width: 1120px) {
    .home-header__inner { grid-template-columns: 170px 1fr auto; gap: 22px; }
    .home-nav { gap: 17px; }
    .home-nav > a, .home-nav__dropdown > button { font-size: 14px; }
    .home-header__cta { display: none; }
    .market-bestseller__content { padding: 20px; }
    .market-product-row { grid-template-columns: 82px 1fr 25px; padding: 14px; }
    .market-product-row__image { width: 82px; height: 82px; }
    .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-detail-hero__grid { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); gap: 45px; }
    .product-gallery { grid-template-columns: 70px minmax(0,1fr); }
    .product-gallery__thumbs button { width: 70px; height: 68px; }
    .product-gallery__stage, .product-gallery__stage > button { min-height: 500px; }
    .product-gallery__stage img { height: 420px; }
    .product-related__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-accessories__row { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-request__grid { grid-template-columns: minmax(0,1fr) 320px; gap: 50px; }
    .news-index__layout { grid-template-columns: minmax(0,1fr) 275px; gap: 48px; }
    .article-hero__grid { grid-template-columns: minmax(0,1fr) 340px; gap: 50px; }
    .article-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 55px; }
    .okth-process__steps { grid-template-columns: repeat(2,1fr); }
    .okth-process__steps article { min-height: 260px; }
    .search-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .faq-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 50px; }
}

@media (max-width: 960px) {
    .home-utility__inner > p, .home-nav { display: none; }
    .home-utility__inner { justify-content: flex-end; }
    .home-header__inner { min-height: 74px; grid-template-columns: 1fr auto; }
    .home-brand { width: 150px; }
    .home-menu-toggle { display: block; }
    .home-mobile-menu { position: fixed; z-index: 510; top: 0; right: 0; display: flex; visibility: hidden; width: min(430px,92vw); height: 100dvh; flex-direction: column; padding: 24px; background: #fff; transform: translateX(100%); transition: transform .22s ease,visibility .22s ease; }
    .home-mobile-menu.is-open { visibility: visible; transform: translateX(0); }
    .home-mobile-overlay { position: fixed; z-index: 500; inset: 0; display: block; background: rgba(6,15,22,.7); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
    .home-mobile-menu.is-open + .home-mobile-overlay { opacity: 1; pointer-events: auto; }
    .home-mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
    .home-mobile-menu__head img { width: 145px; height: auto; }
    .home-mobile-menu__head button { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; }
    .home-mobile-menu nav { flex: 1; overflow-y: auto; padding: 16px 0; }
    .home-mobile-menu nav > a, .home-mobile-menu summary { display: flex; min-height: 49px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; }
    .home-mobile-menu summary::-webkit-details-marker { display: none; }
    .home-mobile-menu details[open] summary i { transform: rotate(45deg); }
    .home-mobile-menu details > div { display: grid; padding: 10px 0 12px 14px; grid-template-columns: 1fr 1fr; gap: 4px 14px; }
    .home-mobile-menu details > div a { padding: 6px 0; color: var(--text); font-size: 12px; }
    .home-mobile-menu__contact { padding: 17px; color: #fff; background: var(--navy); }
    .home-mobile-menu__contact span, .home-mobile-menu__contact a { display: block; }
    .home-mobile-menu__contact span { color: #a6b1b9; font-size: 10px; }
    .home-mobile-menu__contact a { font-size: 19px; font-weight: 900; }

    .market-hero { height: 500px; }
    .market-slide__content { width: min(500px,58%); }
    .market-slider__arrow--prev { left: 10px; }
    .market-slider__arrow--next { right: 10px; }
    .market-assurance article { padding: 22px 18px; grid-template-columns: 25px 42px 1fr; gap: 11px; }
    .market-assurance article > i { width: 42px; height: 42px; }
    .market-bestseller { flex-basis: 50%; }
    .market-about__grid, .market-seo__grid, .market-contact__inner { grid-template-columns: 1fr; gap: 44px; }
    .market-about__visual { min-height: 410px; }
    .market-about__visual > img { min-height: 410px; }
    .market-products__layout { grid-template-columns: 1fr; }
    .market-product-feature { min-height: 520px; }
    .market-service-steps { grid-template-columns: repeat(2,1fr); }
    .market-section-title { grid-template-columns: 1fr; gap: 24px; }
    .market-sectors__heading { grid-template-columns: 1fr; gap: 18px; }
    .market-sectors__heading .market-eyebrow { grid-column: auto; margin-bottom: 0; }
    .market-sector-list { grid-template-columns: 1fr 1fr; }
    .market-brand-row { grid-template-columns: repeat(4,1fr); }
    .home-footer__top { grid-template-columns: 1.2fr .8fr .8fr; }
    .home-footer__contact { grid-column: 1/-1; padding-top: 30px; border-top: 1px solid #27333d; }
    .catalog-hero__content { grid-template-columns: 1fr; gap: 24px; }
    .catalog-hero__content > p { max-width: 620px; }
    .catalog-layout { grid-template-columns: 1fr; }
    .catalog-sidebar { position: static; }
    .catalog-categories { display: grid; max-height: 300px; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
    .catalog-categories a { padding-inline: 14px; border-right: 1px solid var(--line); }
    .catalog-categories a:hover, .catalog-categories a.is-active { padding-left: 19px; }
    .catalog-sidebar__help { display: none; }
    .product-detail-hero__grid { grid-template-columns: minmax(0,1fr); }
    .product-detail-summary { padding-top: 0; }
    .product-content-layout { grid-template-columns: 1fr; gap: 54px; }
    .product-detail-contact { position: static; }
    .contact-hero__content { grid-template-columns: 1fr; gap: 25px; }
    .contact-hero__content > p { max-width: 650px; }
    .contact-direct__grid { grid-template-columns: 1fr; }
    .contact-direct__grid > a { min-height: 125px; }
    .contact-request__grid { grid-template-columns: 1fr; }
    .contact-info-panel { max-width: 600px; }
    .news-hero__content { grid-template-columns: minmax(0,1.25fr) minmax(240px,.75fr); gap: 45px; }
    .news-index__layout { grid-template-columns: 1fr; }
    .news-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
    .news-sidebar__cta { margin-top: 0; align-self: start; }
    .article-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; }
    .article-hero__copy { padding-bottom: 56px; }
    .article-hero__visual { min-height: 410px; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
    .article-aside .news-sidebar__cta { margin-top: 0; }
    .okth-hero { height: 650px; }
    .okth-hero__content { width: min(620px,64vw); }
    .okth-definition__grid { grid-template-columns: 1fr; gap: 35px; }
    .okth-definition__copy { max-width: 720px; padding-top: 0; }
    .okth-benefits__grid { grid-template-columns: 1fr; gap: 55px; }
    .okth-benefits__intro { position: static; }
    .okth-section-head { grid-template-columns: 1fr; gap: 24px; }
    .okth-section-head > p { max-width: 650px; }
    .okth-sector-grid { grid-template-columns: repeat(2,1fr); }
    .okth-sector-grid article { min-height: 390px; }
    .okth-sector-grid article:last-child { min-height: 330px; grid-column: 1/-1; }
    .okth-cta__inner { grid-template-columns: 1fr; align-items: start; gap: 35px; }
    .okth-cta__inner > div:last-child { max-width: 620px; }
    .search-hero__grid, .faq-hero__grid, .gallery-hero__grid { grid-template-columns: 1fr; gap: 28px; }
    .search-page-form { max-width: 600px; }
    .search-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .faq-layout { grid-template-columns: 1fr; }
    .faq-aside { position: static; max-width: 560px; }
    .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .policy-layout { grid-template-columns: 1fr; gap: 45px; }
    .policy-nav { position: static; display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); }
    .policy-nav > span { grid-column: 1/-1; padding-left: 14px; border-bottom: 1px solid var(--line); }
    .policy-nav a { padding: 13px 14px; border-right: 1px solid var(--line); }
    .policy-nav a:hover { padding-left: 18px; }
}

@media (max-width: 680px) {
    :root { --gutter: 20px; --section: 72px; }
    body.airtel-homepage { padding-bottom: 58px; }
    .home-utility { display: none; }
    .home-header__inner { min-height: 68px; }
    .home-brand { width: 138px; }
    .home-icon-button, .home-menu-toggle { width: 40px; height: 40px; }
    .home-search__dialog { width: calc(100% - 24px); margin-top: 12px; padding: 62px 22px 30px; }
    .home-search__field input { font-size: 15px; }

    .market-hero { height: 430px; }
    .market-slide > img { object-position: 64% center; }
    .market-slide--right > img { object-position: 52% center; }
    .market-slide__shade, .market-slide--right .market-slide__shade { background: linear-gradient(90deg,rgba(5,13,20,.72),rgba(5,13,20,.18)); }
    .market-slide--right .market-slide__inner { justify-content: flex-start; }
    .market-slide__content, .market-slide--right .market-slide__content { width: 83%; padding: 36px 0 60px; text-align: left; }
    .market-slide__content--image-only { align-self: flex-end; padding-bottom: 50px; }
    .market-slide__content > p { font-size: 10px; }
    .market-slide__content h2 { margin-bottom: 22px; font-size: 35px; }
    .market-slide__button { min-height: 46px; padding-inline: 19px; font-size: 11px; }
    .market-slider__arrow { top: auto; bottom: 16px; width: 38px; height: 38px; font-size: 20px; transform: none; }
    .market-slider__arrow--prev { left: auto; right: 64px; }
    .market-slider__arrow--next { right: 20px; }
    .market-slider__dots { right: auto; bottom: 31px; left: 20px; justify-content: flex-start; }
    .market-slider__dots button { width: 22px; }
    .market-slider__dots button.is-active { width: 38px; }
    .market-assurance__grid { grid-template-columns: 1fr; }
    .market-assurance article { min-height: 96px; padding: 17px 0; grid-template-columns: 28px 44px 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
    .market-assurance article:first-child { border-left: 0; }
    .market-assurance article > i { width: 44px; height: 44px; }
    .market-button { width: 100%; max-width: 100%; }

    .market-finder__heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .market-finder__heading h2, .market-about__copy h2, .market-section-title h2, .market-sectors__heading h2, .market-seo h2 { font-size: clamp(33px,9.5vw,44px); }
    .market-finder__tools { width: 100%; align-items: flex-end; justify-content: space-between; gap: 16px; }
    .market-finder__tools > a { font-size: 12px; white-space: normal; }
    .market-finder__controls { flex: 0 0 auto; }
    .market-finder__controls button { width: 40px; height: 40px; }
    .market-bestseller { min-height: 420px; flex-basis: 100%; }
    .market-bestseller__rank { top: 16px; left: 16px; }
    .market-bestseller__image { width: 100%; height: 235px; flex: 0 0 235px; }
    .market-bestseller__content { min-height: 184px; padding: 22px 20px 20px; }
    .market-bestseller__content h3 { margin-bottom: 13px; font-size: 18px; }

    .market-about__visual, .market-about__visual > img { min-height: 300px; }
    .market-about__visual > img { object-position: center; }
    .market-product-feature { min-height: 470px; }
    .market-product-feature__image { min-height: 300px; }
    .market-product-feature__body { padding: 24px; }
    .market-product-feature__body h3 { font-size: 23px; }
    .market-product-list { grid-template-columns: 1fr; }
    .market-product-row { grid-template-columns: 78px 1fr 26px; }
    .market-product-row__image { width: 78px; height: 78px; }
    .market-products__all .market-button { width: auto; }

    .market-coverage, .market-coverage__inner { min-height: 490px; }
    .market-coverage h2 { font-size: 40px; }
    .market-coverage__inner p:not(.market-eyebrow) { font-size: 15px; }
    .market-coverage .market-button { width: auto; }
    .market-service-steps { grid-template-columns: 1fr; }
    .market-service-steps article { min-height: 230px; }
    .market-sector-list { grid-template-columns: 1fr; }
    .market-sector-list article, .market-sector-list img { min-height: 210px; }
    .market-sector-list article > div { padding: 20px; }
    .market-brand-row { grid-template-columns: 1fr 1fr; }
    .market-brand-row a { min-height: 96px; padding: 20px 16px; }
    .market-brand-row img { max-width: 112px; max-height: 38px; }
    .market-contact h2 { font-size: 39px; }
    .market-contact__action > div { align-items: stretch; flex-direction: column; }
    .market-contact__action .market-button { width: auto; align-self: flex-start; }

    .home-footer { padding-top: 64px; }
    .home-footer__top { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
    .home-footer__brand, .home-footer__contact { grid-column: 1/-1; }
    .home-footer__bottom { align-items: flex-start; flex-direction: column; padding-block: 22px; }
    .home-footer__bottom > div { flex-wrap: wrap; gap: 10px 16px; }
    .home-mobile-contact { position: fixed; z-index: 350; right: 0; bottom: 0; left: 0; display: grid; height: 58px; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 24px rgba(8,18,27,.16); }
    .home-mobile-contact a { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 8px; color: #fff !important; background: var(--navy); font-size: 11px; font-weight: 900; white-space: nowrap; text-transform: uppercase; }
    .home-mobile-contact a + a { background: var(--orange); }
    .catalog-hero__inner { min-height: 310px; padding-block: 28px 50px; }
    .catalog-breadcrumb { margin-bottom: 43px; }
    .catalog-hero h1 { overflow-wrap: anywhere; font-size: 34px; letter-spacing: -.045em; }
    .catalog-hero__content > p { font-size: 13px; }
    .catalog-section { padding-block: 58px 80px; }
    .catalog-categories { display: block; max-height: 290px; }
    .catalog-results__head { min-height: 78px; }
    .catalog-results__head h2 { font-size: 26px; }
    .catalog-results__head > p { display: none; }
    .catalog-grid { grid-template-columns: 1fr; }
    .catalog-card { min-height: 455px; }
    .catalog-card__image { height: 245px; }
    .catalog-card__image > span { transform: translateY(0); }
    .catalog-pagination { grid-template-columns: 1fr 1fr; }
    .catalog-pagination > div { grid-column: 1/-1; grid-row: 1; }
    .catalog-pagination__direction { grid-row: 2; }
    .product-detail-breadcrumb { padding-block: 16px; }
    .product-detail-hero { padding-block: 14px 72px; }
    .product-detail-hero__grid { gap: 44px; }
    .product-gallery { grid-template-columns: 1fr; grid-template-areas: "stage" "thumbs"; gap: 10px; }
    .product-gallery__stage, .product-gallery__stage > button { min-height: 370px; }
    .product-gallery__stage > button { padding: 32px; }
    .product-gallery__stage img { height: 310px; }
    .product-gallery__hint { display: none; }
    .product-gallery__thumbs { overflow-x: auto; flex-direction: row; padding-bottom: 4px; }
    .product-gallery__thumbs button { width: 70px; min-width: 70px; height: 66px; }
    .product-detail-summary h1 { margin-bottom: 19px; font-size: 38px; }
    .product-detail-summary__intro { font-size: 13px; }
    .product-detail-actions { align-items: stretch; flex-direction: column; gap: 18px; }
    .product-detail-actions .market-button { width: 100%; }
    .product-detail-pdf { align-self: flex-start; }
    .product-detail-phone { align-items: flex-start; flex-direction: column; gap: 2px; }
    .product-content-section { overflow: hidden; }
    .product-content > header { margin-bottom: 30px; }
    .product-content__body { overflow-wrap: anywhere; }
    .product-content__body table { display: block; overflow-x: auto; white-space: nowrap; }
    .product-detail-contact { padding: 28px; }
    .product-related__head { align-items: flex-start; flex-direction: column; }
    .product-related__grid, .product-accessories__row { grid-template-columns: 1fr; }
    .product-related-card > a { height: 235px; }
    .product-lightbox { padding: 6px; }
    .product-lightbox__dialog { width: calc(100vw - 12px); height: calc(100dvh - 12px); grid-template-rows: 52px minmax(0,1fr); }
    .product-lightbox__head { padding-left: 16px; }
    .product-lightbox__head button { width: 52px; height: 52px; }
    .product-lightbox__image { padding: 10px; }
    .contact-hero__inner { min-height: 390px; padding-block: 28px 54px; }
    .contact-breadcrumb { margin-bottom: 55px; }
    .contact-hero h1 { overflow-wrap: anywhere; font-size: 40px; }
    .contact-hero__content > p { font-size: 13px; }
    .contact-direct__grid > a { min-height: 112px; padding: 22px 18px; }
    .contact-form-panel > header h2 { font-size: 36px; }
    .contact-form-grid { grid-template-columns: 1fr; gap: 21px; }
    .contact-form-grid__wide { grid-column: auto; }
    .contact-form-submit { align-items: stretch; flex-direction: column; }
    .contact-form-submit button { width: 100%; }
    .contact-info-panel { padding: 28px 24px; }
    .contact-info-panel > h2 { font-size: 25px; }
    .contact-map__head { align-items: flex-start; flex-direction: column; }
    .contact-map__frame { height: 390px; }
    .news-hero__inner { min-height: 455px; padding-block: 28px 55px; }
    .news-breadcrumb { margin-bottom: 50px; }
    .news-hero__content { grid-template-columns: 1fr; align-items: start; gap: 32px; }
    .news-hero h1 { font-size: 43px; }
    .news-hero__summary { max-width: 350px; padding-left: 18px; }
    .news-hero__summary strong { font-size: 40px; }
    .news-index { padding-block: 62px 82px; }
    .news-index__head { min-height: 82px; }
    .news-index__head h2 { font-size: 28px; }
    .news-index__head > p { display: none; }
    .news-list { grid-auto-rows: auto; grid-template-columns: 1fr; }
    .news-card__visual { height: 270px; min-height: 270px; flex-basis: 270px; }
    .news-card__body { padding: 25px 22px; }
    .news-card h2 { min-height: 0; font-size: 25px; }
    .news-card__body > p { min-height: 0; }
    .news-card__meta { align-items: flex-start; flex-direction: column; gap: 4px; }
    .news-sidebar { grid-template-columns: 1fr; }
    .news-sidebar__cta { padding: 27px 24px; }
    .article-hero .news-breadcrumb { padding-top: 27px; margin-bottom: 44px; }
    .article-hero__copy { padding-bottom: 50px; }
    .article-hero__copy h1 { font-size: 40px; }
    .article-hero__intro { font-size: 13px; }
    .article-meta { align-items: flex-start; flex-direction: column; gap: 9px; }
    .article-hero__visual { min-height: 310px; }
    .article-hero__visual--signal > span { top: 34px; left: 24px; font-size: 110px; }
    .article-section { padding-block: 65px; }
    .article-content__lead { grid-template-columns: 48px 1fr; gap: 14px; margin-bottom: 38px; padding-bottom: 34px; }
    .article-content__lead > span { font-size: 57px; }
    .article-content__lead p { font-size: 15px; line-height: 1.7; }
    .article-content__body { overflow-wrap: anywhere; font-size: 14px; }
    .article-content__body h2 { font-size: 28px; }
    .article-content__body h3 { font-size: 23px; }
    .article-content__body table { display: block; overflow-x: auto; white-space: nowrap; }
    .article-content__footer { align-items: flex-start; flex-direction: column; }
    .article-aside { grid-template-columns: 1fr; }
    .article-related__head { align-items: flex-start; flex-direction: column; }
    .article-related__grid { grid-template-columns: 1fr; }
    .article-related__grid article { min-height: 220px; }
    .okth-hero { height: 620px; min-height: 620px; }
    .okth-hero__image { object-position: 62% center; }
    .okth-hero__shade { background: linear-gradient(90deg,rgba(7,17,25,.95),rgba(7,17,25,.58)); }
    .okth-hero__inner { padding-block: 26px 40px; }
    .okth-hero__content { top: 52%; left: var(--gutter); width: calc(100% - (var(--gutter) * 2)); }
    .okth-hero__content h1 { font-size: 42px; }
    .okth-hero__content > p:not(.market-eyebrow) { max-width: 330px; font-size: 13px; }
    .okth-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
    .okth-hero__actions .market-button { width: 100%; }
    .okth-hero__actions > a:not(.market-button) { align-self: flex-start; }
    .okth-hero__tag { display: none; }
    .okth-definition { padding-block: 68px; }
    .okth-definition__grid header h2 { font-size: 37px; }
    .okth-definition__copy p { font-size: 13px; }
    .okth-principles { margin-top: 50px; grid-template-columns: 1fr; }
    .okth-principles article { min-height: 145px; padding: 24px; }
    .okth-benefits { padding-block: 70px; }
    .okth-benefits__intro h2 { font-size: 38px; }
    .okth-benefit-list article { min-height: 130px; grid-template-columns: 38px 1fr; gap: 14px; }
    .okth-benefit-list h3 { font-size: 20px; }
    .okth-process { padding-block: 70px; }
    .okth-section-head h2 { font-size: 38px; }
    .okth-process__steps { grid-template-columns: 1fr; }
    .okth-process__steps article { min-height: 235px; padding: 25px; }
    .okth-process__steps article > i { margin: 31px 0 21px; }
    .okth-sectors { padding-block: 70px; }
    .okth-sector-grid { grid-template-columns: 1fr; }
    .okth-sector-grid article, .okth-sector-grid article:last-child { min-height: 350px; grid-column: auto; }
    .okth-sector-grid article > div { padding: 23px; }
    .okth-cta { padding-block: 70px; }
    .okth-cta h2 { font-size: 39px; }
    .okth-cta .market-button { width: 100%; }
    .search-hero__inner { min-height: 430px; padding-block: 27px 52px; }
    .search-hero .catalog-breadcrumb, .faq-hero .catalog-breadcrumb, .gallery-hero .catalog-breadcrumb { margin-bottom: 48px; }
    .search-hero h1 { font-size: 40px; overflow-wrap: anywhere; }
    .search-page-form input { font-size: 14px; }
    .search-results { padding-block: 62px 82px; }
    .search-results__head > p, .gallery-section__head > p { display: none; }
    .search-grid { grid-template-columns: 1fr; }
    .search-grid .catalog-card__image { height: 245px; }
    .search-empty { padding: 42px 24px; grid-template-columns: 1fr; gap: 18px; }
    .search-empty > span { font-size: 85px; }
    .search-empty h2 { font-size: 27px; }
    .search-empty .market-button { width: 100%; }
    .faq-hero__inner, .gallery-hero__inner { min-height: 410px; padding-block: 27px 53px; }
    .faq-hero h1, .gallery-hero h1 { font-size: 44px; }
    .faq-hero__grid > p, .gallery-hero__grid > p { font-size: 13px; }
    .faq-section { padding-block: 65px 82px; }
    .faq-item summary { min-height: 88px; grid-template-columns: 27px 1fr 38px; gap: 10px; }
    .faq-item summary > strong { font-size: 15px; }
    .faq-item > div { padding: 0 0 25px 37px; }
    .faq-aside { padding: 28px 24px; }
    .gallery-section { padding-block: 62px 82px; }
    .gallery-grid { grid-auto-rows: auto; grid-template-columns: 1fr; }
    .gallery-card { min-height: 395px; }
    .gallery-card > button, .gallery-card__document { height: 255px; flex-basis: 255px; }
    .gallery-lightbox { padding: 6px; }
    .gallery-lightbox__dialog { width: calc(100vw - 12px); height: calc(100dvh - 12px); grid-template-rows: 52px minmax(0,1fr); }
    .gallery-lightbox__head button { width: 52px; height: 52px; }
    .gallery-lightbox__stage { padding: 8px; grid-template-columns: 38px minmax(0,1fr) 38px; gap: 5px; }
    .gallery-lightbox__stage button { width: 36px; height: 48px; }
    .policy-hero__inner { min-height: 430px; padding-block: 27px 53px; }
    .policy-hero .catalog-breadcrumb { margin-bottom: 47px; }
    .policy-hero h1 { font-size: 43px; }
    .policy-section { padding-block: 64px 82px; }
    .policy-nav { display: none; }
    .policy-content section { padding: 0 0 40px 39px; }
    .policy-content h2 { font-size: 26px; }
    .policy-content p { font-size: 13px; }
    .policy-notice { margin-bottom: 43px; padding: 21px; grid-template-columns: 30px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
