/* =========================================
   M2HOUSE CORPORATE STYLE (Coffee/Red/Gold)
   Targets: hero, buttons, cards, titles,
   accordion, sliders, navbar, footer, forms
   ========================================= */

/* ---------- TOKENS ---------- */
:root{
  --bg:   #0E0706;
  --bg-2: #17100E;

  --surface: rgba(255,255,255,.04);
  --surface-2: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.08);

  --accent: #B2352F;   /* koyu kırmızı */
  --gold:   #A47A1A;   /* koyu altın */

  --text: #F2EEE9;
  --muted: #BCAEA3;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 18px;

  --shadow-1: 0 10px 30px rgba(0,0,0,.35);
  --shadow-2: 0 18px 60px rgba(0,0,0,.45);

  --ease: cubic-bezier(.2,.8,.2,1);
}

/* ---------- GLOBAL ---------- */
html, body{
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(178,53,47,.18), transparent 60%),
    radial-gradient(900px 500px at 85% 0%, rgba(164,122,26,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text);
}

body{
  font-family: "Inter","Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing: .2px;
}

a{ color: var(--text); }
a:hover{ color: var(--gold); }

.text-theme{ color: var(--gold) !important; }
.text-muted, .muted{ color: var(--muted) !important; }

/* ---------- LAYOUT HELPERS ---------- */
.space{ padding: 70px 0; }
.space-top{ padding-top: 70px; }
.container, .container-fluid{ position: relative; }

/* ---------- HERO ---------- */
.home-hero{
  padding: clamp(28px, 6vw, 64px) 0;
}

.home-hero .hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
}

@media (max-width: 991.98px){
  .home-hero .hero-grid{ grid-template-columns: 1fr; }
  .home-hero .visual{ order: 2; }
  .home-hero .content{ order: 1; text-align: center; }
  .home-hero .actions{ justify-content: center; }
}

.home-hero .content h1{
  font-size: clamp(24px, 4vw, 40px);
  margin: 0 0 10px;
  letter-spacing: .2px;
  font-weight: 950;
}

.home-hero .content p{
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.65;
  letter-spacing: .15px;
}

.home-hero .visual img{
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  margin: auto;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.35));
}

/* ---------- TITLES ---------- */
.title-area .sub-title{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 12px;
}

.title-area .sec-title,
.sec-title{
  color: var(--text);
  font-weight: 900;
  letter-spacing: .2px;
}

.title-area .sec-title span.text-theme{ color: var(--gold) !important; }

/* ---------- CARDS ---------- */
.card-surface,
.counter-card,
.custom-accordion .accordion-item{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  backdrop-filter: blur(10px);
}

.card-surface{ padding: 15px; }
.card-surface h4, .card-surface h3{
  margin: 0 0 8px;
  font-weight: 850;
}
.card-surface p{
  margin: 0;
  color: var(--muted);
  letter-spacing: .15px;
}

/* ---------- COUNTER ---------- */
.counter-card{ padding: 18px 14px; }
.counter-item .box-number{
  color: var(--gold);
  font-weight: 950;
}
.counter-item .box-text{ color: var(--muted); }

/* =========================================================
   BUTTONS (th-btn) – unified + text guaranteed
   ========================================================= */
.th-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 14px;
  border: 1px solid rgba(164,122,26,.55);
  background: rgba(20,12,10,.65);

  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);

  transition: transform .18s var(--ease),
              border-color .18s var(--ease),
              background .18s var(--ease),
              filter .18s var(--ease);

  /* typography baseline */
  font-family: "Inter","Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: .25px !important;
  line-height: 1 !important;

  min-height: 46px;
  padding: 12px 18px !important; /* düz text gelirse de çalışır */
}

/* İç wrapper varsa: btn-border / btn-text / span vs */
.th-btn .btn-border,
.th-btn .btn-text,
.th-btn .text,
.th-btn > span,
.th-btn span,
.th-btn strong{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 12px 18px !important;
  border-radius: 14px !important;

  font-weight: 900 !important;
  letter-spacing: .25px !important;
  line-height: 1 !important;

  /* child color override’larını kır */
  color: inherit !important;
}

/* PRIMARY (default): kırmızı -> altın, koyu yazı */
.th-btn:not(.style-border){
  border-color: rgba(178,53,47,.55) !important;
  background: linear-gradient(90deg, rgba(178,53,47,.96), rgba(164,122,26,.88)) !important;
  color: #190c08 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.10);
}

/* OUTLINE: koyu zemin + açık yazı */
.th-btn.style-border{
  border-color: rgba(164,122,26,.65) !important;
  background: rgba(20,12,10,.55) !important;
  color: var(--text) !important;
  text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

.th-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  border-color: rgba(164,122,26,.85) !important;
}

/* HERO’daki inline mavi border-color override fix */
.home-hero .actions .th-btn[style*="63,169,245"],
.home-hero .actions .th-btn[style*="3fa9f5"]{
  border-color: rgba(164,122,26,.65) !important;
  background: rgba(20,12,10,.55) !important;
  color: var(--text) !important;
}
.home-hero .actions .th-btn[style*="63,169,245"] *,
.home-hero .actions .th-btn[style*="3fa9f5"] *{
  color: inherit !important;
}

/* ---------- ACCORDION (FAQ) ---------- */
.faq-section{ padding: 60px 0; }

.custom-accordion .accordion-item{
  margin-bottom: 12px;
  overflow: hidden;
}

.custom-accordion .accordion-button{
  background: transparent !important;
  color: var(--text) !important;
  font-weight: 900;
  font-size: 15px;
  padding: 14px 16px;
  border: none;
  box-shadow: none !important;
  outline: none;
  transition: background .18s var(--ease), color .18s var(--ease);
}

.custom-accordion .accordion-button:hover{
  background: rgba(178,53,47,.10) !important;
}

.custom-accordion .accordion-button:not(.collapsed){
  background: rgba(164,122,26,.16) !important;
  color: var(--text) !important;
}

.custom-accordion .accordion-body{
  background: rgba(20,12,10,.60);
  color: var(--muted);
  padding: 16px;
  font-size: 14px;
  letter-spacing: .15px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ---------- SLIDERS / ARROWS ---------- */
.slider-arrow{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(164,122,26,.45);
  background: rgba(20,12,10,.70);
  color: var(--text);
  box-shadow: var(--shadow-1);
  transition: transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.slider-arrow:hover{
  transform: translateY(-1px);
  border-color: rgba(164,122,26,.85);
  background: rgba(20,12,10,.85);
}

.play-btn, .popup-image{ border: 1px solid rgba(178,53,47,.45); }

/* ---------- PROGRESS ---------- */
.progress{
  background: rgba(255,255,255,.08) !important;
  border-radius: 999px;
  overflow: hidden;
  height: 10px;
  border: 1px solid rgba(255,255,255,.06);
}

.progress-bar{
  background: linear-gradient(90deg, rgba(178,53,47,1), rgba(164,122,26,.92)) !important;
}

/* ---------- GAME / PRODUCT CARDS ---------- */
.game-card,
.video-box4,
.th-video{
  border-radius: var(--r-lg);
}
.game-card-img{
  border-radius: var(--r-lg);
  overflow: hidden;
}
.game-logo{
  background: rgba(20,12,10,.90);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.game-logo img{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.3)); }

/* ---------- NAVBAR (Corporate) ---------- */
.th-header.header-layout1{
  position: sticky;
  top: 0;
  z-index: 2000;
  background: transparent;
}

.navbar,
.th-header{
  background: rgba(20,12,10,.80) !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.navbar .navbar-brand img{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.35)); }

.navbar-dark .navbar-nav .nav-link{
  color: var(--text) !important;
  opacity: .92;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background .18s var(--ease), transform .18s var(--ease), opacity .18s var(--ease), color .18s var(--ease);
}

