@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/fonts/DB Heavent v3.2.1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/fonts/DB Heavent It v3.2.1.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/fonts/DB Heavent Bd v3.2.1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DB Heavent";
  src: url("../fonts/fonts/DB Heavent Bd It v3.2.1.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body,
html {
  font-family: "DB Heavent", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "DB Heavent", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 52px;
  color: #ffffff;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 24px 15px;
  min-height: 90px;
  transition: background-color 0.3s ease;
}
#menu.navbar-default {
  background-color: transparent;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: none;
}
/* Motion library handles transform animation via inline styles */
/* #menu.navbar--hidden {
  transform: translateY(-100%);
  pointer-events: none;
} */
#menu .navbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .navbar-center img {
  width: 200px;
  height: auto;
  object-fit: contain;
  display: block;
}
#menu a.navbar-brand {
  font-family: "DB Heavent", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "DB Heavent", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "DB Heavent", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #abdbe3  0%, #2596be 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section – Ken Burns background animation */
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.intro {
  display: table;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #e5e5e5;
}

.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  animation: kenburns 20s ease-out forwards;
  z-index: 0;
}

.intro .overlay {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 1.5s ease-out;
}
.intro h1 {
  font-family: "DB Heavent", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}

@media (max-width: 768px) {
  #header .intro {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
  }
  #header .intro .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .intro .overlay .container {
    position: relative;
    z-index: 1;
  }
  header .intro-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Section2 (YachtPartyHero) – full-bleed background only */
#section2.section2 {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#section2.section2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #00202c 0%,
    #002631 40.5%,
    rgba(0, 43, 53, 0) 100%
  );
  pointer-events: none;
}
#section2 .section2__content {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  display: flex;
  align-items: center;
  min-height: 80vh;
  box-sizing: border-box;
}
#section2 .section2__headline {
  margin: 0 0 20px;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
}
#section2 .section2__paragraph {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 16px;
}
#section2 .section2__paragraph:last-child {
  margin-bottom: 0;
}
#section2 .section2__partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
#section2 .section2__partner-logo {
  height: 36px;
  max-height: 36px;
  object-fit: contain;
}
#section2 .section2__partner-logos-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding: 0 12px;
  user-select: none;
}

@media (max-width: 768px) {
  #section2.section2 {
    min-height: 100vh;
  }
  #section2 .section2__content {
    min-height: 100vh;
    padding: 60px 0 80px;
  }
}

/* Event Section – full-bleed background */
#event-section.event-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-section .event-section__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 768px) {
  #event-section.event-section {
    min-height: 60vh;
  }
}
@media (max-width: 480px) {
  #event-section.event-section {
    min-height: 50vh;
  }
}

/* After Party Section – full-bleed background */
#after-party.after-party-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #after-party.after-party-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  #after-party .after-party-section__content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #after-party .after-party-section__content h1 {
    font-size: 36px !important;
  }
  #after-party .after-party-section__content h3:not(.after-party-section__tagline) {
    font-size: 36px !important;
  }
  #after-party .after-party-section__content .after-party-section__tagline {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  #after-party.after-party-section {
    min-height: 100vh;
  }
}

#after-party .after-party-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#after-party .after-party-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

#after-party .after-party-section__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#after-party .after-party-section__content h1,
#after-party .after-party-section__content h3 {
  color: #fff;
  margin: 0;
}

#after-party .after-party-section__btn {
  font-family: "DB Heavent", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  color: #183170;
  border: 0;
  border-radius: 8px;
  padding: 14px 32px;
  cursor: pointer;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

#after-party .after-party-section__btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #after-party .after-party-section__content {
    min-height: 100vh;
  }
}

@media (max-width: 480px) {
  #after-party .after-party-section__content {
    min-height: 100vh;
  }
}

/* Ready Sail Section – full-bleed background, flipped on X-axis */
#ready-sail.ready-sail-section {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
}

.ready-sail-section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: 0;
}

.ready-sail-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ready-sail-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 80vh;
  padding-left: clamp(40px, 12vw, 140px);
  padding-right: 24px;
  box-sizing: border-box;
}

.ready-sail-section__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 520px;
}

.ready-sail-section__title {
  color: #fff;
  margin: 0;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
}

.ready-sail-section__subtitle {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.ready-sail-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 8px;
}

