/* ============================================
   DODO.CSS - Extracted Inline Styles
   Optimized and Mobile Responsive
   ============================================ */

/* Container Width Optimization */
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1320px !important;
  }
}

/* Language Switcher Styles */
.cnb-topbar__language {
  position: relative;
  display: inline-block !important;
  margin-left: 8px;
  visibility: visible !important;
  opacity: 1 !important;
}

.cnb-topbar__language .cnb-topbar__link {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color 0.2s;
  gap: 6px;
}

.cnb-topbar__language .cnb-topbar__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cnb-topbar__language .language-flag-icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  flex-shrink: 0;
}

.cnb-topbar__language .language-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.cnb-topbar__language .language-chevron {
  flex-shrink: 0;
  transition: transform 0.2s;
}

/* Homepage Inline Styles */
.news-bar a {
  color: #fff !important;
}

.homepage-slider-em {
  font-size: 18px;
}

.domain-search-input-bg {
  background: #fff !important;
}

.slider-image {
  position: relative;
}

/* Contact Form Styles */
#formMessage,
.form-message-hidden {
  display: none;
}

/* TODO: Kullanım kontrolü gerekli - contact.tpl'de kullanılıyor mu? */
.contact-form-label {
  color: #4b5563;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

/* TODO: Kullanım kontrolü gerekli - contact.tpl'de kullanılıyor mu? */
.contact-form-group-center {
  margin: 20px 0;
}

/* TODO: Kullanım kontrolü gerekli - contact.tpl'de kullanılıyor mu? */
.contact-map-container {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.contact-map iframe,
.contact-map-iframe {
  border: 0;
  width: 100%;
}

/* News Bar Link */
.news-bar-link {
  color: #fff !important;
}

/* Language Switcher Additional Styles */
.cnb-topbar__language.show .language-chevron {
  transform: rotate(180deg);
}

.cnb-topbar__language .dropdown-menu {
  min-width: 180px;
  padding: 8px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  z-index: 10001;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: white;
  border: 1px solid #e0e0e0;
}

/* Dropdown arrow kaldırma - sadece toggle'daki chevron kalsın */
.cnb-topbar__language .dropdown-menu::before,
.cnb-topbar__language .dropdown-menu::after,
.cnb-topbar__language .language-dropdown-menu::before,
.cnb-topbar__language .language-dropdown-menu::after,
.cnb-topbar__language .dropdown-menu-right::before,
.cnb-topbar__language .dropdown-menu-right::after {
  display: none !important;
  content: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Bootstrap dropdown arrow triangle kaldırma */
.cnb-topbar__language .dropdown-menu[data-popper-placement]::before,
.cnb-topbar__language .dropdown-menu[data-popper-placement]::after {
  display: none !important;
  content: none !important;
}

/* Bootstrap dropdown-toggle::after arrow kaldırma - sadece language switcher için */
.cnb-topbar__language .dropdown-toggle::after {
  display: none !important;
  content: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  vertical-align: 0 !important;
}

.cnb-topbar__language.show .dropdown-menu {
  display: block !important;
}

.cnb-topbar__language .language-option {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
  gap: 10px;
  position: relative;
}

.cnb-topbar__language .language-option .language-flag-option {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  flex-shrink: 0;
}

.cnb-topbar__language .language-option:hover {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.cnb-topbar__language .language-option.active {
  background-color: #e8f4f8;
  font-weight: 600;
}

.cnb-topbar__language .language-check {
  margin-left: auto;
  color: #007bff;
  font-size: 14px;
}

/* Notification Bell Styles */
.cnb-topbar__notification {
  position: relative;
  display: inline-block !important;
  margin-left: 8px;
  margin-right: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 10000;
}

.cnb-topbar__notification .cnb-topbar__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
  color: white;
}

.cnb-topbar__notification .cnb-topbar__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.cnb-topbar__notification .fa-bell {
  font-size: 18px;
  color: white;
}

.notification-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #1e3c72;
  line-height: 1;
}

.notification-menu {
  min-width: 320px;
  max-width: 380px;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  border: none;
  overflow: hidden;
  background: white;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99999;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.notification-menu.show {
  display: block;
}

.notification-header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 16px 20px;
  border-bottom: none;
}

.notification-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.notification-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 0;
}

.notification-body::-webkit-scrollbar {
  width: 6px;
}

.notification-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notification-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.notification-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notification-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-item:hover {
  background-color: #f8f9fa;
  color: #1e3c72;
  text-decoration: none;
  padding-left: 24px;
}

.notification-item .notification-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 12px;
  flex-shrink: 0;
}

