/* Theme variables */
:root {
  --primary: #200b3b;
  --secondary: #5c2d91;
  --accent: #00d7ff;
  --alert: #d60a29;
  --light-bg: #faf9fc;
  --dark-bg: #3a2177;
  --gradient-btn: linear-gradient(to bottom, #5c2d91, #4c2579 52%, #50287e 78%, #5c2d91);
  --text: rgb(24, 24, 28);
  --topbar-height: 30px;
}

/* Typography */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/metropolis/webfonts/metropolis-latin-400-normal.woff2") format("woff2"),
       url("../fonts/metropolis/webfonts/metropolis-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/metropolis/webfonts/metropolis-latin-500-normal.woff2") format("woff2"),
       url("../fonts/metropolis/webfonts/metropolis-latin-500-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/metropolis/webfonts/metropolis-latin-700-normal.woff2") format("woff2"),
       url("../fonts/metropolis/webfonts/metropolis-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Metropolis", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  background: var(--light-bg);
  color: var(--text);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.005em;
}

.topbar-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1041;
  background: #200b3b;
  color: #fff;
  font-size: 0.74rem;
  line-height: 1.3;
  text-align: center;
  height: var(--topbar-height);
  padding: 6px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.topbar-notice span {
  display: inline-block;
  opacity: 0.92;
}

body.topbar-hidden .topbar-notice {
  transform: translateY(-100%);
  opacity: 0;
}

.text-primary {
  color: var(--secondary) !important;
}

.bg-light-alt {
  background: #faf9fc;
}

.glass-nav {
  top: var(--topbar-height);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: top 0.3s ease;
}

body.topbar-hidden .glass-nav {
  top: 0;
}

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

.brand-logo {
  height: 54px;
  width: auto;
  display: block;
}

.nav-link {
  color: var(--primary) !important;
  transition: color 0.2s ease, transform 0.2s ease;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--secondary) !important;
  transform: translateY(-1px);
}


.navbar-nav .nav-item + .nav-item {
  position: relative;
}

.navbar-nav .nav-item + .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(92, 45, 145, 0.25);
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item + .nav-item::before {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    gap: 0;
  }

  .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav .nav-item + .nav-item::before {
    left: -1px;
  }

  .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-call {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.9rem;
}

.nav-actions {
  flex-wrap: nowrap;
}

.nav-call-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(92, 45, 145, 0.12);
}

.nav-call-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--secondary);
}

.nav-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-call-text span {
  font-weight: 600;
}

.nav-call-text strong {
  font-weight: 700;
}

.nav-top {
  padding: 4px 0;
}

.navbar > .container {
  display: flex;
  flex-wrap: wrap;
}

.navbar-collapse {
  flex-basis: 100%;
  padding-bottom: 4px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    margin-top: 4px;
    flex-basis: 100% !important;
    width: 100%;
  }

  .nav-row {
    border-top: 1px solid rgba(92, 45, 145, 0.12);
    padding-top: 6px;
  }

  .nav-row .navbar-nav {
    width: 100%;
    justify-content: center;
  }
}

.navbar-toggler {
  border: none;
  padding: 0.3rem 0.4rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.4em;
  height: 1.4em;
  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath stroke='rgba(92, 45, 145, 1)' stroke-linecap='round' stroke-width='2.6' d='M5 9h22'/%3e%3cpath stroke='rgba(92, 45, 145, 0.9)' stroke-linecap='round' stroke-width='2.6' d='M9 16h18'/%3e%3cpath stroke='rgba(92, 45, 145, 0.8)' stroke-linecap='round' stroke-width='2.6' d='M5 23h22'/%3e%3c/svg%3e\");
}

@media (max-width: 991.98px) {
  :root {
    --topbar-height: 28px;
  }

  .topbar-notice {
    font-size: 0.68rem;
    padding: 5px 0;
  }

  .nav-actions {
    gap: 12px;
  }

  .nav-call-text span,
  .nav-call-text strong {
    font-size: 0.82rem;
  }
}

