/* =================== THEME (Light, single) =================== */
:root {
  --brand-500: #FFD200;
  --brand-500b: #FFE052;

  --ink-900: #121417;
  --ink-700: #2B2F36;
  --white: #FFF;
  --border-soft: #E6ECF5;

  /* Fallback canvas (video yüklenmezse) */
  --c-canvas:
    radial-gradient(1200px circle at 16% 84%, rgba(255, 210, 0, .10) 0%, transparent 62%),
    linear-gradient(180deg, #0B1220 0%, #0A0F1A 100%);

  --c-surface: #0F1220D9;
  /* cam koyu gri (alpha) */
  --c-header-surface: #0F1220D9;
  --c-text: #E9EDF6;
  --c-heading: #FFD200;
  --c-header-text: #E9EDF6;
  --c-border: #ffffff33;

  --c-accent: #FFD200;
  --c-accent-2: #FFE052;
  --c-accent-grad: linear-gradient(90deg, var(--c-accent), var(--c-accent-2));

  --c-cta-bg: #111;
  --c-cta-text: #F5F6F7;
  --c-cta-border: #111;
  --c-cta-bg-hover: #111;
  --c-cta-text-hover: #F5F6F7;
  --c-cta-shadow: rgba(17, 17, 17, .18);

  --c-chip-bg: #1A1F2B99;
  --c-chip-text: #E9EDF6;
  --c-chip-border: #ffffff33;
  --c-chip-active-bg: #FFD200;
  --c-chip-active-text: #111;
  --c-chip-active-border: #E3B80A;
}

/* =================== USAGE =================== */
body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  color: var(--c-text);
  font-family: Inter, "SF Pro", system-ui, 'Segoe UI', Tahoma, Geneva, Verdana;
  background-attachment: initial;
  background-color: #000;
}

/* cam yüzey kartları */
.header-content,
.content,
.card,
.Footer,
.service-content-container {
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid var(--c-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 24px var(--shadowgri);
  color: var(--c-text);
}

.header-content {
  background: var(--c-header-surface);
  color: var(--c-header-text);
}

.content h2,
.section-title {
  color: var(--c-heading);
  letter-spacing: -.02em;
  font-weight: 800;
}

.content h2::after,
.section-title::after {
  content: "";
  display: block;
  height: .32rem;
  margin-top: .25rem;
  background: var(--c-accent-grad);
  border-radius: 2px;
}

/* buton/çip */
.btn {
  background: var(--c-cta-bg);
  color: var(--c-cta-text);
  border: 1px solid var(--c-cta-border);
  border-radius: 999px;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--c-cta-bg-hover);
  color: var(--c-cta-text-hover);
  box-shadow: 0 10px 24px var(--c-cta-shadow);
}

.service-tab {
  background: var(--c-chip-bg);
  color: var(--c-chip-text);
  border: 1px solid var(--c-chip-border);
  border-radius: 999px;
}

.service-tab.active {
  background: var(--c-chip-active-bg);
  color: var(--c-chip-active-text);
  border-color: var(--c-chip-active-border);
}

/* formlar */
.form-input,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
  background: #0B0F1A99;
  border: 1px solid #ffffff33;
  color: #E9EDF6;
  backdrop-filter: blur(8px);
}

.form-input::placeholder,
textarea::placeholder {
  color: #C8D1E099;
}

/* =================== BG VIDEO LAYER =================== */
.bg-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-video__el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s ease;
  /* crossfade süresi */
  filter: saturate(105%) contrast(110%) brightness(95%);

}

.bg-video__el.show {
  opacity: 1;
}

.bg-video__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1100px circle at 15% 85%, rgba(255, 210, 0, .14) 0%, transparent 60%),
    linear-gradient(180deg, rgba(2, 6, 23, .60), rgba(2, 6, 23, .28));
}

.header,
.header-content,
.content,
.card,
.Footer,
.service-content-container,
.container {
  position: relative;
  z-index: 1;
}

.background-blob,
.blob1,
.blob2 {
  display: none !important;
}

body.use-orb {
  cursor: none;
}

#cursorOrb {
  position: fixed;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
  pointer-events: none;
  z-index: 2147483647;
  /* her şeyin üstünde */
  opacity: .95;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

input,
textarea,
select,
[contenteditable] {
  cursor: auto !important;
}

input:hover~#cursorOrb,
textarea:hover~#cursorOrb,
select:hover~#cursorOrb {
  opacity: 0;
}


