*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.banner {
  position: relative;
  height: 100%;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/herobg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.banner .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-title {
  font-family: Oswald, sans-serif;
  font-size: 68px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 4px;
  color: rgb(255, 255, 255);
}

/* After-banner section */
.after-banner {
  background-color: #fff;
  padding: 5rem 0;
}

.after-banner__row {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}

.after-banner__video-wrap {
  flex: 0 0 56%;
  max-width: 56%;
  min-height: 380px;
  overflow: hidden;
}

.after-banner__video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  border-radius: 0.25rem;
  object-fit: cover;
}

.after-banner__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.after-banner__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #21376d;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.after-banner__details {
  margin-bottom: 1.5rem;
}

.after-banner__details dt {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #21376d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.after-banner__details dd {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #000;
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.after-banner__details dd:last-of-type {
  margin-bottom: 0;
}

.after-banner__subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #21376d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.after-banner__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* Parking overview section - two columns: text left, image right */
/* .foil-regatta-page .parking-overview {
  background-color: #fff;
  padding: 5rem 0;
}

.foil-regatta-page .parking-overview__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 2.5rem;
}

.foil-regatta-page .parking-overview__image-wrap {
  flex: 0 0 56%;
  max-width: 56%;
  min-height: 380px;
  overflow: hidden;
  border-radius: 0.25rem;
  order: 2;
}

.foil-regatta-page .parking-overview__image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
  border-radius: 0.25rem;
}

.foil-regatta-page .parking-overview__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}

.foil-regatta-page .parking-overview__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #21376d;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.foil-regatta-page .parking-overview__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
} */

.parking-overview {
  background-color: #fff;
  padding: 5rem 0;
}

.parking-overview__row {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}

.parking-overview__image-wrap {
  flex: 0 0 56%;
  max-width: 56%;
  min-height: 380px;
  overflow: hidden;
  border-radius: 0.25rem;
  order: 2;
}

.parking-overview__image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
  border-radius: 0.25rem;
}

.parking-overview__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}

.parking-overview__title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #21376d;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.parking-overview__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* Accordion section */
.accordion-section {
  background: linear-gradient(135deg, #21376d 0%, #78b1ce 100%);
  padding: 5rem 0;
  color: #fff;
}

.accordion-section__title {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.accordion__item {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.accordion__trigger:hover,
.accordion__trigger:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.accordion__trigger-text {
  flex: 1;
}

.accordion__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  transition: transform 0.25s ease;
}

.accordion__icon::before,
.accordion__icon::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: opacity 0.2s ease;
}

.accordion__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.accordion__icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.accordion__trigger[aria-expanded="true"] .accordion__icon::after {
  opacity: 0;
}

.accordion__trigger[aria-expanded="true"] .accordion__icon {
  transform: rotate(0deg);
}

.accordion__panel {
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion__panel[hidden] {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.accordion__panel.is-open .accordion__content {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.accordion__content {
  padding: 1.25rem 1.25rem 1.25rem;
}

.accordion__content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

/* Plans section */
.plans {
  position: relative;
  padding: 4rem 0;
  background-image: url('../assets/plans-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.plans__overlay {
  position: absolute;
  inset: 0;
   background: rgb(255 255 255 / 37%);
}

.plans .container {
  position: relative;
  z-index: 1;
}

.plans__inner {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.plans__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 2rem auto 0;
  padding: 1rem 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: #21376d;
  border: none;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: 0 4px 14px rgba(33, 55, 109, 0.35);
}

.plans__cta:hover {
  background: #1a2b52;
  transform: translateY(-1px);
}

.plans__list {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.plans__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.plans__row:last-child {
  border-bottom: none;
}

.plans__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.plans__price {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #21376d;
  flex-shrink: 0;
}

.plans__price--free {
  color: #21376d;
  font-weight: 700;
}

/* Brands / logos section */
.brands {
  background-color: #fff;
  padding: 3rem 0;
  overflow-x: hidden;
}

.brands__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 2.5rem;
}

.brands__logo {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