.nav-call-mobile {
  border-top: 1px solid rgba(92, 45, 145, 0.2);
  padding-top: 12px;
}

.badge-pill {
  border-radius: 30px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #000;
  padding-top: calc(165px + var(--topbar-height));
}

@media (max-width: 991.98px) {
  .hero-slider {
    padding-top: calc(86px + var(--topbar-height));
  }
}

.highlight {
  background: linear-gradient(to right, #6d38aa 0, #95347f 51%, #00afab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient {
  background: #5c2d91;
  color: #fff;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0.8rem 1.2rem;
  border-radius: 35px !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: none;
  color: #fff;
  background: #4c2579;
}

.btn-white {
  background: transparent;
  color: var(--primary);
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(120deg, #6d38aa 0%, #95347f 35%, #00afab 55%, #6d38aa 75%, #95347f 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.65rem 1.3rem !important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%, 300% 300%;
  animation: borderShift 8s linear infinite;
}

.btn-white:hover {
  background-image: linear-gradient(#f2eef9, #f2eef9), linear-gradient(120deg, #6d38aa 0%, #95347f 35%, #00afab 55%, #6d38aa 75%, #95347f 100%);
  color: var(--primary);
}

.btn-nav-pulse {
  animation: borderShift 8s linear infinite, navPulse 1.9s ease-in-out infinite;
}

@keyframes navPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(109, 56, 170, 0.22);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(109, 56, 170, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(109, 56, 170, 0);
  }
}

.btn-outline-primary {
  border-color: var(--secondary);
  color: var(--secondary);
  padding: 0.75rem 1.2rem;
  border-radius: 6px;
  border-width: 3px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
  border-color: var(--secondary);
  box-shadow: none;
}

.btn {
  border-radius: 35px;
  padding: 0.75rem 1.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:focus,
.btn:active:focus {
  border-color: inherit;
  box-shadow: none;
}

.badge.text-bg-primary {
  background: rgba(92, 45, 145, 0.12) !important;
  color: var(--secondary) !important;
}

.hero-visual {
  position: relative;
  min-height: 420px;
}

.glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  filter: blur(80px);
}

.glow-1 {
  background: #00d7ff;
  top: 20%;
  left: 10%;
}

.glow-2 {
  background: #d60a29;
  bottom: 10%;
  right: 10%;
}

.visual-card {
  position: relative;
  background: #2f1b56;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.feature-chip {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mini-stats div {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  border-radius: 12px;
  text-align: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control,
.form-check-input {
  border-radius: 35px;
  border: 2px solid #5c2d91;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(0, 215, 255, 0.2);
}

.form-label {
  font-weight: 700;
}

.form-call-title {
  font-weight: 700;
  color: var(--primary);
}

.form-call-number {
  font-weight: 700;
  color: var(--primary);
}

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

.package-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(32, 11, 59, 0.08);
  border: 1px solid rgba(92, 45, 145, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(32, 11, 59, 0.12);
}

.package-card .btn {
  width: 50%;
}

.package-price-block {
  margin-bottom: 12px;
}

.package-type {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(92, 45, 145, 0.7);
  margin-bottom: 4px;
}

.package-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.package-payline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(92, 45, 145, 0.08);
  color: #3b2a62;
  font-size: 0.82rem;
  font-weight: 600;
}

.package-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #6d38aa 0, #95347f 51%, #00afab 100%);
  box-shadow: 0 8px 18px rgba(92, 45, 145, 0.25);
}

.package-card ul li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
  color: #2f2f35;
}

.package-card ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 700;
}

.package-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 10px;
}

.package-visual {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
}

.bg-visual-1 {
  background-image: url("../img/taraftar-paketi.jpg");
}

.bg-visual-2 {
  background-image: url("../img/taraftar-paketi.jpg");
}

.bg-visual-3 {
  background-image: url("../img/taraftar-paketi.jpg");
}

