:root {
  --text: #ffffff;
}

html:has(#ballor-clone-root) {
  scroll-behavior: auto;
  --psg-navy: #004170;
  --psg-red: #be232b;
  --psg-red-button: #be232b;
  --psg-red-button-hover: #d42e38;
  --psg-dark: #0b1220;
}

.ballor-public-main:not(:has(#ballor-clone-root)) {
  padding-top: 84px;
}

html:has(#ballor-clone-root) body.ballor-clone-body {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100% !important;
  background-color: var(--psg-dark) !important;
  color: #ffffff !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5em !important;
}

#ballor-clone-root {
  --black: var(--psg-dark);
  --text: #ffffff;
  --primary: var(--psg-red);
  --psg-navy: #004170;
  --psg-red: #be232b;
  --psg-red-button: #be232b;
  --psg-red-button-hover: #d42e38;
  --psg-dark: #0b1220;
  width: 100%;
  overflow-x: clip;
  color: #ffffff;
  font-family: inherit;
  background-color: var(--psg-dark);
}

#ballor-clone-root *,
#ballor-clone-root *::before,
#ballor-clone-root *::after {
  box-sizing: border-box;
}

#ballor-clone-root h1,
#ballor-clone-root h2,
#ballor-clone-root h3,
#ballor-clone-root h4,
#ballor-clone-root h5,
#ballor-clone-root h6,
#ballor-clone-root p {
  margin: 0;
}

#ballor-clone-root a {
  color: inherit;
  text-decoration: none;
}

#ballor-clone-root img {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
  height: auto;
  border: 0;
}

.home-1-navbar {
  --psg-red: #be232b;
  --psg-red-button: #be232b;
  --psg-red-button-hover: #d42e38;
  --psg-navy: #004170;
  direction: ltr;
  position: fixed !important;
  top: 0 !important;
  inset-inline: 0 !important;
  width: 100% !important;
  z-index: 1000;
  transform: none !important;
  translate: none !important;
  background-color: transparent !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  transition:
    background-color 0.28s ease,
    backdrop-filter 0.28s ease,
    -webkit-backdrop-filter 0.28s ease;
}

.home-1-navbar.w-nav {
  position: fixed !important;
}

