@charset "UTF-8";
/* DrEsthetica — Marka Renk Override (eSoft body5 teması üzerine)
   ⚠️ TÜRKÇE KARAKTER: Bu dosyada Türkçe content değerleri UTF-8 olmalı
   ===================================================================
   PROBLEM: eSoft body5 teması mor/magenta (#662FFF, #EA25F5) kullanıyor.
   Bu dosya TÜM eSoft renklerini Dresthetica markasına (rose gold + dark) çeviriyor.
   !important kullanımı zorunlu çünkü main.css çok derine gömülü.
*/

/* ========================================
   1. CSS DEĞİŞKEN OVERRIDE (ROOT)
   eSoft'un tüm CSS custom property'lerini eziyor
   ======================================== */

:root {
  /* Dresthetica Marka Renkleri */
  --dr-rose-gold: #B76E79;
  --dr-rose-gold-light: #c98a93;
  --dr-rose-gold-dark: #9a5a64;
  --dr-deep-purple: #4A1942;
  --dr-dark: #1A1A2E;
  --dr-dark-lighter: #252540;
  --dr-soft-pink: #F8E8EE;
  --dr-gradient: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  --dr-gradient-hover: linear-gradient(135deg, #9a5a64 0%, #3a1234 100%);
  --dr-gradient-reverse: linear-gradient(135deg, #4A1942 0%, #B76E79 100%);
  --dr-text: #2d2d3a;
  --dr-text-light: #6b6b80;
  --dr-white: #ffffff;
  --dr-border: #e8e0e4;
  --dr-bg-light: #fdf8f9;
  --dr-bg-section: #faf5f6;

  /* eSoft CSS Variables → Dresthetica Override */
  --Gradient: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  --Home-Page-7-Linner-Color: linear-gradient(135deg, #4A1942 0%, #B76E79 100%) !important;
  --Home-Page-8-Linner-Color: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  --Home-Page-8-Stroke-Linner: #4A1942 !important;
  --Home-Page-8-Text-Color: #B76E79 !important;
  --Home-Page-8-Main-Color: #B76E79 !important;
  --Main-Text: #2d2d3a !important;

  /* eSoft Background Variables */
  --qt-bg-bg-2: #B76E79 !important;
  --qt-bg-bg-5: #fdf8f9 !important;
  --qt-bg-bg-6: #F8E8EE !important;
  --qt-bg-bg-7: #B76E79 !important;
  --qt-bg-bg-13: #fdf8f9 !important;
  --qt-bg-bg-14: #F8E8EE !important;
  --qt-bg-bg-16: #F8E8EE !important;
  --qt-bg-bg-17: #f0d5db !important;

  /* eSoft Text Variables */
  --qt-text-h-text1: #fff !important;
}

/* ========================================
   2. BODY & GENEL
   ======================================== */

body.body5 {
  background-color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--dr-text);
}

::selection {
  background: var(--dr-rose-gold);
  color: var(--dr-white);
}

a {
  transition: color 0.3s ease;
}

/* ========================================
   3. HEADER
   ======================================== */

.header-area5,
.header-area.header-area5,
.header-area5.header-area-all {
  background: var(--dr-dark) !important;
  padding: 18px 0 !important;
}

/* Header layout */
.header-area .header-elements,
.header-area5 .header-elements,
.header-area.header-area5 .header-elements {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.header-area5 .site-logo,
.header-area5 .home1-site-logo,
.header-area.header-area5 .site-logo {
  max-width: 260px !important;
  min-width: 200px !important;
}

.header-area5 .header-right-area,
.header-area.header-area5 .header-elements .header-right-area {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

/* Nav links — pill kaldır, temiz görünüm */
.header-area.header-area5 .header-elements .main-menu-ex,
.header-area5 .main-menu-ex {
  padding: 0 !important;
  background: none !important;
  position: static !important;
  border: none !important;
  box-shadow: none !important;
}

/* eSoft nav pill — tamamen kaldır (tam specificity) */
.header-area.header-area5 .header-elements .main-menu-ex::after,
.header-area.header-area5 .header-elements .main-menu-ex::before,
.header-area5 .main-menu-ex::after,
.header-area5 .main-menu-ex::before {
  content: none !important;
  display: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

/* Nav linkleri — eSoft'un buton stilini kaldır, düz link yap */
.header-area.header-area5 .header-elements .main-menu-ex ul li a,
.header-area5 .main-menu-ex ul > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 8px 14px !important;
  margin: 0 !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: color 0.3s ease !important;
  position: relative !important;
  z-index: 5 !important;
  display: inline-block !important;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a:hover,
.header-area5 .main-menu-ex ul > li > a:hover,
.header-area5 .main-menu-ex ul > li:hover > a {
  color: #ffffff !important;
  background: none !important;
  background-color: transparent !important;
}

.header-area.header-area5 .header-elements .main-menu-ex ul li a.active,
.header-area5 .main-menu-ex ul > li > a.active {
  color: var(--dr-rose-gold) !important;
  font-weight: 500 !important;
  background: none !important;
  background-color: transparent !important;
}

/* Header brand — logo + text */
.dr-header-brand {
  display: grid !important;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 0;
  text-decoration: none;
  line-height: 1;
}

.dr-header-brand::before {
  content: '' !important;
  grid-row: 1 / 3;
  grid-column: 1;
  width: 44px;
  height: 44px;
  background: url('../img/logo/dresthetica-logo.png') center/contain no-repeat;
  mix-blend-mode: lighten;
  display: block !important;
}

.dr-header-brand:hover {
  text-decoration: none;
}

.dr-header-brand .brand-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #F8E8EE, #B76E79, #F8E8EE);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dr-text-shimmer 4s linear infinite;
}

.dr-header-brand .brand-sub {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.55rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 2px;
}

/* Mobile header brand — logo + text */
.dr-mobile-brand {
  display: grid !important;
  grid-template-columns: 30px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 0;
  text-decoration: none;
  line-height: 1;
}

.dr-mobile-brand::before {
  content: '' !important;
  grid-row: 1 / 3;
  grid-column: 1;
  width: 30px;
  height: 30px;
  background: url('../img/logo/dresthetica-logo.png') center/contain no-repeat;
  mix-blend-mode: lighten;
  display: block !important;
}

.dr-mobile-brand:hover {
  text-decoration: none;
}

.dr-mobile-brand .brand-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 1.15rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #F8E8EE, #B76E79, #F8E8EE);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dr-text-shimmer 4s linear infinite;
}

.dr-mobile-brand .brand-sub {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 1px;
}

/* Sticky header */
.sticky-area-1,
.sticky-area-2,
.header-area5.sticky {
  background: var(--dr-dark) !important;
  padding: 10px 0 !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

.header-area5.sticky .site-logo,
.header-area5.sticky .home1-site-logo {
  max-width: 200px !important;
}

/* Header submenu */
.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb::before {
  background: var(--dr-rose-gold) !important;
}

.header-area5 .main-menu-ex ul li .tp-submenu .homemenu-thumb .bottom-heading:hover {
  color: var(--dr-rose-gold) !important;
}

/* ========================================
   4. BUTONLAR (theme-btn7 + diğerleri)
   ======================================== */

.theme-btn7 {
  background: var(--dr-gradient) !important;
  border: none !important;
  border-color: transparent !important;
  color: var(--dr-white) !important;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.theme-btn7::after,
.theme-btn7::before {
  background: var(--dr-gradient) !important;
  border-color: var(--dr-rose-gold-dark) !important;
  border-bottom-color: var(--dr-rose-gold-dark) !important;
}

.theme-btn7:hover {
  background: var(--dr-gradient-hover) !important;
  color: var(--dr-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(183, 110, 121, 0.35) !important;
}

.theme-btn7 .arrow img {
  filter: brightness(0) invert(1);
}

/* Outline buton */
.theme-btn7.btn-outline {
  background: transparent !important;
  border: 2px solid var(--dr-rose-gold) !important;
  color: var(--dr-rose-gold) !important;
}

.theme-btn7.btn-outline:hover {
  background: var(--dr-gradient) !important;
  color: var(--dr-white) !important;
  border-color: transparent !important;
}

/* theme-btn11 */
.theme-btn11::after {
  border-bottom-color: var(--dr-deep-purple) !important;
  background: var(--dr-gradient) !important;
}

.theme-btn11::before {
  border-bottom-color: var(--dr-deep-purple) !important;
  background: var(--dr-gradient-reverse) !important;
}

/* theme-btn12 */
.theme-btn12:hover {
  color: var(--dr-rose-gold) !important;
}

/* theme-btn13 */
.theme-btn13 span.text {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.theme-btn13::before {
  border-bottom-color: var(--dr-deep-purple) !important;
  background: var(--dr-gradient-reverse) !important;
}

/* sidebar butonu */
.sidebar1-btn {
  background: var(--dr-gradient) !important;
  color: var(--dr-white) !important;
  border-radius: 8px;
}

/* ========================================
   5. HERO
   ======================================== */

.hero-area5,
section.hero-area5 {
  background: linear-gradient(to bottom right, #0a0a0f, #1a1a2e, #0f0f1a) !important;
  position: relative;
  overflow: hidden;
}

/* eSoft'un hero5-bg.png gradient resmini gizle */
.hero-area5 .hero5-bg::after,
.hero-area5 .hero5-bg::before {
  background-image: none !important;
  background: none !important;
  display: none !important;
}

.hero-area5::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(183, 110, 121, 0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(74, 25, 66, 0.1) 0%, transparent 60%) !important;
  pointer-events: none;
  z-index: 0;
}

/* eSoft'un ::after gradient'ini de temizle */
.hero-area5::after {
  background: none !important;
  background-image: none !important;
  display: none !important;
}

.hero-area5 .hero5-bg {
  position: relative;
  z-index: 1;
  min-height: auto !important;
}

/* Sayfa başlığı yazıları — belirginlik artır */
.hero-area5 .hero5-bg .main-heading p,
.hero-area5 .main-heading p {
  color: rgba(248, 232, 238, 0.85) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}

.hero-area5 .hero5-bg .main-heading h1,
.hero-area5 .main-heading h1 {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

.hero-area5 .hero5-bg .main-heading span.span,
.hero-area5 .main-heading span.span {
  background: rgba(183, 110, 121, 0.2) !important;
  border: 1px solid rgba(183, 110, 121, 0.4) !important;
  -webkit-text-fill-color: var(--dr-rose-gold) !important;
  color: var(--dr-rose-gold) !important;
  border-radius: 50px;
  padding: 8px 24px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.hero-area5 .main-heading h1 {
  color: var(--dr-white) !important;
  font-weight: 700;
}

.hero-area5 .main-heading p {
  color: var(--dr-soft-pink) !important;
  opacity: 0.9;
}

.hero-area5 .main-heading .span {
  background: rgba(183, 110, 121, 0.15) !important;
  border: 1px solid rgba(183, 110, 121, 0.3) !important;
  color: var(--dr-rose-gold) !important;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 14px;
}

/* ========================================
   6. HEADING / TITLE GRADIENT OVERRIDE
   ======================================== */

/* "Modüller" / "Neden Biz" gibi badge pill */
.heading5 .title {
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.1) 0%, rgba(74, 25, 66, 0.08) 100%) !important;
  border-radius: 40px !important;
  padding: 8px 16px !important;
  display: inline-block !important;
}

.heading5 .title .span,
.heading5 span.span {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: var(--dr-rose-gold) !important;
  font-weight: 600 !important;
}

.heading5 .title .span img {
  display: none !important;
}

.heading5 h2,
.heading5 h3,
.heading5 h4 {
  color: var(--dr-text) !important;
}

.heading8 span.span span.text {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ========================================
   7. SLIDER / GÜVENILEN
   ======================================== */

.hero5-slider {
  background: var(--dr-white) !important;
}

.hero5-slider-hading p {
  color: var(--dr-text-light) !important;
}

/* ========================================
   8. NEDEN BİZ (Choose)
   ======================================== */

.choose5 {
  background: var(--dr-white) !important;
}

.choose-box {
  background: var(--dr-white) !important;
  border: 1px solid var(--dr-border) !important;
  border-radius: 16px;
  padding: 30px;
  transition: all 0.3s ease;
}

.choose-box:hover {
  border-color: var(--dr-rose-gold) !important;
  box-shadow: 0 10px 40px rgba(183, 110, 121, 0.12) !important;
  transform: translateY(-4px);
}

.choose-box h5 {
  color: var(--dr-text) !important;
}

/* ========================================
   9. ADIMLAR (Time Track)
   ======================================== */

.time-track-steps .step-area .track-list li span.check,
.time-track-steps .track-list li .check {
  background: var(--dr-gradient) !important;
  color: var(--dr-white) !important;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* ========================================
   10. MODÜLLER / SERVİS (Service Tabs)
   Koyu arka plan üzerinde rose-gold tema
   ======================================== */

.service5 {
  background: var(--dr-dark) !important;
  position: relative;
}

/* Bölüm başlığı — "Modüller" badge'i */
.service5 .heading5 p.title {
  background: linear-gradient(90deg, rgba(183, 110, 121, 0.15) 0%, rgba(74, 25, 66, 0.15) 100%) !important;
  border-radius: 40px !important;
  padding: 8px 16px !important;
  display: inline-block !important;
}

.service5 .heading5 p.title .span,
.service5 .heading5 span.span {
  background: linear-gradient(90deg, #F8E8EE, #B76E79) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 600 !important;
}

.service5 .heading5 p.title .span img {
  display: none !important;
}

.service5 .heading5 h2 {
  color: #ffffff !important;
}

/* Tab butonları — eSoft'un tam specificity'sini ez */
.service5 .service-tabs-area .tabs-boxs ul li button,
.service5 .tabs-boxs .nav-link {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  padding: 24px 20px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}

/* Tab buton ikonları */
.service5 .service-tabs-area .tabs-boxs ul li button i,
.service5 .tabs-boxs .nav-link i {
  color: var(--dr-rose-gold) !important;
  font-size: 28px !important;
  display: block !important;
  margin-bottom: 8px !important;
}

/* Tab buton yazıları */
.service5 .service-tabs-area .tabs-boxs ul li button span,
.service5 .tabs-boxs .nav-link span {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Tab buton ::after — eSoft'un mor border frame'ini kaldır */
.service5 .service-tabs-area .tabs-boxs ul li button::after,
.service5 .service-tabs-area .tabs-boxs ul li button::before {
  content: none !important;
  display: none !important;
  border: none !important;
}

/* Tab hover */
.service5 .service-tabs-area .tabs-boxs ul li button:hover,
.service5 .tabs-boxs .nav-link:hover {
  border-color: rgba(183, 110, 121, 0.5) !important;
  background: rgba(183, 110, 121, 0.08) !important;
}

.service5 .service-tabs-area .tabs-boxs ul li button:hover span,
.service5 .tabs-boxs .nav-link:hover span {
  color: #ffffff !important;
}

/* Tab active */
.service5 .service-tabs-area .tabs-boxs ul li button.active,
.service5 .tabs-boxs .nav-link.active {
  background: var(--dr-gradient) !important;
  border: 2px solid var(--dr-rose-gold) !important;
}

.service5 .service-tabs-area .tabs-boxs ul li button.active::after,
.service5 .service-tabs-area .tabs-boxs ul li button.active::before {
  content: none !important;
  display: none !important;
  border: none !important;
}

.service5 .service-tabs-area .tabs-boxs ul li button.active span,
.service5 .tabs-boxs .nav-link.active span {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.service5 .service-tabs-area .tabs-boxs ul li button.active i,
.service5 .tabs-boxs .nav-link.active i {
  color: #ffffff !important;
}

/* Tab content area */
.service5 .service-tabs-area .tabs-item-area .tab-pane {
  background-color: rgba(248, 232, 238, 0.06) !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 50px !important;
}

/* Tab içerik başlık ve yazılar */
.service5 .tab-bottom-headding .heading5 h3,
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding h3 {
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}

.service5 .tab-bottom-headding .heading5 p,
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding p {
  color: rgba(248, 232, 238, 0.8) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Track list (özellik listesi) */
.service5 .track-list li,
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .track-list li {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.service5 .track-list li span.check,
.service5 .service-tabs-area .tabs-item-area .tab-pane .track-list li span.check,
.service5 .service-tabs-area .tabs-item-area .tab-pane .service-3-bottom-area .tab-bottom-headding .track-list li span.check {
  background: var(--dr-gradient) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
}

/* Tab içi "Detaylı Bilgi" butonu */
.service5 .theme-btn7 {
  background: var(--dr-gradient) !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 20px rgba(183, 110, 121, 0.4) !important;
}

.service5 .theme-btn7:hover {
  box-shadow: 0 8px 30px rgba(183, 110, 121, 0.6) !important;
  transform: translateY(-2px) !important;
}

/* ========================================
   11. ENTEGRASYON / APPS
   ======================================== */

.apps5-area {
  background: var(--dr-white) !important;
}

/* ========================================
   12. FİYATLANDIRMA
   ======================================== */

.pricing5 {
  background: var(--dr-bg-light) !important;
}

/* eSoft pricing box */
.pricing5 .pricing-box,
.pricing-box {
  background: var(--dr-white) !important;
  border: 1px solid var(--dr-border) !important;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease;
}

.pricing5 .pricing-box:hover,
.pricing-box:hover {
  border-color: var(--dr-rose-gold) !important;
  box-shadow: 0 15px 50px rgba(183, 110, 121, 0.15) !important;
}

.pricing5 .pricing-box .heading5 span.gradint,
.pricing-box .heading5 .gradint {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 600;
}

/* Pricing check marks (eSoft uses #EA25F5 on #F4EAFF) */
.pricing5 .pricing-box .plan-list li span.check,
.pricing-box .plan-list li .check {
  background: var(--dr-soft-pink) !important;
  color: var(--dr-rose-gold) !important;
}

/* Pricing plan list divider */
.pricing5 .pricing-box .plan-list::after {
  background-color: var(--dr-soft-pink) !important;
}

/* pricing8 variant */
.pricing8 .pricing-box h2 {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.pricing8 .pricing-box .plan-list li span.check {
  background: var(--dr-gradient) !important;
}

/* Dinamik fiyat kartları (dresthetica.js ile oluşturulan) */
.pricing-card {
  background: var(--dr-white);
  border: 1px solid var(--dr-border);
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pricing-card:hover {
  border-color: var(--dr-rose-gold);
  box-shadow: 0 15px 50px rgba(183, 110, 121, 0.15);
  transform: translateY(-4px);
}

.pricing-card.popular {
  border-color: var(--dr-rose-gold);
  box-shadow: 0 10px 40px rgba(183, 110, 121, 0.2);
}

.pricing-card .badge-text {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--dr-white);
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dr-text);
}

.pricing-card .price .currency {
  font-size: 1.2rem;
  vertical-align: super;
}

.pricing-card .price .period {
  font-size: 0.9rem;
  color: var(--dr-text-light);
  font-weight: 400;
}

.pricing-card .feature-list {
  list-style: none;
  padding: 0;
}

.pricing-card .feature-list li {
  padding: 8px 0;
  color: var(--dr-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-card .feature-list li .check {
  color: var(--dr-rose-gold);
  font-size: 14px;
}

/* Aylık/Yıllık toggle */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.pricing-toggle label {
  cursor: pointer;
  font-weight: 500;
  color: var(--dr-text-light);
  transition: color 0.3s;
}

.pricing-toggle label.active {
  color: var(--dr-text);
}

.pricing-toggle .toggle-switch {
  position: relative;
  width: 50px;
  height: 26px;
  background: var(--dr-border);
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.3s;
}

.pricing-toggle .toggle-switch.active {
  background: var(--dr-gradient);
}

.pricing-toggle .toggle-switch::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--dr-white);
  top: 2px;
  left: 2px;
  transition: transform 0.3s;
}

.pricing-toggle .toggle-switch.active::after {
  transform: translateX(24px);
}

/* ========================================
   13. REFERANSLAR / TESTİMONİALS
   ======================================== */

.tes5 {
  background: var(--dr-dark) !important;
  position: relative;
}

.tes5 .heading5 h2 {
  color: var(--dr-white) !important;
}

.tes5 .heading5 .title .span {
  color: var(--dr-rose-gold) !important;
}

/* Testimonial cards (eSoft uses #F5F4FD) */
.tes5 .tes2-slider-all .single-slider,
.tes5 .single-slider {
  background-color: rgba(255, 255, 255, 0.06) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px;
}

.tes9 .tes2-slider-all .single-slider,
.tes9 .tes2-slider-all-rtl .single-slider {
  background-color: var(--dr-bg-light) !important;
}

.tes5 .single-slider p {
  color: var(--dr-soft-pink) !important;
}

.tes5 .single-slider .stars li i {
  color: var(--dr-rose-gold) !important;
}

/* Slick dots (eSoft uses purple gradient) */
.tes5 .slick-dots li.slick-active button {
  background: var(--dr-gradient) !important;
}

.tes5 .slick-dots li.slick-active button::after {
  border: 1px solid var(--dr-rose-gold) !important;
}

.tes2 .slick-dots li.slick-active button::after {
  border-color: var(--dr-soft-pink) !important;
}

.tes9 .slick-dots li.slick-active button {
  background: var(--dr-rose-gold) !important;
}

.tes9 .slick-dots li.slick-active button::after {
  border: 1px solid var(--dr-rose-gold) !important;
}

/* Testimonial pagination */
.testimonial8 .testimonial7-all .pagination-buttons button i {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.testimonial8 .testimonial7-all .pagination-buttons button:hover {
  background: var(--dr-gradient) !important;
}

/* ========================================
   14. SSS / FAQ
   ======================================== */

.faq5 {
  background: var(--dr-white) !important;
  position: relative;
}

.faq5 .accordion-item,
.faq5 .accordion .accordion-item {
  border: 1px solid var(--dr-border) !important;
  border-radius: 12px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Active FAQ item (eSoft uses purple border) */
.faq5 .accordion .accordion-item.active {
  border: 1px solid var(--dr-rose-gold) !important;
}

/* Active FAQ button (eSoft uses purple gradient bg) */
.faq5 .accordion .accordion-item.active button,
.faq5 .accordion-button:not(.collapsed) {
  background: rgba(183, 110, 121, 0.08) !important;
  color: var(--dr-deep-purple) !important;
}

.faq5 .accordion-button {
  font-weight: 600;
  color: var(--dr-text) !important;
}

.faq5 .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.2) !important;
}

/* ========================================
   15. CTA
   ======================================== */

.cta5 .cta5-bg {
  background: var(--dr-gradient) !important;
  border-radius: 24px;
  overflow: hidden;
}

.cta5 .heading5-w h2,
.cta5 .heading5-w p {
  color: var(--dr-white) !important;
}

.cta5 .theme-btn7 {
  background: var(--dr-white) !important;
  color: var(--dr-deep-purple) !important;
}

.cta5 .theme-btn7:hover {
  background: var(--dr-soft-pink) !important;
  color: var(--dr-deep-purple) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

/* ========================================
   16. BLOG (hover colors)
   ======================================== */

.blog2.blog5 .blog-box .headding h4 a:hover {
  color: var(--dr-rose-gold) !important;
}

.blog2.blog5 .blog-box .headding .learn:hover {
  color: var(--dr-rose-gold) !important;
}

.blog8 .blog-box .heading h4 a {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.blog8 .blog-box .heading .learn::after {
  border-bottom-color: var(--dr-deep-purple) !important;
  background: var(--dr-gradient) !important;
}

.blog8 .blog-box .heading .learn::before {
  border-bottom-color: var(--dr-deep-purple) !important;
  background: var(--dr-gradient-reverse) !important;
}

/* ========================================
   17. FOOTER
   ======================================== */

.footer5 {
  background: var(--dr-dark) !important;
  color: var(--dr-soft-pink) !important;
}

.footer5 h3 {
  color: var(--dr-white) !important;
}

/* Menu links (eSoft uses #EA25F5 for hover/after) */
.footer5 .single-footer-items .menu-list li a::after,
.footer5 .menu-list li a::after {
  background-color: var(--dr-rose-gold) !important;
}

.footer5 .single-footer-items .menu-list li a:hover,
.footer5 .menu-list li a:hover {
  color: var(--dr-rose-gold) !important;
}

.footer5 .menu-list li a {
  color: var(--dr-soft-pink) !important;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Social icons (eSoft uses purple gradient) */
.footer5 .single-footer-items .social-icons li a:hover::after,
.footer5 .social-icons li a:hover::after {
  background: var(--dr-gradient) !important;
}

.footer5 .social-icons li a {
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--dr-soft-pink) !important;
  transition: all 0.3s ease;
}

.footer5 .social-icons li a:hover {
  background: var(--dr-gradient) !important;
  color: var(--dr-white) !important;
}

.footer5 .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 20px;
}

.footer5 .coppyright a {
  color: var(--dr-soft-pink) !important;
  opacity: 0.7;
}

.footer5 .coppyright a:hover {
  color: var(--dr-rose-gold) !important;
  opacity: 1;
}

.footer5 .footer-icon-box .icon img {
  filter: hue-rotate(330deg) saturate(0.8);
}

.footer5 .footer-icon-box .headding p {
  color: var(--dr-soft-pink) !important;
}

/* footer8 variants */
.footer8 .single-footer-items .menu-list li a::after {
  background-color: var(--dr-rose-gold) !important;
}

.footer8 .single-footer-items .menu-list li a:hover {
  color: var(--dr-rose-gold) !important;
}

.footer8 .single-footer-items .social-icons li a:hover::after {
  background: var(--dr-gradient) !important;
}

/* ========================================
   18. MOBILE HEADER / SIDEBAR
   ======================================== */

.mobile-header3 {
  background: var(--dr-dark) !important;
  padding: 12px 0 !important;
}

.mobile-sidebar4 {
  background: var(--dr-dark) !important;
}

.mobile-sidebar4 .logo-m {
  padding: 20px 20px 16px !important;
}

.mobile-sidebar4 .mobile-nav ul li a {
  color: var(--dr-soft-pink) !important;
}

.mobile-sidebar4 .mobile-nav ul li a:hover {
  color: var(--dr-rose-gold) !important;
}

.mobile-sidebar4 .sidebar1-btn {
  background: var(--dr-gradient) !important;
  color: var(--dr-white) !important;
  border-radius: 8px;
}

.mobile-nav-icon i {
  color: var(--dr-soft-pink) !important;
}

.menu-close i {
  color: var(--dr-soft-pink) !important;
}

/* ========================================
   19. FORM INPUTS (Contact/Login)
   eSoft uses #F5F8FF background
   ======================================== */

.contact-page-area .contact-form-all .form-inputs .input input,
.contact-page-area .contact-form-all .form-inputs .input textarea {
  background-color: var(--dr-bg-light) !important;
  border-color: var(--dr-border) !important;
}

.contact-page-area .contact-form-all .form-inputs .input input:focus,
.contact-page-area .contact-form-all .form-inputs .input textarea:focus {
  border-color: var(--dr-rose-gold) !important;
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.15) !important;
}

.log-in-area .login-form .inputs .single-inputs input {
  background-color: var(--dr-bg-light) !important;
  border-color: var(--dr-border) !important;
}

.log-in-area .login-form .inputs .single-inputs input:focus {
  border-color: var(--dr-rose-gold) !important;
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.15) !important;
}

/* ========================================
   20. WORKS SECTION
   ======================================== */

.works8 .works-box .icon {
  background: var(--dr-gradient) !important;
}

/* ========================================
   21. PRELOADER & BACK TO TOP
   ======================================== */

.preloader5 .loader-circle {
  stroke: var(--dr-rose-gold) !important;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--dr-rose-gold) !important;
}

.progress-wrap {
  background: var(--dr-gradient) !important;
}

/* ========================================
   22. HARDCODED MOR RENK OVERRIDE
   main.css'de var() kullanmayan 19 hardcoded kural
   Her biri tek tek !important ile eziliyor
   ======================================== */

/* #1 — body5 arka plan: #F5F8FF → beyaz (line 10233) */
.body5 {
  background-color: #ffffff !important;
}

/* #2-3 — Blog5 hover renkleri: #EA25F5 → rose gold */
.blog2.blog5 .blog-box .headding h4 a:hover {
  color: var(--dr-rose-gold) !important;
}
.blog2.blog5 .blog-box .headding .learn:hover {
  color: var(--dr-rose-gold) !important;
}

/* #4-5 — Footer5 menu link: #EA25F5 → rose gold */
.footer5 .single-footer-items .menu-list li a::after {
  background-color: var(--dr-rose-gold) !important;
}
.footer5 .single-footer-items .menu-list li a:hover {
  color: var(--dr-rose-gold) !important;
}

/* #6-7 — Pricing5 check mark: #EA25F5 on #F4EAFF → rose gold on soft pink */
.pricing5 .pricing-box .plan-list li span.check {
  color: var(--dr-rose-gold) !important;
  background: var(--dr-soft-pink) !important;
}

/* #8 — Pricing5 plan list divider: #F4EAFF → soft pink */
.pricing5 .pricing-box .plan-list::after {
  background-color: var(--dr-soft-pink) !important;
}

/* #9 — Testimonial5 active dot border: #EA25F5 → rose gold */
.tes5 .slick-dots li.slick-active button::after {
  border: 1px solid var(--dr-rose-gold) !important;
}

/* #10-13 — Service5 tab borders → Bölüm 10'da yönetiliyor */

/* #14 — Testimonial5 active dots gradient → rose gold gradient */
.tes5 .slick-dots li.slick-active button {
  background: var(--dr-gradient) !important;
}

/* #15 — Footer5 social icon hover gradient */
.footer5 .single-footer-items .social-icons li a:hover::after {
  background: var(--dr-gradient) !important;
}

/* #16 — Pricing5 heading gradient text */
.pricing5 .pricing-box .heading5 span.gradint {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* #17-18 — FAQ5 active accordion: purple gradient → rose gold */
.faq5 .accordion .accordion-item.active {
  border: 1px solid var(--dr-rose-gold) !important;
}
.faq5 .accordion .accordion-item.active button {
  background: rgba(183, 110, 121, 0.08) !important;
  color: var(--dr-deep-purple) !important;
}

/* #19-20 — Service5 tab pane + check mark → Bölüm 10'da yönetiliyor */

/* Heading5 span gradient text — var(--Gradient) fallback override */
.heading5 span.span {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Theme-btn7 border — var(--Gradient, #662FFF) fallback */
.theme-btn7 {
  border: none !important;
  border-color: transparent !important;
}

/* AOS ile gelen elemanların renk override */
.body5 [data-aos] h2,
.body5 [data-aos] h3 {
  color: var(--dr-text);
}

/* eSoft mor ikonları ve shape'leri temizle */
.heading5 .title .span img {
  display: none !important;
}

/* eSoft shape resimleri (mor dekoratif) gizle */
.service5 .shape1,
.service5 .shape2,
.tes5 .shape1,
.tes5 .shape2,
.faq5 .shape1,
.faq5 .shape2 {
  display: none !important;
}

/* eSoft quote ikonlarının rengini override */
.tes5 .single-slider .icon img {
  filter: hue-rotate(330deg) saturate(0.6) brightness(0.9) !important;
}

/* eSoft choose ikonlarının rengini override */
.choose5 .choose-box .image img {
  filter: hue-rotate(330deg) saturate(0.6) !important;
}

/* Footer ikonları */
.footer5 .footer-icon-box .icon img {
  filter: hue-rotate(330deg) saturate(0.6) !important;
}

/* ========================================
   23. BAŞVURU FORMU (dresthetica.js)
   ======================================== */

.dr-form-group {
  margin-bottom: 20px;
}

.dr-form-group label {
  display: block;
  font-weight: 500;
  color: var(--dr-text);
  margin-bottom: 6px;
  font-size: 14px;
}

.dr-form-group label .required {
  color: #e74c3c;
}

.dr-form-group input,
.dr-form-group select,
.dr-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--dr-border);
  border-radius: 8px;
  font-size: 15px;
  color: var(--dr-text);
  background: var(--dr-white);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.dr-form-group input:focus,
.dr-form-group select:focus,
.dr-form-group textarea:focus {
  outline: none;
  border-color: var(--dr-rose-gold);
  box-shadow: 0 0 0 3px rgba(183, 110, 121, 0.15);
}

.dr-form-group input.error,
.dr-form-group select.error {
  border-color: #e74c3c;
}

.dr-form-group .error-message {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 4px;
}

/* Honeypot */
.dr-hp-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* KVKK checkbox */
.dr-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dr-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--dr-rose-gold);
}

/* ========================================
   24. ÖZELLİKLER SAYFASI
   ======================================== */

.dr-feature-card {
  background: var(--dr-white);
  border: 1px solid var(--dr-border);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.dr-feature-card:hover {
  border-color: var(--dr-rose-gold);
  box-shadow: 0 10px 40px rgba(183, 110, 121, 0.12);
  transform: translateY(-4px);
}

.dr-feature-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--dr-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--dr-white);
  font-size: 24px;
}

.dr-feature-card h5 {
  color: var(--dr-text);
  margin-bottom: 12px;
}

.dr-feature-card p {
  color: var(--dr-text-light);
  font-size: 14px;
  line-height: 1.6;
}

/* ========================================
   25. SAYAÇLAR
   ======================================== */

.dr-counter-box {
  text-align: center;
  padding: 20px;
}

.dr-counter-box .count {
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--dr-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dr-counter-box p {
  color: var(--dr-text-light);
  margin-top: 8px;
}

/* ========================================
   26. GİRİŞ / HESAP SAYFALARI
   ======================================== */

.dr-auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dr-dark);
  padding: 40px 20px;
}

.dr-auth-box {
  background: var(--dr-white);
  border-radius: 24px;
  padding: 50px 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.dr-auth-box .logo {
  margin-bottom: 30px;
}

.dr-auth-box .logo img {
  height: 50px;
}

/* ========================================
   27. HATA SAYFASI (404)
   ======================================== */

.dr-error-container {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dr-error-container h1 {
  font-size: 8rem;
  font-weight: 800;
  background: var(--dr-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   28. BAŞVURU BAŞARILI
   ======================================== */

.dr-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--dr-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--dr-white);
  font-size: 36px;
}

/* ========================================
   29. ALERTler / BİLDİRİMLER
   ======================================== */

.dr-alert {
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.dr-alert.success {
  background: rgba(39, 174, 96, 0.1);
  color: #27ae60;
  border: 1px solid rgba(39, 174, 96, 0.2);
}

.dr-alert.error {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.2);
}

.dr-alert.info {
  background: rgba(183, 110, 121, 0.1);
  color: var(--dr-rose-gold);
  border: 1px solid rgba(183, 110, 121, 0.2);
}

/* ========================================
   30. LOADING SPINNER
   ======================================== */

.dr-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--dr-white);
  border-radius: 50%;
  animation: dr-spin 0.6s linear infinite;
}

@keyframes dr-spin {
  to { transform: rotate(360deg); }
}

/* ========================================
   31. CATCHALL: eSoft PURPLE → ROSE GOLD
   Renk bağımsız seçicilere son override
   ======================================== */

/* Tüm body5 içindeki gradientlı text */
.body5 .gradint,
.body5 span.gradint {
  background: var(--dr-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Tüm body5 link hover */
.body5 a:hover {
  color: var(--dr-rose-gold);
}

/* Header active link color override */
.header-area.header-area1 .main-menu-ex ul#list-example li a.active,
.header-area.header-area2 .main-menu-ex ul#list-example li a.active {
  color: var(--dr-rose-gold) !important;
}

/* Breadcrumb page header */
.page-header5 {
  background: var(--dr-dark) !important;
}

.page-header5 h1,
.page-header5 h2 {
  color: var(--dr-white) !important;
}

.page-header5 .breadcrumb a {
  color: var(--dr-soft-pink) !important;
}

.page-header5 .breadcrumb .active {
  color: var(--dr-rose-gold) !important;
}

/* ========================================
   32. HEADER BUTTONS (dr-header-buttons)
   Büyük, belirgin, temaya uygun butonlar
   ======================================== */

/* Header buton container */
.dr-header-buttons {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  position: relative !important;
  z-index: 99 !important;
  margin-left: 12px !important;
  flex-shrink: 0 !important;
}

/* Giriş butonu — belirgin border, net görünür */
.header-area.header-area5 .dr-header-buttons .dr-btn-header-ghost,
.header-area5 .dr-btn-header-ghost,
.dr-btn-header-ghost {
  padding: 13px 30px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: all 0.35s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
}
.header-area.header-area5 .dr-header-buttons .dr-btn-header-ghost:hover,
.header-area5 .dr-btn-header-ghost:hover,
.dr-btn-header-ghost:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: #ffffff !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15) !important;
}

/* Başvuru Yap butonu — büyük parlak CTA */
.header-area.header-area5 .dr-header-buttons .dr-btn-header-fill,
.header-area5 .dr-btn-header-fill,
.dr-btn-header-fill {
  padding: 13px 34px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #c9818b 0%, #B76E79 50%, #a25f69 100%) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 20px rgba(183, 110, 121, 0.5),
              0 0 40px rgba(183, 110, 121, 0.2),
              inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
  transition: all 0.35s ease !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
}
.header-area.header-area5 .dr-header-buttons .dr-btn-header-fill:hover,
.header-area5 .dr-btn-header-fill:hover,
.dr-btn-header-fill:hover {
  background: linear-gradient(135deg, #d4929b 0%, #c9818b 50%, #B76E79 100%) !important;
  box-shadow: 0 8px 32px rgba(183, 110, 121, 0.65),
              0 0 50px rgba(183, 110, 121, 0.3),
              inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

/* Sidebar1-btn (mobil menü) — eSoft mor override */
.mobile-sidebar .sidebar1-btn,
.mobile-sidebar4 .sidebar1-btn,
.mobile-nav .sidebar1-btn {
  background: linear-gradient(135deg, #B76E79, #9a5a64) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px rgba(183, 110, 121, 0.3) !important;
}

/* ========================================
   32B. FEATURE LIST (ozellikler.html)
   ======================================== */

.dr-feature-list {
  list-style: none; padding: 0; margin-top: 16px; text-align: left;
}
.dr-feature-list li {
  padding: 6px 0; color: var(--dr-text-light); font-size: 13px;
  display: flex; align-items: center; gap: 8px;
}
.dr-feature-list li i {
  color: var(--dr-rose-gold); font-size: 12px; flex-shrink: 0;
}

/* ========================================
   32C. RESPONSIVE
   ======================================== */

@media (max-width: 1199px) {
  .dr-header-buttons { gap: 10px !important; }
  .dr-btn-header-ghost, .dr-btn-header-fill { padding: 10px 22px !important; font-size: 14px !important; }
}

@media (max-width: 991px) {
  .hero-area5 .main-heading h1 {
    font-size: 2rem;
  }

  .pricing-card {
    margin-bottom: 20px;
  }

  .dr-auth-box {
    padding: 30px 20px;
  }

  .dr-feature-card { margin-bottom: 20px; }
}

@media (max-width: 768px) {
  .dr-hero-title { font-size: 1.8rem; }
  .dr-hero-stat { padding: 12px 14px; }
  .dr-hero-stat .number { font-size: 1.4rem; }
}

@media (max-width: 576px) {
  .hero-area5 .main-heading h1 {
    font-size: 1.6rem;
  }

  .pricing-card .price {
    font-size: 2rem;
  }

  .dr-error-container h1 {
    font-size: 5rem;
  }

  .dr-brand-text {
    font-size: 2rem !important;
  }

  .dr-hero-subtitle {
    font-size: 1rem !important;
  }

  .dr-feature-card { padding: 20px; }
  .dr-feature-card h5 { font-size: 1rem; }
}

/* ========================================
   33. DRESTHETICA MARKA ANİMASYONLARI
   Ana sistemdeki shimmer, glow, float efektleri
   ======================================== */

/* Shimmer animasyonu (sidebar + login'deki ile aynı) */
@keyframes dr-shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes dr-text-shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* Float animasyonları */
@keyframes dr-float-1 {
  0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0.6; }
  50% { transform: translateY(-20px) translateX(10px) rotate(2deg); opacity: 0.8; }
}

@keyframes dr-float-2 {
  0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0.5; }
  50% { transform: translateY(-15px) translateX(-10px) rotate(-2deg); opacity: 0.7; }
}

@keyframes dr-float-3 {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.5; }
  50% { transform: translateY(-25px) rotate(3deg); opacity: 0.7; }
}

/* Fade in up */
@keyframes dr-fade-in-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Scale in */
@keyframes dr-scale-in {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Pulse ring */
@keyframes dr-pulse-ring {
  0% { transform: scale(0.8); opacity: 0.3; }
  50% { transform: scale(1); opacity: 0.1; }
  100% { transform: scale(1.2); opacity: 0; }
}

/* Particle yükselen */
@keyframes dr-particle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

/* Button shine effect */
@keyframes dr-btn-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* ========================================
   34. DRESTHETICA MARKA YAZISI STİLİ
   Ana sistemdeki font-extralight + shimmer text
   ======================================== */

.dr-brand-text {
  font-size: 3rem;
  font-weight: 100; /* extralight */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #F8E8EE, #B76E79, #F8E8EE);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dr-text-shimmer 4s linear infinite;
  line-height: 1.2;
}

.dr-brand-text-sm {
  font-size: 1.8rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(90deg, #F8E8EE, #B76E79, #F8E8EE);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dr-shimmer 3s ease-in-out infinite;
}

/* Brand divider (sidebar'daki çizgi + sparkle) */
.dr-brand-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.dr-brand-divider .line {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 110, 121, 0.5));
}

.dr-brand-divider .line-reverse {
  background: linear-gradient(90deg, rgba(183, 110, 121, 0.5), transparent);
}

.dr-brand-divider .sparkle {
  color: var(--dr-rose-gold);
  opacity: 0.6;
  font-size: 12px;
}

/* Brand subtitle */
.dr-brand-subtitle {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
}

/* ========================================
   35. GLASSMORPHISM STİLLERİ
   Ana sistemdeki backdrop-blur + bg-white/opacity
   ======================================== */

.dr-glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.dr-glass-light {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.dr-glass-strong {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

/* ========================================
   36. HERO KOYU TEMA (Ana sistemle eşleşen)
   ======================================== */

.dr-hero-dark {
  position: relative;
  background: linear-gradient(to bottom right, #0a0a0f, #1a1a2e, #0f0f1a);
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

/* Mesh gradient overlay */
.dr-hero-dark .dr-mesh-gradient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dr-hero-dark .dr-mesh-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(74, 25, 66, 0.15), transparent, rgba(183, 110, 121, 0.12));
}

.dr-hero-dark .dr-mesh-gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(74, 25, 66, 0.08), transparent);
}

/* Tech grid pattern (login'deki ile aynı) */
.dr-tech-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(183, 110, 121, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 110, 121, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Glowing orbs (login'deki ile aynı) */
.dr-glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.dr-glow-orb-1 {
  top: 15%;
  left: 15%;
  width: 250px;
  height: 250px;
  background: rgba(183, 110, 121, 0.12);
  filter: blur(100px);
  animation: dr-float-1 8s ease-in-out infinite;
}

.dr-glow-orb-2 {
  bottom: 15%;
  right: 15%;
  width: 300px;
  height: 300px;
  background: rgba(74, 25, 66, 0.12);
  filter: blur(120px);
  animation: dr-float-2 10s ease-in-out infinite;
}

.dr-glow-orb-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  background: rgba(183, 110, 121, 0.08);
  filter: blur(150px);
  animation: dr-float-3 12s ease-in-out infinite;
}

/* Hero content z-index */
.dr-hero-content {
  position: relative;
  z-index: 2;
}

/* Hero büyük başlık */
.dr-hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.dr-hero-title .highlight {
  color: transparent;
  background: linear-gradient(135deg, #B76E79, #F8E8EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dr-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(248, 232, 238, 0.7);
  line-height: 1.7;
  max-width: 540px;
}

/* Hero stat kartları (glassmorphism) */
.dr-hero-stat {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.dr-hero-stat:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(183, 110, 121, 0.3);
  transform: translateY(-2px);
}

.dr-hero-stat .number {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dr-rose-gold);
}

.dr-hero-stat .label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  letter-spacing: 0.05em;
}

/* ========================================
   37. BUTON SHINE EFEKTİ
   Login'deki button shine animation
   ======================================== */

.dr-btn-shine {
  position: relative;
  overflow: hidden;
}

.dr-btn-shine::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: translateX(-100%);
  transition: none;
}

.dr-btn-shine:hover::after {
  animation: dr-btn-shine 0.7s ease forwards;
}

/* Rose gold glow butonu (login'deki gibi) */
.dr-btn-glow {
  background: linear-gradient(135deg, #B76E79, #9a5a64);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(183, 110, 121, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dr-btn-glow:hover {
  box-shadow: 0 12px 30px rgba(183, 110, 121, 0.35);
  transform: translateY(-2px) scale(1.02);
  color: #ffffff;
}

.dr-btn-glow:active {
  transform: translateY(0) scale(0.98);
}

/* Outline ghost button (dark bg) */
.dr-btn-ghost {
  background: transparent;
  color: var(--dr-soft-pink);
  border: 1px solid rgba(183, 110, 121, 0.4);
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dr-btn-ghost:hover {
  background: rgba(183, 110, 121, 0.1);
  border-color: var(--dr-rose-gold);
  color: #ffffff;
  transform: translateY(-2px);
}

/* ========================================
   38. PARTICLES / FLOATING ELEMENTS
   ======================================== */

.dr-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.dr-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(183, 110, 121, 0.4);
  border-radius: 50%;
  animation: dr-particle 15s linear infinite;
}

.dr-particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 12s; }
.dr-particle:nth-child(2) { left: 25%; animation-delay: 2s; animation-duration: 18s; }
.dr-particle:nth-child(3) { left: 40%; animation-delay: 4s; animation-duration: 14s; }
.dr-particle:nth-child(4) { left: 55%; animation-delay: 1s; animation-duration: 16s; }
.dr-particle:nth-child(5) { left: 70%; animation-delay: 3s; animation-duration: 13s; }
.dr-particle:nth-child(6) { left: 85%; animation-delay: 5s; animation-duration: 17s; }
.dr-particle:nth-child(7) { left: 15%; animation-delay: 6s; animation-duration: 15s; width: 3px; height: 3px; }
.dr-particle:nth-child(8) { left: 60%; animation-delay: 7s; animation-duration: 19s; }

/* ========================================
   39. SECTION BÖLÜMLERİ İÇİN STİLLER
   ======================================== */

/* Dark section (features, testimonials gibi) */
.dr-section-dark {
  background: linear-gradient(180deg, #1A1A2E 0%, #252540 50%, #1A1A2E 100%);
  position: relative;
}

/* Light section */
.dr-section-light {
  background: #ffffff;
}

/* Alt light section */
.dr-section-alt {
  background: var(--dr-bg-light);
}

/* Section divider (üstte wave/curve) */
.dr-section-dark::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #ffffff, transparent);
  pointer-events: none;
  z-index: 1;
}

/* Fade in up animation class */
.dr-animate-up {
  opacity: 0;
  transform: translateY(30px);
  animation: dr-fade-in-up 0.8s ease forwards;
}

.dr-animate-up.delay-1 { animation-delay: 0.1s; }
.dr-animate-up.delay-2 { animation-delay: 0.2s; }
.dr-animate-up.delay-3 { animation-delay: 0.3s; }
.dr-animate-up.delay-4 { animation-delay: 0.4s; }

/* ========================================
   40. INPUT FOCUS STİLLERİ (App ile eşleşen)
   ======================================== */

/* Dark bg üzerinde input (glassmorphism) */
.dr-input-dark {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
}

.dr-input-dark::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.dr-input-dark:focus {
  outline: none;
  border-color: rgba(183, 110, 121, 0.6);
  box-shadow: 0 0 15px rgba(183, 110, 121, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

/* ========================================
   41. KARTLAR (Feature/Pricing cards)
   ======================================== */

/* Light card with rose gold hover */
.dr-card {
  background: #ffffff;
  border: 1px solid var(--dr-border);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.4s ease;
}

.dr-card:hover {
  border-color: rgba(183, 110, 121, 0.3);
  box-shadow: 0 20px 60px rgba(183, 110, 121, 0.1);
  transform: translateY(-6px);
}

/* Glass card (dark bg üzerinde) */
.dr-card-glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 24px;
  transition: all 0.4s ease;
}

.dr-card-glass:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(183, 110, 121, 0.25);
  transform: translateY(-4px);
}

/* ========================================
   42. ROSE GOLD ACCENT ÖĞELERİ
   ======================================== */

.dr-rose-gold-text {
  color: var(--dr-rose-gold);
}

.dr-gradient-text {
  background: var(--dr-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dr-rose-gold-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.15), rgba(74, 25, 66, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dr-rose-gold);
  font-size: 20px;
}

/* ========================================
   43. RESPONSIVE EK KURALLAR
   ======================================== */

@media (max-width: 991px) {
  .dr-hero-dark {
    min-height: 70vh;
  }

  .dr-hero-title {
    font-size: 2.4rem;
  }

  .dr-brand-text {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .dr-hero-title {
    font-size: 1.8rem;
  }

  .dr-hero-subtitle {
    font-size: 1rem;
  }

  .dr-glow-orb-1,
  .dr-glow-orb-2,
  .dr-glow-orb-3 {
    display: none;
  }
}

/* =========================================================
   SECTION BADGE — Tüm bölümlerde kullanılan rozet (belirgin)
   ========================================================= */
.dr-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #4A1942;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid rgba(183, 110, 121, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.dr-section-badge i {
  color: #B76E79;
}
.dr-section-badge-dark {
  background: rgba(183, 110, 121, 0.18);
  color: #F8E8EE;
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-section-badge-dark i {
  color: #B76E79;
}

/* =========================================================
   SECTION BACKGROUNDS — Güçlü Ayrım (Alternating Pattern)
   Pattern: WHITE → DARK → WHITE → PINK → WHITE → DARK → PINK → DARK
   ========================================================= */

/* Neden Biz (dr-neden-biz) — DARK (index'teki "İşinizi Büyütmeniz" vurgu) */
.dr-neden-biz {
  background: linear-gradient(135deg, #1A1A2E 0%, #2D1F3D 50%, #4A1942 100%) !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}
.dr-neden-biz::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.dr-neden-biz::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 25, 66, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.dr-neden-biz .heading5 h2,
.dr-neden-biz .heading5 .title {
  color: #FFFFFF !important;
}
.dr-neden-biz .heading5 h2 .highlight {
  background: linear-gradient(135deg, #F8E8EE 0%, #B76E79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dr-neden-biz .dr-why-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(183, 110, 121, 0.3) !important;
  backdrop-filter: blur(8px);
}
.dr-neden-biz .dr-why-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(183, 110, 121, 0.5) !important;
}
.dr-neden-biz .dr-why-visual {
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.15) 0%, rgba(74, 25, 66, 0.25) 100%) !important;
}
.dr-neden-biz .dr-why-floating {
  background: rgba(255, 255, 255, 0.95) !important;
}
.dr-neden-biz .dr-why-body h5 {
  color: #FFFFFF !important;
}
.dr-neden-biz .dr-why-body > p {
  color: #D8C9D0 !important;
}
.dr-neden-biz .dr-why-bullets {
  border-top-color: rgba(183, 110, 121, 0.3) !important;
}
.dr-neden-biz .dr-why-bullets li {
  color: #E8D4DF !important;
}
.dr-neden-biz .dr-why-bullets li i {
  color: #B76E79 !important;
}

/* Step Area (Randevu/CRM) — WHITE */
.time-track-steps {
  background: #FFFFFF;
  position: relative;
  padding: 80px 0;
}

/* Fiyatlandırma — Soft pink with top breathing room from dr-tech-infra */
.pricing5 {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(183, 110, 121, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FDF5F6 40%, #FFFFFF 100%) !important;
  position: relative;
  padding-top: 140px !important;
  padding-bottom: 120px !important;
  overflow: hidden;
}
.pricing5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, transparent, #B76E79, #4A1942, #B76E79, transparent);
  opacity: 0.6;
}
@media (max-width: 767px) {
  .pricing5 {
    padding-top: 90px !important;
    padding-bottom: 70px !important;
  }
}

/* FAQ — Deep dark for contrast */
.faq5 {
  background: linear-gradient(180deg, #1A1A2E 0%, #2D1F3D 100%) !important;
  position: relative;
  color: #fff;
}
.faq5 .heading5 h2,
.faq5 .heading5 .title {
  color: #fff !important;
}
.faq5 .accordion-button,
.faq5 .accordion-header button,
.faq5 .accordion .accordion-button {
  background: rgba(255, 255, 255, 0.05) !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  background-image: none !important;
  border: 1px solid rgba(183, 110, 121, 0.25) !important;
  color: #FFFFFF !important;
  font-weight: 600 !important;
}
.faq5 .accordion-button:not(.collapsed),
.faq5 .accordion-header button:not(.collapsed),
.faq5 .accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  background-color: #4A1942 !important;
  background-image: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border-color: rgba(183, 110, 121, 0.6) !important;
  box-shadow: 0 10px 24px rgba(183, 110, 121, 0.25) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.faq5 .accordion-button,
.faq5 .accordion-header button,
.faq5 .accordion .accordion-button {
  -webkit-text-fill-color: #FFFFFF !important;
}
.faq5 .accordion-button::after,
.faq5 .accordion-header button::after {
  filter: invert(1) brightness(2);
}
.faq5 .accordion-body {
  background: rgba(183, 110, 121, 0.08) !important;
  background-color: rgba(183, 110, 121, 0.08) !important;
  color: #F8E8EE !important;
  border: 1px solid rgba(183, 110, 121, 0.25);
  border-top: none;
  line-height: 1.7;
}
.faq5 .accordion-item,
.faq5 .accordion.accordion1 .accordion-item {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 12px;
}
.faq5 .accordion-item.active .accordion-button,
.faq5 .accordion1 .accordion-item.active .accordion-button,
.faq5 .accordion .accordion-item.active button,
.faq5 .accordion.accordion1 .accordion-item.active button {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: #FFFFFF !important;
  color: #FFFFFF !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

/* =========================================================
   AKILLI PLANLAYICI (dr-planner)
   ========================================================= */
.dr-planner {
  padding: 100px 0;
  background: #FFFFFF;
  position: relative;
}
.dr-planner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(183, 110, 121, 0.3) 50%, transparent 100%);
}
.dr-planner .heading5 h2 {
  margin-bottom: 16px;
}
.dr-planner-subtitle {
  font-size: 17px;
  color: #555;
  max-width: 760px;
  margin: 8px auto 0;
  line-height: 1.6;
}
.dr-planner-card {
  background: #fff;
  border: 1px solid rgba(183, 110, 121, 0.15);
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(74, 25, 66, 0.04);
}
.dr-planner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(74, 25, 66, 0.12);
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-planner-icon {
  font-size: 38px;
  margin-bottom: 14px;
  display: inline-block;
  background: linear-gradient(135deg, #F8E8EE 0%, #FFFFFF 100%);
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(183, 110, 121, 0.2);
}
.dr-planner-card h5 {
  font-size: 19px;
  font-weight: 700;
  color: #4A1942;
  margin-bottom: 10px;
}
.dr-planner-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.dr-planner-features {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(183, 110, 121, 0.18);
  box-shadow: 0 6px 20px rgba(74, 25, 66, 0.06);
}
.dr-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #333;
  font-size: 15px;
}
.dr-feature-item .check {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}
.dr-feature-item strong {
  color: #4A1942;
}

/* =========================================================
   MÜŞTERİ İLETİŞİMİ V2 — Zig-Zag (Soldan Sağdan)
   ========================================================= */
.dr-comm-v2 {
  padding: 140px 0 130px;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(74, 25, 66, 0.06) 0%, transparent 60%),
    radial-gradient(900px 500px at 90% 110%, rgba(183, 110, 121, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FDF6F3 30%, #F8E8EE 55%, #FDF6F3 82%, #FFFFFF 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dr-comm-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(183, 110, 121, 0.08) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(74, 25, 66, 0.05) 0%, transparent 35%);
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}
.dr-comm-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(26, 26, 46, 0.18) 0%, rgba(26, 26, 46, 0) 80px),
    linear-gradient(0deg, rgba(183, 110, 121, 0.05) 0%, transparent 80px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><circle cx='2' cy='2' r='1' fill='%23B76E79' opacity='0.08'/></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top, bottom, center;
  pointer-events: none;
  z-index: 0;
}
.dr-comm-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.dr-comm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #4A1942;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid rgba(183, 110, 121, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.dr-comm-badge i {
  color: #B76E79;
}
.dr-comm-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 16px;
  line-height: 1.2;
}
.dr-comm-header h2 .gradient-text {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.dr-comm-header > p {
  font-size: 17px;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}
.dr-comm-header > p strong {
  color: #4A1942;
}

/* Channels Zig-Zag */
.dr-comm-channels {
  position: relative;
  z-index: 2;
}
.dr-comm-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.dr-comm-row:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 110, 121, 0.3), transparent);
}
.dr-comm-row.reverse .dr-comm-text {
  order: 2;
}
.dr-comm-row.reverse .dr-comm-mockup {
  order: 1;
}

.dr-comm-channel-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.dr-comm-channel-tag.sms {
  background: rgba(183, 110, 121, 0.12);
  color: #B76E79;
  border: 1px solid rgba(183, 110, 121, 0.3);
}
.dr-comm-channel-tag.whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
.dr-comm-channel-tag.email {
  background: rgba(74, 25, 66, 0.1);
  color: #4A1942;
  border: 1px solid rgba(74, 25, 66, 0.2);
}
.dr-comm-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 14px;
  line-height: 1.25;
}
.dr-comm-text > p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.dr-comm-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dr-comm-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #333;
  font-size: 15px;
}
.dr-comm-bullets li i {
  color: #B76E79;
  font-size: 16px;
  flex-shrink: 0;
}

/* Message Mockup */
.dr-comm-mockup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
}
.dr-phone-bubble {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 380px;
  padding: 20px 22px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(74, 25, 66, 0.15);
  position: relative;
  animation: bubbleFloat 4s ease-in-out infinite;
}
@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.dr-phone-bubble.sms {
  background: linear-gradient(135deg, #F8E8EE 0%, #FFFFFF 100%);
  border: 1px solid rgba(183, 110, 121, 0.2);
}
.dr-phone-bubble.whatsapp {
  background: linear-gradient(135deg, #E7F9EE 0%, #FFFFFF 100%);
  border: 1px solid rgba(37, 211, 102, 0.25);
}
.dr-phone-bubble.email {
  background: linear-gradient(135deg, #EDE3EE 0%, #FFFFFF 100%);
  border: 1px solid rgba(74, 25, 66, 0.15);
}
.dr-bubble-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}
.dr-phone-bubble.sms .dr-bubble-avatar {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
}
.dr-phone-bubble.whatsapp .dr-bubble-avatar {
  background: #25D366;
}
.dr-phone-bubble.email .dr-bubble-avatar {
  background: linear-gradient(135deg, #4A1942 0%, #1A1A2E 100%);
}
.dr-bubble-content {
  flex: 1;
  min-width: 0;
}
.dr-bubble-title {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dr-bubble-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 8px;
}
.dr-bubble-time {
  font-size: 11px;
  color: #999;
  text-align: right;
}
.dr-phone-bubble.whatsapp .dr-bubble-time {
  color: #25D366;
}

/* Footer Note */
.dr-comm-footer {
  margin-top: 50px;
  text-align: center;
  padding: 20px 28px;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.08) 0%, rgba(74, 25, 66, 0.05) 100%);
  border: 1px solid rgba(183, 110, 121, 0.2);
  border-radius: 50px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.dr-comm-footer i {
  color: #B76E79;
  font-size: 18px;
  margin-right: 8px;
}
.dr-comm-footer span {
  color: #444;
  font-size: 15px;
}
.dr-comm-footer strong {
  color: #4A1942;
}

/* Responsive */
@media (max-width: 991px) {
  .dr-comm-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .dr-comm-row.reverse .dr-comm-text { order: 1; }
  .dr-comm-row.reverse .dr-comm-mockup { order: 2; }
  .dr-comm-header h2 { font-size: 32px; }
  .dr-comm-text h3 { font-size: 22px; }
}
@media (max-width: 576px) {
  .dr-comm-v2 { padding: 70px 0; }
  .dr-comm-header h2 { font-size: 26px; }
  .dr-phone-bubble { padding: 16px 18px; }
  .dr-comm-footer { padding: 16px 20px; font-size: 14px; }
}

/* =========================================================
   NASIL ÇALIŞIR (dr-how-it-works) — 3 Adım
   ========================================================= */
.dr-how-it-works {
  padding: 100px 0;
  background: linear-gradient(180deg, #1A1A2E 0%, #2D1F3D 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dr-how-it-works::before {
  content: '';
  position: absolute;
  top: 10%;
  right: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.dr-how-header {
  margin-bottom: 40px;
}
.dr-how-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(183, 110, 121, 0.15);
  color: #F8E8EE;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid rgba(183, 110, 121, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.dr-how-badge i {
  color: #B76E79;
}
.dr-how-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.dr-how-header > p {
  font-size: 17px;
  color: #D8C9D0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.dr-how-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.dr-how-step {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(183, 110, 121, 0.25);
  border-radius: 20px;
  padding: 36px 28px;
  backdrop-filter: blur(8px);
  position: relative;
  transition: all 0.3s ease;
}
.dr-how-step:hover {
  transform: translateY(-6px);
  border-color: #B76E79;
  background: rgba(183, 110, 121, 0.1);
  box-shadow: 0 16px 40px rgba(183, 110, 121, 0.25);
}
.dr-how-num {
  position: absolute;
  top: -20px;
  left: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(183, 110, 121, 0.4);
}
.dr-how-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(183, 110, 121, 0.2);
  color: #F8E8EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 16px 0 20px;
}
.dr-how-step h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.dr-how-step > p {
  color: #D8C9D0;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.dr-how-example {
  background: rgba(183, 110, 121, 0.12);
  border-left: 3px solid #B76E79;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: #E8D4DF;
  line-height: 1.5;
}
.dr-how-example strong {
  color: #F8E8EE;
}
.dr-how-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B76E79;
  font-size: 24px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 991px) {
  .dr-how-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dr-how-arrow {
    transform: rotate(90deg);
    margin: -10px 0;
  }
  .dr-how-header h2 { font-size: 32px; }
}
@media (max-width: 576px) {
  .dr-how-it-works { padding: 70px 0; }
  .dr-how-header h2 { font-size: 26px; }
  .dr-how-step { padding: 30px 22px; }
}

/* =========================================================
   TEKNİK ALTYAPI (dr-tech-infra)
   ========================================================= */
.dr-tech-infra {
  padding: 100px 0 130px;
  background: linear-gradient(135deg, #1A1A2E 0%, #2D1F3D 50%, #4A1942 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dr-tech-infra > .container {
  position: relative;
  z-index: 2;
}
.dr-tech-infra::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.dr-tech-infra::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 25, 66, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.dr-tech-header h2 {
  color: #FFFFFF !important;
}
.dr-tech-header > p {
  color: #D8C9D0 !important;
}
.dr-tech-badge {
  background: rgba(183, 110, 121, 0.18) !important;
  color: #F8E8EE !important;
  border-color: rgba(183, 110, 121, 0.4) !important;
}
.dr-tech-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(183, 110, 121, 0.25) !important;
  backdrop-filter: blur(8px);
}
.dr-tech-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(183, 110, 121, 0.5) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3) !important;
}
.dr-tech-card h5 {
  color: #FFFFFF !important;
}
.dr-tech-card p {
  color: #D8C9D0 !important;
}
.dr-tech-icon {
  background: linear-gradient(135deg, rgba(248, 232, 238, 0.15) 0%, rgba(183, 110, 121, 0.25) 100%) !important;
  color: #F8E8EE !important;
}
.dr-tech-header {
  margin-bottom: 40px;
}
.dr-tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.1) 100%);
  color: #4A1942;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50px;
  border: 1px solid rgba(183, 110, 121, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.dr-tech-badge i {
  color: #B76E79;
}
.dr-tech-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 16px;
  line-height: 1.2;
}
.dr-tech-header > p {
  font-size: 16px;
  color: #555;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.dr-tech-card {
  background: #fff;
  border: 1px solid rgba(74, 25, 66, 0.1);
  border-radius: 16px;
  padding: 26px 22px;
  height: 100%;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.dr-tech-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #B76E79 0%, #4A1942 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dr-tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(74, 25, 66, 0.1);
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-tech-card:hover::before {
  opacity: 1;
}
.dr-tech-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.dr-tech-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #4A1942;
  margin-bottom: 8px;
}
.dr-tech-card p {
  color: #666;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .dr-tech-header h2 { font-size: 32px; }
}
@media (max-width: 576px) {
  .dr-tech-infra { padding: 70px 0; }
  .dr-tech-header h2 { font-size: 24px; }
  .dr-tech-card { padding: 22px 18px; }
}