.bg-visual-4 {
  background-image: linear-gradient(135deg, #ffa63d, #5c2d91);
}

.info-band {
  background: linear-gradient(120deg, rgba(32, 11, 59, 0.88), rgba(0, 30, 66, 0.9)),
    url("../img/bein-content-banner.jpeg") center/cover no-repeat;
  position: relative;
  isolation: isolate;
}

.info-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(32, 11, 59, 0.72), rgba(0, 175, 171, 0.2));
  opacity: 0.85;
  z-index: -1;
}

#lead-form {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.info-box {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  text-align: center;
  min-width: 120px;
}

.info-form {
  max-width: 720px;
}

.info-form .lead-form {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
}

.application-success-page {
  padding-top: 220px;
  padding-bottom: 120px;
  background:
    radial-gradient(circle at top, rgba(92, 45, 145, 0.14), transparent 48%),
    #faf9fc;
}

.application-success-card {
  background: #fff;
  border: 1px solid rgba(92, 45, 145, 0.12);
  border-radius: 28px;
  padding: 56px 48px;
  box-shadow: 0 24px 60px rgba(32, 11, 59, 0.08);
}

.application-success-icon {
  position: relative;
  width: 144px;
  height: 144px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  animation: successIconFloat 3.4s ease-in-out infinite;
}

.application-success-icon::before,
.application-success-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.application-success-icon::before {
  background: radial-gradient(circle at 30% 30%, rgba(92, 45, 145, 0.2), rgba(92, 45, 145, 0.08));
  box-shadow: 0 18px 45px rgba(92, 45, 145, 0.18);
}

.application-success-icon::after {
  border: 1px solid rgba(92, 45, 145, 0.18);
  animation: successPulseRing 2.8s ease-out infinite;
}

.application-success-icon svg {
  position: relative;
  z-index: 1;
  width: 106px;
  height: 106px;
}

.application-success-icon circle,
.application-success-icon path {
  fill: none;
  stroke: var(--secondary);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.application-success-icon circle {
  stroke-width: 2.4;
  opacity: 0.2;
}

.application-success-icon path {
  stroke-width: 4.5;
  stroke-dasharray: 46;
  stroke-dashoffset: 46;
  animation: successCheckDraw 1s ease forwards 0.25s;
}

.application-package-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(92, 45, 145, 0.08);
  color: var(--text);
  font-size: 0.98rem;
}

.application-package-pill strong {
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  #lead-form {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .application-success-page {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .application-success-card {
    padding: 42px 26px;
  }
}

@keyframes successCheckDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes successPulseRing {
  0% {
    transform: scale(0.94);
    opacity: 0.75;
  }
  70% {
    transform: scale(1.12);
    opacity: 0;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}

@keyframes successIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

#kanal-band .form-call-title,
#kanal-band .form-call-number {
  color: #fff;
}

.py-lg-6 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.pt-7 {
  padding-top: 8.5rem;
}

.pt-lg-8 {
  padding-top: 12rem;
}

.mt-7 {
  margin-top: 10rem;
}

.mt-lg-8 {
  margin-top: 14rem;
}

.mt-165 {
  margin-top: calc(165px + var(--topbar-height));
}

.gradient-box {
  background: linear-gradient(120deg, #2c184f, #3a1d5a);
  border-radius: 12px;
  color: #fff;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(92, 45, 145, 0.12);
  padding: 10px 14px;
  border-radius: 18px;
  color: var(--text);
  border: 1px solid rgba(92, 45, 145, 0.12);
}

.pill + .badge {
  margin-left: auto;
}

.mini-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(32, 11, 59, 0.08);
  border: 1px solid rgba(92, 45, 145, 0.05);
}

.mini-card.featured {
  background: #4a2f74;
  color: #fff;
}

.mini-card.featured .text-muted {
  color: rgba(255, 255, 255, 0.82) !important;
}

.price-tag {
  font-weight: 700;
  color: var(--secondary);
}

.icon-bullet {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(92, 45, 145, 0.1);
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--text);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(92, 45, 145, 0.4);
}

.accordion-button:not(.collapsed) {
  background: rgba(92, 45, 145, 0.08);
  color: var(--secondary);
}

#sss .accordion-item,
#sss .accordion-body,
#sss .accordion-button {
  background: transparent;
  color: #fff;
  border: none;
}