.navbar-dark .navbar-nav .nav-link:hover{
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(178,53,47,.10);
  color: var(--text) !important;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link{
  background: rgba(164,122,26,.16);
  border: 1px solid rgba(164,122,26,.30);
  color: var(--text) !important;
}

/* Toggler */
.navbar-dark .navbar-toggler{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
}
.navbar-dark .navbar-toggler:focus{
  box-shadow: 0 0 0 .18rem rgba(178,53,47,.15);
}

/* Dropdown */
.dropdown-menu{
  background: rgba(20,12,10,.96) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px;
  padding: 8px;
  box-shadow: var(--shadow-2);
  margin-top: 10px;
}
.dropdown-item{
  color: var(--text) !important;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 650;
  transition: background .18s var(--ease), transform .18s var(--ease);
}
.dropdown-item:hover{
  background: rgba(178,53,47,.12) !important;
  transform: translateX(1px);
}
.dropdown-menu hr{
  border-color: rgba(255,255,255,.10);
  opacity: 1;
  margin: 8px 0;
}

/* ---------- FLOATING SIDEBAR ---------- */
.floating-sidebar{
  position: fixed;
  top: 120px;
  left: 18px;
  z-index: 1500;
}
.floating-sidebar ul{ list-style: none; margin: 0; padding: 0; }
.floating-sidebar li{ margin: 12px 0; }

.floating-sidebar a{
  display: flex;
  align-items: center;
  gap: 12px;

  width: 54px;
  height: 54px;
  padding: 0 18px;

  background: rgba(20,12,10,.84);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;

  color: var(--text);
  text-decoration: none;

  overflow: hidden;
  box-shadow: var(--shadow-1);

  transition: width .25s var(--ease),
              transform .25s var(--ease),
              background .25s var(--ease),
              border-color .25s var(--ease);
}

.floating-sidebar a i{
  font-size: 18px;
  min-width: 18px;
  color: var(--gold);
  transition: transform .25s var(--ease), color .25s var(--ease);
}

.floating-sidebar a span{
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  white-space: nowrap;
}

.floating-sidebar a:hover{
  width: 220px;
  transform: translateY(-1px);
  border-color: rgba(178,53,47,.35);
  background: rgba(20,12,10,.92);
}
.floating-sidebar a:hover i{ transform: scale(1.08); color: var(--accent); }
.floating-sidebar a:hover span{ opacity: 1; transform: translateX(0); }

.floating-sidebar a.active{
  width: 220px;
  border-color: rgba(164,122,26,.55);
  background: linear-gradient(90deg, rgba(164,122,26,.18), rgba(178,53,47,.10));
}
.floating-sidebar a.active i{ color: var(--gold); }

@media (max-width: 991.98px){
  .floating-sidebar{ display: none; }
}

/* ---------- MAIN CONTENT ---------- */
main.space-top{
  padding-top: 38px;
}
main.space-top > .container{
  max-width: 1200px;
}

/* Alerts */
.alert{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.alert-info{ background: rgba(164,122,26,.10); color: var(--text); }
.alert-success{ background: rgba(46,125,50,.12); color: var(--text); }
.alert-danger{ background: rgba(178,53,47,.14); color: var(--text); }

/* ---------- FORMS ---------- */
input, select, textarea, .form-control{
  background: rgba(8,6,6,.55) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: var(--text) !important;
}
input:focus, select:focus, textarea:focus, .form-control:focus{
  border-color: rgba(178,53,47,.55) !important;
  box-shadow: 0 0 0 .2rem rgba(178,53,47,.12) !important;
}

/* ---------- POPUP ---------- */
.popup-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-box{
  background: rgba(20,12,10,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-top: 3px solid rgba(164,122,26,.85);
  border-radius: 18px;
  width: 92%;
  max-width: 520px;
  padding: 22px;
  box-shadow: var(--shadow-2);
  backdrop-filter: blur(10px);
  position: relative;
}
.popup-close{
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 26px;
  color: var(--muted);
  cursor: pointer;
}
.popup-close:hover{ color: var(--text); }

.popup-btn{
  background: linear-gradient(90deg, rgba(178,53,47,1), rgba(164,122,26,.92));
  color: #190c08;
  font-weight: 900;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popup-btn:hover{ filter: brightness(1.05); }

/* ---------- SCROLL TOP ---------- */
.scroll-top{
  border-radius: 999px;
  border: 1px solid rgba(164,122,26,.35);
  background: rgba(20,12,10,.78);
  box-shadow: var(--shadow-1);
}

/* ---------- MOBILE NAV COLLAPSE ---------- */
@media (max-width: 991.98px){
  #mainNavbar{
    background: rgba(20,12,10,.94);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: var(--shadow-2);
  }
  .navbar-nav .nav-item + .nav-item{ margin-top: 6px; }
}

/* ---------- NOTE ----------
   Sidebar active JS fix CSS ile çözülmez.
   (JS selector: href="#id" arıyor ama linkler "/#id".)
   ------------------------- */
/* === FIX: Primary button text readable (white) === */
.th-btn:not(.style-border){
  color: var(--text) !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.45) !important;
}

/* İçeride hangi span/text wrapper olursa olsun yazıyı beyaza zorla */
.th-btn:not(.style-border) .btn-border,
.th-btn:not(.style-border) .btn-text,
.th-btn:not(.style-border) .text,
.th-btn:not(.style-border) span,
.th-btn:not(.style-border) strong{
  color: var(--text) !important;
}

/* Hero'da inline mavi border fix uygulanmış butonlar da beyaz kalsın */
.home-hero .actions .th-btn[style*="63,169,245"],
.home-hero .actions .th-btn[style*="3fa9f5"]{
  color: var(--text) !important;
}
.home-hero .actions .th-btn[style*="63,169,245"] *,
.home-hero .actions .th-btn[style*="3fa9f5"] *{
  color: var(--text) !important;
}
.th-btn:not(.style-border){
  border-color: rgba(164,122,26,.55) !important;
  filter: saturate(1.05);
}
/* ===============================
   FIX: Headings forced readable
   =============================== */

/* Tüm ana başlıklar (genel kilit) */
h1, h2, h3, h4, h5, h6,
.sec-title, .title-area .sec-title,
.page-title, .hero-title, .widget_title{
  color: var(--text) !important;
}

/* İçeride span/strong/em ile ayrı renk basılmışsa onu da yakala */
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.sec-title *, .title-area .sec-title *{
  color: inherit !important;
}

/* Bazı temalar başlığa inline style="color:#000" basar.
   Bu durumda bile okunurluğu artırır. */
h1, h2, h3, .sec-title{
  text-shadow: 0 2px 14px rgba(0,0,0,.45) !important;
}

/* Altın vurguyu koru */
h1 .text-theme, h2 .text-theme, h3 .text-theme,
.sec-title .text-theme,
.title-area .sec-title .text-theme{
  color: var(--gold) !important;
}
/* =========================================
   PREMIUM CTA (NO TRIANGLES / NO SKEW)
   - straight highlight, soft glow
   ========================================= */

/* =========================================================
   HARD RESET: NO TRIANGLES (kill pseudo elements completely)
   + Premium, clean, round buttons
   ========================================================= */

/* 1) Üçgen hissi veren tüm pseudo/clip/shapes'i kapat */
.th-btn::before,
.th-btn::after{
  content: none !important;
  display: none !important;
}

.th-btn,
.th-btn *{
  clip-path: none !important;
  mask-image: none !important;
  background-image: none; /* childlarda tekrar tanımlanabilir */
}

/* 2) Temiz premium base */
.th-btn{
  position: relative;
  overflow: hidden;

  border-radius: 18px !important;
  min-height: 52px;

  padding: 0 !important;
  text-decoration: none !important;

  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow:
    0 14px 34px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.05) inset !important;

  transition: transform .18s var(--ease), filter .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.th-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05) saturate(1.05);
}
.th-btn:active{
  transform: translateY(0px) scale(.99);
}

