.section-title {
  font-size: 3rem;
}

.section-description {
  font-size: 1rem;
  padding: 0 1rem;
}

section {
  min-height: 100vh;
  padding: 120px 5% 80px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  overflow: hidden;
}

section:nth-child(even) {
  background: var(--section-bg);
}

.section-content {
  max-width: 1400px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 3vw;
  font-family: 'Poppins', serif;
  font-weight: 600;
  margin-bottom: 2rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 8s linear infinite;
  background-size: 300%;
  line-height: 1.1;
  letter-spacing: -2px;
}


.section-description {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem;
  line-height: 1.6;
  opacity: 0.8;
  color: white;
}

.section-description * {
  font-family: inherit;
}

.w {
    background: #0a0a0a;
    padding: 2rem 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
  }

    @keyframes grad {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .akm-car {
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    border-radius: 6px;
    background: #0a0a0a;
  }

  .akm-car-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.77,0,0.175,1);
  }

  .akm-slide {
    position: relative;
    min-width: 100%;
    height: 480px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .akm-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.45) saturate(.8);
    transition: transform .8s ease, filter .6s ease;
  }
  .akm-slide.active img {
    transform: scale(1.03);
    filter: brightness(.75) saturate(.85);
  }

  .akm-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(10,10,10,.82) 0%, rgba(10,10,10,.1) 55%, rgba(10,10,10,.5) 100%);
    pointer-events: none;
  }

  /* SLIDE BODY */
  .akm-slide-body {
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-44%) translateX(-10px);
    text-align: left;
    max-width: 460px;
    opacity: 0;
    transition: opacity .5s ease .2s, transform .5s ease .2s;
    z-index: 3;
  }
  .akm-slide.active .akm-slide-body {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  .akm-num {
    font-size: 9rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(45deg, #ff3366, #ff6b6b, #4834d4, #686de0);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: grad 8s linear infinite;
    opacity: .12;
    position: absolute;
    top: -2.5rem; left: -1rem;
    pointer-events: none;
    user-select: none;
  }

  .akm-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .62rem; font-weight: 600;
    letter-spacing: 3px; text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-bottom: .8rem;
  }
  .akm-tag-dot {
    width: 5px; height: 5px;
    border-radius: 50%; flex-shrink: 0;
  }
  .akm-tag-dot-adult { background: #ff6b6b; box-shadow: 0 0 6px rgba(255,107,107,.8); }
  .akm-tag-dot-kid   { background: #686de0; box-shadow: 0 0 6px rgba(104,109,224,.8); }

  .akm-slide-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1rem;
  }
  .akm-title-rule {
    display: block;
    width: 48px; height: 2px;
    margin-top: .75rem;
    background: linear-gradient(to right, #ff3366, #4834d4);
    background-size: 300%;
    animation: grad 8s linear infinite;
  }

  .akm-slide-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    color: rgba(255,255,255,.6);
    line-height: 1.65;
    margin-bottom: 1.6rem;
  }

  .akm-btn {
    display: inline-block;
    padding: .65rem 1.8rem;
    font-size: .7rem; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    text-decoration: none; color: #fff;
    position: relative; border-radius: 3px;
    overflow: hidden; z-index: 0;
  }
  .akm-btn::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(45deg, #ff3366, #ff6b6b, #4834d4, #686de0);
    background-size: 300%;
    animation: grad 8s linear infinite;
    z-index: -2;
  }
  .akm-btn::after {
    content: ''; position: absolute; inset: 1px;
    background: #0a0a0a; border-radius: 2px;
    z-index: -1; transition: opacity .3s ease;
  }
  .akm-btn:hover::after { opacity: 0; }

  /* counter */
  .akm-counter {
    position: absolute;
    top: 1.4rem; right: 1.6rem;
    font-size: .7rem; font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255,255,255,.3);
    z-index: 5;
  }
  .akm-counter span { color: rgba(255,255,255,.75); }

  /* progress — BOTTOM */
  .akm-prog {
    position: absolute;
    bottom: 0; left: 0;
    height: 2px; width: 0%;
    background: linear-gradient(to right, #ff3366, #ff6b6b, #4834d4, #686de0);
    background-size: 300%;
    animation: grad 8s linear infinite;
    z-index: 10;
    border-radius: 0 2px 2px 0;
  }

  /* controls */
  .akm-ctrl {
    position: absolute;
    bottom: 1.6rem; right: 1.6rem;
    display: flex; gap: 8px; z-index: 10;
  }
  .akm-btn-ctrl {
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(10,10,10,.7);
    color: rgba(255,255,255,.7);
    font-size: .8rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .25s ease;
    backdrop-filter: blur(4px);
  }
  .akm-btn-ctrl:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.35);
    color: #fff;
  }

  /* dots */
  .akm-dots {
    display: flex; gap: 6px;
    justify-content: center;
    margin-top: 1.2rem;
  }
  .akm-dot {
    height: 2px; border-radius: 2px;
    background: rgba(255,255,255,.18);
    cursor: pointer;
    transition: all .35s ease;
    width: 24px;
  }
  .akm-dot.on {
    width: 48px;
    background: linear-gradient(to right, #ff3366, #4834d4);
  }

.info {
  padding: 5vw;
}
.info h1 {
  font-size: 2.5em;
  /* 	margin-bottom: 2em; */
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-family: "Inter", serif;
  font-weight: 200;
}
.info h1::before {
  content: "─";
  margin-right: 0.6em;
  color: #686868;
}
.info h1::after {
  content: "─";
  margin-left: 0.6em;
  color: #686868;
}
.boxes {
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
}
.boxes:last-child {
  margin-top: 120px;
}
.box {
  width: 30vw;
  font-family: "Inter", serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  padding: 0 4vw 4vw;
  border-right: 2px;
  border-left: 0;
  border-style: solid;
  /* 	border-image: linear-gradient(to bottom, #ccc, #555 66%, #181818) 1 100%; */
  border-image: linear-gradient(to bottom, #181818, #eee, #181818) 1 100%;
}
.box:last-child {
  border-right: 0;
}
.box .icon {
  margin-bottom: 0.6em;
  filter: invert(50%);
}
.box .icon:hover {
  /* color: #d8d8d8; */
  filter: invert(100%);
}
.box h2 {
  font-family: "Inter", serif;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 200;
  line-height: 1.5em;
  color: #f2f2f2;
}
.box .piece-count {
  font-style: italic;
  color: #9f9f9f;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
  font-family: Lato, serif;
}

/* .paragraph {
  padding:28px;
   margin:30px 0;
   border:1px solid rgba(107,59,255,0.06);
   background-image: url("/bg/golden\ lights.jpg");
    box-shadow: 0 0 25px 5px rgba(104, 109, 224, 0.5);
    border-radius: 30px;
               
} */

/* .paragraph {
  padding: 28px;
  margin: 30px 0;
  border: 1px solid rgba(107,59,255,0.06);

  background-image: url("/bg/golden\ lights.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 0 25px 5px rgba(104, 109, 224, 0.5);
  border-radius: 30px;
} */

.taketicket {
  background-image: url("/bg/biletal.png");
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction:inherit;
  justify-content: center;
  align-items: center;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.glow {
    width: 300px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow:active {
    color: #000
}

.glow:active:after {
    background: transparent;
}

.glow:before {
    opacity: 1;
}

.glow:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.mini-slider {
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-x: hidden;
            /* background-image: url("/bg/wood.jpg"); */
            background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-container hr {
  border: none;
    height: 1px;
    background-color: #f0e6d2;
    margin: 30px 0;
}

.slider-container {
            width: 100%;
            max-width: 1400px;
            background: linear-gradient(135deg, #1e2a3a 0%, #2d3e52 100%);
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .slider-title {
          font-family: 'Georgia', sans-serif;
            text-align: center;
            color: #f0e6d2;
            font-size: 28px;
            letter-spacing: 3px;
            margin-bottom: 40px;
            font-weight: 300;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .slider-wrapper {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }

        .slider-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            gap: 30px;
            padding: 0 10px;
        }

        .play-card {
            min-width: 200px;
            flex-shrink: 0;
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }

        .play-card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
        }

        .play-card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
            border-radius: 12px;
        }

        .play-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            padding: 20px 15px 15px;
            transform: translateY(60px);
            transition: transform 0.4s ease;
        }

        .play-card:hover .play-overlay {
            transform: translateY(0);
        }

        .play-title {
            color: #f0e6d2;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        }

        .play-author {
            color: #c9b998;
            font-size: 13px;
            font-style: italic;
        }

        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.15);
            border: none;
            color: #f0e6d2;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 10;
        }

        .slider-nav:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav.prev {
            left: 10px;
        }

        .slider-nav.next {
            right: 10px;
        }

        .dots-container {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .dot.active {
            background: #f0e6d2;
            border-color: rgba(255, 255, 255, 0.5);
            transform: scale(1.2);
        }

        .dot:hover {
            background: rgba(255, 255, 255, 0.5);
        }

        /* Popup Modal Styles */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.85);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(5px);
            animation: fadeIn 0.3s ease;
        }

        .modal-overlay.active {
            display: flex;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .modal-content {
            background: linear-gradient(135deg, #1e2a3a 0%, #2d3e52 100%);
            border-radius: 20px;
            max-width: 600px;
            width: 90%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
            animation: slideUp 0.4s ease;
        }

        @keyframes slideUp {
            from { 
                transform: translateY(50px);
                opacity: 0;
            }
            to { 
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: #f0e6d2;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .modal-close:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .modal-image {
            width: 100%;
            height: 350px;
            object-fit: cover;
            border-radius: 20px 20px 0 0;
        }

        .modal-body {
            padding: 30px;
        }

        .modal-title {
            color: #f0e6d2;
            font-size: 28px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .modal-author {
            color: #c9b998;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 20px;
        }

        .modal-description {
            color: #d4c5aa;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 30px;
            text-align: justify;
        }

        .ticket-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .ticket-btn {
            flex: 1;
            min-width: 200px;
            padding: 15px 30px;
            border: none;
            border-radius: 10px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .ticket-btn.primary {
            background: linear-gradient(135deg, #d4af37 0%, #ffd014 100%);
            color: #1e2a3a;
        }

        .ticket-btn.primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(233, 197, 79, 0.644);
        }

        .ticket-btn.secondary {
            background: linear-gradient(135deg, #449b38 0%, #00ac00 100%);
            color: #f0e6d2;
        }

        .ticket-btn.secondary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(10, 252, 43, 0.5);
        }

        /* -------------------------------------------- end of oyun arşivi & models popup ---------------------------- */


        .quotes {
    display: flex;
    flex-direction: column;
    height: 300px;
    align-items: center;
    justify-content: center;
    padding: 0 8vw;
    position: relative;
  }
        
   .quotes::before {
    content: '';
    position: absolute;
    top: 30%;
    left: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(80, 40, 120, 0.12) 0%, transparent 70%);
    pointer-events: none;
  }

  .quote-block {
    max-width: 780px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp 1s cubic-bezier(.22,1,.36,1) .2s forwards;
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .quote-text {
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 3.2vw, 2.55rem);
    line-height: 1.38;
    letter-spacing: -0.01em;
    /* Gradient: blue-purple on left transitioning to coral-red on right */
    background: linear-gradient(
      105deg,
      #6b7cff 0%,
      #8a5fff 25%,
      #c45aad 55%,
      #e85d5d 80%,
      #e8655a 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .quote-meta {
    margin-top: 2rem;
    padding-left: 0.15rem;
  }

  .dash {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #e8655a;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
  }

  .author-name {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(0.95rem, 1.5vw, 1.15rem);
    color: #e8655a;
    display: inline;
    letter-spacing: 0.01em;
  }

  .quote-source {
     margin-top: 0.35rem;
    padding-left: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(0.75rem, 1.05vw, 0.88rem);
    color: rgba(255,255,255,0.38);
    font-style: italic;
    letter-spacing: 0.02em;
  }

  /* Bottom accent line */
  .bottom-line {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #6b7cff, #c45aad, #e8655a);
  }

/* .paragraph {
  position: relative;
  padding: 28px;
  margin: 30px 0;
  border-radius: 30px;
  overflow: hidden;

  background-image: url("/bg/golden_lights.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15),
  0 0 20px rgba(212, 175, 55, 0.25);
} */

/* karartma katmanı */
/* .paragraph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 0;
} */

/* içerik üstte kalsın */
/* .paragraph > * {
  position: relative;
  z-index: 1;
}


.paragraph p {
  padding: 10px;
  font-family: "Inter", serif;
  font-weight: 200;
  letter-spacing: 1px;

} */


/* .follow-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  margin: 80px;
}

.iconss {
  display: flex;
  gap: 10rem;
}

.iconaa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  filter: grayscale(100%);
  opacity: 0.5;
 }

.iconaa.instagram:hover {
opacity: 1;
filter: none;
 
}

.iconaa.whatsapp:hover {
  opacity: 1;
  filter: none;
} */


/* ─── Stats Section ─── */
.stats-section {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ─── Gradient Divider ─── */
.stats-divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2.8rem;
}

.stats-divider-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #6b7cff 20%,
    #8a5fff 40%,
    #c45aad 60%,
    #e8655a 80%,
    transparent 100%
  );
  position: relative;
}

/* merkez noktası */
.stats-divider-line::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c45aad;
  box-shadow: 0 0 8px rgba(196, 90, 173, 0.6);
}

/* ─── Stats Row ─── */
.stats-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* ─── Stat Card ─── */
.stat-card {
  flex: 1 1 140px;
  max-width: 200px;
  min-width: 120px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;

  padding: 1.6rem 1rem 1.4rem;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);

  position: relative;
  overflow: hidden;
  transition: border-color 350ms ease, transform 350ms ease;
}

/* subtle top-glow per card */
.stat-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  translate: -50% 0;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
  transition: opacity 350ms ease;
}

.stat-card:nth-child(1)::before { background: radial-gradient(circle, #6b7cff, transparent 70%); }
.stat-card:nth-child(2)::before { background: radial-gradient(circle, #8a5fff, transparent 70%); }
.stat-card:nth-child(3)::before { background: radial-gradient(circle, #e8655a, transparent 70%); }

/* hover */
.stat-card:nth-child(1):hover { border-color: rgba(107, 124, 255, 0.35); }
.stat-card:nth-child(2):hover { border-color: rgba(138, 95, 255, 0.35); }
.stat-card:nth-child(3):hover { border-color: rgba(232, 101, 90, 0.35); }

.stat-card:hover {
  transform: translateY(-3px);
}
.stat-card:hover::before {
  opacity: 0.22;
}

/* ─── İkon ─── */
.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Number ─── */
.stat-number {
  font-family: 'Georgia', serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-plus {
  font-size: 0.7em;
}

/* ─── Label ─── */
.stat-label {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── Scroll-Triggered Entrance ─── */
.stat-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(.22,1,.36,1),
              transform 0.6s cubic-bezier(.22,1,.36,1);
}
.stat-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.stat-card:nth-child(1).visible { transition-delay: 0.1s; }
.stat-card:nth-child(2).visible { transition-delay: 0.25s; }
.stat-card:nth-child(3).visible { transition-delay: 0.4s; }

/* + işareti sayım bitti mi kontrol edilir, JS ile .show eklenir */
.stat-plus {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stat-plus.show {
  opacity: 0.55;
}





/* ---------------------------------------------- ANKARA KÜLTÜR MERKEZİ SECTİON SONU -------------------------------- */
.cards,
.cards::before,
.cards::after {
  box-sizing: border-box;
}

.cards h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	/* text-transform: uppercase; */
	font-weight: 800;
}

.cards h3 {
  font-size: 0.7rem;
	font-weight: 400;
}

.cards img {
  display: block;
	width: 100%;
	height: auto;
}

.border-outer,
.border-inner {
	clip-path: polygon(
		/* left, top edge */ var(--corner-size) 0%,
		/* right, top edge */ calc(100% - var(--corner-size)) 0%,
		/* right edge, top */ 100% var(--corner-size),
		/* right edge, bottom */ 100% calc(100% - var(--corner-size)),
		/* right, bottom edge */ calc(100% - var(--corner-size)) 100%,
		/* left, bottom edge */ var(--corner-size) 100%,
		/* left edge, bottom */ 0% calc(100% - var(--corner-size)),
		/* left edge, top */ 0% var(--corner-size)
	);
}
.border-outer {
	background: var(--color-text);
	padding: var(--border-width);
	display: flex;
	flex-direction: column;
}
.border-inner {
	flex-grow: 1;
	background: var(--color-background);
}
.cards {
	display: flex;
	/* min-height: 100dvh; */
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.card {
	--corner-size: 1.75rem;
	--border-width: 1px;
	--image-column-width: 8rem;
	--content-width: 19rem;
	display: grid;
	position: relative;
	grid-template-columns: var(--image-column-width) calc(2 * var(--corner-size));
	transition: grid-template-columns 450ms ease 50ms;
	height: 28rem;
	overflow:clip;
	> * {
		min-width: 0;
		grid-row: 1;
	}
}
.card-background {
	grid-column: 1 / -1;
	img {
		height: 100%;
		object-fit: cover;
		width: calc(var(--image-column-width) + var(--corner-size));
	}
}
.card-content {
	grid-column: 2;
	position: relative;
}


.card-content-layout {
	display: flex;
	gap: 2rem;
	position: absolute;
	top: var(--corner-size);
	left: var(--corner-size);
	height: calc(100% - 6rem);
	width: var(--content-width);
	translate: -1rem 0;
	transition: translate 450ms;
}
.card-copy {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
h2.vertical-title {
	writing-mode: vertical-lr;
}

.toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem;
	input {
		display: none;
	}
	svg {
		transition: rotate 250ms;
	}
}

.card:has(input:checked) {
	grid-template-columns: var(--image-column-width) var(--content-width);
	.card-content-layout {
		translate: -4rem 0;
	}
}

input:checked + svg {
	line-height: 1;
	rotate: 45deg;
}