.notification-item:hover .notification-icon {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.notification-text {
  font-size: 13px;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
}

/* Ensure notification menu is always on top */
.cnb-topbar {
  position: relative;
  z-index: 9999;
}

.menuTopFix {
  position: relative;
  z-index: 9999;
}

/* Breadcrumb should be below notifications */
.breadcrumb-nav {
  position: relative;
  z-index: 1;
}

/* Domain Checker Modern Styles */
.domain-hero-section-modern {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4a90e2 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.domain-hero-section-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  z-index: 0;
}

.hero-pattern-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
  z-index: 1;
}

.domain-hero-content-modern {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.hero-badges-modern {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.hero-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}

.hero-badge-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.hero-badge-item i {
  font-size: 16px;
}

.hero-title-badge {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.95);
}

/* ✅ KULLANILIYOR - domainchecker.tpl'de kullanılıyor */
.domain-hero-title-modern {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

/* ✅ KULLANILIYOR - domainchecker.tpl'de kullanılıyor */
.domain-hero-subtitle-modern {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ✅ KULLANILIYOR - domainchecker.tpl'de kullanılıyor */
.domain-search-wrapper-modern {
  max-width: 800px;
  margin: 0 auto 30px;
}

.domain-search-input-group-modern {
  display: flex;
  background: #fff;
  border-radius: 60px;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.domain-search-input-group-modern:focus-within {
  box-shadow: 0 15px 50px rgba(30, 60, 114, 0.3);
  transform: translateY(-3px);
}

.search-icon-wrapper {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #1e3c72;
  font-size: 20px;
}

.domain-search-input-modern {
  flex: 1;
  border: none;
  padding: 18px 20px 18px 60px;
  font-size: 1.1rem;
  border-radius: 60px;
  outline: none;
  color: #333;
  font-weight: 500;
}

.domain-search-input-modern::placeholder {
  color: #999;
}

.domain-search-btn-modern {
  padding: 18px 40px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  border: none;
  box-shadow: 0 5px 20px rgba(30, 60, 114, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

.domain-search-btn-modern:hover {
  background: linear-gradient(135deg, #2a5298 0%, #4a90e2 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 60, 114, 0.5);
  color: white;
}

.search-hint-modern {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.search-hint-modern i {
  font-size: 16px;
}

.domain-nav-tabs-modern {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ✅ KULLANILIYOR - domainchecker.tpl'de kullanılıyor */
.domain-nav-tab-modern {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 15px;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}

.domain-nav-tab-modern:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.domain-nav-tab-modern.active {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
}

/* ============================================
   MOBIL OPTİMİZASYON - @media(max-width: 768px)
   ============================================ */

@media (max-width: 768px) {
  /* Container adjustments */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Language Switcher Mobile */
  .cnb-topbar__language {
    margin-left: 4px;
  }

  .cnb-topbar__language .cnb-topbar__link {
    padding: 4px 8px;
    font-size: 12px;
    gap: 4px;
  }

  .cnb-topbar__language .language-flag-icon {
    width: 16px;
    height: 12px;
  }

  .cnb-topbar__language .language-text {
    font-size: 12px;
  }

  .cnb-topbar__language .language-chevron {
    font-size: 9px;
  }

  .cnb-topbar__language .dropdown-menu {
    min-width: 160px;
    right: 0;
    left: auto;
    position: absolute;
    margin-top: 8px;
  }

  .cnb-topbar__language .language-option {
    padding: 12px 16px;
    font-size: 14px;
  }

  .cnb-topbar__language .language-option .language-flag-option {
    width: 18px;
    height: 13px;
  }

  /* Notification Mobile */
  .notification-menu {
    min-width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-height: calc(100vh - 120px);
  }

  .cnb-topbar__notification {
    margin-left: 4px;
    margin-right: 4px;
  }

  .notification-menu .notification-header h4 {
    font-size: 14px;
    padding: 12px 16px;
  }

  .notification-menu .notification-header {
    padding: 12px 16px;
  }

  .notification-item {
    padding: 10px 16px;
  }

  .notification-item .notification-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-right: 10px;
  }

  .notification-text {
    font-size: 12px;
  }

  .notification-badge {
    width: 16px;
    height: 16px;
    font-size: 10px;
    top: 1px;
    right: 1px;
  }

  .cnb-topbar__notification .fa-bell {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cnb-topbar__language .cnb-topbar__link {
    padding: 4px 6px;
  }

  .cnb-topbar__language .language-text {
    display: none;
  }

  .cnb-topbar__language .language-flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 0;
  }

  .cnb-topbar__language .dropdown-menu {
    min-width: 150px;
    right: -10px;
  }

  .notification-menu {
    min-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }

  /* Homepage Mobile */
  .homepage-slider-em {
    font-size: 14px;
  }

  .domain-search-input-modern {
    font-size: 0.95rem;
    padding: 14px 16px 14px 50px;
  }

  .domain-search-btn-modern {
    padding: 14px 24px;
    font-size: 0.95rem;
  }

  /* Domain Hero Section Mobile */
  .domain-hero-section-modern {
    padding: 60px 0 40px;
  }

  .domain-hero-title-modern {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .domain-hero-subtitle-modern {
    font-size: 1rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .domain-search-wrapper-modern {
    padding: 0 15px;
  }

  .domain-search-input-group-modern {
    flex-direction: column;
    border-radius: 15px;
    padding: 4px;
  }

  .domain-search-input-modern {
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 8px;
  }

  .domain-search-btn-modern {
    width: 100%;
    border-radius: 12px;
    justify-content: center;
  }

  .hero-badges-modern {
    gap: 8px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .hero-badge-item {
    padding: 6px 12px;
    font-size: 12px;
  }

  .domain-nav-tabs-modern {
    gap: 8px;
    margin-top: 20px;
    padding: 0 15px;
  }

  .domain-nav-tab-modern {
    padding: 12px 18px;
    font-size: 0.9rem;
  }

  /* Contact Form Mobile */
  .contact-map-container {
    margin-top: -30px;
  }

  .contact-map iframe {
    height: 300px;
  }

  .contact-form-label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .contact-form-group-center {
    margin: 15px 0;
  }

  /* Tables Mobile - Scrollable */
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  /* Cards Mobile */
  .card,
  .promo-box,
  .why-box {
    margin-bottom: 15px;
  }

  /* Slider Mobile */
  .swiper-slide {
    padding: 0 10px;
  }

  /* Modal Mobile */
  .modal-dialog {
    margin: 10px;
    max-width: calc(100% - 20px);
  }

  /* General Mobile Spacing */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Text Sizes Mobile */
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* Buttons Mobile */
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Forms Mobile */
  .form-control {
    font-size: 16px; /* Prevents zoom on iOS */
    padding: 12px 15px;
  }

  /* About Page Mobile */
  .about-hero-section {
    padding: 60px 0 40px;
  }

  .about-hero-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .about-hero-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .about-stats-section {
    padding: 40px 0;
  }

  .about-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }

  .about-stat-card {
    padding: 30px 20px;
  }

  .about-stat-number {
    font-size: 2rem;
  }

  .about-stat-label {
    font-size: 0.95rem;
  }

  .about-content-section {
    padding: 40px 0;
  }

  .about-content-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .about-content-card h2 {
    font-size: 1.6rem;
  }

  .about-content-card h3 {
    font-size: 1.4rem;
  }

  .about-content-card h5 {
    font-size: 1.2rem;
  }

  .about-content-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .about-intro-text {
    font-size: 1rem;
  }

  .about-stats-title {
    font-size: 1.5rem;
    margin: 10px 0;
  }

  .about-stats-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  /* Marka Tescil Mobile */
  .page-hero {
    padding: 50px 0;
  }

  .brand-hero-title {
    font-size: 32px;
  }

  .brand-hero-subtitle {
    font-size: 18px;
  }

  .brand-hero-desc {
    font-size: 16px;
  }

  .brand-form-wrapper {
    padding: 30px 20px;
    margin-top: -30px;
  }

  .brand-class-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .support-buttons {
    flex-direction: column;
  }

  .support-btn {
    width: 100%;
    justify-content: center;
  }
}

/* About Page Styles */
.about-hero-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4a90e2 100%);
  padding: 100px 0 80px;
  color: white;
  position: relative;
  overflow: hidden;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>');
  opacity: 0.3;
}

.about-hero-content {
  position: relative;
  z-index: 1;
}

.about-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.about-hero-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0.95;
}

.about-stats-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  padding: 60px 0;
  border-top: 1px solid #e8ecf1;
  border-bottom: 1px solid #e8ecf1;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.about-stat-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid #e8ecf1;
  box-shadow: 0 5px 20px rgba(30, 60, 114, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.about-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1e3c72 0%, #2a5298 50%, #4a90e2 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.about-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(30, 60, 114, 0.15);
  border-color: #2a5298;
}

.about-stat-card:hover::before {
  opacity: 1;
}

.about-stat-number {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  line-height: 1;
}

.about-stat-label {
  font-size: 1.1rem;
  color: #4b5563;
  font-weight: 600;
}

.about-content-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-content-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  border: 2px solid #e8ecf1;
  box-shadow: 0 5px 20px rgba(30, 60, 114, 0.08);
}

.about-content-card h2,
.about-content-card h3,
.about-content-card h5 {
  color: #1e3c72;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content-card h2 {
  font-size: 2.2rem;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-content-card h3 {
  font-size: 1.8rem;
  border-bottom: 3px solid #2a5298;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.about-content-card h5 {
  font-size: 1.4rem;
  color: #2a5298;
}

.about-content-card p {
  color: #4b5563;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.about-content-card strong {
  color: #1e3c72;
  font-weight: 700;
}

.about-intro-text {
  color: #2a5298;
  font-weight: 600;
  font-size: 1.1rem;
}

.about-stats-title {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 15px 0;
}

.about-stats-subtitle {
  color: #6b7280;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

/* Tablet Optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .domain-hero-title-modern {
    font-size: 2.5rem;
  }

  .domain-hero-subtitle-modern {
    font-size: 1.1rem;
  }

  .domain-search-input-group-modern {
    padding: 6px;
  }

  .about-hero-title {
    font-size: 2.8rem;
  }

  .about-stats-title {
    font-size: 2rem;
  }
}

/* Marka Tescil Page Styles */
.page-hero {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  padding: 80px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.brand-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.brand-hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.brand-hero-desc {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  color: #333;
  margin-top: 30px;
}

.hero-card h2 {
  color: #ff6b6b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-list li {
  padding: 8px 0;
  color: #555;
  font-size: 15px;
}

.feature-list li i {
  color: #ff6b6b;
  margin-right: 10px;
  width: 20px;
}

.hero-btn {
  background: #ff6b6b;
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.hero-btn:hover {
  background: #ff5252;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
  color: white;
  text-decoration: none;
}

.special-offer-card {
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  border-radius: 20px;
  padding: 40px;
  color: white;
  margin-top: 30px;
}

.countdown-timer {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Courier New', monospace;
}

.countdown-timer span {
  display: inline-block;
  padding: 0 10px;
}

.brand-form-section {
  background: white;
  padding: 80px 0;
}

.brand-form-wrapper {
  background: white;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 18px;
  color: #666;
}

.brand-input-group {
  margin-bottom: 25px;
}

.brand-input-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.brand-input-group input,
.brand-input-group select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s;
}

.brand-input-group input:focus,
.brand-input-group select:focus {
  outline: none;
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.brand-class-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e2e8f0;
}

.brand-class-tab {
  padding: 15px 25px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}

.brand-class-tab.active {
  color: #ff6b6b;
  border-bottom-color: #ff6b6b;
}

.brand-class-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
  max-height: 400px;
  overflow-y: auto;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
}

.brand-class-item {
  display: flex;
  align-items: center;
  padding: 12px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.brand-class-item:hover {
  border-color: #ff6b6b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.brand-class-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.brand-class-item label {
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #2d3748;
  flex: 1;
}

.brand-summary {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}

.brand-summary h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 20px;
}

.selected-classes {
  margin-bottom: 25px;
}

.selected-class {
  display: inline-block;
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
  color: #2d3748;
  border: 2px solid #ff6b6b;
}

.price-breakdown {
  border-top: 2px solid #e2e8f0;
  padding-top: 20px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}

.price-row.total {
  font-size: 24px;
  font-weight: 700;
  color: #ff6b6b;
  border-top: 2px solid #e2e8f0;
  padding-top: 15px;
  margin-top: 15px;
}

.apply-btn {
  width: 100%;
  background: #ff6b6b;
  color: white;
  padding: 18px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 20px;
}

.apply-btn:hover {
  background: #ff5252;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

.apply-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.support-footer {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
  text-align: center;
}

.support-footer p {
  color: #666;
  margin-bottom: 20px;
  font-size: 16px;
}

.support-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.support-btn {
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.support-btn.whatsapp {
  background: #25d366;
  color: white;
}

.support-btn.whatsapp:hover {
  background: #20ba5a;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.support-btn.live {
  background: #ff6b6b;
  color: white;
}

.support-btn.live:hover {
  background: #ff5252;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ============================================
   MOBİL OPTİMİZASYON - 360px - 768px
   Container, Row, Margin/Padding Taşmaları
   ============================================ */

@media (max-width: 768px) {
  /* Container ve Row Yapıları - Taşma Önleme */
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Margin/Padding Taşmaları Düzeltme */
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Mobil Menü Optimizasyonu */
  header nav {
    max-width: 100vw;
    overflow-x: hidden;
  }

  header nav ul {
    padding-left: 0;
    margin-left: 0;
  }

  .mega-menu {
    max-width: calc(100vw - 24px);
    left: 12px !important;
    right: 12px !important;
    margin-left: 0 !important;
    padding: 15px !important;
  }

  .mega-menu .container {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu .row {
    margin-left: 0;
    margin-right: 0;
  }

  .hamburger-btn,
  .close-menu {
    padding: 8px 12px;
    font-size: 18px;
  }

  /* Breadcrumb Mobil Optimizasyonu */
  .breadcrumb {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 13px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .breadcrumb-item {
    display: inline-block;
    padding: 0 4px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 6px;
    font-size: 11px;
  }

  /* Footer Mobil Optimizasyonu */
  .cloudn-footer__main {
    padding: 40px 0;
  }

  .cloudn-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-links__group {
    margin-bottom: 20px;
  }

  .footer-links__title {
    padding: 12px 0;
    font-size: 15px;
  }

  .footer-links__list {
    padding: 0;
  }

  .footer-links__list li {
    padding: 8px 0;
  }

  .footer-links__list a {
    font-size: 14px;
  }

  .cloudn-footer__bottom {
    padding: 20px 0;
    text-align: center;
  }

  .cloudn-footer__legal {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }

  /* Tablolar Mobil Optimizasyonu */
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
  }

  table thead {
    display: none;
  }

  table tbody {
    display: block;
    width: 100%;
  }

  table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  table td {
    display: block;
    text-align: right;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  table td:before {
    content: attr(data-label) ": ";
    font-weight: 600;
    float: left;
    color: #666;
  }

  table td:last-child {
    border-bottom: none;
  }

  /* Plan Karşılaştırma Tabloları */
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-head,
  .table-body {
    min-width: 600px;
  }

  .table-head .cell,
  .table-body .cell {
    min-width: 120px;
    padding: 10px 8px;
    font-size: 13px;
  }

  /* Yazı Boyutları - Okunabilirlik */
  body {
    font-size: 15px;
    line-height: 1.6;
  }

  h1 {
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px !important;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  h5 {
    font-size: 16px !important;
    line-height: 1.5;
  }

  h6 {
    font-size: 15px !important;
    line-height: 1.5;
  }

  p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .section-title .title {
    font-size: 22px !important;
  }

  .section-title span {
    font-size: 13px;
  }

  /* Butonlar Mobil */
  .btn {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 44px; /* Touch target */
  }

  .btn-lg {
    padding: 14px 24px;
    font-size: 16px;
  }

  .btn-sm {
    padding: 8px 16px;
    font-size: 13px;
    min-height: 36px;
  }

  /* Form Elemanları Mobil */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  textarea,
  select {
    font-size: 16px; /* iOS zoom önleme */
    padding: 12px 15px;
    min-height: 44px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Kartlar ve Kutular */
  .card {
    margin-bottom: 20px;
    padding: 15px;
  }

  .card-body {
    padding: 15px;
  }

  /* Hero Section Mobil */
  .main-hero,
  .hero-section,
  .page-hero {
    padding: 40px 0 30px !important;
  }

  .hero-text h1 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }

  .hero-text p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  /* Domain Search Mobil */
  .domain-search {
    flex-direction: column;
    gap: 10px;
  }

  .domain-search input {
    width: 100%;
    margin-bottom: 10px;
  }

  .domain-search button {
    width: 100%;
  }

  /* Slider Mobil */
  .swiper-slide {
    padding: 20px 12px;
  }

  .packs-slider {
    padding: 0 12px;
  }

  /* Notification ve Dropdown Mobil */
  .dropdown-menu {
    max-width: calc(100vw - 24px);
    left: 12px !important;
    right: 12px !important;
  }

  /* Spacing Düzeltmeleri */
  .mt-5 {
    margin-top: 2rem !important;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Contact Map Mobil */
  .contact-map-container {
    margin-top: -30px;
  }

  .contact-map iframe {
    height: 250px;
  }

  /* About Page Mobil */
  .about-hero-section {
    padding: 60px 0 40px !important;
  }

  .about-stats-section {
    padding: 40px 0 !important;
  }

  .about-content-card {
    padding: 20px !important;
    margin-bottom: 20px;
  }

  /* Marka Tescil Page Mobil */
  .page-hero {
    padding: 60px 0 40px !important;
  }

  .hero-card {
    padding: 20px !important;
    margin-bottom: 20px;
  }

  .brand-form-wrapper {
    padding: 20px !important;
  }

  /* Linux Hosting Page Mobil */
  .features-wrap {
    padding: 40px 0;
  }

  .feature-item {
    margin-bottom: 25px;
    padding: 20px;
  }

  .plan-table-wrap {
    padding: 40px 0;
  }

  /* FAQ Mobil */
  .faq-wrapper-hosting {
    padding: 40px 0;
  }

  .accordion .card-header .btn-link {
    padding: 15px 20px;
    font-size: 15px;
  }

  .accordion .card-body {
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* 360px ve altı için ek optimizasyonlar */
@media (max-width: 360px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  .btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .mega-menu {
    max-width: calc(100vw - 20px);
    left: 10px !important;
    right: 10px !important;
    padding: 12px !important;
  }
}

