/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/hero-countdown.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.hero-countdown_countdown__TSsNP {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  grid-gap: 12px;
  gap: 12px;
  max-width: 480px;
}

.hero-countdown_cell__VUqb4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px rgba(47, 10, 78, 0.35);
}

.hero-countdown_value__RCyjr {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1;
}

.hero-countdown_label__KY7tB {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}

@media (min-width: 768px) {
  .hero-countdown_countdown__TSsNP {
    grid-template-columns: repeat(4, 96px);
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/hero-slider.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.hero-slider_hero__1VR86 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 48px;
  background: #1a0533;
}

.hero-slider_swiper__s9UiU {
  width: 100%;
  height: 100%;
}

.hero-slider_slide__a9lwG {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

/* ───── Background ───── */
.hero-slider_backdrop__BK4Ke {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider_bgImage__19jXw {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: hero-slider_kenburns__l_vvn 24s ease-in-out infinite alternate;
  opacity: 0.55;
}

.hero-slider_bgVideo__mFmRy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

@keyframes hero-slider_kenburns__l_vvn {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.1) translate(-1.5%, -1%); }
}

.hero-slider_gradient__gBaY3 {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(149, 33, 239, 0.55), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(100, 195, 197, 0.35), transparent 50%),
    radial-gradient(circle at 60% 90%, rgba(69, 15, 108, 0.65), transparent 60%),
    linear-gradient(180deg, rgba(26, 5, 51, 0.55) 0%, rgba(47, 10, 78, 0.65) 60%, rgba(26, 5, 51, 0.85) 100%);
  background-size: 200% 200%, 200% 200%, 200% 200%, 100% 100%;
  animation: hero-slider_gradientShift__DmJ5S 18s ease infinite;
  mix-blend-mode: multiply;
}

.hero-slider_backdrop__BK4Ke:has(.hero-slider_bgVideo__mFmRy) .hero-slider_gradient__gBaY3 {
  mix-blend-mode: normal;
  background:
    radial-gradient(circle at 20% 20%, rgba(149, 33, 239, 0.35), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(100, 195, 197, 0.25), transparent 50%),
    linear-gradient(180deg, rgba(26, 5, 51, 0.35) 0%, rgba(47, 10, 78, 0.5) 60%, rgba(26, 5, 51, 0.75) 100%);
}

@keyframes hero-slider_gradientShift__DmJ5S {
  0%, 100% { background-position: 0% 0%, 100% 0%, 50% 100%, 0 0; }
  50% { background-position: 100% 100%, 0% 100%, 50% 0%, 0 0; }
}

.hero-slider_grain__mz5MG {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ───── Decorations ───── */
.hero-slider_decorations__VkfKY {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-slider_deco__xRkgd {
  position: absolute;
  font-family: Arial, sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: blur(0.5px);
}

.hero-slider_deco1__7ZjDm {
  top: 12%;
  left: 8%;
  font-size: 80px;
  animation: hero-slider_floatA__6hENf 9s ease-in-out infinite;
}

.hero-slider_deco2__tlJbk {
  top: 60%;
  left: 45%;
  font-size: 50px;
  color: rgba(100, 195, 197, 0.32);
  animation: hero-slider_floatB__CDKWF 11s ease-in-out infinite;
}

.hero-slider_deco3__X9j2M {
  top: 22%;
  right: 12%;
  font-size: 110px;
  color: rgba(149, 33, 239, 0.28);
  animation: hero-slider_floatA__6hENf 13s ease-in-out infinite reverse;
}

@keyframes hero-slider_floatA__6hENf {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(10px, -22px) rotate(4deg); }
}

@keyframes hero-slider_floatB__CDKWF {
  0%, 100% { transform: translate(0, 0) rotate(6deg); }
  50% { transform: translate(-12px, 18px) rotate(-6deg); }
}

.hero-slider_blob__M6lOJ {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  mix-blend-mode: screen;
}

.hero-slider_blob1__aSmEn {
  width: 420px;
  height: 420px;
  background: #9521ef;
  top: -120px;
  right: -80px;
  animation: hero-slider_blobMove__Top41 16s ease-in-out infinite alternate;
}

.hero-slider_blob2__w55i0 {
  width: 380px;
  height: 380px;
  background: #64c3c5;
  bottom: -140px;
  left: -100px;
  animation: hero-slider_blobMove__Top41 20s ease-in-out infinite alternate-reverse;
}

@keyframes hero-slider_blobMove__Top41 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(40px, 30px) scale(1.15); }
}