/* =========================================================
   BASE / LAYOUT
   ========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background:
    radial-gradient(1000px circle at 15% 85%, rgba(255, 210, 0, .16) 0%, transparent 64%),
    linear-gradient(180deg, #E0F2FE 0%, #F7FAFF 60%, #FFFFFF 100%);
  color: var(--ink-700);
  font-family: Inter, "SF Pro", system-ui, 'Segoe UI', Tahoma, Geneva, Verdana;
  background-attachment: fixed;
}

/* Blobs */
.background-blob {
  position: fixed !important;
  z-index: 0;
  opacity: .2;
  filter: blur(50px);
  pointer-events: none
}

.blob1 {
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ffe52c, transparent 70%);
  border-radius: 50%;
  animation: floatBlob 10s ease-in-out infinite
}

.blob2 {
  bottom: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #ffe52c, transparent 70%);
  border-radius: 50%;
  animation: floatBlob 14s ease-in-out infinite
}

@keyframes floatBlob {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1
}

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 20px
}

.header-content {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  width: 1260px;
  padding: 10px 20px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid var(--c-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 24px var(--shadowgri);
  color: var(--c-text);
}

.header img {
  width: 100px;
  margin-left: 20px
}

.header-left {
  margin-right: 880px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Hero */
.hero {
  height: 70vh;
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center
}

.hero-content {
  display: flex;
  flex-direction: row;
  gap: 20px
}

/* Content card */
.content {
  border-radius: 16px;
  padding: 40px;
  width: 70%;
  box-shadow: 0 8px 24px var(--shadowgri);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--sari);
  animation: fadeIn .8s ease-in-out
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  color: var(--sari)
}

.content h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--sari)
}

.content p {
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* Card (form column) */
.card {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 16px;
  padding: 30px;
  width: 35%;
  box-shadow: 0 8px 24px var(--shadowgri);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--sari);
  animation: fadeIn .8s ease-in-out
}

/* Form */
.form-group {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px
}

.form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--gri)
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 1rem;
   resize: none; 
  color: var(--sari);
  transition: border .3s ease
}

.form-input:focus {
  border-color: var(--sari);
  outline: none
}

.form-success {
  margin-top: 20px;
  background-color: #d4edda;
  border-left: 5px solid var(--sari);
  padding: 12px;
  border-radius: 8px;
  color: var(--sari);
  display: none
}

/* Buttons & chips */
.btn,
.service-tab {
  padding: .75rem 1.5rem;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #000000;
  border: none;
  position: relative;
  overflow: hidden
}

.btn:before,
.service-tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transition: left .7s ease
}

.btn:hover,
.service-tab:hover {
  background: linear-gradient(135deg, #ffe552, #ffe552);
  color: #000;
  box-shadow: 0 5px 15px rgba(67, 56, 202, .3)
}

.btn:hover:before,
.service-tab:hover:before {
  left: 100%
}

.service-tab.active {
  background: linear-gradient(135deg, #ffe552, #ffe552);
  color: #000000;
  box-shadow: 0 5px 15px rgba(67, 56, 202, .3)
}

/* Services */
.services-section {
  margin-top: 20px;
}

.section-title {
  text-align: center;
  color: var(--sari);
  margin-bottom: 2rem;
  font-size: 2.2rem;
  position: relative
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #000000, #f5ebb6)
}

.service-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem
}

.service-content-container {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 12px;
  box-shadow: 0 10px 30px var(--shadowgri);
  padding: 2rem;
  min-height: 400px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.service-content {
  display: none;
  animation: fadeIn .5s ease
}

.service-content.active {
  display: block
}

.service-flex {
  display: flex;
  gap: 2rem
}

.service-info {
  flex: 1;
  color: #ffffff
}

.service-title {
  color: var(--sari);
  margin-bottom: 1rem;
  font-size: 1.5rem
}

.service-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
  color: var(--gri)
}

.service-list li {
  margin-bottom: .5rem
}

.service-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.service-icon {
  width: 200px;
  height: 200px;
  background-color: var(--shadow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gri);
  transition: transform .5s ease
}

.service-content.active .service-icon {
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }

  100% {
    transform: scale(1)
  }
}

/* =========================================================
   RESPONSIVE (only breakpoints cleaned)
   ========================================================= */