/* =========================================================
   ÖZELLİKLER KATEGORİLİ (dr-features-grouped)
   ========================================================= */
.dr-features-grouped {
  padding: 60px 0 80px;
  background: #FFFFFF;
}
.dr-feat-category {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(183, 110, 121, 0.15);
}
.dr-feat-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.dr-feat-cat-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgba(183, 110, 121, 0.25);
}
.dr-feat-cat-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(74, 25, 66, 0.2);
}
.dr-feat-cat-head h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 4px 0;
}
.dr-feat-cat-head p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.dr-feature-card {
  background: #fff;
  border: 1px solid rgba(74, 25, 66, 0.1);
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.dr-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(74, 25, 66, 0.1);
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-feature-card > .icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.dr-feature-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #4A1942;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.dr-feature-card .dr-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dr-feature-card .dr-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 0;
  color: #444;
  font-size: 13px;
  line-height: 1.45;
}
.dr-feature-card .dr-feature-list li i {
  color: #B76E79;
  font-size: 11px;
  margin-top: 5px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dr-feat-cat-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .dr-feat-cat-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
  .dr-feat-cat-head h3 { font-size: 22px; }
}
@media (max-width: 576px) {
  .dr-features-grouped { padding: 40px 0 60px; }
  .dr-feat-category { margin-bottom: 40px; padding-bottom: 30px; }
  .dr-feature-card { padding: 18px 16px; }
}