.ready-sail-section__btn {
  font-family: "DB Heavent", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 28px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.ready-sail-section__btn:hover {
  opacity: 0.9;
}

.ready-sail-section__btn--primary {
  color: #000;
  background: #fff;
}

.ready-sail-section__btn--secondary {
  color: #000;
  background: #fff;
}

@media (max-width: 768px) {
  #ready-sail.ready-sail-section {
    min-height: 100vh;
  }
  .ready-sail-section__content {
    min-height: 100vh;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
  }
  .ready-sail-section__content-inner {
    align-items: center;
    text-align: center;
  }
  .ready-sail-section__title {
    font-size: 36px;
    font-weight: 700;
  }
  .ready-sail-section__subtitle {
    font-size: 16px;
    text-align: center;
  }
  .ready-sail-section__buttons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  #ready-sail.ready-sail-section {
    min-height: 100vh;
  }
  .ready-sail-section__content {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ready-sail-section__title {
    font-size: 60px;
  }
  .ready-sail-section__subtitle {
    font-size: 20px;
  }
  .ready-sail-section__btn {
    font-size: 14px;
    padding: 12px 22px;
  }
}

/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* About – luxury layout, collage, play, video modal */
#about .about-stats-bar {
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#about .about-stat {
  text-align: center;
}
#about .about-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #5ca9fb;
  line-height: 1.2;
}
#about .about-stat-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}
#about .about-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #888;
  margin-bottom: 10px;
}
#about .about-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about .about-headline::after {
  display: none;
}
#about .about-headline-accent {
  color: #c9a227;
  font-weight: 600;
}
#about .about-cta {
  margin: 20px 0;
  background: linear-gradient(to right, #e85d4c 0%, #d6342a 100%);
  border: 0;
  color: #fff;
  padding: 12px 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 15px rgba(230, 93, 76, 0.35);
}
#about .about-cta:hover {
  color: #fff;
  opacity: 0.95;
  box-shadow: 0 6px 20px rgba(230, 93, 76, 0.45);
}
#about .about-phone {
  margin-top: 16px;
  font-size: 18px;
  color: #333;
}
#about .about-phone i {
  margin-right: 10px;
  color: #5ca9fb;
}
#about .about-images {
  position: relative;
  margin-top: 10px;
}
#about .about-masonry {
  position: relative;
  margin-top: 10px;
  max-width: 100%;
}
#about .about-masonry .about-play-icon {
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  transform: none;
}
#about .about-masonry .about-play-icon:hover {
  transform: scale(1.08);
}
#about .about-img-main {
  width: 100%;
  max-width: 520px;
  display: block;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about .about-img-overlap-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 180px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  overflow: hidden;
}
#about .about-img-overlap-wrap img {
  width: 100%;
  display: block;
}
#about .about-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #d6342a;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}
#about .about-play-icon:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.08);
}
#about .about-play-icon .fa-play {
  margin-left: 4px;
}
#about .about-video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#about .about-video-modal {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #000;
}
#about .about-video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 1;
}
#about .about-video-modal-close:hover {
  background: rgba(255, 255, 255, 0.35);
}
#about .about-video-modal-iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#about .about-video-modal-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #42557e;
  background: #ffffff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "DB Heavent", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 0 0 0 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

