.home-page {
  background:
    radial-gradient(circle at 20% 15%, rgba(196, 0, 37, 0.25), transparent 42%),
    radial-gradient(circle at 85% 15%, rgba(36, 70, 132, 0.3), transparent 35%),
    #090c19;
}

.top-strip {
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-strip-inner {
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.95rem;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.top-mail {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 600;
}

.top-mail:hover {
  color: #fff;
}

.primary-nav-wrap {
  background: #b6002b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.home-nav .navbar-toggler-icon {
  filter: invert(1);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-right: 1rem;
  padding: 0.9rem 0;
}

.home-brand-logo {
  width: 250px;
  height: auto;
 
}

.home-brand-text {
  color: #fff;
  line-height: 1;
  font-weight: 900;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.home-brand-text strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.nav-grid .nav-link {
  padding: 1.6rem 1.05rem;
  font-size: 1.04rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.home-nav .nav-link.active,
.home-nav .nav-link:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.1);
}

.btn-register {
  background: #4ecf58;
  color: #fff;
  border-radius: 8px;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.8rem 1.4rem;
  white-space: nowrap;
}

.btn-register:hover {
  background: #5ee667;
  color: #fff;
}

.home-hero {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(
      100deg,
      rgba(0, 0, 0, 0.36) 0%,
      rgba(182, 0, 43, 0.35) 45%,
      rgba(0, 0, 0, 0.44) 100%
    ),
    url("../../../img/banner-1.png") center center / cover no-repeat;
}

.hero-shell {
  width: 100%;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
}

.hero-content-block {
  max-width: 860px;
  padding: 1.2rem 0;
}

.home-hero .hero-content-block {
  margin-inline: auto;
  text-align: center;
}

.home-hero .hero-content-block .d-flex {
  justify-content: center;
}

.home-hero-title {
  font-size: clamp(2.2rem, 7vw, 6rem);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0.9rem 0 1rem;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.38);
}

.home-hero-text {
  max-width: 780px;
  font-size: clamp(1rem, 2.2vw, 1.75rem);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

.hero-branches {
  display: inline-block;
  margin: 0;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  background: rgba(33, 58, 120, 0.78);
  color: #fff;
  font-size: clamp(0.9rem, 1.35vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-page .hero-stat {
  border-top-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
  .top-strip-inner {
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.35rem 0;
  }

  .home-brand {
    padding: 0.7rem 0;
  }

  .home-brand-logo {
    width: 160px;
    height: auto;
  }

  .home-brand-text {
    font-size: 1rem;
  }

  .home-brand-text strong {
    font-size: 1.1rem;
  }

  .nav-grid .nav-link {
    padding: 0.9rem 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav-cta {
    margin-top: 0.85rem;
  }

  .home-hero {
    min-height: 72vh;
  }

  .hero-shell {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }

  .home-hero-title {
    line-height: 1.02;
  }
}

.hero-dynamic-word {
  display: inline-block;
  min-width: 12ch;
  color: #000000;
  text-shadow:
    0 0 12px rgba(255, 72, 96, 0.42),
    0 0 26px rgba(44, 124, 255, 0.3);
}

.hero-dynamic-word.is-serve {
  animation: heroWordStrike 0.28s ease-out;
}

.hero-caret {
  display: inline-block;
  margin-inline: 0.04em 0.08em;
  color: rgba(255, 236, 239, 0.95);
  animation: heroCaretBlink 0.9s steps(1, end) infinite;
}

@keyframes heroWordStrike {
  0% {
    transform: translateY(-8px) scale(1.04);
    filter: brightness(1.24);
  }
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes heroCaretBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-dynamic-word {
    min-width: 9ch;
  }
}

.home-branches-section {
  padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.branches-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0%, rgba(179, 0, 27, 0.2) 55%, rgba(7, 15, 34, 0.75) 100%),
    rgba(6, 8, 16, 0.88);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.45),
    inset 0 0 26px rgba(184, 231, 255, 0.12);
  backdrop-filter: blur(8px);
}

.branches-shell::before,
.branches-shell::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 0;
}

.branches-shell::before {
  top: -160px;
  left: -130px;
  background: radial-gradient(circle, rgba(255, 49, 79, 0.33), transparent 68%);
}

.branches-shell::after {
  right: -140px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(120, 212, 255, 0.28), transparent 68%);
}

.branches-head,
.branches-shell .row {
  position: relative;
  z-index: 1;
}

.branches-head {
  max-width: 860px;
  margin: 0 auto clamp(1.3rem, 3vw, 2rem);
}

.branches-title {
  margin: 0.9rem 0 0.85rem;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.branches-subtitle {
  margin: 0;
  color: rgba(244, 247, 251, 0.9);
  font-size: clamp(0.96rem, 1.5vw, 1.15rem);
  font-weight: 500;
}

.branch-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.05rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(150deg, rgba(10, 10, 10, 0.72), rgba(28, 4, 10, 0.92));
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.branch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(184, 231, 255, 0.08), transparent 38%, rgba(255, 49, 79, 0.12));
  pointer-events: none;
}

