@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    background: #3d2f6d;
}

.blue_color {
    color: #3d2f6d;
}

.blue_back {
    background: #3D2F6D;
}

.pink_color {
    color: #FF0A62;
}

.pink_back {
    background: #FF0A62;
}

.black_back {
    background: #000;
}

.lightBlue_back {
    background: #1183ba;
}

.lightBlue_color {
    color: #1183BA;
}

.green_color {
    color: #22E59F;
}

.green_back {
    background: #22E59F;
}

.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    font-size: 12px;
    font-weight: bold;
}

.dropdown-item:hover {
    background: #FF0A62;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.btn-style-one {
    font-size: 16px;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px 15px;
    margin-top: 20px;
    transition: all ease .3s;
}
.btn-style-one:hover {
        color: #000;
    background: rgb(255 255 255 / 80%);
}
.btn-style-two {
    font-size: 16px;
    background: #FF0A62;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    margin-top: 20px;
    transition: all ease .3s;
}
.btn-style-two:hover {
        color: #fff;
    background: #FF0A62cc;
}

/* banner section start */

.banner_section {
    background: url(../../../images/frontend/courses_banner_back.png) no-repeat;
    background-size: cover;
    background-position: center top;
    height: auto;
    border-radius: 0px 0px 50px 50px;
    padding-bottom: 300px;
}

.banner_section .navbar {
    background: rgba(0, 0, 0, 1);
}

.banner_section .navbar .nav-link {
    color: #fff;
    font-weight: 600;
}

.banner_section .navbar .nav-link:hover {
    color: #fff;
    font-weight: 600;
}

.banner_section .navbar .nav-link button {
    color: #80140C;
    font-weight: 600;
}

.banner_section h1 {
    font-size: 80px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    text-align: center;
    margin-top: 10%;
}
.banner_section .course-head h1 {
    font-weight: 800;
    -webkit-text-stroke: 0;
    color: #fff;
}

@media (min-width:320px) and (max-width:767px) {
    .banner_section {
        background: url('../../../images/frontend/courses_banner_back.png') no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        padding-bottom: 25%;
    }
    .banner_section h1 {
        font-size: 70px;
    }
 
    .banner_section .course-head h1 {
        font-size: 34px;
    }
}

/* banner section end  */

/* overview section start  */

.overview {
    background: url('../../../images/frontend/overview_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    border-radius: 0px 0px 50px 50px;
    margin-top: -15%;
}

.overview .overview_content {
    padding: 5% 5% 0% 5%;
}

.overview h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 3%;
}

.overview h4 {
        text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 26px;
}
section.overview ul {
    list-style: none;
    padding: 0;
}
section.overview ul li {
    margin-top: 15px;
}
section.overview ul b {
    display: block;
    font-size: 20px;
}
.overview p {
    text-align: center;
    font-weight: 500;
}

@media (min-width:1299.98px) and (max-width:1399.98px) {
    .banner_section {
        height: auto;
        padding-bottom: 100px;
    }
    .overview .overview_content {
        padding: 25px 12% 0px 12%;
    }
    .overview {
        margin-top: -80px;
    }
}

@media (min-width:1199.98px) and (max-width:1299.98px) {
    .banner_section {
        height: auto;
        padding-bottom: 100px;
    }
    .overview .overview_content {
        padding: 25px 12% 0px 12%;
    }
    .overview {
        margin-top: -80px;
    }
}
@media (min-width:1023.98px) and (max-width:1199.98px) {
    .banner_section {
        height: auto;
        padding-bottom: 100px;
    }
    .overview .overview_content {
        padding: 25px 12% 0px 12%;
    }
    .overview {
        margin-top: -80px;
    }
}
@media (min-width:991.98px) and (max-width:1023.98px) {
    .banner_section {
        height: auto;
        padding-bottom: 100px;
    }
    .overview .overview_content {
        padding: 25px 15% 0px 15%;
    }
    .overview {
        margin-top: -80px;
    }
}
@media (min-width:767.98px) and (max-width:991.98px) {
    .banner_section {
        height: auto;
        padding-bottom: 100px;
    }
    .overview .overview_content {
        padding: 25px 95px 0px 95px;
    }
    .overview {
        margin-top: -80px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .overview p {
        font-size: 11px;
        line-height: 16px;
    }
    .overview h4 {
        font-size: 16px;
    }
    .overview .overview_content {
        padding: 5% 0% 0% 0%;
    }
    .overview {
                background: url(../../../images/frontend/overview_back.png) no-repeat;
        background-size: cover;
        background-position: top center;
        height: auto;
        border-radius: 30px 30px 50px 50px;
        margin-top: -80px;
    }
}

/* overview section end */

/* career option section start  */

@media (min-width:320px) and (max-width:767px){
    .careerOptions table tr th{
        font-size:12px;
    }
    .careerOptions table tr td{
        font-size:12px;
    }
}

/* career option section start  */

/* key features section start  */

.keyFeaures {
    padding: 7% 0% 4% 0%;
}

.keyFeaures h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 5%;
}