.home-1-navbar.ballor-nav-scrolled {
  background-color: rgb(11 18 32 / 88%) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-1-navbar.ballor-nav-scrolled.ballor-nav-open {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-1-navbar .nav-menu-wrapper {
  align-items: center;
  min-height: 44px;
}

.home-1-navbar .ballor-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.home-1-navbar .brand-logo {
  height: 36px;
  width: auto;
  max-height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}

.home-1-navbar .ballor-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: min(100%, 300px);
  min-height: 44px;
}

.home-1-navbar .ballor-brand-name {
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-1-navbar .brand.w-nav-brand,
.home-1-navbar .brand-tablet.w-nav-brand,
.home-1-navbar .brand.ballor-nav-brand {
  float: none;
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: 44px;
  max-width: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.home-1-navbar .nav-menu.w-nav-menu,
.home-1-navbar .ballor-nav-desktop {
  float: none;
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.home-1-navbar .nav-button-wrap,
.home-1-navbar .ballor-nav-desktop-cta {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}

.home-1-navbar .tablet-menu {
  justify-content: flex-end;
}

.home-1-navbar .nav-link,
.home-1-navbar .nav-dropdown-toggle.ballor-lang-toggle,
.home-1-navbar .contacts-button {
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* Mobile hamburger + drawer (drawer/backdrop portaled to body) */
.home-1-navbar .ballor-nav-burger {
  display: none;
  position: relative;
  z-index: 1105;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  margin-inline-start: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
}

.home-1-navbar .ballor-nav-burger-lines {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  margin-inline: auto;
}

.home-1-navbar .ballor-nav-burger-lines span {
  position: absolute;
  inset-inline: 0;
  display: block;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease,
    top 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-1-navbar .ballor-nav-burger-lines span:nth-child(1) {
  top: 0;
}

.home-1-navbar .ballor-nav-burger-lines span:nth-child(2) {
  top: 6px;
}

.home-1-navbar .ballor-nav-burger-lines span:nth-child(3) {
  top: 12px;
}

.home-1-navbar .ballor-nav-burger.is-open .ballor-nav-burger-lines span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.home-1-navbar .ballor-nav-burger.is-open .ballor-nav-burger-lines span:nth-child(2) {
  opacity: 0;
}

.home-1-navbar .ballor-nav-burger.is-open .ballor-nav-burger-lines span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.ballor-mobile-nav-layer {
  --psg-red: #be232b;
  --psg-red-button: #be232b;
  --psg-red-button-hover: #d42e38;
  direction: ltr;
  position: fixed;
  inset: 0;
  z-index: 1090;
  pointer-events: none;
  visibility: hidden;
}

.ballor-mobile-nav-layer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.ballor-nav-backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgb(0 0 0 / 58%);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.28s ease;
}

.ballor-mobile-nav-layer.is-open .ballor-nav-backdrop {
  opacity: 1;
}

.ballor-nav-drawer {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 320px);
  height: 100%;
  padding: calc(72px + env(safe-area-inset-top, 0px)) 20px calc(28px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  background: rgb(11 18 32 / 98%);
  border-inline-start: 1px solid rgb(255 255 255 / 10%);
  box-shadow: -18px 0 48px rgb(0 0 0 / 40%);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ballor-mobile-nav-layer.is-open .ballor-nav-drawer {
  transform: translate3d(0, 0, 0);
}

.ballor-nav-drawer-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  width: 100%;
}

.ballor-nav-drawer-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  width: 100%;
  min-height: 48px;
  padding: 12px 2px;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.ballor-nav-drawer-link:hover,
.ballor-nav-drawer-link:focus-visible {
  color: var(--psg-red) !important;
}

.ballor-nav-drawer-lang {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.ballor-mobile-nav-layer .ballor-drawer-lang {
  width: 100%;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid rgb(255 255 255 / 16%) !important;
  border-radius: 0 !important;
  background: rgb(255 255 255 / 5%) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  text-align: start !important;
  font: inherit !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang.is-open .ballor-drawer-lang-toggle {
  border-color: rgb(255 255 255 / 28%) !important;
  background: rgb(255 255 255 / 8%) !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-label {
  display: block !important;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-chevron {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.25rem !important;
  color: rgb(255 255 255 / 75%) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-list {
  display: none !important;
  flex-direction: column !important;
  width: 100% !important;
  margin-top: 8px !important;
  padding: 6px 0 !important;
  border: 1px solid rgb(255 255 255 / 14%) !important;
  background: rgb(8 12 22 / 96%) !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang.is-open .ballor-drawer-lang-list {
  display: flex !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-form {
  margin: 0 !important;
  width: 100% !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-option {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgb(255 255 255 / 82%) !important;
  cursor: pointer !important;
  text-align: start !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-option:hover,
.ballor-mobile-nav-layer .ballor-drawer-lang-option:focus-visible {
  background: rgb(255 255 255 / 7%) !important;
  color: #ffffff !important;
  outline: none !important;
}

.ballor-mobile-nav-layer .ballor-drawer-lang-option.is-active {
  color: #ffffff !important;
  background: rgb(190 35 43 / 16%) !important;
  box-shadow: inset 3px 0 0 var(--psg-red);
}

.ballor-nav-drawer-cta {
  margin-top: 22px;
}

.ballor-nav-drawer-contact {
  width: 100%;
  justify-content: center !important;
  background-color: var(--psg-red-button) !important;
  color: #ffffff !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
}

.home-1-navbar.ballor-nav-open {
  z-index: 1100;
  background-color: rgb(11 18 32 / 96%) !important;
  /* solid only — no backdrop-filter (creates containing block for fixed children) */
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media screen and (max-width: 991px) {
  .home-1-navbar {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .home-1-navbar .brand-logo {
    height: 32px;
    max-height: 32px;
  }

  .home-1-navbar .ballor-brand-name {
    font-size: 12px;
  }

  .home-1-navbar .ballor-nav-desktop,
  .home-1-navbar .ballor-nav-desktop-cta {
    display: none !important;
  }

  .home-1-navbar .ballor-nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .home-1-navbar .ballor-nav-bar {
    gap: 12px;
  }

  .home-1-navbar .ballor-nav-brand {
    flex: 1;
    min-width: 0;
  }

  .home-1-navbar .ballor-brand-lockup {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .ballor-mobile-nav-layer {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .home-1-navbar .ballor-brand-lockup {
    gap: 8px;
    max-width: min(100%, 210px);
  }

  .home-1-navbar .ballor-brand-name {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .home-1-navbar .brand-logo {
    height: 28px;
    max-height: 28px;
  }

  .ballor-nav-drawer {
    width: min(100%, 100vw);
  }
}



.home-1-navbar .menu-wrap {
  align-items: center;
}

.home-1-navbar .ballor-nav-label {
  display: block;
  line-height: 1;
  white-space: nowrap;
}

.home-1-navbar .nav-link,
.home-1-navbar .nav-dropdown-toggle.ballor-lang-toggle {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: color 0.2s ease !important;
}

.home-1-navbar .nav-link:hover,
.home-1-navbar .nav-link:focus-visible,
.home-1-navbar .nav-dropdown-toggle.ballor-lang-toggle:hover,
.home-1-navbar .nav-dropdown-toggle.ballor-lang-toggle:focus-visible {
  color: var(--psg-red) !important;
  background-color: transparent !important;
}

.home-1-navbar .nav-link.w--current {
  color: var(--psg-red) !important;
  background-color: transparent !important;
}

.home-1-navbar .contacts-button {
  background-color: var(--psg-red-button) !important;
  color: #ffffff !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.home-1-navbar .contacts-button:hover,
.home-1-navbar .contacts-button:focus-visible {
  background-color: var(--psg-red-button-hover) !important;
  color: #ffffff !important;
  border-color: rgb(255 255 255 / 16%) !important;
}

.home-1-navbar .nav-dropdown-link.w--current,
.home-1-navbar .ballor-lang-option.w--current {
  color: var(--psg-red) !important;
}

.home-1-navbar .ballor-lang-dropdown {
  position: relative;
  margin-inline-start: auto;
  flex-shrink: 0;
}

.home-1-navbar .ballor-lang-toggle {
  border: 0;
  cursor: pointer;
  text-align: inherit;
}

.home-1-navbar .ballor-lang-list {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 8px);
  z-index: 1000;
  width: 220px;
  min-width: 220px;
  padding: 8px !important;
  flex-direction: column;
  display: none;
}

.home-1-navbar .ballor-lang-dropdown.w--open .ballor-lang-list,
.home-1-navbar .ballor-lang-list.w--open {
  display: flex;
}

.home-1-navbar .ballor-lang-list .nav-dropdown-link-wrapper {
  width: 100%;
  gap: 2px;
  padding: 0 !important;
}

.home-1-navbar .ballor-lang-option {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: start;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.home-1-navbar .ballor-lang-option:hover,
.home-1-navbar .ballor-lang-option:focus-visible {
  margin: 0 !important;
  background-color: rgb(255 255 255 / 8%) !important;
  color: #ffffff !important;
}

.home-1-navbar .ballor-lang-option .nav-dropdown-link-line {
  display: none !important;
}

.home-1-navbar .ballor-lang-option-label {
  display: grid !important;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  width: 100%;
}

.home-1-navbar .ballor-lang-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.home-1-navbar .ballor-lang-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-1-navbar .ballor-lang-dropdown form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.promotion-labels-wrapper-to-remove,
.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* PSG brand accents */
#ballor-clone-root .label,
#ballor-clone-root .home-1-h1,
#ballor-clone-root .h2-text-style,
#ballor-clone-root .h3-text-style,
#ballor-clone-root .h4-text-style,
#ballor-clone-root .h5-text-style {
  color: #ffffff;
}

#ballor-clone-root .label {
  color: var(--psg-red);
  background-color: transparent !important;
  background-image: none !important;
  -webkit-text-fill-color: var(--psg-red) !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-family: var(--font-ballor-body), "Inter Tight", sans-serif !important;
}

#ballor-clone-root .section.home-1-photo-section .label {
  text-transform: none;
  letter-spacing: 0.12em;
}

#ballor-clone-root .cta-bottom-wrap .label,
#ballor-clone-root [data-dynamic-cta] .cta-bottom-wrap .label {
  color: rgb(255 255 255 / 72%) !important;
  -webkit-text-fill-color: rgb(255 255 255 / 72%) !important;
}

#ballor-clone-root .team-category-age-label {
  background-color: var(--psg-red) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#ballor-clone-root #ballor-testimonials-heading {
  color: var(--psg-red) !important;
  background-color: transparent !important;
  -webkit-text-fill-color: var(--psg-red) !important;
}

#ballor-clone-root .home-1-testimonials-block {
  margin-top: 48px;
  margin-bottom: 48px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

#ballor-clone-root .testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

#ballor-clone-root .testimonials-grid > .w-dyn-item {
  display: flex;
  height: 100%;
}

#ballor-clone-root .testimonials-card {
  padding: 24px 24px 22px;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

#ballor-clone-root .testimonials-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  flex: 1 1 auto;
  height: 100%;
}

#ballor-clone-root .testimonials-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

#ballor-clone-root .testimonials-card .stars-wrapper img {
  width: 14px;
  height: 14px;
}

#ballor-clone-root .testimonials-card .h5-text-style {
  font-size: 15px;
  line-height: 1.35;
}

#ballor-clone-root .testimonials-card .testimonials-quote,
#ballor-clone-root .testimonials-card blockquote.h3-text-style {
  margin: auto 0 0;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #ballor-clone-root .home-1-testimonials-block {
    margin-top: 36px;
    margin-bottom: 36px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  #ballor-clone-root .testimonials-card {
    padding: 20px;
  }

  #ballor-clone-root .testimonials-card .testimonials-quote,
  #ballor-clone-root .testimonials-card blockquote.h3-text-style {
    font-size: 16px;
  }
}

#ballor-clone-root .primary-button,
#ballor-clone-root .contacts-button {
  background-color: var(--psg-red-button) !important;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

#ballor-clone-root .primary-button:hover,
#ballor-clone-root .contacts-button:hover {
  background-color: var(--psg-red-button-hover) !important;
  color: #ffffff;
  border-color: rgb(255 255 255 / 16%);
}

#ballor-clone-root .secondary-button {
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 18%);
}

#ballor-clone-root .secondary-button:hover {
  border-color: var(--psg-red);
  color: #ffffff;
}

#ballor-clone-root .nav-link:hover,
#ballor-clone-root .nav-link.w--current {
  color: var(--psg-red);
}

#ballor-clone-root .nav-dropdown-link.w--current,
#ballor-clone-root .ballor-lang-option.w--current {
  color: var(--psg-red);
}

#ballor-clone-root .section.primary-bg,
#ballor-clone-root .section.primary-wuthout-bottom-space,
#ballor-clone-root .section.primary-without-space,
#ballor-clone-root .section.primary-without-top-space,
#ballor-clone-root .primary-color-inner-banner-section,
#ballor-clone-root .primary-wrapper {
  background-color: var(--psg-red);
}

#ballor-clone-root .pricing-plan-card.primary,
#ballor-clone-root .about-cell-text-wrap.primary-pricing-card,
#ballor-clone-root .pricing-card-top.primary-card {
  background-color: var(--psg-navy);
}

