/* Responsive: reduce H2 size under .sub-title on smaller screens */
@media (max-width: 991.98px) {
  .sec-title .sub-title + h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  .sec-title .sub-title + h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .sec-title .sub-title + h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
 
/* Css For Golfer */

/* Geometria fonts commented out - files not available
@font-face {
  font-family: "Geometria";
  src: local("Geometria"),
       url("../fonts/geometria-regular.woff2") format("woff2"),
       url("../fonts/geometria-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria Medium"), local("Geometria-Medium"),
       url("../fonts/geometria-medium.woff2") format("woff2"),
       url("../fonts/geometria-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria Bold"), local("Geometria-Bold"),
       url("../fonts/geometria-bold.woff2") format("woff2"),
       url("../fonts/geometria-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #EC691B;
  --secondary-color: #000000;
  --text-color: #000000;
  --title-color: #000000;
  --text-font: "Geometria", sans-serif;
  --title-font: "Geometria", sans-serif;
}



body {
  font-size:16px;
  color: var(--text-color);
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  margin: 0px;
}


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 20px;
  background: var(--secondary-color);
  color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .loader-section {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #000;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #000;
  border-top-color: rgba(0, 0, 0, 0.3); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 5px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--text-font);
  color: #fff !important;
  text-align: center;
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.5s ease-in-out 0.0s;
}

/* Removed empty .theme-btn.btn-one and hover rules */

.theme-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: left center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transform: translateX(0);
  transform-origin: right center;
  z-index: -1;
  background: var(--secondary-color);
  transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after{
  transform: translateX(1);
  width: 51%;
}

.theme-btn.btn-two{
  border: 1px solid #E5E5E5;
  color: var(--text-color) !important;
  padding: 9px 30px;
}

.theme-btn.btn-two:hover{
  color: #fff !important;
}


.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li a i{
  position: relative;
  display: inline-block;
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
  border-radius: 50%;
  z-index: 90000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.scroll-to-top::after {
  position: absolute;
  content: "\e914";
  font-family: 'icomoon';
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear
}

/* Removed empty .scroll-to-top:hover::after rule */

.scroll-to-top:hover::before {
  opacity: 1
}

.scroll-to-top .scroll-top-inner path {
  stroke-width: 4;
  fill: transparent;
  box-sizing: border-box;
  stroke: var(--theme-color);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 15px;
  margin-bottom: 11px;
}

.sec-title.centred .sub-title{
  padding-left: 15px;
}

.sec-title .sub-title:before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 8px;
  right: 0px;
  border-radius: 50%;
}

.sec-title.centred .sub-title:after{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0px;
  border-radius: 50%;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 60px;
  text-transform: uppercase;
}

.sec-title.light h2{
  color: #fff;
}

.sec-title p{
  margin-top: 20px;
}

.sec-title .icon-box{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: var(--text-color);
  margin-bottom: 34px;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: var(--secondary-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nice-select{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding-right: 14px;
}

.nice-select:before{
  position: absolute;
  content: '\e913';
  font-family: 'icomoon';
  top: 1px;
  right: 25px;
  font-size: 8px;
}

.nice-select .list{
  width: 100%;
  left: 0px;
}

.nice-select .list li{
  color: var(--text-color);
}

.nice-select .list{
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background: #fff;
  color: var(--text-color);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  z-index: 1;
  box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.20);
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: transparent !important;
}

.nav-style-one .owl-nav button:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform-origin: top center;
  transform: scaleY(0);
  z-index: -1;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before{
  transform: scaleY(1);
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background: #EBF2E9;
  border-radius: 30px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  border-radius: 30px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.rating li.light{
  color: #DADEDE;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}


.wrapper.list .shop-list-content{
  display: block;
}

.wrapper.list .shop-grid-content{
  display: none
}

.wrapper.grid .shop-list-content{
  display: none;
}

.wrapper.grid .shop-grid-content{
  display: block
}

.nice-select .option{
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  left: 12px;
}

.item-quantity-selector input.quantity-spinner {
  line-height: 48px;
  height: 38px;
  width: 40px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background: transparent;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 0px 0px;
  right: -30px;
  top: -1px;
  margin-top: 0px;
  border-radius: 0px 50px 50px 0px;
  border: none !important;
}

.bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  position: absolute;
  height: 40px;
  width: 40px;
  padding: 0px 0px;
  left: -30px;
  top: -1px;
  border-radius: 50px 0px 0px 50px;
  border: none !important;
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #111;
  font-family: 'Font Awesome 5 Pro';
  transition: all 500ms ease;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  display: none;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}


/*** chat popup ***/

.chat-popup {
  position: fixed;
  right: -100%;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0.1s;
}

.chat-popup.popup-visible {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner{
  position: relative;
  display: block;
  padding: 40px 30px;
  padding-top: 32px;
}

.chat-popup .close-chat{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -65px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.chat-popup .popup-inner p{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.chat-popup .chat-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child{
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  color: var(--text-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea{
  height: 120px;
  resize: none;
}

/* Removed empty focus styles for chat form */

.chat-popup .chat-form .form-group .theme-btn{
  width: 100%;
}

.chat-icon{
  position: fixed;
  display: inline-block;
  right: 30px;
  bottom: 100px;
  z-index: 99;
}

.chat-icon button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
}

.image-hov-one{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-one::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-one:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.image-hov-two{
  position: relative;
  display: block;
  overflow: hidden;
}

.image-hov-two::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.image-hov-two:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-left: 28px;
  margin-bottom: 11px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
}

.bg-color-1{
  background: #EFF2F2;
}

.bg-color-2{
  background: var(--secondary-color);
}

.bg-color-3{
  background: #06090c;
}

.odometer.odometer-auto-theme .odometer-digit:last-child{
  padding-right: 20px;
}

.odometer.odometer-auto-theme .odometer-digit{
  display: inline-block;
}

.white-bg{
  background: #fff !important;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding-left: 24px;
  color: var(--text-color) !important;
  display: inline-block !important;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '\e916';
  font-family: 'icomoon';
  left: 3px;
  top: 0px;
  opacity: 0;
  font-size: 8px;
  color: #fff;
}

.check-box input:checked + label:after {
  opacity: 1;
}

/* Removed empty checked state before rule */

.check-box-three input {
  display: none;
}

.check-box-three label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box-three label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(154, 154, 154, 1);
  background: transparent;
}

.check-box-three label:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary-color);
  opacity: 0;
}

.check-box-three input:checked + label:after {
  opacity: 1;
}

.check-box-three input:checked + label:before{
  border-color: var(--secondary-color);
}


/* =================================================================
   KR Golf Academy - Video Background Banner Styles
   ================================================================= */

/* === Video Background Banner === */
.banner-style-three {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgba(28, 64, 61, 0.85) 0%, 
        rgba(28, 61, 64, 0.75) 50%,
        rgba(28, 64, 61, 0.85) 100%
    );
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-style-three.academie-hero {
  min-height: 80vh;
}

.banner-style-three.academie-hero .banner-content {
  height: auto;
  min-height: 80vh;
}

.banner-content .content-box {
    color: white;
}

.banner-content .upper-text {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #EC691B;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: var(--text-font);
}

.banner-content .main-title {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--title-font);
    color: white;
}

.banner-content .content-box p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--text-font);
}

.banner-content .btn-box {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ================================================================
   Académie Gallery Section
   ================================================================ */
.academie-gallery-section {
  background: #f8fbfb;
}

.gallery-header {
  max-width: 760px;
  margin: 0 auto 50px;
}

.gallery-subtitle {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 18px;
}

.gallery-title {
  font-size: clamp(32px, 5vw, 48px);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 18px;
  color: var(--title-color);
}

.gallery-intro {
  font-size: 17px;
  line-height: 1.68;
  color: var(--text-color);
  margin: 0;
}

.academie-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.academie-gallery-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
  background: #0f1c1b;
  box-shadow: 0 24px 45px -24px rgba(10, 37, 40, .45);
  transition: transform .35s ease, box-shadow .35s ease;
}

.academie-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease, opacity .4s ease;
}

.academie-gallery-item:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 24, 23, .45));
  opacity: 0;
  transition: opacity .3s ease;
}

.academie-gallery-item:hover,
.academie-gallery-item:focus {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -20px rgba(10, 37, 40, .55);
}

.academie-gallery-item:hover img,
.academie-gallery-item:focus img {
  transform: scale(1.05);
}

.academie-gallery-item:hover:after,
.academie-gallery-item:focus:after {
  opacity: 1;
}

.academie-gallery-actions {
  margin-top: 45px;
}

.gallery-fullscreen-btn {
  min-width: 240px;
}

@media (max-width: 991px) {
  .academie-gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .academie-gallery-grid {
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .gallery-header {
    margin-bottom: 35px;
  }

  .gallery-intro {
    font-size: 16px;
  }

  .academie-gallery-item {
    border-radius: 14px;
  }

  .academie-gallery-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .academie-gallery-grid::-webkit-scrollbar { display: none; }
  .academie-gallery-grid { -ms-overflow-style: none; scrollbar-width: none; }

  .academie-gallery-item {
    flex: 0 0 78vw;
    max-width: 78vw;
    scroll-snap-align: start;
  }
}

/* === Enhanced Button Styles === */
.theme-btn {
    display: inline-block;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    font-family: var(--text-font);
}

.theme-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.theme-btn:hover:before {
    left: 100%;
}

.theme-btn.btn-one {
    background: #EC691B;
    color: white;
    border-color: #EC691B;
}

.theme-btn.btn-one:hover {
    background: transparent;
    color: #EC691B;
    border-color: #EC691B;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(236, 105, 27, 0.3);
}

.theme-btn.btn-two {
    background: transparent;
    color: white;
    border-color: white;
}

.theme-btn.btn-two:hover {
    background: white;
    color: var(--secondary-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

/* === Shape Animations === */
.shape-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.shape-1, .shape-2, .shape-3, .shape-4, .shape-5, .shape-6 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    animation: float 8s ease-in-out infinite;
}

.shape-1 { 
    top: 15%; 
    left: 10%; 
    width: 80px; 
    height: 80px; 
    animation-delay: 0s; 
}

.shape-2 { 
    top: 25%; 
    right: 15%; 
    width: 60px; 
    height: 60px; 
    animation-delay: 1.5s; 
}

.shape-3 { 
    top: 55%; 
    left: 8%; 
    width: 100px; 
    height: 100px; 
    animation-delay: 3s; 
}

.shape-4 { 
    bottom: 25%; 
    right: 12%; 
    width: 70px; 
    height: 70px; 
    animation-delay: 4.5s; 
}

.shape-5 { 
    bottom: 35%; 
    left: 18%; 
    width: 90px; 
    height: 90px; 
    animation-delay: 6s; 
}

.shape-6 { 
    top: 45%; 
    right: 8%; 
    width: 75px; 
    height: 75px; 
    animation-delay: 7.5s; 
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-15px) rotate(5deg); 
    }
    50% { 
        transform: translateY(-25px) rotate(0deg); 
    }
    75% { 
        transform: translateY(-10px) rotate(-5deg); 
    }
}

