.elementor-297 .elementor-element.elementor-element-e42ef67{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-297 .elementor-element.elementor-element-2b848b5{--display:flex;--min-height:20px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-297:not(.elementor-motion-effects-element-type-background), body.elementor-page-297 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010101;}/* Start custom CSS */:root {
  --lp-color-primary: #064dff;
  --lp-color-primary-strong: #0a6dff;
  --lp-color-bg: #0a0d14;
  --lp-color-surface: #11151f;
  --lp-color-surface-alt: #161c27;
  --lp-color-surface-soft: #f4f7fb;
  --lp-color-card: #ffffff;
  --lp-color-text: #ffffff;
  --lp-color-text-dark: #111111;
  --lp-color-text-muted: #d5d9e2;
  --lp-color-text-soft: #5d6472;
  --lp-color-border: rgba(255, 255, 255, 0.12);
  --lp-color-border-dark: rgba(17, 17, 17, 0.12);
  --lp-color-border-strong: rgba(6, 77, 255, 0.25);
  --lp-shadow-soft: 0 18px 40px rgba(10, 16, 28, 0.12);
  --lp-shadow-medium: 0 26px 60px rgba(10, 16, 28, 0.18);
  --lp-shadow-primary: 0 20px 50px rgba(6, 77, 255, 0.22);
  --lp-radius-sm: 10px;
  --lp-radius-md: 16px;
  --lp-radius-lg: 24px;
  --lp-radius-xl: 32px;
  --lp-container: 1200px;
  --lp-container-wide: 1280px;
  --lp-space-1: 8px;
  --lp-space-2: 12px;
  --lp-space-3: 16px;
  --lp-space-4: 24px;
  --lp-space-5: 32px;
  --lp-space-6: 48px;
  --lp-space-7: 64px;
  --lp-space-8: 96px;
  --lp-transition: 220ms ease;
  --lp-header-block-height: clamp(96px, 12vh, 128px);
}

body.lp-page-theme,
.lp-page-theme {
  background:
    radial-gradient(circle at top left, rgba(6, 77, 255, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(10, 109, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #090c13 0%, #11151f 100%);
  background-size: 140% 140%;
  animation: page-theme-drift 24s ease-in-out infinite;
}

body.lp-page-theme {
  background-attachment: fixed;
}

.lp-section,
.lp-section *,
.lp-section *::before,
.lp-section *::after {
  box-sizing: border-box;
}

.lp-section {
  font-family: "Inter", Arial, sans-serif;
  color: var(--lp-color-text);
}

.lp-section {
  position: relative;
  width: 100%;
  padding: var(--lp-space-7) var(--lp-space-4);
  background: transparent;
}

.lp-section--compact {
  padding-top: var(--lp-space-5);
  padding-bottom: var(--lp-space-5);
}

.lp-section--dark {
  background: transparent;
  color: var(--lp-color-text);
}

.lp-section--light {
  background: #ffffff;
  color: var(--lp-color-text-dark);
}

.lp-section img {
  display: block;
  max-width: 100%;
}

.lp-section a {
  color: inherit;
}

.lp-section button {
  font: inherit;
}

.lp-container,
.lp-container--wide {
  width: min(100%, var(--lp-container));
  margin: 0 auto;
}

.lp-container--wide {
  width: min(100%, var(--lp-container-wide));
}

.lp-grid {
  display: grid;
  gap: var(--lp-space-5);
}

.lp-stack {
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-4);
}

.lp-card {
  border: 1px solid var(--lp-color-border-dark);
  border-radius: var(--lp-radius-lg);
  background: var(--lp-color-card);
  box-shadow: var(--lp-shadow-soft);
}

.lp-card--dark {
  border-color: var(--lp-color-border);
  background: transparent;
  box-shadow: none;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-3);
}

.section-heading--center {
  align-items: center;
  text-align: center;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lp-color-primary);
}

.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.section-title {
  margin: 0;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
}

.section-heading .section-title {
  position: relative;
}

.section-heading .section-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--lp-color-primary);
  transition:
    width 280ms ease,
    box-shadow 280ms ease;
}