#ballor-clone-root .testimonials-card,
#ballor-clone-root .about-cell-text-wrap.number-card {
  border-color: rgb(255 255 255 / 14%);
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
  background-color: var(--psg-dark);
}

#ballor-clone-root section {
  display: flex;
  position: relative;
}

#ballor-clone-root .texture {
  z-index: 0;
  opacity: 0.05;
  background-image: url("/ballor-clone/images/691b09ae6bd565bd4bfba154_2ad8ee1bbfb2c79df726815066dc41a385a425d8.png");
  background-position: 50%;
  background-size: auto;
  background-repeat: repeat;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

#ballor-clone-root .ballor-reveal-pending {
  visibility: hidden;
  pointer-events: none;
}

#ballor-clone-root .ballor-reveal-done {
  will-change: auto;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}

#ballor-clone-root .w-layout-blockcontainer,
#ballor-clone-root .base-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  #ballor-clone-root .w-layout-blockcontainer,
  #ballor-clone-root .base-container {
    max-width: 940px;
  }
}

@media screen and (min-width: 1280px) {
  #ballor-clone-root .base-container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#ballor-clone-root .ballor-about-home-section {
  padding-top: var(--_spacing---section-spacing, 4rem);
}

@media screen and (max-width: 991px) {
  #ballor-clone-root .ballor-about-home-section {
    padding-top: 2.5rem;
  }
}

#ballor-clone-root .ballor-about-home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(380px, 55vh, 580px);
  margin-top: var(--_spacing---section-spacing, 4rem);
  margin-bottom: var(--_spacing---section-spacing, 4rem);
  overflow: hidden;
  background-color: #0b1220;
}

#ballor-clone-root .ballor-about-home-hero-image {
  object-fit: cover;
  object-position: center top;
}

#ballor-clone-root .ballor-about-home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#ballor-clone-root .ballor-about-home-hero .about-center-wrapper {
  max-width: 34rem;
}

#ballor-clone-root .ballor-about-home-hero .center-wrap {
  margin-bottom: 0;
  gap: 1.5rem;
}

