:root {
  --bg-main: #f3f7fb;
  --bg-soft: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.88);
  --border-soft: rgba(15, 23, 42, 0.08);

  --text-main: #0f172a;
  --text-soft: #6b7280;

  --blue-deep: #0b1f4b;      /* lacivert */
  --turquoise: #00c4ff;      /* turkuaz */
  --turquoise-soft: rgba(0, 196, 255, 0.12);
  --yellow: #ffd54a;         /* sarı CTA */
  --yellow-soft: rgba(255, 213, 74, 0.16);
  --green: #4ade80;          /* yeşil */
  --red: #ff4b5c;            /* kırmızı */

  --radius-card: 1.25rem;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.09);
}

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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #e0f2fe, #f9fafb 45%, #eef2ff 100%);
  color: var(--text-main);
  margin: 0;
}

/* NAVBAR */

.main-navbar {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(239, 246, 255, 0.98)
  );
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(12px);
  z-index: 1040;
}

.navbar-brand {
  font-size: 0.95rem;
}

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: radial-gradient(circle at 20% 0, #00c4ff, #0b1f4b);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
}

.brand-title {
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--blue-deep);
}

.brand-subbadge {
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.4);
  color: #166534;
}

.nav-link {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft) !important;
}

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

/* HERO */

.hero-section {
  padding: 3.5rem 0 2.5rem;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--turquoise-soft);
  border: 1px solid rgba(0, 196, 255, 0.5);
  font-size: 0.8rem;
  color: var(--blue-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(74, 222, 128, 0.35);
}

.hero-title {
  font-size: clamp(1.9rem, 3.1vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--blue-deep);
}

.hero-title span {
  background: linear-gradient(120deg, var(--turquoise), #4f46e5, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 0.95rem;
  color: var(--text-soft);
  max-width: 500px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  font-size: 0.78rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #4b5563;
}

/* Buttons */

.btn-cta-main {
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  background: linear-gradient(135deg, var(--yellow), #ffb300);
  color: #111827;
  box-shadow: 0 14px 35px rgba(234, 179, 8, 0.35);
}

.btn-cta-main:hover {
  filter: brightness(1.03);
}

.btn-cta-outline {
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  font-size: 0.86rem;
  font-weight: 500;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #ffffff;
  color: var(--blue-deep);
}

.btn-cta-outline:hover {
  background: #f9fafb;
}

/* Glass Card */

.glass-card {
  background: var(--bg-glass);
  border-radius: var(--radius-card);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem 1.3rem;
}

/* Hero stats */

.hero-stats {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}

.stat-label {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.7rem;
  color: var(--text-soft);
}

.stat-value {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--blue-deep);
}

.stat-value small {
  font-size: 0.75rem;
  color: var(--text-soft);
  margin-left: 0.4rem;
}

.stat-meta {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.stat-clock-label {
  font-size: 0.7rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.stat-clock {
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--blue-deep);
}

.small-progress {
  height: 5px;
  border-radius: 999px;
  background-color: #e5e7eb;
}

.small-progress .progress-bar {
  background: linear-gradient(90deg, var(--green), var(--yellow), #fb923c);
}

/* Hero visual */

.hero-visual {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(219, 234, 254, 0.98)
  );
}

.hero-img {
  border-radius: 1rem;
  object-fit: cover;
  max-height: 280px;
}

.hero-caption h5 {
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-caption p {
  font-size: 0.78rem;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-mini-grid .mini-item {
  background: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 0.4rem;
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-soft);
}

.hero-mini-grid img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 0.7rem;
  margin-bottom: 0.3rem;
}

.policy-note {
  font-size: 0.75rem;
  color: var(--text-soft);
}

/* Smart estimate */

.smart-estimate {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}

.smart-result {
  min-height: 2.1rem;
  font-size: 0.8rem;
  color: #0f766e;
}

/* Sections */

.section-block {
  padding: 2.4rem 0;
}

.section-header {
  margin-bottom: 1.4rem;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue-deep);
}

.section-subtitle {
  font-size: 0.85rem;
  color: var(--text-soft);
  max-width: 620px;
}

.section-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.7rem;
  font-size: 0.75rem;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.7);
  background: #ffffff;
  color: var(--text-soft);
}