/* 3) Yazı her durumda okunaklı */
.th-btn .btn-border{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 14px 20px !important;
  border-radius: 18px !important;

  font-weight: 950 !important;
  letter-spacing: .35px !important;
  line-height: 1 !important;

  color: var(--text) !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.55) !important;

  background: transparent !important;  /* üçgen hissi veren iç overlay'i de kapat */
}

/* 4) PRIMARY – düz, üçgensiz, premium */
.th-btn.btn-primary{
  background: linear-gradient(90deg, rgba(178,53,47,.96), rgba(164,122,26,.92)) !important;
  border-color: rgba(164,122,26,.55) !important;

  box-shadow:
    0 18px 46px rgba(0,0,0,.52),
    0 0 0 1px rgba(164,122,26,.16) inset,
    0 0 36px rgba(164,122,26,.10) !important;
}
.th-btn.btn-primary:hover{
  border-color: rgba(164,122,26,.85) !important;
  box-shadow:
    0 22px 56px rgba(0,0,0,.58),
    0 0 0 1px rgba(164,122,26,.18) inset,
    0 0 46px rgba(164,122,26,.14) !important;
}

/* 5) SECONDARY – düz yüzey, premium border */
.th-btn.btn-secondary{
  background: rgba(20,12,10,.78) !important;
  border-color: rgba(164,122,26,.45) !important;

  box-shadow:
    0 14px 34px rgba(0,0,0,.46),
    0 0 0 1px rgba(255,255,255,.06) inset !important;
}
.th-btn.btn-secondary:hover{
  background: rgba(20,12,10,.92) !important;
  border-color: rgba(164,122,26,.85) !important;
}

/* 6) GHOST – tamamen düz */
.th-btn.btn-ghost{
  background: transparent !important;
  border-color: rgba(255,255,255,.16) !important;
  box-shadow: none !important;
}
.th-btn.btn-ghost:hover{
  background: rgba(178,53,47,.10) !important;
  border-color: rgba(178,53,47,.35) !important;
}

/* HERO actions */
.home-hero .actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
/* ===== FIX: Scroll Top Button ===== */
.scroll-top{
  position: fixed;
  right: 24px;
  bottom: 24px;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1px solid rgba(164,122,26,.45);
  background: rgba(20,12,10,.88);

  box-shadow: 0 12px 30px rgba(0,0,0,.45);
  z-index: 3000;
}

/* SVG tam otursun */
.scroll-top svg{
  width: 22px;
  height: 22px;
}

/* Hover hissi */
.scroll-top:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* Mobilde biraz küçült */
@media (max-width: 768px){
  .scroll-top{
    width: 42px;
    height: 42px;
    right: 16px;
    bottom: 16px;
  }
}
/* =====================================================
   FEATURED PRODUCTS – CENTER ALIGN FIX
   ===================================================== */

/* Dış container padding’i geri ver */
#featured-products{
  padding-left: 0;
  padding-right: 0;
}

/* Swiper alanını ortala ve max genişlik ver */
#featuredSlider{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}

/* Slide’ların sola yapışmasını engelle */
#featuredSlider .swiper-wrapper{
  align-items: stretch;
}

/* İlk ve son slide nefes alsın */
#featuredSlider .swiper-slide{
  display: flex;
  justify-content: center;
}

/* Büyük ekranlarda biraz daha ferah */
@media (min-width: 1400px){
  #featuredSlider{
    max-width: 1320px;
  }
}

/* Mobilde padding’i azalt */
@media (max-width: 576px){
  #featuredSlider{
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Görselin kendisi */
.fp-media img{
  max-width: 100%;
  max-height: 100%;

  object-fit: contain;        /* KESİNLİKLE cover değil */
  display: block;

  margin: auto;
  transition: transform .25s ease;
}
/* =====================================================
   GAME CARD – M2HOUSE THEME (STYLE2)
   ===================================================== */

/* Kart genel */
.game-card.style2{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover premium lift */
.game-card.style2:hover{
  transform: translateY(-6px);
  box-shadow:
    0 20px 55px rgba(0,0,0,.55),
    0 0 0 1px rgba(164,122,26,.25) inset;
}

/* Görsel alan */
.game-card.style2 .game-card-img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 220px;
  padding: 18px;

  background:
    radial-gradient(120px 120px at 50% 30%, rgba(178,53,47,.18), transparent 60%),
    linear-gradient(180deg, rgba(20,12,10,.85), rgba(12,8,6,.95));
}

/* Görsel */
.game-card.style2 .game-card-img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.55));
  transition: transform .3s ease;
}

.game-card.style2:hover .game-card-img img{
  transform: scale(1.06);
}

/* Logo badge */
.game-card.style2 .game-logo{
  position: absolute;
  bottom: 12px;
  right: 12px;

  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(20,12,10,.92);
  border: 1px solid rgba(164,122,26,.55);
  border-radius: 999px;

  box-shadow: 0 8px 22px rgba(0,0,0,.45);
}

.game-card.style2 .game-logo img{
  width: 22px;
  height: 22px;
}

/* Kart alt içerik */
.game-card.style2 .game-card-details{
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Başlık */
.game-card.style2 .box-title{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .3px;
  margin: 0 0 6px;
}

.game-card.style2 .box-title a{
  color: var(--text);
  text-decoration: none;
}

.game-card.style2 .box-title a:hover{
  color: var(--gold);
}

/* Fiyat */
.game-card.style2 .game-content{
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.game-card.style2 .game-content .text-theme{
  margin-left: 6px;
  font-weight: 900;
  letter-spacing: .3px;
}

/* Responsive */
@media (max-width: 768px){
  .game-card.style2 .game-card-img{
    height: 190px;
    padding: 14px;
  }

  .game-card.style2 .box-title{
    font-size: 15px;
  }
}
/* ===== Ticket Table – Corporate ===== */
.ticket-card {
  padding: 24px;
}

.ticket-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px; /* satırlar arası boşluk */
}

.ticket-table thead th {
  font-size: 13px;
  letter-spacing: .4px;
  text-transform: uppercase;
  opacity: .75;
  padding: 14px 16px;
}

.ticket-table tbody tr {
  background: rgba(255,255,255,.04);
  border-radius: 12px;
}

.ticket-table tbody td {
  padding: 16px;
  vertical-align: middle;
}

.ticket-table tbody tr td:first-child {
  border-radius: 12px 0 0 12px;
}

.ticket-table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
}

.ticket-subject {
  font-weight: 700;
  letter-spacing: .2px;
}

/* ===== Status Badges ===== */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
}

.status-open {
  background: rgba(29,191,115,.15);
  color: #1dbf73;
  border: 1px solid rgba(29,191,115,.4);
}

.status-answered {
  background: rgba(0,225,255,.15);
  color: #00e1ff;
  border: 1px solid rgba(0,225,255,.4);
}

.status-closed {
  background: rgba(255,0,90,.15);
  color: #ff005a;
  border: 1px solid rgba(255,0,90,.4);
}

/* Empty */
.empty-row {
  text-align: center;
  padding: 28px !important;
  opacity: .7;
}

/* Mobil */
@media (max-width: 768px) {
  .ticket-table thead {
    display: none;
  }

  .ticket-table tbody tr {
    display: block;
    padding: 10px;
  }

  .ticket-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .ticket-table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    opacity: .6;
  }
}
/* ===== Ticket View ===== */
.ticket-view {
  padding: 24px;
}

/* Header */
.ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-header h2 {
  margin: 0;
}

.ticket-subject {
  margin-top: 4px;
  font-weight: 600;
  opacity: .8;
}

.ticket-divider {
  margin: 20px 0;
  border-color: rgba(255,255,255,.08);
}