/* ───── Content ───── */
.hero-slider_content__gR6qF {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px 100px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-slider_kicker__9ShvI {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0;
  animation: hero-slider_fadeUp__Ey0Ck 0.8s ease-out 0.1s forwards;
}

.hero-slider_kickerDot__LrRxO {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64c3c5;
  box-shadow: 0 0 12px #64c3c5;
  animation: hero-slider_pulse__fhv0o 2s ease-in-out infinite;
}

@keyframes hero-slider_pulse__fhv0o {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-slider_headline__f_Mh0 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero-slider_headlineWord__weDGd {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: hero-slider_fadeUp__Ey0Ck 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-slider_headlineHighlight__VNu7k {
  background: linear-gradient(135deg, #64c3c5 0%, #9521ef 50%, #ff6ec7 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: hero-slider_gradientText__oIW5q 6s ease infinite;
  position: relative;
}

@keyframes hero-slider_gradientText__oIW5q {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-slider_subheadline__WOjnY {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  animation: hero-slider_fadeUp__Ey0Ck 0.9s ease-out 0.7s forwards;
  letter-spacing: 0.02em;
}

.hero-slider_ctaRow__VGi9C {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: hero-slider_fadeUp__Ey0Ck 0.9s ease-out 0.9s forwards;
}

.hero-slider_cta__1ijeH {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9521ef 0%, #ff6ec7 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(149, 33, 239, 0.5);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-slider_cta__1ijeH::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.hero-slider_cta__1ijeH:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 50px rgba(149, 33, 239, 0.6);
}

.hero-slider_cta__1ijeH:hover::before {
  transform: translateX(100%);
}

.hero-slider_ctaArrow__SDG8Y {
  transition: transform 0.3s ease;
}

.hero-slider_cta__1ijeH:hover .hero-slider_ctaArrow__SDG8Y {
  transform: translateX(4px);
}

.hero-slider_ctaDisabled__ELCsE {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 1rem;
  cursor: not-allowed;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-slider_ctaDisabledIcon__o_iSs {
  font-size: 1.1rem;
}

@keyframes hero-slider_fadeUp__Ey0Ck {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ───── Scroll indicator ───── */
.hero-slider_scrollIndicator__G2mPK {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  z-index: 2;
  display: none;
}

.hero-slider_scrollIndicator__G2mPK span {
  display: block;
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  margin: 6px auto 0;
  animation: hero-slider_scrollDot__cH45w 2s ease-in-out infinite;
}

@keyframes hero-slider_scrollDot__cH45w {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(16px); }
}

/* ───── Swiper pagination ───── */
.hero-slider_swiper__s9UiU .swiper-pagination {
  bottom: 16px !important;
}

.hero-slider_swiper__s9UiU .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: width 0.3s ease, background 0.3s ease;
}

.hero-slider_swiper__s9UiU .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #9521ef, #64c3c5);
  width: 32px;
  border-radius: 5px;
}

/* ───── Responsive ───── */
@media (max-width: 767px) {
  .hero-slider_slide__a9lwG {
    min-height: 520px;
  }
  .hero-slider_content__gR6qF {
    padding: 60px 20px 80px;
    gap: 18px;
  }
  .hero-slider_deco1__7ZjDm, .hero-slider_deco3__X9j2M {
    display: none;
  }
  .hero-slider_deco2__tlJbk {
    font-size: 36px;
    top: 75%;
    left: 70%;
  }
  .hero-slider_blob1__aSmEn {
    width: 260px;
    height: 260px;
  }
  .hero-slider_blob2__w55i0 {
    width: 240px;
    height: 240px;
  }
  .hero-slider_kicker__9ShvI {
    font-size: 0.72rem;
    padding: 6px 12px;
  }
  .hero-slider_ctaDisabled__ELCsE {
    padding: 12px 22px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }
  .hero-slider_cta__1ijeH {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
}

@media (min-width: 768px) {
  .hero-slider_hero__1VR86 {
    padding-top: 80px;
  }
  .hero-slider_slide__a9lwG {
    min-height: 720px;
  }
  .hero-slider_content__gR6qF {
    padding: 120px 48px 140px;
  }
  .hero-slider_scrollIndicator__G2mPK {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider_bgImage__19jXw,
  .hero-slider_gradient__gBaY3,
  .hero-slider_deco1__7ZjDm, .hero-slider_deco2__tlJbk, .hero-slider_deco3__X9j2M,
  .hero-slider_blob1__aSmEn, .hero-slider_blob2__w55i0,
  .hero-slider_kickerDot__LrRxO,
  .hero-slider_headlineHighlight__VNu7k,
  .hero-slider_scrollIndicator__G2mPK span {
    animation: none !important;
  }
  .hero-slider_headlineWord__weDGd,
  .hero-slider_kicker__9ShvI,
  .hero-slider_subheadline__WOjnY,
  .hero-slider_ctaRow__VGi9C {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/effect-fade.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/testimonials-section.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.testimonials-section_section__m4lUx {
  padding: var(--size-6) 0;
  background: var(--color-white);
  overflow: hidden;
  position: relative;
}

.testimonials-section_section__m4lUx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 1100px);
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(75, 0, 130, 0.18),
    transparent
  );
}

.testimonials-section_kicker__4ZCUu {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 1rem;
}

.testimonials-section_kickerDot__vm64U {
  width: 8px;
  height: 8px;
  background: var(--color-primary-dark);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(75, 0, 130, 0.55);
}

.testimonials-section_title__Qr7MD {
  text-align: left;
  color: var(--color-primary-dark);
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 0 0 1rem;
}

.testimonials-section_titleAccent__iGx3L {
  background: linear-gradient(135deg, #6a1bb1 0%, #c084fc 50%, #6a1bb1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.testimonials-section_lead__eTMsI {
  margin: 0 0 1.5rem;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 55ch;
}

/* Carousel container */
.testimonials-section_carouselWrapper__FRcOc {
  position: relative;
  padding: 1.5rem 0 1rem;
}

.testimonials-section_carouselWrapper__FRcOc::before,
.testimonials-section_carouselWrapper__FRcOc::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 5;
  pointer-events: none;
}

.testimonials-section_carouselWrapper__FRcOc::before {
  left: 0;
  background: linear-gradient(to right, var(--color-white), transparent);
}

.testimonials-section_carouselWrapper__FRcOc::after {
  right: 0;
  background: linear-gradient(to left, var(--color-white), transparent);
}

.testimonials-section_carousel__4p630 {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 1.5rem var(--container-padding-mobile);
  scroll-snap-type: x mandatory;
}

.testimonials-section_carousel__4p630::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .testimonials-section_carousel__4p630 {
    padding-left: var(--container-padding-desktop);
    padding-right: var(--container-padding-desktop);
  }
}

/* Navigation buttons */
.testimonials-section_navBtn__LdYv_ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: var(--color-primary-dark);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(75, 0, 130, 0.55);
  transition: all 0.25s ease;
}

.testimonials-section_navBtn__LdYv_:hover {
  background: #6a1bb1;
  transform: translateY(-50%) scale(1.08);
}

.testimonials-section_navBtnLeft__sZK__ {
  left: 0.5rem;
}

.testimonials-section_navBtnRight__KOsAI {
  right: 0.5rem;
}

@media (min-width: 1024px) {
  .testimonials-section_navBtnLeft__sZK__ { left: 1.5rem; }
  .testimonials-section_navBtnRight__KOsAI { right: 1.5rem; }
}

/* Card - photo-first, text overlay on hover */
.testimonials-section_card__s9Nsm {
  flex: 0 0 280px;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 18px 40px -20px rgba(75, 0, 130, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.testimonials-section_card__s9Nsm:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px -20px rgba(75, 0, 130, 0.55);
}

/* Photo container - takes up entire card */
.testimonials-section_photo__xbkpC {
  position: relative;
  width: 100%;
  aspect-ratio: 300 / 400;
  overflow: hidden;
  background: var(--color-primary-dark);
  border-radius: 20px;
  cursor: pointer;
}

.testimonials-section_photoImg__0kX5x {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.testimonials-section_card__s9Nsm:hover .testimonials-section_photoImg__0kX5x {
  transform: scale(1.05);
}

/* Placeholder when no photo */
.testimonials-section_photoPlaceholder__CY6Pn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary-deep));
}

.testimonials-section_photoInitials__AkVsX {
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

/* Name label - always visible at bottom of photo */
.testimonials-section_nameLabel__Btvqi {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.5rem 1.5rem;
  background: linear-gradient(
    to top,
    rgba(20, 0, 40, 0.92) 0%,
    rgba(20, 0, 40, 0.55) 50%,
    transparent 100%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: opacity 0.3s ease;
}

.testimonials-section_lastName__qPLHB {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.testimonials-section_firstName__0UjMD {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
}

/* Hover overlay with quote text */
.testimonials-section_overlay__Se70J {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(42, 10, 74, 0.96) 0%,
    rgba(75, 0, 130, 0.96) 100%
  );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 1.75rem;
  border-radius: 20px;
}

.testimonials-section_card__s9Nsm:hover .testimonials-section_overlay__Se70J {
  opacity: 1;
}

.testimonials-section_card__s9Nsm:hover .testimonials-section_nameLabel__Btvqi {
  opacity: 0;
}

.testimonials-section_overlayContent__Hdbub {
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
}

.testimonials-section_overlayName__xp4IZ {
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  margin: 0 0 var(--size-1);
  line-height: 1.3;
}

.testimonials-section_overlayQuote__ne6GH {
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: var(--size-1);
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonials-section_socialLink__XUsZa {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--color-primary-cyan);
  word-break: break-all;
  transition: opacity 0.3s;
}

.testimonials-section_socialLink__XUsZa:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .testimonials-section_card__s9Nsm {
    flex: 0 0 300px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/video-watchback-teaser.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.video-watchback-teaser_section__3Kc_2 {
  padding: var(--size-6) 0;
  background: var(--color-white);
}

.video-watchback-teaser_card__CaSbJ {
  display: grid;
  grid-template-columns: 1fr;
  background: linear-gradient(135deg, #2a0a4a 0%, #4b0082 60%, #6a1bb1 100%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(75, 0, 130, 0.5);
  position: relative;
}

.video-watchback-teaser_card__CaSbJ::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.08), transparent 50%),
    radial-gradient(circle at 20% 90%, rgba(255, 255, 255, 0.05), transparent 50%);
  pointer-events: none;
}

@media (min-width: 900px) {
  .video-watchback-teaser_card__CaSbJ {
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
  }
}

.video-watchback-teaser_thumbWrapper__AlQqw {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  text-decoration: none;
}

.video-watchback-teaser_thumb__1P_yA {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.video-watchback-teaser_thumbWrapper__AlQqw:hover .video-watchback-teaser_thumb__1P_yA {
  transform: scale(1.04);
}

.video-watchback-teaser_thumbOverlay__AZq50 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(42, 10, 74, 0.35) 0%,
    rgba(75, 0, 130, 0.15) 100%
  );
  pointer-events: none;
}

.video-watchback-teaser_playBtn__7aD_c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #4b0082;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, background 0.3s ease;
}

.video-watchback-teaser_thumbWrapper__AlQqw:hover .video-watchback-teaser_playBtn__7aD_c {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}

.video-watchback-teaser_content__4iaLp {
  padding: 2.5rem 2rem;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 900px) {
  .video-watchback-teaser_content__4iaLp {
    padding: 3.5rem 3rem;
  }
}

.video-watchback-teaser_kicker__7IfF0 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.video-watchback-teaser_kicker__7IfF0::before {
  content: '';
  width: 28px;
  height: 2px;
  background: currentColor;
}

.video-watchback-teaser_title__pBI2i {
  font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
  line-height: 1.15;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.video-watchback-teaser_description___TTvY {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 50ch;
}

.video-watchback-teaser_meta__1PoCI {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.video-watchback-teaser_metaItem__lmQYh {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.video-watchback-teaser_cta__wCwBA {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 0.95rem 1.75rem;
  background: #fff;
  color: #4b0082;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
}

.video-watchback-teaser_cta__wCwBA:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.5);
}

.video-watchback-teaser_ctaArrow__7J9if {
  transition: transform 0.2s ease;
}

.video-watchback-teaser_cta__wCwBA:hover .video-watchback-teaser_ctaArrow__7J9if {
  transform: translateX(4px);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/program-teaser.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.program-teaser_section__lSaM9 {
  padding: var(--size-6) 0;
  background: var(--color-white);
}

.program-teaser_card__q8D3T {
  position: relative;
  background:
    linear-gradient(135deg, #1a0033 0%, #2a0a4a 50%, #3d0066 100%);
  border-radius: 32px;
  padding: clamp(2rem, 1rem + 3vw, 4rem);
  overflow: hidden;
  color: #fff;
  box-shadow: 0 40px 100px -40px rgba(75, 0, 130, 0.6);
}

/* Decorative grid pattern */
.program-teaser_bgGrid__K2Pl_ {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  pointer-events: none;
}

.program-teaser_bgGlow1__aPwsi {
  position: absolute;
  top: -200px;
  right: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(138, 43, 226, 0.4) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.program-teaser_bgGlow2__HMThU {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 27, 177, 0.35) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.program-teaser_header__ZH9Ht {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.program-teaser_kicker__UDOuy {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}

.program-teaser_kickerDot__Tobvi {
  width: 8px;
  height: 8px;
  background: #a855f7;
  border-radius: 50%;
  box-shadow: 0 0 12px #a855f7;
  animation: program-teaser_pulse__MND69 2s ease-in-out infinite;
}

@keyframes program-teaser_pulse__MND69 {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.program-teaser_title__IuBmw {
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  font-weight: 800;
}

.program-teaser_titleAccent__t0ZeT {
  background: linear-gradient(135deg, #c084fc 0%, #e9d5ff 50%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.program-teaser_lead__eCXVh {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.6;
}

.program-teaser_timelineWrap__Mx1h4 {
  position: relative;
  margin-bottom: 3rem;
}

.program-teaser_timeline__FrK2y {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  filter: blur(8px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.program-teaser_timelineOverlay__dNCUg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.program-teaser_overlayText__hh9oP {
  font-size: clamp(1.1rem, 0.8rem + 1.2vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  background: rgba(26, 0, 51, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.75rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(192, 132, 252, 0.3);
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .program-teaser_timeline__FrK2y {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}

.program-teaser_timelineItem__M3ETK {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.program-teaser_timelineItem__M3ETK:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(192, 132, 252, 0.4);
  transform: translateY(-2px);
}

.program-teaser_timeBadge__uUQRe {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 0.1rem;
}

.program-teaser_timeStart__E1WGJ {
  display: inline-block;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.95rem;
  color: #c084fc;
  padding: 0.35rem 0.7rem;
  background: rgba(192, 132, 252, 0.12);
  border: 1px solid rgba(192, 132, 252, 0.25);
  border-radius: 8px;
}

.program-teaser_itemBody__0SMwr {
  flex: 1 1;
  min-width: 0;
}

.program-teaser_itemTitle__KUQfK {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.35;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.program-teaser_itemSpeaker__JEcrf {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.program-teaser_footer__sLizN {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .program-teaser_footer__sLizN {
    flex-direction: row;
    justify-content: space-between;
  }
}

.program-teaser_stats__LCbAO {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.program-teaser_stat__fWHHL {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.program-teaser_statValue__VXMqj {
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.program-teaser_statLabel__xeF34 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.program-teaser_statDivider__5FNys {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
}

.program-teaser_cta__Hh_qx {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #c084fc 0%, #a855f7 100%);
  color: #1a0033;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 10px 40px -10px rgba(192, 132, 252, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-teaser_cta__Hh_qx:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px -10px rgba(192, 132, 252, 0.8);
}

.program-teaser_ctaArrow__eNOBk {
  transition: transform 0.2s ease;
}

.program-teaser_cta__Hh_qx:hover .program-teaser_ctaArrow__eNOBk {
  transform: translateX(4px);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/galleries-teaser.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.galleries-teaser_section__YaPE7 {
  padding: var(--size-6) 0;
  background: var(--color-white);
}

.galleries-teaser_header__01h2_ {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .galleries-teaser_header__01h2_ {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.galleries-teaser_kicker__Vl3da {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 1rem;
}

.galleries-teaser_kickerDot__TT0Br {
  width: 8px;
  height: 8px;
  background: var(--color-primary-dark);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(75, 0, 130, 0.6);
}

.galleries-teaser_title__9gG_o {
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  font-weight: 800;
  color: var(--color-primary-dark);
}

.galleries-teaser_titleAccent__mfhek {
  background: linear-gradient(135deg, #6a1bb1 0%, #c084fc 50%, #6a1bb1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.galleries-teaser_lead__kJe9Q {
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 50ch;
}

.galleries-teaser_headerStats__SXFYH {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(75, 0, 130, 0.04), rgba(192, 132, 252, 0.06));
  border: 1px solid rgba(75, 0, 130, 0.1);
  border-radius: 16px;
}

.galleries-teaser_stat__4PAW8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.galleries-teaser_statValue__21dwS {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  line-height: 1;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.galleries-teaser_statLabel__vZMXp {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}

.galleries-teaser_statDivider__WWNwI {
  width: 1px;
  height: 32px;
  background: rgba(75, 0, 130, 0.15);
}

/* Mosaic — 5 tiles in a varied grid */
.galleries-teaser_mosaic__jSn3Y {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

@media (min-width: 700px) {
  .galleries-teaser_mosaic__jSn3Y {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .galleries-teaser_mosaic__jSn3Y {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 1.25rem;
  }

  /* Mosaic layout:
     [1 1 2 3]
     [1 1 4 5]
  */
  .galleries-teaser_tile1__Ab9f7 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.galleries-teaser_tile__V68GG {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  background: #1a0030;
  box-shadow: 0 14px 36px -18px rgba(75, 0, 130, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  min-height: 220px;
}

.galleries-teaser_tile__V68GG:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -18px rgba(75, 0, 130, 0.5);
}

.galleries-teaser_tileImg__wsF7B {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.galleries-teaser_tile__V68GG:hover .galleries-teaser_tileImg__wsF7B {
  transform: scale(1.06);
}

.galleries-teaser_tileOverlay__vL_d_ {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 0, 40, 0.05) 0%,
    rgba(20, 0, 40, 0.35) 50%,
    rgba(20, 0, 40, 0.92) 100%
  );
  pointer-events: none;
}

.galleries-teaser_tileContent__yCKJg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  color: #fff;
  z-index: 1;
}

.galleries-teaser_tileYear__jLPag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c084fc;
  margin-bottom: 0.4rem;
}

.galleries-teaser_tileTitle__44Y5k {
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.galleries-teaser_tile1__Ab9f7 .galleries-teaser_tileTitle__44Y5k {
  font-size: 1.5rem;
  -webkit-line-clamp: 3;
}

@media (min-width: 1024px) {
  .galleries-teaser_tile1__Ab9f7 .galleries-teaser_tileTitle__44Y5k {
    font-size: 1.85rem;
  }
}

.galleries-teaser_tileMeta__4kCWG {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.galleries-teaser_footer__n8yXO {
  margin-top: 2.5rem;
  text-align: center;
}

.galleries-teaser_cta__bTYEw {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2rem;
  background: var(--color-primary-dark);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 14px 40px -12px rgba(75, 0, 130, 0.5);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.galleries-teaser_cta__bTYEw:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px -12px rgba(75, 0, 130, 0.65);
}

.galleries-teaser_ctaArrow__ctqAt {
  transition: transform 0.2s ease;
}

.galleries-teaser_cta__bTYEw:hover .galleries-teaser_ctaArrow__ctqAt {
  transform: translateX(4px);
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/aftermovie-feature.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.aftermovie-feature_section__vgCdK {
  position: relative;
  padding: clamp(4rem, 2rem + 5vw, 7rem) 0;
  background:
    radial-gradient(ellipse at top, #2a0a4a 0%, #0d0020 60%, #000 100%);
  overflow: hidden;
  isolation: isolate;
  margin: var(--size-6) 0;
}

.aftermovie-feature_bgGrid__XDuN1 {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.aftermovie-feature_bgGlow1__EAg53 {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(168, 85, 247, 0.35) 0%, transparent 65%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.aftermovie-feature_bgGlow2__i3VDm {
  position: absolute;
  bottom: -200px;
  right: -150px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 27, 177, 0.4) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.aftermovie-feature_inner__lhbA0 {
  position: relative;
  z-index: 1;
}

.aftermovie-feature_header__7S3HQ {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.aftermovie-feature_kicker__i_OJ6 {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.55rem 1.2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}

.aftermovie-feature_kickerDot__gh9vD {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 14px #ef4444;
  animation: aftermovie-feature_blink__a8G9N 1.6s ease-in-out infinite;
}

@keyframes aftermovie-feature_blink__a8G9N {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.aftermovie-feature_title__zpgyM {
  font-size: clamp(1.75rem, 1rem + 2.5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: anywhere;
  background: linear-gradient(180deg, #fff 0%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aftermovie-feature_lead__BHMQv {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Video frame with cinematic corners */
.aftermovie-feature_videoFrame__4MVfu {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px;
  background: linear-gradient(
    135deg,
    rgba(192, 132, 252, 0.4) 0%,
    rgba(168, 85, 247, 0.1) 30%,
    rgba(106, 27, 177, 0.1) 70%,
    rgba(192, 132, 252, 0.4) 100%
  );
  border-radius: 24px;
  box-shadow:
    0 60px 120px -30px rgba(168, 85, 247, 0.4),
    0 30px 60px -20px rgba(0, 0, 0, 0.6);
}

.aftermovie-feature_videoFrameInner__FuIIc {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.aftermovie-feature_videoIframe__2mWKp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Cinematic corner brackets */
.aftermovie-feature_frameCornerTL__JhMoI,
.aftermovie-feature_frameCornerTR__Rkdfw,
.aftermovie-feature_frameCornerBL__xc3hd,
.aftermovie-feature_frameCornerBR__jCesI {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #c084fc;
  border-style: solid;
  pointer-events: none;
}

.aftermovie-feature_frameCornerTL__JhMoI {
  top: -10px;
  left: -10px;
  border-width: 3px 0 0 3px;
  border-radius: 6px 0 0 0;
}

.aftermovie-feature_frameCornerTR__Rkdfw {
  top: -10px;
  right: -10px;
  border-width: 3px 3px 0 0;
  border-radius: 0 6px 0 0;
}

.aftermovie-feature_frameCornerBL__xc3hd {
  bottom: -10px;
  left: -10px;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 6px;
}

.aftermovie-feature_frameCornerBR__jCesI {
  bottom: -10px;
  right: -10px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 6px 0;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/announcement-section.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.announcement-section_section__lvdXY {
  padding: var(--size-6) 0;
  background: var(--color-white);
  position: relative;
}

.announcement-section_section__lvdXY::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 1200px);
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(75, 0, 130, 0.15),
    transparent
  );
}

.announcement-section_content__yI31s {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  border-radius: 28px;
  padding: clamp(2rem, 1rem + 3vw, 4rem);
  box-shadow:
    0 30px 80px -40px rgba(75, 0, 130, 0.25),
    0 0 0 1px rgba(75, 0, 130, 0.06);
  overflow: hidden;
}

.announcement-section_content__yI31s::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(106, 27, 177, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.announcement-section_content__yI31s::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(75, 0, 130, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.announcement-section_heading__44jVM {
  position: relative;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-primary-dark);
  margin: 0 0 1.5rem;
  text-align: left;
  font-weight: 800;
}

.announcement-section_heading__44jVM::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary-dark), #6a1bb1);
  border-radius: 999px;
  margin-top: 1.25rem;
}

.announcement-section_body__MMIdJ {
  position: relative;
  font-size: 1.05rem;
  color: #2a2a35;
  line-height: 1.75;
}

.announcement-section_body__MMIdJ p {
  margin: 0 0 1.1rem;
}

.announcement-section_body__MMIdJ p:first-child {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  margin-bottom: 1.5rem;
}

.announcement-section_body__MMIdJ strong {
  color: var(--color-primary-dark);
  font-weight: 700;
}

.announcement-section_body__MMIdJ a {
  color: var(--color-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}

.announcement-section_body__MMIdJ a:hover {
  color: #6a1bb1;
}

.announcement-section_body__MMIdJ p:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(75, 0, 130, 0.06), rgba(106, 27, 177, 0.04));
  border-left: 4px solid var(--color-primary-dark);
  border-radius: 0 12px 12px 0;
  font-weight: 600;
  color: var(--color-primary-dark);
  font-size: 1.1rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/media-appearances-section.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.media-appearances-section_section__xhQeq {
  padding: 0;
  background: var(--color-white);
}

.media-appearances-section_title__1MUND {
  text-align: left;
  color: var(--color-primary-dark);
  font-size: clamp(1.75rem, 1.33rem + 1.85vw, 3rem);
  line-height: clamp(2.5rem, 2rem + 2.22vw, 4rem);
  letter-spacing: -1px;
  font-weight: var(--font-weight-bold);
  position: relative;
  margin: var(--size-2) 0 var(--size-1-5);
}

.media-appearances-section_title__1MUND::after {
  background-color: var(--color-primary-dark);
  bottom: calc(-1 * var(--size-4));
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 178px;
}

@media (min-width: 768px) {
  .media-appearances-section_title__1MUND {
    margin: var(--size-4) 0 var(--size-2);
  }
}

@media (min-width: 1024px) {
  .media-appearances-section_title__1MUND {
    margin: var(--size-5) 0 var(--size-2-5);
  }
}

.media-appearances-section_grid__Xrb42 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--size-1-5);
  gap: var(--size-1-5);
  padding-top: var(--size-6);
}

@media (min-width: 640px) {
  .media-appearances-section_grid__Xrb42 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
    grid-auto-flow: dense;
  }
}

@media (min-width: 1024px) {
  .media-appearances-section_grid__Xrb42 {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: var(--size-2);
  }

  /* Mosaic: 1st large square, 4th wide */
  .media-appearances-section_grid__Xrb42 > .media-appearances-section_card__duLaQ:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }

}

.media-appearances-section_card__duLaQ {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-m);
  overflow: hidden;
  background: var(--color-white);
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 24px -12px rgba(75, 0, 130, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.media-appearances-section_card__duLaQ:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -12px rgba(75, 0, 130, 0.35);
}

.media-appearances-section_card__duLaQ:focus-visible {
  outline: 2px solid var(--color-primary-light);
  outline-offset: 2px;
  border-radius: var(--radius-m);
}

.media-appearances-section_imageWrapper__SDZvK {
  position: relative;
  width: 100%;
  flex: 1 1;
  overflow: hidden;
  min-height: 0;
}

.media-appearances-section_image__QsyrM {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.media-appearances-section_card__duLaQ:hover .media-appearances-section_image__QsyrM {
  transform: scale(1.05);
}

.media-appearances-section_imageWrapper__SDZvK::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(20, 0, 40, 0.85) 0%,
    rgba(20, 0, 40, 0.35) 35%,
    transparent 70%
  );
  pointer-events: none;
}

.media-appearances-section_cardContent__IknU2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--size-1-5) var(--size-2);
  z-index: 1;
  color: #fff;
}

.media-appearances-section_date__WKzgj {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--size-0-5);
}

.media-appearances-section_cardTitle__gSLjB {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .media-appearances-section_grid__Xrb42 > .media-appearances-section_card__duLaQ:nth-child(1) .media-appearances-section_cardTitle__gSLjB {
    font-size: 22px;
    -webkit-line-clamp: 4;
  }

  .media-appearances-section_grid__Xrb42 > .media-appearances-section_card__duLaQ:nth-child(1) .media-appearances-section_date__WKzgj {
    font-size: 12px;
  }

}

.media-appearances-section_cta__e3Bbs {
  text-align: center;
  margin-top: var(--size-5);
}

.media-appearances-section_ctaBtn__tc3F4 {
  display: inline-block;
  padding: 12px 40px;
  min-height: 44px;
  background: var(--color-primary-dark);
  color: var(--color-white);
  border-radius: var(--radius-l);
  font-weight: var(--font-weight-medium);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.4s ease, transform 0.2s ease;
  border: 1px solid transparent;
}

.media-appearances-section_ctaBtn__tc3F4:hover {
  background: var(--color-primary-deep);
}

.media-appearances-section_ctaBtn__tc3F4:focus-visible {
  outline: 2px solid var(--color-primary-light);
  outline-offset: 2px;
}

.media-appearances-section_ctaBtn__tc3F4:active {
  transform: scale(0.98);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./components/home/platinum-strip.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.platinum-strip_section__4op57 {
  padding: 28px 0;
  background: #fff;
  border-top: 1px solid rgba(149, 33, 239, 0.08);
  border-bottom: 1px solid rgba(149, 33, 239, 0.08);
}

.platinum-strip_inner__VS_le {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.platinum-strip_label__pGGA7 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #797e84;
  white-space: nowrap;
}

.platinum-strip_dot__J_BGZ {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9521ef, #64c3c5);
  box-shadow: 0 0 10px rgba(149, 33, 239, 0.4);
}

.platinum-strip_arany__Uy5aM {
  background: linear-gradient(180deg, #fffdf6 0%, #fff 100%);
  border-top-color: rgba(221, 162, 2, 0.18);
  border-bottom-color: rgba(221, 162, 2, 0.18);
}

.platinum-strip_arany__Uy5aM .platinum-strip_dot__J_BGZ {
  background: linear-gradient(135deg, #dda202, #ffd966);
  box-shadow: 0 0 10px rgba(221, 162, 2, 0.5);
}

.platinum-strip_arany__Uy5aM .platinum-strip_logo__e4rdg {
  height: 38px;
}

.platinum-strip_ezust__2BC_T {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
  border-top-color: rgba(191, 195, 199, 0.25);
  border-bottom-color: rgba(191, 195, 199, 0.25);
}

.platinum-strip_ezust__2BC_T .platinum-strip_dot__J_BGZ {
  background: linear-gradient(135deg, #bfc3c7, #e8e8e8);
  box-shadow: 0 0 8px rgba(121, 126, 132, 0.35);
}

.platinum-strip_ezust__2BC_T .platinum-strip_logo__e4rdg {
  height: 32px;
}

.platinum-strip_bronz___wzam {
  background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
  border-top-color: rgba(196, 98, 0, 0.18);
  border-bottom-color: rgba(196, 98, 0, 0.18);
}

.platinum-strip_bronz___wzam .platinum-strip_dot__J_BGZ {
  background: linear-gradient(135deg, #c46200, #e08a3a);
  box-shadow: 0 0 8px rgba(196, 98, 0, 0.4);
}

.platinum-strip_bronz___wzam .platinum-strip_logo__e4rdg {
  height: 28px;
}

.platinum-strip_row__Plu1c {
  display: flex;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.platinum-strip_item__wYbX3 {
  display: flex;
}

.platinum-strip_link__f0bpa {
  display: inline-flex;
  align-items: center;
  height: 44px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

a.platinum-strip_link__f0bpa:hover {
  transform: translateY(-2px);
}

.platinum-strip_logo__e4rdg {
  height: 44px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.55);
  transition: filter 0.3s ease;
}

a.platinum-strip_link__f0bpa:hover .platinum-strip_logo__e4rdg {
  filter: grayscale(0) opacity(1);
}

.platinum-strip_comingSoon__Y4mKh {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  font-style: italic;
  color: rgba(121, 126, 132, 0.6);
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .platinum-strip_section__4op57 {
    padding: 36px 0;
  }
  .platinum-strip_inner__VS_le {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .platinum-strip_row__Plu1c {
    gap: 24px;
  }
  .platinum-strip_logo__e4rdg {
    height: 32px;
    max-width: 100px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* Sections wrapper - matches live site .region-preface-second spacing */
.page_sectionsWrapper__XgySP {
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
  margin-top: var(--section-gap);
}

.page_anchorSection__XF1HR {
  padding: 0;
  background: var(--color-white);
}

.page_anchorSectionAlt__pC75Z {
  padding: 0;
  background: var(--color-white);
}

.page_anchorTitle__hmkpE {
  text-align: left;
  color: var(--color-primary-dark);
  font-size: clamp(1.75rem, 1.33rem + 1.85vw, 3rem);
  line-height: clamp(2.5rem, 2rem + 2.22vw, 4rem);
  letter-spacing: -1px;
  font-weight: var(--font-weight-bold);
  margin: var(--size-2) 0 var(--size-1-5);
  position: relative;
}

.page_anchorTitle__hmkpE::after {
  background-color: var(--color-primary-dark);
  bottom: calc(-1 * var(--size-4));
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 178px;
}

@media (min-width: 768px) {
  .page_anchorTitle__hmkpE {
    margin: var(--size-4) 0 var(--size-2);
  }
}

@media (min-width: 1024px) {
  .page_anchorTitle__hmkpE {
    margin: var(--size-5) 0 var(--size-2-5);
  }
}

/* Video embed for Aftermovie and First Day sections */
.page_videoEmbed__l9Guh {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin-top: var(--size-6);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--color-black);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page_videoIframe__g2pxH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

