/* =====================================================================
   AquaQuality — Evsel Su Arıtma (Antalya) — 2026 Premium
   evsel.html'e özel stiller. Diğer sayfaları etkilemez.
   ===================================================================== */

.evsel-page {
    --e-primary: #0079b8;
    --e-primary-light: #14aee0;
    --e-primary-dark: #005a86;
    --e-grad: linear-gradient(120deg, #16b1e3 0%, #0071ad 100%);
    --e-wa: #25d366;
    --e-wa-dark: #0e9f6e;
    --e-ink: #0a2437;
    --e-ink-soft: #33475b;
    --e-muted: #64798c;
    --e-line: #e7eef4;
    --e-soft: #f5fafd;
    --e-soft2: #eef7fc;
    /* Referans buton (koyu lacivert → mavi) */
    --e-btn: linear-gradient(100deg, #16233f 0%, #223f6d 48%, #2f6cac 100%);
    --e-btn-hover: linear-gradient(100deg, #1b2b4e 0%, #294c85 48%, #3a7fc4 100%);
    /* Not: yazı fontu siteyle aynı (Roboto gövde / Rubik başlık) — özel font kullanılmaz */
    color: var(--e-ink-soft);
    letter-spacing: .1px;
}
.evsel-page img { max-width: 100%; }

/* Header: evsel menüsü daha fazla öğe içerdiği için sıkı yerleşim */
.evsel-page .second-menu .main-menu ul li { margin-left: 30px; }
.evsel-page .second-menu .main-menu ul li a { font-size: 15px; font-weight: 500; }
@media (min-width: 1200px) and (max-width: 1400px) {
    .evsel-page .second-menu .main-menu ul li { margin-left: 22px; }
}

/* ---------------------------------------------------------------------
   Butonlar
   --------------------------------------------------------------------- */
.evsel-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: var(--e-btn);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .20), 0 14px 26px -12px rgba(16, 34, 63, .7);
    overflow: hidden;
    transition: transform .35s cubic-bezier(.19,1,.22,1), box-shadow .35s ease, gap .3s ease;
    isolation: isolate;
}
.evsel-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--e-btn-hover);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: -1;
}
.evsel-btn i { transition: transform .35s ease; font-size: 14px; }
.evsel-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 20px 34px -12px rgba(16, 34, 63, .78);
}
.evsel-btn:hover::before { opacity: 1; }
.evsel-btn:hover i { transform: translateX(3px); }

