/* НАВІГАЦІЯ */
.scroll-fix { scroll-margin-top: 72px; }
/* Універсальні заголовки */
h1, h2, h3, h4, h5, h6,
.section-title,
.faq-title,
.about-title,
.hero-main-title {
  font-family: 'Oswald', sans-serif;
  color: #b71c1c;
  font-size: 2.3rem;
  line-height: 1.18;
  margin-bottom: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Варіації заголовків */
.section-title { font-weight: 600; letter-spacing: 0.05em; }
.faq-title, .about-title, .hero-main-title { letter-spacing: 0.03em; }
.hero-main-title { font-weight: 900; text-shadow: 0 3px 22px rgba(0,0,0,0.13); 
    font-size: 4.6rem; letter-spacing: 0.14em; font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 0.3rem; color: #fff !important; 
}
.about-title { font-weight: 900;}
.faq-title { font-weight: 900; }

@media (max-width: 576px) {
  h1, h2, h3, h4, h5, h6,
  .section-title,
  .faq-title,
  .about-title{
    font-size: 2.0rem;
    line-height: 1.15;
  }
}

/* другорядні підзаголовки */
.about-title-sub, .faq-title-sub {
  font-size: 1.13rem;
  color: #212121;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
}
@media (max-width: 576px) {
  .about-title-sub, .faq-title-sub { font-size: 1.01rem; }
}

/*───────────────────────────────*/
/* 2. Hero-секція                */
/*───────────────────────────────*/
.hero-section {
  position: relative;
  background: url("../../images/landing/hero-1920.webp") center/cover no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 900px) {
  .hero-section {
    background-image: url("../../images/landing/hero-800.webp") center/cover no-repeat;
  }
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(10,10,20,0.68);
  z-index: 0;
}
.hero-sun {
  position: absolute;
  top: 27%;
  left: 60%;
  transform: translate(-50%, -38%);
  width: 240px;
  height: 240px;
  background: rgba(220,53,69,0.54);
  border-radius: 50%;
  opacity: 0.6;
  box-shadow: 0 0 60px rgba(220,53,69,0.32);
  animation: sun-pulse 2.5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
@keyframes sun-pulse {
  0%,100% { transform: translate(-50%, -38%) scale(1);}
  50% { transform: translate(-50%, -38%) scale(1.07);}
}
.hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 0 15px;
}
.hero-subtitle, .hero-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.39);
}
.hero-subtitle {
  font-size: 1.55rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 0.3rem;
}
.hero-text {
  font-size: 1.13rem;
  font-style: italic;
  margin: 6rem 0 1.3rem;
  color: #fffde6 !important;
  letter-spacing: 0.01em;
}
.hero-trust {
  margin-top: 2.2rem;
  color: #ffe082;
  font-family: 'Oswald',sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center; gap: .6em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.hero-trust i { color: #ffe082; font-size: 1.24em; }
/* Hero-Кнопка */
.hero-btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 0.83rem 2.4rem 0.83rem 2.05rem;
  background: linear-gradient(90deg,#dc3545 60%,#b71c1c 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 32px rgba(247, 228, 18, 0.11);
  font-size: 1.11rem;
  transition: background 0.23s, transform 0.18s, box-shadow 0.21s;
  overflow: hidden;
}
.hero-btn .hero-btn-arrow {
  font-size: 1.27em;
  margin-left: .55em;
  transition: margin-left 0.16s;
}
.hero-btn:hover .hero-btn-arrow { margin-left: 1.1em; }
.hero-btn.pulse { animation: pulse-btn 1.6s infinite; }
@keyframes pulse-btn {
  0%   { box-shadow: 0 0 0 0 rgba(220,53,69,0.28);}
  70%  { box-shadow: 0 0 0 12px rgba(220,53,69,0);}
  100% { box-shadow: 0 0 0 0 rgba(220,53,69,0.28);}
}
.hero-btn:hover {
  background: linear-gradient(90deg,#b71c1c 0%,#dc3545 90%);
  transform: scale(1.07) translateY(-2px);
}

/*──────────────────────────────────────────────*/
/* 3. Переваги (features)                       */
/*──────────────────────────────────────────────*/
#features {
  background: #f8f9fa;
  padding-top: 4rem; padding-bottom: 4rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  align-items: stretch;
}
.feature-item {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 4px 32px rgba(220,53,69,0.07);
  padding: 2.2rem 1.4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow .18s, transform .18s;
  position: relative;
  overflow: hidden;
}
.feature-item:hover {
  transform: translateY(-8px) scale(1.024);
  box-shadow: 0 14px 40px rgba(220,53,69,0.15);
}
.feature-icon {
  background: linear-gradient(135deg,#dc3545 60%,#b71c1c 100%);
  color: #fff;
  border-radius: 50%;
  width: 66px; height: 66px;
  font-size: 2.09rem;
  margin-bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(220,53,69,0.12);
}
.feature-item h3 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 1.19rem;
  color: #b71c1c;
  margin-bottom: .7rem;
}
.feature-item p {
  font-family: 'Poppins',sans-serif;
  color: #444;
  font-size: 1.03rem;
  line-height: 1.58;
  margin-bottom: 0;
}

/*──────────────────────────────────────────────*/
/* 4. Секція “Тренери”, “Зали”                  */
/*──────────────────────────────────────────────*/
#coaches .coach-card,
#halls .hall-card {
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  background: #fff;
  border: none;
  margin-bottom: 1rem;
  border-radius: 1.1rem;
  box-shadow: 0 2px 14px rgba(180,60,60,0.07);
}
#coaches .coach-card:hover,
#halls .hall-card:hover {
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 10px 38px rgba(220,53,69,0.18);
}
#coaches .coach-card img,
#halls .hall-card img {
  height: 200px;
  object-fit: cover;
  border-radius: 1.1rem 1.1rem 0 0;
}
#halls .hall-card .card-body {
  padding: 1rem;
  text-align: center;
}
#halls .hall-card .card-title {
  color: #b71c1c;
  font-weight: 600;
}
#halls .hall-card .card-text {
  color: #555;
  font-size: 0.96rem;
  margin-bottom: 0.5rem;
}
#halls .hall-card .fa-map-marker-alt,
#halls .hall-card .fa-user,
#halls .hall-card .fa-phone {
  color: #b71c1c;
  margin-right: 0.5rem;
}