/* Messages */
.ticket-messages {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

/* Message Wrapper */
.msg {
  display: flex;
}

.msg-user {
  justify-content: flex-start;
}

.msg-admin {
  justify-content: flex-end;
}

/* Message Box */
.msg-box {
  max-width: 72%;
  padding: 14px 18px;
  border-radius: 14px;
  line-height: 1.6;
}

/* User */
.msg-user .msg-box {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}

/* Admin */
.msg-admin .msg-box {
  background: linear-gradient(135deg, rgba(0,225,255,.25), rgba(255,0,212,.18));
  border: 1px solid rgba(0,225,255,.35);
}

/* Content */
.msg-content {
  font-size: 14px;
}

/* Meta */
.msg-meta {
  margin-top: 6px;
  font-size: 11px;
  opacity: .7;
}

/* Reply */
.ticket-reply {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px;
}

.reply-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

/* Mobile */
@media (max-width: 768px) {
  .msg-box {
    max-width: 100%;
  }
}
/* ===== Cart Layout ===== */
.cart-layout{
  display:grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 992px){
  .cart-layout{ grid-template-columns: 1fr; }
}

/* Table */
.cart-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.cart-table thead th{
  text-align:left;
  font-size:13px;
  opacity:.7;
}

.cart-table tbody tr{
  background: rgba(255,255,255,.04);
  border-radius: 14px;
}

.cart-table td{
  padding:14px;
  vertical-align: middle;
}

/* Product cell */
.product-cell{
  display:flex;
  align-items:center;
  gap:14px;
}

.product-cell img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:12px;
}

.product-title{
  font-weight:700;
}

/* Quantity */
.qty-control{
  display:flex;
  align-items:center;
  gap:8px;
}

.qty-btn{
  width:32px;
  height:32px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.15);
  background:transparent;
  color:#fff;
  font-weight:900;
}

.qty{
  min-width:32px;
  text-align:center;
}

/* Remove */
.remove-btn{
  color:#ff6b6b;
  font-weight:900;
  text-decoration:none;
}

/* Summary */
.cart-summary h4{
  margin-bottom:14px;
}

.summary-line,
.summary-total{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
}

.summary-total{
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.12);
  font-size:18px;
}

/* Coupon */
.coupon-box{
  display:flex;
  gap:8px;
  margin-top:14px;
}

.coupon-box input{
  flex:1;
}

.coupon-msg{
  margin-top:6px;
  font-size:13px;
}

.clear-coupon{
  margin-top:6px;
  font-size:12px;
  background:none;
  border:none;
  color:#ff6b6b;
  cursor:pointer;
}

/* Actions */
.summary-actions{
  display:flex;
  gap:10px;
  margin-top:16px;
}
.bank-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 16px;
}

.order-box p {
  margin: 4px 0;
}

.price {
  font-size: 1.2rem;
  color: #00e1ff;
  font-weight: 700;
}

.badge-waiting {
  background: #facc15;
  color: #000;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
}

.iban {
  font-family: monospace;
  font-size: 1.05rem;
}
/* ==============================
   FAQ CORPORATE (v1)
   ============================== */

.faq-section{
  padding: 60px 0;
}

.custom-accordion .accordion-item{
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.custom-accordion .accordion-button{
  background: transparent;
  color: var(--text, #F1F3F8);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: background .18s var(--ease, ease);
}

.custom-accordion .accordion-button:hover{
  background: rgba(63,169,245,.08);
}

.custom-accordion .accordion-button:not(.collapsed){
  background: rgba(63,169,245,.12);
  color: var(--text, #F1F3F8);
}

.custom-accordion .accordion-body{
  background: rgba(15,19,26,.55);
  color: var(--muted, #AAB0C5);
  padding: 16px;
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
/* ===== Button Types (M2HOUSE) ===== */
.th-btn{
  border-radius: 16px !important;
  min-height: 48px;
  padding: 0 !important;                 /* span padding taşısın */
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(20,12,10,.55) !important;
  color: var(--text) !important;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  transition: transform .18s var(--ease), filter .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}

/* Yazı mutlaka görünsün */
.th-btn .btn-border{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 18px !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .25px !important;
  line-height: 1 !important;
  color: inherit !important;
}

/* PRIMARY */
.th-btn.btn-primary{
  background: linear-gradient(90deg, rgba(178,53,47,.95), rgba(164,122,26,.90)) !important;
  border-color: rgba(164,122,26,.55) !important;
  color: var(--text) !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.45) !important;
}
.th-btn.btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.07);
  border-color: rgba(164,122,26,.85) !important;
}

/* SECONDARY */
.th-btn.btn-secondary{
  background: rgba(20,12,10,.80) !important;
  border-color: rgba(164,122,26,.45) !important;
  color: var(--text) !important;
}
.th-btn.btn-secondary:hover{
  transform: translateY(-1px);
  border-color: rgba(164,122,26,.85) !important;
  background: rgba(20,12,10,.92) !important;
}

/* GHOST */
.th-btn.btn-ghost{
  background: transparent !important;
  border-color: rgba(255,255,255,.14) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
.th-btn.btn-ghost:hover{
  background: rgba(178,53,47,.12) !important;
  border-color: rgba(178,53,47,.35) !important;
  transform: translateY(-1px);
}
.testimonial-slider {
  padding-bottom: 50px;
}

.swiper-slide {
  height: auto;
}
.testimonial-slider {
  overflow: hidden;
  padding-bottom: 50px;
}
/* Kart gerçek genişliği */
.t-card {
  max-width: 360px;
  margin: 0 auto;
}

/* Swiper slide serbest genişlik */
.testimonial-slider .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
}
/* Swiper temel yapı */
.testimonial-slider {
  overflow: hidden;
  padding-bottom: 50px;
}

/* Swiper wrapper flex zorunlu */
.testimonial-slider .swiper-wrapper {
  display: flex;
}

/* Slide genişliği NET olmalı */
.testimonial-slider .swiper-slide {
  width: 360px; /* KRİTİK */
  flex-shrink: 0;
}

/* Kart merkezleme */
.t-card {
  width: 100%;
  height: 100%;
}
.testimonial-slider {
  overflow: hidden;
  padding: 30px 0 50px;
}

/* Swiper lineer akış */
.testimonial-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Kart genişliği SABİT */
.testimonial-slider .swiper-slide {
  width: 360px;
  flex-shrink: 0;
}

/* Kart */
.t-card {
  width: 100%;
  height: 100%;
}
/* ==============================
   HOME CORPORATE PATCH (v1)
   index.php scoped
   ============================== */

/* kart yüzeyi artık kurumsal token’lara bağlı */
.card-surface{
  background: var(--surface, rgba(255,255,255,.04));
  border: 1px solid var(--border, rgba(255,255,255,.08));
  border-radius: var(--r-md, 14px);
  padding: 18px;
  box-shadow: var(--shadow-1, 0 10px 30px rgba(0,0,0,.35));
}

/* HERO */
.home-hero{ padding: clamp(28px, 6vw, 64px) 0; }
.home-hero .hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 3vw, 40px);
  align-items:center;
}
@media (max-width: 991.98px){
  .home-hero .hero-grid{ grid-template-columns: 1fr; }
  .home-hero .visual{ order:2; }
  .home-hero .content{ order:1; text-align:center; }
}
.home-hero .visual img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:contain;
  margin:auto;
}
.home-hero .content h1{
  font-size: clamp(24px, 4vw, 38px);
  margin: 0 0 .55rem;
  letter-spacing: .2px;
}
.home-hero .content p{
  color: var(--muted, #AAB0C5);
  margin: 0 0 14px;
  line-height: 1.6;
}

/* BUTONLAR (kurumsal) */
.home-hero .actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px){
  .home-hero .actions{ justify-content:center; }
}

/* Ürün grid */
.grid-products{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

/* === Hakkımızda görsel düzeni (korundu, sadeleştirildi) === */
#Hakkimizda .img-box5{
  width:100% !important;
  text-align:center;
  overflow: visible !important;
  margin-top: 20px;
}
#Hakkimizda .img-box5 img{
  width:100%;
  max-width: 1290px;
  height:auto !important;
  object-fit:contain !important;
  object-position:center center;
  display:inline-block;
}