/* Yacht Types Section */
#yacht-types.yacht-types {
  background-color: #ffffff;
  padding: 48px 24px;
}
.yacht-types__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.yacht-types__title {
  text-align: center;
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #1a1d2e;
}
.yacht-types__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.yacht-types__tab {
  background: none;
  border: none;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  color: #777;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  outline: none;
  appearance: none;
  transition: color 0.2s;
}
.yacht-types__tab:hover {
  color: #333;
}
.yacht-types__tab:focus-visible {
  outline: 2px solid #00212D;
  outline-offset: 2px;
}
.yacht-types__tab--active {
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #00212D;
  margin-bottom: -1px;
  padding-bottom: 9px;
}
.yacht-types__empty {
  text-align: center;
  color: #6b7280;
  font-size: 16px;
  margin: 0;
  padding: 32px 24px;
}
.yacht-types__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.yacht-types__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.yacht-types__card-image-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.yacht-types__card-chip {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.yacht-types__card-chip--reserved {
  background-color: #00212D;
  color: #fff;
}
.yacht-types__card--reserved .yacht-types__card-image {
  opacity: 0.5;
}
.yacht-types__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yacht-types__card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.yacht-types__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.yacht-types__card-name {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1d2e;
}
.yacht-types__card-rating {
  font-size: 14px;
  color: #c76b6b;
  font-weight: 600;
  flex-shrink: 0;
}
.yacht-types__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.yacht-types__spec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2c2c2c;
}
.yacht-types__spec-icon {
  flex-shrink: 0;
  color: #555;
}
.yacht-types__card-description {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #2c2c2c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yacht-types__card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 8px;
}
.yacht-types__card-price {
  font-size: 28px;
  font-weight: 700;
  color: #1a1d2e;
}
.yacht-types__card--reserved .yacht-types__card-name {
  color: #6b7280;
}
.yacht-types__card--reserved .yacht-types__card-rating {
  color: #d4a0a0;
}
.yacht-types__card--reserved .yacht-types__spec,
.yacht-types__card--reserved .yacht-types__spec-icon {
  color: #9ca3af;
}
.yacht-types__card--reserved .yacht-types__card-description {
  color: #9ca3af;
}
.yacht-types__card--reserved .yacht-types__card-price {
  color: #6b7280;
}
.yacht-types__card--reserved .yacht-types__card-cta--text {
  color: #5a6b73;
}
.yacht-types__card--reserved .yacht-types__card-cta--text:hover {
  color: #4a5b63;
}
.yacht-types__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 24px;
  font-family: "DB Heavent", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #00212D;
  border-radius: 8px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.yacht-types__card-cta:hover {
  background-color: #00212da0;
  color: #fff;
  text-decoration: none;
}
.yacht-types__card-cta:focus {
  outline: 0;
}
.yacht-types__card-cta:focus-visible {
  outline: 2px solid #00212D;
  outline-offset: 2px;
}
.yacht-types__card-cta--text {
  min-height: 0;
  padding: 0;
  color: #00212D;
  background: none;
  text-transform: none;
  letter-spacing: 0;
  
}
.yacht-types__card-cta--text:hover {
  background: none;
  color: #00212da0;
  
}

@media (min-width: 768px) {
  .yacht-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #yacht-types.yacht-types {
    padding: 56px 24px;
  }
  .yacht-types__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .yacht-types__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .yacht-types__card-cta {
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  .yacht-types__card-footer {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .yacht-types__card-cta {
    width: auto;
  }
}

/* Yacht Types Swiper Slider (Mobile) */
.yacht-types__slider {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-bottom: 40px; /* Space for pagination dots */
}

.yacht-types__slider .swiper {
  overflow: hidden;
  overflow-x: clip;
  padding: 8px 8px 48px 8px;
  margin: 0 -8px;
  height: auto;
}

.yacht-types__slider .swiper-wrapper {
  height: auto;
  align-items: flex-start;
}

.yacht-types__slider .swiper-slide {
  height: auto;
}

.yacht-types__slider .swiper-slide .yacht-types__card {
  height: auto;
}

/* Prevent card body from stretching and remove auto-push footer */
.yacht-types__slider .yacht-types__card-body {
  flex: 0 1 auto;
  padding: 16px;
  gap: 10px;
}

.yacht-types__slider .yacht-types__card-footer {
  margin-top: 12px;
  gap: 12px;
}

.yacht-types__slider .yacht-types__card-image-wrap {
  height: 180px;
}

/* Navigation buttons - theme color */
.yacht-types__slider .swiper-button-prev,
.yacht-types__slider .swiper-button-next {
  color: #c76b6b;
  background: rgba(255, 255, 255, 0.9);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s, transform 0.2s;
}

.yacht-types__slider .swiper-button-prev:hover,
.yacht-types__slider .swiper-button-next:hover {
  background: #fff;
  transform: scale(1.05);
}

.yacht-types__slider .swiper-button-prev::after,
.yacht-types__slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.yacht-types__slider .swiper-button-prev {
  left: 4px;
}

.yacht-types__slider .swiper-button-next {
  right: 4px;
}

/* Pagination bullets - theme color */
.yacht-types__slider .swiper-pagination {
  bottom: 8px;
}

.yacht-types__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00212D;
  opacity: 0.6;
  transition: background-color 0.2s, opacity 0.2s, transform 0.2s;
}

.yacht-types__slider .swiper-pagination-bullet-active {
  background: #00212D;
  opacity: 1;
  transform: scale(1.2);
}

