.ksl1-page {
  --ksl1-deep: #0b252c;
  --ksl1-deep-2: #102c33;
  --ksl1-ink: #092e37;
  --ksl1-copy: #536872;
  --ksl1-aqua: #42d2c1;
  --ksl1-aqua-dark: #24bcae;
  --ksl1-white: #ffffff;
  --ksl1-off-white: #f7faf9;
  --ksl1-line: #dce5e4;
  --ksl1-black: #191919;
  --ksl1-shadow: 0 24px 50px rgba(8, 39, 47, 0.12);
}

.elementor-widget-kitesurfing_lessons1,
.elementor-widget-kitesurfing_lessons1 > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}

.ksl1-page,
.ksl1-page * {
  box-sizing: border-box;
}

.ksl1-page {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  isolation: isolate;
  background: var(--ksl1-white);
  color: var(--ksl1-ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.ksl1-page section {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ksl1-page img {
  display: block;
  max-width: 100%;
}

.ksl1-page a {
  color: inherit;
  text-decoration: none;
}

.ksl1-page button,
.ksl1-page input,
.ksl1-page textarea,
.ksl1-page select {
  font: inherit;
}

.ksl1-page button {
  color: inherit;
}

.ksl1-page h1,
.ksl1-page h2,
.ksl1-page h3,
.ksl1-page p {
  margin-top: 0;
}

.ksl1-container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.ksl1-section {
  padding: 120px 0;
}

.ksl1-eyebrow {
  margin-bottom: 24px;
  color: #60767d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ksl1-eyebrow--light {
  color: rgba(255, 255, 255, 0.92);
}

.ksl1-section-heading {
  max-width: 970px;
  margin: 0 auto 60px;
  text-align: center;
}

.ksl1-section-heading h2,
.ksl1-weather h2,
.ksl1-journey h2 {
  margin-bottom: 22px;
  color: var(--ksl1-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.ksl1-section-heading > p:last-child {
  max-width: 900px;
  margin: 0 auto;
  color: var(--ksl1-copy);
  font-size: 18px;
  line-height: 1.75;
}

.ksl1-section-heading--compact {
  margin-bottom: 54px;
}

.ksl1-section-heading--light h2,
.ksl1-section-heading--light > p:last-child {
  color: var(--ksl1-white);
}

.ksl1-section-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.ksl1-hero {
  position: relative;
  display: grid;
  min-height: 830px;
  place-items: center;
  background: var(--ksl1-bg) center 48% / cover no-repeat;
  color: var(--ksl1-white);
}

.ksl1-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 32, 39, 0.55), rgba(7, 32, 39, 0.62)),
    linear-gradient(90deg, rgba(5, 25, 31, 0.28), transparent 45%, rgba(5, 25, 31, 0.18));
}

.ksl1-hero__content {
  position: relative;
  z-index: 1;
  padding: 90px 0 74px;
  text-align: center;
}

.ksl1-hero h1 {
  max-width: 1030px;
  margin: 0 auto 30px;
  color: var(--ksl1-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(66px, 7vw, 108px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.ksl1-hero__lead {
  max-width: 920px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.85;
}

.ksl1-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.ksl1-button-row--left {
  justify-content: flex-start;
}

.ksl1-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ksl1-button:hover {
  transform: translateY(-2px);
}

.ksl1-button--primary {
  background: var(--ksl1-aqua);
  box-shadow: 0 12px 26px rgba(66, 210, 193, 0.2);
  color: #062d34 !important;
}

.ksl1-button--primary:hover {
  background: #5bdccc;
  box-shadow: 0 16px 32px rgba(66, 210, 193, 0.26);
}

.ksl1-button--outline-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--ksl1-white) !important;
}

.ksl1-button--outline-light:hover {
  border-color: var(--ksl1-white);
  background: rgba(255, 255, 255, 0.1);
}

.ksl1-button--outline-dark {
  border-color: #9eb0b4;
  color: var(--ksl1-ink) !important;
}

.ksl1-button--outline-dark:hover {
  border-color: var(--ksl1-ink);
  background: var(--ksl1-off-white);
}

.ksl1-benefits {
  padding: 100px 0;
  background: var(--ksl1-deep);
}

.ksl1-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.ksl1-benefit-card {
  min-height: 340px;
  padding: 34px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ksl1-white);
}

.ksl1-card-accent {
  display: block;
  width: 46px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--ksl1-aqua);
}

.ksl1-benefit-card h2 {
  margin-bottom: 18px;
  color: var(--ksl1-white);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
}

.ksl1-benefit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.85;
}