.section-heading:hover .section-title::after {
  width: 108px;
  box-shadow: 0 0 18px rgba(6, 77, 255, 0.22);
}

.section-title--dark {
  color: var(--lp-color-text-dark);
}

.section-title--light {
  color: var(--lp-color-text);
}

.section-title .highlight {
  color: var(--lp-color-primary);
}

.section-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--lp-color-text-soft);
}

.section-text--light {
  color: var(--lp-color-text-muted);
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--lp-color-primary) 0%, var(--lp-color-primary-strong) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: var(--lp-shadow-primary);
  transition:
    transform var(--lp-transition),
    box-shadow var(--lp-transition),
    opacity var(--lp-transition);
  position: relative;
  overflow: hidden;
}

.lp-button:hover,
.lp-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(6, 77, 255, 0.32);
}

.lp-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.lp-button:hover::before,
.lp-button:focus-visible::before {
  transform: translateX(120%);
}

.lp-button--light {
  background: #ffffff;
  color: var(--lp-color-primary);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--lp-space-5);
}

.site-header {
  min-height: var(--lp-header-block-height);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
}

.site-header__brand img {
  width: clamp(132px, 12vw, 150px);
  height: auto;
  transition: transform 320ms ease, filter 320ms ease;
}

.site-header__brand:hover img {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 0 18px rgba(6, 77, 255, 0.18));
}

.site-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--lp-space-2);
}

.site-header__nav a {
  position: relative;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--lp-color-text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color var(--lp-transition),
    background-color var(--lp-transition),
    transform var(--lp-transition);
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--lp-color-primary);
  transition: transform var(--lp-transition);
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: var(--lp-color-primary);
  background: rgba(6, 77, 255, 0.08);
  transform: translateY(-1px);
}

.site-header__nav a:hover::after,
.site-header__nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: var(--lp-space-6);
  align-items: center;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-4);
  max-width: 560px;
}

.hero-panel {
  display: flex;
  width: 100%;
  height: min(calc(90vh - var(--lp-header-block-height)), 680px);
  min-height: 0;
  padding: clamp(24px, 3vw, 32px);
  border: 0;
  border-radius: var(--lp-radius-xl);
  background: transparent;
  box-shadow: none;
}

.hero-panel--content {
  justify-content: space-between;
}

.hero__title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 7vh, 62px);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--lp-color-text);
}

.hero__title .line {
  display: block;
}

.hero__title .line + .line {
  margin-top: 6px;
}

.hero__title.is-visible .line {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  animation: hero-line-rise 700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero__title.is-visible .line:nth-child(1) {
  animation-delay: 120ms;
}

.hero__title.is-visible .line:nth-child(2) {
  animation-delay: 220ms;
}

.hero__title.is-visible .line:nth-child(3) {
  animation-delay: 320ms;
}

.hero__title.is-visible .line:nth-child(4) {
  animation-delay: 420ms;
}

.hero__title .highlight {
  display: inline-block;
  animation: highlight-breathe 4.8s ease-in-out infinite;
}

.hero__subtitle {
  margin: 0;
  max-width: 560px;
  padding-left: var(--lp-space-3);
  border-left: 3px solid var(--lp-color-primary);
  color: var(--lp-color-text-muted);
  font-size: clamp(16px, 1.9vh, 18px);
  line-height: 1.5;
}

.hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-meta-card {
  min-height: 100%;
  padding: 14px;
  border: 1px solid var(--lp-color-border);
  border-radius: var(--lp-radius-md);
  background: rgba(255, 255, 255, 0.04);
  color: var(--lp-color-text);
  transition:
    transform var(--lp-transition),
    border-color var(--lp-transition),
    box-shadow var(--lp-transition),
    background-color var(--lp-transition);
}

.hero-meta-card:hover,
.hero-meta-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(6, 77, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 18px rgba(6, 77, 255, 0.16);
}

.hero__meta.is-visible .hero-meta-card {
  animation: soft-float 6s ease-in-out infinite;
}

.hero__meta.is-visible .hero-meta-card:nth-child(2) {
  animation-delay: 1.2s;
}

.hero__meta.is-visible .hero-meta-card:nth-child(3) {
  animation-delay: 2.4s;
}

.hero-meta-card__icon {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.hero-meta-card__text {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--lp-color-text-muted);
}

.hero-speakers {
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-3);
}

