:root {
  --tvoa-violet: #7b14d4;
  --tvoa-tangerine: #ff6a00;
  --tvoa-mint: #2af598;
  --tvoa-pink: #ff4ecd;
  --tvoa-yellow: #ffe600;
  --tvoa-cyan: #00e0ff;
  --tvoa-red: #ff2d53;
  --tvoa-blue: #2b6aff;
  --tvoa-lavender: #b67dff;
  --tvoa-green: #00c853;
  --tvoa-ink: #111111;
  --tvoa-paper: #ffffff;
  --tvoa-shadow: 0 18px 0 rgba(0, 0, 0, 0.18);
  --tvoa-shadow-lg: 0 22px 0 rgba(0, 0, 0, 0.22);
  --tvoa-radius: 34px;
  --tvoa-font-display: "Montserrat", "Arial Black", sans-serif;
  --tvoa-font-body: "Inter", Arial, sans-serif;
}

.tvoa-page,
.tvoa-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.tvoa-page {
  color: var(--tvoa-paper);
  font-family: var(--tvoa-font-body);
}

.tvoa-page .elementor-heading-title,
.tvoa-page .elementor-widget-text-editor,
.tvoa-page .elementor-button,
.tvoa-page p,
.tvoa-page a,
.tvoa-page span {
  font-family: inherit;
}

