/* ==========================================================================
   Kurtoğlu Elektrik — Ana Stil Dosyası
   ========================================================================== */

:root {
  --bg: #0B0F19;
  --bg-darker: #070A11;
  --card: #151C2C;
  --card-2: #1B2438;
  --border: #243049;
  --border-soft: #1C2538;
  --text: #E2E8F0;
  --muted: #94A3B8;
  --muted-2: #8A99AD;
  --white: #FFFFFF;
  --neon: #FDE047;
  --neon-hover: #FEF08A;
  --neon-deep: #CA8A04;
  --green: #25D366;
  --green-hover: #1EBE57;
  --radius: 16px;
  --radius-sm: 10px;
  --container: 1200px;
  --nav-h: 76px;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-head: "Montserrat", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --shadow: 0 20px 50px rgba(0, 0, 0, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--white); line-height: 1.2; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--neon); color: var(--bg); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--neon); }

:focus-visible { outline: 2px solid var(--neon); outline-offset: 3px; border-radius: 4px; }

.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;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--neon); color: var(--bg); font-weight: 700;
  padding: 10px 16px; border-radius: 8px; transition: top .2s;
}
.skip-link:focus { top: 16px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 20px; }
.section { padding-block: 96px; position: relative; }
.section--dark { background: var(--bg-darker); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head--left { text-align: left; margin-left: 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--neon); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--neon); border-radius: 2px; }
.section-title { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 16px; }
.section-desc { color: var(--muted); font-size: 17px; }
.hl { color: var(--neon); }
.text-glow { text-shadow: 0 0 10px rgba(253, 224, 71, .5), 0 0 20px rgba(253, 224, 71, .3); }

/* ---------- Buttons ---------- */
/* Sitedeki TÜM butonlar tek tip: sarı, aynı boyut, aynı köşe, aynı hover */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px; border-radius: 12px; border: 0;
  font-family: var(--font-head); font-weight: 700; font-size: 16px; line-height: 1;
  background: var(--neon); color: var(--bg); box-shadow: 0 0 15px rgba(253, 224, 71, .3);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  white-space: nowrap; cursor: pointer; text-decoration: none;
}
.btn i { font-size: 1.1em; }
.btn:hover { background: var(--neon-hover); color: var(--bg); box-shadow: 0 0 25px rgba(253, 224, 71, .7), 0 0 40px rgba(253, 224, 71, .35); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .6; cursor: wait; transform: none; }
.btn--block { width: 100%; }
.center-row { display: flex; justify-content: center; margin-top: 30px; }

