/* =========================================================
   EVİM — Beyaz Eşya Teknik Servis Teması
   Krem + sıcak turuncu, grafit metin, Poppins / Inter,
   18px yumuşak köşeler, oyuncak-benzeri yuvarlak ikonlar
   ========================================================= */
:root {
  --primary: #f97316;
  --primary-dark: #ea580c;
  --on-primary: #ffffff;
  --secondary: #16a34a;
  --on-secondary: #ffffff;
  --dark: #1f2937;
  --text: #374151;
  --muted: #6b7280;
  --bg: #ffffff;
  --surface: #fffaf3;
  --surface-2: #ffedd5;
  --border: #f3e6d4;
  --peach: #ffedd5;
  --cream: #fffaf3;
  --green: #16a34a;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-btn: 999px;
  --shadow: 0 18px 38px -20px rgba(154, 72, 12, .32);
  --shadow-lg: 0 34px 70px -30px rgba(154, 72, 12, .42);
  --shadow-orange: 0 14px 28px -12px rgba(249, 115, 22, .6);
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Poppins", "Inter", system-ui, sans-serif;
  --container: 1240px;
  --header-h: 84px;
}
body { font-size: 15.5px; background: var(--bg); }
h1, h2, h3, h4 { font-weight: 700; letter-spacing: -.015em; }
h3 { font-weight: 600; }
::selection { background: var(--primary); color: #fff; }

/* ---------- Yardımcılar ---------- */
.ev-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 26px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s; white-space: nowrap; }
.ev-btn i { font-size: 1.15em; transition: transform .25s; }
.ev-btn:hover i { transform: translateX(3px); }
.ev-btn-orange { background: var(--primary); color: #fff; box-shadow: var(--shadow-orange); }
.ev-btn-orange:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); }
.ev-btn-soft { background: #fff; color: var(--dark); border-color: #fde2c4; }
.ev-btn-soft:hover { border-color: var(--primary); color: var(--primary-dark); }
.ev-btn-dark { background: var(--dark); color: #fff; }
.ev-btn-dark:hover { background: var(--primary); color: #fff; }
.ev-btn-white { background: #fff; color: var(--primary-dark); }
.ev-btn-white:hover { background: var(--dark); color: #fff; }
.ev-btn-line { border-color: rgba(255,255,255,.7); color: #fff; }
.ev-btn-line:hover { background: #fff; color: var(--primary-dark); }
.ev-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: var(--peach); color: var(--primary-dark); font-family: var(--font-head); font-weight: 600; font-size: .8rem; margin-bottom: 14px; }
.ev-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.ev-title { font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.15; margin: 0 0 18px; color: var(--dark); }
.ev-lead { color: var(--muted); font-size: 1.05rem; }
.ev-head { margin-bottom: 44px; }
.ev-head .ev-title { margin: 0; }
.ev-head-center { text-align: center; }
.ev-head-split { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.ev-more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; color: var(--primary-dark); margin-top: 18px; }
.ev-more:hover { gap: 10px; }
.ev-toy { flex-shrink: 0; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; color: var(--primary); background: linear-gradient(150deg, #fff4e8 0%, #ffdcb8 100%); box-shadow: inset 0 -5px 0 rgba(249, 115, 22, .16), inset 0 3px 0 rgba(255,255,255,.9), 0 12px 20px -10px rgba(249, 115, 22, .55); }
.ev-toy-white { background: linear-gradient(150deg, #ffffff 0%, #fff1e1 100%); }

/* ---------- Header ---------- */
.ev-header { position: sticky; top: -40px; z-index: 300; background: #fff; transition: box-shadow .3s; }
body.nav-open .ev-header { z-index: 1001; }
.ev-header.is-scrolled { box-shadow: 0 14px 30px -18px rgba(31, 41, 55, .28); }
.ev-strip { background: var(--cream); border-bottom: 1px solid var(--border); font-size: .82rem; color: var(--muted); }
.ev-strip-inner { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ev-strip-note { margin: 0; display: flex; align-items: center; gap: 8px; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ev-live { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(22, 163, 74, .18); flex-shrink: 0; }
.ev-strip-right { display: flex; align-items: center; gap: 14px; }
.ev-strip-right > a { color: var(--muted); display: inline-flex; align-items: center; gap: 5px; }
.ev-strip-right > a:hover { color: var(--primary-dark); }
.ev-strip .social-links a { width: 28px; height: 28px; background: transparent; color: var(--muted); font-size: 15px; }
.ev-strip .lang-current { color: var(--dark); border-color: var(--border); background: #fff; }
.ev-bar-inner { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.ev-logo { color: var(--dark); }
.ev-logo .logo-mark { width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 25px; box-shadow: inset 0 -4px 0 rgba(0,0,0,.12), var(--shadow-orange); }
.ev-logo .logo-text strong { font-size: 1.3rem; font-weight: 700; }
.ev-logo .logo-text small { color: var(--primary-dark); letter-spacing: .08em; font-weight: 600; font-size: .66rem; }
.ev-nav { justify-content: center; }
.ev-nav .nav-menu { gap: 2px; }
.ev-nav .nav-menu > li > a { font-family: var(--font-head); font-weight: 500; font-size: .92rem; color: var(--dark); padding: 9px 13px; border-radius: 999px; white-space: nowrap; }
.ev-nav .nav-menu > li > a:hover { color: var(--primary-dark); background: var(--cream); }
.ev-nav .nav-menu > li.is-active > a { color: var(--primary-dark); background: var(--peach); }
.ev-nav .nav-menu .submenu { border-radius: 18px; padding: 10px; border: 1px solid var(--border); }
.ev-nav .nav-menu .submenu a { border-radius: 12px; }
.ev-nav .nav-menu .submenu a:hover { background: var(--peach); color: var(--primary-dark); }
.ev-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.ev-phone { display: flex; align-items: center; gap: 10px; color: var(--dark); font-family: var(--font-head); font-weight: 700; font-size: 1rem; white-space: nowrap; }
.ev-phone i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); color: var(--primary); font-size: 19px; }
.ev-phone small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .7rem; color: var(--muted); line-height: 1.1; }
.ev-phone span { line-height: 1.2; }
.ev-phone:hover { color: var(--primary-dark); }
.ev-pill { display: inline-flex; align-items: center; gap: 7px; padding: 12px 22px; border-radius: 999px; background: var(--primary); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-orange); white-space: nowrap; transition: transform .25s, background .25s; }
.ev-pill:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); }
.ev-toggle { background: var(--peach); border-radius: 50%; }
.ev-toggle span { background: var(--primary-dark); }
@media (max-width: 1240px) { .ev-phone span { display: none; } .ev-nav .nav-menu > li > a { padding: 9px 10px; font-size: .88rem; } }
@media (max-width: 1080px) {
  .ev-nav .nav-menu > li > a, .ev-nav .nav-menu > li.is-active > a, .ev-nav .nav-menu > li > a:hover { background: transparent; border-radius: 0; font-size: 1rem; }
  .ev-nav .nav-menu > li.is-active > a { color: var(--primary-dark) !important; }
  .ev-nav .nav-menu .submenu { border: 0; }
  body:not(.nav-open) .ev-nav { box-shadow: none; }
}
@media (max-width: 640px) { .ev-hide-sm { display: none !important; } .ev-strip .social-links { display: none; } .ev-pill { display: none; } .ev-logo .logo-text strong { font-size: 1.12rem; } .ev-logo .logo-mark { width: 42px; height: 42px; font-size: 22px; } }

/* ---------- Hero ---------- */
.ev-hero { position: relative; overflow: hidden; background: var(--cream); padding: clamp(40px, 6vw, 80px) 0 clamp(110px, 12vw, 150px); isolation: isolate; }
.ev-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(rgba(249, 115, 22, .16) 1.5px, transparent 1.5px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent 0%, #000 60%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 60%); opacity: .7; }
.ev-hero-blob { position: absolute; z-index: -1; width: 520px; height: 520px; border-radius: 50%; left: -200px; top: -220px; background: radial-gradient(circle, #ffe2c6 0%, rgba(255, 226, 198, 0) 70%); }
.ev-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.ev-hero-slides { display: grid; }
.ev-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease), visibility .7s; }
.ev-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.ev-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px 8px 10px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); color: var(--dark); font-weight: 600; font-size: .88rem; margin-bottom: 22px; }
.ev-kicker i { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: #fff; font-size: 14px; }
.ev-hero-title { font-size: clamp(2.3rem, 5vw, 4.1rem); line-height: 1.08; margin: 0 0 20px; color: var(--dark); letter-spacing: -.03em; }
.ev-hero-lead { font-size: 1.12rem; color: var(--muted); max-width: 540px; margin-bottom: 30px; }
.ev-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ev-hero-foot { display: flex; align-items: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.ev-dots { display: flex; gap: 8px; }
.ev-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 999px; background: #fdd4ab; transition: all .3s; }
.ev-dots button.is-active { width: 32px; background: var(--primary); }
.ev-hero-call { display: flex; align-items: center; gap: 12px; color: var(--dark); font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; }
.ev-hero-call i { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-size: 22px; box-shadow: 0 12px 22px -10px rgba(22, 163, 74, .7); }
.ev-hero-call small { display: block; font-family: var(--font-body); font-size: .75rem; color: var(--muted); font-weight: 500; line-height: 1.1; }
.ev-hero-call:hover { color: var(--primary-dark); }
.ev-hero-visual { position: relative; width: 100%; max-width: 540px; aspect-ratio: 1; margin-left: auto; }
.ev-disc { position: absolute; inset: 4%; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fdba74 0%, #f97316 55%, #ea580c 100%); box-shadow: 0 40px 80px -30px rgba(234, 88, 12, .6), inset 0 -18px 0 rgba(0,0,0,.06); }
.ev-disc::before { content: ""; position: absolute; inset: -4.5%; border-radius: 50%; border: 2px dashed #fdba74; animation: evSpin 40s linear infinite; }
.ev-photo { position: absolute; inset: 7%; border-radius: 50%; overflow: hidden; border: 8px solid #fff; opacity: 0; transform: scale(.94); transition: opacity .8s var(--ease), transform .8s var(--ease); box-shadow: 0 20px 40px -18px rgba(0,0,0,.35); }
.ev-photo img { width: 100%; height: 100%; object-fit: cover; }
.ev-hero:not([data-index]) .ev-photo[data-i="0"], .ev-hero[data-index="0"] .ev-photo[data-i="0"], .ev-hero[data-index="1"] .ev-photo[data-i="1"], .ev-hero[data-index="2"] .ev-photo[data-i="2"], .ev-hero[data-index="3"] .ev-photo[data-i="3"], .ev-hero[data-index="4"] .ev-photo[data-i="4"], .ev-hero[data-index="5"] .ev-photo[data-i="5"] { opacity: 1; transform: none; }
.ev-float { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 9px; border-radius: 999px; background: #fff; color: var(--dark); font-family: var(--font-head); font-weight: 600; font-size: .9rem; white-space: nowrap; box-shadow: 0 18px 34px -14px rgba(31, 41, 55, .35); animation: evFloat 5s ease-in-out infinite; }
.ev-float i { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); color: var(--primary); font-size: 17px; }
.ev-float.ev-b1 { top: 9%; left: -2%; }
.ev-float.ev-b1 i { background: #dcfce7; color: var(--green); }
.ev-float.ev-b2 { top: 30%; right: -4%; animation-delay: -1.2s; }
.ev-float.ev-b3 { bottom: 22%; left: -6%; animation-delay: -2.4s; }
.ev-float.ev-b4 { bottom: 5%; right: 8%; animation-delay: -3.6s; }
@keyframes evFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes evSpin { to { transform: rotate(360deg); } }
@media (max-width: 960px) {
  .ev-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .ev-hero-visual { max-width: 420px; margin: 10px auto 0; }
  .ev-hero-text { text-align: left; }
}
@media (max-width: 560px) {
  .ev-hero-visual { max-width: 330px; }
  .ev-float { font-size: .76rem; padding: 6px 12px 6px 6px; gap: 6px; }
  .ev-float i { width: 26px; height: 26px; font-size: 14px; }
  .ev-float.ev-b1 { left: 0; top: 4%; }
  .ev-float.ev-b2 { right: 0; top: 30%; }
  .ev-float.ev-b3 { left: 0; bottom: 20%; }
  .ev-float.ev-b4 { right: 2%; bottom: 2%; }
  .ev-hero-actions .ev-btn { flex: 1 1 auto; }
}

/* ---------- Cihaz seçici ---------- */
.ev-devices { position: relative; z-index: 5; margin-top: -84px; background: linear-gradient(to bottom, transparent 0, transparent 84px, var(--cream) 84px); }
.ev-devices-card { background: #fff; border-radius: 30px; padding: clamp(22px, 3vw, 36px); box-shadow: 0 30px 70px -34px rgba(154, 72, 12, .45); border: 1px solid var(--border); }
.ev-devices-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px 24px; flex-wrap: wrap; margin-bottom: 24px; }
.ev-devices-head h2 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.ev-devices-head p { margin: 0; color: var(--muted); }
.ev-devices-row { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
.ev-device { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 18px 8px 16px; border-radius: 20px; color: var(--dark); text-align: center; transition: background .25s, transform .25s var(--ease); }
.ev-device-ic { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; font-size: 32px; color: var(--primary); background: linear-gradient(150deg, #fff4e8, #ffdcb8); box-shadow: inset 0 -6px 0 rgba(249, 115, 22, .18), inset 0 3px 0 rgba(255,255,255,.9), 0 14px 22px -12px rgba(249, 115, 22, .6); transition: all .3s var(--ease); }
.ev-device strong { font-family: var(--font-head); font-weight: 600; font-size: .9rem; line-height: 1.25; overflow-wrap: anywhere; }
.ev-device:hover { background: var(--cream); color: var(--primary-dark); transform: translateY(-4px); }
.ev-device:hover .ev-device-ic { background: var(--primary); color: #fff; box-shadow: inset 0 -6px 0 rgba(0,0,0,.12), var(--shadow-orange); transform: rotate(-8deg) scale(1.05); }
@media (max-width: 1100px) { .ev-devices-row { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .ev-devices { margin-top: -70px; }
  .ev-devices-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 6px; padding-bottom: 6px; margin: 0 -8px; scrollbar-width: none; }
  .ev-devices-row::-webkit-scrollbar { display: none; }
  .ev-device { flex: 0 0 88px; scroll-snap-align: start; padding: 12px 2px; }
  .ev-device-ic { width: 62px; height: 62px; font-size: 27px; }
  .ev-device strong { font-size: .8rem; }
}

/* ---------- 3 adımda tamir ---------- */
.ev-steps-sec { background: var(--cream); }
.ev-devices + .ev-steps-sec { margin-top: -60px; padding-top: calc(var(--section-y) + 60px); }
.ev-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; position: relative; }
.ev-step { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: auto auto 1fr; column-gap: 20px; background: #fff; border-radius: 24px; padding: 30px 28px 30px 24px; box-shadow: var(--shadow); border: 1px solid var(--border); transition: transform .3s var(--ease), box-shadow .3s; }
.ev-step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.ev-step-no { grid-row: 1 / 4; font-family: var(--font-head); font-weight: 700; font-size: 5.2rem; line-height: .9; color: var(--primary); text-shadow: 4px 4px 0 var(--peach); min-width: 56px; text-align: center; }
.ev-step-ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); color: var(--primary-dark); font-size: 21px; margin-bottom: 12px; }
.ev-step h3 { font-size: 1.2rem; margin: 0 0 6px; }
.ev-step p { margin: 0; color: var(--muted); font-size: .95rem; }
.ev-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -26px; width: 26px; border-top: 3px dotted #fdba74; }
@media (max-width: 960px) { .ev-steps { grid-template-columns: minmax(0, 1fr); gap: 18px; } .ev-step:not(:last-child)::after { display: none; } }

/* ---------- Neden biz ---------- */
.ev-why-sec { background: #fff; }
.ev-why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
@media (max-width: 960px) { .ev-why-grid { grid-template-columns: minmax(0, 1fr); } }
.ev-why-media { position: relative; padding: 0 44px 44px 0; }
.ev-why-media::before { content: ""; position: absolute; left: 30px; top: 30px; right: 14px; bottom: 14px; border-radius: 32px; background: var(--peach); z-index: 0; }
.ev-why-img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5 / 4.4; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); }
.ev-why-img2 { position: absolute; z-index: 2; right: 0; bottom: 0; width: 42%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 8px solid #fff; box-shadow: var(--shadow-lg); }
.ev-why-badge { position: absolute; z-index: 3; left: -10px; bottom: 60px; background: #fff; border-radius: 22px; padding: 16px 22px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; border-bottom: 5px solid var(--primary); }
.ev-why-badge strong { font-family: var(--font-head); font-size: 2.3rem; line-height: 1; color: var(--primary); }
.ev-why-badge span { font-size: .82rem; font-weight: 600; color: var(--dark); }
@media (max-width: 560px) { .ev-why-media { padding: 0 20px 28px 0; } .ev-why-badge { left: 0; bottom: 30px; padding: 10px 16px; } .ev-why-badge strong { font-size: 1.7rem; } }
.ev-why-list { list-style: none; margin: 8px 0 30px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ev-why-list li { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 20px; background: var(--cream); border: 1px solid var(--border); transition: border-color .25s, background .25s; }
.ev-why-list li:hover { border-color: #fdba74; background: #fff; }
.ev-why-list strong { display: block; font-family: var(--font-head); font-weight: 600; color: var(--dark); font-size: 1rem; margin-bottom: 2px; }
.ev-why-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
@media (max-width: 560px) { .ev-why-list { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Rakamlar ---------- */
.ev-stats { padding: 0 0 clamp(20px, 3vw, 40px); background: #fff; }
.ev-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--cream); border-radius: 30px; border: 2px dashed #fed7aa; padding: 14px; }
.ev-stat { display: flex; align-items: center; gap: 16px; padding: 22px 20px; }
.ev-stat + .ev-stat { border-left: 2px dashed #fde2c4; }
.ev-stat strong { display: block; font-family: var(--font-head); font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1; color: var(--dark); }
.ev-stat em { font-style: normal; color: var(--primary); font-size: .6em; }
.ev-stat div > span { display: block; color: var(--muted); font-weight: 600; font-size: .86rem; margin-top: 4px; }
@media (max-width: 960px) { .ev-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ev-stat:nth-child(3) { border-left: 0; } .ev-stat:nth-child(n+3) { border-top: 2px dashed #fde2c4; } }
@media (max-width: 480px) { .ev-stats-grid { grid-template-columns: minmax(0, 1fr); } .ev-stat + .ev-stat { border-left: 0; border-top: 2px dashed #fde2c4; } .ev-stat { padding: 16px 10px; } }

/* ---------- SSS + geri arama ---------- */
.ev-faq-sec { background: #fff; }
.ev-faq-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 60px); align-items: start; }
@media (max-width: 960px) { .ev-faq-grid { grid-template-columns: minmax(0, 1fr); } }
.ev-callback { position: relative; overflow: hidden; background: linear-gradient(155deg, #fb923c 0%, #f97316 45%, #ea580c 100%); color: #fff; border-radius: 30px; padding: clamp(26px, 4vw, 42px); box-shadow: 0 30px 60px -28px rgba(234, 88, 12, .7); isolation: isolate; position: sticky; top: 110px; }
.ev-callback::before { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -90px; border-radius: 50%; background: rgba(255,255,255,.12); z-index: -1; }
.ev-callback::after { content: ""; position: absolute; width: 140px; height: 140px; left: -50px; bottom: -60px; border-radius: 50%; background: rgba(255,255,255,.1); z-index: -1; }
.ev-callback-ic { width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--primary); display: grid; place-items: center; font-size: 30px; margin-bottom: 18px; box-shadow: inset 0 -5px 0 rgba(249, 115, 22, .2); }
.ev-callback h3 { color: #fff; font-size: 1.6rem; margin-bottom: 8px; }
.ev-callback p { color: rgba(255,255,255,.9); }
.ev-callback .callback-fields { grid-template-columns: minmax(0, 1fr); gap: 10px; }
.ev-callback input { background: #fff; border-color: transparent; border-radius: 14px; padding: 14px 16px; }
.ev-callback input:focus { box-shadow: 0 0 0 4px rgba(255,255,255,.35); border-color: #fff; }
.ev-callback .btn-primary { background: var(--dark); border-color: var(--dark); color: #fff; padding: 14px; }
.ev-callback .btn-primary:hover { background: #111827; border-color: #111827; }
.ev-callback .form-result, .ev-callback .alert { color: var(--dark); }
.ev-callback-phone { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; }
.ev-callback-phone:hover { color: var(--dark); }
@media (max-width: 960px) { .ev-callback { position: relative; top: 0; } }

/* ---------- SSS listesi (genel) ---------- */
.faq-list { gap: 12px; }
.faq-item { border-radius: 18px; border: 1px solid var(--border); background: var(--cream); transition: background .25s, border-color .25s; }
.faq-item summary { font-family: var(--font-head); font-weight: 600; font-size: 1rem; padding: 18px 20px; }
.faq-item summary i { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: grid; place-items: center; font-size: 20px; box-shadow: 0 6px 12px -6px rgba(249, 115, 22, .5); }
.faq-item[open] { background: #fff; border-color: #fdba74; box-shadow: var(--shadow); }
.faq-item[open] summary i { background: var(--primary); color: #fff; }
.faq-answer { padding: 0 20px 20px; }

/* ---------- Yorumlar ---------- */
.ev-reviews { background: var(--cream); }
.testimonial-card { border-radius: 24px; border: 1px solid var(--border); padding: 30px; box-shadow: var(--shadow); background: #fff; }
.ev-review-top { display: flex; justify-content: space-between; align-items: center; }
.ev-review-q { font-size: 44px; line-height: 1; color: var(--peach); }
.t-stars { color: #f59e0b; letter-spacing: 1px; }
.testimonial-card blockquote { color: var(--text); }
.testimonial-card figcaption { padding-top: 16px; border-top: 1px dashed var(--border); }
.t-initials { background: linear-gradient(150deg, #fdba74, #f97316); color: #fff; font-family: var(--font-head); box-shadow: inset 0 -4px 0 rgba(0,0,0,.1); }

/* ---------- Blog kartları ---------- */
.ev-blog { background: #fff; }
.post-card { border-radius: 22px; border: 1px solid var(--border); box-shadow: 0 14px 30px -24px rgba(154, 72, 12, .4); }
.post-card:hover { box-shadow: var(--shadow-lg); }
.post-card .card-media { aspect-ratio: 16 / 10.5; margin: 10px 10px 0; border-radius: 16px; }
.ev-post-tag { position: absolute; left: 14px; top: 14px; padding: 6px 13px; border-radius: 999px; background: var(--primary); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .74rem; box-shadow: var(--shadow-orange); }
.post-card .card-body { padding: 18px 22px 24px; }
.post-card .post-meta span { display: inline-flex; gap: 5px; align-items: center; }
.post-card .card-title { font-size: 1.12rem; line-height: 1.35; font-weight: 600; }
.post-card .card-link { color: var(--primary-dark); font-family: var(--font-head); }
.card-cat { color: var(--primary-dark); }

/* ---------- Anlaşmalı kurumlar ---------- */
.ev-clients { background: var(--cream); border-top: 1px solid var(--border); padding: 34px 0; }
.ev-clients-inner { display: flex; align-items: center; gap: 22px 36px; flex-wrap: wrap; }
.ev-clients-inner h2 { margin: 0; font-size: 1.05rem; display: inline-flex; align-items: center; gap: 8px; }
.ev-clients-inner h2 i { color: var(--primary); }
.ev-clients-row { display: flex; flex-wrap: wrap; gap: 10px; flex: 1 1 520px; min-width: 0; }
.ev-client { display: inline-flex; align-items: center; padding: 9px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--dark); font-family: var(--font-head); font-weight: 500; font-size: .88rem; max-width: 100%; overflow-wrap: anywhere; }
.ev-client img { max-height: 30px; width: auto; }

/* ---------- Hizmet kartı ---------- */
.ev-scard { display: flex; flex-direction: column; gap: 12px; height: 100%; padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--border); color: var(--text); box-shadow: 0 14px 30px -24px rgba(154, 72, 12, .4); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.ev-scard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: #fdba74; color: var(--text); }
.ev-scard-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 6px; }
.ev-price { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; background: #dcfce7; color: #15803d; font-weight: 700; font-size: .78rem; text-align: right; line-height: 1.3; }
.ev-scard-title { font-family: var(--font-head); font-weight: 600; font-size: 1.22rem; color: var(--dark); line-height: 1.3; }
.ev-scard-text { color: var(--muted); font-size: .93rem; flex: 1; }
.ev-scard-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px dashed var(--border); font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--dark); }
.ev-arrow { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); color: var(--primary-dark); font-size: 19px; transition: all .3s var(--ease); }
.ev-scard:hover .ev-arrow { background: var(--primary); color: #fff; transform: translateX(4px); }
.ev-scard:hover .ev-toy { background: var(--primary); color: #fff; }
.page-services .section { background: var(--cream); }

/* ---------- İç sayfa başlığı ---------- */
.ev-page-hero { position: relative; overflow: hidden; background: var(--peach); padding: clamp(40px, 6vw, 70px) 0; isolation: isolate; }
.ev-ph-dot { position: absolute; border-radius: 50%; z-index: -1; }
.ev-ph-dot1 { width: 420px; height: 420px; right: -140px; top: -160px; background: radial-gradient(circle at 35% 35%, #fdba74, #f97316); opacity: .9; }
.ev-ph-dot2 { width: 90px; height: 90px; right: 34%; bottom: -40px; background: #fdba74; opacity: .55; }
.ev-page-hero::before { content: ""; position: absolute; left: -60px; bottom: -80px; width: 220px; height: 220px; border-radius: 50%; border: 22px solid rgba(249, 115, 22, .12); z-index: -1; }
.ev-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.ev-page-hero h1 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.12; margin: 16px 0 10px; color: var(--dark); max-width: 820px; overflow-wrap: anywhere; }
.ev-page-hero p { color: #7c4a1e; font-size: 1.06rem; max-width: 640px; margin: 0; }
.ev-page-hero .breadcrumb ol { display: inline-flex; background: #fff; border-radius: 999px; padding: 7px 16px; box-shadow: 0 10px 20px -14px rgba(154, 72, 12, .5); font-size: .82rem; }
.ev-page-hero .breadcrumb li { color: var(--muted); }
.ev-page-hero .breadcrumb a { color: var(--primary-dark); font-weight: 600; }
.ev-page-hero .breadcrumb a:hover { color: var(--dark); }
.ev-page-hero .breadcrumb li + li::before { content: "›"; opacity: .7; }
.ev-page-hero-art { position: relative; width: 230px; height: 230px; }
.ev-ph-ring { position: absolute; inset: -14px; border-radius: 50%; border: 3px dashed #fff; opacity: .9; }
.ev-ph-photo { position: absolute; inset: 0; border-radius: 50%; background-size: cover; background-position: center; border: 7px solid #fff; box-shadow: var(--shadow-lg); }
@media (max-width: 860px) { .ev-page-hero-art { display: none; } .ev-page-hero-inner { grid-template-columns: minmax(0, 1fr); } .ev-ph-dot1 { width: 240px; height: 240px; right: -120px; top: -110px; } }
@media (max-width: 560px) { .ev-page-hero .breadcrumb ol { display: flex; border-radius: 16px; } }

/* ---------- Butonlar / genel bileşenler ---------- */
.btn { font-family: var(--font-head); font-weight: 600; border-radius: 999px; }
.btn-primary { box-shadow: 0 10px 20px -12px rgba(249, 115, 22, .8); }
.btn-outline { color: var(--primary-dark); }
.btn-light { background: var(--peach); border-color: var(--peach); color: var(--primary-dark); }
.btn-light:hover { background: #fed7aa; border-color: #fed7aa; color: var(--primary-dark); }
.section-subtitle { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.lead { color: var(--dark); }
.prose h2, .prose h3 { color: var(--dark); }
.prose ul li::marker { color: var(--primary); }
.prose blockquote { background: var(--cream); border-left-color: var(--primary); border-radius: 0 18px 18px 0; font-style: normal; }
.content-cover { border-radius: 26px; }
.ev-cover { position: relative; }
.ev-cover-price { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: #fff; color: var(--dark); font-family: var(--font-head); font-weight: 600; box-shadow: var(--shadow-lg); }
.ev-cover-price i { color: var(--green); }
.widget { background: var(--cream); border-radius: 22px; border: 1px solid var(--border); }
.widget-title { font-size: 1.12rem; border-bottom: 2px dashed var(--border); }
.widget-title::after { height: 3px; border-radius: 3px; bottom: -2px; }
.widget-links li a { border-bottom-color: #f3e3cf; }
.widget-links li.active > a { color: var(--primary-dark); }
.widget-contact { background: var(--dark); border-color: var(--dark); color: #fff; }
.widget-contact .widget-title { color: #fff; border-color: rgba(255,255,255,.14); }
.widget-contact p { color: rgba(255,255,255,.7); }
.widget-contact .contact-list a { color: #fff; }
.widget-contact .contact-list a:hover { color: #fdba74; }
.widget-contact .contact-list i { background: rgba(249, 115, 22, .18); color: #fdba74; border-radius: 50%; }
.ev-price-widget { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; background: #fff; box-shadow: var(--shadow); }
.ev-price-widget .ev-toy { margin-bottom: 10px; }
.ev-price-widget small { color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.ev-price-widget strong { font-family: var(--font-head); font-size: 1.45rem; color: var(--primary-dark); line-height: 1.25; }
.ev-price-widget p { color: var(--muted); font-size: .88rem; margin: 6px 0 14px; }
.check-list i { background: var(--green); color: #fff; }
.feature-box { background: var(--cream); border: 1px solid var(--border); border-radius: 24px; }
.inline-quote { background: var(--dark); border-radius: 26px; position: relative; overflow: hidden; }
.inline-quote::after { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; background: rgba(249, 115, 22, .22); pointer-events: none; }
.inline-quote form { position: relative; z-index: 1; }
.inline-quote input, .inline-quote select, .inline-quote textarea { background: #fff; border-color: transparent; color: var(--text); }
.gallery-item { border-radius: 16px; }
.chip { border-radius: 999px; background: #fff; }
.chip.is-active { color: #fff; }
.pagination a, .pagination span { border-radius: 50%; min-width: 44px; height: 44px; padding: 0 10px; }
.pagination .pg-prev, .pagination .pg-next { border-radius: 999px; padding: 0 16px; }
.share-bar a { background: var(--peach); color: var(--primary-dark); }
.post-nav a { background: var(--cream); border: 1px solid var(--border); border-radius: 18px; }
.tag-list .chip { background: var(--cream); }

/* Formlar */
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=password], input[type=url], select, textarea { border-radius: 14px; border-color: #eddcc6; background: #fff; }
.quote-box { border-radius: 28px; border-color: var(--border); box-shadow: var(--shadow-lg); }
.qw-steps li { border-bottom-width: 4px; border-radius: 2px; }
.qw-steps li span { background: var(--peach); color: var(--primary-dark); }
.qw-option-box { border-radius: 16px; border-color: #eddcc6; }
.qw-option-box i { width: 40px; height: 40px; border-radius: 50%; background: var(--peach); display: grid; place-items: center; font-size: 20px; flex-shrink: 0; }
.qw-option input:checked + .qw-option-box { background: var(--cream); }
.qw-option input:checked + .qw-option-box i { background: var(--primary); color: #fff; }
.choice span { border-color: #eddcc6; }
.file-drop { border-radius: 16px; border-color: #f5cfa6; background: var(--cream); }
.card-pad { border-radius: 24px; border-color: var(--border); }
.contact-form-wrap { box-shadow: var(--shadow); }
.contact-card { background: #fff; border-radius: 22px; border-color: var(--border); box-shadow: 0 14px 30px -24px rgba(154, 72, 12, .4); }
.contact-card i { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); font-size: 24px; margin-bottom: 10px; }
a.contact-card:hover { border-color: #fdba74; }
.address-box { background: var(--cream); }
.address-box i { color: var(--primary); }
.map-embed { border-radius: 24px; }
.mini-steps li::before { box-shadow: 0 6px 12px -6px rgba(249, 115, 22, .7); }
.search-inline { border-color: #eddcc6; }
.client-item { border-radius: 18px; border-color: var(--border); }
.client-name { color: var(--dark); font-family: var(--font-head); font-weight: 600; overflow-wrap: anywhere; }
.about-media img { border-radius: 28px; }
.about-stats { background: var(--cream); }
.stat-item strong { color: var(--dark); }
.stat-item i { color: var(--primary); }
.why-item { background: #fff; border-radius: 22px; box-shadow: 0 14px 30px -24px rgba(154, 72, 12, .4); }
.why-item i { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--peach); font-size: 26px; }
.cta-band { background: var(--peach); color: var(--dark); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 300px; height: 300px; border-radius: 50%; background: rgba(249, 115, 22, .16); }
.cta-inner { position: relative; z-index: 1; }
.cta-text h2 { color: var(--dark); }
.cta-text p { color: #7c4a1e; opacity: 1; }
.cta-band .btn-primary { background: var(--primary); border-color: var(--primary); color: #fff; }
.cta-band .btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.cta-band .btn-outline { color: var(--dark); border-color: var(--dark); background: transparent; }
.cta-band .btn-outline:hover { background: var(--dark); color: #fff; border-color: var(--dark); }
.empty-state { background: var(--cream); border-radius: 22px; }
.error-code { color: var(--primary); text-shadow: 8px 8px 0 var(--peach); }
.reply-box { background: var(--cream); }

/* ---------- Footer ---------- */
.ev-footer { background: var(--dark); color: rgba(255,255,255,.66); font-size: .93rem; padding-top: 48px; }
.ev-callstrip { display: flex; align-items: center; gap: 20px 24px; flex-wrap: wrap; padding: 26px 32px; border-radius: 28px; background: linear-gradient(120deg, #fb923c, #f97316 50%, #ea580c); color: #fff; box-shadow: 0 26px 50px -26px rgba(249, 115, 22, .8); position: relative; overflow: hidden; isolation: isolate; }
.ev-callstrip::before { content: ""; position: absolute; width: 220px; height: 220px; left: -60px; top: -110px; border-radius: 50%; background: rgba(255,255,255,.12); z-index: -1; }
.ev-callstrip-ic { width: 60px; height: 60px; border-radius: 50%; background: #fff; color: var(--primary); display: grid; place-items: center; font-size: 28px; flex-shrink: 0; animation: evRing 2.4s ease-in-out infinite; }
@keyframes evRing { 0%, 70%, 100% { transform: rotate(0); } 75% { transform: rotate(-14deg); } 85% { transform: rotate(12deg); } 92% { transform: rotate(-6deg); } }
.ev-callstrip-text { flex: 1; min-width: 220px; display: flex; flex-direction: column; }
.ev-callstrip-text strong { font-family: var(--font-head); font-size: clamp(1.2rem, 2.2vw, 1.55rem); color: #fff; line-height: 1.25; }
.ev-callstrip-text span { color: rgba(255,255,255,.88); font-size: .92rem; }
.ev-callstrip-actions { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 560px) { .ev-callstrip { padding: 22px; } .ev-callstrip-actions, .ev-callstrip-actions .ev-btn { width: 100%; } }
.ev-footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; padding: 60px 0 50px; }
@media (max-width: 960px) { .ev-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .ev-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; } }
.ev-logo-light { color: #fff; margin-bottom: 18px; }
.ev-logo-light .logo-text small { color: #fdba74; }
.ev-footer-about p { max-width: 360px; }
.ev-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.ev-footer a { color: rgba(255,255,255,.7); }
.ev-footer a:hover { color: #fdba74; }
.ev-footer .ev-btn-white { color: var(--primary-dark); }
.ev-footer .ev-btn-white:hover { color: #fff; }
.ev-footer .ev-btn-line { color: #fff; }
.ev-footer .ev-btn-line:hover { color: var(--primary-dark); }
.ev-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ev-footer-links a { display: inline-flex; align-items: center; gap: 10px; }
.ev-footer-links a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.ev-footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.ev-footer-contact li { display: flex; gap: 12px; align-items: flex-start; overflow-wrap: anywhere; }
.ev-footer-contact i { width: 34px; height: 34px; border-radius: 50%; background: rgba(249, 115, 22, .16); color: #fdba74; display: grid; place-items: center; flex-shrink: 0; font-size: 16px; }
.ev-footer .social-links a { background: rgba(255,255,255,.07); color: #fff; }
.ev-footer .social-links a:hover { background: var(--primary); }
.ev-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: .84rem; }
.ev-footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Hızlı iletişim ---------- */
.fc-phone { background: var(--primary); }
.fc-mail { background: var(--dark); }
.mobile-bar { border-radius: 20px 20px 0 0; }
.mobile-bar .mb-call { color: var(--primary-dark); }
.mobile-bar .mb-quote { background: var(--primary); color: #fff; border-radius: 16px; margin: 6px; }
.cookie-bar { border-radius: 20px; }