.ksl1-audience {
  padding-bottom: 140px;
}

.ksl1-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ksl1-dark-card {
  min-height: 220px;
  padding: 32px 30px;
  border-radius: 16px;
  background: var(--ksl1-black);
  color: var(--ksl1-white);
}

.ksl1-dark-card h3 {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.ksl1-dark-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.ksl1-course-section {
  padding-top: 50px;
  background: #fff;
}

.ksl1-tabs {
  width: 100%;
}

.ksl1-tab-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.ksl1-tab-list--center {
  display: flex;
  justify-content: center;
}

.ksl1-tab {
  min-height: 48px;
  padding: 11px 22px;
  border: 1px solid #dde4e4;
  border-radius: 999px;
  outline: none;
  background: #fff;
  box-shadow: 0 5px 16px rgba(5, 37, 45, 0.04);
  color: #163d45;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ksl1-tab:hover,
.ksl1-tab:focus-visible {
  border-color: var(--ksl1-aqua);
  transform: translateY(-1px);
}

.ksl1-tab.is-active {
  border-color: var(--ksl1-aqua);
  background: var(--ksl1-aqua);
  box-shadow: 0 12px 22px rgba(66, 210, 193, 0.2);
  color: #062f36;
}

.ksl1-tab-panel {
  display: grid;
  min-height: 500px;
  grid-template-columns: 1fr 1.08fr;
  gap: 56px;
  padding: 28px;
  border: 1px solid #e6eceb;
  border-radius: 26px;
  background: var(--ksl1-white);
  box-shadow: var(--ksl1-shadow);
  animation: ksl1FadeIn 260ms ease both;
}

.ksl1-tab-panel[hidden] {
  display: none;
}

.ksl1-tab-panel__copy {
  align-self: center;
  padding: 22px 14px 22px 20px;
  color: #2e5158;
  font-size: 16px;
}

.ksl1-tab-panel__copy h3 {
  margin-bottom: 10px;
  color: var(--ksl1-ink);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.2;
}

.ksl1-tab-panel__copy p {
  margin-bottom: 3px;
  line-height: 1.55;
}

.ksl1-tab-panel__copy p span {
  color: #758b91;
}

.ksl1-tab-panel__media {
  min-height: 430px;
  overflow: hidden;
  border-radius: 20px;
}

.ksl1-tab-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.ksl1-tab-panel:hover .ksl1-tab-panel__media img {
  transform: scale(1.035);
}

.ksl1-bullet-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 20px;
  padding: 0;
  list-style: none;
}

.ksl1-bullet-list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.55;
}

.ksl1-bullet-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ksl1-aqua);
  content: "";
  transform: translateY(-50%);
}

.ksl1-outcome {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid #dbe4e3;
  color: #244850;
}

.ksl1-outcome strong {
  color: #0a2f37;
}

.ksl1-coaching-section {
  padding-top: 90px;
  background: #fff;
}

.ksl1-tabs--coaching {
  max-width: 1160px;
  margin: 0 auto;
}

.ksl1-tabs--coaching .ksl1-tab-panel {
  min-height: 480px;
}

.ksl1-image-banner {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  background: var(--ksl1-bg) center / cover no-repeat;
}

.ksl1-image-banner__shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 35, 42, 0.46);
}

.ksl1-image-banner h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 30px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(64px, 7vw, 108px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-align: center;
}

.ksl1-formats {
  background: var(--ksl1-off-white);
}

.ksl1-formats .ksl1-section-heading > p:last-child {
  max-width: 1000px;
}

.ksl1-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ksl1-format-card {
  position: relative;
  min-height: 480px;
  padding: 52px 48px;
  overflow: hidden;
  border: 1px solid #dfe8e6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(10, 43, 50, 0.07);
}

.ksl1-format-card--dark {
  border-color: transparent;
  background: var(--ksl1-deep);
  color: #fff;
}