.branch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 231, 255, 0.4);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
}

.branch-icon,
.branch-card h3,
.branch-card p,
.branch-link {
  position: relative;
  z-index: 1;
}

.branch-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.78rem;
  background: rgba(255, 49, 79, 0.2);
  border: 1px solid rgba(255, 142, 158, 0.42);
  font-size: 1.2rem;
  color: #fff;
  box-shadow: inset 0 0 12px rgba(184, 231, 255, 0.22);
}

.branch-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.22rem;
  font-weight: 800;
  text-transform: uppercase;
}

.branch-card p {
  margin: 0;
  color: rgba(244, 247, 251, 0.85);
  min-height: 60px;
}

.branch-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: 0.8rem;
  color: #c8ecff;
  text-decoration: none;
  font-weight: 700;
}

.branch-link i {
  transition: transform 0.2s ease;
}

.branch-link:hover {
  color: #fff;
}

.branch-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .branch-card p {
    min-height: auto;
  }
}

/* Branş kartlarını kapak görsel formatına geçirir */
.branch-card--cover {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(4, 6, 11, 0.08) 0%, rgba(4, 6, 11, 0.72) 58%, rgba(4, 6, 11, 0.9) 100%),
    var(--branch-cover) center center / cover no-repeat;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.branch-card--cover::before {
  background: linear-gradient(130deg, rgba(184, 231, 255, 0.13), transparent 40%, rgba(255, 49, 79, 0.16));
}

.branch-card--cover h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.7);
}

.branch-card--cover p {
  min-height: auto;
  color: rgba(250, 252, 255, 0.94);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
}

.branch-card--cover .branch-link {
  margin-top: 0.55rem;
  color: #d7f2ff;
}

.branch-card--cover:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(184, 231, 255, 0.52);
}

@media (max-width: 767.98px) {
  .branch-card--cover {
    min-height: 250px;
  }
}

/* Garantili kapak görsel katmanı */
.branch-card--cover {
  background: #0b0f1a;
}

.branch-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.branch-card--cover::before {
  z-index: 1;
}

.branch-card h3,
.branch-card p,
.branch-link {
  z-index: 2;
}

.home-reviews-section {
  padding: 0 0 clamp(2.4rem, 6vw, 3.8rem);
}

.reviews-shell {
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03) 48%, rgba(163, 0, 45, 0.16)),
    rgba(8, 12, 24, 0.78);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.35),
    inset 0 0 22px rgba(184, 231, 255, 0.1);
}

.reviews-head {
  margin-bottom: 1rem;
}

.reviews-title {
  margin: 0.88rem 0 0;
  font-size: clamp(1.5rem, 4vw, 3rem);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}

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

.review-card {
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.review-avatar--green {
  background: #5f8c1f;
}

.review-avatar--dark {
  background: #181818;
}

.review-avatar--navy {
  background: #2a3e62;
}

.review-avatar--blue {
  background: #1a86d3;
}

.review-avatar--brown {
  background: #6b4a3b;
}

.review-avatar--teal {
  background: #048c82;
}

.review-head h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  font-weight: 800;
}