.hero-speakers.hero-panel {
  overflow: hidden;
  align-items: center;
  padding-inline: 0;
}

.hero-speakers__viewport {
  overflow: hidden;
  width: 100%;
  height: min(68vh, 520px);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.hero-speakers__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: hero-speakers-marquee 24s linear infinite;
}

.hero-speakers__group {
  display: flex;
  flex-shrink: 0;
  gap: var(--lp-space-3);
  min-width: max-content;
  padding-right: var(--lp-space-3);
}

.hero-speakers:hover .hero-speakers__track {
  animation-play-state: paused;
}

.hero-speakers__controls {
  display: none;
}

@keyframes hero-speakers-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.speaker-mini-card,
.speaker-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--lp-radius-lg);
}

.speaker-mini-card::before,
.speaker-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.14) 50%, transparent 76%);
  transform: translateX(-140%);
  opacity: 0.55;
  pointer-events: none;
}

.speaker-mini-card {
  flex: 0 0 clamp(180px, 18vw, 240px);
  width: clamp(180px, 18vw, 240px);
  min-height: min(64vh, 460px);
  border: 1px solid rgba(6, 77, 255, 0.25);
  background: #000000;
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.speaker-mini-card img,
.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-mini-card img {
  filter: grayscale(100%);
  transition: transform 320ms ease, filter 320ms ease;
}

.speaker-mini-card:hover img {
  transform: scale(1.06);
  filter: grayscale(0%);
}

.speaker-mini-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 77, 255, 0.42);
  box-shadow: 0 22px 40px rgba(6, 77, 255, 0.16);
}

.hero-speakers__group .speaker-mini-card::before {
  animation: card-sheen 8s linear infinite;
}

.hero-speakers__group .speaker-mini-card:nth-child(2)::before {
  animation-delay: 1.8s;
}

.hero-speakers__group .speaker-mini-card:nth-child(3)::before {
  animation-delay: 3.6s;
}

.speaker-mini-card__overlay,
.speaker-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 64px 18px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), transparent);
}

.speaker-mini-card__name,
.speaker-card__name {
  display: block;
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.speaker-mini-card__role,
.speaker-card__role {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.about__card {
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.about__card .section-text {
  max-width: 760px;
  margin: 0 auto;
}

.about__card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 77, 255, 0.28);
  box-shadow: 0 18px 40px rgba(6, 77, 255, 0.14);
}

.about__card.is-visible {
  animation: surface-breathe 7s ease-in-out infinite;
}

.benefits__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--lp-space-3);
  min-height: 220px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--lp-color-border-dark);
  border-radius: var(--lp-radius-lg);
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
  transition:
    transform var(--lp-transition),
    background-color var(--lp-transition),
    color var(--lp-transition);
}

.benefit-card:hover {
  transform: translateY(-6px);
  background: var(--lp-color-primary);
}

.benefit-card__icon {
  font-size: 34px;
  color: var(--lp-color-primary);
  transition: color var(--lp-transition), transform var(--lp-transition);
}

.benefit-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--lp-color-text-dark);
  transition: color var(--lp-transition);
}

.benefit-card:hover .benefit-card__icon,
.benefit-card:hover .benefit-card__title {
  color: #ffffff;
}

.benefit-card:hover .benefit-card__icon {
  transform: scale(1.12);
}

.schedule__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--lp-space-4);
  margin-bottom: var(--lp-space-6);
}

.schedule-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--lp-space-2);
}

.schedule-tab {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid rgba(6, 77, 255, 0.25);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-transform: uppercase;
  transition:
    color var(--lp-transition),
    background-color var(--lp-transition),
    border-color var(--lp-transition);
}

.schedule-tab.is-active {
  color: #ffffff;
  border-color: var(--lp-color-primary);
  background: rgba(6, 77, 255, 0.18);
}

.schedule-panel[hidden] {
  display: none !important;
}