.ksl1-format-card__number {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--ksl1-aqua);
  color: #092f36;
  font-weight: 700;
  place-items: center;
}

.ksl1-format-card h3 {
  margin-bottom: 16px;
  color: var(--ksl1-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
}

.ksl1-format-card--dark h3 {
  color: #fff;
}

.ksl1-format-card > p {
  margin-bottom: 28px;
  color: var(--ksl1-copy);
}

.ksl1-format-card--dark > p {
  color: rgba(255, 255, 255, 0.72);
}

.ksl1-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ksl1-check-list li {
  position: relative;
  padding-left: 28px;
  color: #34575f;
}

.ksl1-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ksl1-aqua-dark);
  content: "✓";
  font-weight: 700;
}

.ksl1-format-card--dark .ksl1-check-list li {
  color: rgba(255, 255, 255, 0.85);
}

.ksl1-note {
  max-width: 950px;
  margin: 30px auto 0;
  padding: 18px 24px;
  border-left: 3px solid var(--ksl1-aqua);
  background: #fff;
  color: #536b72;
  text-align: center;
}

.ksl1-included {
  background: var(--ksl1-deep);
}

.ksl1-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ksl1-included-card {
  min-height: 230px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.ksl1-included-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--ksl1-aqua);
  color: #073039;
  font-weight: 700;
  place-items: center;
}

.ksl1-included-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
}

.ksl1-included-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.ksl1-preparation {
  background: #fff;
}

.ksl1-preparation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ksl1-preparation-card {
  min-height: 320px;
  padding: 38px 34px;
  border: 1px solid #e0e8e7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 42, 49, 0.06);
}

.ksl1-preparation-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--ksl1-aqua);
  color: #062e35;
  font-weight: 700;
  place-items: center;
}

.ksl1-preparation-card h3 {
  margin-bottom: 14px;
  color: var(--ksl1-ink);
  font-size: 22px;
}

.ksl1-preparation-card p {
  margin: 0;
  color: var(--ksl1-copy);
}

.ksl1-videos {
  background: var(--ksl1-deep);
}

.ksl1-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ksl1-video-card {
  position: relative;
  display: block;
  min-height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.ksl1-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.ksl1-video-card:hover img {
  transform: scale(1.06);
}

.ksl1-video-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 31, 38, 0.05) 20%, rgba(6, 31, 38, 0.88) 100%);
}

.ksl1-play {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ksl1-aqua);
  color: #082f37;
  font-size: 13px;
  place-items: center;
}

.ksl1-video-card__copy {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  color: #fff;
}

.ksl1-video-card__copy small {
  margin-bottom: 8px;
  color: var(--ksl1-aqua);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ksl1-video-card__copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 1.05;
}

.ksl1-text-link {
  display: table;
  margin: 34px auto 0;
  color: #fff !important;
  font-weight: 600;
}

.ksl1-text-link span {
  margin-left: 8px;
  color: var(--ksl1-aqua);
}

.ksl1-weather {
  background: var(--ksl1-off-white);
}

.ksl1-weather__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 64px;
}

.ksl1-weather h2 {
  margin-bottom: 24px;
}

.ksl1-weather__copy > p:not(.ksl1-eyebrow) {
  max-width: 520px;
  color: var(--ksl1-copy);
  font-size: 18px;
}

.ksl1-weather__help {
  margin: 34px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--ksl1-aqua);
  background: #fff;
}

.ksl1-weather__help h3 {
  margin-bottom: 6px;
  color: var(--ksl1-ink);
  font-size: 18px;
}

.ksl1-weather__help p {
  margin: 0;
  color: var(--ksl1-copy);
}

.ksl1-weather__map {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--ksl1-shadow);
}

.ksl1-weather__map iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.ksl1-faq {
  background: #fff;
}

.ksl1-faq .ksl1-section-heading {
  margin-bottom: 46px;
}

.ksl1-accordion {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid var(--ksl1-line);
}

.ksl1-accordion__item {
  border-bottom: 1px solid var(--ksl1-line);
}

.ksl1-accordion__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ksl1-ink);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.ksl1-accordion__trigger i {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #c9d6d5;
  border-radius: 50%;
}