/* ≤ 560 */
@media (max-width:560px){
  body{ overflow-x:hidden; }

  .header-left{ margin-left:50px; }
  .header-content{ width:340px; margin-right:0; }

  .theme-toggle{ margin-left:-800px !important; }

  .content{ width:100%; padding:30px; }
  .card{ width:100%; margin-top:30px; }

  .hero-content{ flex-direction:column; align-items:center; }
  .service-flex{ flex-direction:column; }
  .service-icon{ width:150px; height:150px; }

  .services-section{ margin-top:1450px; }
  .bg-video{ height:150dvh; }
  .bg-video video{ height:150dvh; }
}

/* 561 – 680 */
@media (min-width:561px) and (max-width:680px){
  .sv5-grid{ grid-template-columns:1fr; gap:20px; }
  .Footer{ margin-top:24px; }
  .header-content{ margin-bottom:20px; }
  .services-section, .services-v5, .sv5-section{ padding-block:20px !important; }
}

@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden !important;
  }
  
}

/* 681 – 1060 */
@media (min-width:681px) and (max-width:1060px){
  .hero{
    height:auto !important;
    margin-top:24px;
    margin-bottom:24px;
  }
  .hero-content{ margin-bottom:0; }
  .services-section, .services-v5, .sv5-section{
    padding-top:24px !important;
    padding-bottom:24px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  .sv5-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(280px,1fr));
    gap:24px; margin:0 !important;
  }
  .sv5-grid>*{ margin:0 !important; }

  /* tablet düzeni (senin mevcut kurallarını koruyarak) */
  .content{ width:100%; padding:30px; }
  .card{ width:100%; margin-top:30px; }
  .hero-content{ flex-direction:column; align-items:center; }
  .service-flex{ flex-direction:column; }
  .service-icon{ width:150px; height:150px; }
  .services-v5{ margin-top:600px; }
  .services-section{ margin-top:900px; }
  .bg-video{ height:115svh; }
}

/* 1061 – 1152 */
@media (min-width:1061px) and (max-width:1152px){
  .hero{
    height:70vh;         /* senin verdiğin değer */
    margin-top:32px;
  }
  .hero-content{ width:min(1000px, 94vw); }
  .content, .card{ min-width:100%; flex:1 1 100%; }
  .Footer{ margin-top:36px; }
}

/* 1153 – 1280 */
@media (min-width:1153px) and (max-width:1280px){
  .hero-content{ width:min(1180px, 94vw); gap:20px; }
  /* not: burada genişlik ayarlayıp iç stillere dokunmadım */
}

/* 1281 – 1366 */
@media (min-width:1281px) and (max-width:1366px){
  .header-content{ margin-right:17px; }
  .sv5-wrap{ max-width:1000px !important; }
  .sv5-card .sv5-illus img{ width:60% !important; }
  .header-left{ margin-right:750px !important; }

  .hero{ height:75vh; }
}

/* 1367 – 1440 */
@media (min-width:1367px) and (max-width:1440px){
  .hero{ height:80vh !important; }
}

/* 1441 – 2000 */
@media (min-width:1441px) and (max-width:2000px){
  .hero{ height:75vh !important; }
}

/* 1500 – 1800 (özelleştirilmiş alt aralık; daha spesifik) */
@media (min-width:1500px) and (max-width:1800px){
  .hero{ height:75vh !important; } /* aynı değeri burada da korudum */
}

@media (min-width:2000px){
  .hero{ height:auto !important; } /* aynı değeri burada da korudum */
}


/* =========================================================
   FOOTER & MISC
   ========================================================= */
.Footer {
  border-radius: 16px;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  margin: 80px auto 0;
  margin-bottom: 100px;
  background-color: rgba(255, 255, 255, .15);
  box-shadow: 0 8px 24px var(--shadowgri);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: var(--sari);
  animation: fadeIn .8s ease-in-out;
  margin-top: -40px;
}

.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1265px;
  gap: 28px;
  flex-wrap: wrap
}

.footer-left h3,
.footer-right h3 {
  font-size: 1.1rem;
  margin: 0 0 10px;
  color: var(--sari)
}

.footer-left p {
  margin: 6px 0;
  color: #ffffff
}

/* IG badge */
.ig-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--sari);
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .18));
  border: 1px solid rgba(255, 255, 255, .55);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow: 0 8px 20px var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease
}

.ig-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px var(--shadow)
}

.ig-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(120% 120% at 20% 20%, #ffffff 0%, #ffe552 55%, #ffe552 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6)
}

.ig-user {
  font-weight: 600;
  letter-spacing: .2px
}

@media (max-width: 1366px) {
  .Footer {
    width: 78%;
    margin-top: -50px;
    padding: 30px;
  }
}