/* === Responsive Design === */
@media (max-width: 991px) {
    .banner-content .main-title {
        font-size: 3rem;
    }
    
    .banner-content .upper-text {
        font-size: 1.1rem;
    }
    
    .banner-content .content-box p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .banner-content .main-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .banner-content .upper-text {
        font-size: 1rem;
    }
    
    .banner-content .content-box p {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    
    .banner-content .btn-box {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .theme-btn {
        padding: 15px 35px;
        font-size: 1rem;
    }
}
.mega-academie-actions .mega-academie-link {
  width: 100%;
}

@media (max-width: 576px) {
    .banner-content .main-title {
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    
    .banner-content .upper-text {
        font-size: 0.95rem;
    }
    
    .banner-content .content-box p {
        font-size: 1rem;
    }
    
    .theme-btn {
        padding: 14px 30px;
        font-size: 0.95rem;
    }
}

/* === Pattern Layer Enhancement === */
.pattern-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: 1;
    pointer-events: none;
    background-size: 200px 200px;
    background-repeat: repeat;
}

/* =================================================================
   Animated Academy Title Section
   ================================================================= */

.academy-title-section {
  padding: clamp(70px, 10vw, 160px) 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f7fb 100%);
  position: relative;
  overflow: hidden;
  color: #03060d;
}

.academy-title-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 148, 87, 0.08), transparent 45%), radial-gradient(circle at 80% 30%, rgba(236, 105, 27, 0.08), transparent 40%);
  z-index: 1;
}

.title-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.animated-title {
  margin-bottom: clamp(32px, 6vw, 70px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3vw, 24px);
  text-align: center;
}

.title-line {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.title-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: clamp(34px, 8vw, 112px);
  line-height: 1;
  letter-spacing: clamp(4px, 1vw, 14px);
  text-transform: uppercase;
  color: var(--secondary-color);
  opacity: 0;
}

.title-line-1 .title-text {
  animation: academySlideLeft .9s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: .1s;
}

.title-line-2 .title-text {
  animation: academySlideRight .9s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: 1.1s;
  color: var(--theme-color);
}

.title-line-3 .title-text {
  animation: academySlideLeft .9s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: 2.1s;
  line-height: 1.05;
  letter-spacing: clamp(3px, .7vw, 10px);
}

.title-line-3 br {
  display: inline;
}

@keyframes academySlideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes academySlideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.academy-description {
  max-width: 740px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeInUp 1s ease-out 2.6s forwards;
  text-align: center;
}

.subtitle {
  font-family: var(--text-font);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.description-text {
  font-family: var(--text-font);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .academy-title-section {
    padding: clamp(60px, 12vw, 110px) 0;
  }
  .title-text {
    letter-spacing: clamp(2px, .8vw, 10px);
  }
}

@media (max-width: 768px) {
  .animated-title {
    gap: 18px;
  }
  .title-line-3 br {
    display: none;
  }
  .title-line-3 .title-text {
    letter-spacing: clamp(1px, .4vw, 6px);
  }
}

@media (max-width: 576px) {
  .title-wrapper {
    padding: 0 16px;
  }
  .title-text {
    letter-spacing: 1.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .title-text,
  .academy-description {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* === Intersection Observer Animation Trigger === */
.academy-title-section.animate .title-text {
    animation-play-state: running;
}

.academy-title-section.animate .academy-description {
    animation-play-state: running;
}

/* ================================================================
   Clients/Partners Section (Redesigned Grid)
   ================================================================ */
.clients-section {
  position: relative;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px 32px;
  align-items: center;
  justify-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.partner-link:hover,
.partner-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.06), 0 12px 28px rgba(0,0,0,0.10);
  outline: none;
}

.partner-logo {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: contain;
}

.partner-link:hover .partner-logo,
.partner-link:focus-visible .partner-logo {
  filter: none;
  opacity: 1;
}

/* Responsive columns */
@media (max-width: 1199.98px) {
  .partners-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991.98px) {
  .partners-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-link { max-width: 180px; padding: 12px 16px; }
  .partner-logo { max-width: 150px; }
}

@media (max-width: 767.98px) {
  .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 24px; }
  .partner-link { max-width: 170px; padding: 12px 14px; }
  .partner-logo { max-width: 140px; }
}

@media (max-width: 575.98px) {
  .partners-grid { grid-template-columns: 1fr; gap: 18px; }
  .partner-link { max-width: 260px; padding: 12px; }
  .partner-logo { max-width: 180px; }
}

/* ================================================================
   Header Reservation Buttons Adjustments
   ================================================================ */
/* Remove border radius only for the two header reservation buttons and space them */
.header-style-three .menu-right-content {
  display: flex;
  align-items: center;
  gap: 16px; /* horizontal space between buttons */
}

.header-style-three .menu-right-content .btn-box { margin: 0; }

.header-style-three .menu-right-content .theme-btn {
  border-radius: 0 !important; /* flatten corners just in header */
  padding: 12px 28px; /* slightly slimmer since no rounded pill */
}

/* ================================================================
   Mega Panel (Stages de Golf)
   ================================================================ */
.mega-btn {
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--title-color);
  cursor: pointer;
  position: relative;
  letter-spacing: .5px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.mega-btn:visited { color: var(--title-color); }
.mega-btn.mega-btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  color: #fff;
  border-radius: 999px;
  padding: 14px 32px;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  transition: background .35s ease, transform .35s ease, color .35s ease;
  border: none;
}
.mega-btn.mega-btn-solid:after { display: none; }
.mega-btn.mega-btn-solid:hover,
.mega-btn.mega-btn-solid:focus {
  background: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
}
.mega-btn.mega-btn-solid[aria-expanded="true"] {
  background: var(--secondary-color);
  color: #fff;
}
.mega-btn.mega-btn-solid[aria-expanded="true"]:after { display: none; }
.mega-btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--theme-color);
  transition: width .35s ease;
}
.mega-btn:hover { color: var(--theme-color); }
/* Active (selected/open) state: force white text */
.mega-btn[aria-expanded="true"] { color: #fff; }
.mega-btn[aria-expanded="true"]:after,
.mega-btn:hover:after { width: 100%; }

.mega-panel {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 30px 60px -10px rgba(0,0,0,.08), 0 4px 10px -2px rgba(0,0,0,.04);
  z-index: 1200;
  padding: 80px 0 90px; /* increased height */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
}
.mega-panel.active { opacity: 1; transform: translateY(0); pointer-events: auto; }

.mega-panel .mega-inner { position: relative; }
.mega-panel .mega-content { display: grid; grid-template-columns: 340px 1fr; gap: 80px; }

.mega-btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: #fff;
  padding: 14px 32px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  transition: background .35s ease, transform .35s ease, color .35s ease;
  text-decoration: none;
}
.mega-btn-action:hover,
.mega-btn-action:focus {
  background: var(--theme-color);
  color: #fff;
  transform: translateY(-2px);
}

.mega-stages-grid,
.mega-academie-grid {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(320px, 520px) minmax(220px, 320px);
  gap: 48px;
  align-items: stretch;
}

.mega-stages-left h3,
.mega-academie-left h3 {
  font-size: 34px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.mega-stages-left,
.mega-academie-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(28,61,64,0.15);
  padding-right: 32px;
}
.mega-academie-center {
  padding: 0 32px;
  border-right: 1px solid rgba(28,61,64,0.15);
}
.mega-stages-left h3,
.mega-academie-left h3 {
  font-size: 25px;
  line-height: 1.6;
  color: var(--secondary-color);
}
.mega-stages-left p,
.mega-academie-left p { margin: 0; }
.mega-stages-left p + .mega-btn-action,
.mega-academie-left p + .mega-academie-actions { margin-top: 8px; }
.mega-stages-left p,
.mega-academie-left p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--secondary-color);
}
.mega-stage-card,
.mega-academie-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 3px solid transparent;
  background-image: 
    linear-gradient(white, white),
    linear-gradient(135deg, var(--theme-color) 0%, var(--secondary-color) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 24px 48px -32px rgba(0,0,0,0.25);
  text-decoration: none;
  color: inherit;
  position: relative;
}
.mega-stage-card__media,
.mega-academie-card__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f7f7;
}
.mega-stage-card__media img,
.mega-academie-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mega-stage-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mega-stage-card__body:empty { padding: 0; }
.mega-stage-card__title {
  font-size: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}

.mega-stages-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.mega-stage-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid rgba(28,61,64,0.2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
  gap: 16px;
  margin-bottom: 16px;
}
.mega-stage-option:last-child {
  margin-bottom: 0;
}
.mega-stage-option__media {
  width: 48px;
  height: 48px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f4f7f7;
}
.mega-stage-option__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mega-stage-option__arrow {
  font-size: 24px;
  color: rgba(28,61,64,0.35);
  transition: transform .3s ease, color .3s ease;
}
.mega-stage-option:hover,
.mega-stage-option:focus {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  transform: translateX(4px);
}
.mega-stage-option:hover .mega-stage-option__arrow,
.mega-stage-option:focus .mega-stage-option__arrow {
  color: rgba(255,255,255,0.7);
  transform: translateX(4px);
}

.mega-academie-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 32px;
}
.mega-academie-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-academie-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border: 1px solid rgba(28,61,64,0.2);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  text-decoration: none;
  position: relative;
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}
.mega-academie-link::after {
  content: '›';
  font-size: 24px;
  color: rgba(28,61,64,0.35);
  transition: transform .3s ease, color .3s ease;
}
.mega-academie-link:hover,
.mega-academie-link:focus {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  transform: translateX(4px);
}
.mega-academie-link:hover::after,
.mega-academie-link:focus::after {
  color: rgba(255,255,255,0.7);
  transform: translateX(4px);
}

.mega-reservation .reservation-grid {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(320px, 520px) minmax(220px, 320px);
  gap: 48px;
  align-items: stretch;
}
.mega-reservation .reservation-left h3 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.mega-reservation .reservation-left p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: rgba(28, 61, 64, 0.75);
}
.mega-reservation .reservation-card {
  background: #fff;
  border: 1px solid rgba(28, 61, 64, 0.12);
  border-radius: 0;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 24px 48px -32px rgba(0, 0, 0, 0.25);
}
.reservation-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}
.reservation-flag {
  font-size: 24px;
  display: inline-flex;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}
.reservation-card-text h4 {
  font-size: 20px;
  margin: 0 0 6px;
  letter-spacing: .08em;
}
.reservation-card-text p {
  margin: 0;
  font-size: 14px;
  color: rgba(28, 61, 64, 0.7);
}
.reservation-card-arrow {
  font-size: 30px;
  line-height: 1;
  color: rgba(28, 61, 64, 0.35);
  font-weight: 400;
}
.reservation-hero {
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f4f7f7;
}
.reservation-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reservation-card-footer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(28, 61, 64, 0.75);
}
.reservation-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reservation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.reservation-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(28, 61, 64, 0.2);
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 600;
  transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
  position: relative;
}
.reservation-option::after {
  content: '›';
  font-size: 24px;
  line-height: 1;
  color: rgba(28, 61, 64, 0.35);
  transition: transform .3s ease, color .3s ease;
}
.reservation-option:hover,
.reservation-option:focus {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
  transform: translateX(4px);
}
.reservation-option:hover::after,
.reservation-option:focus::after {
  color: rgba(255,255,255,0.7);
  transform: translateX(4px);
}

.mega-stage-city.is-active {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--secondary-color);
}
.mega-stage-city.is-active::after {
  color: rgba(255,255,255,0.7);
}