.tvoa-page .elementor-button {
  border: 4px solid var(--tvoa-ink);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.18);
  font-family: var(--tvoa-font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tvoa-page .elementor-button:hover {
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.tvoa-page .elementor-button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.tvoa-page .elementor-widget-heading .elementor-heading-title {
  color: var(--tvoa-ink);
}

.tvoa-page .elementor-widget-text-editor,
.tvoa-page .elementor-widget-text-editor p {
  color: rgba(17, 17, 17, 0.84);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}

.tvoa-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(24px, 3vw, 44px);
  position: relative;
  width: 100vw;
}

.tvoa-bg-violet {
  background: var(--tvoa-violet);
}

.tvoa-bg-tangerine {
  background: var(--tvoa-tangerine);
}

.tvoa-bg-mint {
  background: var(--tvoa-mint);
}

.tvoa-bg-pink {
  background: var(--tvoa-pink);
}

.tvoa-bg-yellow {
  background: var(--tvoa-yellow);
}

.tvoa-bg-cyan {
  background: var(--tvoa-cyan);
}

.tvoa-bg-red {
  background: var(--tvoa-red);
}

.tvoa-bg-blue {
  background: var(--tvoa-blue);
}

.tvoa-bg-lavender {
  background: var(--tvoa-lavender);
}

.tvoa-bg-green {
  background: var(--tvoa-green);
}

.tvoa-panel,
.tvoa-empty-card,
.tvoa-contact-card {
  border: 6px solid var(--tvoa-ink);
  border-radius: var(--tvoa-radius);
  box-shadow: var(--tvoa-shadow);
  overflow: hidden;
  padding: clamp(20px, 2vw, 32px);
  position: relative;
}

.tvoa-display-title .elementor-heading-title,
.tvoa-section-title .elementor-heading-title,
.tvoa-panel--title .elementor-heading-title,
.tvoa-contact-card--info .elementor-heading-title {
  font-family: var(--tvoa-font-display);
  font-size: clamp(38px, 5vw, 84px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.96;
  text-transform: uppercase;
}

.tvoa-panel--title .elementor-heading-title {
  font-size: clamp(36px, 4.6vw, 72px);
  text-align: center;
}

.tvoa-panel--body .elementor-widget-text-editor,
.tvoa-panel--body .elementor-widget-text-editor p,
.tvoa-contact-card .elementor-widget-text-editor,
.tvoa-contact-card .elementor-widget-text-editor p {
  color: rgba(17, 17, 17, 0.84);
}

.tvoa-panel--cta {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tvoa-panel--cta .elementor-button-wrapper,
.tvoa-panel--cta .elementor-widget-button {
  width: 100%;
}

.tvoa-panel--cta .elementor-button {
  align-items: center;
  background: transparent;
  box-shadow: none;
  color: var(--tvoa-ink);
  display: flex;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.tvoa-overlay-nav {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 999;
}

.tvoa-overlay-nav__logo,
.tvoa-overlay-nav__toggle {
  align-items: center;
  background: var(--tvoa-mint);
  border: 4px solid var(--tvoa-ink);
  border-radius: 22px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.16);
  color: var(--tvoa-ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--tvoa-font-display);
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  pointer-events: auto;
  position: fixed;
  top: 18px;
  transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.tvoa-overlay-nav__logo {
  left: 18px;
  opacity: 0;
  visibility: hidden;
}

.tvoa-overlay-nav__toggle {
  opacity: 0;
  right: 18px;
  text-transform: uppercase;
  visibility: hidden;
}

.tvoa-overlay-nav.is-visible .tvoa-overlay-nav__logo,
.tvoa-overlay-nav.is-visible .tvoa-overlay-nav__toggle,
.tvoa-overlay-nav.is-open .tvoa-overlay-nav__logo,
.tvoa-overlay-nav.is-open .tvoa-overlay-nav__toggle {
  opacity: 1;
  visibility: visible;
}

.tvoa-overlay-nav__logo:hover,
.tvoa-overlay-nav__toggle:hover {
  transform: translateY(-2px);
}

.tvoa-overlay-nav__panel {
  align-items: center;
  background: rgba(123, 20, 212, 0.96);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 40px;
  pointer-events: none;
  position: fixed;
  transition: opacity 260ms ease, visibility 260ms ease;
  visibility: hidden;
}

.tvoa-overlay-nav.is-open .tvoa-overlay-nav__panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.tvoa-overlay-nav__menu {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.tvoa-overlay-nav__link {
  background: transparent;
  border: 0;
  color: var(--tvoa-paper);
  cursor: pointer;
  font-family: var(--tvoa-font-display);
  font-size: clamp(34px, 4vw, 66px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.tvoa-overlay-nav__link:hover {
  color: var(--tvoa-green);
  transform: translateY(-2px);
}

body.tvoa-nav-open {
  overflow: hidden;
}

.tvoa-hero__decor {
  position: absolute;
  width: min(26vw, 360px);
  z-index: 1;
}

.tvoa-hero__decor--tl {
  left: 6vw;
  min-height: 16vh;
  top: 9vh;
  transform: rotate(-6deg);
}

.tvoa-hero__decor--tr {
  min-height: 16vh;
  right: 6vw;
  top: 9vh;
  transform: rotate(6deg);
}

.tvoa-hero__decor--bl {
  bottom: 10vh;
  left: 6vw;
  min-height: 16vh;
  transform: rotate(6deg);
}

.tvoa-hero__decor--br {
  bottom: 10vh;
  min-height: 16vh;
  right: 6vw;
  transform: rotate(-6deg);
}

.tvoa-hero-stage {
  align-items: center;
  display: grid;
  justify-items: center;
  margin: 0 auto;
  max-width: 980px;
  min-height: calc(100svh - 88px);
  position: relative;
  width: 100%;
  z-index: 2;
}

.tvoa-hero-image-wrap {
  max-width: 860px;
  width: min(84vw, 860px);
}

.tvoa-hero-image-wrap .tvoa-asset-image {
  border: 6px solid var(--tvoa-ink);
  border-radius: var(--tvoa-radius);
  box-shadow: var(--tvoa-shadow-lg);
  overflow: hidden;
  position: relative;
  transform: rotate(-2deg);
}

.tvoa-hero-image-wrap .tvoa-asset-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
  content: "";
  inset: 0;
  position: absolute;
}

.tvoa-asset-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvoa-hero-image-wrap .tvoa-asset-image img {
  aspect-ratio: 16 / 10;
  filter: contrast(1.12) saturate(0.9);
}

.tvoa-hero-overlay {
  align-items: center;
  color: var(--tvoa-paper);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: clamp(20px, 3vw, 34px);
  position: absolute;
  text-align: center;
}

.tvoa-hero-overlay .elementor-widget-heading .elementor-heading-title {
  color: var(--tvoa-paper);
  font-family: var(--tvoa-font-display);
  font-size: clamp(56px, 8vw, 118px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.tvoa-hero-overlay .elementor-widget-text-editor,
.tvoa-hero-overlay .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.35vw, 24px);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}

.tvoa-hero-overlay .elementor-button {
  background: var(--tvoa-green);
  color: var(--tvoa-ink);
}

.tvoa-programs-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  margin: 0 auto;
  max-width: 1200px;
  min-height: calc(100svh - 88px);
  padding-top: clamp(40px, 5vw, 76px);
  width: 100%;
}

.tvoa-programs-title {
  justify-self: start;
  max-width: 420px;
  transform: rotate(-6deg);
}

.tvoa-programs-contact {
  align-self: start;
  justify-self: end;
  max-width: 220px;
  min-height: 98px;
  transform: rotate(6deg);
}

.tvoa-programs-contact .elementor-button {
  align-items: center;
  background: transparent;
  box-shadow: none;
  color: var(--tvoa-ink);
  display: flex;
  font-size: clamp(22px, 1.8vw, 30px);
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.tvoa-program-grid {
  align-content: center;
  display: grid;
  gap: 24px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tvoa-program-tile {
  align-items: stretch;
  border: 6px solid var(--tvoa-ink);
  border-radius: 28px;
  box-shadow: var(--tvoa-shadow);
  color: var(--tvoa-ink);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(140px, 44%) 1fr;
  min-height: 260px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  text-decoration: none;
  transition: transform 180ms ease;
}

.tvoa-program-tile:hover {
  transform: translateY(-4px);
}

.tvoa-program-tile__image {
  border: 4px solid var(--tvoa-ink);
  border-radius: 20px;
  overflow: hidden;
}

.tvoa-program-tile__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvoa-program-tile__content {
  align-content: center;
  display: grid;
  gap: 10px;
}

.tvoa-program-tile__icon {
  align-items: center;
  display: inline-flex;
  height: 38px;
  width: 38px;
}

.tvoa-program-tile__icon svg,
.tvoa-info-item__icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 100%;
}

.tvoa-program-tile__icon .tvoa-icon-fill {
  fill: currentColor;
  stroke: none;
}

.tvoa-program-tile__content h3 {
  font-family: var(--tvoa-font-display);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.tvoa-program-tile__content p {
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
}

.tvoa-subject-layout {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 44%);
  margin: 0 auto;
  max-width: 1200px;
  min-height: calc(100svh - 88px);
  width: 100%;
}

.tvoa-subject-layout--reverse {
  grid-template-columns: minmax(340px, 44%) minmax(0, 1fr);
}

.tvoa-subject-layout--reverse .tvoa-subject-image {
  order: 2;
}

.tvoa-subject-layout--reverse .tvoa-subject-stack {
  order: 1;
}

.tvoa-subject-image .tvoa-asset-image {
  border: 6px solid var(--tvoa-ink);
  border-radius: var(--tvoa-radius);
  box-shadow: var(--tvoa-shadow-lg);
  overflow: hidden;
  transform: rotate(-2deg);
}

.tvoa-subject-layout--reverse .tvoa-subject-image .tvoa-asset-image {
  transform: rotate(2deg);
}

.tvoa-subject-image img {
  aspect-ratio: 4 / 5;
  display: block;
  filter: contrast(1.12) saturate(0.88);
  object-fit: cover;
  width: 100%;
}

.tvoa-subject-stack {
  display: grid;
  gap: 22px;
}

.tvoa-subject-stack .tvoa-panel--title {
  transform: rotate(3deg);
}

.tvoa-subject-stack .tvoa-panel--body {
  transform: rotate(-2deg);
}

.tvoa-subject-stack .tvoa-panel--cta {
  min-height: 150px;
  transform: rotate(2deg);
}

.tvoa-subject-layout--reverse .tvoa-subject-stack .tvoa-panel--title {
  transform: rotate(-3deg);
}

.tvoa-subject-layout--reverse .tvoa-subject-stack .tvoa-panel--body {
  transform: rotate(2deg);
}

.tvoa-subject-layout--reverse .tvoa-subject-stack .tvoa-panel--cta {
  transform: rotate(-2deg);
}

.tvoa-contact-layout {
  margin: 0 auto;
  max-width: 1160px;
  padding-bottom: 12px;
  padding-top: clamp(32px, 5vw, 60px);
  width: 100%;
}

.tvoa-contact-top {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(320px, 44%) minmax(0, 1fr);
}

.tvoa-contact-card--info {
  background: var(--tvoa-mint);
}

.tvoa-contact-card--form {
  background: var(--tvoa-yellow);
}

.tvoa-contact-card--form .elementor-heading-title,
.tvoa-newsletter-bar .elementor-heading-title {
  font-family: var(--tvoa-font-display);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.tvoa-info-stack {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.tvoa-info-item {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 52px 1fr;
}

.tvoa-info-item__icon {
  align-items: center;
  border-radius: 18px;
  color: var(--tvoa-ink);
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.tvoa-info-item__text {
  display: grid;
  gap: 4px;
}

.tvoa-info-item__label {
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tvoa-info-item__value {
  color: var(--tvoa-ink);
  font-size: 1.02rem;
  font-weight: 600;
  text-decoration: none;
}

.tvoa-info-item__value:hover {
  text-decoration: underline;
}

.tvoa-form {
  display: grid;
  gap: 18px;
}

.tvoa-form__row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tvoa-form__group {
  display: grid;
  gap: 8px;
}

.tvoa-form label {
  color: rgba(17, 17, 17, 0.72);
  font-family: var(--tvoa-font-body);
  font-size: 0.84rem;
  font-weight: 700;
}

.tvoa-form input,
.tvoa-form select,
.tvoa-form textarea {
  appearance: none;
  background: var(--tvoa-paper);
  border: 4px solid var(--tvoa-ink);
  border-radius: 18px;
  color: var(--tvoa-ink);
  font-family: var(--tvoa-font-body);
  font-size: 0.98rem;
  padding: 14px 16px;
  width: 100%;
}

.tvoa-form textarea {
  min-height: 140px;
  resize: vertical;
}

.tvoa-form input:focus,
.tvoa-form select:focus,
.tvoa-form textarea:focus {
  outline: 3px solid rgba(43, 106, 255, 0.22);
  outline-offset: 2px;
}

.tvoa-form__submit {
  align-items: center;
  background: var(--tvoa-green);
  border: 4px solid var(--tvoa-ink);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.18);
  color: var(--tvoa-ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--tvoa-font-display);
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tvoa-form__submit:hover {
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.tvoa-form__submit[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.tvoa-form__honeypot {
  display: none !important;
}

.tvoa-form__message {
  color: var(--tvoa-ink);
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 1.4em;
}

.tvoa-form__message.is-error {
  color: #9f1239;
}

.tvoa-form__newsletter-row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.tvoa-newsletter-bar {
  background: var(--tvoa-pink);
  border: 6px solid var(--tvoa-ink);
  border-radius: var(--tvoa-radius);
  box-shadow: var(--tvoa-shadow);
  margin-top: 24px;
  padding: clamp(20px, 2vw, 32px);
}

.tvoa-newsletter-layout {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 45%);
}

.tvoa-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  margin-top: 36px;
  padding-top: 28px;
}

.tvoa-footer-layout {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tvoa-footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.tvoa-footer-brand__badge {
  align-items: center;
  background: var(--tvoa-green);
  border: 4px solid var(--tvoa-ink);
  border-radius: 999px;
  color: var(--tvoa-ink);
  display: inline-flex;
  font-family: var(--tvoa-font-display);
  font-size: 0.9rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.tvoa-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.tvoa-footer-links a,
.tvoa-footer-copy,
.tvoa-footer-brand__text,
.tvoa-footer-brand__subtext {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  text-decoration: none;
}

.tvoa-footer-links a:hover {
  color: var(--tvoa-paper);
}

.tvoa-footer-copy {
  justify-self: end;
  text-align: right;
}

.tvoa-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.tvoa-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .tvoa-program-grid,
  .tvoa-contact-top,
  .tvoa-newsletter-layout,
  .tvoa-subject-layout,
  .tvoa-subject-layout--reverse,
  .tvoa-footer-layout {
    grid-template-columns: 1fr;
  }

  .tvoa-footer-copy {
    justify-self: start;
    text-align: left;
  }

  .tvoa-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .tvoa-programs-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }

  .tvoa-programs-contact {
    justify-self: start;
  }

  .tvoa-program-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tvoa-section {
    min-height: auto;
    padding: 22px 16px;
  }

  .tvoa-overlay-nav__logo,
  .tvoa-overlay-nav__toggle {
    top: 12px;
  }

  .tvoa-overlay-nav__logo {
    left: 12px;
  }

  .tvoa-overlay-nav__toggle {
    right: 12px;
  }

  .tvoa-hero__decor {
    display: none;
  }

  .tvoa-hero-stage,
  .tvoa-programs-layout,
  .tvoa-subject-layout,
  .tvoa-contact-layout {
    min-height: auto;
    padding-top: 80px;
  }

  .tvoa-display-title .elementor-heading-title,
  .tvoa-section-title .elementor-heading-title,
  .tvoa-panel--title .elementor-heading-title,
  .tvoa-contact-card--info .elementor-heading-title {
    font-size: clamp(30px, 10vw, 52px);
  }

  .tvoa-program-tile {
    grid-template-columns: 1fr;
  }

  .tvoa-form__row,
  .tvoa-form__newsletter-row {
    grid-template-columns: 1fr;
  }
}
