/* SEO & UX enhancements – layered on top of original Betsgate theme */

.fade-in-up {
  animation: fadeInUp 0.7s ease both;
}

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

.section-two,
.section-one,
.parallax-section,
.section-three {
  scroll-margin-top: 80px;
}

.main-header.sticky {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  animation: slideDown 0.35s ease;
}

/* Home hero: show one slide before Owl Carousel JS loads */
.main-banner .owl-carousel:not(.owl-loaded) {
  overflow: hidden;
  position: relative;
}

.main-banner .owl-carousel:not(.owl-loaded) > div:not(:first-child) {
  display: none;
}

.main-banner .owl-carousel:not(.owl-loaded) > div:first-child {
  width: 100%;
}

/* Home hero: keep slider copy clear of the header logo */
@media (min-width: 993px) {
  .main-banner .owl-carousel .carousel-caption {
    top: auto;
    bottom: 22%;
    left: max(260px, 20%);
    max-width: min(520px, 42%);
    transform: none;
    z-index: 2;
  }

  .main-banner .owl-carousel .carousel-caption .slider_title {
    font-size: clamp(42px, 4.2vw, 60px);
  }
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.solution-col,
.usage-content,
.info-col,
.price-list {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-col:hover {
  transform: translateY(-4px);
}

.form-alert {
  display: none;
  margin: 0 0 20px;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
}

.form-alert.success {
  display: block;
  background: #e8f8e8;
  color: #1b6b1b;
  border: 1px solid #8fd48f;
}

.form-alert.error {
  display: block;
  background: #fdeaea;
  color: #8b1a1a;
  border: 1px solid #f5a8a8;
}

.form-alert.loading {
  display: block;
  background: #fff8e6;
  color: #664d00;
  border: 1px solid #fccc04;
}

.contact-form button[type="submit"]:disabled,
.demo-form button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

#cookie-box[hidden] {
  display: none !important;
}

.soft-article {
  padding: 40px 0 80px;
  background: #fff;
}

.soft-article .container {
  max-width: 960px;
}

.soft-article h1,
.soft-article h2,
.soft-article h3 {
  font-family: 'Acme', sans-serif;
  margin: 24px 0 12px;
}

.soft-article p,
.soft-article li {
  line-height: 1.75;
  color: #333;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.betsgate-logo {
  display: block;
  width: 180px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.betsgate-logo--footer {
  margin-bottom: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top-footer .footer-social li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
}

.footer-lang {
  margin: 0 0 18px;
}

.footer-lang-label {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lang-switcher--footer {
  display: inline-flex;
  justify-content: center;
}

.top-footer .footer-title--sub {
  display: block;
  margin-top: 22px;
}

.main-header .main-logo .betsgate-logo {
  max-height: 52px;
}

.main-header .navbar-header .main-logo {
  width: 180px;
}

@media only screen and (max-width: 992px) {
  .main-header .navbar-header .main-logo {
    width: 155px;
  }
}

@media only screen and (max-width: 992px) {
  .betsgate-logo {
    width: 155px;
    max-height: 44px;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

.header-actions--mobile {
  display: none;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(252, 204, 4, 0.65);
  box-shadow: 0 2px 12px rgba(252, 204, 4, 0.25);
}

.lang-switcher .lang-link {
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 0 5px !important;
  opacity: 0.75;
  text-decoration: none !important;
  line-height: 1;
}

.lang-switcher .lang-link.active,
.lang-switcher .lang-link:hover {
  color: #fccc04 !important;
  opacity: 1;
}

.lang-switcher .lang-sep {
  color: #666;
  font-size: 13px;
  user-select: none;
}

@media only screen and (max-width: 992px) {
  .header-actions--mobile {
    display: flex;
    margin-top: 4px;
    margin-right: 0;
  }

  .main-header .navbar-header .navbar-toggle {
    margin-left: 0;
  }
}

.page-404 .main-header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.92);
}

.error-page {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.error-page__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.error-page__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(252, 204, 4, 0.12), transparent 45%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.9) 100%);
}

.error-page__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.error-page__code {
  margin: 0 0 12px;
  font-family: 'Acme', 'Fira Sans', sans-serif;
  font-size: clamp(88px, 18vw, 160px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 4px;
  background: linear-gradient(to right, #fccc04, #ff9100);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 8px 32px rgba(252, 204, 4, 0.15);
}

.error-page__title {
  margin: 0 0 16px;
  color: #fff;
  font-family: 'Acme', 'Fira Sans', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.error-page__text {
  margin: 0 auto 28px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 36px;
}

.error-page__btn-outline {
  background: transparent !important;
  color: #fccc04 !important;
  border: 2px solid rgba(252, 204, 4, 0.75);
  box-shadow: none !important;
}

.error-page__btn-outline:hover {
  background: rgba(252, 204, 4, 0.12) !important;
  color: #fff !important;
}

.error-page__links-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.error-page__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.error-page__links a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.error-page__links a:hover {
  background: rgba(252, 204, 4, 0.14);
  border-color: rgba(252, 204, 4, 0.45);
  color: #fccc04;
}

@media only screen and (max-width: 992px) {
  .error-page {
    min-height: auto;
    padding: 100px 0 64px;
  }

  .error-page__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .error-page__actions .section-btn-one {
    width: 100%;
    text-align: center;
  }
}

/* ── Home page visual polish ── */

.main-banner .owl-carousel .owl-item > div {
  position: relative;
  overflow: hidden;
}

.main-banner .owl-carousel .owl-item > div::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 42%, rgba(0, 0, 0, 0.15) 100%),
    radial-gradient(circle at 18% 40%, rgba(252, 204, 4, 0.14), transparent 52%);
  pointer-events: none;
}

.main-banner .owl-carousel .carousel-caption {
  z-index: 2;
}

.main-banner .owl-carousel .owl-item.active img {
  animation: heroKenBurns 9s ease-out forwards;
  transform-origin: center center;
}

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

.main-banner .owl-carousel .owl-item.active .slider_title {
  animation: heroCaptionIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.main-banner .owl-carousel .owl-item.active .slider_text {
  animation: heroCaptionIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

.main-banner .owl-carousel .owl-item.active .slider_button {
  animation: heroCaptionIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

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

.main-banner::after {
  display: block !important;
  top: auto;
  bottom: -1px;
  height: 110px;
  opacity: 0.85;
  background-image: url(/static/themes/nano_lite/images/betsgate/banner-border.png);
}

.main-banner .owl-carousel .carousel-caption .slider_title {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}

.main-banner .owl-carousel .carousel-caption .slider_text {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.main-banner .owl-carousel .carousel-caption .slider_button {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.main-banner .owl-carousel .carousel-caption .slider_button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: btnShimmer 3.5s ease-in-out infinite;
}

@keyframes btnShimmer {
  0%, 70% { left: -120%; }
  100% { left: 180%; }
}

@media (min-width: 993px) {
  .main-banner .owl-carousel .owl-nav,
  .main-banner .owl-carousel .owl-buttons {
    display: block !important;
    z-index: 3;
  }

  .main-banner .owl-carousel .owl-nav .owl-prev,
  .main-banner .owl-carousel .owl-nav .owl-next,
  .main-banner .owl-carousel .owl-buttons .owl-prev,
  .main-banner .owl-carousel .owl-buttons .owl-next {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background: rgba(252, 204, 4, 0.92) !important;
    color: #111 !important;
    opacity: 0.85;
    box-shadow: 0 4px 20px rgba(252, 204, 4, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .main-banner .owl-carousel .owl-nav .owl-prev:hover,
  .main-banner .owl-carousel .owl-nav .owl-next:hover,
  .main-banner .owl-carousel .owl-buttons .owl-prev:hover,
  .main-banner .owl-carousel .owl-buttons .owl-next:hover {
    opacity: 1;
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(252, 204, 4, 0.55);
  }
}

.main-banner .owl-carousel .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 3;
}

.main-banner .owl-carousel .owl-page span {
  width: 11px;
  height: 11px;
  margin: 4px 6px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(252, 204, 4, 0.35);
  transition: background 0.25s ease, transform 0.25s ease;
}

.main-banner .owl-carousel .owl-page.active span,
.main-banner .owl-carousel .owl-page:hover span {
  background: #fccc04;
  transform: scale(1.15);
}

.section-one {
  position: relative;
}

.section-one::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(252, 204, 4, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.section-one > .nn_container {
  position: relative;
  z-index: 1;
}

.section-one .special-head::after {
  background-image: url(/static/themes/nano_lite/images/betsgate/title-border.png);
  filter: drop-shadow(0 0 8px rgba(252, 204, 4, 0.35));
}

.section-one .solution-list .solution-col {
  padding: 22px 14px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(252, 204, 4, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.section-one .solution-list .solution-col:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(252, 204, 4, 0.55);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(252, 204, 4, 0.18);
}

.section-one .solution-list .solution-col .solution-icon {
  box-shadow:
    0 0 0 3px rgba(252, 204, 4, 0.25),
    0 8px 24px rgba(0, 0, 0, 0.35);
}

.section-two .solution-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: solutionFloat 6s ease-in-out infinite;
}

.section-two .solution-img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 8px 12px 36px rgba(0, 0, 0, 0.18), 0 0 24px rgba(252, 204, 4, 0.12);
}

@keyframes solutionFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.section-two .solution-title::after {
  background-image: url(/static/themes/nano_lite/images/betsgate/title-border.png);
}

.section-two .usage-content {
  box-shadow: inset 0 0 0 1px rgba(252, 204, 4, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.section-two .usage-content:hover {
  box-shadow:
    inset 0 0 0 1px rgba(252, 204, 4, 0.45),
    0 8px 24px rgba(252, 204, 4, 0.12);
  transform: translateY(-2px);
}

.section-two .usage-btn,
.parallax-section .section-btn-one,
.section-three .section-btn-one {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-two .usage-btn:hover,
.parallax-section .section-btn-one:hover,
.section-three .section-btn-one:hover {
  transform: translateY(-2px);
  box-shadow:
    -2px 4px 20px rgba(252, 204, 4, 0.55),
    2px 4px 20px rgba(255, 145, 0, 0.45);
}

.parallax-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(252, 204, 4, 0.1), transparent 45%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 100%);
  pointer-events: none;
}

.parallax-section > .nn_container {
  position: relative;
  z-index: 1;
}

.parallax-section .section-head {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.parallax-section .section-text-lg {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.section-three {
  position: relative;
}

.section-three::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(252, 204, 4, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.section-three > .nn_container {
  position: relative;
  z-index: 1;
}

.section-three .section-head,
.section-three .section-text-lg {
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s);
}

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

.reveal--left {
  transform: translateX(-36px);
}

.reveal--right {
  transform: translateX(36px);
}

.reveal--left.is-visible,
.reveal--right.is-visible {
  transform: translateX(0);
}

/* Subpage hero: readable copy on bright background images */
.page-banner {
  overflow: hidden;
}

.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(252, 204, 4, 0.12), transparent 48%),
    linear-gradient(105deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 45%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.page-banner > .nn_container,
.page-banner > .container {
  position: relative;
  z-index: 2;
}

.page-banner .page-title,
.page-banner .page-text,
.page-banner .breadcrumb li,
.page-banner .breadcrumb li a,
.page-banner .breadcrumb li.active {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
}

.page-banner .page-text {
  max-width: min(720px, 72%);
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  line-height: 1.65;
}

.page-banner .page-text p {
  margin: 0;
}

.page-banner .btn-group {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .page-banner .page-text {
    max-width: none;
    padding: 16px 18px;
  }
}

/* Feature lists on solution subpages */
.common-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  position: relative;
}

.common-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #fccc04 0%, #ff9100 100%);
  box-shadow: 0 0 12px rgba(252, 204, 4, 0.35);
  opacity: 0.75;
}

.common-list li {
  margin-bottom: 0 !important;
  padding: 14px 18px 14px 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
  border: 1px solid rgba(252, 204, 4, 0.2);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  font-weight: 500;
  line-height: 1.55 !important;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.common-list li.reveal--list {
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.statistic-section.bc-change .common-list li,
.cloud-section .common-list li {
  background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
}

.common-list li::before {
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  text-align: center;
  font-size: 13px !important;
  border-radius: 50%;
  color: #1a1a1a !important;
  background: linear-gradient(135deg, #fccc04 0%, #ff9100 100%);
  box-shadow:
    0 0 0 3px rgba(252, 204, 4, 0.18),
    0 4px 14px rgba(255, 145, 0, 0.28);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.common-list li:hover {
  transform: translateX(8px);
  border-color: rgba(252, 204, 4, 0.55);
  background: linear-gradient(135deg, #fff 0%, #fffdf5 100%);
  box-shadow:
    0 10px 28px rgba(252, 204, 4, 0.16),
    0 4px 14px rgba(0, 0, 0, 0.06);
}

.common-list li:hover::before {
  transform: translateY(-50%) scale(1.08) !important;
  box-shadow:
    0 0 0 4px rgba(252, 204, 4, 0.28),
    0 6px 18px rgba(255, 145, 0, 0.38);
}

.common-list li.reveal--list.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.common-list li.reveal--list.is-visible:hover {
  transform: translateX(8px);
}

@media only screen and (max-width: 992px) {
  .common-list li:hover,
  .common-list li.reveal--list.is-visible:hover {
    transform: none;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner::after {
    height: 56px;
  }

  .section-one .solution-list .solution-col {
    margin-bottom: 8px;
  }

  .section-two .solution-img {
    animation: none;
  }
}

/* ── IA section components ── */

.metric-strip-section {
  padding: 40px 0;
  background: #111;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.metric-item {
  text-align: center;
  padding: 22px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(252, 204, 4, 0.25);
}

.metric-item__value {
  display: block;
  font-family: 'Acme', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: #fccc04;
  line-height: 1.1;
  margin-bottom: 8px;
}

.metric-item__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.launch-steps-section {
  padding: 70px 0;
  background: #fff;
}

.launch-steps-section.bc-change {
  background: #f7f7f7;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.launch-step {
  position: relative;
  padding: 28px 24px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(252, 204, 4, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.launch-steps-section.bc-change .launch-step {
  background: #fff;
}

.launch-step__num {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Acme', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ff9100;
}

.launch-step__title {
  display: block;
  margin: 0 0 10px;
  font-family: 'Acme', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.launch-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
}

.feature-grid-section {
  padding: 70px 0;
  background: #fff;
}

.feature-grid-section.bc-change {
  background: #f7f7f7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.feature-card {
  padding: 24px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  border: 1px solid rgba(252, 204, 4, 0.2);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(252, 204, 4, 0.5);
  box-shadow: 0 12px 32px rgba(252, 204, 4, 0.12);
}

.feature-card__title {
  margin: 0 0 10px;
  font-family: 'Acme', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.feature-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

.platform-cards-section {
  padding: 70px 0;
  background: #fff;
}

.platform-cards-section.bc-change {
  background: #f7f7f7;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.platform-card {
  display: block;
  padding: 24px 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(252, 204, 4, 0.22);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  text-decoration: none !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.platform-cards-section.bc-change .platform-card {
  background: #fff;
}

.platform-card:hover {
  transform: translateY(-6px);
  border-color: rgba(252, 204, 4, 0.55);
  box-shadow: 0 14px 36px rgba(252, 204, 4, 0.15);
}

.platform-card__icon {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
}

.platform-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-card__title {
  display: block;
  margin: 0 0 8px;
  font-family: 'Acme', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111;
}

.platform-card__text {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #666;
}

.platform-card__extras {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #ff9100;
}

.faq-section {
  padding: 70px 0;
  background: #fff;
}

.cta-band-section .error-page__btn-outline {
  display: inline-block;
  vertical-align: middle;
}

.cta-band-section .section-btn-one {
  display: inline-block;
  vertical-align: middle;
}

/* Header SOFTSYSTEM CTA – theme hover widens the button (160→180px) and causes jitter */
.main-header .nav.nav-margin .trial-btn {
  box-sizing: border-box;
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  transition: background 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  will-change: filter;
}

.main-header .nav.nav-margin .trial-btn:hover {
  width: 166px !important;
  min-width: 166px;
  max-width: 166px;
  background: linear-gradient(to right, #ff9100 0, #fccc04 100%) !important;
  background-color: transparent !important;
  color: #222 !important;
  filter: brightness(1.06);
  box-shadow: -2px 4px 18px 0 rgba(252, 204, 4, 0.55), 2px 4px 18px 0 rgba(255, 145, 0, 0.55);
  transform: none;
}

/* Header mega menu */
.main-header .nav li.header-dropdown {
  position: relative;
}

.main-header .nav li.header-dropdown > .dropdown-toggle::after {
  content: '\f078';
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 11px;
  color: #fccc04;
}

.main-header .nav li.header-dropdown.open > .dropdown-toggle,
.main-header .nav li.header-dropdown > .dropdown-toggle.active {
  color: #fccc04;
}

.header-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  margin: 0;
  padding: 14px 0 10px;
  list-style: none;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(252, 204, 4, 0.35);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 1100;
}

/* Invisible bridge so the pointer never leaves the dropdown hit area */
.header-dropdown.open .header-dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  transform: translateY(-100%);
}

.header-dropdown.open .header-dropdown-menu {
  display: block;
}

.header-dropdown-menu li {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}

.header-dropdown-menu li a {
  display: block !important;
  width: 100% !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  color: #fff !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-dropdown-menu li a:hover,
.header-dropdown-menu li a.active {
  background: rgba(252, 204, 4, 0.12) !important;
  color: #fccc04 !important;
}

.header-dropdown-menu__hub {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  padding-top: 6px;
}

.header-dropdown-menu__hub a {
  font-weight: 700 !important;
  color: #fccc04 !important;
}

@media only screen and (max-width: 992px) {
  .metric-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .launch-steps,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .platform-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-header .nav li.header-dropdown {
    position: relative;
  }

  .header-dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    min-width: 100%;
    margin: 10px 0 0;
    border-radius: 8px;
  }

  .cta-band-section .section-btn-one,
  .cta-band-section .error-page__btn-outline {
    display: block;
    width: 100%;
    margin: 0 0 12px !important;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog */
.blog-section {
  padding: 48px 0 64px;
}

.blog-section__header {
  margin-bottom: 28px;
}

.blog-section__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.blog-section__subtitle {
  color: #666;
  margin: 0;
}

.blog-breadcrumb {
  font-size: 14px;
  margin: 0 0 12px;
  color: #888;
}

.blog-breadcrumb a {
  color: #c9a000;
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  text-decoration: underline;
}

.blog-categories {
  position: sticky;
  top: 90px;
  margin-bottom: 32px;
}

.blog-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.blog-categories__list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-categories__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-categories__link:hover,
.blog-categories__link.is-active {
  background: rgba(252, 204, 4, 0.12);
  color: #1a1a2e;
  font-weight: 600;
}

.blog-categories__count {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  background: #f4f4f4;
  border-radius: 999px;
  padding: 2px 8px;
  min-width: 28px;
  text-align: center;
}

.blog-categories__link.is-active .blog-categories__count {
  background: rgba(252, 204, 4, 0.35);
  color: #1a1a2e;
}

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

.blog-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.blog-card__image-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.04);
}

.blog-card__body {
  padding: 18px 20px 22px;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.blog-card__category {
  color: #c9a000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.blog-card__category:hover {
  text-decoration: underline;
}

.blog-card__title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.blog-card__title a {
  color: #1a1a2e;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: #c9a000;
}

.blog-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__more {
  font-size: 13px;
  font-weight: 700;
  color: #c9a000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card__more:hover {
  text-decoration: underline;
}

.blog-pagination {
  margin-top: 36px;
  text-align: center;
}

.blog-pagination__list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.blog-pagination__link {
  display: inline-block;
  min-width: 40px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.blog-pagination__link:hover,
.blog-pagination__link.is-active {
  background: #fccc04;
  border-color: #fccc04;
  color: #1a1a2e;
  font-weight: 700;
}

.blog-pagination__info {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.blog-post-hero {
  padding: 48px 0 24px;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.04) 0%, transparent 100%);
}

.blog-post-hero__title {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 16px;
  max-width: 900px;
}

.blog-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  color: #666;
}

.blog-post-section {
  padding: 24px 0 64px;
}

.blog-post-featured {
  margin: 0 0 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.blog-post-featured img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-post-body {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.blog-post-body p {
  margin: 0 0 18px;
}

.blog-post-body a {
  color: #c9a000;
  font-weight: 600;
}

.blog-body-list {
  margin: 0 0 20px;
  padding-left: 22px;
}

.blog-body-list li {
  margin-bottom: 8px;
}

.blog-post-sidebar .blog-categories {
  position: static;
  margin-bottom: 28px;
}

.blog-related {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 20px;
}

.blog-related__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
  color: #1a1a2e;
}

.blog-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-related__list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-related__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-related__list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
}

.blog-related__list a:hover {
  color: #c9a000;
}

@media only screen and (max-width: 992px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-categories {
    position: static;
  }
}