.partners-showcase {
  position: relative;
  background: #080b0d;
  color: #fff;
}
.partners-showcase::before,
.partners-showcase::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.25) 50%, transparent 100%);
}
.partners-showcase::before { top: 0; }
.partners-showcase::after { bottom: 0; }
.partners-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.partners-heading__eyebrow::before,
.partners-heading__eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: rgba(255,255,255,0.25);
}
.partners-heading__title {
  margin: 18px 0 20px;
  font-size: clamp(32px, 4vw, 48px);
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.partners-heading__intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
}
.partners-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.partner-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  padding: 36px;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.06), rgba(0,0,0,0.15));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(6px);
}
.partner-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.partner-card__media {
  position: relative;
}
.partner-card__media-inner {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.partner-card__media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.partner-card__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.partner-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.partner-card__logo {
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.partner-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-card__title {
  font-family: var(--title-font);
  font-size: clamp(28px, 3vw, 40px);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0;
}
.partner-card__text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0 0 12px;
}
.partner-card__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  padding: 16px 28px;
}
.partner-card__cta span {
  font-size: 18px;
  transform: translateY(-1px);
  transition: transform .3s ease;
}
.partner-card__cta:hover span,
.partner-card__cta:focus span {
  transform: translate(4px, -1px);
}
.partner-card--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.partner-card--reverse .partner-card__media {
  order: 2;
}
.partner-card--reverse .partner-card__content {
  order: 1;
}
.mega-stages-city-list {
  width: 100%;
}
.mega-stages-city-list li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mega-stages-city-list .reservation-option {
  width: 80%;
  justify-content: space-between;
}

@media (max-width: 1399.98px) {
  .mega-reservation .reservation-grid,
  .mega-stages-grid,
  .mega-academie-grid {
    grid-template-columns: minmax(200px, 280px) minmax(260px, 440px) minmax(200px, 260px);
    gap: 36px;
  }
  .partner-card {
    gap: 36px;
    padding: 32px;
  }
  .mega-reservation .reservation-left h3,
  .mega-stages-left h3,
  .mega-academie-left h3 { font-size: 30px; }
}

@media (max-width: 1199.98px) {
  .mega-reservation .reservation-grid,
  .mega-stages-grid,
  .mega-academie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .mega-reservation .reservation-right,
  .mega-stages-right,
  .mega-academie-right {
    grid-column: span 2;
  }
  .reservation-right { align-items: stretch; }
  .reservation-card { padding: 24px; }
  .mega-academie-actions { flex-direction: row; flex-wrap: wrap; }
  .mega-academie-actions .mega-academie-link { flex: 1 1 calc(50% - 12px); min-width: 220px; }
  .partners-list { gap: 64px; }
  .partner-card { padding: 28px; }
}

@media (max-width: 991.98px) {
  .partner-card,
  .partner-card--reverse {
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 28px;
  }
  .partner-card__media,
  .partner-card--reverse .partner-card__media {
    order: 0;
  }
  .partner-card__content,
  .partner-card--reverse .partner-card__content {
    order: 0;
  }
  .partner-card__media-inner { min-height: 280px; }
  .partners-heading__title { font-size: clamp(30px, 6vw, 42px); }
  .partners-heading__intro { font-size: 16px; }
}

@media (max-width: 767.98px) {
  .mega-reservation .reservation-grid,
  .mega-stages-grid,
  .mega-academie-grid {
    grid-template-columns: 1fr;
  }
  .mega-reservation .reservation-right,
  .mega-stages-right,
  .mega-academie-right {
    grid-column: auto;
  }
  .reservation-option {
    font-size: 14px;
    letter-spacing: .1em;
  }
  .mega-stage-option,
  .mega-academie-link {
    font-size: 14px;
    letter-spacing: .1em;
  }
  .mega-btn.mega-btn-solid {
    padding: 12px 24px;
    letter-spacing: .12em;
  }
  .mega-academie-actions { flex-direction: column; }
  .mega-academie-actions .mega-academie-link { flex: 1 1 auto; }
  .partner-card__cta {
    width: 100%;
    justify-content: center;
  }
  .partner-card__logo { width: 180px; height: 70px; margin: 0 auto; }
}

.home-stages-section {
  background: radial-gradient(120% 120% at 0% 0%, rgba(78,178,255,0.22), transparent 55%), radial-gradient(140% 140% at 100% 0%, rgba(0,255,188,0.15), transparent 45%), #03060d;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.home-stages-ornament {
  position: absolute;
  width: clamp(220px, 34vw, 400px);
  height: clamp(220px, 34vw, 400px);
  border-radius: 50%;
  filter: blur(90px);
  opacity: .32;
  background: var(--theme-color);
  z-index: 0;
}
.home-stages-ornament--right { top: -80px; right: -40px; }
.home-stages-ornament--left { bottom: -60px; left: -60px; background: var(--secondary-color); opacity: .25; }
.home-stages-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 90px);
  padding: clamp(32px, 6vw, 64px);
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(3,6,13,0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.55);
}
.home-stages-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.home-stages-header {
  text-align: left;
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid var(--theme-color);
}
.home-stages-title {
  font-size: clamp(42px, 4.6vw, 58px);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 12px;
}
.home-stages-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .08em;
  color: rgba(255,255,255,0.75);
  text-transform: none;
}
.home-stages-filter {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.home-stages-filter__title {
  margin: 0;
  font-size: 13px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.home-stages-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-stages-filter__btn {
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  background: linear-gradient(120deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all .35s ease;
  cursor: pointer;
}
.home-stages-filter__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
}
.home-stages-filter__btn:hover,
.home-stages-filter__btn:focus {
  color: #fff;
  background: linear-gradient(120deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));
  transform: translateY(-2px);
}
.home-stages-filter__btn.is-active {
  background: linear-gradient(120deg, var(--theme-color), var(--secondary-color));
  color: #03060d;
}
.home-stages-filter__btn.is-active::after {
  background: #03060d;
  opacity: .8;
}
.home-stages-filter__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
}
.home-stages-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-stages-group[hidden] {
  display: none !important;
}
.home-stages-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 36px);
}
.home-stage-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  min-height: 100%;
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
  isolation: isolate;
}
.home-stage-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  border: 1px solid rgba(255,255,255,0.02);
  pointer-events: none;
  z-index: 1;
}
.home-stage-card:hover,
.home-stage-card:focus {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 30px 70px rgba(0,0,0,0.4);
}
.home-stage-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.home-stage-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
  filter: saturate(1.15);
}
.home-stage-card:hover .home-stage-card__media img,
.home-stage-card:focus .home-stage-card__media img {
  transform: scale(1.06);
}
.home-stage-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.home-stage-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 30px 32px;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.home-stage-card__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-stage-card__indicator {
  width: 56px;
  height: 56px;
  min-width: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background .3s ease, transform .3s ease, color .3s ease;
}
.home-stage-card:hover .home-stage-card__indicator,
.home-stage-card:focus .home-stage-card__indicator {
  background: var(--theme-color);
  color: #03060d;
  transform: translateX(4px);
}

@media (max-width: 1199.98px) {
  .home-stages-shell { grid-template-columns: 1fr; padding: clamp(28px, 6vw, 48px); }
}

@media (max-width: 767.98px) {
  .home-stages-card-grid { grid-template-columns: 1fr; }
  .home-stages-filter__btn { width: 100%; justify-content: center; }
  .home-stage-card__body { flex-direction: column; align-items: flex-start; }
}