#ballor-clone-root .ballor-about-home-hero .label-wrapper {
  justify-content: center;
  align-items: center;
}

#ballor-clone-root .ballor-about-home-hero .label.mobile-small {
  color: var(--psg-red) !important;
  -webkit-text-fill-color: var(--psg-red) !important;
  text-wrap: balance;
}

#ballor-clone-root .ballor-about-home-hero h2 {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1rem, 1.05vw + 0.85rem, 1.2rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgb(255 255 255 / 88%) !important;
  -webkit-text-fill-color: rgb(255 255 255 / 88%) !important;
  text-wrap: pretty;
  text-shadow: 0 1px 10px rgb(0 0 0 / 28%);
}

#ballor-clone-root .ballor-about-home-hero .secondary-button {
  border-color: rgb(255 255 255 / 45%);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#ballor-clone-root .ballor-about-home-hero .secondary-button:hover {
  background-color: var(--psg-red) !important;
  border-color: var(--psg-red) !important;
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  #ballor-clone-root .ballor-about-home-hero {
    min-height: clamp(320px, 58vh, 480px);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #ballor-clone-root .ballor-about-home-hero-inner {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #ballor-clone-root .ballor-about-home-hero .center-wrap {
    gap: 1.15rem;
  }
}

@media screen and (max-width: 479px) {
  #ballor-clone-root .ballor-about-home-hero-inner {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #ballor-clone-root .ballor-about-home-hero .label-wrapper {
    flex-direction: column;
    gap: 0.65rem;
  }
}

#ballor-clone-root .about-grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

#ballor-clone-root .about-cell {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#ballor-clone-root .about-cell.ballor-about-news-cell {
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 3%);
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

#ballor-clone-root .about-cell.ballor-about-news-cell:hover {
  border-color: rgb(190 35 43 / 55%);
  background: rgb(190 35 43 / 10%);
  box-shadow:
    0 0 0 1px rgb(190 35 43 / 25%),
    0 12px 32px rgb(190 35 43 / 18%);
}

#ballor-clone-root a.about-cell.ballor-about-news-cell,
#ballor-clone-root .about-cell.ballor-about-news-cell a.about-cell-image-wrap {
  text-decoration: none;
  color: inherit;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-image-wrap {
  position: relative !important;
  flex: 0 0 200px;
  width: 100%;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  overflow: hidden;
  display: block;
  border-radius: 0;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgb(190 35 43 / 0%);
  transition: background-color 0.25s ease;
}

#ballor-clone-root .about-cell.ballor-about-news-cell:hover .about-cell-image-wrap::after {
  background: rgb(190 35 43 / 32%);
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.35s ease;
}

#ballor-clone-root .about-cell.ballor-about-news-cell:hover .about-cell-image {
  transform: scale(1.04);
}

#ballor-clone-root .about-cell-text-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-text-wrap {
  flex: 1 1 auto;
  justify-content: flex-start;
  padding: 1rem 1rem 1.15rem;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-text-wrap .label {
  margin: 0;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.35;
  transition: color 0.2s ease, -webkit-text-fill-color 0.2s ease;
}

#ballor-clone-root .about-cell.ballor-about-news-cell:hover .about-cell-text-wrap .label {
  color: var(--psg-red) !important;
  -webkit-text-fill-color: var(--psg-red) !important;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-text-wrap p {
  margin: 0;
  flex: 1 1 auto;
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.55;
}

#ballor-clone-root .about-cell.ballor-about-news-cell .ballor-about-news-cta {
  align-self: flex-start;
  height: auto;
  min-height: 44px;
  padding: 0.85rem 1.25rem;
  margin-top: auto;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#ballor-clone-root .about-cell.ballor-about-news-cell:hover .ballor-about-news-cta,
#ballor-clone-root .about-cell.ballor-about-news-cell .ballor-about-news-cta:hover {
  background-color: var(--psg-red) !important;
  border-color: var(--psg-red) !important;
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  #ballor-clone-root .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  #ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-image-wrap {
    flex-basis: 220px;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
}