/* Counter card: cyberpunk yerine kurumsal */
.counter-card{
  background: var(--surface, rgba(255,255,255,.04));
  border: 1px solid var(--border, rgba(255,255,255,.08));
  border-radius: var(--r-lg, 18px);
  padding: 18px 14px;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-1, 0 10px 30px rgba(0,0,0,.35));
  transition: transform .18s var(--ease, ease), background .18s var(--ease, ease);
}
.counter-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.06);
}
.counter-item:not(:last-child)::after{
  background: rgba(255,255,255,.12);
}
.counter-item .box-number{
  color: var(--accent, #3FA9F5);
}
.counter-item .box-text{
  color: var(--muted, #AAB0C5);
}

/* br yerine temiz boşluk */
.section-gap{
  margin-top: clamp(18px, 3.2vw, 44px);
}

/* Paketler başlık üst bar */
.packages-head{
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 16px;
}

.packages-head .sec-btn{
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px){
  .packages-head{ padding: 14px; }
  .packages-head .sec-btn{ justify-content: center; margin-top: 10px; }
}

/* Buton premium */
#Paketler .th-btn.style-border{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
#Paketler .th-btn.style-border:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,215,0,.35);
}

/* GRID: yan yana + ekledikçe altına iner */
#Paketler .packages-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1200px){
  #Paketler .packages-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 992px){
  #Paketler .packages-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  #Paketler .packages-grid{ grid-template-columns: 1fr; }
}

/* ---- Kompakt Paket Kart (Yeni Sistem) ---- */
#Paketler .pkg-card{
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#Paketler .pkg-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,215,0,.32);
  background: rgba(255,255,255,.055);
  box-shadow: 0 26px 70px rgba(0,0,0,.38);
}

/* Görsel alanı KOMPAKT */
#Paketler .pkg-media{
  position: relative;
  display: block;
  height: 150px; /* küçük */
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Premium shade */
#Paketler .pkg-shade{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,215,0,.16), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72));
  pointer-events: none;
}

/* Logo rozeti (kompakt) */
#Paketler .pkg-brand{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
  box-shadow: 0 16px 34px rgba(0,0,0,.35);
}
#Paketler .pkg-brand img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Etiketler */
#Paketler .pkg-badges{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  gap: 7px;
  z-index: 2;
}
#Paketler .pkg-badge{
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#Paketler .pkg-badge.is-gold{
  border-color: rgba(255,215,0,.35);
  color: var(--theme-color, #FFD700);
}
#Paketler .pkg-badge.is-muted{
  opacity: .86;
}

/* Alt içerik KOMPAKT */
#Paketler .pkg-body{
  padding: 12px 12px 12px;
}
#Paketler .pkg-title{
  margin: 0 0 8px 0;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.15;
  font-size: 15px;
}
#Paketler .pkg-title a{
  color: #fff;
  text-decoration: none;
  transition: color .18s ease;
}
#Paketler .pkg-card:hover .pkg-title a{
  color: var(--theme-color, #FFD700);
}

/* Fiyat satırı */
#Paketler .pkg-meta{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-top: 7px;
  margin-top: 6px;
  border-top: 1px solid rgba(255,255,255,.10);
}
#Paketler .pkg-label{
  opacity: .88;
  font-weight: 700;
  font-size: 12px;
}
#Paketler .pkg-price{
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 14px;
  color: var(--theme-color, #FFD700);
}
#Paketler .pkg-price.is-soon{
  color: rgba(255,255,255,.90);
}

/* CTA (kompakt) */
#Paketler .pkg-cta{
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
}
#Paketler .pkg-cta:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,215,0,.35);
}

/* Yakında olanlar tıklanmasın */
#Paketler .pkg-cta.is-disabled{
  pointer-events: none;
  opacity: .65;
  border-color: rgba(255,255,255,.10);
}
/* === GELİŞTİRME GRID - HARD OVERRIDE === */
#Gelistirme .gallery-area-1{
  padding: clamp(28px, 4vw, 56px) 0 !important;
}

#Gelistirme .systems-grid{
  margin-top: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

@media (max-width: 1200px){
  #Gelistirme .systems-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 992px){
  #Gelistirme .systems-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 576px){
  #Gelistirme .systems-grid{ grid-template-columns: 1fr !important; }
}

/* Kart */
#Gelistirme a.system-card{
  position: relative !important;
  display: block !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  text-decoration: none !important;

  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.28) !important;

  transform: translateY(0) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
}

#Gelistirme a.system-card:hover{
  transform: translateY(-3px) !important;
  border-color: rgba(255,215,0,.32) !important;
  background: rgba(255,255,255,.055) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.38) !important;
}

/* Görsel */
#Gelistirme a.system-card > img{
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  transition: transform .25s ease, filter .25s ease !important;
  filter: contrast(1.02) saturate(1.06) !important;
}

#Gelistirme a.system-card:hover > img{
  transform: scale(1.04) !important;
}

/* Overlay */
#Gelistirme a.system-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.55)) !important;
  pointer-events:none !important;
}

/* Sağ üst rozet */
#Gelistirme .system-open{
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 2 !important;

  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;

  display: grid !important;
  place-items: center !important;

  background: rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.35) !important;

  transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
}

#Gelistirme a.system-card:hover .system-open{
  transform: translateY(-1px) !important;
  border-color: rgba(255,215,0,.35) !important;
  background: rgba(0,0,0,.42) !important;
}

#Gelistirme .system-open i{
  font-size: 13px !important;
}

/* Etiket */
#Gelistirme .system-tag{
  position: absolute !important;
  left: 10px !important;
  bottom: 10px !important;
  z-index: 2 !important;

  max-width: calc(100% - 62px) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  padding: 7px 10px !important;
  border-radius: 999px !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .2px !important;

  background: rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: rgba(255,255,255,.92) !important;

  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease !important;
}

#Gelistirme a.system-card:hover .system-tag{
  transform: translateY(-1px) !important;
  border-color: rgba(255,215,0,.35) !important;
  color: var(--theme-color, #FFD700) !important;
  background: rgba(0,0,0,.42) !important;
}

/* Mobil yükseklik */
@media (max-width: 576px){
  #Gelistirme a.system-card > img{ height: 200px !important; }
}
/* About counters wrapper */
.about-counters{
  max-width: 760px;
  margin-inline: auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;

  padding: 18px 16px;
  border-radius: 18px;

  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Each item */
.about-counters .counter-item{
  padding: 14px 16px;
  text-align: center;
  position: relative;
  border-radius: 14px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

/* Divider lines between items */
.about-counters .counter-item:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 0;
  width: 1px;
  background: rgba(255,255,255,.10);
}

/* Hover */
.about-counters .counter-item:hover{
  background: rgba(255,255,255,.05);
  transform: translateY(-2px);
}

/* Number line */
.about-counters .counter-top{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1;
  margin-bottom: 8px;
}

.about-counters .counter-prefix{
  font-weight: 800;
  opacity: .9;
  font-size: 20px;
}

.about-counters .counter-number{
  font-weight: 900;
  letter-spacing: .5px;
  font-size: clamp(34px, 3.3vw, 44px);
}

/* Label */
.about-counters .counter-text{
  margin: 0;
  font-weight: 600;
  opacity: .88;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px){
  .about-counters{
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .about-counters .counter-item:not(:last-child)::after{
    top: auto;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 1px;
    width: auto;
  }
}

/* İlerleyiş bölüm genel */
#Ilerleyis{
  position: relative;
}

#Ilerleyis .title-area p{
  opacity: .9;
}