.keyFeaures ul li {
    color: #fff;
    font-size: 15px;
}

.keyFeaures p {
    color: #fff;
    margin-top: 4%;
}

@media (min-width:320px) and (max-width:767px) {
    .keyFeaures {
        padding: 15% 0% 8% 0%;
    }
    .keyFeaures ul li {
        font-size: 13px;
    }
}

/* key features section end */

/*  career option section start  */

.careerOptions {
    padding: 5% 0%;
    background: #fff;
    text-align: center;
}

.careerOptions img {
    width: 70%;
}

@media (min-width:320px) and (max-width:767px) {
    .careerOptions img {
        width: 100%;
    }
}

/*  career option section end  */

/* testimonial section start  */

.testimonials {
    background: url('../../../images/frontend/testimonial_back.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 4% 5%;
}

.testimonials .carousel .carousel-cell {
    width: 50%;
    height: auto;
    max-height: 600px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 0px;
    counter-increment: carousel-cell;
}

.testimonials .carousel .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1 !important;
}

.testimonials .carousel .carousel-cell .test_content {
    background: url('../../../images/frontend/content_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 250px;
    padding: 15% 5% 12% 5%;
}

.testimonials .carousel .carousel-cell .test_content h5 {
    font-size: 14px;
}

.testimonials .carousel .flickity-viewport {
    height: 300px !important;
}

@media (min-width:320px) and (max-width:767px) {
    .testimonials .carousel .carousel-cell {
        width: 100%;
        height: auto;
        max-height: 600px;
        margin-right: 20px;
        margin-bottom: 30px;
        padding: 0px;
        counter-increment: carousel-cell;
    }
    .testimonials .carousel .carousel-cell .test_content h5 {
        font-size: 13px;
    }
    .testimonials .carousel .carousel-cell .test_content {
        height: 210px;
        padding: 20% 5% 12% 5%;
    }
    .testimonials .carousel .flickity-viewport {
        height: 220px !important;
    }
    .testimonials {
        padding: 10% 5%;
    }
}

/* testimonial section end */

/* program section start  */

.programs {
    background: #fff;
    padding: 3% 0%
}

.programs .programs_content {
    background: url('../../../images/frontend/programs_back.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100%;
    padding: 5% 5% 0% 5%;
}

.programs .programs_content .program_div {
    padding: 4%;
}

.programs .programs_content img {
    width: 50%;
    padding-right: 10%;
    margin-top: -10%;
}

@media (min-width:320px) and (max-width:767px) {
    .programs .programs_content .program_div ul li {
        font-size: 11px;
    }
    .programs .programs_content .program_div h5 {
        font-size: 16px;
    }
    .programs .programs_content img {
        width: 100%;
        padding-right: 5%;
        margin-top: 2%;
    }
    .programs .programs_content {
        background: url('../../../images/frontend/programs_back.png') no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100%;
        padding: 5% 5% 0% 5%;
    }
}

/* program section end */

/* cta section start  */

section.cta-section {
    padding: 3% 0%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(37,25,77,1) 50%, rgba(61,47,109,1) 50%);
}
section.cta-section a {
    background: #fff;
    color: #3D2F6D;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0;
    font-size: 18px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
}
@media (min-width:320px) and (max-width: 991.98px){
    section.cta-section button {
        margin: 0% 1%;
    }
    section.cta-section {
        padding: 10% 0% 7% 0%;
    }
}
/* cta section end  */

/* footer section start  */

footer.footer{
    padding: 0 0 15px;
    background:#3D2F6D;
}
footer.footer h2{
    color:#fff;
    font-size:45px;
}
footer.footer hr{
    border-top:1px solid #97231A;
}
footer.footer h5{
    color:#fff;
    font-size:18px;
    font-weight:600;
    display: block;
}

footer.footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-indent: -12px;
    margin-left: 25px;
    display: block;

}
footer.footer ul{
    list-style:none;
    padding-left:0;
}
footer.footer ul li{
    font-size:9px;
    color:rgba(255,255,255,0.7);
    margin:6% 0%;
}
footer.footer .copyright_hr{
    border-top:1px solid #fff;
}
footer.footer p{
    font-size:13px;
    color:rgba(255,255,255,0.6);
    font-weight: 600;
    margin: 0;
}
@media (min-width:320px) and (max-width: 991.98px){
    footer.footer{
        padding:0 0 15px;
    }
 
}