@media (max-width:1024px) {
  .Footer {
    width: 95%;
    margin-top: 50px;
  }
}

.theme-toggle {
  margin-left: auto;
  background: var(--paper);
  color: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 18px;
  transition: all .25s ease
}

.theme-toggle:hover {
  background: var(--brand-500);
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}

@media (max-width:1100px) {
  .theme-toggle {
    margin-left: -800px;
  }
}

@media (max-width:680px) {
  .theme-toggle {
    margin-left: -800px;
  }

  .footer-content {
    margin-top: 100px;
  }
}

/* =========================================================
   DARK MODE v2 (black base + yellow accent)
   ========================================================= */
body.dark {
  --txt: #EAEAEA;
  --txt-muted: #D2D2D2;
  --heading: #FFE52C;

  --glass-bg-dark: rgba(0, 0, 0, .34);
  --glass-border-dark: rgba(255, 255, 255, .08);
  --glass-blur-dark: 16px;
}

body.dark .bg-video__overlay {
  background:
    radial-gradient(1200px circle at 50% 58%, transparent 68%, rgba(0, 0, 0, .22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .18)) !important;
  mix-blend-mode: normal !important;
}

.bg-video__el {
  filter: saturate(112%) contrast(112%) brightness(1.04) !important;
}

body.dark .header-content,
body.dark .content,
body.dark .card,
body.dark .Footer,
body.dark .service-content-container {
  background: var(--glass-bg-dark) !important;
  border: 1px solid var(--glass-border-dark) !important;
  backdrop-filter: blur(var(--glass-blur-dark)) saturate(120%) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur-dark)) saturate(120%) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .50) !important;
  color: var(--txt) !important;
}

body.dark .form-input,
body.dark textarea,
body.dark input[type="text"],
body.dark input[type="email"],
body.dark input[type="tel"] {
  background: rgba(0, 0, 0, .50) !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  color: #ECECEC !important;
  backdrop-filter: blur(8px) !important;
}

body.dark .brand-slider {
  background: linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .38)) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 10px 24px rgba(0, 0, 0, .55) !important;
}


/* -------- Tema tokenları -------- */
:root {
  --sv5-text: #e9ecff;
  --sv5-sub: #c9c7ff;
  --sv5-neon: #ffe457;
  --sv5-glass-rgb: 255, 255, 255;

  --sv5-alpha: .08;
  --sv5-border: .12;
  --sv5-shadow: 0 28px 46px rgba(0, 0, 0, .28);
  --sv5-shadow-hover: 0 34px 58px rgba(0, 0, 0, .34);
  --sv5-edge-inner: 0 2px 0 rgba(255, 255, 255, .06) inset;

  --sv5-aura: .28;
  --sv5-aura-blur: 14px;

  --sv5-warm: 255, 160, 60;
  --sv5-cool: 90, 170, 255;
  --sv5-vio: 180, 120, 255;

  --sv5-radius: 20px;
}

body.dark {
  --sv5-alpha: .06;
  --sv5-border: .14;
  --sv5-shadow: 0 30px 52px rgba(0, 0, 0, .34);
  --sv5-shadow-hover: 0 36px 64px rgba(0, 0, 0, .40);
  --sv5-edge-inner: 0 2px 0 rgba(255, 255, 255, .05) inset;
  --sv5-aura: .22;
  --sv5-aura-blur: 16px;
  --sv5-sub: #d2d1ff;
}

/* ===== KAPSAYICI ===== */
.services-v5 {
  position: relative;
  z-index: 2;
  padding: clamp(42px, 4vw, 70px) 20px 86px;
  color: var(--sv5-text);
}

.services-v5 .sv5-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe457, #ff9a2b);
  box-shadow: 0 0 22px rgba(255, 174, 68, .55);
  opacity: .95;
}

/* ===== ÜST BUTONLAR (çipler) — ortalı ===== */
.sv5-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 28px;
}

.sv5-tab {
  --tone: var(--sv5-warm);
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: 999px;
  font: 700 14px/1 "Inter", system-ui, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--sv5-text);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background:
    radial-gradient(120% 120% at 20% -40%, rgba(var(--tone), .35), transparent 55%),
    rgba(var(--sv5-glass-rgb), .06);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, .28),
    inset 0 0 0 1px rgba(255, 255, 255, .05);
  transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}

.sv5-tab:hover {
  transform: translateY(-1px);
}

