/* ExitCode - light theme */

:root {
  --ec-bg: #ffffff;
  --ec-bg-soft: #f7f7f8;
  --ec-surface: #ffffff;
  --ec-border: rgba(24, 24, 27, 0.1);
  --ec-text: #18181b;
  --ec-muted: #52525b;
  --ec-brand: #5443ba;
  --ec-brand-rgb: 84, 67, 186;
  --ec-brand-light: #6f5fd4;
  --brand: #5443ba;
}

[data-color-primary="color-primary-1"] {
  --brand: #5443ba;
}

.text-brand,
a.text-brand,
.section-about-us .text-brand {
  color: #5443ba !important;
}

.tf-btn,
a.tf-btn,
button.tf-btn,
.copy-btn.copied,
.feature-card .icon,
.scene-card .num,
.heading-section .heading-sub,
.about-panel .sub .dot,
.about-panel .dot {
  --brand: #5443ba;
}

.tf-btn:not(.tf-btn-2):not(.open-mb-menu),
a.tf-btn:not(.tf-btn-2):not(.open-mb-menu) {
  background: #5443ba !important;
  border-color: #5443ba !important;
  box-shadow: 0 8px 20px rgba(84, 67, 186, 0.22) !important;
}

.copy-btn.copied {
  background: #5443ba !important;
}

html,
body {
  background: transparent !important;
  color: var(--ec-text);
}

body {
  position: relative;
  min-height: 100%;
}

#wrapper {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  background: transparent;
}

/* ========== Grid + particle field (fixed, behind content) ========== */
#ec-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(24, 24, 27, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 24, 27, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  background-position: center top;
}

#ec-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}

/* Soft blur-in via veil — do NOT filter #wrapper (breaks position:fixed header) */
#ec-veil {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 1;
  transition: none;
}

body.is-ready #ec-veil {
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition:
    opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 1.15s,
    backdrop-filter 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-entering #ec-grid,
body.is-entering #ec-particles {
  filter: blur(8px);
  opacity: 0.75;
  transition: none;
}

body.is-ready #ec-grid,
body.is-ready #ec-particles {
  filter: none;
  opacity: 1;
  transition:
    filter 1.25s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  #ec-veil,
  body.is-ready #ec-veil,
  body.is-entering #ec-grid,
  body.is-entering #ec-particles,
  body.is-ready #ec-grid,
  body.is-ready #ec-particles {
    filter: none;
    opacity: 1;
    visibility: hidden;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
  }
}