.schedule-panel__date {
  display: flex;
  align-items: center;
  gap: var(--lp-space-3);
  margin-bottom: var(--lp-space-5);
  color: var(--lp-color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.schedule-panel__date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(6, 77, 255, 0.2);
}

.schedule-list {
  display: flex;
  flex-direction: column;
}

.schedule-item {
  display: grid;
  grid-template-columns: 112px 24px minmax(0, 1fr);
  gap: 0 24px;
}

.schedule-item__time {
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

.schedule-item__spine {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schedule-item__dot {
  width: 10px;
  height: 10px;
  margin-top: 24px;
  border-radius: 50%;
  background: var(--lp-color-primary);
  box-shadow: 0 0 0 3px rgba(6, 77, 255, 0.2);
}

.schedule-item__dot--muted {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: none;
}

.schedule-item__line {
  width: 1px;
  flex: 1;
  background: rgba(6, 77, 255, 0.15);
}

.schedule-item__content {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.schedule-item:last-child .schedule-item__content {
  border-bottom: 0;
}

.schedule-item:last-child .schedule-item__line {
  display: none;
}

.schedule-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.schedule-badge--futebol {
  background: rgba(6, 77, 255, 0.16);
  color: #5db4ff;
  border: 1px solid rgba(6, 77, 255, 0.28);
}

.schedule-badge--futsal {
  background: rgba(0, 166, 255, 0.14);
  color: #7ad7ff;
  border: 1px solid rgba(0, 166, 255, 0.25);
}

.schedule-badge--performance {
  background: rgba(0, 200, 150, 0.14);
  color: #55e5bc;
  border: 1px solid rgba(0, 200, 150, 0.22);
}

.schedule-badge--analise {
  background: rgba(180, 100, 255, 0.14);
  color: #d39bff;
  border: 1px solid rgba(180, 100, 255, 0.22);
}

.schedule-badge--pausa {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-item__title {
  margin: 8px 0 4px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.schedule-item__speaker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.schedule-item__speaker strong {
  color: #7ad7ff;
}

.schedule-item--break .schedule-item__title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.42);
}

.speakers__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--lp-space-4);
  margin-bottom: var(--lp-space-5);
}

.speakers__count {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.speakers__count strong {
  color: #7ad7ff;
  font-size: 22px;
}

.speakers__viewport {
  overflow: hidden;
  padding-bottom: 12px;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.speakers__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: speakers-marquee 34s linear infinite;
}

.speakers__group {
  display: flex;
  flex-shrink: 0;
  gap: var(--lp-space-3);
  min-width: max-content;
  padding-right: var(--lp-space-3);
}

.speakers__viewport:hover .speakers__track {
  animation-play-state: paused;
}

@keyframes speakers-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.speaker-card {
  flex: 0 0 260px;
  width: 260px;
  min-height: 360px;
  border: 1px solid rgba(6, 77, 255, 0.18);
  background: #000000;
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.speaker-card img {
  filter: grayscale(100%);
  transition: transform 360ms ease, filter 360ms ease;
}

.speaker-card:hover {
  transform: translateY(-8px);
  border-color: rgba(6, 77, 255, 0.4);
  box-shadow: 0 22px 42px rgba(6, 77, 255, 0.16);
}

.speaker-card:hover img {
  transform: scale(1.07);
  filter: grayscale(0%);
}

.speakers__group .speaker-card::before {
  animation: card-sheen 9s linear infinite;
}

.speakers__group .speaker-card:nth-child(2)::before {
  animation-delay: 1.2s;
}

.speakers__group .speaker-card:nth-child(3)::before {
  animation-delay: 2.4s;
}

.speakers__group .speaker-card:nth-child(4)::before {
  animation-delay: 3.6s;
}

.speaker-card__tag {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--lp-color-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.partners__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--lp-space-6);
  align-items: center;
}

.partners__content {
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-4);
}

.partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--lp-space-4);
}

.partners__logos img {
  max-height: 64px;
  width: auto;
}

.partners__address {
  padding: 16px 18px;
  border: 1px solid rgba(6, 77, 255, 0.18);
  border-radius: var(--lp-radius-md);
  background: rgba(6, 77, 255, 0.05);
  color: var(--lp-color-text-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    background-color 280ms ease;
}

.partners__address:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 77, 255, 0.32);
  background: rgba(6, 77, 255, 0.08);
  box-shadow: 0 12px 28px rgba(6, 77, 255, 0.12);
}