.sv5-tab.is-active {
  background:
    radial-gradient(120% 120% at 20% -40%, rgba(var(--tone), .55), transparent 55%),
    rgba(var(--sv5-glass-rgb), .10);
  border-color: rgba(255, 255, 255, .25);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, .36),
    0 0 16px rgba(255, 174, 68, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.sv5-tab[data-tone="cool"] {
  --tone: var(--sv5-cool);
}

.sv5-tab[data-tone="violet"] {
  --tone: var(--sv5-vio);
}

.sv5-wrap {
  max-width: 1270px;
  margin: 0 auto;
}

.sv5-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width:1100px) {
  .sv5-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1350px;
    margin-bottom: -120px;
  }
}

@media (max-width:680px) {
  .sv5-grid {
    grid-template-columns: 1fr;
    margin-top: 1450px;
    margin-bottom: -120px;
  }
}

.sv5-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
  border-radius: var(--sv5-radius);

  --tone: var(--sv5-warm);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background:
    radial-gradient(120% 120% at 20% -10%, rgba(255, 124, 44, .18), rgba(115, 63, 255, .08) 40%, rgba(24, 28, 48, .32) 70%),
    rgba(var(--sv5-glass-rgb), var(--sv5-alpha));
  border: 1px solid rgba(255, 255, 255, var(--sv5-border));
  box-shadow: var(--sv5-shadow), var(--sv5-edge-inner);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.sv5-card[data-tone="cool"] {
  --tone: var(--sv5-cool);
}

.sv5-card[data-tone="violet"] {
  --tone: var(--sv5-vio);
}

.sv5-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sv5-shadow-hover), 0 0 0 1px rgba(255, 255, 255, .10) inset;
  border-color: rgba(255, 255, 255, calc(var(--sv5-border) + .02));
}

/* aura (sakin) */
.sv5-card::after {
  content: "";
  position: absolute;
  inset: -30% -30% auto -30%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(var(--tone), var(--sv5-aura)), transparent 70%);
  filter: blur(var(--sv5-aura-blur)) saturate(110%);
  mix-blend-mode: screen;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

/* cam kenarı */
.sv5-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, .22),
      rgba(255, 255, 255, .06) 35%,
      rgba(255, 255, 255, .08) 65%,
      rgba(255, 255, 255, .18));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1.5px;
  mix-blend-mode: overlay;
  opacity: .75;
}

/* ===== GEZEGEN — üst-orta sabit ===== */
.sv5-card .sv5-illus {
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  width: clamp(150px, 34%, 214px);
  max-width: 230px;
  z-index: 0;
  opacity: .96;
  pointer-events: none;
}

/* önceki konum kurallarını etkisiz bırak */
.sv5-card[data-cat] .sv5-illus {
  left: 50%;
  right: auto;
  top: -5px;
  bottom: auto;
  transform: translateX(-50%);
}

.sv5-card .sv5-illus img {
  display: block;
  width: 80%;
  margin-top: 20px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(var(--tone), .28));
}

/* ===== KART İÇERİĞİ ===== */
.sv5-body {
  position: relative;
  z-index: 1;
  padding: 28px 26px 26px;
  box-shadow: inset 1 -40px 60px rgba(0, 0, 0, .12);
}

.sv5-h {
  margin: 132px 0 6px;
  /* gezegen payı */
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(20px, 2.2vw, 28px);
  color: var(--sv5-neon);
  text-shadow: 0 0 10px rgba(var(--tone), .35), 0 2px 0 rgba(0, 0, 0, .35);
}

.sv5-sub {
  margin: 0 0 14px;
  color: var(--sv5-sub);
  font-weight: 600;
  opacity: .9;
}

.sv5-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sv5-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
  opacity: .95;
}

.sv5-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, rgba(var(--tone), 1) 60%, rgba(var(--tone), .85) 100%);
  box-shadow: 0 0 10px rgba(var(--tone), .55);
}

/* ===== Responsive ===== */
@media (max-width:680px) {
  .services-v5 .sv5-title::after {
    width: 120px;
  }

  .sv5-card .sv5-illus {
    top: -36px;
    width: clamp(130px, 44%, 200px);
  }

  .sv5-h {
    margin-top: 100px;
  }
}

/* =========================================================
   SERVICES-V5 — OVERRIDE (siteyle birebir cam yüzey + dark)
   ========================================================= */

/* Panel de aynı cam */
.sv5-panel {
  background: rgba(255, 255, 255, .15) !important;
  border: 1px solid var(--c-border, rgba(255, 255, 255, .20)) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 8px 24px var(--shadowgri, rgba(0, 0, 0, .35)) !important;
  position: relative;
}