.evsel-btn--wa { background: linear-gradient(120deg, #2bd46f 0%, #0e9f6e 100%); box-shadow: 0 14px 26px -12px rgba(14, 159, 110, .65); }
.evsel-btn--wa::before { background: linear-gradient(120deg, #0e9f6e 0%, #2bd46f 100%); }
.evsel-btn--wa:hover { box-shadow: 0 20px 34px -12px rgba(14, 159, 110, .7); }

.evsel-btn--light { background: #fff; color: var(--e-primary); box-shadow: 0 14px 28px -14px rgba(10, 36, 55, .5); }
.evsel-btn--light::before { background: #f0faff; }
.evsel-btn--light:hover { color: var(--e-primary-dark); }

.evsel-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .55);
    box-shadow: none;
    color: #fff;
    backdrop-filter: blur(3px);
}
.evsel-btn--ghost::before { background: #fff; }
.evsel-btn--ghost:hover { color: var(--e-primary); border-color: #fff; }

/* ---------------------------------------------------------------------
   Bölüm başlıkları
   --------------------------------------------------------------------- */
.evsel-sec { padding: 110px 0; }
.evsel-sec--soft { background: var(--e-soft); }
.evsel-head { max-width: 700px; margin: 0 auto 60px; text-align: center; }
.evsel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--e-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.evsel-kicker::before, .evsel-kicker::after {
    content: "";
    width: 26px; height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--e-primary-light));
}
.evsel-kicker::after { background: linear-gradient(90deg, var(--e-primary-light), transparent); }
.evsel-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--e-ink);
    margin: 0 0 18px;
    line-height: 1.15;
    letter-spacing: -.6px;
}
.evsel-head p { font-size: 17px; color: var(--e-muted); line-height: 1.75; margin: 0; }

/* ---------------------------------------------------------------------
   HERO — görsel net görünür, sadece hafif okunabilirlik perdesi
   --------------------------------------------------------------------- */
.evsel-hero {
    position: relative;
    min-height: 94vh;
    display: flex;
    align-items: center;
    background: #06202f url('../img/slider/slider_img_bg.png') center center / cover no-repeat;
    overflow: hidden;
}
.evsel-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 24, 35, .80) 0%, rgba(6, 24, 35, .46) 38%, rgba(6, 24, 35, .08) 64%, rgba(6, 24, 35, 0) 100%),
        linear-gradient(180deg, rgba(6, 24, 35, 0) 55%, rgba(6, 24, 35, .40) 100%);
}
.evsel-hero__content { position: relative; z-index: 2; padding: 170px 0 100px; }
.evsel-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #eaf7ff;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 26px;
    backdrop-filter: blur(6px);
}
.evsel-hero__tag i { color: var(--e-primary-light); }
.evsel-hero h1 {
    font-size: 58px;
    line-height: 1.06;
    font-weight: 800;
    color: #fff;
    margin: 0 0 22px;
    letter-spacing: -1.2px;
    text-shadow: 0 6px 30px rgba(0, 0, 0, .28);
}
.evsel-hero h1 span {
    background: linear-gradient(90deg, #7fe3ff, #22b6ea);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.evsel-hero p {
    font-size: 18px;
    line-height: 1.72;
    color: rgba(240, 248, 253, .92);
    max-width: 600px;
    margin: 0 0 36px;
    font-weight: 300;
}
.evsel-hero p strong { font-weight: 600; color: #fff; }
.evsel-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.evsel-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 54px;
    max-width: 680px;
}
.evsel-hero__stat {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 22px 12px 13px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: transform .4s cubic-bezier(.19,1,.22,1), background .35s ease, border-color .35s ease;
}
.evsel-hero__stat:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .35);
}
.evsel-hero__stat .ico {
    flex: 0 0 auto;
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: var(--e-btn);
    color: #7fe3ff;
    font-size: 17px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}