/* Info cards */

.info-card {
  background: #ffffff;
  border-radius: var(--radius-card);
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 1rem 1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
  font-size: 0.82rem;
}

.info-card h5 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--blue-deep);
}

.info-list {
  padding-left: 1.1rem;
  margin-bottom: 0;
  color: var(--text-soft);
}

/* Cihazlar */

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.filter-btn {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #ffffff;
  font-size: 0.78rem;
  padding: 0.3rem 0.8rem;
  color: #4b5563;
}

.filter-btn.active {
  border-color: var(--turquoise);
  background: var(--turquoise-soft);
  color: var(--blue-deep);
}

.device-card {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 0.8rem 0.8rem 0.7rem;
  font-size: 0.8rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.device-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
  border-color: var(--turquoise);
}

.device-card.active {
  border-color: var(--turquoise);
  box-shadow: 0 18px 40px rgba(56, 189, 248, 0.25);
}

.device-thumb {
  width: 46px;
  height: 46px;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(209, 213, 219, 0.9);
  background: #f9fafb;
  flex-shrink: 0;
}

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

.device-info-title {
  font-weight: 600;
  color: var(--blue-deep);
}

.device-info-meta {
  font-size: 0.75rem;
  color: var(--text-soft);
}

.device-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: var(--yellow-soft);
  color: #92400e;
}

/* Cihaz detay kartı */

.device-detail-card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--blue-deep);
}

.detail-tag {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: #f9fafb;
  color: var(--text-soft);
}

.detail-desc {
  font-size: 0.8rem;
  color: var(--text-soft);
}

.detail-issues ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #4b5563;
}

.detail-eta {
  font-size: 0.8rem;
  color: var(--text-soft);
}

/* Bölgeler */

.region-list .list-group-item {
  background: transparent;
  border-color: rgba(209, 213, 219, 0.9);
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.region-list .list-group-item:hover {
  background: #f9fafb;
}

.region-badge {
  font-size: 0.7rem;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e3a8a;
}

/* Yorumlar */

.review-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.review-card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(209, 213, 219, 0.9);
  padding: 0.8rem 0.9rem;
  font-size: 0.78rem;
}

.review-name {
  font-weight: 600;
  color: var(--blue-deep);
  font-size: 0.82rem;
}

.review-area {
  font-size: 0.72rem;
  color: var(--text-soft);
}

.review-stars i {
  font-size: 0.7rem;
  color: #facc15;
}

/* Fiyat tablosu */

.pricing-table thead {
  background: #f3f4ff;
  font-size: 0.78rem;
}

.pricing-table th,
.pricing-table td {
  border-top: 1px solid rgba(209, 213, 219, 0.9) !important;
  font-size: 0.78rem;
}

/* İletişim */

.contact-list {
  font-size: 0.8rem;
  color: var(--text-soft);
}

.text-turquoise {
  color: var(--turquoise);
}

.text-yellow {
  color: #eab308;
}

/* Map placeholder */

.map-placeholder {
  background: linear-gradient(135deg, #e0f2fe, #fefce8);
  border-radius: var(--radius-card);
  border: 1px dashed rgba(148, 163, 184, 0.7);
  padding: 0.7rem;
}

.map-inner {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.9rem;
  padding: 0.8rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-soft);
}

/* Footer */

.site-footer {
  border-top: 1px solid rgba(209, 213, 219, 0.9);
  background: #ffffff;
  padding: 1.4rem 0 1.1rem;
  font-size: 0.78rem;
}

/* Sticky call bar */

.sticky-call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0b1f4b, #1d4ed8);
  color: #e5e7eb;
  padding: 0.4rem 0;
  z-index: 1030;
}