/* Hide navigation on very small screens, rely on swipe */
@media (max-width: 480px) {
  .yacht-types__slider .swiper-button-prev,
  .yacht-types__slider .swiper-button-next {
    display: none;
  }
}

/* Yacht Detail Modal (popup) */
.yacht-detail-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.yacht-detail-modal {
  position: relative;
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.yacht-detail-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}
.yacht-detail-modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
}
.yacht-detail-modal__image-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}
.yacht-detail-modal__main-swiper {
  width: 100%;
  height: 240px;
  border-radius: 12px 12px 0 0;
}
.yacht-detail-modal__main-swiper .swiper-slide {
  height: 100%;
}
.yacht-detail-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yacht-detail-modal__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .yacht-detail-modal__image-wrap {
    min-height: 280px;
  }
  .yacht-detail-modal__main-swiper {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .yacht-detail-modal__image-wrap {
    min-height: 360px;
  }
  .yacht-detail-modal__main-swiper {
    height: 360px;
  }
}
.yacht-detail-modal__body {
  padding: 24px;
}
.yacht-detail-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.yacht-detail-modal__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1d2e;
}
.yacht-detail-modal__rating {
  font-size: 16px;
  color: #c76b6b;
  font-weight: 600;
}
.yacht-detail-modal__price {
  font-size: 24px;
  font-weight: 700;
  color: #1a1d2e;
}
.yacht-detail-modal__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.yacht-detail-modal__spec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2c2c2c;
}
.yacht-detail-modal__spec--price {
  font-size: 18px;
  font-weight: 700;
  color: #1a1d2e;
}
.yacht-detail-modal__description {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #2c2c2c;
}
.yacht-detail-modal__details {
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}
.yacht-detail-modal__detail-row {
  display: flex;
  gap: 12px;
  font-size: 14px;
}
.yacht-detail-modal__detail-row dt {
  margin: 0;
  font-weight: 600;
  color: #1a1d2e;
  min-width: 100px;
}
.yacht-detail-modal__detail-row dd {
  margin: 0;
  color: #2c2c2c;
}
.yacht-detail-modal__amenities-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1d2e;
}
.yacht-detail-modal__amenities-list {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.6;
}
.yacht-detail-modal__amenities-list li {
  list-style: disc;
}
.yacht-detail-modal__amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.yacht-detail-modal__tabs {
  display: flex;
  gap: 0;
  margin: 0 0 16px;
  border-bottom: 1px solid #e0e0e0;
}
.yacht-detail-modal__tab {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
}
.yacht-detail-modal__tab:hover {
  color: #1a1d2e;
}
.yacht-detail-modal__tab--active {
  color: #1a1d2e;
  border-bottom-color: #2c2c2c;
}
.yacht-detail-modal__drinks-quantity {
  margin: 0 0 12px;
  font-size: 15px;
  color: #2c2c2c;
}
.yacht-detail-modal__drinks-list {
  margin: 0 0 12px;
  padding-left: 20px;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.6;
}
.yacht-detail-modal__drinks-list li {
  list-style: disc;
}
.yacht-detail-modal__drinks-price {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1d2e;
}
.yacht-detail-modal__drinks-empty {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.yacht-detail-modal__footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
}
.yacht-detail-modal__book-btn {
  width: 100%;
  min-height: 44px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #1a1d2e;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.yacht-detail-modal__book-btn:hover {
  background: #2c3044;
}
.yacht-detail-modal__book-btn:focus {
  outline: 2px solid #1a1d2e;
  outline-offset: 2px;
}

/* Prevent horizontal overflow on mobile (safety net) */
@media (max-width: 768px) {
  body,
  #root {
    overflow-x: hidden;
  }
}

/* ===== MainStage ===== */
.mainstage-wrapper {
  background: #fefefe;
}

.mainstage-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  box-sizing: border-box;
}

.mainstage-header {
  text-align: center;
  margin-bottom: 24px;
}

.mainstage-subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
}

.mainstage-title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.mainstage-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px 24px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.mainstage-stats--row {
  grid-template-columns: repeat(4, 1fr);
}

.mainstage-stats--rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}

.mainstage-stats--rows .mainstage-stats__row {
  display: grid;
  justify-content: center;
  gap: 20px 24px;
}

.mainstage-stats--rows .mainstage-stats__row:first-child {
  grid-template-columns: repeat(3, 1fr);
}