/* Kart görünümü */
#Ilerleyis .progress-card{
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  padding: 16px 16px;
  margin-top: 14px;

  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#Ilerleyis .progress-card:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.055);
  border-color: rgba(255,215,0,.30);
  box-shadow: 0 26px 70px rgba(0,0,0,.36);
}

/* Başlık */
#Ilerleyis .progress-card .skill-feature_title{
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 6px;
}

/* Açıklama */
#Ilerleyis .progress-note{
  margin: 0 0 10px 0;
  opacity: .82;
  line-height: 1.45;
}

/* Progress alanı */
#Ilerleyis .progress-card .progress{
  height: 12px;
  border-radius: 999px;
  overflow: hidden;

  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  margin-top: 10px;
}

/* Dolu kısım (altın ton) */
#Ilerleyis .progress-card .progress-bar{
  height: 100%;
  border-radius: 999px;

  background: linear-gradient(90deg, rgba(255,215,0,.35), rgba(255,215,0,.95));
  box-shadow: 0 10px 25px rgba(255,215,0,.20);
  position: relative;
}

/* Dolu kısımda shine */
#Ilerleyis .progress-card .progress-bar::after{
  content:"";
  position:absolute;
  top: 0;
  left: -25%;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  opacity: .55;
}

/* Yüzde değeri badge */
#Ilerleyis .progress-card .progress-value{
  margin-top: 10px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-weight: 900;
  letter-spacing: .2px;
}

/* 100/100 altın vurgusu */
#Ilerleyis .progress-card .progress-value{
  color: var(--theme-color, #FFD700);
}
#Ilerleyis .progress-card .progress-value span{
  color: rgba(255,255,255,.70);
  font-weight: 800;
}

/* Sağdaki karaktere glow */
#Ilerleyis .experience-thumb{
  position: relative;
}

#Ilerleyis .experience-thumb::before{
  content:"";
  position:absolute;
  inset:-40px;
  background: radial-gradient(circle at 55% 60%, rgba(255,215,0,.16), transparent 60%);
  filter: blur(10px);
  z-index: 0;
  pointer-events:none;
}

#Ilerleyis .experience-thumb img{
  position: relative;
  z-index: 1;
}
/* İlerleyiş arka plan uyumu (mevcut bg üstüne overlay) */
#Ilerleyis{
  position: relative;
  isolation: isolate; /* overlay katmanını garanti eder */
}

#Ilerleyis::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;

  /* site ile uyumlu: koyu + altın yansıma */
  background:
    radial-gradient(circle at 20% 30%, rgba(255,215,0,.10), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(255,215,0,.08), transparent 60%),
    linear-gradient(180deg, rgba(8,10,16,.78), rgba(8,10,16,.92));
  pointer-events:none;
}

/* içerik overlay üstünde kalsın */
#Ilerleyis > .container{
  position: relative;
  z-index: 1;
}

/* Eğer background_03 fazla parlaksa azıcık kıs */
#Ilerleyis{
  background-blend-mode: multiply;
}
/* =========================
   GLOBAL MOBILE TWEAKS
========================= */
@media (max-width: 576px){
  .container{ padding-left: 14px; padding-right: 14px; }
  .space{ padding-top: 36px; padding-bottom: 36px; }
}

/* =========================
   PAKETLER (GRID) - RESPONSIVE
========================= */
#Paketler .packages-grid{
  display: grid;
  gap: 14px;
}

/* Desktop varsayılanı (senin verdiğin gibi) */
@media (min-width: 1201px){
  #Paketler .packages-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1200px){
  #Paketler .packages-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 992px){
  #Paketler .packages-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  #Paketler .packages-grid{ grid-template-columns: 1fr; gap: 12px; }
}

/* Kart kompakt */
@media (max-width: 576px){
  #Paketler .pkg-media{ height: 160px !important; }
  #Paketler .pkg-body{ padding: 12px !important; }
  #Paketler .pkg-title{ font-size: 15px !important; }
  #Paketler .pkg-cta{ font-size: 13px !important; padding: 10px !important; }
  #Paketler .pkg-badge{ font-size: 11px !important; padding: 6px 9px !important; }
}

/* Tablet: biraz daha ferah */
@media (min-width: 577px) and (max-width: 992px){
  #Paketler .pkg-media{ height: 150px !important; }
}

/* Başlık + buton satırı mobil */
@media (max-width: 991px){
  #Paketler .packages-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  #Paketler .packages-head .sec-btn{
    justify-content: center !important;
    width: 100%;
  }
}

/* =========================
   SİSTEMLER (GRID) - RESPONSIVE
========================= */
#Gelistirme .systems-grid{
  display: grid;
  gap: 14px;
}

@media (min-width: 1201px){
  #Gelistirme .systems-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1200px){
  #Gelistirme .systems-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 992px){
  #Gelistirme .systems-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px){
  #Gelistirme .systems-grid{ grid-template-columns: 1fr; gap: 12px; }
}

/* Sistem kart görsel yüksekliği */
@media (max-width: 992px){
  #Gelistirme a.system-card > img{ height: 180px !important; }
}
@media (max-width: 576px){
  #Gelistirme a.system-card > img{ height: 210px !important; }
}

/* Etiket taşmasın */
#Gelistirme .system-tag{
  max-width: calc(100% - 62px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Sistemler başlık + buton (A seçeneğini kullandıysan) */
#Gelistirme .systems-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

@media (max-width: 991px){
  #Gelistirme .systems-head{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #Gelistirme .systems-cta{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #Gelistirme .systems-cta .th-btn{
    width: 100%;
    max-width: 360px;
  }
}

/* =========================
   İLERLEYİŞ (PROGRESS) - RESPONSIVE
========================= */

/* Mobilde görsel alta insin / üstte metin kalsın istersen */
@media (max-width: 992px){
  #Ilerleyis .row.flex-row-reverse{
    flex-direction: column !important; /* görsel altta/üstte tersliği kaldırır */
  }
  #Ilerleyis .experience-thumb{
    margin: 0 auto;
    max-width: 420px;
  }
  #Ilerleyis .experience-thumb img{
    width: 100%;
    height: auto;
    display: block;
  }
}

/* Kartlar mobilde sıkışmasın */
@media (max-width: 576px){
  #Ilerleyis .progress-card{
    padding: 14px !important;
    border-radius: 16px !important;
  }
  #Ilerleyis .progress-card .skill-feature_title{
    font-size: 14px !important;
    line-height: 1.2;
  }
  #Ilerleyis .progress-card .progress{
    height: 11px !important;
  }
  #Ilerleyis .progress-card .progress-value{
    width: 100%;
    justify-content: center;
  }
}

/* İlerleyiş arka plan overlay mobilde de stabil kalsın */
#Ilerleyis{
  position: relative;
  isolation: isolate;
}
#Ilerleyis::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,215,0,.10), transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(255,215,0,.08), transparent 60%),
    linear-gradient(180deg, rgba(8,10,16,.78), rgba(8,10,16,.92));
  pointer-events:none;
}
#Ilerleyis > .container{
  position: relative;
  z-index: 1;
}
/* ===== Featured Products - Premium ===== */
#featured-products{
  position: relative;
}

/* Başlık kutusu */
#featured-products .featured-head{
  padding: 0 14px;
  margin-bottom: 14px;
}

#featured-products .featured-head .title-area{
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

/* Slider taşmalar (mobilde hafif dışarı taşsın) */
#featured-products .swiper{
  overflow: visible;
  padding: 0 14px 10px;
}

/* Kart */
#featured-products .product-card{
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#featured-products .product-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,215,0,.32);
  background: rgba(255,255,255,.055);
  box-shadow: 0 26px 70px rgba(0,0,0,.38);
}

/* Görsel alanı: tek oran */
#featured-products .product-media{
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;       /* her ekranda stabil */
  background: rgba(0,0,0,.18);
}

#featured-products .product-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;         /* kırpma kontrollü */
  display: block;
  transition: transform .25s ease, filter .25s ease;
  filter: contrast(1.02) saturate(1.06);
}

