
:root {
  --primary: #0fbad6;
  --primary-dark: #0a8ca3;
  --accent: #f5b400;
  --danger: #e63946;
  --bg-light: #f7f9fc;
  --text-main: #1f2933;
  --glass-bg: rgba(255, 255, 255, 0.86);
  --glass-border: rgba(255, 255, 255, 0.65);
  --shadow-soft: 0 18px 40px rgba(15, 186, 214, 0.18);
  --radius-xl: 1.3rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  padding-bottom: 80px;
  color: var(--text-main);
  background: #ffffff;
}

a {
  text-decoration: none;
}

.main-header .navbar-brand .logo-glass {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(15,186,214,0.2), rgba(88,28,135,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  backdrop-filter: blur(10px);
}

.main-header .navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-link {
  color: #4b5563 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--primary) !important;
}

.btn-acil {
  background: linear-gradient(135deg, var(--danger), #ff6b6b);
  color: #fff;
  border-radius: var(--radius-pill);
  padding-inline: 18px;
  box-shadow: 0 14px 30px rgba(230, 57, 70, 0.35);
}

.btn-acil:hover {
  color: #fff;
  background: linear-gradient(135deg, #c51f30, #ff4b4b);
}

.hero-section {
  position: relative;
}

.hero-carousel .hero-slide {
  position: relative;
  height: min(600px, 90vh);
  overflow: hidden;
}

.hero-bg {
  object-fit: cover;
  height: 100%;
  filter: brightness(0.75);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(15,186,214,0.45), transparent 55%),
              radial-gradient(circle at bottom right, rgba(148,27,128,0.5), transparent 55%);
  mix-blend-mode: soft-light;
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-content-box {
  max-width: 620px;
  padding: 22px 26px;
  margin-left: 0.5rem;
}

.hero-content h1,
.hero-content h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 1.9rem;
}

.hero-content h1 span,
.hero-content h2 span {
  color: var(--accent);
}

.hero-content p {
  color: #f9fafb;
  font-size: 0.95rem;
}

.hero-actions .btn {
  border-radius: var(--radius-pill);
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(15,186,214,0.12);
  color: #e5e7eb;
  font-size: 0.78rem;
  margin-right: 6px;
}

.badge-city {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(0,0,0,0.32);
  color: #e5e7eb;
  font-size: 0.78rem;
  margin-bottom: 0.8rem;
}

.glass-card {
  background: var(--glass-bg);
  border-radius: var(--radius-xl);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.glass-inner {
  background: rgba(255,255,255,0.9);
  border-radius: var(--radius-lg);
  padding: 10px 12px;
}

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

.section-title h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

.section-title h2 span {
  color: var(--primary);
}

.section-title p {
  color: #6b7280;
}

.btn-primary-main {
  background: linear-gradient(135deg, var(--primary), #2563eb);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding-inline: 20px;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.32);
}

.btn-primary-main:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), #1d4ed8);
}

.btn-outline-primary-main {
  border-radius: var(--radius-pill);
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-primary-main:hover {
  background: var(--primary);
  color: #fff;
}

.device-card {
  padding: 16px;
  text-align: center;
}

.device-thumb {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 10px;
  background: #e5e7eb;
}

.device-thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.device-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(15,186,214,0.2), rgba(37,99,235,0.12));
  color: var(--primary-dark);
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.device-card h5 {
  font-size: 1rem;
}

.device-card p {
  font-size: 0.85rem;
  color: #6b7280;
}

.brand-pill {
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #111827;
}

.brand-pill i {
  color: var(--primary-dark);
}

.price-tag {
  text-align: right;
}

.price-label {
  font-size: 0.85rem;
  color: #6b7280;
}

.price-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.info-card {
  padding: 18px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,186,214,0.1);
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.page-hero {
  padding: 70px 0 40px;
  background: linear-gradient(135deg, #f0f9ff, #eef2ff);
}

.page-hero h1 {
  font-weight: 700;
}

.page-hero p {
  color: #6b7280;
}

.main-footer {
  background: radial-gradient(circle at top left, #020617, #020617 55%, #020617 100%);
  color: #e5e7eb;
  position: relative;
  z-index: 10;
}

.footer-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, rgba(15,186,214,0.3), rgba(248,250,252,0.06));
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
}

.footer-links li + li {
  margin-top: 4px;
}

.footer-links a {
  color: #d1d5db;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-pill {
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(15,186,214,0.15);
  font-size: 0.8rem;
  color: #e5e7eb;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
  color: #e5e7eb;
  margin-right: 6px;
}

.footer-social a:hover {
  background: rgba(15,186,214,0.5);
  color: #0b1120;
}

.bottom-bar,
.bottom-bar-desktop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 980;
  background: linear-gradient(90deg, rgba(15,186,214,0.94), rgba(88,28,135,0.95));
  padding: 6px;
  gap: 6px;
}

.bottom-bar .bottom-btn,
.bottom-bar-desktop .bottom-btn {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.9rem;
  color: #fff;
}

.bottom-bar .bottom-btn.left,
.bottom-bar-desktop .bottom-btn.left {
  background: rgba(2,6,23,0.15);
}

.bottom-bar .bottom-btn.right,
.bottom-bar-desktop .bottom-btn.right {
  background: rgba(255,255,255,0.12);
}

.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(15,23,42,0.5);
  z-index: 1000;
}

.back-to-top.show {
  display: flex;
}

.google-reviews {
  padding: 18px;
}

.google-reviews-header .avatar-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0f172a;
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-score {
  font-weight: 700;
  margin-right: 6px;
}

.rating-stars i {
  color: #fbbf24;
}

.reviews-slider {
  margin-top: 16px;
  min-height: 120px;
}

.review-item {
  display: none;
}

.review-item.active {
  display: block;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0f172a;
  color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.review-name {
  font-weight: 500;
}

.review-stars i {
  color: #fbbf24;
  font-size: 0.8rem;
}

.review-date {
  font-size: 0.75rem;
  color: #9ca3af;
}

.review-text {
  font-size: 0.9rem;
  color: #4b5563;
}

.region-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.region-list li {
  padding: 8px 10px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.9rem;
  color: #111827;
}

.region-list li:hover {
  background: rgba(15,186,214,0.08);
}

.region-list li.active {
  background: rgba(15,186,214,0.18);
  font-weight: 600;
}

#regionInfoList {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

#regionInfoList li {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 4px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(15,186,214,0.08);
}

.accordion-button:focus {
  box-shadow: none;
}

.timeline-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.timeline-list li {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15,186,214,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-dark);
  flex-shrink: 0;
}

.timeline-content h6 {
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.timeline-content p {
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.servis-result-thumb img {
  width: 120px;
  height: 90px;
  object-fit: cover;
}

/* Modal tweaks */
.modal-content.glass-card {
  background: rgba(255,255,255,0.96);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  body {
    padding-bottom: 90px;
  }
  .hero-carousel .hero-slide {
    height: 520px;
  }
  .hero-content-box {
    max-width: 100%;
    margin-inline: 0.5rem;
    padding: 18px 16px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 1.4rem;
  }
  .hero-content p {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  body {
    padding-bottom: 72px;
  }
}