/* ========== Full-width header ========== */
.tf-header.header2 {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 2000;
  padding: 0 !important;
  background: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.tf-header.header2 .header-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 14px clamp(16px, 4vw, 48px) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(24, 24, 27, 0.08) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(24, 24, 27, 0.04);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

body.is-scrolled .tf-header.header2 .header-inner,
.tf-header.header2.is-solid .header-inner {
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(24, 24, 27, 0.08);
}

.tf-header .box-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.tf-header .nav-menu-main {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 36px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-header .nav-menu-main .item-link {
  color: #3f3f46 !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  opacity: 1 !important;
  padding: 8px 4px;
  position: relative;
}

.tf-header .nav-menu-main .item-link:hover,
.tf-header .nav-menu-main .item-link:focus {
  color: #09090b !important;
}

.tf-header .nav-menu-main .item-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ec-brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.tf-header .nav-menu-main .item-link:hover::after {
  transform: scaleX(1);
}

.tf-header .tf-btn {
  white-space: nowrap;
  background: var(--ec-brand) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 8px 20px rgba(var(--ec-brand-rgb), 0.22);
}

.tf-header .tf-btn:hover {
  filter: brightness(1.05);
}

.tf-header .mobile-menu {
  min-width: 44px;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

/* ========== Mobile bottom drawer ========== */
.offcanvas-menu {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 4000 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease !important;
}

.offcanvas-menu.show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ec-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(24, 24, 27, 0.42);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.offcanvas-menu .offcanvas-content.ec-drawer-sheet,
.offcanvas-menu .ec-drawer-sheet {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  height: auto !important;
  max-height: min(72vh, 560px);
  width: 100% !important;
  margin: 0 !important;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 20px 20px !important;
  background: #fff !important;
  border-radius: 0 0 22px 22px !important;
  box-shadow: 0 12px 40px rgba(24, 24, 27, 0.16);
  transform: translateY(-108%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1) !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.offcanvas-menu.show .ec-drawer-sheet {
  transform: translateY(0);
}

.ec-drawer-handle {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #d4d4d8;
  margin: 0 auto 10px;
  flex-shrink: 0;
  order: 99;
}

.offcanvas-menu .canvas_head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(24, 24, 27, 0.08);
}

.offcanvas-menu.show .canvas_head {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition-delay: 0s !important;
}

.offcanvas-menu .btn-mobile-menu {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f4f4f5;
  color: #18181b !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.offcanvas-menu .btn-mobile-menu .icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #18181b !important;
}

.offcanvas-menu .canvas_center {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: 8px 0 0 !important;
}

.offcanvas-menu .nav-ul-mb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.offcanvas-menu .nav-ul-mb li {
  overflow: visible !important;
  text-align: left !important;
  text-align: start !important;
  width: 100%;
}

.offcanvas-menu .nav-ul-mb .item,
.offcanvas-menu .nav-ul-mb li .item {
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  justify-content: flex-start !important;
  place-items: start !important;
}

.offcanvas-menu.show .nav-ul-mb li .item,
.offcanvas-menu.show .nav-ul-mb li:nth-child(n) .item {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition-delay: 0s !important;
}

.offcanvas-menu .mb-menu-link,
.offcanvas-menu .mb-menu-link .text {
  display: block;
  width: 100%;
  text-align: left !important;
  text-align: start !important;
  color: #18181b !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 14px 4px;
  border-radius: 12px;
  pointer-events: auto !important;
}

.offcanvas-menu .mb-menu-link:active,
.offcanvas-menu .mb-menu-link:hover {
  background: #f4f4f5;
}

.ec-drawer-cta {
  margin-top: 12px;
  width: 100%;
  justify-content: center;
  text-align: center;
}

body.overflow-hidden {
  overflow: hidden !important;
}

.brand-exitcode {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-exitcode .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, #5443ba, #6f5fd4);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.brand-exitcode .brand-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(24, 24, 27, 0.1);
  background: #fff;
}

.brand-exitcode .brand-name {
  color: #18181b !important;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}

/* ========== Hero ========== */
.section-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 120px 0 88px;
}

.section-hero .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-hero .container {
  position: static !important;
  z-index: 2;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.section-hero .scroll-more {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #3f3f46 !important;
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.12);
  box-shadow: 0 8px 24px rgba(24, 24, 27, 0.06);
}

.section-hero .scroll-more .icon,
.section-hero .scroll-more i {
  color: #5443ba !important;
}

.section-hero .scroll-more .link1 {
  color: #3f3f46 !important;
}

.hero-fallback {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(var(--ec-brand-rgb), 0.12), transparent 55%),
    radial-gradient(ellipse at 90% 40%, rgba(42, 198, 248, 0.06), transparent 42%);
  pointer-events: none;
}

.section-hero .content-wrap {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center;
  overflow: visible;
}

.section-hero .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: visible;
}

.section-hero .title1 {
  display: block;
  text-align: center;
}

.section-hero .hero-title-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}

.section-hero .hero-slogan-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.section-hero .hero-slogan {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25;
  margin: 0;
}

.section-hero .content-wrap .title-icon {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-42%);
  height: 155px;
  width: 255px;
  pointer-events: none;
}

.section-hero .title,
.section-hero .title span,
.section-hero .hero-slogan {
  color: #18181b !important;
  -webkit-text-fill-color: #18181b;
  background: none;
}

.section-hero .title .text-gradient-1 {
  background: linear-gradient(90deg, #18181b 0%, #27272a 45%, #5443ba 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-hero .text {
  color: #52525b !important;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero .hero-brandline {
  margin-bottom: 10px;
}

/* Restore original floating hero icons */

.section-hero .content-wrap .title-icon .box {
  display: flex;
  width: 255px;
  height: 80px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5443ba 0%, #6f5fd4 100%);
  box-shadow:
    0 3.44px 5.57px rgba(0, 0, 0, 0.09),
    0 22.91px 37.08px rgba(var(--ec-brand-rgb), 0.18),
    0 76px 123px rgba(var(--ec-brand-rgb), 0.06),
    0 14px 34px rgba(var(--ec-brand-rgb), 0.28),
    0 1px 2px rgba(var(--ec-brand-rgb), 0.4);
}

.section-hero .content-wrap .title-icon .title-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 177px;
  overflow: hidden;
  pointer-events: none;
}