/* =========================================================
   NEDEN DRESTHETICA — Why Cards (dr-why-card)
   ========================================================= */
.dr-why-card {
  background: #fff;
  border: 1px solid rgba(183, 110, 121, 0.15);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 4px 16px rgba(74, 25, 66, 0.05);
  position: relative;
}
.dr-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B76E79 0%, #4A1942 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.dr-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(74, 25, 66, 0.15);
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-why-card:hover::before {
  transform: scaleX(1);
}

.dr-why-visual {
  position: relative;
  height: 180px;
  background: linear-gradient(135deg, #F8E8EE 0%, #FFFFFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dr-why-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(183, 110, 121, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(74, 25, 66, 0.08) 0%, transparent 40%);
  pointer-events: none;
}
.dr-why-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 12px 28px rgba(74, 25, 66, 0.3);
  animation: whyIconPulse 3s ease-in-out infinite;
}
@keyframes whyIconPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 28px rgba(74, 25, 66, 0.3); }
  50% { transform: scale(1.05); box-shadow: 0 16px 36px rgba(74, 25, 66, 0.4); }
}
.dr-why-floating {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(74, 25, 66, 0.15);
  border: 1px solid rgba(183, 110, 121, 0.2);
  z-index: 3;
}
.dr-float-1 {
  top: 22px;
  left: 26px;
  animation: whyFloat 4s ease-in-out infinite;
}
.dr-float-2 {
  top: 28px;
  right: 22px;
  animation: whyFloat 4s ease-in-out infinite 1s;
  color: #25D366;
}
.dr-float-3 {
  bottom: 20px;
  right: 34px;
  animation: whyFloat 4s ease-in-out infinite 2s;
  color: #4A1942;
}
@keyframes whyFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.dr-why-body {
  padding: 28px 24px;
}
.dr-why-body h5 {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 12px;
  line-height: 1.3;
}
.dr-why-body > p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 16px;
}
.dr-why-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dashed rgba(183, 110, 121, 0.2);
  padding-top: 14px;
}
.dr-why-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: #444;
  font-size: 13.5px;
}
.dr-why-bullets li i {
  color: #B76E79;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dr-why-visual { height: 160px; }
  .dr-why-icon { width: 78px; height: 78px; font-size: 32px; }
  .dr-why-body h5 { font-size: 18px; }
  .dr-why-body { padding: 22px 20px; }
  .choose5 .row > [class^="col"],
  .choose5 .row > [class*=" col"] { margin-bottom: 20px; }
  .choose5 .row > [class^="col"]:last-child,
  .choose5 .row > [class*=" col"]:last-child { margin-bottom: 0; }
  .choose5 .dr-why-card { margin-bottom: 0; }
  .choose5 .container { padding-left: 18px !important; padding-right: 18px !important; }
  .choose5.sp, .choose5 { padding-top: 70px !important; padding-bottom: 70px !important; }
}