.evsel-hero__stat .num { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -.4px; }
.evsel-hero__stat .lbl { font-size: 12px; color: rgba(255, 255, 255, .8); margin-top: 4px; font-weight: 300; }
.evsel-scroll-cue {
    position: absolute;
    bottom: 30px; left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .06);
    animation: evselBounce 2s infinite;
    transition: background .3s ease;
}
.evsel-scroll-cue:hover { background: rgba(255, 255, 255, .16); color: #fff; }
@keyframes evselBounce { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

/* ---------------------------------------------------------------------
   Avantajlar — editorial premium kartlar (numaralı)
   --------------------------------------------------------------------- */
.evsel-adv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: adv;
}
.evsel-adv {
    position: relative;
    background: #fff;
    border: 1px solid var(--e-line);
    border-radius: 20px;
    padding: 38px 34px 34px;
    box-shadow: 0 24px 50px -34px rgba(10, 36, 55, .35);
    transition: transform .4s cubic-bezier(.19,1,.22,1), box-shadow .4s ease, border-color .4s ease;
    overflow: hidden;
}
.evsel-adv::after {
    counter-increment: adv;
    content: counter(adv, decimal-leading-zero);
    position: absolute;
    top: 24px; right: 30px;
    font-size: 40px;
    font-weight: 800;
    color: #eef4f9;
    letter-spacing: -1px;
    transition: color .4s ease;
}
.evsel-adv::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--e-grad);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .45s cubic-bezier(.19,1,.22,1);
}
.evsel-adv:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 60px -30px rgba(0, 113, 173, .45);
    border-color: #cfe8f7;
}
.evsel-adv:hover::before { transform: scaleY(1); }
.evsel-adv:hover::after { color: #d9ecf8; }
.evsel-adv__icon {
    position: relative;
    width: 60px; height: 60px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 25px;
    color: var(--e-primary);
    background: linear-gradient(145deg, #e9f6fd 0%, #d5edfa 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
    margin-bottom: 24px;
    transition: color .4s ease, background .4s ease, transform .4s ease, box-shadow .4s ease;
}
.evsel-adv:hover .evsel-adv__icon {
    color: #fff;
    background: var(--e-grad);
    box-shadow: 0 14px 24px -10px rgba(0, 113, 173, .6);
    transform: translateY(-2px);
}
.evsel-adv h3 { font-size: 19px; color: var(--e-ink); margin: 0 0 12px; font-weight: 700; letter-spacing: -.2px; }
.evsel-adv p { font-size: 14.5px; color: var(--e-muted); line-height: 1.7; margin: 0; }

/* ---------------------------------------------------------------------
   Ürün slider
   --------------------------------------------------------------------- */
.evsel-products { position: relative; }
.evsel-product-slider { margin: 0 -13px; }
.evsel-product-slider .slick-slide { height: auto; padding: 13px; }
.evsel-product-slider .slick-track { display: flex; }
.evsel-product-slider .slick-track .slick-slide { display: flex; height: auto; }

.evsel-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--e-line);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 26px 54px -34px rgba(10, 36, 55, .4);
    transition: transform .4s cubic-bezier(.19,1,.22,1), box-shadow .4s ease, border-color .4s ease;
}
.evsel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px -34px rgba(0, 113, 173, .45);
    border-color: #cfe8f7;
}
.evsel-card__media {
    position: relative;
    background: #ffffff;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid var(--e-line);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evsel-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(.19,1,.22,1);
}
.evsel-card:hover .evsel-card__media img { transform: scale(1.05); }
.evsel-badge {
    position: absolute;
    top: 16px; left: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(120deg, #ffb347, #ff7a45);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 7px 13px;
    border-radius: 50px;
    box-shadow: 0 10px 20px -8px rgba(255, 122, 69, .7);
}
.evsel-badge i { font-size: 10px; }
.evsel-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.evsel-card__body h3 { font-size: 19px; font-weight: 700; color: var(--e-ink); margin: 0 0 12px; letter-spacing: -.2px; line-height: 1.3; }
.evsel-card__body > p { font-size: 14px; color: var(--e-muted); line-height: 1.65; margin: 0 0 20px; }
.evsel-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.evsel-chips span {
    font-size: 12px;
    font-weight: 500;
    color: var(--e-primary-dark);
    background: #f1f8fc;
    border: 1px solid #dfeef8;
    padding: 5px 12px;
    border-radius: 8px;
}
.evsel-card__dims {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 500;
    color: var(--e-ink-soft);
    padding: 14px 0;
    border-top: 1px solid var(--e-line);
    margin-bottom: 20px;
}
.evsel-card__dims i { color: var(--e-primary); }
.evsel-card__foot { margin-top: auto; }
.evsel-card__foot .evsel-btn { width: 100%; }
.evsel-card__price-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    font-size: 12.5px;
    color: var(--e-muted);
    margin-top: 13px;
}
.evsel-card__price-note::before { content: "\f017"; font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free"; font-weight: 900; color: var(--e-primary); }

/* Slick oklar & noktalar */
.evsel-product-slider .slick-prev,
.evsel-product-slider .slick-next {
    width: 52px; height: 52px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 16px 30px -14px rgba(0, 113, 173, .5);
    border: 1px solid var(--e-line);
    transition: background .3s ease, transform .3s ease, border-color .3s ease;
}
.evsel-product-slider .slick-prev:hover,
.evsel-product-slider .slick-next:hover { background: var(--e-grad); transform: scale(1.08); border-color: transparent; }
.evsel-product-slider .slick-prev { left: -14px; }
.evsel-product-slider .slick-next { right: -14px; }
.evsel-product-slider .slick-prev:before,
.evsel-product-slider .slick-next:before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--e-primary);
    opacity: 1;
    font-size: 17px;
    transition: color .3s ease;
}
.evsel-product-slider .slick-prev:hover:before,
.evsel-product-slider .slick-next:hover:before { color: #fff; }
.evsel-product-slider .slick-prev:before { content: "\f053"; }
.evsel-product-slider .slick-next:before { content: "\f054"; }
.evsel-product-slider .slick-dots { bottom: -52px; }
.evsel-product-slider .slick-dots li { margin: 0 3px; }
.evsel-product-slider .slick-dots li button:before {
    font-size: 10px;
    color: var(--e-primary);
    opacity: .28;
    transition: opacity .3s ease;
}
.evsel-product-slider .slick-dots li.slick-active button:before { opacity: 1; }
.evsel-product-slider .slick-dots li.slick-active button:before { color: var(--e-primary); }

/* ---------------------------------------------------------------------
   SSS (accordion)
   --------------------------------------------------------------------- */
.evsel-faq { max-width: 840px; margin: 0 auto; }
.evsel-faq__item {
    background: #fff;
    border: 1px solid var(--e-line);
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}
.evsel-faq__item.open {
    box-shadow: 0 26px 50px -30px rgba(0, 113, 173, .5);
    border-color: #cfe8f7;
}
.evsel-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-ink);
    transition: color .3s ease;
}
.evsel-faq__q:hover { color: var(--e-primary); }
.evsel-faq__q .evsel-faq__ico {
    flex: 0 0 auto;
    width: 30px; height: 30px;
    border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    background: #f1f8fc;
    color: var(--e-primary);
    font-size: 12px;
    transition: transform .35s ease, background .35s ease, color .35s ease;
}
.evsel-faq__item.open .evsel-faq__ico { transform: rotate(180deg); background: var(--e-grad); color: #fff; }
.evsel-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease, padding .45s ease;
    padding: 0 26px;
    color: var(--e-muted);
    line-height: 1.75;
    font-size: 15px;
}
.evsel-faq__item.open .evsel-faq__a { max-height: 340px; padding: 0 26px 24px; }