.ksl1-accordion__trigger i::before,
.ksl1-accordion__trigger i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--ksl1-ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.ksl1-accordion__trigger i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ksl1-accordion__item.is-open .ksl1-accordion__trigger i {
  border-color: var(--ksl1-aqua);
  background: var(--ksl1-aqua);
}

.ksl1-accordion__item.is-open .ksl1-accordion__trigger i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ksl1-accordion__answer {
  padding: 0 60px 26px 0;
  animation: ksl1FadeIn 220ms ease both;
}

.ksl1-accordion__answer[hidden] {
  display: none;
}

.ksl1-accordion__answer p {
  margin: 0;
  color: var(--ksl1-copy);
  line-height: 1.8;
}

.ksl1-journey {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  background: var(--ksl1-bg) center / cover no-repeat;
  color: #fff;
}

.ksl1-journey__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 31, 38, 0.52), rgba(6, 31, 38, 0.76));
}

.ksl1-journey__content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 80px 0;
  text-align: center;
}

.ksl1-journey h2 {
  color: #fff;
}

.ksl1-journey__content > p:not(.ksl1-eyebrow) {
  max-width: 850px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.ksl1-journey small {
  display: block;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.68);
}

.ksl1-related {
  padding: 34px 0;
  background: var(--ksl1-deep);
}

.ksl1-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ksl1-related-card {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.ksl1-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.ksl1-related-card:hover img {
  transform: scale(1.055);
}

.ksl1-related-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 29, 35, 0.08), rgba(5, 29, 35, 0.9));
}

.ksl1-related-card__copy {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  color: #fff;
}