/* =========================================================
   RANDEVU & CRM SHOWCASE VISUAL (dr-showcase-visual)
   ========================================================= */
.dr-showcase-visual {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-showcase-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.2) 0%, rgba(183, 110, 121, 0.05) 50%, transparent 70%);
  animation: showcaseBgPulse 4s ease-in-out infinite;
}
@keyframes showcaseBgPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}
.dr-showcase-main {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 36px;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  box-shadow: 0 20px 50px rgba(74, 25, 66, 0.35);
  animation: showcaseMainFloat 4s ease-in-out infinite;
}
@keyframes showcaseMainFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}
.dr-showcase-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid rgba(183, 110, 121, 0.2);
  border-radius: 50px;
  box-shadow: 0 12px 28px rgba(74, 25, 66, 0.12);
  font-size: 13px;
  font-weight: 600;
  color: #4A1942;
  z-index: 3;
  white-space: nowrap;
}
.dr-showcase-chip i {
  color: #B76E79;
  font-size: 16px;
}
.dr-showcase-chip.dr-chip-1 i { color: #B76E79; }
.dr-showcase-chip.dr-chip-2 i { color: #25D366; }
.dr-showcase-chip.dr-chip-3 i { color: #4A1942; }
.dr-showcase-chip.dr-chip-4 i { color: #16a34a; }

/* Sol görsel (Randevu) — chip pozisyonları */
.dr-chip-1 {
  top: 15%;
  left: 10%;
  animation: chipFloat 5s ease-in-out infinite;
}
.dr-chip-2 {
  top: 20%;
  right: 8%;
  animation: chipFloat 5s ease-in-out infinite 1s;
}
.dr-chip-3 {
  bottom: 25%;
  left: 6%;
  animation: chipFloat 5s ease-in-out infinite 2s;
}
.dr-chip-4 {
  bottom: 15%;
  right: 12%;
  animation: chipFloat 5s ease-in-out infinite 1.5s;
}
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Sağ görsel (CRM) — chip pozisyonları mirror */
.dr-showcase-right .dr-chip-1 {
  top: 18%;
  right: 12%;
  left: auto;
}
.dr-showcase-right .dr-chip-2 {
  top: 22%;
  left: 8%;
  right: auto;
}
.dr-showcase-right .dr-chip-3 {
  bottom: 28%;
  right: 6%;
  left: auto;
}
.dr-showcase-right .dr-chip-4 {
  bottom: 12%;
  left: 14%;
  right: auto;
}

@media (max-width: 991px) {
  .dr-showcase-visual { min-height: 360px; margin-top: 40px; }
  .dr-showcase-bg { width: 300px; height: 300px; }
  .dr-showcase-main { width: 120px; height: 120px; font-size: 52px; border-radius: 28px; }
  .dr-showcase-chip { font-size: 12px; padding: 10px 14px; }
}
@media (max-width: 576px) {
  .dr-showcase-visual { min-height: 320px; }
  .dr-showcase-bg { width: 260px; height: 260px; }
  .dr-showcase-main { width: 100px; height: 100px; font-size: 44px; }
  .dr-showcase-chip { font-size: 11px; padding: 8px 12px; }
  .dr-showcase-chip i { font-size: 14px; }
}

/* =========================================================
   CTA VISUAL (dr-cta-visual) — Ücretsiz Deneme
   ========================================================= */
.dr-cta-visual {
  position: relative;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-cta-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  animation: ctaBgSpin 20s linear infinite;
}
.dr-cta-bg::before,
.dr-cta-bg::after {
  content: '';
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  animation: ctaBgSpin 30s linear infinite reverse;
}
.dr-cta-bg::after {
  inset: -50px;
  border-color: rgba(255, 255, 255, 0.12);
  animation-duration: 40s;
}
@keyframes ctaBgSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.dr-cta-main-wrap {
  position: relative;
  z-index: 2;
  animation: ctaMainBob 3.5s ease-in-out infinite;
}
.dr-cta-main {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 36px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8E8EE 100%);
  color: #4A1942;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@keyframes ctaMainBob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-14px) scale(1.03); }
}
.dr-cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  animation: ctaShine 3s ease-in-out infinite;
}
@keyframes ctaShine {
  0% { left: -100%; }
  50%, 100% { left: 150%; }
}
.dr-cta-badge {
  position: absolute;
  bottom: -16px;
  right: -20px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  animation: ctaBadgePulse 2s ease-in-out infinite;
  white-space: nowrap;
  z-index: 4;
}
@keyframes ctaBadgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.dr-cta-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-weight: 600;
  color: #4A1942;
  z-index: 3;
  white-space: nowrap;
}
.dr-cta-chip i {
  color: #B76E79;
  font-size: 15px;
}
.dr-cta-c1 {
  top: 12%;
  left: 4%;
  animation: ctaChipFloat 4s ease-in-out infinite;
}
.dr-cta-c2 {
  top: 18%;
  right: 2%;
  animation: ctaChipFloat 4s ease-in-out infinite 1s;
}
.dr-cta-c3 {
  bottom: 22%;
  left: 0;
  animation: ctaChipFloat 4s ease-in-out infinite 2s;
}
.dr-cta-c4 {
  bottom: 14%;
  right: 4%;
  animation: ctaChipFloat 4s ease-in-out infinite 1.5s;
}
@keyframes ctaChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .dr-cta-visual { min-height: 320px; margin-top: 40px; }
  .dr-cta-bg { width: 280px; height: 280px; }
  .dr-cta-main { width: 120px; height: 120px; font-size: 48px; border-radius: 28px; }
  .dr-cta-chip { font-size: 12px; padding: 8px 14px; }
}
@media (max-width: 576px) {
  .dr-cta-visual { min-height: 280px; }
  .dr-cta-bg { width: 240px; height: 240px; }
  .dr-cta-main { width: 100px; height: 100px; font-size: 40px; }
  .dr-cta-chip { font-size: 11px; padding: 7px 12px; }
  .dr-cta-chip i { font-size: 13px; }
  .dr-cta-badge { font-size: 10px; padding: 5px 10px; bottom: -12px; right: -12px; }
}