/* ---------------------------------------------------------------------
   Harita + iletişim CTA
   --------------------------------------------------------------------- */
.evsel-map-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px -34px rgba(10, 36, 55, .5);
    border: 1px solid var(--e-line);
    height: calc(100% - 46px);
    min-height: 380px;
    background: linear-gradient(160deg, #e8f4fb 0%, #d3ecf9 100%);
}
.evsel-map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; filter: grayscale(.15); }
.evsel-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--e-primary);
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none;
    transition: color .3s ease, gap .3s ease;
}
.evsel-map-link:hover { color: var(--e-primary-dark); gap: 12px; }

.evsel-cta-card {
    position: relative;
    background: var(--e-grad);
    border-radius: 22px;
    padding: 46px 42px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(0, 113, 173, .6);
}
.evsel-cta-card::before {
    content: "";
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
}
.evsel-cta-card::after {
    content: "";
    position: absolute;
    bottom: -80px; left: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}
.evsel-cta-card > * { position: relative; z-index: 1; }
.evsel-cta-card h2 { color: #fff; font-size: 30px; font-weight: 800; margin: 0 0 14px; letter-spacing: -.5px; }
.evsel-cta-card p { color: rgba(255, 255, 255, .92); font-size: 16px; line-height: 1.7; margin: 0 0 28px; font-weight: 300; }
.evsel-cta-card .evsel-info { margin: 0 0 30px; padding: 0; }
.evsel-cta-card .evsel-info li {
    display: flex; align-items: center; gap: 14px;
    list-style: none; padding: 9px 0; font-size: 15.5px; color: #fff;
}
.evsel-cta-card .evsel-info li a { color: #fff; text-decoration: none; transition: opacity .3s ease; }
.evsel-cta-card .evsel-info li a:hover { opacity: .85; }
.evsel-cta-card .evsel-info i {
    flex: 0 0 auto;
    width: 42px; height: 42px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .18);
    font-size: 15px;
}
.evsel-cta-card .evsel-hero__btns { gap: 12px; }
.evsel-cta-card .evsel-btn { background: #fff; color: var(--e-primary); box-shadow: 0 14px 28px -14px rgba(0, 0, 0, .4); }
.evsel-cta-card .evsel-btn::before { background: #eafaff; }
.evsel-cta-card .evsel-btn--wa { background: linear-gradient(120deg, #2bd46f, #0e9f6e); color: #fff; }
.evsel-cta-card .evsel-btn--wa::before { background: linear-gradient(120deg, #0e9f6e, #2bd46f); }

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 1199px) {
    .evsel-hero h1 { font-size: 48px; }
}
@media (max-width: 991px) {
    .evsel-adv-grid { grid-template-columns: repeat(2, 1fr); }
    .evsel-hero { min-height: auto; }
    .evsel-hero h1 { font-size: 42px; }
    .evsel-head h2 { font-size: 34px; }
}
@media (max-width: 767px) {
    .evsel-adv-grid { grid-template-columns: 1fr; }
    .evsel-sec { padding: 66px 0; }
    .evsel-head { margin-bottom: 44px; }
    .evsel-head h2 { font-size: 29px; }
    .evsel-hero h1 { font-size: 34px; }
    .evsel-hero__content { padding: 150px 0 80px; }
    .evsel-hero p { font-size: 16px; }
    .evsel-hero__stats { gap: 10px; margin-top: 40px; }
    .evsel-hero__stat { padding: 10px 16px 10px 10px; gap: 10px; }
    .evsel-hero__stat .ico { width: 38px; height: 38px; font-size: 15px; }
    .evsel-hero__stat .num { font-size: 19px; }
    .evsel-product-slider .slick-prev { left: 2px; }
    .evsel-product-slider .slick-next { right: 2px; }
    .evsel-cta-card { padding: 36px 28px; }
}

/* =====================================================================
   2026 revizyon — yazı stili site geneliyle (endüstriyel) eşitlendi,
   mavi köşeli garanti rozeti, hero yan görsel, tek satır istatistik
   ===================================================================== */

/* ---- Yazı stili: endüstriyel/site geneliyle aynı (Rubik 700 başlık,
   normal harf aralığı, Roboto gövde) ---- */
.evsel-page { letter-spacing: normal; }
.evsel-hero h1,
.evsel-head h2,
.evsel-card__body h3,
.evsel-adv h3,
.evsel-cta-card h2 { letter-spacing: normal; }
.evsel-hero h1 { font-weight: 700; }
.evsel-hero p,
.evsel-cta-card p { font-weight: 400; }
.evsel-hero__stat .lbl { font-weight: 400; }

/* ---- Ürün adı üstünde mavi köşeli "5 Yıl Garanti" rozeti ---- */
.evsel-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--e-grad);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
    align-self: flex-start;
    box-shadow: 0 10px 20px -10px rgba(0, 113, 173, .6);
}
.evsel-guarantee i { font-size: 10px; }

/* ---- Hero sağ görsel (boş alanı doldurur) ---- */
.evsel-hero__media {
    position: relative;
    z-index: 2;
    text-align: center;
}
.evsel-hero__media img {
    max-width: 100%;
    border-radius: 18px;
    filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .45));
    animation: evselFloat 6s ease-in-out infinite;
}
@keyframes evselFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* ---- Hero istatistikleri tek satır ---- */
.evsel-hero__stats { flex-wrap: nowrap; max-width: 100%; }
.evsel-hero__stat { flex: 1 1 0; min-width: 0; }

@media (max-width: 991px) {
    .evsel-hero__media { display: none; }
    .evsel-hero__stats { flex-wrap: wrap; }
    .evsel-hero__stat { flex: 1 1 42%; }
}

/* =====================================================================
   2026 — Ürün kartı sadeleştirme (görsel + alt alta 2 buton) &
   ürün iç sayfaları (detay + ürüne özel SSS). Diğer sayfaları etkilemez.
   ===================================================================== */

/* ---- Slider kartı: görsel + isim + alt alta iki buton ---- */
.evsel-card__actions { display: flex; flex-direction: column; gap: 12px; margin-top: auto; }
.evsel-card__actions .evsel-btn { width: 100%; }
.evsel-card--simple .evsel-card__body { padding: 24px 24px 26px; }
.evsel-card--simple .evsel-card__body h3 { margin-bottom: 20px; }

/* ---------------------------------------------------------------------
   Ürün iç sayfası — arkada koyu hero olmadığı için header her zaman
   beyaz/okunur olmalı (şeffaf beyaz-yazı sorununu giderir)
   --------------------------------------------------------------------- */
.evsel-inner .header-three .menu-area {
    background: #ffffff;
    box-shadow: 0 2px 24px rgba(10, 36, 55, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.evsel-inner #header-sticky:not(.sticky-menu) .main-menu ul li a {
    color: var(--aq-primary);
    text-shadow: none;
}
.evsel-inner #header-sticky:not(.sticky-menu) .main-menu ul li a:hover {
    color: var(--aq-primary-light);
}
.evsel-inner #header-sticky:not(.sticky-menu) .logo .aq-logo-dark { display: inline-block; }
.evsel-inner #header-sticky:not(.sticky-menu) .logo .aq-logo-light { display: none; }

/* ---------------------------------------------------------------------
   Ürün iç sayfası — üst detay bloğu (solda görsel, sağda bilgi)
   --------------------------------------------------------------------- */
.evsel-detail { padding-top: 150px; }
.evsel-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: var(--e-muted);
    margin-bottom: 20px;
}
.evsel-breadcrumb a { color: var(--e-primary); text-decoration: none; transition: color .3s ease; }
.evsel-breadcrumb a:hover { color: var(--e-primary-dark); }
.evsel-breadcrumb .sep { color: #c4d3df; }

.evsel-detail__info h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--e-ink);
    line-height: 1.15;
    margin: 0 0 18px;
}
.evsel-detail__lead { font-size: 16.5px; color: var(--e-muted); line-height: 1.75; margin: 0 0 26px; }
.evsel-detail__info .evsel-chips { margin-bottom: 26px; }
.evsel-detail__btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.evsel-detail__media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--e-line);
    background: linear-gradient(160deg, #f2fafe 0%, #dceffa 100%);
    box-shadow: 0 34px 66px -36px rgba(0, 113, 173, .5);
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.evsel-detail__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.evsel-detail__media .evsel-guarantee { position: absolute; top: 18px; left: 18px; margin: 0; z-index: 2; }

/* ---- Teknik özellik tablosu ---- */
.evsel-spec { margin-top: 44px; }
.evsel-spec h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--e-ink);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.evsel-spec h2 i { color: var(--e-primary); font-size: 18px; }
.evsel-spec-table {
    width: 100%;
    border: 1px solid var(--e-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 50px -38px rgba(10, 36, 55, .35);
}
.evsel-spec-table tr { border-bottom: 1px solid var(--e-line); }
.evsel-spec-table tr:last-child { border-bottom: none; }
.evsel-spec-table th,
.evsel-spec-table td { padding: 15px 22px; text-align: left; font-size: 14.5px; vertical-align: top; }
.evsel-spec-table th {
    width: 42%;
    background: var(--e-soft);
    color: var(--e-ink);
    font-weight: 600;
}
.evsel-spec-table td { color: var(--e-ink-soft); }

@media (max-width: 991px) {
    .evsel-detail { padding-top: 120px; }
    .evsel-detail__media { margin-bottom: 34px; aspect-ratio: 4 / 4; }
    .evsel-detail__info h1 { font-size: 32px; }
}
@media (max-width: 767px) {
    .evsel-detail__info h1 { font-size: 27px; }
    .evsel-spec-table th { width: 46%; }
    .evsel-detail__btns .evsel-btn { width: 100%; }
}