@media screen and (max-width: 479px) {
  #ballor-clone-root .about-grid {
    grid-template-columns: 1fr;
  }

  #ballor-clone-root .about-cell-text-wrap {
    min-height: auto;
  }

  #ballor-clone-root .about-cell.ballor-about-news-cell .about-cell-image-wrap {
    flex-basis: 200px;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: flex-start;
  direction: ltr;
  padding-top: 84px;
  padding-bottom: 56px;
  overflow: hidden;
  background-image:
    linear-gradient(315deg, var(--black), #19191900 50%),
    linear-gradient(58deg, var(--black), #191919 0%, var(--black) 0%, #19191900 28%),
    linear-gradient(358deg, var(--black), #19191900 62%),
    linear-gradient(to bottom, #0000004d, #0000004d),
    var(
      --ballor-hero-image,
      url("/ballor-clone/images/691b05e97341eb49e6e61839_2533f59a9a8c9bcbd915aa23c4b096331465e195.png")
    );
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, cover;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] > .w-layout-blockcontainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .banner-home-1 {
  width: 100%;
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-top-wrap {
  flex: 1;
  min-height: 100%;
  align-items: stretch;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-title-wrap {
  margin-top: 0;
  align-self: flex-start;
  overflow: visible;
  max-width: 720px;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 {
  position: relative;
  z-index: 2;
  overflow: visible;
  max-height: none;
  letter-spacing: -0.03em;
  line-height: 1.06;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
  pointer-events: auto;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word {
  display: inline-block;
  margin-inline-end: 0.18em;
  margin-bottom: 0.04em;
  pointer-events: auto;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  cursor: default;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
  opacity: 0;
  transform: translateX(-48px);
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1.ballor-hero-title-ready .char {
  animation: ballor-hero-char-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--ballor-char-delay, 0ms);
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char.ballor-char-space {
  pointer-events: none;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .ballor-char-base {
  position: relative;
  z-index: 1;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .ballor-char-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 1.25px #ffffff;
  opacity: 0;
  pointer-events: none;
}

@keyframes ballor-hero-char-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ballor-hero-char-shine {
  0% {
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char.ballor-char-flash .ballor-char-shine {
  animation: ballor-hero-char-shine 1.35s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char {
    opacity: 1;
    transform: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1.ballor-hero-title-ready .char {
    animation: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char.ballor-char-flash .ballor-char-shine {
    animation: none;
    opacity: 1;
  }
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .text-label-wrapper.home-1-banner {
  gap: 28px;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner {
  margin-top: auto;
  margin-bottom: 0;
  align-self: flex-end;
  gap: 28px;
  max-height: 100%;
  padding-bottom: 8px;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .label {
  letter-spacing: 0.1em;
  line-height: 1.45;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .paragraph-large {
  line-height: 1.55;
}

#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .buttons-wrapper {
  gap: 16px;
  margin-top: 4px;
}

/* Mobile-only hero media (desktop keeps full-bleed background) */
#ballor-clone-root .home-1-banner-section[data-dynamic-hero] .ballor-hero-media {
  display: none;
}

@media screen and (min-width: 992px) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-title-wrap {
    margin-inline-start: clamp(6rem, 20vw, 17rem);
    max-width: 720px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    letter-spacing: -0.04em;
    line-height: 1.04;
    -webkit-text-stroke-width: 1.75px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word {
    display: block;
    width: fit-content;
    margin-inline: 0;
    margin-bottom: 0.05em;
    white-space: nowrap;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word .char {
    white-space: nowrap;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word .char.ballor-char-space {
    display: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .char {
    -webkit-text-stroke-width: 1.75px;
  }
}

@media screen and (max-width: 991px) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
    padding-top: 72px;
    padding-bottom: 32px;
    background-image:
      linear-gradient(315deg, var(--black), #19191900 41%),
      linear-gradient(58deg, var(--black), #191919 0%, var(--black) 0%, #19191900 63%),
      linear-gradient(358deg, var(--black), #19191900),
      linear-gradient(to bottom, transparent, transparent),
      var(
        --ballor-hero-image,
        url("/ballor-clone/images/691b05e97341eb49e6e61839_2533f59a9a8c9bcbd915aa23c4b096331465e195.png")
      );
  }
}

@media screen and (max-width: 767px) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    padding-top: 64px;
    padding-bottom: 20px;
    padding-inline: 0;
    background-color: var(--black);
    background-image: none;
    overflow-x: clip;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] > .texture {
    display: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] > .w-layout-blockcontainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: none;
    padding-inline: 0;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .banner-home-1 {
    flex: 1;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-top-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-title-wrap {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    justify-content: center;
    max-width: none;
    margin-inline-start: 0;
    padding-inline: 20px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: clamp(2.4rem, 11vw, 3.6rem);
    overflow-wrap: normal;
    word-break: keep-all;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-inline: 0;
    margin-bottom: 0.04em;
    white-space: nowrap;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word .char {
    white-space: nowrap;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word .char.ballor-char-space {
    display: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .ballor-hero-media {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 100%;
    min-height: 180px;
    max-height: 52dvh;
    margin-block: 4px;
    margin-inline: 0;
    overflow: hidden;
    border-radius: 0;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .ballor-hero-media-image {
    object-fit: cover;
    object-position: center;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner {
    flex: 0 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    align-self: stretch;
    gap: 16px;
    padding-bottom: 0;
    padding-inline: 20px;
    max-height: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .text-label-wrapper.home-1-banner {
    gap: 12px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .buttons-wrapper {
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
    padding-top: 56px;
    padding-bottom: 16px;
    background-image: none;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .ballor-hero-media {
    max-height: 48dvh;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
  }
}

/* iPhone SE vb. kisa ekranlar (<=740px yukseklik): hero'yu %100 ekrana sigdir.
   Baslik/gorsel/bosluklar kuculur; boylece min-icerik 100dvh altina duser ve
   flex kalan bosluğu doldurur (tasma/kaydirma olmaz). */
@media screen and (max-width: 767px) and (max-height: 740px) {
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] {
    padding-top: 52px;
    padding-bottom: 10px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-banner-top-wrap {
    gap: 8px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
    line-height: 1.02;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .home-1-h1 .word {
    margin-bottom: 0;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .ballor-hero-media {
    min-height: 84px;
    max-height: 30dvh;
    margin-block: 2px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .text-label-wrapper.home-1-banner {
    gap: 6px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner {
    gap: 10px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .label {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .paragraph-large {
    font-size: 0.82rem;
    line-height: 1.35;
    margin-block: 0;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .buttons-wrapper {
    gap: 8px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .primary-button,
  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .secondary-button {
    padding-block: 10px;
    padding-inline: 16px;
  }

  #ballor-clone-root .home-1-banner-section[data-dynamic-hero] .paragraph-wrap.home-1-banner .button-text {
    font-size: 0.78rem;
  }
}

/* Dynamic CTA — prevent mid-word breaks and overflow */
#ballor-clone-root [data-dynamic-cta] .cta-text-wrapper {
  width: 100%;
  max-width: min(100%, 960px);
  padding-inline: 24px;
  box-sizing: border-box;
}

#ballor-clone-root [data-dynamic-cta] .cta-title {
  width: 100%;
}

#ballor-clone-root [data-dynamic-cta] .cta-title .label {
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-wrap: balance;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

#ballor-clone-root [data-dynamic-cta] .cta-large-text {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.75rem, 9vw, 7.25rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
}

#ballor-clone-root [data-dynamic-cta] .cta-large-text .word {
  display: inline-block;
  white-space: nowrap;
  margin-inline: 0.06em;
  margin-bottom: 0.04em;
  vertical-align: top;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
}

#ballor-clone-root [data-dynamic-cta] .cta-large-text .char {
  display: inline-block;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
}

#ballor-clone-root [data-dynamic-cta] .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

#ballor-clone-root [data-dynamic-cta] .cta-bottom-wrap {
  padding-inline: 24px;
  box-sizing: border-box;
  align-items: flex-start;
}

#ballor-clone-root [data-dynamic-cta] .cta-paragraph-wrap,
#ballor-clone-root [data-dynamic-cta] .cta-paragraph-wrap.center {
  flex: 1 1 0;
  max-width: 280px;
  min-width: 0;
  text-wrap: balance;
}

@media screen and (min-width: 992px) {
  #ballor-clone-root [data-dynamic-cta] .cta-large-text,
  #ballor-clone-root [data-dynamic-cta] .cta-large-text .word,
  #ballor-clone-root [data-dynamic-cta] .cta-large-text .char {
    -webkit-text-stroke-width: 1.75px;
  }
}

@media screen and (max-width: 767px) {
  #ballor-clone-root [data-dynamic-cta] .cta-large-text {
    font-size: clamp(2.25rem, 11vw, 4.5rem);
    line-height: 1.06;
  }

  #ballor-clone-root [data-dynamic-cta] .cta-title .label {
    letter-spacing: 0.06em;
    font-size: 0.72rem;
  }
}

@media screen and (max-width: 479px) {
  #ballor-clone-root [data-dynamic-cta] .cta-text-wrapper {
    padding-inline: 16px;
  }

  #ballor-clone-root [data-dynamic-cta] .cta-large-text {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }
}

/* Site footer — isolate from Ballor clone styles */
.site-footer,
.ballor-public-main + footer {
  position: relative;
  z-index: 2;
  font-family: var(--font-geist-sans), sans-serif;
}

.site-footer ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.site-footer li {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.site-footer .footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-footer .footer-contact-block {
  min-width: 0;
}

.site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
}

.site-footer .footer-contact-item {
  display: grid !important;
  grid-template-columns: 1rem minmax(0, 1fr);
  column-gap: 0.625rem;
  align-items: start;
}

.site-footer .footer-contact-item-centered {
  align-items: center;
}

.site-footer .footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: #ffffff;
}

.site-footer .footer-contact-item-centered .footer-contact-icon {
  margin-top: 0;
}

.site-footer .footer-contact-text,
.site-footer .footer-contact-link {
  display: block;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.625;
  font-weight: 400;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-decoration: none;
}

.site-footer p,
.site-footer .text-zinc-400,
.site-footer .text-zinc-500,
.site-footer .footer-link-list a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.site-footer .footer-contact-link:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#ballor-clone-root.ballor-about-page {
  background: var(--psg-dark);
  color: #ffffff;
}

#ballor-clone-root .ballor-about-hero {
  position: relative;
  isolation: isolate;
  direction: ltr;
  min-height: clamp(320px, 52vh, 520px);
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 3.5rem;
  overflow: hidden;
  background-color: #0b1220;
}

#ballor-clone-root .ballor-about-hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: none;
}

#ballor-clone-root .ballor-about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(11 18 32 / 35%) 0%, rgb(11 18 32 / 88%) 100%),
    linear-gradient(90deg, rgb(0 65 112 / 45%) 0%, transparent 55%);
}

#ballor-clone-root .ballor-about-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

#ballor-clone-root .ballor-about-hero .label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

#ballor-clone-root .ballor-about-hero .label.mobile-small {
  color: rgb(255 255 255 / 82%) !important;
  -webkit-text-fill-color: rgb(255 255 255 / 82%) !important;
  max-width: 36rem;
  margin: 0;
  line-height: 1.45;
  text-wrap: balance;
}

#ballor-clone-root .ballor-about-hero h1,
#ballor-clone-root .ballor-about-hero .ballor-about-hero-title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.6rem, 7vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
  text-wrap: balance;
  position: relative;
  pointer-events: auto;
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .word {
  display: inline-block;
  margin-inline-end: 0.12em;
  margin-bottom: 0.04em;
  pointer-events: auto;
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  cursor: default;
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
  opacity: 0;
  transform: translateX(-48px);
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title.ballor-about-hero-title-ready .char {
  animation: ballor-hero-char-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--ballor-char-delay, 0ms);
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char.ballor-char-space {
  pointer-events: none;
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .ballor-char-base {
  position: relative;
  z-index: 1;
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .ballor-char-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 1.25px #ffffff;
  opacity: 0;
  pointer-events: none;
}

#ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char.ballor-char-flash .ballor-char-shine {
  animation: ballor-hero-char-shine 1.35s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char {
    opacity: 1;
    transform: none;
  }

  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title.ballor-about-hero-title-ready .char {
    animation: none;
  }

  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char.ballor-char-flash .ballor-char-shine {
    animation: none;
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  #ballor-clone-root .ballor-about-hero h1,
  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title {
    letter-spacing: -0.04em;
    -webkit-text-stroke-width: 1.75px;
  }

  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title .char,
  #ballor-clone-root .ballor-about-hero .ballor-about-hero-title .ballor-char-shine {
    -webkit-text-stroke-width: 1.75px;
  }
}

#ballor-clone-root .ballor-about-body {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}

#ballor-clone-root .ballor-about-layout {
  display: grid;
  gap: 2.5rem;
  align-items: stretch;
}

@media screen and (min-width: 992px) {
  #ballor-clone-root .ballor-about-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.5rem;
  }
}

#ballor-clone-root .ballor-about-content {
  max-width: 40rem;
  display: grid;
  gap: 1.35rem;
  align-content: start;
}

#ballor-clone-root .ballor-about-content p {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
  color: rgb(255 255 255 / 86%) !important;
  -webkit-text-fill-color: rgb(255 255 255 / 86%) !important;
}

#ballor-clone-root .ballor-about-side {
  min-height: 320px;
}

#ballor-clone-root .ballor-about-side-figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgb(255 255 255 / 12%);
  box-shadow: 0 28px 56px rgb(0 0 0 / 28%);
  background: rgb(255 255 255 / 4%);
}

#ballor-clone-root .ballor-about-side-image {
  object-fit: cover;
  object-position: center;
}

#ballor-clone-root .about-label-logo {
  width: auto;
  height: 32px;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 991px) {
  #ballor-clone-root .ballor-about-side,
  #ballor-clone-root .ballor-about-side-figure {
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  #ballor-clone-root .ballor-about-hero {
    min-height: 360px;
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  #ballor-clone-root .ballor-about-side,
  #ballor-clone-root .ballor-about-side-figure {
    min-height: 360px;
  }
}


#ballor-clone-root.ballor-services-page {
  background: var(--psg-dark);
  color: #ffffff;
}

#ballor-clone-root .ballor-services-body {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

#ballor-clone-root .ballor-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  #ballor-clone-root .ballor-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  #ballor-clone-root .ballor-services-grid {
    gap: 2rem;
  }
}


#ballor-clone-root.ballor-gallery-page {
  background: var(--psg-dark);
  color: #ffffff;
}

#ballor-clone-root .ballor-gallery-body {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

#ballor-clone-root .ballor-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media screen and (min-width: 640px) {
  #ballor-clone-root .ballor-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  #ballor-clone-root .ballor-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

#ballor-clone-root .ballor-gallery-pager {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* ---------- İletişim & SSS ---------- */
#ballor-clone-root.ballor-contact-page,
#ballor-clone-root.ballor-faq-page {
  background: var(--psg-dark);
  color: #ffffff;
}

#ballor-clone-root .ballor-contact-body,
#ballor-clone-root .ballor-faq-body {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

/* ---------- Blog & Haberler ---------- */
#ballor-clone-root.ballor-blog-page,
#ballor-clone-root.ballor-news-page {
  background: var(--psg-dark);
  color: #ffffff;
}

#ballor-clone-root .ballor-blog-body,
#ballor-clone-root .ballor-news-body {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

#ballor-clone-root .ballor-blog-grid,
#ballor-clone-root .ballor-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  #ballor-clone-root .ballor-blog-grid,
  #ballor-clone-root .ballor-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

#ballor-clone-root .ballor-blog-card,
#ballor-clone-root .ballor-news-card {
  display: block;
}

#ballor-clone-root .ballor-blog-card-link,
#ballor-clone-root .ballor-news-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

#ballor-clone-root .ballor-blog-card-media,
#ballor-clone-root .ballor-news-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--psg-dark);
}