/* =========================================================
   HERO VISUAL — Dashboard Mockup + Orbs + Chips (dr-hero-visual)
   ========================================================= */
.dr-hero-visual {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dr-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  z-index: 1;
  animation: heroOrbFloat 8s ease-in-out infinite;
}
.dr-hero-orb-a {
  top: 10%;
  left: 5%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #B76E79 0%, transparent 70%);
}
.dr-hero-orb-b {
  bottom: 15%;
  right: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #4A1942 0%, transparent 70%);
  animation-delay: 2s;
}
.dr-hero-orb-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(248, 232, 238, 0.4) 0%, transparent 70%);
  animation-delay: 4s;
}
@keyframes heroOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 20px) scale(1.1); }
}
.dr-hero-orb-c {
  animation: heroOrbCFloat 8s ease-in-out infinite 4s;
}
@keyframes heroOrbCFloat {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.15); }
}

/* Phone/Dashboard Mockup */
.dr-hero-phone {
  position: relative;
  z-index: 3;
  width: 280px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  border-radius: 28px;
  box-shadow:
    0 40px 80px rgba(74, 25, 66, 0.35),
    0 0 0 1px rgba(183, 110, 121, 0.15);
  overflow: hidden;
  animation: heroPhoneFloat 4s ease-in-out infinite;
}
@keyframes heroPhoneFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}
.dr-hero-phone-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%);
}
.dr-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.dr-hero-dot:nth-child(1) { background: rgba(255, 255, 255, 0.9); }
.dr-hero-dot:nth-child(2) { background: rgba(255, 255, 255, 0.6); }
.dr-hero-phone-body {
  padding: 18px;
}
.dr-hero-phone-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(183, 110, 121, 0.1);
}
.dr-hero-phone-row:last-of-type {
  border-bottom: none;
}
.dr-hero-phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.2) 100%);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.dr-hero-phone-icon.alt {
  background: linear-gradient(135deg, rgba(74, 25, 66, 0.1) 0%, rgba(74, 25, 66, 0.2) 100%);
  color: #4A1942;
}
.dr-hero-phone-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dr-hero-phone-bars span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #B76E79 0%, #4A1942 100%);
  opacity: 0.8;
}
.dr-hero-phone-bars span:nth-child(2) {
  opacity: 0.5;
  background: linear-gradient(90deg, rgba(183, 110, 121, 0.3) 0%, rgba(74, 25, 66, 0.3) 100%);
}
.dr-hero-phone-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  height: 70px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(183, 110, 121, 0.1);
}
.dr-hero-chart-bar {
  flex: 1;
  background: linear-gradient(180deg, #B76E79 0%, #4A1942 100%);
  border-radius: 4px 4px 0 0;
  animation: heroChartGrow 2s ease-out;
}
@keyframes heroChartGrow {
  from { height: 0 !important; opacity: 0; }
}

/* Floating Chips */
.dr-hero-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(183, 110, 121, 0.25);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(74, 25, 66, 0.18);
  z-index: 4;
  white-space: nowrap;
}
.dr-hero-chip > i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.dr-hero-chip > div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.2;
}
.dr-hero-chip strong {
  font-size: 12px;
  color: #1A1A2E;
  font-weight: 700;
}
.dr-hero-chip small {
  font-size: 10px;
  color: #777;
}
.dr-hero-chip-2 > i {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
}
.dr-hero-chip-3 > i {
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
}