.ksl1-related-card__copy small {
  margin-bottom: 6px;
  color: var(--ksl1-aqua);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ksl1-related-card__copy strong {
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

.ksl1-related-card__copy em {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.ksl1-related-card__copy b {
  margin-top: 15px;
  color: var(--ksl1-aqua);
  font-size: 24px;
}

@keyframes ksl1FadeIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .ksl1-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksl1-benefit-card {
    min-height: 290px;
  }

  .ksl1-audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksl1-tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksl1-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ksl1-section {
    padding: 90px 0;
  }

  .ksl1-hero {
    min-height: 760px;
  }

  .ksl1-desktop-break {
    display: none;
  }

  .ksl1-tab-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ksl1-tab-panel__copy {
    padding: 20px 12px;
  }

  .ksl1-tab-panel__media {
    min-height: 390px;
  }

  .ksl1-format-grid,
  .ksl1-weather__grid {
    grid-template-columns: 1fr;
  }

  .ksl1-included-grid,
  .ksl1-preparation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksl1-weather__grid {
    gap: 45px;
  }

  .ksl1-related__grid {
    grid-template-columns: 1fr;
  }

  .ksl1-related-card {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .ksl1-container {
    width: min(100% - 32px, 1280px);
  }

  .ksl1-section {
    padding: 72px 0;
  }

  .ksl1-section-heading {
    margin-bottom: 42px;
  }

  .ksl1-section-heading h2,
  .ksl1-weather h2,
  .ksl1-journey h2 {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 1;
  }

  .ksl1-section-heading > p:last-child,
  .ksl1-weather__copy > p:not(.ksl1-eyebrow),
  .ksl1-journey__content > p:not(.ksl1-eyebrow) {
    font-size: 16px;
  }

  .ksl1-hero {
    min-height: 710px;
    background-position: center;
  }

  .ksl1-hero__content {
    padding: 70px 0;
  }

  .ksl1-hero h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .ksl1-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .ksl1-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .ksl1-button {
    width: 100%;
  }

  .ksl1-benefits {
    padding: 64px 0;
  }

  .ksl1-benefits__grid,
  .ksl1-audience__grid,
  .ksl1-included-grid,
  .ksl1-preparation-grid,
  .ksl1-video-grid {
    grid-template-columns: 1fr;
  }

  .ksl1-benefit-card,
  .ksl1-dark-card,
  .ksl1-included-card,
  .ksl1-preparation-card {
    min-height: auto;
  }

  .ksl1-audience {
    padding-bottom: 88px;
  }

  .ksl1-course-section {
    padding-top: 30px;
  }

  .ksl1-tab-list,
  .ksl1-tab-list--center {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ksl1-tab-list::-webkit-scrollbar {
    display: none;
  }

  .ksl1-tab {
    min-width: max-content;
    scroll-snap-align: start;
  }

  .ksl1-tab-panel {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .ksl1-tab-panel__copy {
    order: 2;
    padding: 18px 4px 6px;
  }

  .ksl1-tab-panel__media {
    min-height: 270px;
    order: 1;
    border-radius: 15px;
  }

  .ksl1-tab-panel__copy h3 {
    font-size: 28px;
  }

  .ksl1-image-banner {
    min-height: 440px;
  }

  .ksl1-image-banner h2 {
    font-size: clamp(58px, 18vw, 78px);
  }

  .ksl1-format-card {
    min-height: auto;
    padding: 38px 28px;
  }

  .ksl1-format-card h3 {
    font-size: 34px;
  }

  .ksl1-note {
    text-align: left;
  }

  .ksl1-video-card {
    min-height: 360px;
  }

  .ksl1-weather__map,
  .ksl1-weather__map iframe {
    min-height: 420px;
    height: 420px;
  }

  .ksl1-accordion__trigger {
    padding: 22px 0;
    font-size: 16px;
  }

  .ksl1-accordion__answer {
    padding-right: 0;
  }

  .ksl1-journey {
    min-height: 690px;
  }

  .ksl1-related-card {
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ksl1-page *,
  .ksl1-page *::before,
  .ksl1-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================
   Elementor / WordPress theme conflict protection
   Keep interactive widget colors independent from global
   theme button, link, focus and hover styles.
   ========================================================== */
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab,
.elementor-widget-kitesurfing_lessons1 .ksl1-page button.ksl1-tab,
.elementor-widget-kitesurfing_lessons1 .ksl1-page [role="tab"].ksl1-tab {
  -webkit-appearance: none !important;
  appearance: none !important;
  min-height: 48px !important;
  padding: 11px 22px !important;
  border: 1px solid #dde4e4 !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: 0 5px 16px rgba(5, 37, 45, 0.04) !important;
  color: #163d45 !important;
  fill: #163d45 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page button.ksl1-tab:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab:focus,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab:focus-visible {
  border-color: var(--ksl1-aqua) !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #163d45 !important;
  fill: #163d45 !important;
  box-shadow: 0 7px 18px rgba(5, 37, 45, 0.08) !important;
  text-decoration: none !important;
}

.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab.is-active,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab.is-active:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab[aria-selected="true"],
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab[aria-selected="true"]:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab[aria-selected="true"]:focus,
.elementor-widget-kitesurfing_lessons1 .ksl1-page .ksl1-tab[aria-selected="true"]:focus-visible {
  border-color: var(--ksl1-aqua) !important;
  background-color: var(--ksl1-aqua) !important;
  background-image: none !important;
  box-shadow: 0 12px 22px rgba(66, 210, 193, 0.20) !important;
  color: #062f36 !important;
  fill: #062f36 !important;
  text-decoration: none !important;
}

/* Protect widget CTA links from global theme link/button colors. */
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button,
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button:focus {
  text-decoration: none !important;
}

.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--primary,
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--primary:focus {
  border-color: transparent !important;
  background-color: var(--ksl1-aqua) !important;
  color: #062d34 !important;
}

.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--outline-light,
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--outline-light:focus {
  border-color: rgba(255,255,255,.8) !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--outline-dark,
.elementor-widget-kitesurfing_lessons1 .ksl1-page a.ksl1-button--outline-dark:focus {
  border-color: #9eb0b4 !important;
  background-color: transparent !important;
  color: var(--ksl1-ink) !important;
}

/* Accordion buttons can also inherit theme button backgrounds. */
.elementor-widget-kitesurfing_lessons1 .ksl1-page button.ksl1-accordion__trigger,
.elementor-widget-kitesurfing_lessons1 .ksl1-page button.ksl1-accordion__trigger:hover,
.elementor-widget-kitesurfing_lessons1 .ksl1-page button.ksl1-accordion__trigger:focus {
  -webkit-appearance: none !important;
  appearance: none !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--ksl1-ink) !important;
  fill: var(--ksl1-ink) !important;
  text-shadow: none !important;
}