/* ---------- Navbar ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(7, 10, 17, .78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
  transition: background .3s, box-shadow .3s;
}
.nav.is-scrolled { background: rgba(7, 10, 17, .95); box-shadow: 0 10px 30px rgba(0, 0, 0, .35); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo__mark {
  width: 42px; height: 42px; border-radius: 11px; background: var(--neon); color: var(--bg);
  display: grid; place-items: center; font-size: 20px; box-shadow: 0 0 18px rgba(253, 224, 71, .35);
}
.logo__text { font-family: var(--font-head); font-weight: 800; font-size: 22px; letter-spacing: -.01em; color: var(--white); text-transform: uppercase; line-height: 1; }
.logo__text span { color: var(--neon); font-weight: 500; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__link { font-size: 14.5px; font-weight: 500; color: #CBD5E1; position: relative; padding: 6px 0; transition: color .2s; }
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: var(--neon);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav__link:hover, .nav__link.is-active { color: var(--neon); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 10px; color: var(--white); font-size: 22px; align-items: center; justify-content: center; }
.nav__toggle:hover { background: var(--card); }
.mobile-menu { display: none; border-top: 1px solid var(--border-soft); background: var(--bg-darker); }
.mobile-menu.is-open { display: block; animation: slideDown .25s var(--ease); }
.mobile-menu__inner { display: flex; flex-direction: column; padding: 12px 20px 22px; gap: 2px; }
.mobile-menu a:not(.btn) { padding: 12px 8px; border-radius: 8px; font-weight: 500; color: #CBD5E1; }
.mobile-menu a:not(.btn):hover { color: var(--neon); background: var(--card); }
.mobile-menu .btn { margin-top: 12px; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh; min-height: 100svh; display: flex; align-items: center;
  padding: calc(var(--nav-h) + 50px) 0 80px; position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 15, 25, .96) 0%, rgba(11, 15, 25, .82) 100%),
    url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80") center / cover no-repeat,
    var(--bg);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(253, 224, 71, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(253, 224, 71, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.orb { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.orb--y { top: 12%; left: 8%; background: rgba(253, 224, 71, .12); }
.orb--b { bottom: 8%; right: 10%; background: rgba(59, 130, 246, .12); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; border-radius: 999px;
  background: rgba(253, 224, 71, .1); border: 1px solid rgba(253, 224, 71, .3);
  color: var(--neon); font-size: 14px; font-weight: 500; margin-bottom: 24px;
}
.badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neon); position: relative; }
.badge__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--neon); animation: ping 1.6s cubic-bezier(0, 0, .2, 1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(2.4); opacity: 0; } }
.hero__title { font-size: clamp(40px, 6.4vw, 76px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 24px; }
.gradient-text {
  background: linear-gradient(90deg, var(--neon), #EAB308 60%, var(--neon-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 560px; margin-bottom: 34px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 12px 26px; color: #CBD5E1; font-size: 14.5px; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust i { color: var(--neon); }
.hero__media { position: relative; justify-self: end; width: 100%; max-width: 470px; }
.hero__img {
  position: relative; aspect-ratio: 1 / 1.05; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--border); box-shadow: var(--shadow); background: var(--card);
}
.hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 15, 25, .9), transparent 55%); }
.float-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 14px;
  background: rgba(7, 10, 17, .82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border); padding: 14px 18px; border-radius: 14px; box-shadow: var(--shadow);
}
.float-card__icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-size: 19px; flex-shrink: 0; }
.float-card__icon--green { background: rgba(34, 197, 94, .18); color: #4ADE80; }
.float-card__icon--neon { background: rgba(253, 224, 71, .15); color: var(--neon); }
.float-card strong { display: block; font-family: var(--font-head); color: var(--white); font-size: 17px; line-height: 1.2; }
.float-card span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.float-card--bl { left: -28px; bottom: 34px; }
.float-card--tr { right: -22px; top: 34px; animation: floaty 5s ease-in-out infinite; }
@keyframes floaty { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; color: var(--muted-2); font-size: 20px; animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ---------- Stats ---------- */
.stats { background: var(--bg-darker); border-block: 1px solid var(--border-soft); padding-block: 40px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { display: flex; align-items: center; gap: 16px; }
.stat__icon { width: 54px; height: 54px; border-radius: 14px; background: var(--card); border: 1px solid var(--border); display: grid; place-items: center; color: var(--neon); font-size: 22px; flex-shrink: 0; }
.stat__value { font-family: var(--font-head); font-weight: 800; font-size: 26px; color: var(--white); line-height: 1.1; }
.stat__label { font-size: 14px; color: var(--muted); }

/* ---------- Services ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service {
  position: relative; overflow: hidden; background: var(--card); border: 1px solid var(--border-soft);
  border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.service:hover { transform: translateY(-6px); border-color: var(--neon); box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.service--featured { border-color: rgba(253, 224, 71, .5); background: linear-gradient(160deg, #1B2438 0%, var(--card) 60%); }
.service__glow { position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; border-radius: 50%; background: rgba(253, 224, 71, .18); filter: blur(40px); transition: background .3s; pointer-events: none; }
.service:hover .service__glow { background: rgba(253, 224, 71, .35); }
.service__ribbon { position: absolute; top: 0; right: 0; background: var(--neon); color: var(--bg); font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 5px 12px; border-bottom-left-radius: 10px; z-index: 2; }
.service__icon {
  position: relative; width: 62px; height: 62px; border-radius: 14px; background: var(--bg-darker); border: 1px solid var(--border);
  display: grid; place-items: center; font-size: 24px; color: #CBD5E1; margin-bottom: 22px; transition: color .3s, border-color .3s;
}
.service--featured .service__icon, .service:hover .service__icon { color: var(--neon); border-color: rgba(253, 224, 71, .4); }
.service h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; position: relative; }
.service p { color: var(--muted); font-size: 15px; margin-bottom: 20px; position: relative; }
.service p b { color: #E2E8F0; }
.checklist { display: grid; gap: 9px; font-size: 14.5px; color: #A8B3C4; position: relative; margin-top: auto; }
.checklist li { display: flex; gap: 10px; align-items: baseline; }
.checklist i { color: var(--neon); font-size: 13px; }

/* ---------- Pricing ---------- */
.pricing-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; align-items: stretch; margin-bottom: 44px; }
.plan {
  position: relative; background: var(--card); border: 1px solid var(--border-soft); border-radius: 20px; padding: 34px 30px;
  display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.plan:hover { transform: translateY(-6px); border-color: rgba(253, 224, 71, .5); box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.plan--featured { border: 2px solid var(--neon); background: linear-gradient(170deg, #202A40 0%, var(--card) 55%); box-shadow: 0 0 40px rgba(253, 224, 71, .12); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--neon); color: var(--bg); font: 800 12px/1 var(--font-head); letter-spacing: .04em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px;
}
.plan__name { font-size: 20px; margin-bottom: 8px; }
.plan__desc { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.plan__price { display: flex; align-items: baseline; flex-wrap: wrap; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--border-soft); }
.plan__price strong { font: 800 42px/1 var(--font-head); color: var(--white); letter-spacing: -.02em; }
.plan--featured .plan__price strong { color: var(--neon); }
.plan__price span { color: var(--muted); font-size: 15px; }
.plan__list { margin-bottom: 28px; flex: 1; }
.plan .btn { margin-top: auto; }
.price-table { background: var(--card); border: 1px solid var(--border-soft); border-radius: 20px; padding: 34px; }
.price-table__head { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.price-table__head h3 { font-size: 20px; display: flex; align-items: center; gap: 10px; }
.price-table__head h3 i { color: var(--neon); }
.price-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 50px; }
.price-group h4 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--neon); margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border-soft); }
.price-row { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; font-size: 15px; }
.price-row__name { color: #D5DDE8; }
.price-row__name small { display: inline-block; color: var(--muted-2); font-size: 12.5px; }
.price-row__dots { flex: 1; min-width: 20px; border-bottom: 2px dotted #334155; transform: translateY(-4px); }
.price-row__price { font-family: var(--font-head); color: var(--white); white-space: nowrap; }
.price-note { display: flex; gap: 12px; margin-top: 28px; padding: 16px 18px; border-radius: 12px; background: rgba(253, 224, 71, .06); border: 1px solid rgba(253, 224, 71, .2); color: #CBD5E1; font-size: 14.5px; }
.price-note i { color: var(--neon); margin-top: 4px; }

/* ---------- Why us ---------- */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.why__visual { position: relative; }
.why__panel {
  background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.why__panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(253, 224, 71, .12), transparent 55%); pointer-events: none; }
.compare { position: relative; display: grid; gap: 14px; }
.compare__row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 12px; background: var(--bg-darker); border: 1px solid var(--border-soft); }
.compare__row span { font-size: 15px; color: #CBD5E1; }
.compare__row strong { font-family: var(--font-head); font-size: 15px; }
.compare__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; position: relative; }
.compare__head h3 { font-size: 18px; }
.pill { font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: rgba(253, 224, 71, .12); color: var(--neon); border: 1px solid rgba(253, 224, 71, .3); }
.yes { color: #4ADE80; }
.no { color: #F87171; }
.bar { position: relative; height: 10px; border-radius: 99px; background: var(--bg-darker); overflow: hidden; margin-top: 8px; }
.bar__fill { position: absolute; inset: 0 auto 0 0; border-radius: 99px; background: linear-gradient(90deg, var(--neon-deep), var(--neon)); width: 0; transition: width 1.4s var(--ease); }
.is-visible .bar__fill { width: var(--w); }
.bar-label { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); margin-top: 18px; }
.features { display: grid; gap: 22px; margin-top: 30px; }
.feature { display: flex; gap: 18px; }
.feature__icon { width: 50px; height: 50px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; background: rgba(253, 224, 71, .1); color: var(--neon); font-size: 20px; border: 1px solid rgba(253, 224, 71, .25); }
.feature h3 { font-size: 17px; margin-bottom: 4px; }
.feature p { color: var(--muted); font-size: 15px; }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(var(--steps, 4), 1fr); gap: 24px; counter-reset: step; position: relative; }
.steps::before { content: ""; position: absolute; top: 36px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, rgba(253, 224, 71, .4) 0 10px, transparent 10px 20px); }
.step { position: relative; text-align: center; padding: 0 8px; }
.step__num {
  position: relative; z-index: 1; width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 50%;
  display: grid; place-items: center; background: var(--bg-darker); border: 2px solid var(--neon); color: var(--neon); font-size: 26px;
  box-shadow: 0 0 0 8px var(--bg), 0 0 25px rgba(253, 224, 71, .25);
}
.section--dark .step__num { box-shadow: 0 0 0 8px var(--bg-darker), 0 0 25px rgba(253, 224, 71, .25); }
.step__num::after {
  counter-increment: step; content: counter(step); position: absolute; top: -4px; right: -4px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--neon); color: var(--bg); font: 800 13px/26px var(--font-head);
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }

/* ---------- Projects ---------- */
.projects-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 40px; flex-wrap: wrap; }
.projects-head .section-head { margin-bottom: 0; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; }
.filter {
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--border); background: var(--card);
  color: #CBD5E1; font-size: 14px; font-weight: 500; transition: all .2s;
}
.filter:hover { border-color: var(--neon); color: var(--neon); }
.filter.is-active { background: var(--neon); border-color: var(--neon); color: var(--bg); font-weight: 700; }
.project {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--card); border: 1px solid var(--border-soft);
  cursor: pointer; text-align: left; width: 100%; padding: 0; display: block; transition: border-color .3s, opacity .35s, transform .35s;
}
.project:hover { border-color: rgba(253, 224, 71, .5); }
.project.is-hidden { display: none; }
.project__media { aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: #111827; }
.project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.project:hover .project__media img { transform: scale(1.08); }
.project__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 10, 17, .96) 0%, rgba(7, 10, 17, .55) 45%, transparent 75%); opacity: .9; transition: opacity .3s; }
.project:hover .project__media::after { opacity: 1; }
.project__body { position: absolute; inset: auto 0 0 0; padding: 22px 24px; z-index: 2; transform: translateY(10px); transition: transform .35s var(--ease); }
.project:hover .project__body { transform: none; }
.project__tag { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--neon); margin-bottom: 4px; }
.project__title { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--white); }
.project__zoom {
  position: absolute; top: 16px; right: 16px; z-index: 2; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(7, 10, 17, .7); border: 1px solid var(--border); color: var(--neon); display: grid; place-items: center;
  opacity: 0; transform: scale(.8); transition: all .3s var(--ease);
}
.project:hover .project__zoom { opacity: 1; transform: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px;
  background: rgba(3, 5, 10, .92); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.lightbox.is-open { display: flex; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox__box { position: relative; width: 100%; max-width: 920px; background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.lightbox__img { width: 100%; max-height: 68vh; object-fit: contain; background: #0A0E17; }
.lightbox__caption { padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.lightbox__caption h3 { font-size: 19px; }
.lightbox__caption p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.lightbox__close, .lightbox__nav {
  position: absolute; z-index: 2; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(7, 10, 17, .8); border: 1px solid var(--border); color: var(--white); font-size: 18px; transition: all .2s;
}
.lightbox__close:hover, .lightbox__nav:hover { color: var(--bg); background: var(--neon); border-color: var(--neon); }
.lightbox__close { top: 14px; right: 14px; }
.lightbox__nav { top: 34%; }
.lightbox__nav--prev { left: 14px; }
.lightbox__nav--next { right: 14px; }

/* ---------- Testimonials ---------- */
.review, .review blockquote { margin: 0; }
.review { background: var(--card); border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.review::before { content: "\201C"; position: absolute; top: 6px; right: 24px; font: 800 90px/1 Georgia, serif; color: rgba(253, 224, 71, .1); }
.stars { color: var(--neon); font-size: 14px; display: flex; gap: 3px; }
.review p { color: #CBD5E1; font-size: 15.5px; flex: 1; }
.review__author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--border-soft); }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--neon), var(--neon-deep)); color: var(--bg); display: grid; place-items: center; font: 800 16px var(--font-head); flex-shrink: 0; }
.review__author strong { display: block; color: var(--white); font-size: 15px; }
.review__author span { color: var(--muted-2); font-size: 13px; }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.faq-aside { position: sticky; top: calc(var(--nav-h) + 30px); }
.faq-aside .section-desc { margin-bottom: 28px; }
.help-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: center; }
.help-card__icon { width: 52px; height: 52px; border-radius: 12px; background: var(--neon); color: var(--bg); display: grid; place-items: center; font-size: 22px; flex-shrink: 0; }
.help-card span { font-size: 13px; color: var(--muted); display: block; }
.help-card a { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: var(--white); }
.help-card a:hover { color: var(--neon); }
.faq { display: grid; gap: 14px; }
.faq details { background: var(--card); border: 1px solid var(--border-soft); border-radius: 14px; transition: border-color .25s; }
.faq details[open] { border-color: rgba(253, 224, 71, .45); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-head); font-weight: 700; color: var(--white); font-size: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--bg-darker); border: 1px solid var(--border); color: var(--neon); font-size: 20px; font-weight: 500; transition: transform .3s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__answer { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }

/* ---------- Service areas ---------- */
.areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.area { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; background: var(--card); border: 1px solid var(--border-soft); font-size: 14.5px; color: #CBD5E1; transition: all .2s; }
.area i { color: var(--neon); font-size: 12px; }
.area:hover { border-color: var(--neon); color: var(--white); }

/* ---------- CTA band ---------- */
.cta {
  position: relative; overflow: hidden; border-radius: 24px; padding: 56px;
  background: radial-gradient(circle at 85% 20%, rgba(253, 224, 71, .18), transparent 55%), linear-gradient(135deg, #1B2438 0%, var(--card) 100%);
  border: 2px solid rgba(253, 224, 71, .55); box-shadow: 0 0 50px rgba(253, 224, 71, .1);
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
}
.cta::before { content: "\f0e7"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; right: 24%; top: -40px; font-size: 260px; color: rgba(253, 224, 71, .05); pointer-events: none; }
.cta h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; margin-bottom: 10px; position: relative; }
.cta p { color: var(--muted); font-size: 17px; position: relative; max-width: 560px; }
.cta__actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* ---------- Review form ---------- */
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 16px; margin: -24px auto 36px; }
.rating-summary > strong { font: 800 48px/1 var(--font-head); color: var(--white); }
.rating-summary .stars { font-size: 18px; }
.rating-summary span { color: var(--muted); font-size: 14px; }
.review.is-extra { display: none; }
.reviews-grid.show-all .review.is-extra { display: flex; }
.reviews-empty { text-align: center; color: var(--muted); font-size: 17px; margin-bottom: 10px; }
.reviews-empty i { color: var(--neon); margin-right: 6px; }
.review-form { max-width: 760px; margin: 44px auto 0; }
.review-form h3 { display: flex; align-items: center; gap: 10px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field__label-text { font-size: 14px; font-weight: 500; color: #CBD5E1; }
.field__label-text em { color: var(--neon); font-style: normal; }
.star-input { position: relative; display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 6px; }
.star-input > input { position: absolute; left: 0; top: 0; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.field .star-input > label { margin: 0; font-size: 32px; color: #334155; cursor: pointer; transition: color .15s, transform .15s; line-height: 1; }
.field .star-input > label.is-on { color: var(--neon); }
.star-input label:hover { transform: scale(1.15); }
.star-input input:focus-visible + label { outline: 2px solid var(--neon); outline-offset: 3px; border-radius: 4px; }
.field.has-error .star-input > label:not(.is-on) { color: rgba(248, 113, 113, .5); }
.consent.has-error { color: #F87171; }
.form__alert { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14.5px; }
.form__alert--ok { background: rgba(34, 197, 94, .12); border: 1px solid rgba(34, 197, 94, .35); color: #86EFAC; }
.form__alert--error { background: rgba(248, 113, 113, .1); border: 1px solid rgba(248, 113, 113, .35); color: #FCA5A5; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.c-card { display: flex; gap: 16px; align-items: center; background: var(--card); border: 1px solid var(--border-soft); border-radius: 14px; padding: 20px; transition: border-color .2s, transform .2s; }
a.c-card:hover { border-color: var(--neon); transform: translateX(4px); }
.c-card__icon { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; font-size: 20px; flex-shrink: 0; background: rgba(253, 224, 71, .1); color: var(--neon); border: 1px solid rgba(253, 224, 71, .25); }
.c-card span { display: block; font-size: 13px; color: var(--muted-2); }
.c-card strong { color: var(--white); font-family: var(--font-head); font-size: 17px; }
.map { margin-top: 16px; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-soft); height: 240px; background: var(--card); }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.4) invert(.9) hue-rotate(180deg) contrast(.9); }
.form { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 36px; box-shadow: var(--shadow); }
.form h3 { font-size: 22px; margin-bottom: 6px; }
.form > p { color: var(--muted); font-size: 15px; margin-bottom: 26px; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 500; color: #CBD5E1; }
.field label em { color: var(--neon); font-style: normal; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--bg-darker); border: 1px solid var(--border); border-radius: 10px; padding: 13px 15px; color: var(--white);
  font-size: 15px; transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FDE047' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; padding-right: 40px;
}
.field select option { background: var(--card); }
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: #536079; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--neon); box-shadow: 0 0 0 3px rgba(253, 224, 71, .15); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #F87171; }
.field__error { font-size: 13px; color: #F87171; display: none; }
.field.has-error .field__error { display: block; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--muted); grid-column: 1 / -1; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--neon); flex-shrink: 0; }
.consent a { color: var(--neon); text-decoration: underline; }
.consent.has-error { color: #F87171; }
.form__note { font-size: 13px; color: var(--muted-2); text-align: center; margin-top: 14px; }
.form__success { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 10px; background: rgba(34, 197, 94, .12); border: 1px solid rgba(34, 197, 94, .35); color: #86EFAC; font-size: 14.5px; }
.form__success.is-shown { display: block; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-darker); border-top: 1px solid var(--border-soft); padding: 80px 0 30px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 56px; }
.footer__about { color: var(--muted); font-size: 15px; margin: 20px 0 24px; max-width: 360px; }
.socials { display: flex; gap: 10px; }
.social { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--card); border: 1px solid var(--border); color: var(--muted); transition: all .2s; }
.social:hover { color: var(--neon); border-color: var(--neon); transform: translateY(-3px); }
.footer h4 { font-size: 16px; margin-bottom: 20px; }
.footer__links { display: grid; gap: 11px; }
.footer__links a { color: var(--muted); font-size: 15px; transition: color .2s, padding .2s; }
.footer__links a:hover { color: var(--neon); padding-left: 4px; }
.footer__contact { display: grid; gap: 16px; }
.footer__contact li { display: flex; gap: 12px; font-size: 14.5px; }
.footer__contact i { color: var(--neon); margin-top: 5px; width: 16px; }
.footer__contact span { display: block; color: var(--muted-2); font-size: 13px; }
.footer__contact a, .footer__contact p { color: var(--text); }
.footer__contact a:hover { color: var(--neon); }
.footer__bottom { border-top: 1px solid var(--border-soft); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted-2); }
.footer__bottom a:hover { color: var(--neon); }
.footer__legal { display: flex; gap: 18px; }

/* ---------- Floating elements ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 62px; height: 62px; border-radius: 50%;
  background: var(--green); color: #fff; display: grid; place-items: center; font-size: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4); animation: pulseWp 2s infinite; transition: transform .25s;
}
.wa-float:hover { transform: scale(1.1); background: var(--green-hover); }
.wa-float__tip {
  position: absolute; right: 76px; top: 50%; transform: translateY(-50%) translateX(8px); white-space: nowrap;
  background: var(--white); color: var(--bg); font-size: 14px; font-weight: 600; padding: 8px 14px; border-radius: 10px;
  opacity: 0; pointer-events: none; transition: all .25s; box-shadow: var(--shadow);
}
.wa-float:hover .wa-float__tip { opacity: 1; transform: translateY(-50%); }
@keyframes pulseWp { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .7); } 70% { box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
.to-top {
  position: fixed; right: 30px; bottom: 98px; z-index: 89; width: 46px; height: 46px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--border); color: var(--neon); display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .3s;
}
.to-top.is-shown { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--neon); color: var(--bg); border-color: var(--neon); }
.mobile-bar { display: none; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease-out, transform .8s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------- Legal / 404 pages ---------- */
.page-hero { padding: calc(var(--nav-h) + 70px) 0 50px; background: var(--bg-darker); border-bottom: 1px solid var(--border-soft); }
.breadcrumb { display: flex; gap: 8px; font-size: 14px; color: var(--muted-2); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--neon); }
.prose { max-width: 820px; }
.prose h2 { font-size: 22px; margin: 36px 0 12px; }
.prose p, .prose li { color: #B7C2D3; margin-bottom: 12px; }
.prose ul { list-style: disc; padding-left: 22px; }
.prose a { color: var(--neon); text-decoration: underline; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 40px 20px; }
.error-code { font: 800 clamp(96px, 20vw, 180px)/1 var(--font-head); letter-spacing: -.04em; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav__links { gap: 22px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .float-card--bl { left: 12px; }
  .float-card--tr { right: 12px; }
}
@media (max-width: 960px) {
  .section { padding-block: 76px; }
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
  .hero__grid, .why, .faq-wrap, .contact { grid-template-columns: 1fr; }
  .hero__media { justify-self: center; max-width: 520px; }
  .hero__img { aspect-ratio: 4 / 3; }
  .scroll-cue { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .steps::before { display: none; }
  .faq-aside { position: static; }
  .price-groups { gap: 26px 30px; }
  .cta { grid-template-columns: 1fr; padding: 44px 36px; }
  .why { gap: 44px; }
}
@media (max-width: 640px) {
  :root { --nav-h: 68px; }
  body { padding-bottom: 64px; }
  .container { padding-inline: 16px; }
  .section { padding-block: 64px; }
  .section-head { margin-bottom: 40px; }
  .logo__text { font-size: 18px; }
  .logo__mark { width: 38px; height: 38px; font-size: 18px; }
  .hero { padding-top: calc(var(--nav-h) + 36px); padding-bottom: 56px; }
  .hero__actions .btn { width: 100%; }
  .hero__trust { gap: 10px 18px; font-size: 14px; }
  .float-card { padding: 10px 14px; }
  .float-card__icon { width: 38px; height: 38px; font-size: 16px; }
  .float-card--tr { display: none; }
  .grid-3, .steps, .form__grid, .price-groups { grid-template-columns: 1fr; }
  .price-table { padding: 24px 18px; }
  .price-row { flex-wrap: wrap; }
  .price-row__dots { display: none; }
  .price-row__price { margin-left: auto; }
  .plan { padding: 30px 22px; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .stat { flex-direction: column; align-items: flex-start; gap: 10px; }
  .stat__value { font-size: 22px; }
  .service, .review { padding: 26px; }
  .form { padding: 26px 20px; }
  .cta { padding: 36px 24px; border-radius: 18px; }
  .cta__actions .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .lightbox__nav { top: 26%; width: 38px; height: 38px; }
  .wa-float { bottom: 78px; right: 16px; width: 56px; height: 56px; font-size: 28px; }
  .wa-float__tip { display: none; }
  .to-top { display: none; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; inset: auto 0 0 0; z-index: 95; height: 64px;
    background: rgba(7, 10, 17, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--border);
  }
  .mobile-bar { gap: 8px; padding: 7px 10px; height: 64px; }
  .mobile-bar .btn { min-height: 0; height: 100%; padding: 0 10px; font-size: 15px; box-shadow: none; }
  .rating-summary { margin-top: -12px; }
  .field .star-input > label { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .nav, .wa-float, .to-top, .mobile-bar, .map, .form { display: none !important; }
  body { background: #fff; color: #000; }
}

/* LCP: hero bölümü animasyonsuz ve anında görünsün */
.hero .reveal { opacity: 1; transform: none; transition: none; }

/* Mobil performans: ağır efektleri telefonda hafiflet */
@media (max-width: 768px) {
  .hero {
    background: linear-gradient(135deg, rgba(11, 15, 25, .96) 0%, rgba(11, 15, 25, .82) 100%),
      url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=60') center / cover no-repeat,
      var(--bg);
  }
  .orb { display: none; }
  .nav { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(7, 10, 17, .96); }
  section:not(.hero) { content-visibility: auto; contain-intrinsic-size: auto 900px; }
}

/* Hizmet kartı detay linki */
.service__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--neon); font-weight: 600; font-size: 15px; position: relative; z-index: 2; }
.service__more i { transition: transform .2s; }
.service__more:hover i { transform: translateX(4px); }