#sss .accordion-item {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 18px;
  margin-bottom: 12px;
}

#sss .accordion-button {
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.05rem;
}

#sss .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

#sss .accordion-button::after {
  filter: brightness(0) invert(1);
}

#sss .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.faq-narrow {
  max-width: 760px;
}

.testimonial-card {
  background: #fff;
  border-radius: 6px;
  padding: 18px;
  border: 2px solid #5c2d91;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.stars {
  color: #ffc107;
  font-size: 1.2rem;
}

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

.avatar-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(92, 45, 145, 0.12);
  color: var(--secondary);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.testimonial-name {
  font-weight: 700;
}

.testimonial-city {
  color: rgba(24, 24, 28, 0.6);
  font-size: 0.9rem;
}

.form-section {
  background: #f7f4ff;
}

#sss {
  background-image: url("../img/accordionbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scroll-top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: var(--gradient-btn);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 40px rgba(92, 45, 145, 0.4);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 999;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
}

footer a:hover {
  color: #fff !important;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer-gradient {
  background: radial-gradient(circle at top, rgba(56, 36, 86, 0.45), transparent 55%), #200b3b;
}

.footer-logo {
  height: 44px;
  width: auto;
  display: block;
}

.hero-slide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0;
  height: auto;
}

.hero-slide picture,
.hero-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-cta-strip {
  padding: 32px 0;
  background: #f7f4ff;
  border-bottom: 1px solid rgba(32, 11, 59, 0.05);
}

.category-cover {
  background: #fff;
}

.category-cover-image {
  width: 100%;
  max-height: 420px;
  display: block;
  object-fit: cover;
}

.detail-hero {
  margin-top: calc(165px + var(--topbar-height));
  background: #000;
}

.detail-hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.detail-main-card {
  border: 1px solid rgba(92, 45, 145, 0.18) !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 252, 0.98));
}

.detail-main-card .package-payline {
  font-size: 0.86rem;
}