/* footer section end  */



.pulse-button {
    animation: borderPulse 1000ms infinite 
ease-out, colorShift 10000ms infinite 
ease-in;
    border-radius: 0;
    padding: 10px 30px;
}
/* Initiate color change for pulse-on-hover */
.pulse-button-hover {
	animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */
nav.navbar button:hover,
nav.navbar button:focus {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/* Declate color shifting animation */
@keyframes colorShift {
	0%, 100% {
			background: #fff;
	}
	33% {
		background: #000;
        color:#fff;
	}
	66%{
		background: #ffc107;
        color:#000;
	}
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}
























/* ── RESET & BASE ── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --red:    #FE2A29;
    --dark-red: #C41010;
    --black:  #000000;
    --white:  #FFFFFF;
    --gray:   #111111;
    --dim:    #888888;
  }



  /* Demo trigger button */
  .demo-btn {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(254,42,41,0.5);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .demo-btn:hover { transform: translateX(-50%) scale(1.05); box-shadow: 0 6px 28px rgba(254,42,41,0.7); }

  /* ── OVERLAY ── */
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay.active { opacity: 1; visibility: visible; }

  /* ── POPUP CARD ── */
  .popup {
    position: relative;
    width: min(780px, 96vw);
    min-height: 420px;
    background: var(--black);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0,0,0,0.9), 0 0 0 1px rgba(254,42,41,0.3);
    transform: scale(0.88) translateY(30px);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), opacity 0.4s ease;
    display: flex;
  }
  .overlay.active .popup { transform: scale(1) translateY(0); opacity: 1; }

  /* ── LEFT PANEL – visual ── */
  .panel-left {
    width: 55%;
    position: relative;
    overflow: hidden;
    background: #0a0000;
    flex-shrink: 0;
  }

  /* Stage floor gradient */
  .panel-left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(254,42,41,0.18) 0%,
      rgba(0,0,0,0.5) 30%,
      rgba(0,0,0,0.1) 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  /* Background image placeholder – swap src in .bg-img for real image */
  .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: brightness(0.45) saturate(0.7);
    z-index: 0;
  }

  /* SVG crowd fallback (shown when no image) */
  .crowd-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  /* Spotlights */
  .spotlights {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .spot {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: solid transparent;
    border-right: solid transparent;
    border-top: solid;
    opacity: 0;
    transform-origin: top center;
    animation: spotFade 3s ease-in-out infinite alternate;
  }
  .spot-1 { left: 14%; border-left-width: 18px; border-right-width: 18px; border-top-width: 320px; border-top-color: rgba(254,42,41,0.12); animation-delay: 0s; }
  .spot-2 { left: 38%; border-left-width: 22px; border-right-width: 22px; border-top-width: 340px; border-top-color: rgba(255,80,80,0.09); animation-delay: 0.6s; }
  .spot-3 { left: 62%; border-left-width: 18px; border-right-width: 18px; border-top-width: 310px; border-top-color: rgba(254,42,41,0.11); animation-delay: 1.1s; }
  .spot-4 { left: 82%; border-left-width: 14px; border-right-width: 14px; border-top-width: 280px; border-top-color: rgba(255,60,60,0.08); animation-delay: 0.3s; }

  @keyframes spotFade {
    0%   { opacity: 0.4; }
    100% { opacity: 1; }
  }

  /* Stage floor line */
  .stage-line {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(254,42,41,0.6), rgba(255,160,160,0.4), rgba(254,42,41,0.6), transparent);
    z-index: 3;
    animation: glow 2s ease-in-out infinite alternate;
  }
  @keyframes glow {
    from { box-shadow: 0 0 8px rgba(254,42,41,0.4); }
    to   { box-shadow: 0 0 24px rgba(254,42,41,0.9), 0 0 40px rgba(254,42,41,0.3); }
  }

  /* Bottom red gradient floor */
  .floor-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to top, rgba(254,42,41,0.25), transparent);
    z-index: 3;
  }

  /* LIVE badge */
  .live-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--red);
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
  }
  .live-dot {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

  /* City tags on image */
  .city-tags {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
  }
  .city-tag {
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(254,42,41,0.5);
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.4;
    backdrop-filter: blur(4px);
  }
  .city-tag span {
    display: block;
    color: var(--red);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* ── RIGHT PANEL – content ── */
  .panel-right {
    flex: 1;
    background: var(--black);
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  /* Top-right red corner accent */
  .panel-right::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0; height: 0;
    border-top: 70px solid var(--red);
    border-left: 70px solid transparent;
  }
  /* FREE text inside corner */
  .free-corner {
    position: absolute;
    top: 8px;
    right: 4px;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 2;
    transform: rotate(0deg);
  }

  /* Red bottom strip */
  .panel-right::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: var(--red);
  }

  /* Content sections */
  .eyebrow {
    font-family: 'Barlow', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--red);
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .headline {
    font-family: 'Bebas Neue', cursive;
    line-height: 1;
    margin-bottom: 6px;
  }
  .headline .line1 {
    font-size: 22px;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
  }
  .headline .line2 {
    font-size: 34px;
    color: var(--red);
    display: block;
    letter-spacing: 2px;
    line-height: 0.95;
  }
  .headline .line3 {
    font-size: 26px;
    color: var(--white);
    display: block;
    letter-spacing: 1px;
  }

  .subtext {
    font-size: 12px;
    color: #aaa;
    line-height: 1.55;
    margin: 12px 0 18px;
    font-weight: 400;
    max-width: 260px;
  }
  .subtext strong { color: #fff; font-weight: 600; }

  /* Divider */
  .divider {
    width: 48px;
    height: 2px;
    background: var(--red);
    margin: 14px 0;
  }

  /* Stats row */
  .stats {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }
  .stat {
    text-align: center;
  }
  .stat-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    color: var(--red);
    line-height: 1;
  }
  .stat-label {
    font-size: 9px;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .stat-sep {
    width: 1px;
    background: rgba(255,255,255,0.1);
    align-self: stretch;
  }

  /* CTA Button */
  .cta-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: var(--red);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 6px 24px rgba(254,42,41,0.45);
  }
  .cta-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
  }
  .cta-btn:hover::before { left: 160%; }
  .cta-btn:hover {
    background: #e01c1c;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(254,42,41,0.65);
  }
  .cta-btn:active { transform: translateY(0); }

  .cta-note {
    text-align: center;
    font-size: 10px;
    color: #555;
    margin-top: 8px;
    letter-spacing: 0.5px;
  }
  .cta-note a {
    color: #888;
    text-decoration: underline;
    font-size: 9px;
  }

  /* ── CLOSE BUTTON ── */
  .close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s, color 0.2s;
    line-height: 1;
  }
  .close-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }

  /* ── TOP TICKER ── */
  .ticker-wrap {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 28px;
    background: var(--red);
    overflow: hidden;
    z-index: 6;
  }
  .ticker-inner {
    display: flex;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    animation: ticker 18s linear infinite;
  }
  .ticker-inner span {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 30px;
  }
  .ticker-sep { color: rgba(255,255,255,0.5); font-size: 8px; }
  @keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    .popup { flex-direction: column; min-height: auto; }
    .panel-left { width: 100%; height: 200px; }
    .panel-right { padding: 24px 20px 24px; }
    .headline .line2 { font-size: 28px; }
    .stats { gap: 10px; }
    .city-tags { gap: 5px; }
    .city-tag { padding: 4px 8px; font-size: 9px; }
  }