/*!
 * esc-perde-v1 — Perde & Ev Tekstili Teması
 * ESC Medya
 *
 * Palet perde/tekstil vitrinine gore secildi: sicak krem zeminler, bronz
 * vurgu, kahverengiye calan koyu metin. Endustriyel temalarin sari/antrasit
 * kontrasti kumas fotograflarini bastiriyor, burada ise yaramiyor.
 */

/* ============================================================
   1. DEĞİŞKENLER & TEMEL
   ============================================================ */
:root {
    --sp-koyu: #2e2a26;
    --sp-koyu-2: #45403a;
    --sp-koyu-3: #211e1a;
    --sp-vurgu: #c08552;
    --sp-vurgu-koyu: #a06c3e;
    --sp-vurgu-2: #8c6a4f;
    --sp-gri: #faf7f2;
    --sp-gri-2: #f0eae1;
    --sp-metin: #6b635a;
    --sp-baslik: #2e2a26;
    --sp-border: #e7dfd4;
    --sp-beyaz: #ffffff;
    --sp-yesil: #25d366;        /* WhatsApp — siparis akisinin ana rengi */
    --sp-yesil-koyu: #1da851;
    --sp-radius: 8px;
    --sp-radius-lg: 14px;
    --sp-golge: 0 14px 38px rgba(46, 42, 38, .12);
    --sp-golge-sm: 0 6px 18px rgba(46, 42, 38, .08);
    --sp-font: 'Manrope', -apple-system, 'Segoe UI', Arial, sans-serif;
    --sp-font-baslik: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

body {
    font-family: var(--sp-font);
    font-size: 16px;
    line-height: 1.75;
    color: var(--sp-metin);
    background: var(--sp-beyaz);
    overflow-x: hidden;
}

body.sp-locked { overflow: hidden; }

/* Serif baslik, condensed'e gore genis oturuyor — punto ve harf araligi
   ona gore kisildi, yoksa iki satira tasip hero'yu bozuyor. */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--sp-font-baslik);
    color: var(--sp-baslik);
    font-weight: 600;
    letter-spacing: -.2px;
    margin: 0 0 14px;
    line-height: 1.25;
}

h1 { font-size: 42px; }
h2 { font-size: 33px; }
h3 { font-size: 22px; }

p { margin: 0 0 16px; }

a { color: var(--sp-koyu-2); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--sp-vurgu-koyu); text-decoration: none; }

img { max-width: 100%; height: auto; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.sp-skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 1000;
    background: var(--sp-koyu); color: #fff; padding: 10px 18px;
}
.sp-skip-link:focus { left: 12px; top: 12px; color: #fff; }

/* ============================================================
   2. YARDIMCI BİLEŞENLER
   ============================================================ */
.sp-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 30px; border-radius: var(--sp-radius);
    font-weight: 700; font-size: 15px; letter-spacing: .3px;
    border: 2px solid transparent; cursor: pointer;
    transition: all .28s ease; white-space: nowrap;
}
.sp-btn--primary { background: var(--sp-vurgu); color: var(--sp-koyu); border-color: var(--sp-vurgu); }
.sp-btn--primary:hover { background: var(--sp-vurgu-koyu); border-color: var(--sp-vurgu-koyu); color: #fff; }
.sp-btn--dark { background: var(--sp-koyu); color: #fff; border-color: var(--sp-koyu); }
.sp-btn--dark:hover { background: var(--sp-koyu-2); color: var(--sp-vurgu); }
.sp-btn--ghost { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .55); }
.sp-btn--ghost:hover { background: #fff; color: var(--sp-koyu); border-color: #fff; }
.sp-btn--outline { background: transparent; color: var(--sp-koyu); border-color: var(--sp-border); }
.sp-btn--outline:hover { background: var(--sp-koyu); color: #fff; border-color: var(--sp-koyu); }
.sp-btn--block { width: 100%; justify-content: center; }

.sp-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 800; letter-spacing: 1.6px;
    text-transform: uppercase; color: var(--sp-vurgu-koyu); margin-bottom: 10px;
}
.sp-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--sp-vurgu); }

.sp-section { padding: 90px 0; }
.sp-section--soft { background: var(--sp-gri); }
.sp-section--dark { background: var(--sp-koyu); }
.sp-section__cta { text-align: center; margin-top: 34px; }

.sp-head { margin-bottom: 44px; }
.sp-head--center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.sp-head--center .sp-eyebrow { justify-content: center; }
.sp-head__title { font-size: 40px; margin-bottom: 12px; }
.sp-head__desc { margin-bottom: 0; }
.sp-section--dark .sp-head__title { color: #fff; }
.sp-section--dark .sp-head__desc { color: rgba(255, 255, 255, .78); }

/* ============================================================
   3. ÜST ŞERİT & NAVİGASYON
   ============================================================ */
.sp-topbar {
    background: var(--sp-koyu-3);
    color: rgba(255, 255, 255, .8);
    font-size: 13.5px;
}
.sp-topbar__inner {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 8px; min-height: 44px;
}
.sp-topbar ul { display: flex; align-items: center; gap: 22px; margin: 0; flex-wrap: wrap; }
.sp-topbar li { display: flex; align-items: center; gap: 8px; }
.sp-topbar i { color: var(--sp-vurgu); font-size: 13px; }
.sp-topbar a { color: rgba(255, 255, 255, .85); }
.sp-topbar a:hover { color: var(--sp-vurgu); }
.sp-topbar__social { gap: 12px !important; }
.sp-topbar__social a {
    width: 28px; height: 28px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .08);
}
.sp-topbar__social a:hover { background: var(--sp-vurgu); color: var(--sp-koyu); }

/* Header koyu zemin: sicak krem bolumlerin ustunde menuyu ayirir ve logo yerine
   yazi gosterildiginde (firma adi metin olarak) beyaz kalip okunur olur. */