#featured-products .product-card:hover .product-media img{
  transform: scale(1.04);
}

/* Hafif overlay */
#featured-products .product-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.40));
  pointer-events:none;
}

/* Alt içerik */
#featured-products .product-body{
  padding: 12px 12px 12px;
  background: transparent;
}

/* Link tam blok */
#featured-products .product-link{
  display: grid;
  gap: 6px;
  text-decoration: none;
}

/* Ürün adı (taşmayı engelle) */
#featured-products .product-title{
  font-weight: 900;
  letter-spacing: .2px;
  color: #fff;

  display: -webkit-box;
  -webkit-line-clamp: 2;     /* 2 satır */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

/* Fiyat badge */
#featured-products .product-price{
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--theme-color, #FFD700);
  font-weight: 900;
  letter-spacing: .2px;
}

/* Temanın video-tab-btn stilleri çok agresifse nötrle */
#featured-products .video-tab-btn{
  position: static;
  inset: auto;
}

/* Mobil ince ayar */
@media (max-width: 576px){
  #featured-products .featured-head .title-area{
    padding: 14px 12px;
    border-radius: 16px;
  }
  #featured-products .product-body{
    padding: 12px;
  }
}
/* Featured slider alanı */
#featured-products .swiper{
  overflow: visible;
  padding: 0 14px 10px;
}

/* Kart */
#featured-products .fp-card{
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
#featured-products .fp-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,215,0,.32);
  background: rgba(255,255,255,.055);
  box-shadow: 0 26px 70px rgba(0,0,0,.38);
}

/* Görsel: oran kilit */
#featured-products .fp-media{
  display:block;
  position:relative;
  aspect-ratio: 4/3;
  background: rgba(0,0,0,.18);
}
#featured-products .fp-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  transition: transform .25s ease, filter .25s ease;
  filter: contrast(1.02) saturate(1.06);
}
#featured-products .fp-card:hover .fp-media img{
  transform: scale(1.04);
}
#featured-products .fp-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.45));
  pointer-events:none;
}

/* Sağ üst ikon */
#featured-products .fp-open{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 34px rgba(0,0,0,.35);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
#featured-products .fp-card:hover .fp-open{
  transform: translateY(-1px);
  border-color: rgba(255,215,0,.35);
  background: rgba(0,0,0,.42);
}

/* İçerik */
#featured-products .fp-body{
  padding: 12px;
}
#featured-products .fp-title{
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.2;
}
#featured-products .fp-title a{
  color:#fff;
  text-decoration:none;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#featured-products .fp-card:hover .fp-title a{
  color: var(--theme-color, #FFD700);
}

/* Alt satır: fiyat + buton */
#featured-products .fp-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-top:10px;
  border-top: 1px solid rgba(255,255,255,.10);
}
#featured-products .fp-price{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--theme-color, #FFD700);
  font-weight: 900;
  letter-spacing:.2px;
  white-space:nowrap;
}
#featured-products .fp-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  white-space:nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
#featured-products .fp-cta:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,215,0,.35);
}

/* Mobil */
@media (max-width: 576px){
  #featured-products .fp-title{ font-size: 14px; }
}
/* ===== Referanslar (Testimonials) - Premium ===== */
#Referanslar .t-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;

  padding: 18px 18px 16px;

  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#Referanslar .t-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,215,0,.30);
  background: rgba(255,255,255,.055);
  box-shadow: 0 26px 70px rgba(0,0,0,.38);
}

/* sol üst quote ikon */
#Referanslar .t-quote-icon{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;

  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#Referanslar .t-quote-icon i{
  font-size: 14px;
}

/* header */
#Referanslar .t-head{
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-right: 44px; /* quote ikon alanı */
}

#Referanslar .t-avatar{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;

  font-weight: 900;
  letter-spacing: .2px;

  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,215,0,.25);
  color: var(--theme-color, #FFD700);
  box-shadow: 0 14px 40px rgba(0,0,0,.30);
}

#Referanslar .t-name{
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.15;
}

#Referanslar .t-title{
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

/* yıldızlar */
#Referanslar .t-stars{
  display: inline-flex;
  gap: 4px;
  opacity: .95;
}

#Referanslar .t-stars i{
  font-size: 12px;
  color: var(--theme-color, #FFD700);
}

/* metin */
#Referanslar .t-text{
  margin-top: 12px;
  color: rgba(255,255,255,.86);
  line-height: 1.55;
  min-height: 72px; /* kartların boyu dengelensin */
}

/* footer */
#Referanslar .t-footer{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#Referanslar .t-badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(0,0,0,.30);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

#Referanslar .t-muted{
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* mobil iyileştirme */
@media (max-width: 576px){
  #Referanslar .t-head{
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
  }
  #Referanslar .t-stars{
    grid-column: 1 / -1;
  }
  #Referanslar .t-text{
    min-height: auto;
  }
}
/* =========================================
   M2HOUSE SOFTWARE / IT CORPORATE STYLE
   SaaS – Platform – Development Oriented
   (STRUCTURE SAFE / NO BREAK)
   ========================================= */

/* ---------- TOKENS ---------- */
:root{
  /* Background */
  --bg:   #0B0F14;
  --bg-2: #0F1622;

  /* Surfaces */
  --surface: rgba(255,255,255,.035);
  --surface-2: rgba(255,255,255,.055);
  --border: rgba(255,255,255,.09);

  /* Brand */
  --accent: #2F80ED;   /* primary tech blue */
  --accent-2: #56CCF2; /* cyan highlight */
  --gold:   #56CCF2;   /* repurposed as tech highlight */

  /* Text */
  --text: #E6ECF5;
  --muted: #9AA7BD;

  /* Radius */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 18px;

  /* Shadow */
  --shadow-1: 0 12px 34px rgba(0,0,0,.45);
  --shadow-2: 0 20px 60px rgba(0,0,0,.60);

  --ease: cubic-bezier(.2,.8,.2,1);
}

/* ---------- GLOBAL ---------- */
html, body{
  background:
    radial-gradient(1000px 600px at 15% -10%, rgba(47,128,237,.18), transparent 60%),
    radial-gradient(900px 500px at 85% 0%, rgba(86,204,242,.14), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text);
}

body{
  font-family: "Inter","Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing: .2px;
}

a{ color: var(--text); }
a:hover{ color: var(--accent-2); }

.text-theme{ color: var(--accent-2) !important; }
.text-muted, .muted{ color: var(--muted) !important; }

/* ---------- LAYOUT ---------- */
.space{ padding: 70px 0; }
.space-top{ padding-top: 70px; }
.container, .container-fluid{ position: relative; }

/* ---------- HERO ---------- */
.home-hero{ padding: clamp(28px, 6vw, 64px) 0; }

.home-hero .hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
}

@media (max-width: 991.98px){
  .home-hero .hero-grid{ grid-template-columns: 1fr; }
  .home-hero .visual{ order: 2; }
  .home-hero .content{ order: 1; text-align: center; }
  .home-hero .actions{ justify-content: center; }
}

.home-hero .content h1{
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: .4px;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}

.home-hero .content p{
  color: var(--muted);
  line-height: 1.65;
}

.home-hero .visual img{
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.55));
}

/* ---------- TITLES ---------- */
.sec-title,
.title-area .sec-title{
  font-weight: 900;
  letter-spacing: .4px;
  position: relative;
}

.sec-title::after{
  content:"";
  display:block;
  width:48px;
  height:2px;
  margin-top:10px;
  background: linear-gradient(90deg,var(--accent),var(--accent-2));
}

/* ---------- CARDS ---------- */
.card-surface,
.counter-card,
.custom-accordion .accordion-item,
.game-card,
.fp-card,
.t-card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow:
    0 18px 45px rgba(0,0,0,.45),
    0 0 0 1px rgba(86,204,242,.08) inset;
  backdrop-filter: blur(10px);
}