/*──────────────────────────────────────────────*/
/* 5. Карта та список залів                     */
/*──────────────────────────────────────────────*/
#halls-container {
  display: flex;
  flex-wrap: wrap;
}
#map {
  flex: 1 1 70%;
  height: 80vh;
  min-height: 400px;
}
.hall-list {
  flex: 1 1 30%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 1rem;
  background: #f8f9fa;
}
#hall-search { margin-bottom: 1rem; }

/*──────────────────────────────────────────────*/
/* 6. Карта набір в групи                       */
/*──────────────────────────────────────────────*/
.enroll-section {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.enroll-info {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  color: #333;
  background: #f9f9fa;
  border-left: 5px solid #dc3545;
  border-radius: 0 14px 14px 0;
  padding: 1.15rem 1.5rem;
  max-width: 580px;
  margin: 0 auto 2.5rem;
  box-shadow: 0 4px 14px rgba(220,53,69,0.04);
}
.enroll-grid {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.enroll-item {
  flex: 1 1 230px;
  max-width: 330px;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enroll-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 1.2rem;
  box-shadow: 0 6px 20px rgba(60,10,10,0.12);
  margin-bottom: 1.15rem;
  transition: transform .24s, box-shadow .19s;
}
.enroll-item:hover .enroll-img {
  transform: scale(1.045);
  box-shadow: 0 10px 34px rgba(220,53,69,0.17);
}
.enroll-label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #b71c1c;
  font-weight: 700;
  font-size: 1.16rem;
  letter-spacing: 0.08em;
  background: #fff6f7;
  border-radius: 18px;
  padding: 0.44em 1.1em;
  box-shadow: 0 2px 10px rgba(220,53,69,0.07);
  margin-top: -1.3rem;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: background .19s;
}
.enroll-item:hover .enroll-label {
  background: #ffe6e9;
  color: #dc3545;
}
.enroll-btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 1rem 2.7rem 1rem 2.1rem;
  background: linear-gradient(90deg,#dc3545 60%,#b71c1c 100%);
  color: #fff;
  border: none;
  border-radius: 55px;
  font-size: 1.22rem;
  box-shadow: 0 8px 32px rgba(220,53,69,0.12);
  transition: background 0.25s, transform 0.18s, box-shadow 0.22s;
  overflow: hidden;
}
.enroll-btn:hover {
  color: #fff;
}
.enroll-btn .enroll-btn-arrow {
  font-size: 1.35em;
  margin-left: .7em;
  transition: margin-left 0.14s;
}
.enroll-btn:hover .enroll-btn-arrow {
  margin-left: 1.2em;
}
.enroll-btn.pulse {
  animation: pulse-btn 1.6s infinite;
}
@keyframes pulse-btn {
  0%   { box-shadow: 0 0 0 0 rgba(220,53,69,0.34);}
  70%  { box-shadow: 0 0 0 16px rgba(220,53,69,0);}
  100% { box-shadow: 0 0 0 0 rgba(220,53,69,0.34);}
}
.enroll-btn:hover {
  background: linear-gradient(90deg,#b71c1c 0%,#dc3545 90%);
  transform: scale(1.06) translateY(-1.5px);
}

/* секція з плюсами для дитини */    
.benefits-swiper-section {
  background: #fafcff;
  padding-top: 4rem; padding-bottom: 4rem;
}
.benefits-quote {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 1.28rem;
  color: #222;
  opacity: 0.94;
  letter-spacing: 0.03em;
  display: flex; align-items: center; justify-content: center; gap: 0.6em;
  margin-bottom: 2.2rem;
}
.benefits-quote i { color: #dc3545; font-size: 1.25em;}
.benefits-swiper { width: 100%; }
.benefit-slide {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 4px 32px rgba(220,53,69,0.09);
  padding: 2.2rem 1.5rem 2.3rem;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: benefitAppear 0.88s cubic-bezier(0.43,0.12,0.39,0.98) both;
  transition: box-shadow .17s, transform .18s;
}
.benefit-slide:hover {
  box-shadow: 0 8px 40px rgba(220,53,69,0.18);
  transform: scale(1.034) translateY(-2px);
}
@keyframes benefitAppear {
  0% { opacity:0; transform: scale(0.89) translateY(32px);}
  100% { opacity:1; transform: scale(1) translateY(0);}
}
.benefit-text b {
  display: block;
  font-size: 1.19rem;
  color: #b71c1c;
  margin-bottom: .28rem;
  letter-spacing: .03em;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
}
.benefit-text p {
  color: #222;
  font-size: 1.09rem;
  margin-bottom: 0;
  font-family: 'Poppins',sans-serif;
  line-height: 1.65;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #b71c1c;
  opacity: 0.34;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #dc3545;
  opacity: 0.92;
}
@media (max-width: 767px) {
  .benefit-slide { min-height: 135px; padding: 1.1rem 0.7rem 1.4rem; }
  .benefit-text b { font-size: 1.01rem;}
  .benefit-text p { font-size: 0.92rem;}
  .benefits-quote { font-size: 0.97rem;}
}

/*──────────────────────────────────────────────*/
/* 7. СЕКЦІЯ "ПРО КЛУБ" З PARALLAX ФОНОМ           */
/*──────────────────────────────────────────────*/
.about-storyblock-section {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: transparent !important;
}
.about-fixed-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('../../images/landing/kanku_history2.jpg') center center / cover no-repeat;
  opacity: 0.16;
  filter: grayscale(0.12) blur(1px);
  pointer-events: none;
  background-attachment: fixed;
}
/* Приховуємо фон поза секцією — лише під about! */
.about-storyblock-section > .container-lg,
.about-storyblock-section > .container-lg * {
  position: relative;
  z-index: 2;
}
.about-title-sub {
  color: #212121;
  font-family: 'Oswald',sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.about-story-text {
  max-width: 900px;
  font-size: 1.18rem;
  color: #222;
  font-family: 'Poppins',sans-serif;
  margin-bottom: 0.7rem;
  line-height: 1.7;
}
.about-founder-highlight {
  color: #dc3545;
  font-weight: 900;
  letter-spacing: .08em;
}
.about-logosbar-wrap {
  max-width: 950px;
  padding: 1.6rem 1rem 1.2rem 1rem;
  border-radius: 1.4em;
  background: #f7fafb;
  box-shadow: 0 3px 24px rgba(220,53,69,0.07);
}
.about-logosbar-title {
  font-size: 1.14rem;
  color: #b71c1c;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  margin-bottom: 1.0rem;
  letter-spacing: 0.04em;
}
.about-logosbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.2em;
  margin-bottom: 0.6em;
}
.about-logo-img {
  max-height: 66px;
  max-width: 100px;
  opacity: 0.89;
  filter: grayscale(0.04) drop-shadow(0 0 8px #fff8);
  transition: transform .19s, opacity .18s;
}
.about-logo-img:hover {
  transform: scale(1.13) rotate(-2deg);
  opacity: 1;
}
.about-feds-wow {
  text-align: center;
  margin-top: 1.7em;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.13em;
  color: #b71c1c;
  letter-spacing: 0.01em;
}
.about-feds-highlight {
  color: #dc3545;
  font-size: 0.79em;
}
.about-feds-sub {
  font-size: 0.79em;
  color: #7c1a2a;
  display: block;
  margin-top: 0.21em;
}
@media (max-width: 991px) {
  .about-story-text { font-size: 1.05rem;}
  .about-logosbar { gap: 1.2em; }
  .about-logosbar-wrap { padding: 1rem 0.2rem 0.7rem 0.2rem; }
}
@media (max-width: 576px) {
  .about-story-text { font-size: 0.99rem;}
  .about-logosbar { gap: 0.65em;}
  /* .about-logo-img { max-height: 25px; max-width: 33px;} */
  .about-logosbar-wrap { padding: 0.65rem 0 0.45rem 0;}
}

/* FAQ */
.faq-section { background: #f9f9f9; }
.faq-title-sub {
  font-size: 1.07rem;
  color: #a12e2e;
  opacity: .83;
  font-family: 'Montserrat', sans-serif;
}
.faq-list {
  max-width: 740px;
  margin: 0 auto;
}
.faq-group-title {
  font-family: 'Montserrat',sans-serif;
  color: #b71c1c;
  font-size: 1.02rem;
  font-weight: 700;
  margin: 2.1rem 0 1rem 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  opacity: .86;
  border-left: 5px solid #dc3545;
  padding-left: .88em;
  position: relative;
}
.faq-item {
  margin-bottom: 0.75rem;
  border-radius: 1.15em;
  background: #fff;
  box-shadow: 0 2px 14px rgba(220,53,69,0.07);
  padding: 0.1em 0.28em;
  transition: box-shadow 0.18s, transform 0.14s;
  border-left: 5px solid transparent;
  position: relative;
}
.faq-item:hover{
  box-shadow: 0 7px 28px rgba(220,53,69,0.14);
  transform: scale(1.013) translateY(-1px);
  border-left: 5px solid #dc3545;
  background: #fff4f6;
}
.faq-item:has(.faq-answer.show) {
  border-left: 5px solid #dc3545;
  background: #fff4f6;
  box-shadow: 0 7px 28px rgba(220,53,69,0.14);
  transform: scale(1.013) translateY(-1px);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.01rem;
  font-weight: 700;
  color: #222;
  font-family: 'Montserrat',sans-serif;
  padding: 0.86rem 1.1rem 0.86rem 0.83rem;
  cursor: pointer;
  transition: background 0.18s;
  border-radius: 0.88em;
  position: relative;
  box-shadow: none;
}
.faq-question:hover { background: #ffe0e7; }
.faq-question .faq-arrow {
  width: 1.37em; height: 1.37em;
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-left: 0.1em;
}
.faq-question .faq-arrow::before {
  content: '';
  display: inline-block;
  width: 0.9em; height: 0.9em;
  border: solid #b71c1c;
  border-width: 0 2.5px 2.5px 0;
  padding: 2.5px;
  transform: rotate(45deg);
  transition: transform 0.18s cubic-bezier(0.5,1.6,0.7,0.7);
}
.faq-question[aria-expanded="true"] .faq-arrow::before {
  transform: rotate(-135deg);
}
.faq-answer {
  font-size: 0.97rem;
  color: #232323;
  font-family: 'Poppins',sans-serif;
  padding: 0 0.8rem 0.7rem 1.45rem;
  transition: all .16s;
  background: none;
}
.faq-answer a { color: #b71c1c; text-decoration: underline; }
.faq-answer b { color: #b71c1c; }
@media (max-width: 576px) {
  .faq-list { max-width: 99vw;}
  .faq-group-title { font-size: 0.97rem; padding-left: .62em;}
  .faq-question { font-size: 0.91rem; padding: 0.69rem 0.5rem 0.69rem 0.41rem; }
  .faq-answer { font-size: 0.89rem; padding-left: 0.65rem;}
}

/* instagram */
/* == Instagram Scrollable Row == */
.instagram-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #b71c1c #f5f5f5;
  scroll-snap-type: x mandatory;
}
.instagram-scroll-row::-webkit-scrollbar {
  height: 8px;
  background: #f5f5f5;
}
.instagram-scroll-row::-webkit-scrollbar-thumb {
  background: #b71c1c;
  border-radius: 8px;
}

/* == Instagram Post Card == */
.instagram-post-card {
  background: #fff;
  border-radius: 1.15rem;
  box-shadow: 0 2px 18px rgba(220,53,69,0.12);
  transition: box-shadow .17s, transform .13s;
  cursor: pointer;
  min-width: 270px;
  max-width: 320px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
}
.instagram-post-card:hover {
  box-shadow: 0 6px 30px rgba(220,53,69,0.23);
  transform: scale(1.035) translateY(-3px);
}

/* == Card Image/Video == */
.instagram-img {
  border-radius: 1.15rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: filter .18s, opacity .16s;
  display: block;
}
.instagram-hover-video {
  pointer-events: none;
  z-index: 2;
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 1.15rem;
  background: #000;
}

/* == Caption Overlay (hidden by default, fade-in on hover) == */
.post-caption-overlay {
  opacity: 0;
  transition: opacity .17s, background .18s;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-caption-text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.98rem;
  word-break: break-word;
}

/* Overlay для фото — тільки низ, плавний градієнт */
.instagram-post-card[data-media-type="IMAGE"]:hover .post-caption-overlay,
.instagram-post-card[data-media-type="CAROUSEL_ALBUM"]:hover .post-caption-overlay {
  opacity: 1;
  pointer-events: auto;
  background: linear-gradient(0deg, rgba(32,30,46,0.93) 30%, rgba(32,30,46,0.02) 100%);
}
.instagram-post-card[data-media-type="IMAGE"]:hover .instagram-img,
.instagram-post-card[data-media-type="CAROUSEL_ALBUM"]:hover .instagram-img {
  filter: brightness(0.92) blur(0.2px);
  opacity: 1;
}

/* Overlay для відео — всю поверхню */
.instagram-post-card[data-media-type="VIDEO"]:hover .post-caption-overlay {
  opacity: 1;
  pointer-events: auto;
  background: linear-gradient(0deg, rgba(32,30,46,0.93) 30%, rgba(32,30,46,0.02) 100%);
}
.instagram-post-card[data-media-type="VIDEO"]:hover .instagram-img {
  opacity: 0;
  filter: blur(0.5px);
}
.instagram-post-card[data-media-type="VIDEO"]:hover .instagram-hover-video {
  display: block !important;
}
/* == Post Type Icon == */
.post-type-icon {
  z-index: 2;
  opacity: 0.87;
  filter: drop-shadow(0 1px 2px #2228);
}

/* == Instagram Button == */
.instagram-section .btn-gradient-pink {
  background: linear-gradient(90deg,#dc3545 60%,#b71c1c 100%);
  color: #fff;
  border: none;
  transition: background .18s, box-shadow .19s, transform .13s;
  box-shadow: 0 2px 20px rgba(220,53,69,0.08);
}
.instagram-section .btn-gradient-pink:hover {
  background: linear-gradient(90deg,#b71c1c 10%,#dc3545 80%);
  color: #fff;
  transform: translateY(-1.5px) scale(1.05);
}
/* == Mobile Responsive == */
@media (max-width: 576px) {
  .instagram-post-card {
    min-width: 45vw;
    max-width: 46vw;
    height: 180px;
    border-radius: 1rem;
    margin-bottom: 0;
  }
  .instagram-scroll-row {
    gap: 10px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
}
/* БЛОК ЗАКЛИК ПРИЄДНАТИСЬ */
.cta-join-section {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: url("../../images/landing/cta-join-1920.webp") center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
@media (max-width: 900px) {
  .cta-join-section {
    background: url("../../images/landing/cta-join-800.webp") center/cover no-repeat;
  }
}
.cta-join-section .section-title{
  color: #fff;
}
.cta-join-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(32,30,46,0.74) 30%,rgba(220,53,69,0.59) 100%);
  z-index: 1;
}
.cta-join-section .container-lg {
  position: relative;
  z-index: 2;
}

.cta-join-desc {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 2.1rem;
  line-height: 1.55;
}

.cta-join-desc .text-highlight {
  color: #ffd96a;
  /* background: linear-gradient(90deg,#ffecb3 20%,#ffe0e7 80%); */
  border-radius: 0.4em;
  padding: 0 0.22em;
}

@media (max-width: 768px) {
  .cta-join-desc { font-size: 1.01rem; }
  .cta-join-section { min-height: 180px; padding: 40px 0; }
}


/*──────────────────────────────────────────────*/
/* 8. Адаптивність                              */
/*──────────────────────────────────────────────*/
@media (max-width: 1023px) {
  .hero-main-title { font-size: 3.6rem;}
  .hero-section .container { max-width: 98vw;}
  .hero-sun { width: 200px; height: 200px; left: 63%;}
  .hero-subtitle { font-size: 1.2rem; }
  .hero-text {font-size: 1.0rem;}
}
@media (max-width: 767px) {
  .hero-section {
    min-height: 64vh;
    padding: 0;
  }
  .hero-sun {
    width: 130px; height: 130px; left: 65%; top: 25%;
  }
  .hero-main-title {
    font-size: 2.9rem;
    margin-bottom: 0.33rem;
    line-height: 1.05;
  }
  .hero-text {
    font-size: 0.89rem;
    margin: 4rem 0 1.07rem;
  }
  .hero-btn {
    font-size: 0.92rem;
    padding: 0.52rem 1.6rem 0.52rem 1.1rem;
  }
  .hero-trust {
    font-size: 0.85rem;
    margin-top: 1.2rem;
  }
  .enroll-grid { flex-direction: column; align-items: stretch; }
  .enroll-item { max-width: 100%; }
  .enroll-img { height: 220px; margin-bottom: 0.2rem; object-position: 50% 25%;}
  .enroll-label { font-size: 1rem; }
  .enroll-info { font-size: 1rem; padding: 0.9rem 1rem; }
}
@media (max-width: 540px) {
  .hero-section .container { padding: 0 1vw;}
  .hero-main-title { font-size: 2.2rem;}
  .hero-subtitle { font-size: 0.9rem;}
  .hero-btn { font-size: 0.84rem; padding: 0.45rem 1.2rem 0.45rem 0.9rem;}
  .hero-text { font-size: 0.71rem;}
  .hero-sun { width: 110px; height: 110px; top: 29%; left: 68%;}
  .hero-btn {font-size: 0.82rem;}
  .enroll-info { font-size: 0.92rem; }
  .enroll-btn {font-size: 1.03rem; padding: 0.62rem 1.3rem 0.62rem 0.97rem;}
}
@media (max-width: 390px) {
  .hero-btn { font-size: 0.76rem;}
}
/* МАПА ЗАЛІВ ПЕРЕД ФУТЕРОМ */
.fullwidth-map-section {
  background: linear-gradient(120deg,#fff8f9 70%,#ffe7ea 100%);
  margin-bottom: 0;
  padding-bottom: 0;
}
#landingHallsMap {
  width: 100vw;
  max-width: 100vw;
  height: 420px;
  border-radius: 2em 2em 0 0;
  box-shadow: 0 6px 40px #b71c1c17;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 600px) {
  #landingHallsMap { height: 220px; border-radius: 1.1em 1.1em 0 0; }
}
.halls-map-heading .section-title {
  font-family: 'Oswald',sans-serif;
  font-weight: 800;
  color: #b71c1c;
  font-size: 2.1rem;
}
.halls-map-subtitle { color: #ad3030; font-size: 1.11rem; }