.sp-nav { background: var(--sp-koyu); box-shadow: 0 2px 18px rgba(27, 32, 38, .18); position: relative; z-index: 90; }
.sp-nav.is-sticky {
    position: fixed; top: 0; left: 0; right: 0;
    animation: spSlideDown .4s ease; box-shadow: 0 8px 26px rgba(27, 32, 38, .13);
}
@keyframes spSlideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.sp-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 92px; }
.sp-nav__logo { flex: 0 0 auto; }

.sp-logo { display: inline-flex; align-items: center; gap: 10px; }
/* Logo yuksekligi: kare/yigin logolar (ikon + iki satir yazi) 48px'te cok kucuk
   kaliyordu. Bar yuksekligi de birlikte buyutuldu ki logo sikismasin. */
.sp-logo img { max-height: 64px; width: auto; }
.sp-logo__text {
    display: none; font-family: var(--sp-font-baslik); font-size: 26px;
    font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .5px;
}
.sp-logo--text img { display: none; }
.sp-logo--text .sp-logo__text { display: inline-block; }

.sp-nav__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.sp-nav__item { position: relative; }
.sp-nav__link {
    display: block; padding: 30px 12px; font-weight: 700; font-size: 14.5px;
    color: #fff; position: relative; white-space: nowrap;
}
.sp-nav__link:hover { color: var(--sp-vurgu); }
.sp-nav__link::after {
    content: ''; position: absolute; left: 12px; right: 12px; bottom: 24px;
    height: 2px; background: var(--sp-vurgu); transform: scaleX(0);
    transform-origin: left; transition: transform .28s ease;
}
.sp-nav__link:hover::after, .sp-nav__item.is-active > .sp-nav__link::after { transform: scaleX(1); }
.sp-nav__item--parent > .sp-nav__link::before {
    content: '\f107'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    float: right; margin-left: 7px; font-size: 12px; opacity: .6;
}

.sp-nav__submenu {
    position: absolute; top: 100%; left: 0; min-width: 250px;
    background: #fff; border-top: 3px solid var(--sp-vurgu);
    box-shadow: var(--sp-golge); list-style: none; margin: 0; padding: 8px 0;
    opacity: 0; visibility: hidden; transform: translateY(14px);
    transition: all .28s ease; z-index: 30;
}
.sp-nav__item:hover > .sp-nav__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.sp-nav__submenu .sp-nav__link { padding: 10px 20px; font-size: 14.5px; color: var(--sp-koyu); }
.sp-nav__submenu .sp-nav__link::after { display: none; }
.sp-nav__submenu .sp-nav__link:hover { background: var(--sp-gri); color: var(--sp-vurgu-koyu); padding-left: 26px; }