/* ---------- BUTTONS ---------- */
.th-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  min-height:50px;
  border:1px solid rgba(86,204,242,.45);
  background: rgba(15,22,34,.85);
  color: var(--text);
  font-weight:900;
  letter-spacing:.3px;
  box-shadow: 0 14px 34px rgba(0,0,0,.55);
  transition: transform .18s var(--ease), filter .18s var(--ease);
}

.th-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.th-btn.btn-primary{
  background: linear-gradient(90deg, #2F80ED, #56CCF2);
  color: #08131f;
  box-shadow:
    0 18px 50px rgba(0,0,0,.65),
    0 0 28px rgba(86,204,242,.35);
}

.th-btn.btn-secondary{
  background: rgba(15,22,34,.95);
}

/* ---------- NAVBAR ---------- */
.navbar,
.th-header{
  background: rgba(11,15,20,.92) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  box-shadow:
    0 10px 30px rgba(0,0,0,.55),
    0 0 0 1px rgba(86,204,242,.08) inset;
}

.navbar-dark .navbar-nav .nav-link{
  color: var(--text);
  font-weight: 700;
  border-radius: 12px;
}

.navbar-dark .navbar-nav .nav-link.active{
  background: rgba(47,128,237,.18);
  border: 1px solid rgba(47,128,237,.35);
}

/* ---------- ACCORDION ---------- */
.custom-accordion .accordion-button{
  color: var(--text);
  font-weight: 800;
}

.custom-accordion .accordion-button:not(.collapsed){
  background: rgba(47,128,237,.18);
}

.custom-accordion .accordion-body{
  background: rgba(11,15,20,.75);
  color: var(--muted);
}

/* ---------- PROGRESS ---------- */
.progress{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.progress-bar{
  background: linear-gradient(90deg,#2F80ED,#56CCF2);
}

/* ---------- FOOTER ---------- */
footer.footer-wrapper.footer-layout3{
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(47,128,237,.12), transparent 60%),
    radial-gradient(700px 360px at 85% 10%, rgba(86,204,242,.12), transparent 55%),
    linear-gradient(180deg, #0B0F14, #0F1622);
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer-wrapper .widget_title{
  text-transform: uppercase;
  letter-spacing: .5px;
}

.footer-wrapper .widget_title::after{
  background: linear-gradient(90deg,#2F80ED,#56CCF2);
}

/* ---------- FORMS ---------- */
input, select, textarea, .form-control{
  background: rgba(11,15,20,.75) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--text);
}

input:focus{
  border-color: rgba(47,128,237,.65) !important;
  box-shadow: 0 0 0 .2rem rgba(47,128,237,.18);
}

/* ---------- SCROLL TOP ---------- */
.scroll-top{
  background: rgba(15,22,34,.92);
  border: 1px solid rgba(86,204,242,.45);
  box-shadow: 0 12px 34px rgba(0,0,0,.55);
}

/* ---------- MOBILE ---------- */
@media (max-width: 576px){
  .container{ padding-left: 14px; padding-right: 14px; }
  .space{ padding: 36px 0; }
}
/* ===============================
   INFRA FOOTER – SOFTWARE STYLE
   =============================== */

.infra-footer{
  background: #0B0F14;
  color: #E6ECF5;
  font-family: Inter, system-ui, sans-serif;
}

/* ---------- TOP BAR ---------- */
.infra-top{
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg,#0E1420,#0B0F14);
}

.infra-top-grid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.infra-brand{
  display: flex;
  align-items: center;
  gap: 12px;
}

.infra-brand img{
  height: 42px;
}

.infra-brand-text strong{
  font-size: 15px;
  letter-spacing: .5px;
}

.infra-brand-text span{
  font-size: 12px;
  color: #9AA7BD;
}

/* status */
.infra-status{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #9AA7BD;
}

.status-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DFF88;
  box-shadow: 0 0 10px rgba(61,255,136,.8);
}

/* ---------- MAIN ---------- */
.infra-main{
  padding: 46px 0;
}

.infra-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
}

.infra-col h4{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 14px;
  color: #56CCF2;
}

.infra-col ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.infra-col li{
  margin: 10px 0;
}

.infra-col a{
  color: #9AA7BD;
  text-decoration: none;
  font-size: 14px;
}

.infra-col a:hover{
  color: #E6ECF5;
}

/* description */
.infra-desc p{
  font-size: 14px;
  line-height: 1.7;
  color: #9AA7BD;
}

.infra-desc strong{
  color: #E6ECF5;
  font-weight: 600;
}

/* ---------- BOTTOM ---------- */
.infra-bottom{
  border-top: 1px solid rgba(255,255,255,.08);
  background: #090C10;
}

.infra-bottom .container{
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 12px;
  color: #9AA7BD;
}

.infra-bottom a{
  color: #56CCF2;
  text-decoration: none;
  font-weight: 600;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px){
  .infra-grid{
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px){
  .infra-top-grid,
  .infra-bottom .container{
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .infra-grid{
    grid-template-columns: 1fr;
  }
}
/* FA ICON polish */
.infra-footer i{
  color: #56CCF2;
  font-size: 13px;
}

.infra-col h4 i{
  margin-right: 6px;
}

.infra-col a i{
  width: 16px;
  text-align: center;
  opacity: .85;
}

.infra-col a:hover i{
  color: #E6ECF5;
}
/* ===============================
   INFRA FOOTER – FA ICON POLISH
   =============================== */

.infra-footer i{
  color: #56CCF2;
  font-size: 13px;
}

.infra-brand-text strong i{
  margin-right: 6px;
}

.infra-brand-text span i{
  margin-right: 6px;
  opacity: .85;
}

.infra-status i{
  margin-right: 6px;
}

/* column titles */
.infra-col h4 i{
  margin-right: 8px;
}

/* menu icons */
.infra-col a i{
  width: 18px;
  text-align: center;
  opacity: .85;
  transition: color .18s ease, transform .18s ease;
}

.infra-col a:hover i{
  color: #E6ECF5;
  transform: translateX(2px);
}

/* description icon */
.infra-desc p i{
  margin-right: 6px;
}

/* bottom icons */
.infra-bottom i{
  margin-right: 6px;
}
/* ===============================
   INFRA FOOTER – SOCIAL CHANNELS
   =============================== */

.infra-social{
  margin-top: 16px;
}

.infra-social-label{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  color: #9AA7BD;
  margin-bottom: 8px;
}

.infra-social-label i{
  color: #56CCF2;
}

.infra-social-links{
  display: flex;
  gap: 10px;
}

.infra-social-links a{
  width: 36px;
  height: 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);

  color: #9AA7BD;
  font-size: 16px;

  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

/* Hover – platforma göre renk */
.infra-social-links a:hover{
  transform: translateY(-2px);
  background: rgba(0,0,0,.55);
  border-color: rgba(86,204,242,.45);
  color: #E6ECF5;
}

.infra-social-links a[aria-label="WhatsApp"]:hover{
  color: #25D366;
}

.infra-social-links a[aria-label="Discord"]:hover{
  color: #5865F2;
}

.infra-social-links a[aria-label="Instagram"]:hover{
  color: #E4405F;
}
.ticket-closed-alert{
  background:#111827;
  border:1px solid #374151;
  color:#fbbf24;
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
  margin-bottom:18px;
  text-align:center;
}

.reply-disabled{
  opacity:.65;
}

.reply-disabled textarea{
  cursor:not-allowed;
}
.toast-container{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9999;
}

.toast{
  padding:14px 18px;
  border-radius:12px;
  margin-top:10px;
  font-size:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  animation:toastIn .3s ease;
}

.toast-success{
  background:#022c22;
  color:#bbf7d0;
}

.toast-error{
  background:#3f1d1d;
  color:#fecaca;
}

@keyframes toastIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