.sv5-card {
  background: rgba(255, 255, 255, .15) !important;
  /* üst kartlarla aynı */
  border: 1px solid var(--c-border, rgba(255, 255, 255, .20)) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 8px 24px var(--shadowgri, rgba(0, 0, 0, .35)) !important;

  isolation: isolate;
}

.sv5-card::before,
.sv5-card::after {
  content: none !important;
}

.sv5-h {
  color: var(--c-heading, #FFD200) !important;
  text-shadow: none !important;
}

.sv5-sub,
.sv5-list li {
  color: var(--c-text, #E9EDF6) !important;
  opacity: 0.95;
}

.sv5-illus img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .28)) !important;
}

body.dark .sv5-panel,
body.dark .sv5-card {
  background: var(--glass-bg-dark, rgba(0, 0, 0, .34)) !important;
  border: 1px solid var(--glass-border-dark, rgba(255, 255, 255, .10)) !important;
  backdrop-filter: blur(var(--glass-blur-dark, 16px)) saturate(120%) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur-dark, 16px)) saturate(120%) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .50) !important;
  color: var(--txt, #EAEAEA) !important;
}

body.dark .sv5-h {
  color: var(--heading, #FFE52C) !important;
}

body.dark .sv5-sub,
body.dark .sv5-list li {
  color: var(--txt, #EAEAEA) !important;
}

/* =========================================================
   FOOTER v2 — Yasal Linkler & Ödeme Logoları
   ========================================================= */
.footer-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.footer-legal-links li {
  position: relative;
  padding-left: 16px;
}

.footer-legal-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #e74c3c;
  box-shadow: 0 0 6px rgba(231, 76, 60, .5);
}

.footer-legal-links a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s ease;
}

.footer-legal-links a:hover {
  color: var(--c-heading, #FFD200);
}

.footer-payment-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.footer-payment-icon {
  width: 52px;
  height: auto;
  border-radius: 4px;
  opacity: .85;
  transition: opacity .2s ease;
}

.footer-payment-icon:hover {
  opacity: 1;
}

.footer-payment-img {
  width: auto;
  height: 34px;
  border-radius: 4px;
}

.footer-payment-band {
  height: 28px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  opacity: .9;
  transition: opacity .2s ease;
}

.footer-payment-band:hover {
  opacity: 1;
}

@media (max-width: 680px) {
  .footer-top-row,
  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-legal-links {
    justify-content: center;
  }
  .footer-payment-logos {
    justify-content: center;
  }
}

/* =========================================================
   YASAL SAYFA — Glassmorphism Okuma Paneli
   ========================================================= */
.legal-page-wrapper {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 100px auto 80px;
  padding: 0 20px;
}

.legal-panel {
  background: rgba(255, 255, 255, .15);
  border: 1px solid var(--c-border, rgba(255, 255, 255, .20));
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 24px var(--shadowgri, rgba(0, 0, 0, .35));
  padding: clamp(28px, 5vw, 56px);
  color: var(--c-text, #E9EDF6);
  animation: fadeIn .8s ease-in-out;
}

body.dark .legal-panel {
  background: var(--glass-bg-dark, rgba(0, 0, 0, .34)) !important;
  border: 1px solid var(--glass-border-dark, rgba(255, 255, 255, .10)) !important;
  backdrop-filter: blur(var(--glass-blur-dark, 16px)) saturate(120%) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur-dark, 16px)) saturate(120%) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .50) !important;
}

.legal-panel h1 {
  color: var(--c-heading, #FFD200);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -.02em;
}

.legal-panel h1::after {
  content: "";
  display: block;
  height: .32rem;
  margin-top: .25rem;
  background: linear-gradient(90deg, var(--c-accent, #FFD200), var(--c-accent-2, #FFE052));
  border-radius: 2px;
  max-width: 200px;
}

.legal-panel h2 {
  color: var(--c-heading, #FFD200);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 10px;
}

.legal-panel h3 {
  color: var(--c-heading, #FFD200);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
}

.legal-panel p {
  color: rgba(255, 255, 255, .88);
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal-panel ul {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.legal-panel ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .85);
  font-size: .93rem;
  line-height: 1.65;
}

.legal-panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #e74c3c;
  box-shadow: 0 0 6px rgba(231, 76, 60, .45);
}

.legal-panel strong {
  color: rgba(255, 255, 255, .95);
}

@media (max-width: 560px) {
  .legal-page-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}