.review-head p {
  margin: 0;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.95rem;
}

.review-google-badge {
  margin-left: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #fff;
  background:
    conic-gradient(#4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
}

.review-rating {
  margin-top: 0.75rem;
  color: #ffbf30;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  font-size: 1.34rem;
}

.review-rating .bi-patch-check-fill {
  margin-left: 0.45rem;
  color: #4f8dff;
  font-size: 1.12rem;
}

.review-text {
  margin: 0.65rem 0 0;
  color: rgba(248, 251, 255, 0.92);
  line-height: 1.55;
  font-size: 1rem;
}

.reviews-footer {
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.home-faq-section {
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
}

.faq-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 4% 4%, rgba(255, 49, 79, 0.22), transparent 30%),
    radial-gradient(circle at 96% 96%, rgba(120, 212, 255, 0.2), transparent 35%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.07) 0%, rgba(179, 0, 27, 0.16) 50%, rgba(7, 15, 34, 0.78) 100%);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.4),
    inset 0 0 24px rgba(184, 231, 255, 0.1);
}

.faq-title {
  margin: 0.9rem 0 0.7rem;
  font-size: clamp(1.65rem, 4.3vw, 2.7rem);
  font-weight: 900;
  text-transform: uppercase;
}

.faq-subtitle {
  margin: 0;
  color: rgba(244, 247, 251, 0.9);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.65;
}

.faq-cta-card {
  margin-top: 1rem;
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.faq-cta-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-cta-card p {
  margin: 0;
  color: rgba(244, 247, 251, 0.88);
  line-height: 1.6;
}

.faq-cta-actions {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.faq-cta-actions .btn {
  border-radius: 999px;
  padding-inline: 1rem;
  font-weight: 700;
}

.faq-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-color: #ffffff;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.16);
  --bs-accordion-btn-bg: rgba(255, 255, 255, 0.06);
  --bs-accordion-active-bg: rgba(255, 255, 255, 0.12);
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-color: rgba(248, 251, 255, 0.95);
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0.56rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  font-weight: 700;
  line-height: 1.45;
  box-shadow: none;
}

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

.faq-accordion .accordion-body {
  color: rgba(244, 247, 251, 0.9);
  line-height: 1.7;
}

.faq-accordion .accordion-button::after {
  filter: invert(1);
}

@media (max-width: 991.98px) {
  .faq-shell {
    padding: 1rem;
  }
}

.home-reels-section {
  padding: 0 0 clamp(2.6rem, 6vw, 4rem);
}

.reels-shell {
  padding: clamp(1.1rem, 2.6vw, 1.8rem);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 8% 5%, rgba(255, 49, 79, 0.2), transparent 32%),
    radial-gradient(circle at 95% 92%, rgba(120, 212, 255, 0.18), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03) 48%, rgba(163, 0, 45, 0.16));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    inset 0 0 20px rgba(184, 231, 255, 0.09);
}

.reels-head {
  margin-bottom: 0.95rem;
}

.reels-title {
  margin: 0.82rem 0 0.55rem;
  font-size: clamp(1.45rem, 3.8vw, 2.6rem);
  font-weight: 900;
  text-transform: uppercase;
}

.reels-subtitle {
  margin: 0;
  color: rgba(244, 247, 251, 0.9);
  font-size: clamp(0.94rem, 1.5vw, 1.04rem);
}

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

.reel-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  aspect-ratio: 9 / 16;
  background: #0b1224;
}

.reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 16, 0.1), rgba(5, 8, 16, 0.65));
}

.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.33s ease;
}

.reel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(3px);
}

.reel-label {
  position: absolute;
  left: 0.7rem;
  bottom: 0.64rem;
  z-index: 2;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

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

@media (max-width: 991.98px) {
  .reels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .reels-grid {
    grid-template-columns: 1fr;
  }
}