.sticky-call-bar .btn-cta-main {
  padding: 0.35rem 0.9rem;
  font-size: 0.78rem;
}

/* Utility */

#yearNow {
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 2.6rem;
  }
}

@media (min-width: 768px) {
  .sticky-call-bar {
    display: none;
  }
}

/* Scrollbar */

::-webkit-scrollbar {
  width: 7px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #cbd5f5, #9ca3af);
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: #e5e7eb;
}


.policy-page {
    background: #f7f9fc;
    padding: 40px 0;
}

.policy-container {
    max-width: 900px;
    margin: auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    padding: 40px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.policy-container h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #0b2a53;
    font-weight: 700;
}

.policy-container p,
.policy-container li {
    font-size: 17px;
    line-height: 1.7;
    color: #303030;
    margin-bottom: 14px;
}

.policy-container ul {
    padding-left: 20px;
}

.site-footer {
  background: #f7f9fc;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #0D2A52;
  margin-bottom: 10px;
}

.footer-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.footer-phone {
  font-size: 17px;
  font-weight: 600;
  color: #0D2A52;
}

.footer-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #0D2A52;
  margin-bottom: 10px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 6px;
}

.footer-menu li a {
  font-size: 14px;
  color: #0D2A52;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer-menu li a:hover {
  color: #0099cc;
  padding-left: 4px;
}

.footer-bottom {
  font-size: 13px;
  color: #666;
  border-top: 1px solid rgba(0,0,0,0.05);
}
/* Dropdown premium stil */
.navbar .dropdown-menu {
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.navbar .dropdown-item {
  font-size: 14px;
  padding: 8px 18px;
  color: #0D2A52;
  transition: 0.2s ease;
}

.navbar .dropdown-item:hover {
  background: rgba(0,153,204,0.1);
  color: #0099cc;
  padding-left: 22px;
}
.page-title {
    font-size: 32px;
    font-weight: 700;
    color: #0D2A52;
}

.page-subtext {
    color: #666;
    font-size: 16px;
}

/* Device Cards */
.device-card, .area-card {
    background: rgba(255,255,255,0.85);
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.25s ease;
    text-align: center;
}

.device-card:hover, .area-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.device-img {
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.area-icon {
    font-size: 28px;
    color: #0099cc;
    margin-bottom: 10px;
}
.device-card {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.device-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.device-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: .3s;
}

.device-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 18px rgba(0,0,0,0.15);
}

.device-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  background: linear-gradient(90deg, #007bff, #00c4ff);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.device-btn:hover {
  background: linear-gradient(90deg, #005fc4, #00a6d1);
}
.device-card-up {
  display: block;
  background: rgba(255,255,255,0.85);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  transition: .35s ease;
  text-decoration: none;
  color: #222;
  position: relative;
  overflow: hidden;
}

.device-card-up:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

.device-img-wrapper {
  position: relative;
}

.device-icon {
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
  background: #fff;
  padding: 8px 10px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.20);
  font-size: 18px;
}

.device-img-up {
  width: 100%;
  height: 170px;
  object-fit: contain;
  margin-bottom: 15px;
}

.device-tags span {
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #444;
}

.device-btn-up {
  margin-top: 15px;
  padding: 10px 14px;
  background: linear-gradient(90deg, #007bff, #00d4ff);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  transition: .3s;
}

.device-card-up:hover .device-btn-up {
  background: linear-gradient(90deg, #005ec2, #00a3cc);
}
/* === HYPER-PREMIUM BÖLGE KARTLARI === */

.bolge-card-hyper {
  display: block;
  position: relative;
  background: rgba(255,255,255,0.15);
  padding: 22px;
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(18px);
  transition: .35s ease;
  cursor: pointer;
}

/* Neon Glow + Halo */
.bolge-card-hyper:hover {
  transform: translateY(-12px) scale(1.06);
  box-shadow: 0 0 40px var(--bolgeColor);
  border-color: var(--bolgeColor);
}

/* Arka ışık halesi */
.bolge-card-hyper::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--bolgeColor) 0%, transparent 70%);
  opacity: 0;
  transition: 0.4s ease;
}