.dr-hero-chip-1 {
  top: 12%;
  left: -8%;
  animation: heroChipFloat 5s ease-in-out infinite;
}
.dr-hero-chip-2 {
  top: 42%;
  right: -6%;
  animation: heroChipFloat 5s ease-in-out infinite 1.5s;
}
.dr-hero-chip-3 {
  bottom: 8%;
  left: -4%;
  animation: heroChipFloat 5s ease-in-out infinite 3s;
}
@keyframes heroChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 1199px) {
  .dr-hero-chip-1 { left: -4%; }
  .dr-hero-chip-3 { left: 0; }
  .dr-hero-chip-2 { right: -2%; }
}
@media (max-width: 991px) {
  .dr-hero-visual { min-height: 400px; }
  .dr-hero-phone { width: 240px; }
  .dr-hero-phone-chart { height: 56px; }
}

/* =========================================================
   MOBILE FIXES — Hero padding, sidebar renkleri
   ========================================================= */

/* Mobilde hero'nun header'a yakın gelmesi düzeltmesi */
@media (max-width: 991px) {
  .dr-hero-dark {
    padding-top: 80px !important;
  }
}
@media (max-width: 576px) {
  .dr-hero-dark {
    padding-top: 90px !important;
  }
  .dr-hero-title {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }
  .dr-hero-subtitle {
    font-size: 15px !important;
  }
}