.mainstage-stats--rows .mainstage-stats__row:last-child {
  grid-template-columns: repeat(2, 1fr);
}

.mainstage-stat-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.mainstage-stat-item__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.mainstage-stat-icon {
  flex-shrink: 0;
  color: currentColor;
}

.mainstage-stat-value {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.mainstage-stat-label {
  font-size: 13px;
  color: #777;
}

/* Content: mobile-first single column; image first, then info */
.mainstage-content {
  display: block;
  margin-top: 24px;
}

.mainstage-image-wrapper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mainstage-image-wrapper .mainstage-image {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.mainstage-swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.mainstage-image-wrapper {
  min-width: 0;
}

.mainstage-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 60vh;
  max-height: 520px;
}

.mainstage-image-wrapper .mainstage-swiper .mainstage-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.mainstage-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #555;
  font-size: 18px;
}

.mainstage-image-wrapper .swiper-button-prev,
.mainstage-image-wrapper .swiper-button-next {
  color: #183170;
  background: none;
  width: 36px;
  height: 36px;
}

.mainstage-image-wrapper .swiper-button-prev:hover,
.mainstage-image-wrapper .swiper-button-next:hover {
  color: #2c5282;
}

.mainstage-image-wrapper .swiper-button-prev::after,
.mainstage-image-wrapper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.mainstage-image-wrapper .swiper-pagination {
  bottom: 16px;
  z-index: 10;
}

.mainstage-image-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #525151;
  opacity: 0.5;
}

.mainstage-image-wrapper .swiper-pagination-bullet-active {
  background: #030303;
  opacity: 1;
  transform: scale(1.2);
}

/* Mobile: smaller height to reduce top/bottom gap, full-width slide, hide nav arrows */
@media (max-width: 767px) {
  .mainstage-swiper {
    height: 45vh;
    max-height: 320px;
  }

  .mainstage-swiper .swiper-slide {
    width: 100% !important;
    height: 45vh;
    max-height: 320px;
  }

  .mainstage-image-wrapper {
    margin-bottom: 12px;
  }

  .mainstage-image-wrapper .swiper-button-prev,
  .mainstage-image-wrapper .swiper-button-next {
    display: none;
  }

  .mainstage-price-row {
    align-items: center;
    text-align: center;
  }

  .mainstage-price {
    text-align: center;
  }
}

.mainstage-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mainstage-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.mainstage-tab {
  background: none;
  border: none;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 16px;
  color: #777;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
  outline: none;
  appearance: none;
  transition: color 0.2s;
}

.mainstage-tab:hover {
  color: #333;
}

.mainstage-tab:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}

.mainstage-tab--active {
  color: #333;
  font-weight: 600;
  border-bottom: 2px solid #333;
  margin-bottom: -1px; /* Overlap tabs container border so active underline is visible */
  padding-bottom: 13px;
}

.mainstage-features-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.mainstage-features {
  list-style: disc;
  padding-left: 24px;
  margin: 0 0 8px;
  line-height: 1.6;
  font-size: 15px;
  color: #555;
}

.mainstage-features li {
  margin-bottom: 6px;
}

.mainstage-price-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 8px;
}

.mainstage-price {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.mainstage-button {
  width: 100%;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1a365d;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mainstage-button:hover {
  background-color: #2c5282;
}

/* Tablet: 2 columns 50/50 */
@media (min-width: 768px) {
  .mainstage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    margin-top: 32px;
  }

  .mainstage-image-wrapper {
    margin-bottom: 0;
  }

  .mainstage-price-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .mainstage-button {
    width: auto;
  }
}

/* Desktop: 3fr 2fr grid, stats in one row */
@media (min-width: 1024px) {
  .mainstage-section {
    padding: 56px 24px 72px;
  }

  .mainstage-title {
    font-size: 36px;
  }

  .mainstage-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px 48px;
  }

  .mainstage-stats--rows {
    flex-direction: row;
    gap: 24px 48px;
  }

  .mainstage-stats--rows .mainstage-stats__row {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px 48px;
  }

  .mainstage-stats--rows .mainstage-stats__row:first-child,
  .mainstage-stats--rows .mainstage-stats__row:last-child {
    grid-template-columns: unset;
  }

  .mainstage-content {
    grid-template-columns: 3fr 2fr;
  }
}