.detail-package-media {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(92, 45, 145, 0.12);
  min-height: 240px;
  max-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.detail-package-image {
  width: 100%;
  max-width: 100%;
  max-height: 388px;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .detail-package-media {
    min-height: 180px;
    max-height: 320px;
    padding: 12px;
  }

  .detail-package-image {
    max-height: 296px;
  }
}

.detail-feature-list li {
  font-size: 0.95rem;
  line-height: 1.55;
}

.plus-mark {
  color: var(--secondary);
  font-weight: 800;
  line-height: 1;
  font-size: 1.05rem;
  display: inline-block;
  min-width: 14px;
  margin-top: 2px;
}

.detail-card {
  border: 1px solid rgba(92, 45, 145, 0.18);
  border-radius: 16px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  position: relative;
  overflow: hidden;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(130deg, rgba(109, 56, 170, 0.45), rgba(0, 175, 171, 0.3));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.detail-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(92, 45, 145, 0.75);
  font-weight: 700;
  margin-bottom: 6px;
}

.detail-value {
  font-weight: 700;
  color: #241a36;
}

.detail-section {
  border: 1px solid rgba(92, 45, 145, 0.16);
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.detail-meta-item .detail-value {
  font-weight: 600;
}

@media (max-width: 768px) {
  .detail-meta {
    grid-template-columns: 1fr;
  }
}

#paket-form {
  border: 2px solid transparent !important;
  background-image: linear-gradient(#fff, #fff), linear-gradient(120deg, #6d38aa 0%, #95347f 35%, #00afab 55%, #6d38aa 75%, #95347f 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 300% 300%;
  animation: borderShift 8s linear infinite;
}

@keyframes borderShift {
  0% { background-position: 0 0, 0% 50%; }
  100% { background-position: 0 0, 200% 50%; }
}

.package-form-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.package-form-subtitle {
  font-size: 0.95rem;
}

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

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(92, 45, 145, 0.08);
  color: var(--secondary);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.category-tabs .nav-link {
  border: 1px solid rgba(92, 45, 145, 0.15);
  border-radius: 999px;
  color: var(--text);
  padding: 0.65rem 1.2rem;
  font-weight: 600;
}

.category-tabs .nav-link.active {
  background: var(--gradient-btn);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(92, 45, 145, 0.35);
}

.category-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid rgba(92, 45, 145, 0.05);
  box-shadow: 0 14px 36px rgba(32, 11, 59, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(32, 11, 59, 0.12);
}

.category-visual {
  height: 120px;
  border-radius: 12px;
  background: #2c184f;
  margin-bottom: 12px;
}

.category-visual.alt-1 { background: #3a1d4d; }
.category-visual.alt-2 { background: #1d2846; }
.category-visual.alt-3 { background: #4a285a; }

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(92, 45, 145, 0.06);
  box-shadow: 0 16px 40px rgba(32, 11, 59, 0.08);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(32, 11, 59, 0.12);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(92, 45, 145, 0.1);
  display: grid;
  place-items: center;
  color: var(--secondary);
  font-size: 1.25rem;
}

.feature-title {
  font-weight: 800;
  margin-bottom: 0;
}

.feature-title {
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.feature-lead {
  color: #3b2a62;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(92, 45, 145, 0.08);
  box-shadow: 0 18px 44px rgba(32, 11, 59, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-text {
  padding: 0 6px 6px;
}

.feature-text {
  padding-right: 12px;
}

.feature-actions {
  margin-top: 14px;
}

.contact-page .container {
  max-width: 1200px;
}

.contact-card,
.contact-map-card {
  background: #fff;
  border: 1px solid rgba(92, 45, 145, 0.12);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 50px rgba(32, 11, 59, 0.06);
}

.contact-info-list {
  display: grid;
  gap: 16px;
}

.contact-info-item {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(92, 45, 145, 0.1);
}

.contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-info-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(92, 45, 145, 0.72);
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-info-value {
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  color: #251a38;
}

.contact-textarea {
  min-height: 180px;
  resize: vertical;
  border-radius: 24px;
  padding-top: 16px;
}

.contact-submit-btn {
  min-width: 180px;
}

.contact-map-head {
  margin-bottom: 24px;
}

.contact-map-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(92, 45, 145, 0.12);
}

.contact-map-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

@media (max-width: 991.98px) {
  .contact-card,
  .contact-map-card {
    padding: 24px 20px;
  }

  .contact-map-frame iframe {
    height: 340px;
  }
}

.feature-media {
  width: 100%;
  min-height: 280px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 50px rgba(18, 9, 34, 0.2);
  position: relative;
  overflow: hidden;
}

.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(32, 11, 59, 0.1), rgba(0, 175, 171, 0.12));
}

.feature-media::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.feature-media-1 {
  background-image: url("../img/bein-connect.png");
}

.feature-media-2 {
  background-image: url("../img/kaydet-izle.png");
}

.feature-media-3 {
  background-image: url("../img/yuksek-gorungu-kalitesi.png");
}

.feature-media-4 {
  background-image: url("../img/yuksek-ses.png");
}

@media (max-width: 991.98px) {
  .feature-media {
    min-height: 220px;
  }
}

.feature-link {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}

.feature-link:hover {
  color: var(--accent);
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .visual-card {
    margin-top: 20px;
  }

  .hero-swiper,
  .slide-card {
    height: 320px;
  }

.hero-slide {
  height: auto;
  padding: 0;
}
}

.modal-quick .modal-content {
  background-image: url("../img/accordionbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.modal-quick .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(32, 11, 59, 0.75), rgba(0, 175, 171, 0.3));
}

.modal-quick .modal-header,
.modal-quick .modal-body {
  position: relative;
  z-index: 1;
}

.modal-quick .modal-body {
  padding: 0 32px 36px;
}

.modal-logo {
  height: 48px;
  width: auto;
}

.modal-quick .form-control {
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 576px) {
  .section-padding {
    padding: 70px 0;
  }

  .slider-header {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-swiper,
  .slide-card {
    height: 280px;
  }

  .hero-slide {
    height: auto;
    padding: 0;
  }
}