.section-hero .content-wrap .title-icon .img-1,
.section-hero .content-wrap .title-icon .img-2,
.section-hero .content-wrap .title-icon .img-3 {
  position: absolute;
  width: auto;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 10px 18px rgba(24, 24, 27, 0.18));
}

.section-hero .content-wrap .title-icon .img-1 {
  left: 49px;
  top: 0;
  animation: ec-float-a 3.6s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon .img-2 {
  left: 136px;
  top: 28px;
  animation: ec-float-b 4.2s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon .img-3 {
  left: 66px;
  top: 83px;
  animation: ec-float-c 3.9s ease-in-out infinite;
}

@keyframes ec-float-a {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes ec-float-b {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

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

.section-hero .bot-btns {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-hero .bot-btns .tf-btn,
.section-hero .bot-btns .tf-btn-2 {
  margin: 0;
  min-width: 148px;
}

.section-hero .bot-btns .tf-btn {
  background: var(--ec-brand) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(var(--ec-brand-rgb), 0.28) !important;
}

.section-hero .bot-btns .tf-btn-2 {
  background: #fff !important;
  color: #18181b !important;
  border: 1px solid rgba(24, 24, 27, 0.14) !important;
  box-shadow: 0 6px 16px rgba(24, 24, 27, 0.06) !important;
}

/* Section headings centered */
.heading-section.center {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading-section.center .heading-sub {
  margin-left: auto !important;
  margin-right: auto !important;
}

.heading-section.center .heading-title {
  text-align: center;
}

/* Soft sections: solid #f7f7f8 hides the particle field */
.section-about-us,
.section-features,
.section-faqs {
  background: rgb(247, 247, 248);
  position: relative;
  z-index: 1;
}

.section-about-us,
.section-features,
.section-faqs,
.install-section,
footer {
  color: var(--ec-text);
}

.heading-section .heading-sub {
  color: var(--ec-brand) !important;
  background: #fff !important;
  border: 1px solid rgba(24, 24, 27, 0.08);
}

.heading-section .heading-title,
.heading-section .heading-title * {
  color: #18181b !important;
  background: none !important;
  -webkit-text-fill-color: #18181b !important;
}

.card-desc,
.feature-card .card-desc,
.scene-card .card-desc,
.install-section .heading-section .text {
  color: #52525b !important;
}

.about-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background:
    radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(0deg, #18181b, #18181b);
  border: 0;
  border-radius: 40px;
  padding: 64px 28px 0;
  overflow: hidden;
  box-shadow:
    0 7.77px 2.21px rgba(0, 0, 0, 0.06),
    0 3px 3px rgba(0, 0, 0, 0.1),
    0 -8px 0 #2e2e2e inset,
    0 4px 0 rgba(255, 255, 255, 0.3) inset;
}

.about-panel .sub,
.about-panel .sub.text-white {
  color: #fff !important;
  border: 1px solid #3f3f46;
  border-radius: 99px;
  width: max-content;
  padding: 6px 15px 5px;
  margin: 0 auto 12px;
}

.about-panel .title,
.about-panel .title.text-white,
.about-panel h5 {
  color: #fff !important;
}

.about-panel .text-neutral-300,
.about-panel p,
.about-panel .text-white {
  color: #ffffff !important;
}

.about-panel .tf-btn {
  background: var(--ec-brand) !important;
  color: #fff !important;
}

.earth-img,
.about-panel .earth-img,
.section-about-us .col-left img.earth-img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  opacity: 1;
  display: block;
  margin: -25px auto 0 !important;
  border-radius: 38px;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

.feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.feature-card,
.scene-card {
  padding: 24px;
  border: 1px solid var(--ec-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(24, 24, 27, 0.04);
}

.feature-card .icon {
  font-size: 28px;
  color: var(--ec-brand);
  margin-bottom: 12px;
  display: inline-block;
}

.feature-card h6,
.scene-card h5 {
  margin-bottom: 8px;
  color: #18181b !important;
}

.scene-card {
  height: 100%;
  background: #fff;
}

.scene-card .num {
  color: var(--ec-brand);
  font-weight: 700;
  margin-bottom: 12px;
}

/* Transparent sections: particle field shows through */
.install-section {
  background: transparent;
  position: relative;
  z-index: 1;
}

.install-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 24, 27, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(24, 24, 27, 0.06);
}

.install-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.install-tabs button {
  border: 1px solid rgba(24, 24, 27, 0.14);
  background: #fff;
  color: #3f3f46;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  transition: 0.2s ease;
}

.install-tabs button.active,
.install-tabs button:hover {
  background: var(--ec-brand) !important;
  border-color: var(--ec-brand) !important;
  color: #fff !important;
}

.install-box {
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background: #18181b;
  box-shadow: 0 16px 40px rgba(24, 24, 27, 0.12);
}

.install-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #d4d4d8;
  font-weight: 600;
}

.copy-btn {
  border: 0;
  border-radius: 8px;
  background: var(--ec-brand);
  color: #fff;
  font-weight: 700;
  padding: 8px 14px;
  white-space: nowrap;
}

.copy-btn.copied {
  background: #219653;
}

#installCmd {
  margin: 0;
  padding: 20px 18px;
  white-space: pre-wrap;
  word-break: break-all;
  color: #f4f4f5;
  font-size: 14px;
  line-height: 1.7;
  background: transparent;
}

.install-steps {
  margin: 24px 0 12px;
  padding-left: 20px;
  color: #3f3f46;
}

.install-steps li {
  margin-bottom: 8px;
}

.install-tip {
  color: #71717a;
  font-size: 14px;
}

.install-tip code,
.install-steps code {
  color: #18181b;
  background: #f4f4f5;
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid rgba(24, 24, 27, 0.08);
}

/* ========== FAQ ========== */

.section-faqs .accordion-asked-item {
  background: #fff;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}

.section-faqs .accordion-asked-item,
.section-faqs .accordion-button,
.section-faqs .accordion-body {
  color: #18181b !important;
}

.section-faqs .accordion-button {
  background: #fff !important;
  box-shadow: none !important;
}

.section-faqs .accordion-body {
  color: #52525b !important;
  background: #fff;
}

/* ========== Footer ========== */
.footer-simple {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 8px;
  margin: 0 auto;
  max-width: 720px;
}

.footer-simple .brand-exitcode {
  justify-content: center;
  margin-bottom: 20px;
}

.footer-simple .title,
.footer-simple .text,
footer .footer-links a,
footer .coppy-rights {
  color: #52525b !important;
}

footer {
  background: transparent;
  border-top: 1px solid rgba(24, 24, 27, 0.08);
  position: relative;
  z-index: 1;
}

footer .brand-exitcode .brand-name {
  color: #18181b !important;
}

footer .action-go-top {
  color: #3f3f46 !important;
}

/* Mobile menu light (drawer sheet already white) */
.offcanvas-menu .brand-exitcode .brand-name {
  color: #18181b !important;
  font-size: 18px;
}

#goTop {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: var(--ec-brand) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(var(--ec-brand-rgb), 0.35) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
}

#goTop.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

#goTop:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

#goTop .border-progress {
  border-color: rgba(255, 255, 255, 0.55) !important;
}

footer .action-go-top {
  display: none !important;
}

.mt-16 {
  margin-top: 16px;
}

.mb-48 {
  margin-bottom: 48px !important;
}

/* ========== Responsive ========== */
@media (max-width: 991.98px) {
  .tf-header .box-navigation {
    display: none !important;
  }

  .section-hero {
    padding: 108px 0 72px;
    min-height: auto;
  }

  .section-hero .title {
    font-size: clamp(34px, 10vw, 56px) !important;
    line-height: 1.15 !important;
  }

  .section-hero .hero-title-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .section-hero .hero-slogan-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-hero .hero-slogan {
    white-space: normal;
    font-size: clamp(26px, 7.5vw, 40px) !important;
  }

  .section-hero .content-wrap .title-icon {
    position: relative;
    left: auto;
    top: auto;
    transform: scale(0.78);
    transform-origin: center top;
    height: 130px;
    margin: 8px auto 0;
  }

  .about-panel {
    min-height: auto;
    margin-bottom: 16px;
  }

  .install-box-head {
    flex-wrap: wrap;
  }

  .footer-bottom {
    display: grid !important;
    gap: 16px;
    text-align: center;
  }

  .footer-bottom .footer-links,
  .footer-bottom .action-go-top {
    justify-content: center !important;
  }
}

@media (max-width: 575.98px) {
  .tf-header.header2 .header-inner {
    padding: 12px 14px !important;
  }

  .brand-exitcode .brand-name {
    font-size: 17px;
  }

  .section-hero .bot-btns .tf-btn,
  .section-hero .bot-btns .tf-btn-2 {
    width: 100%;
    justify-content: center;
  }

  .install-tabs button {
    flex: 1 1 auto;
    text-align: center;
  }

  #installCmd {
    font-size: 12.5px;
  }

  .flat-spacing {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