.partners__media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: var(--lp-space-3);
}

.partners__media-column {
  display: grid;
  gap: var(--lp-space-3);
}

.partners__image {
  overflow: hidden;
  border-radius: var(--lp-radius-lg);
  min-height: 220px;
  box-shadow: var(--lp-shadow-soft);
  position: relative;
  transition:
    transform 320ms ease,
    box-shadow 320ms ease;
}

.partners__image--tall {
  min-height: 456px;
}

.partners__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 320ms ease;
}

.partners__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  transition:
    border-color 320ms ease,
    box-shadow 320ms ease;
  pointer-events: none;
}

.partners__image:hover {
  transform: translateY(-4px);
}

.partners__image:hover img {
  transform: scale(1.08);
  filter: brightness(1.04);
}

.partners__image:hover::after {
  border-color: rgba(6, 77, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(6, 77, 255, 0.12), 0 0 24px rgba(6, 77, 255, 0.14);
}

.partners__media-grid.is-visible .partners__image {
  animation: media-float 7s ease-in-out infinite;
}

.partners__media-grid.is-visible .partners__image:nth-child(2),
.partners__media-grid.is-visible .partners__image:nth-child(3) {
  animation-delay: 1.4s;
}

.trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: var(--lp-space-6);
  align-items: center;
}

.trust__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trust__checks li {
  display: flex;
  gap: 10px;
  align-items: start;
  color: var(--lp-color-text-dark);
  font-size: 15px;
  line-height: 1.7;
  transition: transform 260ms ease, color 260ms ease;
}

.trust__checks li::before {
  content: "✓";
  color: var(--lp-color-primary);
  font-weight: 900;
}

.trust__frame {
  overflow: hidden;
  border: 1px solid var(--lp-color-border-dark);
  border-radius: var(--lp-radius-lg);
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.trust__frame img {
  transition: transform 420ms ease;
}

.trust__frame:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 77, 255, 0.24);
  box-shadow: 0 22px 44px rgba(6, 77, 255, 0.12);
}

.trust__frame:hover img {
  transform: scale(1.04);
}

.trust__frame.is-visible {
  animation: media-float 7.5s ease-in-out infinite;
}

.trust__checks li:hover {
  transform: translateX(4px);
  color: #1d2430;
}

.offer {
  text-align: center;
}

.offer__countdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: var(--lp-space-5);
}

.offer__countdown-label {
  margin: 0;
  color: var(--lp-color-text-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-countdown {
  color: var(--lp-color-primary);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 900;
  text-shadow: 0 0 12px rgba(6, 77, 255, 0.24);
  animation: offer-countdown-pulse 2s ease-in-out infinite;
}

.offer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--lp-space-4);
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--lp-space-2);
  padding: 28px 22px;
  text-align: left;
  border: 1px solid var(--lp-color-border-dark);
  border-radius: var(--lp-radius-lg);
  background: #ffffff;
  box-shadow: var(--lp-shadow-soft);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}

.offer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 77, 255, 0.22);
  box-shadow: 0 18px 40px rgba(6, 77, 255, 0.12);
}

.offer-card__badge,
.offer-card__lock {
  align-self: start;
}