.sp-nav__right { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
.sp-nav__call { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.sp-nav__call i {
    width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .1);
    color: var(--sp-vurgu); display: inline-flex; align-items: center; justify-content: center;
}
.sp-nav__call small { display: block; font-size: 12px; line-height: 1.2; color: rgba(255, 255, 255, .68); }
.sp-nav__call a { font-weight: 800; font-size: 16px; color: #fff; }
.sp-nav__call a:hover { color: var(--sp-vurgu); }
.sp-nav__burger {
    display: none; background: rgba(255, 255, 255, .12); color: #fff; border: 0;
    width: 46px; height: 46px; border-radius: var(--sp-radius); font-size: 19px;
}

/* ============================================================
   4. MOBİL MENÜ & ALT ÇUBUK
   ============================================================ */
.sp-mobile-nav { position: fixed; inset: 0; z-index: 999; visibility: hidden; opacity: 0; transition: all .3s ease; }
.sp-mobile-nav.is-open { visibility: visible; opacity: 1; }
.sp-mobile-nav__overlay { position: absolute; inset: 0; background: rgba(10, 27, 49, .7); }
.sp-mobile-nav__panel {
    position: absolute; top: 0; left: 0; bottom: 0; width: 320px; max-width: 86%;
    background: var(--sp-koyu); padding: 30px 26px; overflow-y: auto;
    transform: translateX(-100%); transition: transform .35s ease;
}
.sp-mobile-nav.is-open .sp-mobile-nav__panel { transform: translateX(0); }
.sp-mobile-nav__close {
    position: absolute; top: 14px; right: 14px; width: 36px; height: 36px;
    border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff;
}
.sp-mobile-nav__logo { margin-bottom: 26px; }
.sp-mobile-nav__logo .sp-logo__text { color: #fff; }
/* Masaustu menu flex; klonlanan listeyi mobilde alt alta diziyoruz. */
.sp-mobile-nav__container ul { display: block; list-style: none; margin: 0; padding: 0; }
.sp-mobile-nav__container li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.sp-mobile-nav__container a { display: block; padding: 12px 0; color: #fff; font-weight: 600; font-size: 15px; }
.sp-mobile-nav__container a:hover { color: var(--sp-vurgu); }
.sp-mobile-nav__container .sp-nav__submenu {
    position: static; display: none; opacity: 1; visibility: visible; transform: none;
    background: transparent; box-shadow: none; border: 0; padding: 0 0 8px 14px;
}
.sp-mobile-nav__container .sp-nav__link::after,
.sp-mobile-nav__container .sp-nav__item--parent > .sp-nav__link::before { display: none; }
.sp-mobile-drop {
    position: absolute; top: 6px; right: 0; width: 32px; height: 32px;
    background: rgba(255, 255, 255, .1); border: 0; border-radius: 6px; color: #fff;
}
.sp-mobile-drop.is-open { background: var(--sp-vurgu); color: var(--sp-koyu); }
.sp-mobile-nav__contact { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); }
.sp-mobile-nav__contact li { display: flex; gap: 10px; color: rgba(255, 255, 255, .82); font-size: 14px; margin-bottom: 12px; }
.sp-mobile-nav__contact i { color: var(--sp-vurgu); margin-top: 5px; }
.sp-mobile-nav__contact a { color: rgba(255, 255, 255, .82); }

.sp-mobile-bar {
    display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: var(--sp-koyu); box-shadow: 0 -4px 18px rgba(27, 32, 38, .22);
}
.sp-mobile-bar__item {
    flex: 1; padding: 10px 4px; text-align: center; color: #fff; font-size: 11.5px; font-weight: 600;
}
.sp-mobile-bar__item i { display: block; font-size: 17px; margin-bottom: 3px; color: var(--sp-vurgu); }

.sp-scroll-top {
    position: fixed; right: 20px; bottom: 26px; z-index: 92;
    width: 46px; height: 46px; border: 0; border-radius: 50%;
    background: var(--sp-vurgu); color: var(--sp-koyu); font-size: 20px;
    opacity: 0; visibility: hidden; transition: all .3s ease;
}
.sp-scroll-top.is-visible { opacity: 1; visibility: visible; }

/* ============================================================
   5. HERO
   ============================================================ */
.sp-hero { position: relative; }
.sp-hero__swiper { position: relative; }
.sp-hero .swiper-slide { position: relative; min-height: 640px; display: flex; align-items: center; }
.sp-hero__bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transform: scale(1.06); transition: transform 7s ease;
}
.sp-hero .swiper-slide-active .sp-hero__bg { transform: scale(1); }
.sp-hero__shade {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(10, 27, 49, .92) 0%, rgba(10, 27, 49, .72) 45%, rgba(10, 27, 49, .35) 100%);
}
.sp-hero .container { position: relative; z-index: 2; }
.sp-hero__content { max-width: 680px; padding: 90px 0; }
.sp-hero__tagline {
    display: inline-block; padding: 7px 16px; border-radius: 40px;
    background: rgba(232, 179, 58, .16); border: 1px solid rgba(232, 179, 58, .5);
    color: var(--sp-vurgu); font-size: 13px; font-weight: 800;
    letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 18px;
}
.sp-hero__title { font-size: 62px; color: #fff; line-height: 1.08; margin-bottom: 18px; }
.sp-hero__desc { font-size: 18px; color: rgba(255, 255, 255, .85); margin-bottom: 30px; }
.sp-hero__btns { display: flex; flex-wrap: wrap; gap: 14px; }
.sp-hero__pg { position: absolute; bottom: 30px !important; z-index: 5; text-align: left; padding-left: 12%; }
.sp-hero__pg .swiper-pagination-bullet { width: 26px; height: 4px; border-radius: 2px; background: #fff; opacity: .45; }
.sp-hero__pg .swiper-pagination-bullet-active { opacity: 1; background: var(--sp-vurgu); width: 40px; }

/* Hero altı hızlı erişim şeridi */
.sp-quick { margin-top: -60px; position: relative; z-index: 6; }
.sp-quick__card {
    background: #fff; border-radius: var(--sp-radius-lg); box-shadow: var(--sp-golge);
    padding: 26px 24px; height: 100%; display: flex; gap: 16px; align-items: flex-start;
    border-bottom: 3px solid transparent; transition: all .3s ease;
}
.sp-quick__card:hover { border-bottom-color: var(--sp-vurgu); transform: translateY(-5px); }
.sp-quick__icon {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: var(--sp-radius);
    background: var(--sp-gri); color: var(--sp-koyu);
    display: flex; align-items: center; justify-content: center; font-size: 21px;
}
.sp-quick__card h3 { font-size: 20px; margin-bottom: 5px; }
.sp-quick__card p { font-size: 14.5px; margin-bottom: 0; }
/* Tek basina duran kart (teklif sayfasi): kolon yuksekligine uzayip footera tasmasin */
.sp-quick__card--auto { height: auto; align-self: flex-start; margin-top: 24px; }
.sp-quick__card--auto:hover { transform: none; }

/* ============================================================
   6. TANITIM (H1) & GÜVEN LİSTESİ
   ============================================================ */
.sp-intro { padding: 84px 0 60px; }
.sp-intro__title { font-size: 44px; margin-bottom: 16px; }
.sp-intro__desc { font-size: 17px; }
.sp-trust { margin: 0; padding: 0; list-style: none; }
.sp-trust li {
    display: flex; align-items: center; gap: 12px; padding: 13px 16px;
    background: var(--sp-gri); border-radius: var(--sp-radius); margin-bottom: 10px;
    font-weight: 600; color: var(--sp-baslik); font-size: 15px;
}
.sp-trust i { color: var(--sp-vurgu-koyu); width: 20px; text-align: center; }

/* ============================================================
   7. HİZMET KARTLARI
   ============================================================ */
.sp-service {
    background: #fff; border-radius: var(--sp-radius-lg); overflow: hidden;
    box-shadow: var(--sp-golge-sm); margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
    border: 1px solid var(--sp-border);
}
.sp-service:hover { box-shadow: var(--sp-golge); transform: translateY(-6px); }
.sp-service__img { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--sp-gri); }
.sp-service__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sp-service:hover .sp-service__img img { transform: scale(1.07); }
.sp-service__badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: var(--sp-vurgu); color: var(--sp-koyu);
    padding: 5px 13px; border-radius: 30px; font-size: 12px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .8px;
}
.sp-service__icon {
    position: absolute; right: 16px; bottom: -22px; width: 52px; height: 52px;
    border-radius: 50%; background: var(--sp-koyu); color: var(--sp-vurgu);
    display: flex; align-items: center; justify-content: center; font-size: 20px;
    box-shadow: var(--sp-golge-sm);
}
.sp-service__body { padding: 30px 26px 26px; flex: 1; display: flex; flex-direction: column; }
.sp-service__title { font-size: 23px; margin-bottom: 10px; }
.sp-service__desc { font-size: 15px; margin-bottom: 18px; flex: 1; }
.sp-service__link { font-weight: 800; font-size: 14.5px; color: var(--sp-koyu); display: inline-flex; align-items: center; gap: 8px; }
.sp-service__link i { transition: transform .3s ease; }
.sp-service__link:hover { color: var(--sp-vurgu-koyu); }
.sp-service__link:hover i { transform: translateX(5px); }

/* ============================================================
   8. NEDEN BİZ (FEATURES)
   ============================================================ */
.sp-feature {
    text-align: center; padding: 34px 22px; border-radius: var(--sp-radius-lg);
    background: #fff; margin-bottom: 30px; height: calc(100% - 30px);
    border: 1px solid var(--sp-border); transition: all .3s ease;
}
.sp-feature:hover { background: var(--sp-koyu); border-color: var(--sp-koyu); transform: translateY(-6px); }
.sp-feature__icon {
    width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%;
    background: var(--sp-gri); color: var(--sp-koyu);
    display: flex; align-items: center; justify-content: center; font-size: 26px;
    transition: all .3s ease;
}
.sp-feature:hover .sp-feature__icon { background: var(--sp-vurgu); color: var(--sp-koyu); }
.sp-feature__title { font-size: 21px; margin-bottom: 8px; transition: color .3s ease; }
.sp-feature__desc { font-size: 14.5px; margin-bottom: 0; transition: color .3s ease; }
.sp-feature:hover .sp-feature__title { color: #fff; }
.sp-feature:hover .sp-feature__desc { color: rgba(255, 255, 255, .78); }

/* ============================================================
   9. HAKKIMIZDA & İSTATİSTİK
   ============================================================ */
.sp-about__media { position: relative; }
.sp-about__media img { border-radius: var(--sp-radius-lg); width: 100%; object-fit: cover; }
.sp-about__badge {
    position: absolute; right: -14px; bottom: -18px; background: var(--sp-vurgu);
    color: var(--sp-koyu); border-radius: var(--sp-radius-lg);
    padding: 18px 24px; text-align: center; box-shadow: var(--sp-golge);
}
.sp-about__badge strong { display: block; font-family: var(--sp-font-baslik); font-size: 42px; line-height: 1; }
.sp-about__badge span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.sp-about__list { margin: 20px 0 26px; padding: 0; list-style: none; }
.sp-about__list li { display: flex; gap: 11px; margin-bottom: 11px; font-size: 15.5px; }
.sp-about__list i { color: var(--sp-vurgu-koyu); margin-top: 6px; }

.sp-stats { background: var(--sp-koyu); padding: 56px 0; }
.sp-stat { text-align: center; color: #fff; padding: 12px 0; }
.sp-stat strong {
    display: block; font-family: var(--sp-font-baslik); font-size: 52px;
    line-height: 1; color: var(--sp-vurgu); margin-bottom: 6px;
}
.sp-stat span { font-size: 14.5px; color: rgba(255, 255, 255, .8); font-weight: 600; }

/* ============================================================
   10. ARAÇ FİLOSU
   ============================================================ */
.sp-fleet {
    background: #fff; border-radius: var(--sp-radius-lg); overflow: hidden;
    border: 1px solid var(--sp-border); margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
}
.sp-fleet:hover { box-shadow: var(--sp-golge); transform: translateY(-6px); }
.sp-fleet__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sp-gri); }
.sp-fleet__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sp-fleet:hover .sp-fleet__img img { transform: scale(1.07); }
.sp-fleet__body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.sp-fleet__title { font-size: 22px; margin-bottom: 8px; }
.sp-fleet__desc { font-size: 14.5px; margin-bottom: 16px; flex: 1; }
.sp-fleet__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.sp-fleet__capacity, .sp-fleet__usage {
    display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700;
    background: var(--sp-gri); color: var(--sp-koyu); padding: 6px 13px; border-radius: 30px;
}
.sp-fleet__link { font-weight: 800; font-size: 14.5px; color: var(--sp-koyu); display: inline-flex; align-items: center; gap: 8px; }
.sp-fleet__link:hover { color: var(--sp-vurgu-koyu); }

/* ============================================================
   11. REFERANSLAR
   ============================================================ */
.sp-ref {
    background: #fff; border: 1px solid var(--sp-border); border-radius: var(--sp-radius);
    padding: 20px 14px; text-align: center; margin-bottom: 24px;
    height: calc(100% - 24px); transition: all .3s ease;
}
.sp-ref:hover { border-color: var(--sp-vurgu); box-shadow: var(--sp-golge-sm); }
.sp-ref__img { height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.sp-ref__img i { font-size: 32px; color: var(--sp-koyu); transition: color .3s ease; }
.sp-ref:hover .sp-ref__img i { color: var(--sp-vurgu-koyu); }
.sp-ref__img img { max-height: 58px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .8; transition: all .3s ease; }
.sp-ref:hover .sp-ref__img img { filter: grayscale(0); opacity: 1; }
.sp-ref__name { display: block; font-weight: 800; font-size: 14.5px; color: var(--sp-baslik); }
.sp-ref__sector { display: block; font-size: 12.5px; color: var(--sp-metin); }

/* ============================================================
   12. MÜŞTERİ YORUMLARI
   ============================================================ */
.sp-testi__swiper { padding-bottom: 10px; }
.sp-testi {
    background: #fff; border-radius: var(--sp-radius-lg); padding: 32px 28px;
    box-shadow: var(--sp-golge-sm); height: 100%; border: 1px solid var(--sp-border);
}
.sp-testi__quote { color: var(--sp-vurgu); font-size: 26px; margin-bottom: 12px; }
.sp-testi__text { font-size: 15.5px; font-style: italic; margin-bottom: 18px; }
.sp-testi__foot { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--sp-border); padding-top: 16px; }
.sp-testi__avatar {
    width: 46px; height: 46px; border-radius: 50%; background: var(--sp-koyu);
    color: var(--sp-vurgu); display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.sp-testi__name { display: block; font-weight: 800; color: var(--sp-baslik); font-size: 15.5px; }
.sp-testi__subject { display: block; font-size: 13px; color: var(--sp-metin); }

/* ============================================================
   13. SSS AKORDEON
   ============================================================ */
.sp-faq__list { max-width: 900px; margin: 0 auto; }
.sp-faq__item {
    background: #fff; border: 1px solid var(--sp-border); border-radius: var(--sp-radius);
    margin-bottom: 14px; overflow: hidden;
}
.sp-faq__item.is-open { border-color: var(--sp-vurgu); box-shadow: var(--sp-golge-sm); }
.sp-faq__question {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    width: 100%; padding: 19px 24px; background: transparent; border: 0; cursor: pointer;
    font-family: var(--sp-font-baslik); font-size: 20px; font-weight: 700;
    color: var(--sp-baslik); text-align: left; line-height: 1.3;
}
.sp-faq__question::after {
    content: '\f067'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    font-size: 14px; color: var(--sp-vurgu-koyu); flex: 0 0 auto; transition: transform .3s ease;
}
.sp-faq__item.is-open .sp-faq__question::after { content: '\f068'; }
.sp-faq__answer { display: none; padding: 0 24px 22px; font-size: 15.5px; }

/* ============================================================
   14. BLOG KARTLARI
   ============================================================ */
.sp-post {
    background: #fff; border: 1px solid var(--sp-border); border-radius: var(--sp-radius-lg);
    overflow: hidden; margin-bottom: 30px; height: calc(100% - 30px);
    display: flex; flex-direction: column; transition: all .3s ease;
}
.sp-post:hover { box-shadow: var(--sp-golge); transform: translateY(-6px); }
.sp-post__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sp-gri); }
.sp-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sp-post:hover .sp-post__img img { transform: scale(1.07); }
.sp-post__body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.sp-post__date { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--sp-vurgu-koyu); margin-bottom: 9px; }
.sp-post__title { font-size: 21px; margin-bottom: 9px; }
.sp-post__excerpt { font-size: 14.5px; flex: 1; margin-bottom: 16px; }
.sp-post__link { font-weight: 800; font-size: 14.5px; color: var(--sp-koyu); display: inline-flex; align-items: center; gap: 8px; }
.sp-post__link:hover { color: var(--sp-vurgu-koyu); }