#ballor-clone-root .ballor-blog-article,
#ballor-clone-root .ballor-news-article {
  max-width: 46rem;
  margin-inline: auto;
}

#ballor-clone-root .ballor-blog-back,
#ballor-clone-root .ballor-news-back {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(255 255 255 / 55%);
  transition: color 0.2s ease;
}

#ballor-clone-root .ballor-blog-back:hover,
#ballor-clone-root .ballor-news-back:hover {
  color: #ffffff;
}

#ballor-clone-root .ballor-blog-summary,
#ballor-clone-root .ballor-news-summary {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
  font-style: italic;
  color: rgb(255 255 255 / 72%);
}

#ballor-clone-root .ballor-blog-content,
#ballor-clone-root .ballor-news-content {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 0.95rem;
  line-height: 1.9;
  color: rgb(255 255 255 / 82%);
  white-space: pre-line;
}

#ballor-clone-root .ballor-news-source {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
}


#ballor-clone-root .section.home-1-photo-section {
  overflow: visible;
  background-image:
    linear-gradient(180deg, rgb(11 18 32 / 45%) 0%, rgb(11 18 32 / 18%) 45%, rgb(11 18 32 / 50%) 100%),
    url("/brand/arena-halisaha-drone.webp");
  background-position: 0 0, center;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