.bolge-card-hyper:hover::before {
  opacity: 0.35;
}

/* Görsel + Video */
.bolge-media-box {
  position: relative;
  height: 180px;
  margin-bottom: 15px;
}

.bolge-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s ease;
  border-radius: 12px;
}

.bolge-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: .4s ease;
}

/* Hover → Video geçiş */
.bolge-card-hyper:hover .bolge-img {
  opacity: 0;
  transform: scale(1.14);
}

.bolge-card-hyper:hover .bolge-video {
  opacity: .9;
}

/* Icon */
.bolge-icon {
  position: absolute;
  bottom: -14px;
  right: 50%;
  transform: translateX(50%);
  background: rgba(255,255,255,0.9);
  color: #333;
  padding: 12px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 3;
}

/* Info Pop */
.bolge-info-pop {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(23,62,62,0.75);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  opacity: 0;
  transform: translateY(-8px);
  transition: .3s;
  color: #fff;
}

.bolge-card-hyper:hover .bolge-info-pop {
  opacity: 1;
  transform: translateY(0);
}

/* Tags */
.bolge-tags span {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 5px 10px;
  border-radius: 8px;
  margin: 3px;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.35);
}

/* CTA */
.bolge-btn {
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  background: linear-gradient(90deg, var(--bolgeColorDark), var(--bolgeColor));
  color: #000;
  transition: .3s;
}

.bolge-card-hyper:hover .bolge-btn {
  background: linear-gradient(90deg, var(--bolgeColor), var(--bolgeColorDark));
  transform: scale(1.07);
}

/* Dynamic Color */
.bolge-card-hyper {
  --bolgeColor: attr(data-color color, #ff0066);
  --bolgeColorDark: color-mix(in srgb, var(--bolgeColor) 60%, black);
}


/* Sticky Call Bar (Visually Improved) */
.sticky-call-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e8fefe; /* Açık premium turkuaz */
  border-top: 2px solid #00b7b7;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  padding: 6px 0;
}

/* Yazı rengini netleştir (gri değil, siyaha yakın) */
.sticky-call-bar span,
.sticky-call-bar .countdown-label {
  color: #1a1a1a !important;
  font-weight: 500;
}

/* CTA Buton hizalama */
.sticky-call-bar .btn-cta-main {
  padding: 7px 16px;
  font-size: 0.9rem;
  align-self: center; /* BUTONU TAM ORTALAR */
}

/* Kırmızı uyarı modu */
.sticky-warning {
  background: #ffe7e7 !important;
  border-top-color: #ff4d4d !important;
  box-shadow: 0 -4px 16px rgba(255,0,0,0.25) !important;
}

/* Blink icon animasyonu */
.blink-icon {
  animation: blink 1.2s infinite;
}
@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* Countdown değeri ergonomik */
.countdown-label strong {
  color: #c0392b;
  font-size: 0.9rem;
  font-weight: 700;
}

/* Mobil optimizasyon */
@media (max-width: 768px) {
  .sticky-call-bar {
    padding-bottom: 8px;
  }
  .sticky-call-bar .btn-cta-main {
    font-size: 0.85rem;
  }
}
/* Sticky bar shrinked (scroll sonrası küçük versiyon) */
.sticky-call-bar.shrinked {
  padding: 2px 0 !important;
  background: #dff7f7 !important; /* Daha sıkı görünüm */
  border-top-width: 1px !important;
}

.sticky-call-bar.shrinked span,
.sticky-call-bar.shrinked .countdown-label {
  font-size: 0.72rem !important;
}

.sticky-call-bar.shrinked .btn-cta-main {
  padding: 4px 10px !important;
  font-size: 0.75rem !important;
  transition: all 0.25s ease;
}

/* Yumuşak animasyon */
.sticky-call-bar,
.sticky-call-bar * {
  transition: all 0.3s ease;
}