/* Mobile Sidebar — Brand uyumlu dark theme */
.mobile-sidebar.mobile-sidebar4,
.mobile-sidebar {
  background: linear-gradient(180deg, #1A1A2E 0%, #2D1F3D 50%, #4A1942 100%) !important;
  color: #F8E8EE !important;
}
.mobile-sidebar .logo-m .dr-mobile-brand .brand-name,
.mobile-sidebar .dr-mobile-brand .brand-name {
  color: #FFFFFF !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mobile-sidebar .logo-m .dr-mobile-brand .brand-sub,
.mobile-sidebar .dr-mobile-brand .brand-sub {
  color: rgba(248, 232, 238, 0.7) !important;
  font-size: 11px;
  letter-spacing: 0.1em;
  display: block;
}
.mobile-sidebar .menu-close {
  color: #F8E8EE !important;
  background: rgba(183, 110, 121, 0.2);
  border: 1px solid rgba(183, 110, 121, 0.3);
}
.mobile-sidebar .menu-close:hover {
  background: rgba(183, 110, 121, 0.35);
}
.mobile-sidebar .mobile-nav ul li a {
  color: #F8E8EE !important;
  border-bottom: 1px solid rgba(248, 232, 238, 0.12) !important;
  padding: 14px 0 !important;
  transition: all 0.25s ease;
}
.mobile-sidebar .mobile-nav ul li a:hover,
.mobile-sidebar .mobile-nav ul li a.active {
  color: #FFFFFF !important;
  padding-left: 12px !important;
  background: linear-gradient(90deg, rgba(183, 110, 121, 0.2) 0%, transparent 100%);
}
.mobile-sidebar .sidebar1-btn {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: 0 8px 20px rgba(183, 110, 121, 0.4) !important;
}
.mobile-sidebar .sidebar1-btn:hover {
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%) !important;
  transform: translateY(-2px);
}
.mobile-sidebar .contact-infos h3 {
  color: #FFFFFF !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-sidebar .contact-infos .box .icon span {
  background: rgba(183, 110, 121, 0.2) !important;
  color: #F8E8EE !important;
  border: 1px solid rgba(183, 110, 121, 0.3);
}
.mobile-sidebar .contact-infos .box .pera a,
.mobile-sidebar .contact-infos a {
  color: #F8E8EE !important;
}
.mobile-sidebar .contact-infos .box .pera a:hover {
  color: #FFFFFF !important;
}
.mobile-sidebar .contact-infos .icon-list li a {
  color: #F8E8EE !important;
  background: rgba(183, 110, 121, 0.15) !important;
  border: 1px solid rgba(183, 110, 121, 0.25);
}
.mobile-sidebar .contact-infos .icon-list li a:hover {
  background: rgba(183, 110, 121, 0.35) !important;
  color: #FFFFFF !important;
}

/* Mobile header (sticky top bar) */
.mobile-header.mobile-header3 {
  background: linear-gradient(135deg, #1A1A2E 0%, #2D1F3D 100%) !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(183, 110, 121, 0.25);
}
.mobile-header .dr-mobile-brand .brand-name {
  color: #FFFFFF !important;
}
.mobile-header .dr-mobile-brand .brand-sub {
  color: rgba(248, 232, 238, 0.7) !important;
  font-size: 10px;
}
.mobile-header .mobile-nav-icon {
  color: #F8E8EE !important;
  background: rgba(183, 110, 121, 0.2);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(183, 110, 121, 0.3);
}
.mobile-header .mobile-nav-icon:hover {
  background: rgba(183, 110, 121, 0.35);
  color: #FFFFFF !important;
}

/* =========================================================
   ENTEGRASYONLAR (dr-integrations)
   ========================================================= */
.dr-integrations {
  padding: 100px 0;
  background: #FFFFFF;
  position: relative;
}
.dr-integrations::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(183, 110, 121, 0.3) 50%, transparent 100%);
}
.dr-integration-item {
  background: #fff;
  border: 1px solid rgba(74, 25, 66, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  text-align: left;
  transition: all 0.3s ease;
}
.dr-integration-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(74, 25, 66, 0.1);
  border-color: rgba(183, 110, 121, 0.4);
}
.dr-integration-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #F8E8EE 0%, rgba(183, 110, 121, 0.15) 100%);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.dr-integration-item h5 {
  font-size: 17px;
  font-weight: 700;
  color: #4A1942;
  margin-bottom: 8px;
}
.dr-integration-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .dr-planner,
  .dr-communication,
  .dr-integrations {
    padding: 70px 0;
  }
  .dr-planner-card,
  .dr-comm-card,
  .dr-integration-item {
    padding: 22px 18px;
  }
  .dr-planner-features {
    padding: 22px 18px;
  }
}

/* =========================================================
   HAKKIMIZDA — dr-about-stats / modules / vm / values
   ========================================================= */