.offer-card__badge {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(6, 77, 255, 0.08);
  color: var(--lp-color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card__lock {
  color: #7c8799;
  font-size: 16px;
}

.offer-card__title {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  color: var(--lp-color-text-dark);
}

.offer-card__date {
  margin: 0;
  color: var(--lp-color-text-soft);
  font-size: 14px;
}

.offer-card__old-price {
  color: #97a0af;
  font-size: 15px;
  text-decoration: line-through;
}

.offer-card__price {
  color: var(--lp-color-primary);
  font-size: 34px;
  font-weight: 900;
}

.offer-card--active {
  border-color: rgba(6, 77, 255, 0.28);
  transform: translateY(-8px);
  box-shadow:
    0 0 22px rgba(6, 77, 255, 0.18),
    0 24px 60px rgba(6, 77, 255, 0.18);
  animation: active-card-breathe 4.8s ease-in-out infinite;
}

.offer-card--active::before {
  content: "";
  position: absolute;
  inset: -2px;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(6, 77, 255, 0.95),
    transparent,
    rgba(6, 77, 255, 0.95),
    transparent
  );
  background-size: 300% 300%;
  animation: offer-border-flow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.offer-card--locked {
  background: var(--lp-color-surface-soft);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 720ms ease,
    transform 720ms ease,
    filter 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(10px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

[data-reveal="fade-in"] {
  transform: none;
}

[data-reveal="fade-in"].is-visible {
  transform: none;
}

[data-reveal="slide-left"] {
  transform: translate3d(-32px, 0, 0);
}

[data-reveal="slide-left"].is-visible {
  transform: translate3d(0, 0, 0);
}

[data-reveal="slide-right"] {
  transform: translate3d(32px, 0, 0);
}

[data-reveal="slide-right"].is-visible {
  transform: translate3d(0, 0, 0);
}

@keyframes offer-countdown-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes offer-border-flow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

@keyframes page-theme-drift {
  0%,
  100% {
    background-position: 0% 0%, 100% 0%, 50% 0%;
  }

  50% {
    background-position: 8% 6%, 92% 10%, 50% 100%;
  }
}

@keyframes hero-line-rise {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes highlight-breathe {
  0%,
  100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(6, 77, 255, 0);
  }

  50% {
    transform: translateY(-1px);
    text-shadow: 0 0 18px rgba(6, 77, 255, 0.28);
  }
}

@keyframes soft-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes media-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes surface-breathe {
  0%,
  100% {
    box-shadow: 0 18px 40px rgba(10, 16, 28, 0.12);
  }

  50% {
    box-shadow: 0 24px 52px rgba(6, 77, 255, 0.12);
  }
}

@keyframes active-card-breathe {
  0%,
  100% {
    box-shadow:
      0 0 22px rgba(6, 77, 255, 0.18),
      0 24px 60px rgba(6, 77, 255, 0.18);
  }

  50% {
    box-shadow:
      0 0 30px rgba(6, 77, 255, 0.28),
      0 28px 68px rgba(6, 77, 255, 0.22);
  }
}

@keyframes card-sheen {
  0%,
  70%,
  100% {
    transform: translateX(-140%);
  }

  16% {
    transform: translateX(140%);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lp-page-theme,
  .lp-page-theme,
  .lp-button::before,
  .offer-countdown,
  .offer-card--active::before,
  .offer-card--active,
  .hero__title .highlight,
  .hero__title.is-visible .line,
  .hero__meta.is-visible .hero-meta-card,
  .hero-speakers__group .speaker-mini-card::before,
  .speakers__group .speaker-card::before,
  .partners__media-grid.is-visible .partners__image,
  .trust__frame.is-visible,
  .about__card.is-visible,
  .hero-speakers__track,
  .speakers__track {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .lp-button,
  .hero-meta-card,
  .speaker-mini-card,
  .speaker-card,
  .about__card,
  .partners__address,
  .partners__image,
  .trust__frame,
  .trust__checks li,
  .offer-card,
  .trust__frame img,
  .partners__image img,
  .speaker-mini-card img,
  .speaker-card img {
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  .lp-section {
    padding: var(--lp-space-6) 20px;
  }

  .site-header {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .site-header__inner {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .site-header__brand img {
    width: 128px;
  }

  .site-header__nav {
    justify-content: center;
    gap: 8px;
  }

  .site-header__nav a {
    font-size: 15px;
    padding: 6px 10px;
  }

  .hero__inner,
  .partners__grid,
  .trust__grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    max-width: none;
    gap: 20px;
  }

  .hero-panel {
    height: auto;
    padding: 24px;
  }

  .hero-panel--content {
    justify-content: flex-start;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(32px, 6vw, 52px);
    line-height: 0.96;
  }

  .hero__title .line + .line {
    margin-top: 8px;
  }

  .hero__subtitle {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-meta-card {
    padding: 12px;
  }

  .hero-speakers.hero-panel {
    padding-block: 16px;
  }

  .hero-speakers__viewport {
    height: 360px;
  }

  .speaker-mini-card {
    flex-basis: 210px;
    width: 210px;
    min-height: 360px;
  }

  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule__header,
  .speakers__header {
    flex-direction: column;
    align-items: start;
  }

  .schedule-item {
    grid-template-columns: 88px 20px minmax(0, 1fr);
    gap: 0 16px;
  }

  .schedule-item__title {
    font-size: 21px;
  }

  .speakers__track {
    gap: 16px;
  }

  .speaker-card {
    flex-basis: 230px;
    width: 230px;
    min-height: 320px;
  }

  .section-text {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lp-section {
    padding: var(--lp-space-6) var(--lp-space-3);
  }

  .site-header__nav {
    justify-content: center;
    gap: 6px;
    max-width: 320px;
  }

  .site-header__nav a {
    font-size: 14px;
    padding: 6px 9px;
  }

  .hero__title {
    font-size: clamp(28px, 10vw, 42px);
    line-height: 0.98;
  }

  .hero__title .line + .line {
    margin-top: 6px;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero__meta,
  .benefits__grid,
  .offer__grid {
    grid-template-columns: 1fr;
  }

  .speaker-mini-card {
    flex-basis: 200px;
    width: 200px;
    min-height: 300px;
  }

  .hero-speakers__viewport {
    height: 300px;
  }

  .schedule-item {
    grid-template-columns: 70px 16px minmax(0, 1fr);
    gap: 0 12px;
  }

  .schedule-item__title {
    font-size: 19px;
  }

  .schedule-item__time {
    font-size: 12px;
  }

  .partners__media-grid {
    grid-template-columns: 1fr;
  }

  .partners__image,
  .partners__image--tall,
  .speaker-card {
    min-height: 280px;
  }

  .speaker-card {
    flex-basis: 210px;
    width: 210px;
  }

  .speakers__count {
    font-size: 13px;
  }

  .speakers__count strong {
    font-size: 20px;
  }

  .section-heading {
    gap: 14px;
  }

  .section-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .offer .section-heading {
    max-width: 420px;
    margin-inline: auto;
  }

  .offer .section-title {
    max-width: 320px;
    margin-inline: auto;
    line-height: 1.02;
    text-wrap: balance;
  }

  .offer .section-text {
    max-width: 320px;
    margin-inline: auto;
    text-wrap: pretty;
  }

  .offer__countdown {
    margin-bottom: 24px;
  }

  .offer-countdown {
    font-size: clamp(24px, 8vw, 36px);
  }

  .offer-card {
    padding: 24px 18px;
  }
}

@media (max-width: 479px) {
  .site-header__brand img {
    width: 116px;
  }

  .site-header__nav {
    gap: 4px;
    max-width: 280px;
  }

  .site-header__nav a {
    font-size: 13px;
    padding: 5px 8px;
  }

  .section-title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .section-text,
  .hero__subtitle {
    font-size: 16px;
  }

  .hero-panel {
    padding: 18px;
  }

  .hero__title {
    font-size: clamp(24px, 11vw, 36px);
  }

  .hero__subtitle {
    padding-left: 12px;
  }

  .hero-meta-card {
    padding: 12px 12px 10px;
  }

  .lp-button {
    width: 100%;
    min-height: 48px;
  }

  .hero-speakers__viewport {
    height: 260px;
  }

  .speaker-mini-card {
    flex-basis: 170px;
    width: 170px;
    min-height: 260px;
  }

  .speaker-card {
    flex-basis: 184px;
    width: 184px;
    min-height: 260px;
  }

  .schedule-item__title {
    font-size: 17px;
  }

  .schedule-item__speaker {
    font-size: 13px;
  }

  .offer-card {
    text-align: center;
    align-items: center;
  }

  .offer .section-title {
    max-width: 260px;
    font-size: clamp(24px, 10vw, 34px);
  }

  .offer .section-text {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.55;
  }

  .offer-card__badge,
  .offer-card__lock {
    align-self: center;
  }
}/* End custom CSS */