/* ============================================================
   15. TEKLİF ŞERİDİ (CTA)
   ============================================================ */
.sp-cta {
    background: linear-gradient(120deg, var(--sp-koyu) 0%, var(--sp-koyu-2) 100%);
    padding: 64px 0; color: #fff; position: relative; overflow: hidden;
}
.sp-cta::after {
    content: '\f0d1'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
    font-size: 190px; color: rgba(255, 255, 255, .045);
}
.sp-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.sp-cta__title { color: #fff; font-size: 36px; margin-bottom: 8px; }
.sp-cta__desc { color: rgba(255, 255, 255, .82); margin-bottom: 0; font-size: 16.5px; }
.sp-cta__btns { display: flex; gap: 13px; flex-wrap: wrap; }

/* ============================================================
   16. İÇ SAYFA BAŞLIĞI
   ============================================================ */
.sp-page-header {
    position: relative; padding: 96px 0 84px; background-size: cover; background-position: center;
    background-color: var(--sp-koyu); text-align: center;
}
.sp-page-header::before { content: ''; position: absolute; inset: 0; background: rgba(10, 27, 49, .82); }
.sp-page-header .container { position: relative; z-index: 2; }
.sp-page-header__title { color: #fff; font-size: 46px; margin-bottom: 10px; }
.sp-breadcrumb { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.sp-breadcrumb li { color: rgba(255, 255, 255, .72); font-size: 14.5px; font-weight: 600; }
.sp-breadcrumb li + li::before { content: '/'; margin-right: 10px; color: rgba(255, 255, 255, .45); }
.sp-breadcrumb a { color: var(--sp-vurgu); }

/* ============================================================
   17. DETAY SAYFALARI
   ============================================================ */
.sp-detail__media { border-radius: var(--sp-radius-lg); overflow: hidden; margin-bottom: 26px; }
.sp-detail__media img { width: 100%; object-fit: cover; }
.sp-detail__title { font-size: 38px; margin-bottom: 14px; }
.sp-detail__meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 20px; font-size: 14px; color: var(--sp-metin); }
.sp-detail__meta i { color: var(--sp-vurgu-koyu); margin-right: 6px; }
.sp-detail__body { font-size: 16.5px; }
.sp-detail__body h2 { font-size: 30px; margin-top: 28px; }
.sp-detail__body h3 { font-size: 23px; margin-top: 22px; }
.sp-detail__body ul { padding-left: 20px; }
.sp-detail__body li { margin-bottom: 8px; }

.sp-sidebar__box {
    background: var(--sp-gri); border-radius: var(--sp-radius-lg);
    padding: 26px 24px; margin-bottom: 26px;
}
.sp-sidebar__title { font-size: 21px; margin-bottom: 14px; }
.sp-sidebar__list { list-style: none; margin: 0; padding: 0; }
.sp-sidebar__list li { border-bottom: 1px solid var(--sp-border); }
.sp-sidebar__list li:last-child { border-bottom: 0; }
.sp-sidebar__list a { display: flex; align-items: center; gap: 10px; padding: 11px 0; font-weight: 600; font-size: 15px; color: var(--sp-koyu); }
.sp-sidebar__list a:hover { color: var(--sp-vurgu-koyu); padding-left: 6px; }
.sp-sidebar__list i { color: var(--sp-vurgu-koyu); font-size: 12px; }
.sp-sidebar__cta { background: var(--sp-koyu); color: #fff; text-align: center; }
.sp-sidebar__cta .sp-sidebar__title { color: #fff; }
.sp-sidebar__cta p { color: rgba(255, 255, 255, .8); font-size: 14.5px; }
.sp-sidebar__phone { display: block; font-family: var(--sp-font-baslik); font-size: 27px; color: var(--sp-vurgu); margin-bottom: 14px; }

/* ============================================================
   18. GALERİ
   ============================================================ */
.sp-gallery__item { margin-bottom: 24px; }
.sp-gallery__img {
    position: relative; display: block; border-radius: var(--sp-radius);
    overflow: hidden; aspect-ratio: 4 / 3; background: var(--sp-gri);
}
.sp-gallery__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sp-gallery__item:hover .sp-gallery__img img { transform: scale(1.08); }
.sp-gallery__img::after {
    content: '\f00e'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(27, 32, 38, .55); color: #fff; font-size: 26px;
    opacity: 0; transition: opacity .3s ease;
}
.sp-gallery__item:hover .sp-gallery__img::after { opacity: 1; }
.sp-gallery__caption { display: block; margin-top: 9px; font-weight: 700; font-size: 14.5px; color: var(--sp-baslik); text-align: center; }

/* ============================================================
   19. FORM & İLETİŞİM
   ============================================================ */
.sp-form__group { margin-bottom: 18px; }
.sp-form label { display: block; font-weight: 700; font-size: 14px; color: var(--sp-baslik); margin-bottom: 7px; }
.sp-form input, .sp-form select, .sp-form textarea {
    width: 100%; padding: 13px 16px; border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius); font-size: 15px; font-family: var(--sp-font);
    color: var(--sp-baslik); background: #fff; transition: border-color .25s ease;
}
.sp-form input:focus, .sp-form select:focus, .sp-form textarea:focus {
    outline: 0; border-color: var(--sp-vurgu); box-shadow: 0 0 0 3px rgba(232, 179, 58, .15);
}
.sp-form textarea { min-height: 140px; resize: vertical; }
.sp-form label.error { color: #d8442f; font-size: 13px; font-weight: 600; margin-top: 5px; }
.sp-form input.error, .sp-form textarea.error { border-color: #d8442f; }
.sp-form__note { font-size: 13px; color: var(--sp-metin); margin: 12px 0 0; }

.sp-contact-card {
    background: #fff; border: 1px solid var(--sp-border); border-radius: var(--sp-radius-lg);
    padding: 28px 24px; text-align: center; margin-bottom: 30px; height: calc(100% - 30px);
    transition: all .3s ease;
}
.sp-contact-card:hover { box-shadow: var(--sp-golge); transform: translateY(-5px); }
.sp-contact-card__icon {
    width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%;
    background: var(--sp-koyu); color: var(--sp-vurgu);
    display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.sp-contact-card h3 { font-size: 20px; margin-bottom: 7px; }
.sp-contact-card p, .sp-contact-card a { font-size: 15px; margin-bottom: 0; color: var(--sp-metin); }
.sp-contact-card a:hover { color: var(--sp-vurgu-koyu); }

.sp-mapbox { border-radius: var(--sp-radius-lg); overflow: hidden; line-height: 0; box-shadow: var(--sp-golge-sm); }
.sp-mapbox iframe { width: 100%; height: 420px; border: 0; }

.sp-formbox {
    background: #fff; border-radius: var(--sp-radius-lg); padding: 34px 30px;
    box-shadow: var(--sp-golge); border: 1px solid var(--sp-border);
}

/* ============================================================
   20. FOOTER
   ============================================================ */
.sp-footer { background: var(--sp-koyu); color: rgba(255, 255, 255, .74); }
.sp-footer__top { padding: 68px 0 40px; }
.sp-footer__col { margin-bottom: 28px; }
.sp-footer__logo { margin-bottom: 16px; }
.sp-footer__logo .sp-logo__text { color: #fff; }
.sp-footer__about { font-size: 14.5px; }
.sp-footer__title { color: #fff; font-size: 21px; margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.sp-footer__title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 38px; height: 2px; background: var(--sp-vurgu); }
.sp-footer__links li { margin-bottom: 9px; }
.sp-footer__links a { color: rgba(255, 255, 255, .74); font-size: 14.5px; }
.sp-footer__links a:hover { color: var(--sp-vurgu); padding-left: 5px; }
.sp-footer__contact li { display: flex; gap: 11px; margin-bottom: 12px; font-size: 14.5px; }
.sp-footer__contact i { color: var(--sp-vurgu); margin-top: 6px; }
.sp-footer__contact a { color: rgba(255, 255, 255, .74); }
.sp-footer__contact a:hover { color: var(--sp-vurgu); }
.sp-footer__social { display: flex; gap: 10px; margin-top: 16px; }
.sp-footer__social a {
    width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .08);
    color: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.sp-footer__social a:hover { background: var(--sp-vurgu); color: var(--sp-koyu); }
.sp-footer__map { margin-top: 16px; border-radius: var(--sp-radius); overflow: hidden; line-height: 0; }
.sp-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 18px 0; }
.sp-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.sp-footer__bottom p { margin: 0; font-size: 13.5px; }
.sp-footer__credit a { color: var(--sp-vurgu); }

/* ============================================================
   21. RESPONSIVE
   ============================================================ */
/* Header genislik hesabi: bootstrap container en fazla 1320px'e cikiyor.
   9 menu maddesi varsayilan aralikla 901px tutuyor; logo + telefon kutusu +
   teklif butonu ile birlikte 1470px istiyor ve header yatay tasiyor.
   Bu yuzden masaustunde menu araliklari daraltildi (menu 901 -> ~700px):
     1400+      -> menu + telefon kutusu + buton (toplam ~1270, siger)
     1200-1399  -> telefon kutusu gizli
     1199 alti  -> menu hamburgere donuyor */
@media (max-width: 1399px) {
    .sp-nav__call { display: none; }
}

@media (min-width: 1200px) {
    .sp-nav__inner { gap: 12px; }
    .sp-nav__list { gap: 0; }
    .sp-nav__link { padding: 30px 5px; font-size: 13.5px; }
    .sp-nav__link::after { left: 5px; right: 5px; }
}

@media (max-width: 1199px) {
    .sp-nav__menu { display: none; }
    .sp-nav__burger { display: inline-flex; align-items: center; justify-content: center; }
    .sp-hero__title { font-size: 52px; }
}

@media (max-width: 991px) {
    h1 { font-size: 38px; }
    h2 { font-size: 32px; }
    .sp-head__title { font-size: 33px; }
    .sp-section { padding: 66px 0; }
    /* .sp-topbar ul kurali ile ayni ozgullukte kalmasi icin ata sinifla yaziyoruz. */
    .sp-topbar .sp-topbar__left, .sp-topbar .sp-topbar__mail { display: none; }
    .sp-topbar__inner { justify-content: center; }
    .sp-nav__menu { display: none; }
    .sp-nav__burger { display: inline-flex; align-items: center; justify-content: center; }
    .sp-nav__inner { min-height: 80px; }
    .sp-hero .swiper-slide { min-height: 520px; }
    .sp-hero__title { font-size: 40px; }
    .sp-hero__content { padding: 70px 0; }
    .sp-hero__pg { padding-left: 6%; }
    .sp-quick { margin-top: 0; padding-top: 50px; }
    .sp-intro { padding: 60px 0 40px; }
    .sp-intro__title { font-size: 34px; }
    .sp-about__badge { right: 12px; bottom: -14px; padding: 14px 18px; }
    .sp-about__media { margin-bottom: 40px; }
    .sp-cta__title { font-size: 29px; }
    .sp-cta::after { display: none; }
    .sp-page-header { padding: 70px 0 60px; }
    .sp-page-header__title { font-size: 34px; }
    .sp-detail__title { font-size: 30px; }
    .sp-mobile-bar { display: flex; }
    body { padding-bottom: 58px; }
    .sp-scroll-top { bottom: 74px; }
}

@media (max-width: 767px) {
    /* Dar ekranda ust menudeki teklif butonu tasiyor; alt aksiyon cubugunda zaten var. */
    .sp-nav__cta { display: none; }
    /* Mobilde menu gizli, yaninda sadece hamburger var — logoya genis yer kaliyor. */
    .sp-logo img { max-height: 56px; }
}

@media (max-width: 575px) {
    body { font-size: 15.5px; }
    .sp-hero .swiper-slide { min-height: 460px; }
    .sp-hero__title { font-size: 32px; }
    .sp-hero__desc { font-size: 16px; }
    .sp-hero__btns .sp-btn { flex: 1 1 100%; justify-content: center; }
    .sp-head__title { font-size: 28px; }
    .sp-section { padding: 52px 0; }
    .sp-faq__question { font-size: 17.5px; padding: 15px 18px; }
    .sp-faq__answer { padding: 0 18px 18px; }
    .sp-formbox { padding: 24px 20px; }
    .sp-stat strong { font-size: 40px; }
    .sp-footer__bottom-inner { justify-content: center; text-align: center; }
}

/* ============================================================
   20. HAFRIYAT EK BILESENLERI (bolge kartlari, mini kartlar, notlar)
   ============================================================ */
.sp-loc {
    display: block; position: relative; height: 100%;
    background: #fff; border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius); padding: 24px 22px 20px;
    margin-bottom: 24px; transition: all .28s ease;
}
.sp-loc:hover {
    border-color: var(--sp-vurgu); box-shadow: var(--sp-golge);
    transform: translateY(-4px);
}
.sp-loc__badge {
    display: inline-block; font-size: 11.5px; font-weight: 800;
    letter-spacing: 1.1px; text-transform: uppercase;
    color: var(--sp-vurgu-koyu); background: rgba(247, 181, 0, .12);
    border-radius: 40px; padding: 4px 12px; margin-bottom: 12px;
}
.sp-loc__title {
    font-size: 21px; margin-bottom: 8px; color: var(--sp-baslik);
    display: flex; align-items: center; gap: 8px;
}
.sp-loc__title i { color: var(--sp-vurgu); font-size: 17px; }
.sp-loc__desc { font-size: 14.5px; margin-bottom: 14px; }
.sp-loc__more {
    display: inline-flex; align-items: center; gap: 7px;
    font-weight: 700; font-size: 14px; color: var(--sp-koyu);
}
.sp-loc:hover .sp-loc__more { color: var(--sp-vurgu-koyu); }
.sp-loc__more i { transition: transform .25s ease; }
.sp-loc:hover .sp-loc__more i { transform: translateX(4px); }

.sp-minicard {
    display: flex; align-items: center; gap: 12px;
    background: var(--sp-gri); border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius); padding: 12px 16px; margin-bottom: 12px;
    transition: all .25s ease;
}
.sp-minicard:hover { background: var(--sp-koyu); border-color: var(--sp-koyu); }
.sp-minicard__icon {
    width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--sp-vurgu); color: var(--sp-koyu); font-size: 15px;
}
.sp-minicard__text { font-weight: 700; font-size: 14.5px; color: var(--sp-koyu); }
.sp-minicard:hover .sp-minicard__text { color: #fff; }

.sp-detail__subtitle { font-size: 26px; margin: 34px 0 18px; }
.sp-detail__services { margin-bottom: 6px; }
.sp-detail__note {
    display: flex; gap: 14px; align-items: flex-start;
    background: var(--sp-gri); border-left: 3px solid var(--sp-vurgu);
    border-radius: var(--sp-radius); padding: 18px 20px; margin: 26px 0;
}
.sp-detail__note i { color: var(--sp-vurgu-koyu); font-size: 18px; margin-top: 4px; }
.sp-detail__note p { margin: 0; font-size: 15px; }

.sp-footer__regions {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 34px; padding-top: 26px;
}
.sp-footer__regionlist {
    display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0;
}
.sp-footer__regionlist li { margin: 0; }
.sp-footer__regionlist a {
    display: inline-block; font-size: 13px;
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .06);
    border-radius: 40px; padding: 5px 14px;
    transition: all .25s ease;
}
.sp-footer__regionlist a:hover { background: var(--sp-vurgu); color: var(--sp-koyu); }

@media (max-width: 575px) {
    .sp-loc { padding: 20px 18px 16px; }
    .sp-detail__subtitle { font-size: 22px; }
}

/* ============================================================
   18. WHATSAPP SİPARİŞ AKIŞI
   ------------------------------------------------------------
   Firma satisi WhatsApp uzerinden yapiyor; sitede sepet/fiyat yok.
   Bu yuzden WhatsApp butonu ikincil bir link degil, birincil aksiyon:
   kendi rengi var ve her urun kartinda tekrar ediyor.
   ============================================================ */
.sp-btn--wa {
    background: var(--sp-yesil); color: #fff; border-color: var(--sp-yesil);
}
.sp-btn--wa:hover { background: var(--sp-yesil-koyu); border-color: var(--sp-yesil-koyu); color: #fff; }
.sp-btn--wa i { font-size: 1.1em; }

/* Urun kartinin alt aksiyon satiri: sol tarafta detay, sagda WhatsApp */
.sp-service__actions {
    display: flex; align-items: center; gap: 10px;
    margin-top: 16px; padding-top: 16px;
    border-top: 1px solid var(--sp-border);
}
.sp-service__actions .sp-service__link { flex: 1; }
.sp-service__wa {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--sp-yesil); color: #fff;
    padding: 9px 15px; border-radius: 40px;
    font-size: 13.5px; font-weight: 700; white-space: nowrap;
    transition: background .25s ease, transform .25s ease;
}
.sp-service__wa:hover { background: var(--sp-yesil-koyu); color: #fff; transform: translateY(-2px); }

/* Sabit WhatsApp dugmesi — mobilde alt bar ile cakismasin diye yukari alinir */
.sp-wa-float {
    position: fixed; right: 22px; bottom: 96px; z-index: 96;
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--sp-yesil); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 27px; box-shadow: 0 8px 24px rgba(37, 211, 102, .42);
    transition: transform .25s ease;
}
.sp-wa-float:hover { color: #fff; transform: scale(1.08); }
.sp-wa-float::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%;
    border: 2px solid var(--sp-yesil); opacity: .55;
    animation: sp-wa-pulse 2.4s ease-out infinite;
}
@keyframes sp-wa-pulse {
    0%   { transform: scale(1);    opacity: .55; }
    100% { transform: scale(1.65); opacity: 0; }
}

/* Olcu/kesif seridi — perde satisinda en guclu cagri bu */
.sp-measure {
    background: linear-gradient(120deg, var(--sp-koyu) 0%, var(--sp-koyu-2) 100%);
    padding: 46px 0; color: rgba(255, 255, 255, .82);
}
.sp-measure__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 26px; flex-wrap: wrap;
}
.sp-measure h2 { color: #fff; margin-bottom: 6px; }
.sp-measure p { margin: 0; font-size: 15.5px; }
.sp-measure__btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Adim adim surec: olcu -> secim -> dikim -> montaj */
.sp-steps { counter-reset: sp-step; }
.sp-step {
    position: relative; background: #fff; border: 1px solid var(--sp-border);
    border-radius: var(--sp-radius-lg); padding: 30px 24px 24px;
    margin-bottom: 30px; height: calc(100% - 30px);
    transition: box-shadow .3s ease, transform .3s ease;
}
.sp-step:hover { box-shadow: var(--sp-golge-sm); transform: translateY(-4px); }
.sp-step__no {
    counter-increment: sp-step;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--sp-gri-2); color: var(--sp-vurgu-koyu);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--sp-font-baslik); font-size: 20px; font-weight: 700;
    margin-bottom: 16px;
}
.sp-step__no::before { content: counter(sp-step); }
.sp-step h3 { font-size: 20px; margin-bottom: 8px; }
.sp-step p { font-size: 14.5px; margin: 0; }

/* Kumas/urun ozellik rozetleri (detay sayfasi) */
.sp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.sp-tags li {
    background: var(--sp-gri-2); color: var(--sp-koyu-2);
    border-radius: 40px; padding: 6px 15px; font-size: 13.5px; font-weight: 600;
}

@media (max-width: 767px) {
    .sp-wa-float { right: 16px; bottom: 84px; width: 50px; height: 50px; font-size: 24px; }
    .sp-measure { padding: 36px 0; text-align: center; }
    .sp-measure__inner { justify-content: center; }
    .sp-measure__btns { justify-content: center; width: 100%; }
    .sp-service__actions { flex-direction: column; align-items: stretch; }
    .sp-service__wa { justify-content: center; }
}

/* Yazi akisi icinde duran keşif kutusu (detay sayfasi) */
.sp-measure--inline {
    border-radius: var(--sp-radius-lg);
    margin-top: 34px; padding: 30px 28px;
}
.sp-measure--inline h2 { font-size: 25px; }
.sp-measure--inline p { font-size: 14.5px; }

/* Form altindaki WhatsApp yonlendirmesi — form ikincil kanal, asil kanal WhatsApp */
.sp-form__hint {
    margin: 18px 0 0; padding: 14px 16px;
    background: rgba(37, 211, 102, .08);
    border: 1px solid rgba(37, 211, 102, .3);
    border-radius: var(--sp-radius);
    font-size: 14.5px; color: var(--sp-koyu-2);
}
.sp-form__hint i { color: var(--sp-yesil); margin-right: 7px; }
.sp-form__hint a { color: var(--sp-yesil-koyu); font-weight: 700; }