.dr-about-stats {
  background: linear-gradient(135deg, #1A1A2E 0%, #2D1F3D 50%, #4A1942 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.dr-about-stats::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.2) 0%, transparent 70%);
  pointer-events: none;
}
.dr-about-stats::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 25, 66, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.dr-about-stats > .container { position: relative; z-index: 2; }

.dr-stat-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(183, 110, 121, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 32px 22px 28px;
  text-align: center;
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.dr-stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #B76E79, transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.dr-stat-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(183, 110, 121, 0.55);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(74, 25, 66, 0.45);
}
.dr-stat-card:hover::before { opacity: 1; }
.dr-stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.25) 0%, rgba(74, 25, 66, 0.35) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F8E8EE;
  font-size: 22px;
  margin: 0 auto 18px;
  border: 1px solid rgba(183, 110, 121, 0.35);
}
.dr-stat-number {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #F8E8EE 0%, #B76E79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.dr-stat-label {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.dr-stat-desc {
  color: rgba(248, 232, 238, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

/* Modules Category Tiles (Hakkımızda) */
.dr-about-modules {
  background: #FFFFFF;
  position: relative;
}
.dr-module-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #FFFFFF;
  border: 1px solid var(--dr-border);
  border-radius: 16px;
  padding: 22px 22px;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dr-module-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.05) 0%, rgba(74, 25, 66, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.dr-module-tile:hover {
  border-color: var(--dr-rose-gold);
  box-shadow: 0 14px 34px rgba(183, 110, 121, 0.18);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}
.dr-module-tile:hover::before { opacity: 1; }
.dr-module-tile-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(74, 25, 66, 0.22);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.dr-module-tile:hover .dr-module-tile-icon {
  transform: rotate(-4deg) scale(1.06);
}
.dr-module-tile h5 {
  font-size: 17px;
  font-weight: 700;
  color: #2d2d3a;
  margin: 0;
  flex: 1;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.dr-module-tile-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(183, 110, 121, 0.1);
  color: #B76E79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.dr-module-tile:hover .dr-module-tile-arrow {
  background: var(--dr-gradient);
  color: #FFFFFF;
  transform: translateX(4px);
}
@media (max-width: 576px) {
  .dr-module-tile { padding: 18px 16px; gap: 12px; }
  .dr-module-tile-icon { width: 48px; height: 48px; font-size: 18px; }
  .dr-module-tile h5 { font-size: 15px; }
  .dr-module-tile-arrow { width: 30px; height: 30px; }
}

/* Vizyon & Misyon */
.dr-vizyon-misyon {
  background: linear-gradient(180deg, #FDF5F6 0%, #FFFFFF 100%);
  position: relative;
}
.dr-vm-card {
  background: #FFFFFF;
  border: 1px solid var(--dr-border);
  border-radius: 20px;
  padding: 36px 32px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 6px 24px rgba(74, 25, 66, 0.04);
}
.dr-vm-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.dr-vm-card:hover {
  transform: translateY(-6px);
  border-color: var(--dr-rose-gold);
  box-shadow: 0 20px 50px rgba(183, 110, 121, 0.15);
}
.dr-vm-icon-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.dr-vm-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--dr-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(183, 110, 121, 0.3);
}
.dr-vm-tag {
  font-size: 12px;
  font-weight: 700;
  color: #B76E79;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dr-vm-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2d2d3a;
  margin-bottom: 14px;
  line-height: 1.3;
}
.dr-vm-card > p {
  color: #6b6b80;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.dr-vm-points {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(183, 110, 121, 0.2);
  padding-top: 18px;
}
.dr-vm-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: #2d2d3a;
  font-size: 14px;
  font-weight: 500;
}
.dr-vm-points li i {
  color: #B76E79;
  font-size: 16px;
  flex-shrink: 0;
}

/* Değerlerimiz */
.dr-values {
  background: linear-gradient(180deg, #FFFFFF 0%, #FDF5F6 100%);
  position: relative;
}
.dr-value-card {
  background: #FFFFFF;
  border: 1px solid var(--dr-border);
  border-radius: 16px;
  padding: 32px 26px 28px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.dr-value-card:hover {
  border-color: var(--dr-rose-gold);
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(183, 110, 121, 0.13);
}
.dr-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(74, 25, 66, 0.22);
}
.dr-value-card h5 {
  font-size: 19px;
  font-weight: 700;
  color: #2d2d3a;
  margin-bottom: 12px;
}
.dr-value-card p {
  color: #6b6b80;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 767px) {
  .dr-about-stats { padding: 70px 0; }
  .dr-stat-number { font-size: 38px; }
  .dr-vm-card { padding: 28px 22px; }
  .dr-vm-card h3 { font-size: 20px; }
  .dr-value-card { padding: 26px 20px; }
  .dr-module-card { padding: 24px 20px; }
}

/* =========================================================
   SCROLL-TO-TOP BUTONU — Marka uyumlu
   ========================================================= */
.progress-wrap {
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%) !important;
  box-shadow: 0 10px 30px rgba(74, 25, 66, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}
.progress-wrap::after,
.progress-wrap::before {
  color: #FFFFFF !important;
}
.progress-wrap svg.progress-circle path {
  stroke: #F8E8EE !important;
  stroke-width: 3 !important;
}
.progress-wrap:hover {
  background: linear-gradient(135deg, #B76E79 0%, #4A1942 100%) !important;
  transform: translateY(-3px) !important;
}

/* =========================================================
   HERO SECTOR CHIPS
   ========================================================= */
.dr-hero-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  justify-content: flex-start;
}
.dr-hero-sector {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #F8E8EE;
  font-size: 12.5px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid rgba(183, 110, 121, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  white-space: nowrap;
  transition: all 0.25s ease;
}
.dr-hero-sector i {
  color: #B76E79;
  font-size: 12px;
}
.dr-hero-sector:hover {
  background: rgba(183, 110, 121, 0.22);
  border-color: rgba(183, 110, 121, 0.6);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .dr-hero-sectors { justify-content: center; }
}
@media (max-width: 576px) {
  .dr-hero-sector { padding: 6px 11px; font-size: 11.5px; }
}

/* =========================================================
   SMOOTH SCROLL & MOBILE REVEAL (index + ozellikler)
   ========================================================= */
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dr-reveal-init { opacity: 1 !important; transform: none !important; }
}

.dr-reveal-init {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms cubic-bezier(.2,.65,.3,1), transform 800ms cubic-bezier(.2,.65,.3,1);
  will-change: opacity, transform;
}
.dr-reveal-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Mobilde AOS daha yumuşak */
@media (max-width: 991px) {
  [data-aos] {
    transition-duration: 900ms !important;
    transition-timing-function: cubic-bezier(.2,.65,.3,1) !important;
  }
  [data-aos="fade-up"] {
    transform: translate3d(0, 36px, 0);
  }
  [data-aos="zoom-in"],
  [data-aos="zoom-in-up"] {
    transform: scale(0.96) translate3d(0, 24px, 0);
  }
  [data-aos="fade-right"] {
    transform: translate3d(-32px, 0, 0);
  }
  [data-aos="fade-left"] {
    transform: translate3d(32px, 0, 0);
  }
  [data-aos].aos-animate {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

/* ==========================================================
   Başvuru formu — Müşteri Tipi kartları (Kurumsal / Bireysel)
   ========================================================== */
.dr-ctype-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.dr-ctype-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: var(--dr-white, #fff);
  border: 2px solid var(--dr-border, #e7dde2);
  border-radius: 14px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  margin: 0;
  user-select: none;
}

.dr-ctype-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dr-ctype-card:hover {
  border-color: rgba(183, 110, 121, 0.5);
  transform: translateY(-1px);
}

.dr-ctype-card.selected {
  border-color: var(--dr-rose-gold, #B76E79);
  background: linear-gradient(135deg, rgba(74, 25, 66, 0.04), rgba(183, 110, 121, 0.08));
  box-shadow: 0 6px 18px rgba(183, 110, 121, 0.18);
}

.dr-ctype-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: rgba(183, 110, 121, 0.12);
  color: var(--dr-rose-gold, #B76E79);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background .18s ease, color .18s ease;
}

.dr-ctype-card.selected .dr-ctype-icon {
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%);
  color: #fff;
}

.dr-ctype-text {
  flex: 1;
  line-height: 1.35;
}

.dr-ctype-text strong {
  display: block;
  font-size: 15px;
  color: var(--dr-text, #1a1a2e);
  font-weight: 600;
}

.dr-ctype-text small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--dr-text-light, #6b6b80);
}

.dr-ctype-check {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dr-rose-gold, #B76E79);
  font-size: 20px;
  opacity: 0;
  transition: opacity .18s ease;
}

.dr-ctype-card.selected .dr-ctype-check {
  opacity: 1;
}

@media (max-width: 575px) {
  .dr-ctype-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dr-ctype-card {
    padding: 14px 14px;
  }
  .dr-ctype-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 17px;
  }
  .dr-ctype-text strong { font-size: 14px; }
  .dr-ctype-text small { font-size: 11px; }
}

/* ==========================================================
   Header breakpoint override — Bootstrap `lg` (≥992px) yerine `xl` (≥1200px)
   992-1199 aralığında desktop header'daki marka + menü + butonlar sığmıyor, layout patlıyor.
   Bu aralıkta da mobile header'ı göstererek layout bütünlüğünü koruyoruz.
   HTML'deki Bootstrap `d-lg-block` / `d-lg-none` sınıflarını override ediyoruz.
   ========================================================== */
@media (max-width: 1199.98px) {
  /* Desktop header'ı gizle (Bootstrap .d-lg-block 992px+ block'a zorluyor) */
  .header-area.d-lg-block { display: none !important; }
  /* Mobile header ve sidebar'ı göster (Bootstrap .d-lg-none 992px+ none'a zorluyor) */
  .mobile-header.d-lg-none { display: block !important; }
  .mobile-sidebar.d-lg-none { display: block !important; }
}

/* ==========================================================
   Pricing kartları (4-card layout) — fiyatlandirma sayfası
   API'den gelen paketler dinamik render edilir, her paket altında
   modül listesi (description-only) açık/kapalı durumlarıyla görünür.
   ========================================================== */
.dr-pkg-card {
  background: #ffffff;
  border: 1px solid var(--dr-border, #e5e7eb);
  border-radius: 16px;
  padding: 28px 20px 22px; /* üstte badge için ekstra alan */
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.dr-pkg-card:hover {
  box-shadow: 0 12px 30px rgba(74, 25, 66, .12);
  transform: translateY(-3px);
  border-color: var(--dr-rose-gold);
}
.dr-pkg-card.popular {
  border: 2px solid var(--dr-rose-gold);
  box-shadow: 0 6px 20px rgba(183, 110, 121, .15);
}
.dr-pkg-badge {
  position: absolute;
  top: -14px;
  right: -8px;
  z-index: 10;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .5px;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(74, 25, 66, .25);
  border: 2px solid #ffffff;
}

.dr-pkg-header {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dr-border, #e5e7eb);
  margin-bottom: 16px;
}
.dr-pkg-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--dr-text, #1a1a1a);
  margin: 0 0 6px;
}
.dr-pkg-desc {
  font-size: 13px;
  color: var(--dr-text-light, #6b7280);
  margin: 0 0 14px;
  min-height: 32px;
}
.dr-pkg-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  margin-top: 10px;
}
.dr-pkg-currency {
  font-size: 18px;
  color: var(--dr-rose-gold);
  font-weight: 600;
}
.dr-pkg-amount {
  font-size: 36px;
  font-weight: 800;
  color: var(--dr-rose-gold);
  letter-spacing: -1px;
}
.dr-pkg-period {
  font-size: 13px;
  color: var(--dr-text-light, #6b7280);
}

.dr-pkg-quotas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  font-size: 13px;
  color: var(--dr-text, #1a1a1a);
  margin-bottom: 14px;
}
.dr-pkg-quotas i {
  color: var(--dr-rose-gold);
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

.dr-pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.dr-pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--dr-text, #1a1a1a);
  padding: 4px 0;
  line-height: 1.4;
}
.dr-pkg-features li i {
  color: #16a34a;
  margin-top: 3px;
  font-size: 12px;
}

.dr-pkg-modules {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px dashed var(--dr-border, #e5e7eb);
  flex: 1;
}
.dr-pkg-modules-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--dr-text-light, #6b7280);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 10px;
}

.dr-pkg-mod {
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid var(--dr-border, #e5e7eb);
  border-radius: 10px;
}
.dr-pkg-mod.closed {
  background: #fef2f2;
  border-color: #fecaca;
}
.dr-pkg-mod.partial {
  background: #fffbeb;
  border-color: #fde68a;
}
.dr-pkg-mod-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.dr-pkg-mod-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--dr-text, #1a1a1a);
}
.dr-pkg-mod-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.dr-pkg-mod-badge.open {
  background: #dcfce7;
  color: #15803d;
}
.dr-pkg-mod-badge.partial {
  background: #fef3c7;
  color: #b45309;
}
.dr-pkg-mod-badge.closed {
  background: #fecaca;
  color: #b91c1c;
}

.dr-pkg-mod-pages {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
}
.dr-pkg-mod-page {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.45;
  padding: 2px 0;
}
.dr-pkg-mod-page i {
  margin-top: 3px;
  font-size: 11px;
  flex-shrink: 0;
}
.dr-pkg-mod-page.open {
  color: #15803d;
}
.dr-pkg-mod-page.open i {
  color: #16a34a;
}
.dr-pkg-mod-page.closed {
  color: #b91c1c;
}
.dr-pkg-mod-page.closed i {
  color: #dc2626;
}

.dr-pkg-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  padding: 12px 18px;
  width: 100%;
  background: linear-gradient(135deg, #4A1942 0%, #B76E79 100%);
  color: #ffffff !important;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
.dr-pkg-cta:hover {
  opacity: .92;
  transform: translateY(-1px);
  color: #ffffff !important;
}

@media (max-width: 575.98px) {
  .dr-pkg-card { padding: 18px 16px; }
  .dr-pkg-amount { font-size: 30px; }
}

/* ==========================================================
   "Modülleri ve Yetkileri Gör" butonu (kart içinde)
   ========================================================== */
.dr-pkg-modules-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 14px;
  padding: 11px 14px;
  background: #ffffff;
  color: var(--dr-deep-purple);
  border: 2px solid var(--dr-rose-gold);
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, transform .2s ease, box-shadow .3s ease;
}
.dr-pkg-modules-btn:hover {
  background: var(--dr-gradient);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(183, 110, 121, .3);
}

/* ==========================================================
   Pricing Modules Modal — Modüller & Yetkiler popup
   ========================================================== */
.dr-pmm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 26, 46, .65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  animation: dr-pmm-fade .25s ease;
}
@keyframes dr-pmm-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.dr-pmm-modal {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 820px;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(74, 25, 66, .35), 0 0 0 1px rgba(255, 255, 255, .1) inset;
  animation: dr-pmm-scale .3s cubic-bezier(.16, 1, .3, 1);
}
@keyframes dr-pmm-scale {
  from { transform: scale(.94) translateY(10px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.dr-pmm-head {
  /* Site ana butonuyla tutarlı: --dr-gradient (Rose Gold → Deep Purple) */
  background: var(--dr-gradient);
  color: #ffffff;
  padding: 26px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.dr-pmm-head::before {
  /* Sol üst köşede hafif beyaz ışık */
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,.18) 0%, transparent 70%);
  pointer-events: none;
}
.dr-pmm-head::after {
  /* Sağ alt köşede ek vurgu */
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 65%);
  pointer-events: none;
}
.dr-pmm-head > * {
  position: relative;
  z-index: 1;
}
.dr-pmm-head h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
}
.dr-pmm-head p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.9);
  font-weight: 500;
  letter-spacing: 0.3px;
}
.dr-pmm-close {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
  color: #ffffff;
  font-size: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
  backdrop-filter: blur(4px);
}
.dr-pmm-close:hover {
  background: rgba(255,255,255,.32);
  transform: rotate(90deg);
  border-color: rgba(255,255,255,.5);
}
.dr-pmm-body {
  padding: 24px 28px;
  overflow-y: auto;
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, var(--dr-bg-light, #fdf8f9) 100%);
}
.dr-pmm-body::-webkit-scrollbar {
  width: 8px;
}
.dr-pmm-body::-webkit-scrollbar-track {
  background: transparent;
}
.dr-pmm-body::-webkit-scrollbar-thumb {
  background: var(--dr-rose-gold);
  border-radius: 4px;
  opacity: .5;
}
.dr-pmm-group {
  margin-bottom: 28px;
}
.dr-pmm-group:last-child {
  margin-bottom: 0;
}
.dr-pmm-group h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dr-deep-purple, #4A1942);
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dr-pmm-group h4::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--dr-gradient);
  border-radius: 2px;
}
.dr-pmm-group-desc {
  font-size: 12.5px;
  color: var(--dr-text-light, #6b7280);
  margin: 0 0 14px;
  padding-left: 12px;
}
.dr-pmm-mod {
  margin-bottom: 10px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid var(--dr-border, #e8e0e4);
  border-radius: 12px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.dr-pmm-mod:hover {
  box-shadow: 0 4px 14px rgba(74, 25, 66, .08);
  transform: translateY(-1px);
}
.dr-pmm-mod.closed {
  background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
  border-color: #fecaca;
}
.dr-pmm-mod.partial {
  background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
  border-color: #fde68a;
}
.dr-pmm-mod.open {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border-color: #bbf7d0;
}
.dr-pmm-mod-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.dr-pmm-mod-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dr-text, #1a1a1a);
}
.dr-pmm-mod-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.dr-pmm-mod-badge.open {
  background: #dcfce7;
  color: #15803d;
}
.dr-pmm-mod-badge.partial {
  background: #fef3c7;
  color: #b45309;
}
.dr-pmm-mod-badge.closed {
  background: #fecaca;
  color: #b91c1c;
}
.dr-pmm-mod-pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding-top: 4px;
}
@media (max-width: 575.98px) {
  .dr-pmm-mod-pages { grid-template-columns: 1fr; }
}
.dr-pmm-page {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 3px 0;
}
.dr-pmm-page i {
  margin-top: 4px;
  font-size: 11px;
  flex-shrink: 0;
}
.dr-pmm-page.open {
  color: #15803d;
  font-weight: 500;
}
.dr-pmm-page.open i {
  color: #16a34a;
}
.dr-pmm-page.closed {
  color: #b91c1c;
  font-weight: 500;
}
.dr-pmm-page.closed i {
  color: #dc2626;
}
.dr-pmm-foot {
  padding: 18px 26px;
  background: linear-gradient(180deg, #ffffff 0%, var(--dr-bg-light, #fdf8f9) 100%);
  border-top: 1px solid var(--dr-border, #e8e0e4);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .dr-pmm-foot { flex-direction: column-reverse; }
}
.dr-pmm-btn-secondary {
  padding: 11px 22px;
  background: #ffffff;
  border: 2px solid var(--dr-border, #e8e0e4);
  color: var(--dr-text, #2d2d3a);
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.dr-pmm-btn-secondary:hover {
  background: var(--dr-bg-light, #fdf8f9);
  border-color: var(--dr-rose-gold);
  color: var(--dr-rose-gold);
}
.dr-pmm-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: var(--dr-gradient);
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.2px;
  box-shadow: 0 4px 14px rgba(183, 110, 121, .3);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.dr-pmm-btn-primary:hover {
  background: var(--dr-gradient-hover);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(183, 110, 121, .45);
}