#ballor-clone-root .section.home-1-photo-section > .w-layout-blockcontainer,
#ballor-clone-root .section.home-1-photo-section .base-container {
  overflow: visible;
}

#ballor-clone-root .section.home-1-photo-section .paragraph-wrap.center {
  isolation: isolate;
  overflow: visible;
  max-width: min(100%, 560px);
  padding: 2.25rem 1.75rem;
}

#ballor-clone-root .section.home-1-photo-section .paragraph-wrap.center::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 720px;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: radial-gradient(
    ellipse 55% 48% at 50% 50%,
    rgb(0 0 0 / 78%) 0%,
    rgb(0 0 0 / 52%) 28%,
    rgb(0 0 0 / 22%) 52%,
    rgb(0 0 0 / 6%) 72%,
    transparent 88%
  );
}

#ballor-clone-root .section.home-1-photo-section .paragraph-wrap.center > * {
  position: relative;
  z-index: 1;
}

/* Site-wide CTA (layout) — mirror #ballor-clone-root CTA tokens */
.ballor-site-cta-root {
  --black: var(--psg-dark, #0b1220);
  --text: #ffffff;
  --primary: var(--psg-red, #be232b);
  --psg-navy: #004170;
  --psg-red: #be232b;
  --psg-red-button: #be232b;
  --psg-red-button-hover: #d42e38;
  --psg-dark: #0b1220;
  width: 100%;
  overflow-x: clip;
  color: #ffffff;
  background-color: var(--psg-dark, #0b1220);
  font-family: "Inter Tight", sans-serif;
}

/* Desktop untouched. Mobile: photo band on top, copy below (media only mounts on mobile). */
@media screen and (max-width: 767px) {
  #ballor-clone-root .cta-section[data-dynamic-cta],
  .ballor-site-cta-root .cta-section[data-dynamic-cta] {
    display: flex !important;
    flex-direction: column !important;
    padding-top: 0 !important;
    padding-bottom: 28px !important;
    background-image: none !important;
    background-color: var(--black, #0b1220) !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] > .texture,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] > .texture {
    display: none !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .ballor-cta-media,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .ballor-cta-media {
    position: relative;
    display: block;
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
    max-height: 42vh;
    overflow: hidden;
    background: #0b1220;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .ballor-cta-media-image,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .ballor-cta-media-image {
    object-fit: cover;
    object-position: 12% 35%;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .ballor-cta-media-fade,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .ballor-cta-media-fade {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 1;
    height: 35%;
    pointer-events: none;
    background: linear-gradient(to top, var(--black, #0b1220), transparent);
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] > .w-layout-blockcontainer,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] > .w-layout-blockcontainer {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 20px !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .cta-text-wrapper,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .cta-text-wrapper {
    margin-bottom: 28px !important;
    padding-inline: 20px !important;
    gap: 20px !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .cta-large-text,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .cta-large-text {
    font-size: clamp(2.35rem, 11vw, 3.4rem) !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .buttons-wrapper,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .buttons-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 22rem !important;
    gap: 12px !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .primary-button,
  #ballor-clone-root .cta-section[data-dynamic-cta] .secondary-button,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .primary-button,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .secondary-button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .cta-bottom-wrap,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .cta-bottom-wrap {
    padding-inline: 20px !important;
    padding-bottom: 8px !important;
    gap: 12px !important;
    align-items: center !important;
    text-align: center !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .cta-bottom-wrap .cta-paragraph-wrap,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .cta-bottom-wrap .cta-paragraph-wrap {
    max-width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  #ballor-clone-root .cta-section[data-dynamic-cta] .cta-bottom-wrap .label,
  .ballor-site-cta-root .cta-section[data-dynamic-cta] .cta-bottom-wrap .label {
    text-align: center !important;
  }
}

.ballor-site-cta-root [data-dynamic-cta] .cta-text-wrapper {
  width: 100%;
  max-width: min(100%, 960px);
  padding-inline: 24px;
  box-sizing: border-box;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-title {
  width: 100%;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-title .label {
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-wrap: balance;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text,
.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .word,
.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char {
  color: rgb(190 35 43 / 30%);
  -webkit-text-fill-color: rgb(190 35 43 / 30%);
  -webkit-text-stroke: 1.25px #ffffff;
  paint-order: stroke fill;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.75rem, 9vw, 7.25rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  position: relative;
  pointer-events: auto;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .word {
  display: inline-block;
  white-space: nowrap;
  margin-inline: 0.06em;
  margin-bottom: 0.04em;
  vertical-align: top;
  pointer-events: auto;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  cursor: default;
  opacity: 0;
  transform: translateX(-48px);
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text.ballor-cta-title-ready .char {
  animation: ballor-hero-char-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--ballor-char-delay, 0ms);
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char.ballor-char-space {
  pointer-events: none;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .ballor-char-base {
  position: relative;
  z-index: 1;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .ballor-char-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 1.25px #ffffff;
  opacity: 0;
  pointer-events: none;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char.ballor-char-flash .ballor-char-shine {
  animation: ballor-hero-char-shine 1.35s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char {
    opacity: 1;
    transform: none;
  }

  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text.ballor-cta-title-ready .char {
    animation: none;
  }

  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char.ballor-char-flash .ballor-char-shine {
    animation: none;
    opacity: 1;
  }
}

.ballor-site-cta-root [data-dynamic-cta] .buttons-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button,
.ballor-site-cta-root [data-dynamic-cta] .secondary-button {
  display: inline-flex;
  width: auto;
  min-width: 220px;
  max-width: 100%;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
  will-change: transform;
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button {
  background-color: var(--psg-red-button) !important;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button:hover {
  background-color: var(--psg-red-button-hover) !important;
  border-color: rgb(255 255 255 / 18%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgb(190 35 43 / 35%);
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button .dark-arrow,
.ballor-site-cta-root [data-dynamic-cta] .primary-button .arrow {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button:hover .dark-arrow {
  opacity: 0;
  transform: translate(2px, -2px);
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button:hover .arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.ballor-site-cta-root [data-dynamic-cta] .secondary-button {
  background-color: rgb(255 255 255 / 10%);
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 22%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.ballor-site-cta-root [data-dynamic-cta] .secondary-button:hover {
  background-color: var(--psg-red) !important;
  border-color: var(--psg-red) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgb(190 35 43 / 28%);
}

.ballor-site-cta-root [data-dynamic-cta] .primary-button:active,
.ballor-site-cta-root [data-dynamic-cta] .secondary-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgb(0 0 0 / 22%);
}

@media screen and (max-width: 767px) {
  .ballor-site-cta-root [data-dynamic-cta] .buttons-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .ballor-site-cta-root [data-dynamic-cta] .primary-button,
  .ballor-site-cta-root [data-dynamic-cta] .secondary-button {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
}

.ballor-site-cta-root [data-dynamic-cta] .cta-bottom-wrap {
  padding-inline: 24px;
  box-sizing: border-box;
  align-items: flex-start;
}

.ballor-site-cta-root [data-dynamic-cta] .cta-paragraph-wrap,
.ballor-site-cta-root [data-dynamic-cta] .cta-paragraph-wrap.center {
  flex: 1 1 0;
  max-width: 280px;
  min-width: 0;
  text-wrap: balance;
}

@media screen and (min-width: 992px) {
  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text,
  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text .word,
  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text .char {
    -webkit-text-stroke-width: 1.75px;
  }
}

@media screen and (max-width: 767px) {
  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text {
    font-size: clamp(2.25rem, 11vw, 4.5rem);
    line-height: 1.06;
  }

  .ballor-site-cta-root [data-dynamic-cta] .cta-title .label {
    letter-spacing: 0.06em;
    font-size: 0.72rem;
  }
}

@media screen and (max-width: 479px) {
  .ballor-site-cta-root [data-dynamic-cta] .cta-text-wrapper {
    padding-inline: 16px;
  }

  .ballor-site-cta-root [data-dynamic-cta] .cta-large-text {
    font-size: clamp(2rem, 12vw, 3.25rem);
  }
}