.coaches-section {
  background: #000;
  color: #fff;
  position: relative;
}
.coaches-section__header {
  max-width: 640px;
  margin: 0 auto 70px;
}
.coaches-section__title {
  margin: 0 0 18px;
  font-size: clamp(40px, 5vw, 56px);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.coaches-section__subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
}
.coaches-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.coaches-section__grid--single {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}
.coach-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
.coach-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.coach-card--featured {
  border: 1px solid rgba(255,255,255,0.2);
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), rgba(4,10,20,0.95));
  box-shadow: 0 45px 130px -60px rgba(0,0,0,0.9);
  width: 100%;
  margin: 0;
}
.coach-card--horizontal {
  flex-direction: row;
  width: 100%;
}
.coach-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
}
.coach-card__media {
  width: clamp(160px, 22vw, 200px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 36px auto 0;
  display: grid;
}
.coach-card--horizontal .coach-card__media {
  margin: 0;
  width: clamp(280px, 35vw, 360px);
  flex: 0 0 clamp(280px, 35vw, 360px);
  border-radius: 0;
  aspect-ratio: auto;
  display: block;
}
.coach-card--featured .coach-card__media {
  width: clamp(200px, 28vw, 260px);
  margin: 28px auto 12px;
  box-shadow: 0 25px 60px -34px rgba(0,0,0,0.8);
}
.coach-card--horizontal.coach-card--featured .coach-card__media {
  width: clamp(280px, 30vw, 360px);
  margin: 0;
  box-shadow: none;
}
.coach-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-card__body {
  padding: 26px 34px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.coach-card--horizontal .coach-card__body {
  padding: 40px 48px 0;
  text-align: left;
  gap: 20px;
}
.coach-card--featured .coach-card__body {
  padding: 32px 54px 0;
  text-align: center;
  gap: 18px;
}
.coach-card--horizontal.coach-card--featured .coach-card__body {
  padding: 48px 60px 0;
}
.coach-card__name {
  margin: 0;
  font-size: 24px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.coach-card--featured .coach-card__name {
  font-size: clamp(28px, 4vw, 38px);
}
.coach-card__role {
  margin: 0;
  font-size: 14px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.coach-card--featured .coach-card__role {
  letter-spacing: .32em;
}
.coach-card__bio {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}
.coach-card--featured .coach-card__bio {
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255,255,255,0.85);
}
.coach-card--horizontal .coach-card__bio {
  font-size: 17px;
  color: rgba(255,255,255,0.8);
}
.coach-card__footer {
  padding: 24px 34px 36px;
}
.coach-card--horizontal .coach-card__footer {
  padding: 40px 60px 48px;
  margin-top: auto;
}
.coach-card--featured .coach-card__footer {
  padding: 36px 54px 46px;
}
.coach-card--horizontal.coach-card--featured .coach-card__footer {
  padding: 40px 60px 48px;
}
.coach-card__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
.coach-card--horizontal .coach-card__socials {
  justify-content: flex-start;
}
.coach-card--featured .coach-card__socials {
  justify-content: center;
}
.coach-card__socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  color: #fff;
  transition: background .3s ease, color .3s ease;
}
.coach-card__socials a:hover,
.coach-card__socials a:focus {
  background: var(--secondary-color);
  color: var(--theme-color);
}

@media (max-width: 1199px) {
  .coaches-section__grid { gap: 32px; }
  .coaches-section__grid--single { grid-template-columns: minmax(0, 1fr); }
  .coach-card__body { padding: 28px 28px 0; }
  .coach-card__footer { padding: 24px 28px 30px; }
  .coach-card--horizontal .coach-card__body { padding: 36px 36px 0; }
  .coach-card--horizontal .coach-card__footer { padding: 36px 40px 40px; }
}

@media (max-width: 991px) {
  .coaches-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .coaches-section__grid--single { grid-template-columns: minmax(0, 1fr); }
  .coach-card__name { font-size: 22px; }
  .coach-card--horizontal {
    flex-direction: column;
    width: 100%;
  }
  .coach-card--horizontal .coach-card__media {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .coach-card--horizontal .coach-card__body,
  .coach-card--horizontal.coach-card--featured .coach-card__body {
    padding: 36px 32px 0;
  }
  .coach-card--horizontal .coach-card__footer,
  .coach-card--horizontal.coach-card--featured .coach-card__footer {
    padding: 32px;
  }
  .coach-card--horizontal .coach-card__socials {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .coaches-section__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .coaches-section__grid--single { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 575px) {
  .coach-card--featured .coach-card__body { padding: 32px 28px 0; }
  .coach-card--featured .coach-card__footer { padding: 32px 28px 38px; }
}

.coach-page-intro {
  background: #fff;
  color: var(--title-color);
}
.coach-page-intro__inner {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.coach-overview-grid {
  background: #06080f;
  color: #fff;
}
.coach-overview-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.coach-overview-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 28px 38px;
  text-align: center;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.coach-overview-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
}
.coach-overview-card__media {
  width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 26px;
}
.coach-overview-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-overview-card__role {
  font-size: 13px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.66);
}
.coach-overview-card__name {
  margin: 16px 0 14px;
  font-size: 26px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.coach-overview-card__experience {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
}
.coach-overview-card__anchor {
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}
.coach-overview-card__anchor::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 2px;
  background: currentColor;
  bottom: 0;
}

.coach-profile-section {
  background: #fff;
  color: var(--title-color);
}
.coach-profile-section--dark {
  background: #05070b;
  color: #fff;
}
.coach-profile {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.coach-profile__media {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.coach-profile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.coach-profile__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(9,11,19,0.82);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  letter-spacing: .18em;
  font-size: 12px;
  text-transform: uppercase;
}
.coach-profile-section--dark .coach-profile__badge {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.coach-profile__header {
  margin-bottom: 28px;
}
.coach-profile__role {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.coach-profile-section--dark .coach-profile__role {
  color: rgba(255,255,255,0.7);
}
.coach-profile__name {
  margin: 16px 0 12px;
  font-size: clamp(32px, 5vw, 46px);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.coach-profile__experience {
  margin: 0;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(9,11,19,0.65);
}
.coach-profile-section--dark .coach-profile__experience {
  color: rgba(255,255,255,0.6);
}
.coach-profile__bio p {
  margin: 0 0 16px;
  line-height: 1.8;
  color: inherit;
}
.coach-profile__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin: 32px 0 28px;
}
.coach-profile__list h3 {
  font-size: 15px;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.coach-profile__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.coach-profile__list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.coach-profile__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary-color);
}
.coach-profile-section--dark .coach-profile__list li::before {
  background: #fff;
}
.coach-profile__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}
.coach-profile__socials a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(9,11,19,0.08);
  color: inherit;
  transition: background .3s ease, color .3s ease;
}
.coach-profile-section--dark .coach-profile__socials a {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.coach-profile__socials a:hover,
.coach-profile__socials a:focus {
  background: var(--secondary-color);
  color: #05070b;
}

.coach-cta {
  background: #06080f;
  color: #fff;
}
.coach-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  padding: 42px 56px;
}
.coach-cta__content h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 42px);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.coach-cta__content p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
}
.coach-cta__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.coach-cta .btn-two {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
}
.coach-cta .btn-two:hover,
.coach-cta .btn-two:focus {
  background: #fff;
  color: #05070b;
}

@media (max-width: 1199px) {
  .coach-overview-grid__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coach-profile { gap: 44px; }
}

@media (max-width: 991px) {
  .coach-profile { grid-template-columns: minmax(0, 1fr); }
  .coach-profile__media { max-width: 420px; margin: 0 auto; }
  .coach-profile__details { grid-template-columns: minmax(0, 1fr); }
  .coach-cta__inner { flex-direction: column; text-align: center; }
  .coach-cta__actions { justify-content: center; }
}

@media (max-width: 767px) {
  .coach-overview-grid__inner { grid-template-columns: minmax(0, 1fr); }
  .coach-overview-card { padding: 28px 24px 32px; }
  .coach-profile__badge { left: 16px; bottom: 16px; }
  .coach-cta__inner { padding: 36px 28px; }
}

.partners-section {
  background: #f6f8fb;
  position: relative;
}
.partners-section__header {
  max-width: 620px;
  margin: 0 auto 56px;
}
.partners-section__title {
  margin: 0 0 16px;
  font-size: clamp(36px, 4.2vw, 52px);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.partners-section__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(8,11,20,0.66);
}
.partners-section__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}
.partners-section__grid .partner-logo {
  margin: 0;
  background: #000000;
  border-radius: 18px;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 140px;
  box-shadow: 0 18px 45px -32px rgba(12,22,35,0.18);
}
.partners-section__grid .partner-logo img {
  max-width: 140px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none !important;
  transition: transform .3s ease;
}
.partners-section__grid .partner-logo:hover img,
.partners-section__grid .partner-logo:focus-within img {
  transform: scale(1.04);
}

@media (max-width: 1399px) {
  .partners-section__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
  .partners-section__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .partners-section__grid .partner-logo { padding: 24px 16px; min-height: 120px; }
}

@media (max-width: 767px) {
  .partners-section__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .partners-section__grid { gap: 18px; }
  .partners-section__grid .partner-logo { padding: 20px 14px; min-height: 104px; }
  .partners-section__grid .partner-logo img { max-width: 120px; max-height: 56px; }
}

.mega-left h3 { font-size: 34px; line-height: 1.1; margin: 0 0 20px; text-transform: uppercase; }
.mega-left p { font-size: 15px; line-height: 1.6; margin: 0 0 28px; }
.mega-left .mega-cta { border-radius: 0; font-size: 13px; letter-spacing: .5px; }

.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }

/* Mobile mega-panels */
.mobile-menu .navigation { list-style: none; margin: 0; padding: 0; }
.mobile-menu .navigation > li { border-top: 1px solid rgba(255,255,255,.12); }
.mobile-menu .navigation > li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu .navigation > li > a {
  display: block;
  padding: 18px 0;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu .navigation > li > a:hover,
.mobile-menu .navigation > li > a:focus { color: var(--theme-color); }
.mobile-menu .mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}
.mobile-menu .mobile-menu-btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  padding: 16px 20px;
}
.mobile-menu .mobile-menu-btn--ghost {
  border: 1px solid rgba(255,255,255,.4);
  color: #ffffff;
  background: transparent;
}
.mobile-menu .mobile-menu-btn--ghost:hover,
.mobile-menu .mobile-menu-btn--ghost:focus { border-color: var(--theme-color); color: var(--theme-color); }
.mobile-menu .mega-trigger { border-top: 1px solid rgba(255,255,255,.12); }
.mobile-menu .mega-trigger:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu .mega-trigger .mega-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mobile-menu .mega-trigger .mega-btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease;
  flex-shrink: 0;
}
.mobile-menu .mobile-mega-open .mega-btn::after { transform: rotate(-135deg); }
.mobile-menu .mobile-mega-wrapper {
  display: none;
  padding: 0 0 20px;
}
.mobile-menu .mobile-mega-panel {
  background: #f6f9f9;
  border-radius: 20px;
  padding: 22px 20px 28px;
  box-shadow: 0 18px 40px -24px rgba(0,0,0,.35);
  color: var(--text-color);
}
.mobile-menu .mobile-mega-panel .mega-inner { padding: 0; }
.mobile-menu .mobile-mega-panel .mega-content,
.mobile-menu .mobile-mega-panel .academie-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu .mobile-mega-panel .mega-left h3 { font-size: 22px; margin-bottom: 10px; }
.mobile-menu .mobile-mega-panel .mega-left p { margin-bottom: 0; }
.mobile-menu .mobile-mega-panel .mega-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.mobile-menu .mobile-mega-panel .mega-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.mobile-menu .mobile-mega-panel .mega-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  text-decoration: none;
  color: var(--title-color);
  box-shadow: 0 12px 35px -20px rgba(0,0,0,.35);
}
.mobile-menu .mobile-mega-panel .mega-card:hover,
.mobile-menu .mobile-mega-panel .mega-card:focus { color: var(--theme-color); }
.mobile-menu .mobile-mega-panel .mega-img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
}
.mobile-menu .mobile-mega-panel .mega-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mobile-menu .mobile-mega-panel .mega-label { font-size: 14px; letter-spacing: .08em; font-weight: 600; }
.mobile-menu .mobile-mega-panel .academie-buttons { display: grid; grid-template-columns: 1fr; gap: 14px; }
.mobile-menu .mobile-mega-panel .academie-btn { text-align: center; }
.mobile-menu .mobile-mega-panel .academie-links { display: flex; flex-direction: column; gap: 10px; }
.mobile-menu .mobile-mega-panel .academie-links a { color: var(--title-color); text-decoration: none; }
.mobile-menu .mobile-mega-panel .academie-links a:hover,
.mobile-menu .mobile-mega-panel .academie-links a:focus { color: var(--theme-color); }

/* ================================================================
   Stages Hero Section
   ================================================================ */
.stages-hero { position: relative; min-height: 70vh; display: flex; align-items: center; padding: 140px 0 120px; }
.stages-hero-bg { position: absolute; inset: 0; background: #000 url('/img/main/hero.jpg') center center/cover no-repeat; z-index: 0; }
.stages-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.55) 100%); z-index: 1; }
.stages-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.stages-breadcrumb { margin: 0 0 24px; font-size: 12px; letter-spacing: .5px; text-transform: uppercase; font-weight: 500; color: #fff; }
.stages-breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 14px; }
.stages-breadcrumb a { color: #fff; opacity: .85; text-decoration: none; }
.stages-breadcrumb a:hover { opacity: 1; }
.stages-hero-title { font-size: clamp(2.4rem, 5.2vw, 4.4rem); line-height: 1.05; font-weight: 800; color: #fff; margin: 0 0 26px; text-transform: uppercase; }
.stages-hero-location { display: inline-block; background: #fff; color: var(--title-color); font-size: 13px; padding: 10px 26px; border-radius: 4px; box-shadow: 0 6px 18px -6px rgba(0,0,0,.25); font-weight: 500; letter-spacing: .4px; }
@media (max-width: 767px) {
  .stages-hero { min-height: 60vh; padding: 120px 0 100px; }
  .stages-hero-title { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .stages-hero-location { font-size: 12px; padding: 8px 18px; }
  .stages-breadcrumb { font-size: 11px; }
}

/* ================================================================
   Secondary Sub Navigation (Anchored Sections)
   ================================================================ */
.subnav-sections { position: relative; z-index: 900; background: #fff; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; transition: box-shadow .3s ease, backdrop-filter .3s ease, background-color .3s ease; }
body.has-sticky-header .subnav-sections { top: 0; }
.subnav-sections.is-pinned { position:fixed; left:0; right:0; top:0; width:100%; box-shadow:0 6px 18px -6px rgba(0,0,0,.22); backdrop-filter:blur(8px); background-color:rgba(255,255,255,.92); }
.subnav-spacer { height:62px; }
.subnav-sections .auto-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.subnav-sections .auto-container::-webkit-scrollbar { display: none; }
.subnav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 42px; align-items: center; justify-content: center; min-height: 62px; min-width: max-content; }
.subnav-link { position: relative; display: inline-block; padding: 8px 0; font-size: 13px; letter-spacing: .5px; font-weight: 600; text-transform: uppercase; color: var(--title-color); text-decoration: none; white-space: nowrap; }
.subnav-link:after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--theme-color); transition: width .35s ease; }
.subnav-link:hover, .subnav-link:focus { color: var(--theme-color); }
.subnav-link:hover:after, .subnav-link:focus:after { width: 100%; }
.subnav-link.active { color: var(--theme-color); }
.subnav-link.active:after { width: 100%; }

/* Sections */
.section-anchor { scroll-margin-top: 120px; }
.section-pad { padding: 110px 0; }
.alt-bg { background: #fafafa; }
.section-title { font-size: 40px; margin: 0 0 28px; text-transform: uppercase; letter-spacing: .5px; }
.placeholder-text { max-width: 860px; font-size: 16px; line-height: 1.65; }
@media (max-width: 991px) {
  .subnav-list { gap: 28px; }
  .section-pad { padding: 80px 0; }
  .section-title { font-size: 34px; }
}
@media (max-width: 575px) {
  .subnav-list { gap: 20px; min-height: 56px; }
  .section-title { font-size: 30px; }
  .section-anchor { scroll-margin-top: 100px; }
}
@media (max-width: 767px) {
  .subnav-sections .auto-container { padding-left: 16px; padding-right: 16px; }
  .subnav-list { justify-content: flex-start; }
}

/* Optional JS-enhanced active tracking will use .subnav-link.active */

/* ================================================================
   Stages Listing Section
   ================================================================ */
.stages-listing { padding: 140px 0 120px; background:#fff; }
.stages-header { text-align:center; margin:0 0 70px; }
.stages-title { font-size:48px; letter-spacing:.5px; font-weight:800; margin:0; text-transform:uppercase; }

.stages-filters { max-width:1300px; margin:0 auto 70px; }
.stages-filter-form { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:34px; }
.filter-group { display:flex; flex-direction:column; }
.filter-label { font-size:11px; font-weight:600; letter-spacing:1px; text-transform:uppercase; margin:0 0 12px; color:var(--title-color); }
.select-wrap { position:relative; }
.filter-select { width:100%; appearance:none; -webkit-appearance:none; background:#f4f5f6; border:1px solid #e4e6e8; padding:16px 18px; font-size:14px; font-weight:500; letter-spacing:.3px; border-radius:2px; cursor:pointer; transition:background .25s,border-color .25s; }
.filter-select:focus { outline:0; background:#fff; border-color:var(--theme-color); box-shadow:0 0 0 3px rgba(0,0,0,.04); }

.stages-grid { max-width:1300px; margin:0 auto; display:grid; gap:70px 58px; grid-template-columns:repeat(2,minmax(0,1fr)); }
.stage-card { display:flex; flex-direction:column; text-decoration:none; color:inherit; background:#fff; border:1px solid rgba(0,0,0,0.08); box-shadow:0 10px 24px rgba(0,0,0,0.06); border-radius:0; transition:transform .35s ease, box-shadow .35s ease; }
.stage-card:hover { transform:translateY(-6px); box-shadow:0 14px 40px rgba(0,0,0,0.08); }
.stage-media { position:relative; margin:0 0 18px; overflow:hidden; background:#f0f2f3; }
.stage-media img { width:100%; aspect-ratio:16 / 11.5; object-fit:cover; display:block; transition:transform .7s cubic-bezier(.19,1,.22,1); }
.stage-card:hover .stage-media img { transform:scale(1.06); }
.stage-meta { display:flex; flex-wrap:wrap; gap:6px; margin:0 0 14px; }
.tag { background:#e9ebed; font-size:10px; font-weight:600; letter-spacing:.8px; padding:6px 10px 5px; border-radius:2px; line-height:1; white-space:nowrap; text-transform:uppercase; }
.tag--theme { background:var(--theme-color); color:#fff; }
.tag--secondary { background:var(--secondary-color); color:#fff; }
.tag--emphasis { font-weight:700; }
.stage-name { font-size:20px; line-height:1.28; margin:0 0 30px; font-weight:700; letter-spacing:.4px; }
.stage-card__title { padding:20px 30px 10px; font-weight:800; text-transform:uppercase; letter-spacing:.6px; margin-bottom:0; }
.stage-card--intensif,
.stage-card--semi { border:3px solid var(--theme-color); box-shadow:0 10px 40px rgba(236,105,27,0.2); }
.stage-card--intensif .stage-name { color:var(--theme-color); }
.stage-card--semi .stage-name { color:var(--secondary-color); }
.stage-card__body { padding:0 30px 20px; }
.stage-card__intro { font-size:16px; line-height:1.7; margin:0 0 15px; color:#222; font-weight:500; }
.stage-card__description { font-size:15px; line-height:1.7; margin:0 0 20px; color:#555; }
.stage-link { position:relative; font-size:12px; font-weight:600; letter-spacing:.6px; text-transform:uppercase; text-decoration:none; display:inline-flex; align-items:center; gap:10px; padding-bottom:6px; }
.stage-link::after { content:""; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--title-color); transition:width .4s ease; }
.stage-link:hover::after { width:100%; }
.stage-link .arrow { font-size:14px; transform:translateY(1px); }
.stage-cta-row { display:flex; gap:15px; margin:0 0 10px; flex-wrap:wrap; }
.stage-cta-btn { flex:1; text-align:center; background:var(--theme-color); color:#fff !important; padding:15px 20px; font-weight:700; transition:background .3s ease,color .3s ease; }
.stage-cta-btn:hover,
.stage-cta-btn:focus-visible { background:#000; color:#fff !important; }
.stage-cta-btn:focus-visible { outline:2px solid #fff; outline-offset:2px; }

@media (max-width:991px){
  .stages-title { font-size:40px; }
  .stages-grid { gap:56px 42px; }
}
@media (max-width:991px){
  .stages-grid { grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); }
}
@media (max-width:767px){
  .stages-grid { grid-template-columns:1fr; gap:46px; }
  .stage-card { max-width:520px; width:100%; margin:0 auto; }
}
@media (max-width:575px){
  .stages-listing { padding:110px 0 100px; }
  .stages-title { font-size:34px; }
  .stages-filter-form { gap:24px; }
  .stages-grid { gap:40px; }
  .stage-name { font-size:18px; }
  .stage-card__body { padding:0 20px 20px; }
  .stage-card__title { padding:20px; }
}

/* ================================================================
   Options & Activités Section
   ================================================================ */
.options-activites-section { padding:140px 0 120px; background:#fff; }
.options-header { text-align:center; margin:0 0 70px; }
.options-title { font-size:48px; font-weight:800; letter-spacing:.5px; margin:0; text-transform:uppercase; }
.options-grid { display:grid; gap:70px 58px; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); max-width:1550px; margin:0 auto; }
.option-card { display:flex; flex-direction:column; }
.option-media { margin:0 0 26px; background:#f3f5f6; overflow:hidden; }
.option-media img { width:100%; aspect-ratio:16 / 11.5; object-fit:cover; display:block; transition:transform .7s cubic-bezier(.19,1,.22,1); }
.option-card:hover .option-media img { transform:scale(1.06); }
.option-name { font-size:22px; line-height:1.25; font-weight:700; letter-spacing:.4px; margin:0 0 16px; text-transform:uppercase; }
.option-meta { font-size:11px; font-weight:600; letter-spacing:1px; margin:0 0 18px; text-transform:uppercase; }
.option-points { list-style:disc; margin:0 0 0 18px; padding:0; font-size:14px; line-height:1.55; display:flex; flex-direction:column; gap:6px; }

@media (max-width:991px){
  .options-title { font-size:40px; }
  .options-grid { gap:56px 42px; }
}
@media (max-width:575px){
  .options-activites-section { padding:110px 0 100px; }
  .options-title { font-size:34px; }
  .options-grid { gap:50px 34px; }
  .option-name { font-size:20px; }
}

/* ================================================================
   Hébergement Section
   ================================================================ */
.hebergement-section { padding: 140px 0; background: linear-gradient(135deg, #fdfdfd 0%, #f4f7f9 100%); }
.hebergement-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: stretch;
}
.hebergement-media {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.hebergement-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hebergement-content {
  background: #fff;
  padding: clamp(26px, 4vw, 48px);
  box-shadow: 0 30px 90px -40px rgba(7, 18, 32, 0.3);
  border: 1px solid rgba(4, 52, 46, 0.08);
}
.hebergement-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.hebergement-title {
  margin: 0 0 22px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hebergement-text {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(11, 23, 37, 0.8);
}
.hebergement-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
  color: rgba(4, 20, 28, 0.85);
}
.hebergement-list li {
  position: relative;
  padding-left: 26px;
}
.hebergement-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-color);
}
.hebergement-actions .theme-btn {
  min-width: 230px;
  text-align: center;
  letter-spacing: .18em;
}

@media (max-width: 1199px) {
  .hebergement-wrapper { grid-template-columns: 1fr; }
  .hebergement-media { min-height: 360px; }
}

@media (max-width: 575px) {
  .hebergement-section { padding: 110px 0 100px; }
  .hebergement-content { border-radius: 20px; }
}

/* ================================================================
   Intro Text Section
   ================================================================ */
.section-pad-small { padding: 70px 0 50px; }
.text-intro-section { background: #fcfcfc; }
.intro-text { max-width: 920px; margin: 0 auto; font-size: 16px; line-height: 1.7; }
.intro-text p { margin: 0 0 28px; }
.intro-text p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
  .section-pad-small { padding: 56px 0 42px; }
  .intro-text { font-size: 15px; }
}

/* ================================================================
   Academie Feature Section
   ================================================================ */
.academie-feature { padding: 0; background: #080808; color: #fff; }
/* Allow the section to breathe edge-to-edge while keeping content readable */
.academie-feature .auto-container { max-width: 1700px; padding-left: 15px; padding-right: 15px; }
/* Reverted to equal split */
.academie-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; position: relative; }
.academie-media-wrap { position: relative; }
.academie-media { position: relative; height: 100%; display: block; margin: 0; padding: 80px; }
.academie-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.academie-outline { position: absolute; right: -30px; top: 70%; width: 260px; height: 420px; transform: translateY(-50%); pointer-events: none; z-index: 1; }
.academie-outline::before { content:""; position:absolute; inset:0; border:2px solid var(--theme-color); clip-path:polygon(14% 0,100% 0,86% 100%,0 100%); }
.academie-media img { position: relative; z-index: 2; }
.academie-content-panel { padding: 40px 10% 40px 9%; position: relative; display: flex; flex-direction: column; justify-content: center; }
.academie-heading { font-size: 36px; line-height: 1.15; text-transform: uppercase; font-weight: 700; margin: 0 0 40px; letter-spacing: .5px; color: #fff; }
.academie-text p { font-size: 15px; line-height: 1.75; margin: 0 0 26px; max-width: 720px; color: #fff; }
.academie-text a { color: var(--theme-color); }
.academie-facilities-list { list-style: none; padding: 0; margin: 26px 0 0; }
.academie-facilities-list li { position: relative; padding-left: 32px; margin-bottom: 14px; font-size: 15px; line-height: 1.75; color: #fff; }
.academie-facilities-list li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 10px; height: 10px; border-radius: 50%; background: var(--theme-color); transform: translateY(-50%); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); }
.academie-facilities-list li:last-child { margin-bottom: 0; }
.methodologie-pillars-list { list-style: none; padding: 0; margin: 32px 0 0; }
.methodologie-pillars-list li { position: relative; padding-left: 34px; margin-bottom: 18px; font-size: 15px; line-height: 1.8; color: #000; }
.methodologie-pillars-list li::before { content: ""; position: absolute; left: 0; top: 0.68em; width: 10px; height: 10px; border-radius: 50%; background: var(--theme-color); transform: translateY(-50%); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
.methodologie-pillars-list li:last-child { margin-bottom: 0; }
.methodologie-pillars-list .list-indent { display: inline-block; margin-left: 20px; }

/* ================================================================
   Founder Message Section
   ================================================================ */
.founder-section { background: #000; color: #fff; padding: 160px 0 150px; position: relative; overflow: hidden; }
.founder-section .auto-container { max-width: 1400px; }
.founder-header { margin-bottom: 90px; }
.founder-title { font-size: 48px; line-height: 1.1; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; color: #fff; }
.founder-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; align-items: center; gap: 120px; position: relative; }
.founder-quote { position: relative; padding-left: 38px; }
.founder-quote-icon { font-size: 86px; color: var(--theme-color); display: block; font-weight: 800; line-height: 1; margin-bottom: 24px; letter-spacing: -4px; }
.founder-quote-text { margin: 0 0 42px; font-size: 20px; line-height: 1.9; font-weight: 500; }
.founder-quote-text p { margin: 0 0 26px; }
.founder-quote-text p:last-child { margin-bottom: 0; }
.founder-signature { font-size: 14px; text-transform: uppercase; letter-spacing: 1.3px; opacity: 0.85; }
.founder-name { font-weight: 700; margin: 0 0 6px; color: #fff; }
.founder-role { margin: 0; }
.founder-portrait { margin: 0; position: relative; overflow: hidden; border-radius: 6px; }
.founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(20%); }

@media (max-width: 1199px) {
  .founder-section { padding: 130px 0; }
  .founder-grid { gap: 80px; grid-template-columns: minmax(0, 1fr) 360px; }
  .founder-title { font-size: 42px; }
}

@media (max-width: 991px) {
  .founder-grid { grid-template-columns: 1fr; gap: 60px; }
  .founder-quote { padding-left: 0; }
  .founder-section { padding: 120px 0; }
  .founder-title { font-size: 38px; }
}

@media (max-width: 575px) {
  .founder-section { padding: 100px 0 90px; }
  .founder-header { margin-bottom: 60px; }
  .founder-title { font-size: 32px; }
  .founder-quote-text { font-size: 18px; }
  .founder-quote-icon { font-size: 70px; }
}

/* ================================================================
   Timeline Section
   ================================================================ */
.timeline-section { background: #070707; color: #fff; padding: 160px 0 150px; }
.timeline-section .auto-container { max-width: 1480px; }
.timeline-header { margin-bottom: 90px; }
.timeline-title { font-size: 48px; line-height: 1.1; text-transform: uppercase; font-weight: 800; letter-spacing: 1px; margin-bottom: 14px; }
.timeline-subtitle { margin: 0; font-size: 16px; opacity: 0.7; }
.timeline-shell { display: flex; flex-direction: column; gap: 50px; }
.timeline-window { overflow-x: auto; overflow-y: hidden; position: relative; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.timeline-window::-webkit-scrollbar { display: none; }
.timeline-window { -ms-overflow-style: none; scrollbar-width: none; }
.timeline-track { display: flex; gap: 38px; padding-bottom: 8px; }
.timeline-card { flex: 0 0 360px; background: #1f1f1f; border-radius: 6px; padding: 42px 36px; scroll-snap-align: start; box-shadow: 0 10px 30px rgba(0,0,0,0.25); }
.timeline-year { font-size: 24px; font-weight: 700; margin: 0 0 18px; letter-spacing: .8px; color: #fff; }
.timeline-card p { font-size: 15px; line-height: 1.75; margin: 0; color: rgba(255,255,255,0.85); }
.timeline-controls { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.timeline-progress { position: relative; flex: 1; height: 3px; background: rgba(255,255,255,0.18); overflow: hidden; border-radius: 999px; }
.timeline-progress-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #fff; transition: width .35s ease; }
.timeline-buttons { display: flex; gap: 14px; }
.timeline-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35); background: transparent; color: #fff; font-size: 18px; display: grid; place-items: center; transition: all .3s ease; cursor: pointer; }
.timeline-btn[disabled] { opacity: 0.35; cursor: not-allowed; }
.timeline-btn:hover:not([disabled]), .timeline-btn:focus-visible:not([disabled]) { background: var(--theme-color); border-color: var(--theme-color); color: #000; }

@media (max-width: 1199px) {
  .timeline-section { padding: 140px 0; }
  .timeline-card { flex-basis: 320px; padding: 36px 30px; }
  .timeline-title { font-size: 44px; }
}

/* ================================================================
   Methodologie Page
   ================================================================ */
.banner-style-three.methodologie-hero {
  min-height: 75vh;
  background: #0d1d1b;
}

.methodologie-hero-media,
.methodologie-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.methodologie-hero-media {
  background: url('images/background/course-bg-2.jpg') center/cover no-repeat;
  opacity: 0.45;
  mix-blend-mode: screen;
}

.methodologie-hero-overlay {
  background: linear-gradient(135deg, rgba(7, 18, 17, 0.92) 0%, rgba(9, 30, 29, 0.85) 55%, rgba(7, 18, 17, 0.95) 100%);
  z-index: 1;
}

.banner-style-three.methodologie-hero .banner-content {
  position: relative;
  z-index: 2;
  min-height: 75vh;
}

.methodologie-parcours .academie-content-panel {
  background: transparent;
}

.methodologie-steps {
  margin: 24px 0 0;
  padding: 0 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}

.methodologie-steps li { margin-bottom: 14px; }
.methodologie-steps li:last-child { margin-bottom: 0; }

.methodologie-tools {
  background: #0c1a19;
  color: #fff;
}

.methodologie-tools .section-title { color: #fff; text-transform: uppercase; letter-spacing: .05em; }
.methodologie-tools .section-subtitle { color: rgba(255, 255, 255, 0.7); margin: 0; }

.methodologie-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.section-header.centred { text-align: center; max-width: 820px; margin: 0 auto; }
.section-header .section-title { margin-bottom: 16px; font-size: clamp(28px, 4vw, 42px); }
.section-header .section-subtitle { font-size: 16px; line-height: 1.7; color: var(--text-color); }
.methodologie-tools .section-header .section-subtitle { color: rgba(255, 255, 255, 0.7); }

.methodologie-tool-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 32px 28px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.methodologie-tool-card h3 { margin: 0 0 16px; font-size: 20px; color: #fff; }
.methodologie-tool-card p { margin: 0; color: rgba(255, 255, 255, 0.75); line-height: 1.75; }
.methodologie-tool-card:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.08); }

.methodologie-support .methodologie-support-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.methodologie-support-copy .section-title { text-transform: uppercase; letter-spacing: .05em; }
.methodologie-support-copy p { font-size: 16px; line-height: 1.8; margin: 18px 0 26px; }

.methodologie-support-list { list-style: none; padding: 0; margin: 0 0 30px; }
.methodologie-support-list li { position: relative; padding-left: 28px; margin-bottom: 14px; }
.methodologie-support-list li:before { content: ""; position: absolute; left: 0; top: 0.55em; width: 10px; height: 10px; border-radius: 50%; background: var(--theme-color); transform: translateY(-50%); }
.methodologie-support-media figure { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 45px -25px rgba(10, 37, 40, .55); }
.methodologie-support-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.methodologie-cta { background: #071211; color: #fff; padding: 120px 0; }
.methodologie-cta-box { text-align: center; max-width: 860px; margin: 0 auto; padding: 56px 42px; border-radius: 18px; background: linear-gradient(135deg, rgba(14, 40, 38, 0.85), rgba(11, 30, 29, 0.95)); box-shadow: 0 30px 60px -28px rgba(6, 24, 23, 0.6); }
.methodologie-cta-box h2 { font-size: clamp(32px, 4vw, 46px); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 18px; }
.methodologie-cta-box p { margin: 0 0 32px; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, 0.78); }
.methodologie-cta-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.methodologie-cta .btn-two { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); }
.methodologie-cta .btn-two:hover { background: #fff; color: #000; }

@media (max-width: 1199px) {
  .methodologie-support .methodologie-support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .banner-style-three.methodologie-hero { min-height: 70vh; }
  .banner-style-three.methodologie-hero .banner-content { min-height: 70vh; }
  .methodologie-cta { padding: 100px 0; }
}

@media (max-width: 575px) {
  .methodologie-tools-grid { gap: 20px; }
  .methodologie-tool-card { padding: 28px 24px; }
  .methodologie-support-copy .section-title { font-size: 28px; }
  .methodologie-cta-box { padding: 46px 32px; }
}

@media (max-width: 991px) {
  .timeline-track { gap: 24px; }
  .timeline-card { flex-basis: min(88vw, 420px); }
  .timeline-subtitle { font-size: 15px; }
}

@media (max-width: 575px) {
  .timeline-section { padding: 110px 0 100px; }
  .timeline-header { margin-bottom: 60px; }
  .timeline-title { font-size: 32px; }
  .timeline-card { padding: 30px 26px; }
  .timeline-controls { flex-direction: column; align-items: stretch; gap: 20px; }
  .timeline-buttons { justify-content: flex-end; }
}
.academie-text p:last-child { margin-bottom: 0; }
.academie-actions { margin-top: 50px; }
.academie-btn { background: #fff; color: #000; border-radius: 0; padding: 18px 34px; font-size: 12px; letter-spacing: .6px; font-weight: 600; }
.academie-btn:hover { background: var(--theme-color); color: #fff; }

@media (min-width: 1700px) { .academie-content-panel { padding-right: 14%; } }
@media (max-width: 1400px) {
  .academie-outline { right: -40px; width: 220px; height: 380px; }
  .academie-heading { font-size: 34px; }
  /* Equal columns retained at this breakpoint */
}
@media (max-width: 1199px) {
  .academie-content-panel { padding: 120px 8% 120px 7%; }
  .academie-heading { font-size: 32px; }
}
@media (max-width: 991px) {
  .academie-grid { grid-template-columns: 1fr; }
  .academie-media { height: 520px; }
  .academie-outline { display: none; }
  .academie-content-panel { padding: 90px 8% 100px; }
  .academie-heading { font-size: 30px; margin-bottom: 34px; }
  .academie-text p { font-size: 15px; }
}
@media (max-width: 575px) {
  .academie-media { height: 340px; }
  .academie-content-panel { padding: 70px 28px 80px; }
  .academie-heading { font-size: 26px; }
  .academie-btn { padding: 16px 28px; }
}
.coachs-feature { padding: 0; background:#fff; color: var(--title-color); }
.methodologie-feature.coachs-feature { background:#fff; }
.coachs-alt-feature { background:#111; }
.coachs-alt-feature .academie-heading, .coachs-alt-feature .academie-text p { color:#fff; }
.coachs-feature .auto-container { max-width:1700px; padding-left:15px; padding-right:15px; }
.coachs-grid { display:grid; grid-template-columns:1fr 1fr; position:relative; }
.coachs-media-wrap { position:relative; }
.coachs-media { position:relative; height:100%; display:block; margin:0; padding:40px; }
.coachs-media img { width:100%; height:100%; object-fit:cover; display:block; }
.brand-frame {
  position: relative;
  display: block;
  padding: 8px;
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 20px 40px rgba(6, 17, 17, 0.18);
}
/* .brand-frame::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: var(--secondary-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.brand-frame::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
} */
.brand-frame img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.brand-frame--gallery {
  height: 100%;
  padding: 12px;
}
.brand-frame--gallery .academie-gallery-item {
  border-radius: 14px;
}
.brand-frame--partner {
  padding: 18px;
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 25px 50px rgba(6, 17, 17, 0.25);
}
.brand-frame--partner .partner-card__media-inner {
  min-height: 340px;
}
.coachs-outline { position:absolute; left:-30px; top:70%; width:260px; height:420px; transform:translateY(-50%); pointer-events:none; z-index:1; }
.coachs-outline::before { content:""; position:absolute; inset:0; border:2px solid var(--theme-color); clip-path:polygon(0 0,86% 0,100% 100%,14% 100%); }
.coachs-media img { position:relative; z-index:2; }
.coachs-content-panel { padding:40px 9% 40px 10%; display:flex; flex-direction:column; justify-content:center; }
.coachs-heading { font-size:36px; line-height:1.15; text-transform:uppercase; font-weight:700; margin:0 0 40px; letter-spacing:.5px; }
.coachs-text p { font-size:15px; line-height:1.75; margin:0 0 26px; max-width:720px; }
.coachs-text p:last-child { margin-bottom:0; }
.coachs-actions {
  margin-top: 50px;
  text-align: left;
}
.coachs-btn { background:var(--theme-color); color:#fff; border-radius:0; padding:18px 34px; font-size:12px; letter-spacing:.6px; font-weight:600; }
.coachs-btn:hover { background:#000; color:#fff; }

@media (max-width:1400px){
  .coachs-outline { left:-40px; width:220px; height:380px; }
  .coachs-heading { font-size:34px; }
}
@media (max-width:1199px){
  .coachs-content-panel { padding:120px 7% 120px 8%; }
  .coachs-heading { font-size:32px; }
}
@media (max-width:991px){
  .coachs-grid { grid-template-columns:1fr; }
  .coachs-media { height:520px; }
  .coachs-outline { display:none; }
  .coachs-content-panel { padding:90px 8% 100px; }
  .coachs-heading { font-size:30px; margin-bottom:34px; }
}
@media (max-width:575px){
  .coachs-media { height:340px; }
  .coachs-content-panel { padding:70px 28px 80px; }
  .coachs-heading { font-size:26px; }
  .coachs-btn { padding:16px 28px; }
}
.mega-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.mega-img-wrap { position: relative; overflow: hidden; background: #f2f4f4; border-radius: 6px; }
.mega-img-wrap img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; transition: transform .6s ease; }
.mega-label { margin-top: 14px; font-size: 14px; font-weight: 600; letter-spacing: .5px; }
.mega-card:hover .mega-img-wrap img { transform: scale(1.06); }
.mega-card:hover .mega-label { color: var(--theme-color); }

/* ===================== L'ACADÉMIE Panel Custom Layout ===================== */
.mega-panel.mega-academie .mega-content { display: none; }
.mega-panel.mega-academie .academie-grid { display: grid; grid-template-columns: 40% 35% 1fr; gap: 40px; position: relative; }
.mega-panel.mega-academie .academie-media { overflow: hidden; }
.mega-panel.mega-academie .academie-figure { margin:0; height:100%; }
.mega-panel.mega-academie .academie-figure img { width:100%; height:100%; object-fit: cover; display:block; }
.mega-panel.mega-academie .academie-core { padding-right:20px; position:relative; }
.mega-panel.mega-academie .academie-core:after { content:""; position:absolute; top:0; right:-40px; width:1px; height:100%; background:#dcdfe2; }
.mega-panel.mega-academie .academie-title { font-size:28px; letter-spacing:.5px; margin:0 0 22px; text-transform:uppercase; }
.mega-panel.mega-academie .academie-intro { font-size:14px; line-height:1.55; margin:0 0 26px; max-width:360px; }
.mega-panel.mega-academie .academie-buttons { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:18px 26px; max-width:380px; }
.mega-panel.mega-academie .academie-btn { background:#0d0d0d; color:#fff; text-decoration:none; font-size:12px; letter-spacing:.5px; font-weight:600; padding:14px 18px 13px; text-align:center; text-transform:uppercase; transition:background .3s ease,color .3s ease; }
.mega-panel.mega-academie .academie-btn:hover, .mega-panel.mega-academie .academie-btn:focus { background:var(--theme-color); color:#fff; }
.mega-panel.mega-academie .academie-links-wrap { padding-left:10px; }
.mega-panel.mega-academie .academie-links { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:18px; font-size:14px; }
.mega-panel.mega-academie .academie-links a { color:#232323; text-decoration:none; position:relative; padding:4px 0; }
.mega-panel.mega-academie .academie-links a:after { content:""; position:absolute; left:0; bottom:-6px; height:2px; width:0; background:var(--theme-color); transition:width .35s ease; }
.mega-panel.mega-academie .academie-links a:hover, .mega-panel.mega-academie .academie-links a:focus { color:var(--theme-color); }
.mega-panel.mega-academie .academie-links a:hover:after, .mega-panel.mega-academie .academie-links a:focus:after { width:100%; }

@media (max-width: 1199.98px){
  .mega-panel.mega-academie .academie-grid { grid-template-columns: 40% 60%; }
  .mega-panel.mega-academie .academie-core:after { display:none; }
  .mega-panel.mega-academie .academie-links-wrap { grid-column: span 2; padding-left:0; padding-top:20px; }
  .mega-panel.mega-academie .academie-links { flex-direction:row; flex-wrap:wrap; gap:16px 32px; }
}
@media (max-width: 767.98px){
  .mega-panel.mega-academie .academie-grid { grid-template-columns: 1fr; }
  .mega-panel.mega-academie .academie-core { padding-right:0; }
  .mega-panel.mega-academie .academie-buttons { grid-template-columns:1fr; }
  .mega-panel.mega-academie .academie-links-wrap { padding-top:12px; }
  .mega-panel.mega-academie .academie-links { flex-direction:column; }
}

/* ===================== Stage Intensif Highlight ===================== */
.stage-highlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  min-height: clamp(420px, 70vh, 640px);
  background: #080f10;
  color: #ffffff;
}

.stage-highlight__media {
  position: relative;
  overflow: hidden;
}

.stage-highlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stage-highlight__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 6vw, 96px);
}

.stage-highlight__inner {
  width: min(100%, 620px);
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 40px);
}

.stage-highlight__location {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 18px;
  border-radius: 999px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.stage-highlight__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.08;
  margin: 0;
  letter-spacing: 0.06em;
}

.stage-highlight__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 26px);
}

.stage-highlight__card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.stage-highlight__card-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.68;
}

.stage-highlight__card-value {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.stage-highlight__cta .theme-btn {
  padding: 16px 36px;
  letter-spacing: 0.1em;
  font-size: 13px;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .stage-highlight {
    grid-template-columns: 1fr;
  }

  .stage-highlight__media {
    height: clamp(280px, 50vh, 420px);
  }

  .stage-highlight__content {
    padding: 56px clamp(24px, 6vw, 48px);
  }

  .stage-highlight__details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .stage-highlight__title {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .stage-highlight__card {
    padding: 18px 20px;
  }

  .stage-highlight__cta .theme-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===================== Stage Video Section ===================== */
.stage-video-section {
  padding: 80px 0;
}
.stage-video-shell {
  max-width: 980px;
  margin: 0 auto;
}
.stage-video-player {
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 45px 120px -60px rgba(0,0,0,0.85);
  overflow: hidden;
}
.stage-video-player video {
  width: 100%;
  display: block;
  background: #000;
  height: clamp(260px, 55vh, 520px);
  object-fit: cover;
}
.stage-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
  border: none;
  cursor: pointer;
  transition: opacity .3s ease;
}
.stage-video-play__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.6);
  display: grid;
  place-items: center;
}
.stage-video-play__icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.stage-video-play__label {
  font-size: 14px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.stage-video-play:hover,
.stage-video-play:focus-visible {
  opacity: .85;
}
.stage-video-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .stage-video-section {
    padding: 60px 0;
  }
  .stage-video-play__icon {
    width: 70px;
    height: 70px;
  }
  .stage-video-play__label {
    letter-spacing: .2em;
  }
}

/* ===================== Stage Environment Section ===================== */
.stage-environment {
  padding: clamp(40px, 12vw, 40px) 0;
  background: #ffffff;
  color: #0d1a1a;
}

.stage-environment__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 36px);
}

.stage-environment__kicker {
  align-self: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
}

.stage-environment__title {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}

.stage-environment__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(13, 26, 26, 0.82);
}

.stage-environment__copy p {
  margin: 0;
}

.stage-environment__highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 600;
  color: #0b1c1c;
}

.stage-environment__highlights .emoji {
  font-size: 1.4rem;
  margin-right: 12px;
}

.stage-environment__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.stage-environment__highlights li .emoji {
  flex-shrink: 0;
  line-height: 1.2;
}

.stage-environment__cta {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}

.stage-environment__cta .theme-btn {
  padding: 14px 32px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

@media (max-width: 575.98px) {
  .stage-environment__inner {
    text-align: left;
  }

  .stage-environment__title {
    text-align: left;
  }

  .stage-environment__cta {
    justify-content: center;
  }

  .stage-environment__cta .theme-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===================== Stage Program Section ===================== */
.stage-program {
  background: #06090c;
  color: #f2f6f5;
  padding: clamp(110px, 12vw, 160px) 0;
}

.stage-program__header {
  text-align: center;
  max-width: 880px;
  margin: 0 auto clamp(52px, 6vw, 80px);
  display: grid;
  gap: 20px;
}

.stage-program__heading {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
}

.stage-program__lede {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(242, 246, 245, 0.7);
}

.stage-program__viewport {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 4vw, 40px);
  margin: 0 auto clamp(48px, 6vw, 70px);
}

@media (max-width: 767px) {
  .stage-program__viewport {
    grid-template-columns: 1fr;
  }
}

.stage-program__card {
  background: #11171a;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(28px, 3.5vw, 38px);
  display: grid;
  gap: 20px;
  box-shadow: 0 28px 55px -36px rgba(6, 10, 12, 0.85);
}

.stage-program__badge {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
  color: rgba(242, 246, 245, 0.5);
}

.stage-program__card-title {
  margin: 0;
  font-size: clamp(1.18rem, 2.3vw, 1.45rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-program__card-subtitle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: rgba(242, 246, 245, 0.85);
}

.stage-program__card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(242, 246, 245, 0.78);
}

.stage-program__bullet {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  font-size: 1rem;
  color: rgba(242, 246, 245, 0.78);
  line-height: 1.7;
}

.stage-program__bullet > li {
  position: relative;
  padding-left: 20px;
}

.stage-program__bullet > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(236, 105, 27, 0.9);
}

.stage-program__bullet strong {
  display: block;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.92rem;
  margin-bottom: 6px;
  color: #fff;
}

.stage-program__bullet ul {
  list-style: none;
  margin: 8px 0 0;
  padding-left: 16px;
  display: grid;
  gap: 8px;
}

.stage-program__bullet ul li {
  position: relative;
  padding-left: 14px;
  font-size: 0.94rem;
  color: rgba(242, 246, 245, 0.7);
}

.stage-program__bullet ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(242, 246, 245, 0.45);
}

.stage-program__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 40px);
  margin-bottom: clamp(40px, 6vw, 60px);
}

.stage-program__progress {
  position: relative;
  width: clamp(160px, 22vw, 240px);
  height: 2px;
  background: rgba(242, 246, 245, 0.22);
  overflow: hidden;
}

.stage-program__progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.stage-program__arrows {
  display: flex;
  gap: 12px;
}

.stage-program__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(242, 246, 245, 0.32);
  background: rgba(255, 255, 255, 0.02);
  color: #f2f6f5;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  cursor: default;
}

.stage-program__arrow span {
  transform: translateY(-1px);
}


.stage-program__summary {
  display: grid;
  gap: clamp(32px, 5vw, 48px);
  margin: 0 auto clamp(48px, 6vw, 70px);
  color: rgba(242, 246, 245, 0.82);
}

.stage-program__summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

@media (max-width: 991px) {
  .stage-program__summary-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-card-special {
    transform: scale(1);
  }
  
  .pricing-card-special:hover {
    transform: scale(1.02);
  }
}

.stage-program__summary-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: clamp(24px, 3vw, 32px);
  display: grid;
  gap: 14px;
}

.stage-program__summary-card h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.92rem;
  color: #ffffff;
}

.stage-program__summary-card h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  color: #ffffff;
}

.stage-program__summary-card p {
  color: rgba(242, 246, 245, 0.82);
}

.stage-program__summary-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  font-size: 0.98rem;
  line-height: 1.7;
}

.stage-program__summary-card ul li {
  position: relative;
  padding-left: 16px;
  color: rgba(242, 246, 245, 0.82);
}

.stage-program__summary-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(242, 246, 245, 0.35);
}

.stage-program__summary-text {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.stage-program__summary-text p {
  margin: 0;
}

/* Special Pricing Card */
.pricing-card-special {
  background: linear-gradient(135deg, var(--theme-color) 0%, #d85a15 100%);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(236, 105, 27, 0.3);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.pricing-card-special:hover {
  transform: scale(1.08);
  box-shadow: 0 25px 70px rgba(236, 105, 27, 0.4);
}

.pricing-card-special .badge-popular {
  position: absolute;
  top: -15px;
  right: 30px;
  background: #fff;
  color: var(--theme-color);
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pricing-card-special h2 {
  color: #fff !important;
  margin-bottom: 10px;
  font-size: 28px;
}

.pricing-card-special .pricing-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}

.pricing-card-special .price-tag {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.pricing-card-special .price-amount {
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.pricing-card-special .price-currency {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.pricing-card-special .price-period {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.pricing-card-special ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.pricing-card-special ul li {
  color: #fff !important;
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card-special ul li:last-child {
  border-bottom: none;
}

.pricing-card-special ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.pricing-card-special ul li.excluded::before {
  content: "✕";
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pricing-card-special .pricing-cta {
  text-align: center;
  margin-top: 30px;
}

.pricing-card-special .btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: var(--theme-color);
  padding: 18px 40px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.pricing-card-special .btn-reserve:hover {
  background: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.pricing-card-special .btn-reserve i {
  font-size: 20px;
}

.btn-reserve-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: var(--theme-color);
  padding: 18px 40px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-reserve-white:hover {
  background: var(--secondary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.stage-program__cta {
  display: flex;
  justify-content: flex-start;
}

.stage-program__cta .theme-btn {
  background: #ffffff;
  color: #06090c !important;
  border: none;
  letter-spacing: 0.12em;
  padding: 15px 42px;
}

.stage-program__cta .theme-btn:hover {
  background: var(--theme-color);
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .stage-program__cta {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .stage-program__heading {
    letter-spacing: 0.08em;
  }

  .stage-program__progress {
    width: 180px;
  }

  .stage-program__summary {
    gap: 28px;
  }

  .stage-program__cta .theme-btn {
    width: 100%;
  }
}

/* ===================== Stage Testimonials ===================== */
.stage-testimonials {
  background: #f8f9fb;
  padding: clamp(110px, 12vw, 150px) 0;
}

.stage-testimonials__header {
  text-align: center;
  margin-bottom: clamp(46px, 6vw, 68px);
}

.stage-testimonials__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  color: #07171d;
}

.stage-testimonials__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.stage-testimonials__quote {
  position: relative;
  display: grid;
  gap: 22px;
  color: #07171d;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.8;
}

.stage-testimonials__mark {
  font-size: clamp(3rem, 8vw, 5rem);
  color: #ec691b;
  font-weight: 600;
  line-height: 0.8;
}

.stage-testimonials__quote p {
  margin: 0;
  font-weight: 500;
}

.stage-testimonials__quote cite {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(7, 23, 29, 0.7);
}

.stage-testimonials__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 32px 70px -46px rgba(7, 23, 29, 0.48);
}

.stage-testimonials__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .stage-testimonials__quote {
    text-align: center;
  }

  .stage-testimonials__quote cite {
    justify-self: center;
  }
}

/* Nav bar button color override */
.main-header .menu-right-content .theme-btn.btn-one {
  background: var(--theme-color) !important;
  color: #fff !important;
  border-color: var(--theme-color) !important;
}
.main-header .menu-right-content .theme-btn.btn-one:hover,
.main-header .menu-right-content .theme-btn.btn-one:focus {
  background: var(--secondary-color) !important;
  color: #fff !important;
  border-color: var(--secondary-color) !important;
}

@media (max-width: 1199.98px) {
  .mega-panel .mega-content { gap: 60px; }
  .mega-grid { gap: 32px; }
}
@media (max-width: 991.98px) {
  .mega-panel { padding: 40px 0 50px; }
  .mega-panel .mega-content { grid-template-columns: 1fr; }
  .mega-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767.98px) {
  .mega-grid { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .mega-left h3 { font-size: 30px; }
}
@media (max-width: 575.98px) {
  .mega-grid { grid-template-columns: 1fr 1fr; }
  .mega-left h3 { font-size: 28px; }
}

/* ================================================================
   Stages Modern Section
   ================================================================ */
.stages-modern {
  background: #ffffff;
}

.stages-modern .auto-container {
  position: relative;
}

.stages-flex-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  align-items: start;
  position: relative;
}

/* Vertical divider */
.stages-flex-row::before {
  content: '';
  position: absolute;
  left: calc( (1fr / (1fr + 1.4fr)) * 100% ); /* fallback won't compute; we'll set fixed offset below */
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E3E6E8;
  transform: translateX(-35px);
}

/* Provide deterministic divider using first column width approximation */
@supports not (left: calc( (1fr / (1fr + 1.4fr)) * 100% )) {
  .stages-flex-row::before { left: 38%; }
}

.stages-intro {
  max-width: 420px;
  padding-top: 10px;
}

.stages-heading {
  font-family: var(--title-font);
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 1px;
  margin: 0 0 28px;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.stages-lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-color);
  margin: 0 0 42px;
}

.stages-btn {
  display: inline-block;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0; /* match new header style */
  font-size: 14px;
}

.stages-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.stage-card { position: relative; }

.stage-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #f4f6f7;
}

.stage-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1; /* square images per new request */
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .6s ease;
}

/* Remove dark gradient overlay for new layout */
.stage-image-link::after { display: none; }

.stage-caption {
  position: static; /* place below the image */
  display: block;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--secondary-color); /* black/dark text */
  text-transform: none;
}

.stage-caption::after {
  content: '';
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.172 12 8.222 7.05l1.414-1.414L16 12l-6.364 6.364-1.414-1.414L13.172 12Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M13.172 12 8.222 7.05l1.414-1.414L16 12l-6.364 6.364-1.414-1.414L13.172 12Z'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: .85;
  transition: transform .4s ease;
}

.stage-image-link:hover .stage-image,
.stage-image-link:focus-visible .stage-image {
  transform: scale(1.06);
  filter: brightness(1.05);
}

/* Overlay removed, so no hover opacity adjustment needed */

.stage-image-link:hover .stage-caption::after,
.stage-image-link:focus-visible .stage-caption::after {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 1199.98px) {
  .stages-flex-row { gap: 60px; }
  .stages-heading { font-size: 52px; }
}
@media (max-width: 991.98px) {
  .stages-flex-row { grid-template-columns: 1fr; }
  .stages-flex-row::before { display: none; }
  .stages-intro { max-width: 100%; }
  .stages-gallery { grid-template-columns: repeat(2, 1fr); }
  .stages-heading { font-size: 50px; }
}
@media (max-width: 767.98px) {
  .stages-gallery { gap: 28px; }
  .stages-heading { font-size: 44px; }
  .stages-lead { margin-bottom: 32px; }
}
@media (max-width: 575.98px) {
  .stages-gallery { grid-template-columns: 1fr; }
  .stages-heading { font-size: 38px; }
  .stages-lead { font-size: 15px; }
  .stage-caption { font-size: 13px; }
}

/* =============================
   FAQ SECTION
   ============================= */
.faq-section { padding: 110px 0 120px; background:#040404; color:#fff; }
.faq-header { text-align:center; margin:0 0 50px; }
.faq-title { font-size: clamp(2.2rem,4vw,3.4rem); line-height:1.1; font-weight:700; letter-spacing:.5px; }
.faq-sub { font-weight:600; font-size:.85em; display:block; margin-top:.25em; }
.faq-accordion { max-width:900px; margin:0 auto; }
.faq-item + .faq-item { margin-top:12px; }
.faq-trigger { width:100%; text-align:left; background:#222; border:1px solid #333; color:#eee; padding:18px 56px 18px 22px; font:500 16px/1.3 "Inter", "Montserrat", Arial, sans-serif; position:relative; cursor:pointer; border-radius:2px; transition:background .25s,border-color .25s,color .25s; }
.faq-trigger:hover, .faq-trigger:focus { background:#2b2b2b; outline:none; }
.faq-trigger[aria-expanded="true"] { background:#2f2f2f; border-color:#444; }
.faq-icon { position:absolute; top:50%; right:18px; width:24px; height:24px; transform:translateY(-50%) rotate(0deg); transition:transform .3s; }
.faq-icon:before, .faq-icon:after { content:""; position:absolute; background:#ccc; left:50%; top:50%; transform:translate(-50%,-50%); transition:background .3s; }
.faq-icon:before { width:14px; height:2px; }
.faq-icon:after { width:2px; height:14px; }
.faq-trigger[aria-expanded="true"] .faq-icon { transform:translateY(-50%) rotate(180deg); }
.faq-trigger[aria-expanded="true"] .faq-icon:after { opacity:0; }
.faq-panel { background:#121212; border:1px solid #242424; border-top:none; padding:0 22px 24px; font-size:15px; line-height:1.55; color:#d0d0d0; animation:faqSlide .35s ease; }
@keyframes faqSlide { from { opacity:0; transform:translateY(-6px); } to { opacity:1; transform:translateY(0); } }

@media (max-width: 575px){
  .faq-trigger { font-size:14px; padding:16px 50px 16px 18px; }
  .faq-title { font-size:2.2rem; }
}

a:hover {
    color: var(--theme-color);
}
































