html {
  transition: background-color 0.35s ease;
  background-color: var(--color-page);
}

:root {
  --color-body: #494949;
  --color-primary: #f47b20;
  --color-forgot: #f94346;
  --color-nav: #343e56;
  --color-border: #ebecef;
  --color-black: #181818;
  --color-white: #ffffff;
  --color-page: #fff9f3;
  --gradient-brand: linear-gradient(90deg,
      #fbbd08 0%,
      #f47b20 25%,
      #c4272e 50%,
      #8b1a4a 75%,
      #3d1053 100%);
  --gradient-text: linear-gradient(90deg,
      #d5a20f 0%,
      #f47b20 25%,
      #c4272e 50%,
      #d31b69 75%,
      #dd7d3c 100%);
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --radius-header: 20px;
  --radius-btn: 16px;
  --radius-field: 16px;
  --shadow-header: 0 4px 24px rgba(24, 24, 24, 0.04);
  --shadow-cta:
    0 24.721px 16.129px rgba(200, 8, 61, 0.08), 0 2px 3px rgba(200, 8, 61, 0.2);
  --shadow-card: 0 4px 4px rgba(0, 0, 0, 0.1);
  --page-max: 1440px;
  --scrollbar-size: 6px;
  --scrollbar-track: #efe8e0;
  --scrollbar-thumb: rgba(244, 123, 32, 0.45);
  --scrollbar-thumb-hover: rgba(244, 123, 32, 0.7);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --color-black: #f7f2f2;
  --color-body: #c8c4c0;
  --color-nav: #ebecef;
  --color-border: rgba(255, 255, 255, 0.12);
  --color-white: #1a1a1a;
  --color-page: #0b0b0b;
  --shadow-header: 0 4px 24px rgba(0, 0, 0, 0.35);
  --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.35);
  --scrollbar-track: #242424;
  --scrollbar-thumb: rgba(255, 255, 255, 0.28);
  --scrollbar-thumb-hover: rgba(255, 255, 255, 0.45);
}

html[data-theme='dark'] .theme-toggle__track {
  background: #ffffff;
  border-color: #fbbd08;
}

html[data-theme='dark'] .site-header {
  background: rgba(20, 20, 20, 0.45);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
}

html[data-theme='dark'] .mobile-nav {
  background: rgba(20, 20, 20, 0.55);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
}

html[data-theme='dark'] .mobile-nav__link:hover,
html[data-theme='dark'] .mobile-nav__link:focus-visible {
  background: rgba(244, 123, 32, 0.14);
}

html[data-theme='dark'] .mobile-nav__footer {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Contact Us mobile: avoid "glass" blur effect on small screens */
@media (max-width: 767.98px) {
  html[data-theme='dark'] .contact-page-shell .site-header,
  html[data-theme='dark'] .contact-page-shell .mobile-nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* If mobile nav overlay is open, also remove the backdrop blur */
  body.is-nav-open::before {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

html[data-theme='dark'] .platform-tab:not(.is-active) {
  background-color: #1a1a1a;
  border-color: #f47b20;
  color: #ffffff;
}

html[data-theme='dark'] .platform-tab:not(.is-active):hover {
  background-color: #242424;
  border-color: #f47b20;
}

html[data-theme="dark"] .platform-panel {
  background: #1C1C1C;
  border: 1px solid rgba(222, 33, 90, 0.26);
}

html[data-theme="dark"] .trust-badge {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

html[data-theme="dark"] .plan-card {
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
  border-color: #464646;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

html[data-theme="dark"] .plan-card__noise {
  opacity: 0.03;
  background-color: transparent;
  background-image: url("https://storage.perfectcdn.com/dua12k/su916nhhysqr0ya8.png");
  background-size: 220px 220px;
  background-repeat: repeat;
  background-position: center;
}

html[data-theme="dark"] .plan-card__noise::after {
  content: none;
}

html[data-theme="dark"] .plan-card__badge {
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__name,
html[data-theme="dark"] .plan-card__price {
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__features {
  background: rgba(0, 182, 92, 0.15);
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__stars {
  color: #ff8e00;
}

html[data-theme="dark"] .plan-card__stars iconify-icon.is-muted {
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__rating span {
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__cta {
  color: #ffffff;
}

html[data-theme="dark"] .plan-card__cta:hover {
  color: #ffffff;
}

/* Services page — dark mode */
html[data-theme="dark"] .services-page .services-hero {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #1a0a08;
  background-image: url("https://storage.perfectcdn.com/dua12k/u7ltdmtbgxwlh5ju.webp");
}

html[data-theme="dark"] .services-page .services-hero .api-hero__title {
  color: #fafafb;
}

html[data-theme="dark"] .services-page .services-hero .api-hero__lead {
  color: #ebecef;
}

html[data-theme="dark"] .services-page .platform-tab:not(.is-active) {
  background-color: #1e1e1e;
  border: 0.5px solid #f47b20;
  color: #ffffff;
}

html[data-theme="dark"] .services-page .platform-tab:not(.is-active):hover {
  background-color: #242424;
}

html[data-theme="dark"] .services-toolbar {
  border: 1px solid #636363;
  border-radius: 12px;
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
}

html[data-theme="dark"] .services-toolbar__filter,
html[data-theme="dark"] .services-toolbar__filter:hover,
html[data-theme="dark"] .services-toolbar__filter [data-filter-label],
html[data-theme="dark"] .services-toolbar__filter-icon,
html[data-theme="dark"] .services-toolbar__filter-icon iconify-icon {
  color: #ffffff;
}

html[data-theme="dark"] .services-toolbar__search {
  border: 1px solid rgba(115, 115, 115, 0.5);
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.2);
}

html[data-theme="dark"] .services-toolbar__search-icon {
  color: #ebecef;
}

html[data-theme="dark"] .services-toolbar__search input {
  color: #ffffff;
}

html[data-theme="dark"] .services-toolbar__search input::placeholder {
  color: #c1c4cc;
}

html[data-theme="dark"] .services-toolbar__menu {
  border-color: rgba(255, 255, 255, 0.12);
  background: #121212;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .services-toolbar__menu li {
  color: #ffffff;
}

html[data-theme="dark"] .services-toolbar__menu li:hover,
html[data-theme="dark"] .services-toolbar__menu li:focus {
  background: rgba(244, 123, 32, 0.16);
}

html[data-theme="dark"] .service-group {
  border: 1px solid #636363;
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
}

html[data-theme="dark"] .service-group__header {
  background: transparent;
  color: #ffffff;
}

html[data-theme="dark"] .service-group.is-open {
  border-color: #424242;
}

html[data-theme="dark"] .service-group.is-open .service-group__header {
  background-image: var(--gradient-brand);
  color: #ffffff;
}

html[data-theme="dark"] .service-group.is-open .service-group__panel-inner {
  border-top-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .process__pill {
  color: #ffffff;
}

html[data-theme="dark"] .process__step:not(.process__step--active) .process__card {
  border: none;
  box-shadow: inset 0 0 0 1px rgba(211, 211, 211, 0.26);
  background: linear-gradient(180deg, #000 44.87%, #242424 121.32%);
  backdrop-filter: blur(50px);
}

html[data-theme="dark"] .process__step:not(.process__step--active):hover .process__card,
html[data-theme="dark"] .process__step--active .process__card {
  background: linear-gradient(181deg, #000000 0.8%, var(--step-hover, var(--step-color)) 102%);
  border: none;
  box-shadow: none;
}

html[data-theme="dark"] .process__icon-bg--idle {
  filter: brightness(0.13);
}

html[data-theme="dark"] .process__icon-glyph {
  filter: brightness(0) invert(1);
}

html[data-theme="dark"] .section-header__badge-text {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #ffffff;
}

html[data-theme="dark"] .payment-methods__logos img {
  content: url('https://storage.perfectcdn.com/dua12k/nkm3q33baozq7jmw.webp');
}

html[data-theme="dark"] .faq__tab.is-active {
  color: #ffffff;
}

html[data-theme="dark"] .cta-banner__title,
html[data-theme="dark"] .cta-banner__lead,
html[data-theme="dark"] .cta-banner__btn {
  color: #ffffff;
}

html[data-theme="dark"] .site-footer__social-title,
html[data-theme="dark"] .site-footer__heading,
html[data-theme="dark"] .site-footer__list a,
html[data-theme="dark"] .site-footer__contact-list a,
html[data-theme="dark"] .site-footer__contact-list span,
html[data-theme="dark"] .site-footer__legal p,
html[data-theme="dark"] .site-footer__logo span {
  color: #ffffff;
}

html[data-theme="dark"] .site-footer__list a:hover {
  color: #f47b20;
}

html[data-theme="dark"] .process__step--active .process__card-title,
html[data-theme="dark"] .process__step:not(.process__step--active):hover .process__card-title {
  color: var(--color-black);
}

html[data-theme="dark"] .process__step--active .process__card-text,
html[data-theme="dark"] .process__step:not(.process__step--active):hover .process__card-text {
  color: var(--color-body);
}

html[data-theme="dark"] .review-clip {
  border-color: rgba(215, 211, 208, 0.1);
  background: linear-gradient(124.97deg, rgba(78, 8, 17, 0.1) 18.542%, rgba(105, 105, 105, 0.1) 94.393%);
}

html[data-theme="dark"] .review-clip__body {
  border-color: rgba(231, 233, 239, 0.1);
  border-style: dashed;
}

html[data-theme="dark"] .review-clip__date {
  color: #a6aab5;
}

/* ---------- Shared section header ---------- */
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 632px;
  margin: 0 auto;
  text-align: center;
}

.section-header--md {
  max-width: 755px;
  gap: 24px;
}

.section-header--lg {
  max-width: 934px;
  gap: 24px;
}

.section-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-header__badge img,
.about__badge img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
  transform-origin: center center;
  animation: badge-sparkle-rotate 4s infinite;
  will-change: transform;
}

.section-header__badge-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-header__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.section-header__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-body);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--color-black);
  background: var(--color-page);
  transition: background-color 0.35s ease, color 0.35s ease;
}

/* Minimal scrollbars
   NOTE: Do NOT set ::-webkit-scrollbar width/height on `*` or html/body.
   That forces a classic (non-overlay) gutter; with a transparent track it
   looks like empty blank space on the right. */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.dash-sidebar,
.dash-orders-table-wrap,
.dash-ticket-list-wrap,
.dash-select-wrap .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.dash-sidebar::-webkit-scrollbar,
.dash-orders-table-wrap::-webkit-scrollbar,
.dash-ticket-list-wrap::-webkit-scrollbar,
.dash-select-wrap .select2-results__options::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

.dash-sidebar::-webkit-scrollbar-track,
.dash-orders-table-wrap::-webkit-scrollbar-track,
.dash-ticket-list-wrap::-webkit-scrollbar-track,
.dash-select-wrap .select2-results__options::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: 999px;
}

.dash-sidebar::-webkit-scrollbar-thumb,
.dash-orders-table-wrap::-webkit-scrollbar-thumb,
.dash-ticket-list-wrap::-webkit-scrollbar-thumb,
.dash-select-wrap .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dash-sidebar::-webkit-scrollbar-thumb:hover,
.dash-orders-table-wrap::-webkit-scrollbar-thumb:hover,
.dash-ticket-list-wrap::-webkit-scrollbar-thumb:hover,
.dash-select-wrap .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}

.dash-sidebar::-webkit-scrollbar-corner,
.dash-orders-table-wrap::-webkit-scrollbar-corner,
.dash-ticket-list-wrap::-webkit-scrollbar-corner,
.dash-select-wrap .select2-results__options::-webkit-scrollbar-corner {
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

/* ---------- Shell ---------- */
.page-shell {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: 24px 0 100px;
  overflow-x: clip;
}

.page-top-bg,
.services-page__top-bg,
.about-page__top-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 839px;
  pointer-events: none;
  overflow: hidden;
}

.page-top-bg img,
.services-page__top-bg img,
.about-page__top-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.page-shell>main {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {

  .page-top-bg,
  .services-page__top-bg,
  .about-page__top-bg {
    height: 520px;
  }
}

/* Match design rail; Bootstrap xxl is 1320px */
.container {
  max-width: var(--page-max);
}

/* ---------- Header ---------- */
.site-header-wrap {
  position: sticky;
  top: 16px;
  z-index: 100;
  width: 100%;
  padding-top: 16px;
  margin-bottom: 8px;
}

.site-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-header);
  box-shadow: var(--shadow-header);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  animation: fade-up 0.7s ease both;
}

.site-header__logo {
  justify-self: start;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: clip;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.site-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-toggle {
  position: relative;
  flex-shrink: 0;
  width: 74px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.theme-toggle__track {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 64px;
  height: 23px;
  border: 0.5px solid #fbbd08;
  border-radius: 100px;
  background: #ffffff;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 0.5px rgba(251, 189, 8, 0.2);
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.theme-toggle__label {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin: 0;
  min-width: 28px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform: translateY(-50%);
  pointer-events: none;
  transition:
    right 0.25s ease,
    left 0.25s ease;
}

.theme-toggle__thumb {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  transition: left 0.25s ease;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
}

.theme-toggle__icon {
  position: absolute;
  inset: 0;
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

.theme-toggle__icon--dark {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: var(--gradient-brand);
  color: #fff;
  z-index: 1;
}

.theme-toggle__icon--dark iconify-icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
}

.theme-toggle__icon--dark iconify-icon svg {
  fill: currentColor;
}

.theme-toggle.is-dark .theme-toggle__thumb {
  left: 42px;
}

.theme-toggle.is-dark .theme-toggle__label {
  right: auto;
  left: 15px;
}

.theme-toggle.is-dark .theme-toggle__icon--light {
  opacity: 0;
  visibility: hidden;
}

.theme-toggle.is-dark .theme-toggle__icon--dark {
  display: inline-flex;
}

.theme-toggle:focus-visible {
  outline: none;
}

.theme-toggle:focus-visible .theme-toggle__track {
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.18);
}

@media (max-width: 991.98px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header-wrap {
    transition:
      transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease;
    will-change: transform;
  }

  .site-header-wrap.is-scroll-hidden {
    transform: translateY(calc(-100% - 32px));
    opacity: 0;
    pointer-events: none;
  }
}

.site-nav__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-nav);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: var(--color-primary);
}

.site-header__cta {
  flex-shrink: 0;
  height: 48px;
  padding: 12px 24px;
  box-shadow: var(--shadow-cta);
}

.site-header__toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.site-header__toggle:hover,
.site-header__toggle:focus-visible {
  border-color: rgba(244, 123, 32, 0.45);
  outline: none;
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.12);
}

.site-header__toggle span:not(.visually-hidden) {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--color-black);
  border-radius: 2px;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease,
    background 0.2s ease;
}

.site-header__toggle[aria-expanded='true'] {
  border-color: rgba(244, 123, 32, 0.55);
  background: #fff8f1;
}

.site-header__toggle[aria-expanded='true'] span:not(.visually-hidden) {
  background: var(--color-primary);
}

.site-header__toggle[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header__toggle[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.site-header__toggle[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(24, 24, 24, 0.1);
  backdrop-filter: blur(16px) saturate(1.35);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  animation: mobile-nav-in 0.28s ease both;
}

.mobile-nav[hidden] {
  display: none !important;
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-nav);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.mobile-nav__link::after {
  display: none;
}

.mobile-nav__link:hover,
.mobile-nav__link:focus-visible {
  color: var(--color-primary);
  background: #fff4ea;
  outline: none;
}

.mobile-nav__link:hover::after,
.mobile-nav__link:focus-visible::after {
  display: none;
}

.mobile-nav__link.is-active {
  color: var(--color-primary);
  background: linear-gradient(90deg,
      rgba(244, 123, 32, 0.14) 0%,
      rgba(244, 123, 32, 0.04) 100%);
  box-shadow: inset 3px 0 0 var(--color-primary);
}

.mobile-nav__link.is-active::after {
  display: none;
}

.mobile-nav__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.mobile-nav__cta {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  border-radius: 14px;
  box-shadow: var(--shadow-cta);
}

@keyframes mobile-nav-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

body.is-nav-open::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(24, 24, 24, 0.28);
  backdrop-filter: blur(2px);
  animation: mobile-nav-backdrop-in 0.2s ease both;
}

@keyframes mobile-nav-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .site-header__actions .site-header__cta {
    display: none;
  }
}

/* ---------- Buttons ---------- */
.btn-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background-image: var(--gradient-brand);
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    opacity 0.2s ease;
}

.btn-gradient:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-gradient:active {
  transform: translateY(0);
}

.btn-gradient__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 6px 28px;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-btn);
  background: var(--color-white);
  color: var(--color-black);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.btn-google:hover {
  background: #fffaf5;
  transform: translateY(-1px);
}

html[data-theme="dark"] .hero .btn-google:hover,
html[data-theme="dark"] .hero .btn-google.sign-in-google:hover {
  background: var(--color-white);
  transform: none;
  opacity: 1;
}

.btn-google__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  overflow: clip;
}

.btn-google__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- Hero ---------- */
.hero {
  margin-top: 64px;
  animation: fade-up 0.8s ease 0.1s both;
}

.hero-copy__title {
  margin: 0 0 24px;
  max-width: 547px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
}

.hero-copy__title-gradient {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy__lead {
  margin: 0 0 32px;
  max-width: 578px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

/* ---------- Auth form ---------- */
.auth-form {
  max-width: 580px;
}

.auth-form__label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.auth-input {
  position: relative;
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 20px;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-field);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.auth-input:focus-within {
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.15);
}

.auth-input.is-invalid {
  border-color: var(--color-forgot);
  box-shadow: 0 0 0 3px rgba(249, 67, 70, 0.12);
}

.auth-input__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
}

.auth-input .form-control {
  flex: 1;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.auth-input .form-control::placeholder {
  color: var(--color-body);
  opacity: 1;
}

.auth-input .form-control:focus {
  box-shadow: none;
  background: transparent;
  color: var(--color-black);
}

.auth-input__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.auth-input__toggle img {
  width: 16px;
  height: 16px;
}

html[data-theme="dark"] .hero .auth-input__icon,
html[data-theme="dark"] .hero .auth-input__toggle img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

html[data-theme="dark"] .hero .auth-check__idle {
  display: none;
}

html[data-theme="dark"] .hero .auth-check__box {
  border: 1px solid #f47b20;
  background: #0d0c10;
  box-sizing: border-box;
}

html[data-theme="dark"] .hero .auth-check input:checked + .auth-check__box {
  border-color: #f47b20;
  background: #0d0c10;
}

html[data-theme="dark"] .hero .auth-check input:checked + .auth-check__box::after {
  border-color: #f47b20;
  background: transparent;
}

.auth-form__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
  cursor: pointer;
  user-select: none;
}

.auth-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-check__box {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: clip;
}

.auth-check__idle {
  width: 20px;
  height: 20px;
}

.auth-check input:checked+.auth-check__box::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 5px;
  height: 9px;
  margin: auto;
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  border-radius: 0;
  background: transparent;
  transform: rotate(45deg) translate(0, -1px);
}

.auth-check input:focus-visible+.auth-check__box {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.auth-form__forgot {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-forgot);
  white-space: nowrap;
}

.auth-form__forgot:hover {
  color: #e02f33;
}

.auth-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.auth-form__signin,
.auth-form__actions .btn-google {
  flex: 1 1 220px;
  height: 52px;
  border-radius: var(--radius-btn);
  font-size: 14px;
}

.auth-form__footnote {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.auth-form__footnote a {
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.auth-form__footnote a:hover {
  color: #d96512;
}

/* ---------- Hero visual ---------- */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 575px;
  height: 599px;
  margin-inline: auto;
  animation: fade-up 0.9s ease 0.2s both;
}

.hero-visual__panel {
  position: absolute;
  left: 50%;
  top: calc(50% + 55.5px);
  width: 430px;
  height: 495px;
  transform: translate(-50%, -50%) translateX(45.5px);
  border-radius: 40px;
  background: linear-gradient(193deg, #9d2f0e 32%, #070405 81%);
}

.hero-visual__person {
  position: absolute;
  left: 94px;
  top: 16.5px;
  width: 405px;
  height: 585px;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  z-index: 2;
  animation: person-in 1s ease 0.25s both;
}

.hero-visual__rocket {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 172px;
  height: 268px;
  object-fit: contain;
  transform: rotate(35.55deg);
  transform-origin: center;
  z-index: 5;
  pointer-events: none;
  animation: rocket-float 4.5s ease-in-out infinite 0.6s;
}

.review-card {
  position: absolute;
  left: 0;
  top: 134px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  animation: card-pop 0.7s ease 0.45s both;
}

.review-card__logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.review-card__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.review-card__stars {
  display: flex;
  align-items: center;
}

.review-card__stars img {
  width: 16px;
  height: 16px;
  transform-origin: center;
  animation: star-twinkle 1.8s ease-in-out infinite;
}

.review-card__stars img:nth-child(1) {
  animation-delay: 0s;
}

.review-card__stars img:nth-child(2) {
  animation-delay: 0.18s;
}

.review-card__stars img:nth-child(3) {
  animation-delay: 0.36s;
}

.review-card__stars img:nth-child(4) {
  animation-delay: 0.54s;
}

.review-card__stars img:nth-child(5) {
  animation-delay: 0.72s;
}

.review-card__stars img:last-child {
  width: 14px;
  height: 14px;
}

.review-card__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  white-space: nowrap;
}

.review-card__score {
  font-weight: 600;
  color: #c9922a;
}

.trust-badge {
  position: absolute;
  left: 197px;
  top: 539px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: card-pop 0.7s ease 0.6s both;
}

.trust-badge__avatars {
  display: flex;
  align-items: center;
}

.trust-badge__avatars img {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  border: 0.5px solid var(--color-white);
  object-fit: cover;
  margin-left: -6px;
}

.trust-badge__avatars img:first-child {
  margin-left: 0;
}

.trust-badge__text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
  white-space: nowrap;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes person-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-pop {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(10px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes star-twinkle {

  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
    opacity: 1;
  }

  40% {
    transform: scale(1.18);
    filter: brightness(1.35);
    opacity: 1;
  }

  55% {
    transform: scale(0.94);
    filter: brightness(0.9);
    opacity: 0.85;
  }
}

/* Snap rotate → hold → snap rotate → hold (seamless every 90°) */
@keyframes badge-sparkle-rotate {
  0% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: cubic-bezier(0.2, 1.4, 0.3, 1);
  }

  12% {
    transform: rotate(90deg) scale(1.12);
    animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1);
  }

  16% {
    transform: rotate(90deg) scale(1);
    animation-timing-function: linear;
  }

  48% {
    transform: rotate(90deg) scale(1);
    animation-timing-function: cubic-bezier(0.2, 1.4, 0.3, 1);
  }

  60% {
    transform: rotate(180deg) scale(1.12);
    animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1);
  }

  64% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: linear;
  }

  100% {
    transform: rotate(180deg) scale(1);
  }
}

@keyframes rocket-float {

  0%,
  100% {
    transform: rotate(35.55deg) translateY(0);
  }

  50% {
    transform: rotate(35.55deg) translateY(-12px);
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  .hero-visual {
    max-width: 520px;
    height: 540px;
  }

  .hero-visual__panel {
    width: 360px;
    height: 420px;
    transform: translate(-50%, -50%) translateX(30px);
  }

  .hero-visual__person {
    left: 70px;
    top: 20px;
    width: 340px;
    height: 495px;
  }

  .hero-visual__rocket {
    left: 295px;
    top: 345px;
    width: 140px;
    height: 220px;
  }

  .review-card {
    top: 110px;
    padding: 12px 16px;
  }

  .trust-badge {
    left: 140px;
    top: 480px;
  }
}

@media (max-width: 991.98px) {
  .page-shell {
    padding: 16px 0 48px;
  }

  .page-top-bg,
  .services-page__top-bg,
  .about-page__top-bg {
    height: 640px;
  }

  .hero {
    margin-top: 40px;
  }

  .hero .row {
    justify-content: center;
  }

  .hero-copy {
    max-width: 580px;
    margin-inline: auto;
  }

  .hero-copy__title,
  .hero-copy__lead,
  .auth-form {
    max-width: none;
  }

  .site-header__cta span {
    font-size: 14px;
  }

  .hero-visual {
    margin-top: 24px;
  }

  .auth-form__actions {
    flex-direction: column;
  }

  .auth-form__signin,
  .auth-form__actions .btn-google {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 575.98px) {
  .site-header {
    padding: 12px 16px;
  }

  .site-header__logo {
    width: 40px;
    height: 40px;
  }

  .site-header__cta {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .hero-copy__title {
    margin-bottom: 16px;
  }

  .hero-copy__lead {
    margin-bottom: 24px;
  }

  .hero-visual {
    max-width: 100%;
    height: 460px;
  }

  .hero-visual__panel {
    width: 280px;
    height: 340px;
    border-radius: 28px;
    transform: translate(-50%, -50%) translateX(20px);
  }

  .hero-visual__person {
    left: 48px;
    top: 10px;
    width: 270px;
    height: 400px;
  }

  .hero-visual__rocket {
    left: 220px;
    top: 290px;
    width: 110px;
    height: 170px;
  }

  .review-card {
    top: 80px;
    left: 0;
    padding: 10px 12px;
  }

  .review-card__logo {
    width: 32px;
    height: 32px;
  }

  .trust-badge {
    left: 70px;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    padding: 12px 16px;
  }

  .trust-badge__text {
    font-size: 14px;
  }

  .auth-form__meta {
    flex-wrap: wrap;
  }
}

/* ---------- Services section ---------- */
.services {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services>.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.services__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  max-width: 968px;
}

.services__title {
  margin: 0;
  max-width: 542px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.services__lead {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-body);
}

.platform-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1320px;
}

.platform-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  background-color: var(--color-white);
  background-image: none;
  color: var(--color-black);
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.platform-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(244, 123, 32, 0.1);
}

.platform-tab:focus,
.platform-tab:active,
.platform-tab:focus-visible {
  outline: none;
  box-shadow: none;
}

.platform-tab:focus-visible:not(.is-active) {
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.25);
}

.platform-tab.is-active,
.platform-tab.is-active:hover,
.platform-tab.is-active:focus,
.platform-tab.is-active:active,
.platform-tab.is-active:focus-visible {
  border-color: transparent;
  background-color: transparent;
  background-image: var(--gradient-brand);
  background-origin: border-box;
  background-clip: border-box;
  color:white;

  outline: none;
  box-shadow: 0 8px 20px rgba(196, 39, 46, 0.18);
}

.platform-tab__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.platform-tab__polygon {
  position: absolute;
  inset: 0;
  width: 38px;
  height: 38px;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.85;
}

.platform-tab__logo,
.platform-tab__icon>img.platform-tab__logo {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.platform-tab.is-active .platform-tab__polygon {
  opacity: 1;
}

.platform-tab[data-platform="all"] iconify-icon.platform-tab__logo {
  color: #000000;
}

.platform-tab__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;

}



.services__plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
}

.plans-swiper {
  width: 100%;
  max-width: 1280px;
  padding: 24px 20px 8px;
  overflow: hidden;
  margin-inline: auto;
}

.plans-swiper .swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.plans-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  padding-top: 14px;
  box-sizing: border-box;
}

.plans-swiper .swiper-slide .plan-card {
  width: 100%;
  max-width: none;
}

@media (max-width: 767.98px) {
  .plans-swiper {
    max-width: none;
    padding: 20px 0 8px;
  }

  .plans-swiper__pagination {
    margin-top: 28px;
    flex-wrap: wrap;
    row-gap: 8px;
    padding-inline: 16px;
  }
}

.plans-swiper__pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}

.plans-swiper:not(.swiper-watch-overflow) .plans-swiper__pagination,
.plans-swiper.swiper-initialized:not(.swiper-watch-overflow)
  .plans-swiper__pagination {
  display: flex;
}

.plans-swiper.swiper-watch-overflow .plans-swiper__pagination {
  display: none;
}

.plans-swiper__pagination .swiper-pagination-bullet {
  width: 26px;
  height: 13px;
  margin: 0 !important;
  border-radius: 6px;
  background: rgba(81, 81, 81, 0.2);
  opacity: 1;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

.plans-swiper__pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-image: var(--gradient-brand);
  background-color: transparent;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 24px;
  background: var(--color-white);
  border: 1px solid #dfe0e4;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  overflow: clip;
}

.plan-card--popular {
  overflow: visible;
}

.plan-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 2px 12px;
  border-radius: 99px;
  background: #34A853;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.plan-card__noise {
  position: absolute;
  inset: -1px;
  opacity: 0.06;
  pointer-events: none;
  background-image: url('https://storage.perfectcdn.com/dua12k/8wwtd3pokke45d5z.png');
  background-size: 220px 220px;
  background-repeat: repeat;
}

.plan-card__noise::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: inherit;
  background-size: inherit;
}

.plan-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.plan-card__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.plan-card__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.service-category-emoji,
.service-card-emoji,
.service-card-font-icon,
.platform-tab__logo:not(img),
.service-group__icon:not(img) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-card-emoji,
.service-card-font-icon {
  font-size: 32px;
}

.plan-card__name {
  margin: 0;
  font-family: 'Outfit', var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.plan-card__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.plan-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.plan-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #ff8e00;
}

.plan-card__stars iconify-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.plan-card__stars iconify-icon.is-muted {
  color: #c1c4cc;
}

.plan-card__rating span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
}

.plan-card__price {
  margin: 0;
  font-family: 'Outfit', var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.plan-card__features {
  width: 100%;
  max-width: 194px;
  margin: 0;
  padding: 8px 8px 8px 26px;
  list-style: disc;
  border-radius: 8px;
  background: rgba(0, 182, 92, 0.15);
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.plan-card__features li+li {
  margin-top: 4px;
}

.plan-card__cta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 35px;
  background-image: var(--gradient-brand);
  color: var(--color-white);
  font-family: 'Outfit', var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.plan-card__cta:hover {
  color: var(--color-white);
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.service-favorite {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c1c4cc;
  cursor: pointer;
  transition: color 0.2s ease;
}

.service-favorite [data-favorite-icon] {
  color: inherit;
}

.service-favorite.favorite-active,
.service-favorite:has([data-favorite-icon].fas) {
  color: #ff8e00;
}

.service-favorite.favorite-active [data-favorite-icon],
.service-favorite [data-favorite-icon].fas {
  color: #ff8e00;
}

.service-favorite.is-loading {
  cursor: wait;
  pointer-events: none;
}

.service-favorite.is-loading [data-favorite-icon] {
  opacity: 0;
}

.service-favorite.is-loading::after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 142, 0, 0.3);
  border-top-color: #ff8e00;
  border-radius: 50%;
  content: "";
  animation: service-favorite-spin 0.65s linear infinite;
}

@keyframes service-favorite-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199.98px) {
  .platform-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .services {
    padding-top: 64px;
  }

  .services>.container {
    gap: 40px;
  }

  .services__intro {
    gap: 20px;
  }

  .services__lead {
    font-size: 16px;
  }

  .platform-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .platform-tab {
    font-size: 15px;
    min-height: 52px;
    padding: 8px 12px;
  }

  .platform-tab__icon {
    width: 32px;
    height: 32px;
  }

  .platform-tab__polygon {
    width: 32px;
    height: 32px;
  }

  .platform-tab__logo,
  .platform-tab__icon>img.platform-tab__logo {
    width: 18px;
    height: 18px;
  }

  .platform-tab__label {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .platform-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .platform-tab {
    min-height: 48px;
    padding: 8px;
  }
}

/* ---------- About section ---------- */
.about {
  padding-top: 100px;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 761px;
}

.about__intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about__badge-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about__title {
  margin: 0;
  max-width: 642px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.about__lead {
  margin: 0;
  max-width: 642px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-body);
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 671px;
}

.about__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about__list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.about__list span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.about__cta {
  align-self: flex-start;
  height: 52px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: var(--shadow-cta);
}

.about__cta iconify-icon,
.about__cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.about__visual {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
}

.about__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 417px);
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: 0.9;
}

.about__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 650 / 520;
  border-radius: 24px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about__visual {
    overflow: visible;
    border-radius: 0;
  }

  .about__glow {
    /* Figma offset — safe when the column has room */
    transform: translate(-35%, -42%);
  }
}

@media (max-width: 991.98px) {
  .about {
    padding-top: 64px;
    overflow-x: clip;
  }

  .about__content {
    gap: 28px;
    max-width: none;
  }

  .about__intro {
    gap: 20px;
  }

  .about__lead {
    font-size: 16px;
  }

  .about__list span {
    font-size: 18px;
  }

  .about__cta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .about__visual {
    margin-top: 16px;
  }

  .about__glow {
    width: min(85%, 320px);
  }
}

/* ---------- Platform services section ---------- */
.platform-services {
  padding-top: 100px;
}

.platform-services>.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.platform-services .platform-tabs {
  margin-bottom: 0;
}

.platform-panel {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1320px;
  padding: 34px;
  background: var(--color-white);
  border: 1px solid #dfe0e4;
  border-radius: 24px;
}

.platform-panel[hidden] {
  display: none;
}

.platform-panel__visual {
  position: relative;
  flex-shrink: 0;
  width: min(100%, 448px);
  height: 412px;
  border: 1.5px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(182deg,
      #df681b 3%,
      #9c0d13 51%,
      #37092a 99%,
      #000000 119%) padding-box,
    var(--gradient-brand) border-box;
}

.platform-panel__image {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 319px;
  height: 441px;
  max-width: none;
  transform: translateX(calc(-50% - 12.5px));
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.platform-panel__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 34px;
  min-width: 0;
}

.platform-panel__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.platform-panel__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-black);
}

.platform-panel__text {
  margin: 0;
  max-width: 624px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-body);
}

.platform-panel__cta {
  align-self: flex-start;
  height: auto;
  min-height: 52px;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: var(--shadow-cta);
}

.platform-panel__cta iconify-icon,
.platform-panel__cta-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 1199.98px) {
  .platform-panel {
    gap: 40px;
    padding: 28px;
  }

  .platform-panel__visual {
    width: min(100%, 380px);
    height: 360px;
  }

  .platform-panel__image {
    width: 280px;
    height: 390px;
  }
}

@media (max-width: 991.98px) {
  .platform-services {
    padding-top: 64px;
    gap: 40px;
  }

  .platform-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding: 24px;
  }

  .platform-panel__visual {
    width: 100%;
    max-width: 448px;
    height: 340px;
    margin-inline: auto;
  }

  .platform-panel__image {
    width: 260px;
    height: 360px;
    transform: translateX(-50%);
  }

  .platform-panel__cta {
    width: 100%;
    justify-content: center;
  }
}

/* ---------- Working process ---------- */
.process {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.process__track {
  width: 100%;
  max-width: 1320px;
}

.process__steps {
  --process-colors: #f47b20, #c4272e, #8b1a4a, #3d1053;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.process__steps::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  height: 1px;
  background: #181818;
  pointer-events: none;
  z-index: 1;
}

.process__step {
  --step-color: #f47b20;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 48px;
}

.process__step:nth-child(1) {
  --step-color: #f47b20;
  --step-hover: #d8630a;
}

.process__step:nth-child(2) {
  --step-color: #c4272e;
  --step-hover: #c4272e;
}

.process__step:nth-child(3) {
  --step-color: #8b1a4a;
  --step-hover: #8b1a4a;
}

.process__step:nth-child(4) {
  --step-color: #3d1053;
  --step-hover: #3d1053;
}

.process__step::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 0;
  width: 1px;
  height: 87px;
  background: var(--step-color);
  transform: translateX(-50%);
}

.process__pill {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 100px;
  background: var(--step-color);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-26.46deg);
  transform-origin: center center;
  backdrop-filter: blur(50px);
}

.process__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 318px;
  height: 387px;
  margin-top: 87px;
  padding: 39px 24px 32px;
  border: none;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: inset 0 0 0 1px #dfe0e4;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.process__step--active .process__card,
.process__step:not(.process__step--active):hover .process__card {
  position: relative;
  z-index: 1;
  border: none;
  box-shadow: none;
  outline: none;
  background: linear-gradient(181deg, #000000 0.8%, var(--step-hover, var(--step-color)) 102%);
}

.process__step--active::before {
  /* stop short of the card so the step color never peeks at the top edge */
  height: 82px;
  z-index: 0;
}

.process__wave {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 160px;
  max-height: 42%;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  /* Soften the PNG hard top edge so it doesn't read as a colored border on hover */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8px, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 8px, #000 100%);
}

.process__wave--active {
  opacity: 0;
}

.process__step--active .process__wave--idle,
.process__step:not(.process__step--active):hover .process__wave--idle {
  opacity: 0;
}

.process__step--active .process__wave--active,
.process__step:not(.process__step--active):hover .process__wave--active {
  opacity: 0.6;
}

.process__wave img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  object-position: center top;
}

.process__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}

/* Solid polygon tinted with each step's --step-color on hover/active */
.process__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%) scale(1.03);
  background-color: var(--step-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='84' viewBox='0 0 84 84'%3E%3Cpath d='M36.125 3.68066C39.7605 1.58173 44.2395 1.58173 47.875 3.68066L72.248 17.752C75.8834 19.8508 78.1229 23.73 78.123 27.9277V56.0723C78.1229 60.27 75.8834 64.1492 72.248 66.248L47.875 80.3193C44.2395 82.4183 39.7605 82.4183 36.125 80.3193L11.752 66.248C8.11663 64.1492 5.87712 60.27 5.87695 56.0723V27.9277C5.87712 23.73 8.11663 19.8508 11.752 17.752L36.125 3.68066Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='84' viewBox='0 0 84 84'%3E%3Cpath d='M36.125 3.68066C39.7605 1.58173 44.2395 1.58173 47.875 3.68066L72.248 17.752C75.8834 19.8508 78.1229 23.73 78.123 27.9277V56.0723C78.1229 60.27 75.8834 64.1492 72.248 66.248L47.875 80.3193C44.2395 82.4183 39.7605 82.4183 36.125 80.3193L11.752 66.248C8.11663 64.1492 5.87712 60.27 5.87695 56.0723V27.9277C5.87712 23.73 8.11663 19.8508 11.752 17.752L36.125 3.68066Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
}

.process__step--active .process__icon::after,
.process__step:not(.process__step--active):hover .process__icon::after {
  opacity: 1;
}

.process__icon-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.process__icon-bg--idle {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.process__step--active .process__icon-bg--idle,
.process__step:not(.process__step--active):hover .process__icon-bg--idle {
  opacity: 0;
}

.process__icon-bg--active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.03);
  transition: opacity 0.3s ease;
  /* Colored via .process__icon::after + --step-color instead of gradient SVG */
  visibility: hidden;
}

.process__icon-glyph {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.process__icon-glyph--light {
  width: 27px;
  height: 20px;
  filter: brightness(0);
}

.process__step--active .process__icon-glyph,
.process__step:not(.process__step--active):hover .process__icon-glyph {
  filter: brightness(0) invert(1);
}

.process__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 87px;
  max-width: 240px;
  text-align: center;
}

.process__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  transition: color 0.3s ease;
}

.process__card-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-body);
  transition: color 0.3s ease;
}

.process__step--active .process__card-title,
.process__step:not(.process__step--active):hover .process__card-title {
  color: var(--color-white);
  text-transform: uppercase;
}

.process__step--active .process__card-text,
.process__step:not(.process__step--active):hover .process__card-text {
  color: #fafafb;
}

@media (max-width: 1199.98px) {
  .process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }

  .process__steps::before {
    display: none;
  }

  .process__step {
    padding-top: 24px;
  }

  .process__step::before {
    display: none;
  }

  .process__pill {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 16px;
    transform: rotate(-12deg);
  }

  .process__card {
    margin-top: 0;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .process {
    padding-top: 64px;
    gap: 40px;
  }

  .process__steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process__pill {
    transform: rotate(-8deg);
  }

  .process__card {
    height: auto;
    min-height: 340px;
  }
}

/* ---------- Section utilities ---------- */
.section-pt-lg {
  padding-top: 100px;
}

.section-gap-lg>.container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 1199.98px) {
  .section-pt-lg {
    padding-top: 80px;
  }

  .section-gap-lg>.container {
    gap: 60px;
  }
}

@media (max-width: 767.98px) {
  .section-pt-lg {
    padding-top: 64px;
  }

  .section-gap-lg>.container {
    gap: 40px;
  }
}

/* ---------- Why Choose ---------- */
.why-choose {
  position: relative;
  /* border plus-arms + watermark may paint outside the rail */
  overflow-x: clip;
}

.why-choose__stage {
  position: relative;
  width: 100%;
  overflow: visible;
}

.why-choose__frame {
  position: relative;
  z-index: 1;
  /* space between dashed frame and content (icon/text) */
  padding: 61px 24px 80px;
  overflow: visible;
}

.why-choose__border {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 0;
  background: none;
}

/*
  Crossing / plus-corner effect (Figma):
  horizontals overhang ~113px past the verticals;
  verticals run taller than the content box so lines cross.
*/
.why-choose__border--top,
.why-choose__border--bottom {
  left: -113px;
  width: calc(100% + 226px);
  height: 0;
  border-top: 1px dashed rgba(255, 132, 0, 0.32);
}

.why-choose__border--top {
  top: 61px;
}

.why-choose__border--bottom {
  bottom: 80px;
}

.why-choose__border--left,
.why-choose__border--right {
  top: calc(61px + (100% - 141px) / 2);
  width: 0;
  height: 781px;
  max-height: none;
  border-left: 1px dashed rgba(255, 132, 0, 0.32);
  transform: translateY(-50%);
}

.why-choose__border--left {
  left: 0;
}

.why-choose__border--right {
  right: 0;
}

.why-choose__row {
  position: relative;
  z-index: 2;
  /* Figma: distance between top & bottom dashed lines */
  min-height: 658px;
  align-items: flex-start;
}

.why-choose__col {
  display: flex;
  flex-direction: column;
  gap: 48px;
  height: 100%;
  justify-content: center;
  /* keep feature copy clear of the dashed frame */
  padding-inline: 8px;
  /* Figma: feature columns sit 82px below the top dashed line */
  padding-top: 82px;
}

/* keep middle column height so the row stays 658px while hero is absolute */
.why-choose__visual-col {
  min-height: 658px;
}

.why-choose__visual {
  position: absolute;
  left: 50%;
  top: -94px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: min(100%, 393px);
  height: calc(658px + 94px);
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.why-choose__hero {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center bottom;
  pointer-events: auto;
}

.why-choose__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 0;
}

.why-choose__item::before {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.why-choose__col--right .why-choose__item::before {
  inset: -28px 0 -28px -12px;
  background: radial-gradient(70% 80% at 82% 28%,
      rgba(251, 189, 8, 0.28) 0%,
      rgba(244, 123, 32, 0.18) 28%,
      rgba(196, 39, 46, 0.12) 48%,
      rgba(139, 26, 74, 0.08) 68%,
      transparent 82%);
}

.why-choose__col--left .why-choose__item::before {
  inset: -28px -12px -28px 0;
  background: radial-gradient(70% 80% at 82% 28%,
      rgba(251, 189, 8, 0.28) 0%,
      rgba(244, 123, 32, 0.18) 28%,
      rgba(196, 39, 46, 0.12) 48%,
      rgba(139, 26, 74, 0.08) 68%,
      transparent 82%);
}

.why-choose__item:hover::before {
  opacity: 1;
}

.why-choose__item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.why-choose__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 4px solid var(--color-white);
  border-radius: 24px;
  background-image: var(--gradient-brand);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.why-choose__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.why-choose__item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.why-choose__item-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.why-choose__divider {
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px dashed rgba(255, 132, 0, 0.32);
}

/* Joins left/right feature groups only when stacked */
.why-choose__divider--stack {
  display: none;
}

html[data-theme="dark"] .why-choose__border--top,
html[data-theme="dark"] .why-choose__border--bottom {
  border-top-color: rgba(255, 132, 0, 0.12);
}

html[data-theme="dark"] .why-choose__border--left,
html[data-theme="dark"] .why-choose__border--right {
  border-left-color: rgba(255, 132, 0, 0.12);
}

html[data-theme="dark"] .why-choose__divider {
  border-top-color: rgba(255, 132, 0, 0.12);
}

.why-choose__watermark {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  width: 120px;
  max-height: 503px;
  margin: 0;
  font-family: 'Montserrat Alternates', var(--font-sans);
  font-size: clamp(2.75rem, 3.8vw, 4.5rem);
  font-weight: 600;
  line-height: 1.15;
  color: rgba(178, 178, 178, 0.3);
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  overflow: visible;
}

/* only when the viewport has room outside the 1440 rail */
@media (min-width: 1600px) {
  .why-choose__watermark {
    display: block;
  }
}

/* Stack below xl (1199px) — match Bootstrap col-xl break */
@media (max-width: 1199.98px) {
  .why-choose__frame {
    padding: 36px 16px 40px;
  }

  .why-choose__border--top,
  .why-choose__border--bottom {
    left: -32px;
    width: calc(100% + 64px);
  }

  .why-choose__border--top {
    top: 36px;
  }

  .why-choose__border--bottom {
    bottom: 40px;
  }

  .why-choose__border--left,
  .why-choose__border--right {
    top: 12px;
    bottom: 16px;
    height: auto;
    max-height: none;
    transform: none;
  }

  .why-choose__row {
    min-height: 0;
    --bs-gutter-y: 1.5rem;
  }

  .why-choose__visual-col {
    min-height: 0;
  }

  .why-choose__col {
    gap: 28px;
    max-width: none;
    margin-inline: 0;
    padding-inline: 8px;
    padding-top: 0;
  }

  .why-choose__divider--stack {
    display: block;
  }

  /* space between last article copy and the bottom dashed border */
  .why-choose__col--right .why-choose__item:last-of-type {
    padding-bottom: 32px;
  }

  .why-choose__visual {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 320px);
    height: auto;
    margin-inline: auto;
    transform: none;
    pointer-events: auto;
  }

  .why-choose__hero {
    height: auto;
    aspect-ratio: 393 / 658;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .why-choose__frame {
    padding: 28px 12px 32px;
  }

  .why-choose__border--top,
  .why-choose__border--bottom {
    left: -20px;
    width: calc(100% + 40px);
  }

  .why-choose__border--top {
    top: 28px;
  }

  .why-choose__border--bottom {
    bottom: 32px;
  }

  .why-choose__border--left,
  .why-choose__border--right {
    top: 12px;
    bottom: 16px;
  }

  .why-choose__col {
    gap: 24px;
    padding-inline: 4px;
  }

  .why-choose__col--right .why-choose__item:last-of-type {
    padding-bottom: 28px;
  }
}

/* ---------- Client reviews ---------- */
.client-reviews {
  overflow: hidden;
}

.client-reviews .container {
  margin-bottom: 0;
}

.client-reviews__marquee {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
}

.client-reviews__track {
  display: flex;
  width: max-content;
  gap: 16px;
  will-change: transform;
}

.client-reviews__track--ltr {
  animation: client-reviews-marquee-ltr 55s linear infinite;
}

.client-reviews__track--rtl {
  animation: client-reviews-marquee-rtl 55s linear infinite;
}

.client-reviews__track:hover {
  animation-play-state: paused;
}

@keyframes client-reviews-marquee-ltr {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes client-reviews-marquee-rtl {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.review-clip {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
  width: min(733px, 92vw);
  min-height: 219px;
  padding: 8px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-white);
  overflow: hidden;
}

.review-clip__media {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  min-height: 203px;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
}

.review-clip__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-clip__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 27px;
  background: url('https://storage.perfectcdn.com/dua12k/6exyrin7784zc46b.svg') no-repeat center;
  background-size: contain;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.review-clip__play img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.review-clip__body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(231, 233, 239, 0.9);
  border-radius: 16px;
}

.review-clip__quote {
  position: absolute;
  top: -18px;
  right: 24px;
  width: 85px;
  height: 74px;
  pointer-events: none;
  user-select: none;
}

.review-clip__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(135, 135, 135, 0.12);
}

.review-clip__rating img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

.review-clip__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}

.review-clip__divider {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #e7e9ef;
}

.review-clip__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.review-clip__author {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.review-clip__avatar {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-clip__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.review-clip__name-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-clip__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-black);
  white-space: nowrap;
}

.review-clip__verified {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.review-clip__role {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
  white-space: nowrap;
}

.review-clip__date {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #5b6477;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .client-reviews__marquee {
    gap: 24px;
    margin-top: 40px;
  }

  .review-clip {
    width: min(640px, 88vw);
    min-height: 0;
  }

  .review-clip__media {
    flex-basis: 180px;
    width: 180px;
    min-height: 160px;
  }

  .review-clip__body {
    padding: 16px;
    gap: 16px;
  }

  .review-clip__quote {
    width: 64px;
    height: 56px;
    right: 12px;
  }
}

@media (max-width: 767.98px) {
  .client-reviews.section-pt-lg {
    padding-top: 48px;
  }

  .client-reviews {
    padding-bottom: 8px;
  }

  .client-reviews .container {
    padding-inline: 16px;
  }

  .client-reviews .section-header--md {
    gap: 16px;
  }

  .client-reviews .section-header__badge-text {
    font-size: 14px;
  }

  .client-reviews .section-header__title {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
  }

  .client-reviews .section-header__lead {
    font-size: 15px;
    line-height: 1.5;
  }

  .client-reviews__marquee {
    gap: 16px;
    margin-top: 32px;
  }

  .client-reviews__track {
    gap: 12px;
  }

  .review-clip {
    width: min(100%, calc(100vw - 32px));
    max-width: 360px;
    flex-direction: column;
    gap: 6px;
    min-height: 0;
    padding: 6px;
    border-radius: 16px;
  }

  .review-clip__media {
    width: 100%;
    flex-basis: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .review-clip__body {
    gap: 12px;
    padding: 14px 12px 12px;
    border-radius: 12px;
  }

  .review-clip__quote {
    top: -12px;
    right: 8px;
    width: 52px;
    height: 46px;
  }

  .review-clip__text {
    font-size: 13px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .review-clip__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .review-clip__author {
    width: 100%;
  }

  .review-clip__avatar {
    width: 44px;
    height: 44px;
  }

  .review-clip__name,
  .review-clip__role {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .review-clip__date {
    width: auto;
    padding-left: 0;
    font-size: 11px;
  }

  .review-clip__play {
    width: 48px;
    height: 48px;
  }

  .review-clip__play img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575.98px) {
  .client-reviews .section-header__lead {
    font-size: 14px;
  }

  .client-reviews__marquee {
    gap: 12px;
    margin-top: 24px;
  }

  .client-reviews__track {
    gap: 10px;
  }

  .client-reviews__track--ltr {
    animation-duration: 48s;
  }

  .client-reviews__track--rtl {
    animation-duration: 48s;
  }

  .review-clip {
    width: calc(100vw - 24px);
    max-width: none;
  }

  .review-clip__body {
    padding: 12px 10px 10px;
    gap: 10px;
  }

  .review-clip__quote {
    width: 44px;
    height: 38px;
    top: -8px;
    right: 6px;
  }

  .review-clip__rating img {
    width: 14px;
    height: 14px;
  }

  .review-clip__text {
    -webkit-line-clamp: 3;
  }
}

@media (hover: none) and (pointer: coarse) {
  .client-reviews__track:active {
    animation-play-state: paused;
  }
}

/* ---------- Shorts modal ---------- */
.shorts-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.shorts-modal[hidden] {
  display: none;
}

.shorts-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 14, 0.82);
  backdrop-filter: blur(6px);
}

.shorts-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(390px, calc(100vw - 32px));
}

.shorts-modal__close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.shorts-modal__close:hover,
.shorts-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  outline: none;
}

.shorts-modal__player {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: min(820px, calc(100vh - 64px));
  margin-inline: auto;
  overflow: hidden;
  border-radius: 24px;
  background: #0b0b0f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.shorts-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0b0b0f;
}

.shorts-modal__video[hidden] {
  display: none;
}

.shorts-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b0b0f;
}

.shorts-modal__iframe[hidden] {
  display: none;
}

.shorts-modal.is-youtube .shorts-modal__tap,
.shorts-modal.is-youtube .shorts-modal__play-hint,
.shorts-modal.is-youtube .shorts-modal__progress {
  display: none;
}

.shorts-modal__tap {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.shorts-modal__play-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.shorts-modal__play-hint img {
  width: 36px;
  height: 36px;
  margin-left: 3px;
}

.shorts-modal.is-paused .shorts-modal__play-hint {
  opacity: 1;
}

.shorts-modal__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 42%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.55) 45%,
      rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.shorts-modal__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 18px 22px;
  color: #fff;
  pointer-events: none;
}

.shorts-modal__author {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.shorts-modal__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.shorts-modal__author-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.shorts-modal__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shorts-modal__role {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shorts-modal__verified {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

.shorts-modal__quote {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shorts-modal__progress {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  z-index: 3;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
  pointer-events: none;
}

.shorts-modal__progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}

body.is-shorts-open {
  overflow: hidden;
}

body.is-shorts-open .client-reviews__track {
  animation-play-state: paused;
}

@media (max-width: 575.98px) {
  .shorts-modal {
    padding: 12px;
  }

  .shorts-modal__close {
    top: 8px;
    right: 8px;
  }

  .shorts-modal__player {
    border-radius: 18px;
    max-height: calc(100vh - 24px);
  }
}

/* ---------- Payment methods ---------- */
.payment-methods__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.payment-methods__logos {
  width: 100%;
  max-width: 712px;
}

.payment-methods__logos img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .payment-methods__inner {
    gap: 48px;
  }

  .payment-methods__logos {
    max-width: 560px;
  }
}

@media (max-width: 767.98px) {
  .payment-methods__inner {
    gap: 40px;
  }

  .payment-methods .section-header__lead {
    font-size: 16px;
  }
}

/* ---------- FAQ ---------- */
.faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.faq .section-header {
  max-width: 776px;
}

.faq__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid var(--color-border);
  border-radius: 35px;
  background: var(--color-white);
}

.faq__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-black);
  font-family: Outfit, var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.faq__tab.is-active {
  color: var(--color-white);
  background-image: var(--gradient-brand);
  box-shadow: 0 10px 24px rgba(196, 39, 46, 0.18);
}

.faq__tab:not(.is-active):hover {
  background: rgba(24, 24, 24, 0.04);
}

.faq__tab:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.faq__panels {
  width: 100%;
}

.faq__panel[hidden] {
  display: none !important;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 12px;
  --bs-accordion-inner-border-radius: 12px;
  --bs-accordion-btn-padding-x: 24px;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-body-padding-x: 24px;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--color-black);
  --bs-accordion-btn-color: var(--color-black);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-icon-width: 0;
}

.faq-accordion__item {
  overflow: hidden;
  border: 1px solid #dfe0e4 !important;
  border-radius: 12px !important;
  background: var(--color-white);
}

.faq-accordion__item+.faq-accordion__item {
  margin-top: 0;
  border-top: 1px solid #dfe0e4 !important;
}

.faq-accordion__button {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  border: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: var(--color-black) !important;
  font-family: Outfit, var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.faq-accordion__button span:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.faq-accordion__button::after {
  display: none !important;
}

.faq-accordion__button:not(.collapsed) {
  padding-bottom: 10px;
}

.faq-accordion__body {
  padding: 0 24px 20px;
  color: var(--color-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-accordion__item:has(.accordion-collapse.show) {
  background:
    linear-gradient(180deg,
      rgba(227, 227, 227, 0.05) 0%,
      rgba(255, 255, 255, 0) 100%),
    var(--color-white);
}

.faq-accordion__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease;
}

.faq-accordion__arrow img {
  width: 16px;
  height: 16px;
  display: block;
  filter: invert(1);
}

html[data-theme="dark"] .faq-accordion__arrow img {
  filter: none;
}

.faq-accordion__button:not(.collapsed) .faq-accordion__arrow {
  transform: rotate(180deg);
}

html[data-theme="dark"] .faq-accordion__item {
  background: radial-gradient(125.05% 57.76% at 36.17% 0%, rgba(202, 202, 202, 0.08) 0%, rgba(202, 202, 202, 0.00) 100%), #0D0D0D !important;
  border-color: rgba(238, 238, 238, 0.12) !important;
  box-shadow: 8.371px 2.21px 38.16px 0px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .faq-accordion__item:has(.accordion-collapse.show) {
  background: radial-gradient(125.05% 57.76% at 36.17% 0%, rgba(202, 202, 202, 0.08) 0%, rgba(202, 202, 202, 0.00) 100%), #0D0D0D !important;
}

html[data-theme="dark"] .faq-accordion__item+.faq-accordion__item {
  border-top-color: rgba(238, 238, 238, 0.12) !important;
}

html[data-theme="dark"] .faq-accordion__button {
  color: #ffffff !important;
}

html[data-theme="dark"] .faq-accordion__body {
  color: #c7c7c7;
}

html[data-theme="dark"] .faq-accordion__arrow {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1199.98px) {
  .faq__tabs {
    gap: 12px;
    border-radius: 28px;
  }

  .faq__tab {
    padding: 12px 18px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .faq__inner {
    gap: 32px;
  }

  .faq__tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .faq__tabs::-webkit-scrollbar {
    display: none;
  }

  .faq-accordion {
    gap: 14px;
  }

  .faq-accordion__button {
    padding: 16px 18px;
    font-size: 16px;
  }

  .faq-accordion__body {
    padding: 0 18px 16px;
  }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  padding-bottom: 48px;
}

.cta-banner__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1320px;
  min-height: 368px;
  margin-inline: auto;
  padding: 48px 64px;
  overflow: hidden;
  border: 1px solid rgba(163, 163, 163, 0.55);
  border-radius: 24px;
  background: linear-gradient(98deg,
      #3d1053 -10.62%,
      #8e4464 12%,
      #bf4c51 44.2%,
      #e1701a 79.83%,
      #a8841b 99.03%);
}

.cta-banner__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  mix-blend-mode: soft-light;
  pointer-events: none;
  user-select: none;
}

.cta-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.cta-banner__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.cta-banner__title {
  margin: 0;
  max-width: 690px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
}

.cta-banner__lead {
  margin: 0;
  max-width: 808px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  color: #ebecef;
}

.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cta-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 226px;
  height: 56px;
  padding: 8px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.cta-banner__btn:hover {
  transform: translateY(-1px);
}

.cta-banner__btn--primary {
  color: var(--color-white);
  background-image: var(--gradient-brand);
  text-shadow: 0 1.35px 4px rgba(14, 35, 22, 0.2);
}

.cta-banner__btn--primary:hover {
  color: var(--color-white);
  filter: brightness(1.05);
}

.cta-banner__btn--secondary {
  position: relative;
  isolation: isolate;
  border: 1.5px solid transparent;
  background:
    linear-gradient(#fafafb, #fafafb) padding-box,
    var(--gradient-brand) border-box;
  color: #8b1a4a;
}

.cta-banner__btn--secondary .cta-banner__btn-text {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cta-banner__btn--secondary:hover {
  filter: brightness(0.98);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
  .cta-banner__card {
    min-height: 0;
    height: auto;
    padding: 32px 24px;
  }

  .cta-banner__pattern {
    object-position: center right;
    opacity: 0.45;
  }
}

@media (max-width: 767.98px) {
  .cta-banner {
    padding-bottom: 16px;
  }

  .cta-banner__card {
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: auto;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .cta-banner__pattern {
    opacity: 0.22;
    object-position: center;
  }

  .cta-banner__content {
    gap: 16px;
    max-width: none;
  }

  .cta-banner__copy {
    gap: 10px;
  }

  .cta-banner__title {
    max-width: none;
    font-size: 1.375rem;
    line-height: 1.3;
  }

  .cta-banner__lead {
    max-width: none;
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .cta-banner__actions {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .cta-banner__btn {
    width: auto;
    min-width: 200px;
    max-width: 100%;
    height: 44px;
    padding: 8px 22px;
    font-size: 0.9375rem;
    white-space: nowrap;
  }
}

@media (max-width: 379.98px) {
  .cta-banner__card {
    padding: 16px 14px;
  }

  .cta-banner__title {
    font-size: 1.25rem;
  }

  .cta-banner__lead {
    font-size: 0.875rem;
  }

  .cta-banner__btn {
    min-width: 0;
    width: auto;
    padding-inline: 18px;
    font-size: 0.875rem;
  }
}

/* ---------- Site footer ---------- */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #000;
  color: var(--color-white);
}

.site-footer__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1920px, 140%);
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.site-footer__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1320px;
}

.site-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 351px;
  flex: 1 1 280px;
}

.site-footer__brand-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
}

.site-footer__logo img {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.site-footer__logo span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer__desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer__social {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 224px;
}

.site-footer__social-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: var(--color-white);
}

.site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  border: 0;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('https://storage.perfectcdn.com/dua12k/7rj09urc8ozfl7x0.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.site-footer__social-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-footer__social-link:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 160px;
  flex-shrink: 0;
}

.site-footer__heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white);
}

.site-footer__heading--contact {
  font-family: 'Outfit', var(--font-sans);
  font-size: 1.25rem;
  font-weight: 700;
}

.site-footer__list,
.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__list a:hover {
  color: #f47b20;
  text-decoration: underline;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.site-footer__contact-list {
  gap: 15px;
}

.site-footer__contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  border: 0.727px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: #282828;
}

.site-footer__contact-icon img {
  width: 16px;
  height: 16px;
}

.site-footer__contact-list a,
.site-footer__contact-list span:not(.site-footer__contact-icon) {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-footer__contact-list a:hover {
  color: var(--color-white);
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__legal p {
  margin: 0;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
}

@media (max-width: 1199.98px) {
  .site-footer {
    padding: 80px 0;
  }

  .site-footer__top {
    flex-wrap: wrap;
    gap: 36px 48px;
  }

  .site-footer__brand {
    flex: 1 1 100%;
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 64px 0;
  }

  .site-footer__container {
    gap: 32px;
  }

  .site-footer__top {
    flex-direction: column;
    gap: 32px;
  }

  .site-footer__brand,
  .site-footer__nav,
  .site-footer__contact {
    width: 100%;
    max-width: none;
  }

  .site-footer__logo span {
    font-size: 1.75rem;
  }

  .site-footer__legal {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .site-footer__legal p {
    font-size: 0.875rem;
  }

  .site-footer__bg {
    width: 200%;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .client-reviews__track--ltr,
  .client-reviews__track--rtl {
    animation: none !important;
  }
}

/* ---------- API page ---------- */
.api-page {
  padding-top: 40px;
}

.api-docs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 28px;
}

.api-hero {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  padding: 27px 30px;
  border: 1px solid rgba(84, 84, 84, 0.15);
  border-radius: 24px;
  background-color: var(--color-white);
  background-image: url('https://storage.perfectcdn.com/dua12k/3zytwm1cg9ty02le.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.api-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 720px;
}

.api-hero__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-black);
}

.api-hero__lead {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
}

.api-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.api-panel__header {
  display: flex;
  align-items: center;
  min-height: 83px;
  padding: 20px;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(90deg,
      rgba(244, 123, 32, 0.4) 25%,
      rgba(196, 39, 46, 0.4) 50%,
      rgba(139, 26, 74, 0.4) 75%,
      rgba(61, 16, 83, 0.4) 100%);
}

.api-panel__title,
.api-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
}

.api-panel__body {
  padding: 20px;
  border: 1px solid rgba(84, 84, 84, 0.16);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: var(--color-white);
}

.api-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(84, 84, 84, 0.16);
  border-radius: 16px;
  background: var(--color-white);
}

.api-card__header {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px;
  border-radius: 16px;
  background-image: linear-gradient(90deg,
      rgba(244, 123, 32, 0.4) 25%,
      rgba(196, 39, 46, 0.4) 50%,
      rgba(139, 26, 74, 0.4) 75%,
      rgba(61, 16, 83, 0.4) 100%);
}

.api-kv {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.api-kv__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(84, 84, 84, 0.12);
}

.api-kv__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.api-kv__row:first-child {
  padding-top: 0;
}

.api-kv__key,
.api-kv__value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.api-kv__key {
  flex-shrink: 0;
}

.api-kv__value {
  text-align: right;
  word-break: break-word;
}

.api-service-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 4px 0 8px;
}

.api-service-type__label {
  flex-shrink: 0;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.api-service-type__control {
  position: relative;
  flex: 0 1 min(280px, 58%);
  min-width: 160px;
  border-radius: 12px;
  background:
    linear-gradient(var(--color-white), var(--color-white)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
}

.api-service-type__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 44px 10px 16px;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  cursor: pointer;
  outline: none;
}

.api-service-type__select:focus-visible {
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.18);
}

.api-service-type__select option {
  color: var(--color-black);
  background: var(--color-white);
}

html[data-theme="dark"] .api-service-type__label {
  color: #fff;
}

html[data-theme="dark"] .api-service-type__control {
  border-color: #575757;
  background: #0d0c10;
  background-clip: border-box;
}

html[data-theme="dark"] .api-service-type__select {
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html[data-theme="dark"] .api-service-type__select option {
  color: #fff;
  background: #0d0c10;
}

@media (max-width: 575.98px) {
  .api-service-type {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .api-service-type__control {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
}

.api-example {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.api-example__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.api-example__code {
  margin: 0;
  padding: 20px;
  border-radius: 14px;
  background: #eeeeee;
  overflow-x: auto;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  white-space: pre;
}

.api-example__code code {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.api-php-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 10px 16px;
  border: 0;
  border-radius: 16px;
  background-image: var(--gradient-brand);
  color: var(--color-white);
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.api-php-btn:hover {
  color: var(--color-white);
  opacity: 0.92;
}

.api-php-btn:active {
  transform: scale(0.995);
}

/* API page — dark mode */
html[data-theme="dark"] .api-page .api-hero {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #1a0a08;
  background-image: url("https://storage.perfectcdn.com/dua12k/u7ltdmtbgxwlh5ju.webp");
}

html[data-theme="dark"] .api-page .api-hero__title {
  color: #fafafb;
}

html[data-theme="dark"] .api-page .api-hero__lead {
  color: #ebecef;
}

html[data-theme="dark"] .api-panel__title,
html[data-theme="dark"] .api-card__title {
  color: #fafafb;
}

html[data-theme="dark"] .api-panel__body {
  border-color: rgba(84, 84, 84, 0.16);
  background: rgba(109, 109, 109, 0.13);
}

html[data-theme="dark"] .api-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(109, 109, 109, 0.13);
}

html[data-theme="dark"] .api-kv__row {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .api-kv__key,
html[data-theme="dark"] .api-kv__value {
  color: #f5f6f7;
}

html[data-theme="dark"] .api-example__title {
  color: #f5f6f7;
}

html[data-theme="dark"] .api-example__code {
  background: rgba(182, 182, 182, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #ebecef;
}

html[data-theme="dark"] .api-php-btn {
  color: #ffffff;
}

html[data-theme="dark"] .api-php-btn:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .api-page {
    padding-top: 24px;
  }

  .api-docs {
    gap: 20px;
    margin-top: 20px;
  }

  .api-hero {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .api-panel__header {
    min-height: 64px;
    padding: 16px 20px;
  }

  .api-card {
    gap: 24px;
    padding: 16px;
    border-radius: 14px;
  }

  .api-card__header {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 12px;
  }

  .api-panel__title,
  .api-card__title {
    font-size: 18px;
  }

  .api-kv__row {
    flex-direction: column;
    gap: 4px;
  }

  .api-kv__value {
    text-align: left;
  }

  .api-example__code {
    padding: 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  .api-php-btn {
    font-size: 16px;
  }
}

/* ---------- Services page ---------- */
.services-page-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 100px;
  overflow-x: clip;
}

.services-page-shell>main {
  position: relative;
  z-index: 1;
}

.services-page {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.services-page .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.services-page .services-hero,
.services-page .services-platform-tabs,
.services-page .services-toolbar,
.services-page .service-accordion {
  width: 100%;
  max-width: none;
  align-self: stretch;
}

.services-platform-tabs {
  margin-top: 28px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-content: stretch;
}

.services-toolbar {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 24px;
  padding: 25px 30px;
  border: 1px solid rgba(84, 84, 84, 0.16);
  border-radius: 16px;
  background: var(--color-white);
}

.services-toolbar__filter-wrap {
  position: relative;
  flex-shrink: 0;
}

.services-toolbar__filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 18px 8px 8px;
  border: 0;
  border-radius: 14px;
  background-image: var(--gradient-brand);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.services-toolbar__filter:hover {
  opacity: 0.94;
  color: #ffffff;
}

.services-toolbar__filter[aria-expanded='true'] {
  box-shadow: 0 8px 20px rgba(196, 39, 46, 0.2);
}

.services-toolbar__filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.services-toolbar__filter-icon iconify-icon {
  color: #ffffff;
}

.services-toolbar__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 220px;
  max-height: 320px;
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  list-style: none;
  border: 1px solid rgba(84, 84, 84, 0.12);
  border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 12px 32px rgba(24, 24, 24, 0.12);
}

.services-toolbar__menu[hidden] {
  display: none;
}

.services-toolbar__menu li {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.services-toolbar__menu li:hover,
.services-toolbar__menu li:focus {
  outline: none;
  background: rgba(244, 123, 32, 0.08);
}

.services-toolbar__menu li.is-active {
  background-image: var(--gradient-brand);
  color: var(--color-white);
}

.services-toolbar__menu li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.services-toolbar__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#fff9f3, #ffffff) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.services-toolbar__search-icon {
  flex-shrink: 0;
  color: var(--color-body);
}

.services-toolbar__search input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-black);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
}

.services-toolbar__search input::placeholder {
  color: var(--color-body);
}

.service-accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.service-group {
  overflow: hidden;
  border: 1px solid rgba(84, 84, 84, 0.16);
  border-radius: 16px;
  background: var(--color-white);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.service-group.is-filtered-out {
  display: none;
}

.service-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  padding: 20px;
  border: 0;
  background: var(--color-white);
  background-image: none;
  color: var(--color-black);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    background-image 0.35s ease;
}

.service-group.is-open .service-group__header {
  background-image: var(--gradient-brand);
  color: var(--color-white);
}

.service-group__title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.service-group__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.service-group__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.service-group__chevron {
  flex-shrink: 0;
  color: currentColor;
  transform: rotate(-90deg);
  transition: transform 0.35s ease;
}

.service-group.is-open .service-group__chevron {
  transform: rotate(0deg);
}

.service-group__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.service-group.is-open .service-group__panel {
  grid-template-rows: 1fr;
}

.service-group__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.service-group.is-open .service-group__panel-inner {
  border-top: 1px solid rgba(84, 84, 84, 0.12);
}

.service-group__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 32px;
}

.service-group__grid .plan-card {
  max-width: none;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .services-platform-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .services-toolbar {
    gap: 20px;
    padding: 20px;
  }

  .service-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .services-page {
    padding-top: 24px;
  }

  .services-page .services-hero {
    padding: 20px;
    border-radius: 16px;
  }

  .services-page .services-hero .api-hero__title {
    font-size: 22px;
  }

  .services-page .services-hero .api-hero__lead {
    font-size: 13px;
  }

  .services-page .services-platform-tabs {
    margin-top: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .services-page .services-platform-tabs .platform-tab {
    position: relative;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1;
    padding: 8px;
    border-radius: 14px;
  }

  .services-page .services-platform-tabs .platform-tab:hover {
    transform: none;
  }

  .services-page .services-platform-tabs .platform-tab__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .services-page .services-platform-tabs .platform-tab__icon {
    width: 36px;
    height: 36px;
  }

  .services-page .services-platform-tabs .platform-tab__polygon {
    width: 36px;
    height: 36px;
  }

  .services-page .services-platform-tabs .platform-tab__logo,
  .services-page .services-platform-tabs .platform-tab__icon>img.platform-tab__logo {
    width: 18px;
    height: 18px;
  }

  .services-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 14px;
  }

  .services-toolbar__filter-wrap {
    width: auto;
    flex-shrink: 0;
  }

  .services-toolbar__filter {
    width: auto;
    min-height: 44px;
    padding: 6px 12px 6px 6px;
    font-size: 13px;
    gap: 8px;
    border-radius: 12px;
  }

  .services-toolbar__filter-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .services-toolbar__filter-icon iconify-icon {
    width: 20px;
    height: 20px;
  }

  .services-toolbar__menu {
    left: 0;
    right: auto;
    width: min(280px, calc(100vw - 48px));
  }

  .services-toolbar__search {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .services-toolbar__search input {
    font-size: 14px;
  }

  .service-accordion {
    gap: 16px;
    margin-top: 16px;
  }

  .service-group__header {
    min-height: 64px;
    padding: 16px;
  }

  .service-group__title {
    font-size: 18px;
  }

  .service-group__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  .services-page .services-platform-tabs {
    gap: 8px;
  }

  .services-page .services-platform-tabs .platform-tab {
    padding: 6px;
    border-radius: 12px;
  }

  .services-page .services-platform-tabs .platform-tab__icon {
    width: 32px;
    height: 32px;
  }

  .services-page .services-platform-tabs .platform-tab__polygon {
    width: 32px;
    height: 32px;
  }

  .services-page .services-platform-tabs .platform-tab__logo,
  .services-page .services-platform-tabs .platform-tab__icon>img.platform-tab__logo {
    width: 16px;
    height: 16px;
  }

  .services-toolbar {
    gap: 8px;
    padding: 10px;
  }

  .services-toolbar__filter {
    position: relative;
    min-height: 40px;
    padding: 6px;
    gap: 0;
  }

  .services-toolbar__filter [data-filter-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .services-toolbar__search {
    height: 40px;
    padding: 0 12px;
  }

  .services-toolbar__search input {
    font-size: 13px;
  }
}

/* ---------- About page ---------- */
.about-page-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 100px;
  overflow-x: clip;
}

.about-page {
  position: relative;
  z-index: 1;
}

.about-hero {
  margin-top: 48px;
}

.about-hero__copy .hero-copy__title {
  max-width: 596px;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 580px;
}

.about-hero__cta {
  flex: 1 1 220px;
  min-height: 52px;
  padding: 6px 28px;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
}

.btn-outline-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(var(--color-white), var(--color-white)) padding-box,
    var(--gradient-text) border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease;
}

.btn-outline-gradient span {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-outline-gradient:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 6px 16px rgba(244, 123, 32, 0.12);
  color: inherit;
}

.btn-outline-gradient:active {
  transform: translateY(0);
}

html[data-theme="dark"] .btn-outline-gradient {
  background:
    linear-gradient(#121212, #121212) padding-box,
    var(--gradient-text) border-box;
}

html[data-theme="dark"] .btn-outline-gradient span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.about-hero__visual {
  position: relative;
  width: 100%;
  max-width: 575px;
  margin-inline: auto;
  animation: fade-up 0.9s ease 0.2s both;
}

.about-hero__instagram,
.hero-instagram {
  position: absolute;
  left: -8%;
  top: 10%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  animation: hero-ig-float 4.5s ease-in-out infinite;
  pointer-events: none;
}

.hero-visual .hero-instagram {
  left: -4%;
  top: 10%;
  z-index: 4;
}

.about-hero__instagram img,
.hero-instagram img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(214, 41, 118, 0.35));
}

@keyframes hero-ig-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

html[data-theme="dark"] .about-hero__instagram,
html[data-theme="dark"] .hero-instagram {
  background: none;
}

.about-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .about-hero {
    margin-top: 32px;
  }

  .about-hero__copy {
    max-width: none;
    margin-inline: 0;
    text-align: left;
  }

  .about-hero__copy .hero-copy__title,
  .about-hero__copy .hero-copy__lead {
    max-width: none;
  }

  .about-hero__actions {
    max-width: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .about-hero__visual {
    margin-top: 8px;
  }

  .about-hero__instagram,
  .hero-instagram {
    left: 4%;
    top: 8%;
    width: 48px;
    height: 48px;
  }

  .hero-visual .hero-instagram {
    left: 2%;
    top: 10%;
  }

  .about-hero__instagram img,
  .hero-instagram img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-hero__actions {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .about-hero__cta {
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 575.98px) {
  .about-hero {
    margin-top: 24px;
  }
}

/* ---------- Who We Are (About page) ---------- */
.who-we-are {
  margin-top: 100px;
  padding: 0 0 40px;
}

.who-we-are__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.who-we-are__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.who-we-are__title {
  margin: 0;
  flex: 0 1 471px;
  max-width: 471px;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.who-we-are__title-gradient {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.who-we-are__lead {
  margin: 0;
  flex: 0 1 610px;
  max-width: 610px;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.who-we-are__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.who-we-are__quality {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 422px;
  max-width: 422px;
  min-height: 363px;
  padding: 48px;
  border: 1px solid #d5a20f;
  border-radius: 48px;
  background: var(--color-white);
}

html[data-theme="dark"] .who-we-are__quality {
  border: 1px solid #636363 !important;
  background: #1a1a1a;
}

.who-we-are__quality-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.who-we-are__quality-label {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #222e48;
}

.who-we-are__quality-sub {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #343e56;
}

.who-we-are__clients {
  display: flex;
  align-items: center;
  gap: 20px;
}

.who-we-are__avatars {
  display: flex;
  align-items: center;
}

.who-we-are__avatars img {
  width: 60px;
  height: 60px;
  border: 1.5px solid var(--color-white);
  border-radius: 50%;
  object-fit: cover;
  background: #ddd;
}

.who-we-are__avatars img+img {
  margin-left: -28px;
}

.who-we-are__clients-label {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #4f586d;
  white-space: nowrap;
}

.who-we-are__media {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 363px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #636363;
  border-radius: 48px;
  background: linear-gradient(90deg, #242424 0%, #000 70%);
}

.who-we-are__media-image {
  display: block;
  width: 100%;

  min-height: 343px;
  border-radius: 40px;
  object-fit: cover;

}

.who-we-are__media-overlay {
  position: absolute;
  inset: 10px;
  border-radius: 40px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.who-we-are__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.who-we-are__play img {
  width: 28px;
  height: 28px;
  display: block;
  margin-left: 3px;
}

.who-we-are__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(255, 255, 255, 0.28);
}

.who-we-are__media-copy {
  position: absolute;
  left: 27px;
  right: 27px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 787px;
}

.who-we-are__media-title {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.who-we-are__media-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

html[data-theme='dark'] .who-we-are__quality-label {
  color: #f5f5f5;
}

html[data-theme='dark'] .who-we-are__quality-sub,
html[data-theme='dark'] .who-we-are__clients-label {
  color: #c8c8c8;
}

html[data-theme='dark'] .who-we-are__avatars img {
  border-color: #1a1a1a;
}

@media (max-width: 1199.98px) {
  .who-we-are__quality {
    flex: 0 0 340px;
    max-width: 340px;
    padding: 36px;
  }

  .who-we-are__quality-label {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
  }

  .who-we-are__clients {
    gap: 14px;
  }

  .who-we-are__avatars img {
    width: 48px;
    height: 48px;
  }

  .who-we-are__avatars img+img {
    margin-left: -20px;
  }

  .who-we-are__clients-label {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .who-we-are {
    margin-top: 64px;
  }

  .who-we-are__intro {
    margin-bottom: 32px;
  }

  .who-we-are__heading {
    flex-direction: column;
    gap: 16px;
  }

  .who-we-are__title,
  .who-we-are__lead {
    flex: none;
    max-width: none;
  }

  .who-we-are__cards {
    flex-direction: column;
  }

  .who-we-are__quality {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 280px;
  }

  .who-we-are__media {
    min-height: 380px;
  }

  .who-we-are__media-image {
    min-height: 360px;
  }
}

@media (max-width: 767.98px) {
  .who-we-are {
    margin-top: 48px;
  }

  .who-we-are__intro {
    gap: 16px;
    margin-bottom: 24px;
  }

  .who-we-are__quality {
    min-height: 0;
    gap: 40px;
    padding: 28px;
    border-radius: 28px;
  }

  .who-we-are__quality-label {
    font-size: 3rem;
  }

  .who-we-are__quality-sub {
    font-size: 18px;
  }

  .who-we-are__clients {
    flex-wrap: wrap;
    gap: 12px;
  }

  .who-we-are__clients-label {
    white-space: normal;
  }

  .who-we-are__media {
    min-height: 420px;
    padding: 8px;
    border-radius: 28px;
  }

  .who-we-are__media-image {
    min-height: 404px;
    border-radius: 22px;
    filter: none;
  }

  .who-we-are__media-overlay {
    inset: 8px;
    border-radius: 22px;
  }

  .who-we-are__play {
    top: 38%;
    width: 56px;
    height: 56px;
  }

  .who-we-are__play img {
    width: 24px;
    height: 24px;
  }

  .who-we-are__media-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 12px;
  }

  .who-we-are__media-text {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .who-we-are__avatars img {
    width: 44px;
    height: 44px;
  }

  .who-we-are__avatars img+img {
    margin-left: -16px;
  }

  .who-we-are__media {
    min-height: 460px;
  }

  .who-we-are__media-image {
    min-height: 444px;
  }

  .who-we-are__play {
    top: 32%;
  }
}

/* ---------- What Makes Us Different (About page) ---------- */
.makes-different {
  margin-top: 100px;
  padding: 0 0 40px;
}

.makes-different__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 934px;
  margin: 0 auto 64px;
  text-align: center;
}

.makes-different__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.makes-different__lead {
  margin: 0;
  max-width: 694px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.makes-different__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.makes-different__visual {
  flex: 0 1 580px;
  max-width: 580px;
  width: 100%;
}

.makes-different__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.makes-different__image--dark {
  display: none;
}

html[data-theme="dark"] .makes-different__image--light {
  display: none;
}

html[data-theme="dark"] .makes-different__image--dark {
  display: block;
}

.makes-different__deck {
  position: relative;
  flex: 0 0 650px;
  width: 650px;
  max-width: 100%;
  height: 470px;
  margin-left: auto;
}

.makes-different__glow {
  position: absolute;
  left: 40%;
  top: 18%;
  z-index: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;

  pointer-events: none;
  filter: blur(8px);
}

.makes-different__card {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 352px;
  padding: 30px 20px;
  overflow: hidden;
  border: 1px solid #d5a20f;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(24, 24, 24, 0.06);
  transform-origin: left center;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease,
    width 0.45s ease,
    height 0.45s ease,
    padding 0.45s ease,
    border-color 0.45s ease;
  will-change: transform, opacity;
}

.makes-different__card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 0;
  width: 100%;
  transition: filter 0.45s ease;
}

.makes-different__card-head {
  display: flex;
  align-items: center;
  gap: 4px;
}

.makes-different__card-bullet {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-image: var(--gradient-brand);
  transform: rotate(45deg);
}

.makes-different__card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.makes-different__card-text {
  margin: 0;
  max-width: 260px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #343e56;
}

/* Frost overlay on back cards — blurs the body look */
.makes-different__card:not([data-stack='0']):not(.is-front)::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
}

/* Front card: sharp, gradient border */
.makes-different__card[data-stack='0'],
.makes-different__card.is-front {
  z-index: 10;
  width: 300px;
  height: 352px;
  opacity: 1;
  border-color: transparent;
  background:
    linear-gradient(var(--color-white), var(--color-white)) padding-box,
    var(--gradient-brand) border-box;
  transform: translateY(-50%) translateX(0) scale(1);
}

.makes-different__card[data-stack='0'] .makes-different__card-inner,
.makes-different__card.is-front .makes-different__card-inner {
  filter: none;
}

.makes-different__card[data-stack='1'] {
  z-index: 9;
  width: 282px;
  height: 320px;
  padding: 28px 18px;
  opacity: 0.9;
  transform: translateY(calc(-50% - 10px)) translateX(108px) scale(1);
}

.makes-different__card[data-stack='1'] .makes-different__card-inner {
  filter: blur(3px);
}

.makes-different__card[data-stack='2'] {
  z-index: 8;
  width: 254px;
  height: 286px;
  padding: 26px 16px;
  opacity: 0.78;
  transform: translateY(calc(-50% - 20px)) translateX(205px) scale(1);
}

.makes-different__card[data-stack='2'] .makes-different__card-inner {
  filter: blur(4.5px);
}

.makes-different__card[data-stack='3'] {
  z-index: 7;
  width: 224px;
  height: 254px;
  padding: 23px 14px;
  opacity: 0.64;
  transform: translateY(calc(-50% - 30px)) translateX(293px) scale(1);
}

.makes-different__card[data-stack='3'] .makes-different__card-inner {
  filter: blur(6px);
}

.makes-different__card[data-stack='4'] {
  z-index: 6;
  width: 194px;
  height: 220px;
  padding: 20px 13px;
  opacity: 0.5;
  transform: translateY(calc(-50% - 40px)) translateX(370px) scale(1);
}

.makes-different__card[data-stack='4'] .makes-different__card-inner {
  filter: blur(7.5px);
}

.makes-different__card[data-stack='5'] {
  z-index: 5;
  width: 165px;
  height: 187px;
  padding: 16px 11px;
  opacity: 0.38;
  transform: translateY(calc(-50% - 48px)) translateX(440px) scale(1);
}

.makes-different__card[data-stack='5'] .makes-different__card-inner {
  filter: blur(9px);
}

.makes-different__card[data-stack='6'] {
  z-index: 4;
  width: 136px;
  height: 154px;
  padding: 13px 9px;
  opacity: 0.28;
  transform: translateY(calc(-50% - 56px)) translateX(500px) scale(1);
}

.makes-different__card[data-stack='6'] .makes-different__card-inner {
  filter: blur(10.5px);
}

.makes-different__card[data-stack='1'] .makes-different__card-title,
.makes-different__card[data-stack='2'] .makes-different__card-title {
  font-size: 18px;
}

.makes-different__card[data-stack='2'] .makes-different__card-text,
.makes-different__card[data-stack='1'] .makes-different__card-text {
  font-size: 14px;
}

.makes-different__card[data-stack='3'] .makes-different__card-title,
.makes-different__card[data-stack='4'] .makes-different__card-title {
  font-size: 14px;
}

.makes-different__card[data-stack='3'] .makes-different__card-text,
.makes-different__card[data-stack='4'] .makes-different__card-text {
  font-size: 12px;
}

.makes-different__card[data-stack='5'] .makes-different__card-title,
.makes-different__card[data-stack='6'] .makes-different__card-title {
  font-size: 11px;
}

.makes-different__card[data-stack='5'] .makes-different__card-text,
.makes-different__card[data-stack='6'] .makes-different__card-text {
  font-size: 9px;
}

.makes-different__card[data-stack='3'] .makes-different__card-bullet,
.makes-different__card[data-stack='4'] .makes-different__card-bullet {
  width: 7px;
  height: 7px;
}

.makes-different__card[data-stack='5'] .makes-different__card-bullet,
.makes-different__card[data-stack='6'] .makes-different__card-bullet {
  width: 5px;
  height: 5px;
}

.makes-different__next {
  position: absolute;
  top: 50%;
  left: 264px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.makes-different__next img {
  display: block;
  width: 36px;
  height: 36px;
}

.makes-different__next:hover {
  transform: translateY(-50%) scale(1.08);
  filter: brightness(1.05);
}

/* Dark mode — charcoal stack matching about dark design */
html[data-theme="dark"] .makes-different__card {
  background: #1a1a1a;
  border-color: #ffffff0f;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .makes-different__card[data-stack="0"],
html[data-theme="dark"] .makes-different__card.is-front {
  background: #1a1a1a;
  border-color: #ffffff0f;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.55);
}

html[data-theme="dark"] .makes-different__card:not([data-stack="0"]):not(.is-front)::after {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
}

html[data-theme="dark"] .makes-different__card-title {
  color: #ffffff;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}

html[data-theme="dark"] .makes-different__card-text {
  color: #ebecef;
}

@media (max-width: 1199.98px) {
  .makes-different__body {
    gap: 24px;
  }

  .makes-different__visual {
    flex: 0 1 480px;
    max-width: 480px;
  }

  .makes-different__deck {
    flex: 0 0 460px;
    width: 460px;
    max-width: 100%;
    height: 420px;
    margin-left: auto;
  }

  .makes-different__card[data-stack="0"] {
    width: 240px;
    height: 290px;
  }

  .makes-different__card[data-stack="1"] {
    width: 220px;
    height: 260px;
    transform: translateY(calc(-50% - 8px)) translateX(72px) scale(1);
  }

  .makes-different__card[data-stack="2"] {
    width: 198px;
    height: 232px;
    transform: translateY(calc(-50% - 16px)) translateX(136px) scale(1);
  }

  .makes-different__card[data-stack="3"] {
    width: 176px;
    height: 205px;
    transform: translateY(calc(-50% - 24px)) translateX(194px) scale(1);
  }

  .makes-different__card[data-stack="4"] {
    width: 156px;
    height: 182px;
    transform: translateY(calc(-50% - 30px)) translateX(246px) scale(1);
  }

  .makes-different__card[data-stack="5"] {
    width: 136px;
    height: 160px;
    transform: translateY(calc(-50% - 36px)) translateX(294px) scale(1);
  }

  .makes-different__card[data-stack="6"] {
    width: 118px;
    height: 140px;
    transform: translateY(calc(-50% - 42px)) translateX(336px) scale(1);
  }

  .makes-different__next {
    left: 206px;
  }

  .makes-different__card-title {
    font-size: 19px;
  }

  .makes-different__card-text {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .makes-different {
    margin-top: 64px;
  }

  .makes-different__header {
    margin-bottom: 40px;
  }

  .makes-different__body {
    flex-direction: column;
    gap: 32px;
    min-height: 0;
  }

  .makes-different__visual {
    flex: none;
    max-width: 520px;
    margin-inline: auto;
  }

  .makes-different__deck {
    flex: none;
    max-width: 580px;
    width: 100%;
    height: 360px;
    margin-inline: auto;
  }

  .makes-different__glow {
    left: 30%;
    width: 280px;
    height: 280px;
  }

  .makes-different__card[data-stack='0'] {
    left: 0;
    width: 220px;
    height: 280px;
    transform: translateY(-50%) translateX(0) scale(1);
  }

  .makes-different__card[data-stack='1'] {
    left: 0;
    width: 198px;
    height: 252px;
    transform: translateY(calc(-50% - 8px)) translateX(56px) scale(1);
  }

  .makes-different__card[data-stack='2'] {
    left: 0;
    width: 176px;
    height: 226px;
    transform: translateY(calc(-50% - 14px)) translateX(108px) scale(1);
  }

  .makes-different__card[data-stack='3'] {
    left: 0;
    display: flex;
    width: 156px;
    height: 202px;
    transform: translateY(calc(-50% - 20px)) translateX(156px) scale(1);
  }

  .makes-different__card[data-stack='4'] {
    left: 0;
    display: flex;
    width: 138px;
    height: 180px;
    transform: translateY(calc(-50% - 26px)) translateX(200px) scale(1);
  }

  .makes-different__card[data-stack='5'] {
    left: 0;
    display: flex;
    width: 122px;
    height: 160px;
    transform: translateY(calc(-50% - 30px)) translateX(240px) scale(1);
  }

  .makes-different__card[data-stack='6'] {
    left: 0;
    display: flex;
    width: 108px;
    height: 142px;
    transform: translateY(calc(-50% - 34px)) translateX(276px) scale(1);
  }

  .makes-different__next {
    left: 188px;
    transform: translateY(-50%);
  }

  .makes-different__next:hover {
    transform: translateY(-50%) scale(1.08);
  }
}

@media (max-width: 767.98px) {
  .makes-different {
    margin-top: 48px;
  }

  .makes-different__header {
    gap: 12px;
    margin-bottom: 28px;
  }

  .makes-different__deck {
    max-width: 100%;
    height: 300px;
    overflow: visible;
  }

  .makes-different__card[data-stack='0'] {
    width: min(200px, 58vw);
    height: 260px;
    transform: translateY(-50%) translateX(0) scale(1);
  }

  .makes-different__card[data-stack='1'] {
    width: min(178px, 52vw);
    height: 234px;
    transform: translateY(calc(-50% - 6px)) translateX(42px) scale(1);
  }

  .makes-different__card[data-stack='2'] {
    display: flex;
    width: min(158px, 46vw);
    height: 210px;
    transform: translateY(calc(-50% - 12px)) translateX(80px) scale(1);
  }

  .makes-different__card[data-stack='3'] {
    width: min(140px, 40vw);
    height: 188px;
    transform: translateY(calc(-50% - 16px)) translateX(114px) scale(1);
  }

  .makes-different__card[data-stack='4'] {
    width: min(124px, 36vw);
    height: 168px;
    transform: translateY(calc(-50% - 20px)) translateX(146px) scale(1);
  }

  .makes-different__card[data-stack='5'] {
    width: min(110px, 32vw);
    height: 150px;
    transform: translateY(calc(-50% - 24px)) translateX(174px) scale(1);
  }

  .makes-different__card[data-stack='6'] {
    width: min(96px, 28vw);
    height: 132px;
    transform: translateY(calc(-50% - 28px)) translateX(200px) scale(1);
  }

  .makes-different__next {
    left: 168px;
    transform: translateY(-50%);
  }

  .makes-different__next:hover {
    transform: translateY(-50%) scale(1.08);
  }
}

@media (max-width: 575.98px) {
  .makes-different__card-title {
    font-size: 16px;
    white-space: normal;
  }

  .makes-different__card-text {
    font-size: 12px;
    max-width: none;
  }

  .makes-different__deck {
    height: 280px;
  }

  .makes-different__card[data-stack='0'] {
    width: min(180px, 56vw);
    height: 240px;
    padding: 20px 14px;
  }

  .makes-different__next {
    width: 32px;
    height: 32px;
    left: 150px;
  }

  .makes-different__next img {
    width: 32px;
    height: 32px;
  }
}

/* ---------- Grow Smarter (About page) ---------- */
.grow-smarter {
  margin-top: 100px;
  padding: 0 0 40px;
}

.grow-smarter__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 934px;
  margin: 0 auto 64px;
  text-align: center;
}

.grow-smarter__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.grow-smarter__lead {
  margin: 8px 0 0;
  max-width: 934px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.grow-smarter__body {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.grow-smarter__features {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.grow-smarter__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-height: 0;
  padding: 24px;
  border: 1px solid #d5a20f;
  border-radius: 20px;
  background: var(--color-white);
}

.grow-smarter__card-title {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #222e48;
}

.grow-smarter__card-text {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.grow-smarter__media {
  position: relative;
  flex: 0 0 652px;
  width: 652px;
  max-width: 100%;
  min-height: 473px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow:
    inset 0.9px 0.7px 0.7px rgba(255, 255, 255, 0.25),
    inset -0.36px -0.36px 0.54px rgba(0, 0, 0, 0.36);
}

.grow-smarter__media-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 473px;
  object-fit: cover;
  object-position: center;
}

.grow-smarter__media-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.grow-smarter__media-title {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.grow-smarter__media-text {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #c7c7c7;
}

html[data-theme="dark"] .grow-smarter__card {
  border: none;
}

html[data-theme="dark"] .grow-smarter__card-title {
  color: #f0f0f0;
}

html[data-theme="dark"] .grow-smarter__media {
  border: 1px solid #464646;
  box-shadow: none;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.19) 0%,
      rgba(2, 12, 7, 0.81) 71.79%,
      rgba(156, 72, 27, 0.95) 94.24%),
    url("https://storage.perfectcdn.com/dua12k/9t6q15bj0b544fk7.webp") lightgray 50% / cover no-repeat;
}

html[data-theme="dark"] .grow-smarter__media-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 1199.98px) {
  .grow-smarter__media {
    flex: 0 0 520px;
    width: 520px;
    min-height: 420px;
  }

  .grow-smarter__media-image {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .grow-smarter {
    margin-top: 64px;
  }

  .grow-smarter__header {
    margin-bottom: 40px;
  }

  .grow-smarter__body {
    flex-direction: column;
    gap: 20px;
  }

  .grow-smarter__features {
    order: 2;
  }

  .grow-smarter__media {
    order: 1;
    flex: none;
    width: 100%;
    min-height: 380px;
  }

  .grow-smarter__media-image {
    min-height: 380px;
  }

  .grow-smarter__card {
    flex: none;
  }
}

@media (max-width: 767.98px) {
  .grow-smarter {
    margin-top: 48px;
  }

  .grow-smarter__header {
    gap: 12px;
    margin-bottom: 28px;
  }

  .grow-smarter__card {
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
  }

  .grow-smarter__card-title {
    font-size: 17px;
  }

  .grow-smarter__card-text {
    font-size: 15px;
  }

  .grow-smarter__media {
    min-height: 320px;
    border-radius: 16px;
  }

  .grow-smarter__media-image {
    min-height: 320px;
  }

  .grow-smarter__media-copy {
    gap: 12px;
    padding: 20px;
  }

  .grow-smarter__media-title {
    font-size: 17px;
  }

  .grow-smarter__media-text {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .grow-smarter__media {
    min-height: 280px;
  }

  .grow-smarter__media-image {
    min-height: 280px;
  }
}

/* ---------- Privacy Policy page ---------- */
.policy-page-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
  overflow: clip;
}

.policy-page__top-bg {
  height: 839px;
}

.policy-page {
  position: relative;
  z-index: 1;
  padding: 40px 0 100px;
}

.policy-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 64px;
}

.policy-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(var(--color-white), var(--color-white)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #222e48;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.policy-hero__badge img {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
}

.policy-hero__title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #343e56;
}

.policy-hero__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1100px;
  opacity: 0.9;
}

.policy-hero__lead p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #222e48;
}

.policy-hero__lead a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.policy-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border: 1px solid #a6aab5;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.policy-card__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.policy-card__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.policy-card__title {
  margin: 0;
  flex: 1;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.policy-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-card__body p,
.policy-card__body li {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #343e56;
}

.policy-card__body ul {
  margin: 0;
  padding-left: 1.5rem;
}

.policy-card__body li {
  line-height: 2;
}

.policy-card__body li+li {
  margin-top: 0;
}

.policy-card__body a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-card__subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.policy-card__label {
  font-weight: 600;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.policy-card__highlight {
  background-image: var(--gradient-text) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

html[data-theme='dark'] .policy-hero__title {
  color: #f0f0f0;
}

html[data-theme='dark'] .policy-hero__lead p,
html[data-theme='dark'] .policy-card__body p,
html[data-theme='dark'] .policy-card__body li {
  color: #c8c8c8;
}

html[data-theme='dark'] .policy-hero__badge {
  color: #f0f0f0;
}

html[data-theme='dark'] .policy-card {
  border-color: rgba(166, 170, 181, 0.35);
}

@media (max-width: 991.98px) {
  .policy-page {
    padding: 24px 0 72px;
  }

  .policy-hero {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .policy-page__top-bg {
    height: 520px;
  }

  .policy-hero {
    gap: 16px;
    margin-bottom: 28px;
  }

  .policy-hero__lead p {
    font-size: 16px;
  }

  .policy-cards {
    gap: 20px;
  }

  .policy-card {
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
  }

  .policy-card__body p,
  .policy-card__body li {
    font-size: 16px;
  }

  .policy-card__body li {
    line-height: 1.6;
  }

  .policy-card__subtitle {
    font-size: 18px;
  }
}

/* ---------- Contact Us page ---------- */
.contact-page-shell {
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
  overflow: clip;
}

.contact-page__top-bg {
  height: 839px;
}

.contact-page {
  position: relative;
  z-index: 1;
  padding: 56px 0 100px;
}

.contact-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
  text-align: center;
}

.contact-hero__title {
  margin: 0;
  max-width: 742px;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-black);
}

.contact-hero__title-accent {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-hero__lead {
  margin: 0;
  max-width: 1056px;
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
  padding: 48px;
  margin-bottom: 48px;
  border: 1px solid var(--color-border);
  border-radius: 48px;
  background: var(--color-white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-field__label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #222e48;
}

.contact-field__input {
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #dfe0e4;
  border-radius: 12px;
  background: #eeeeee;
  color: var(--color-body);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-field__input::placeholder {
  color: var(--color-body);
  opacity: 0.85;
}

.contact-field__input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.15);
  background: #f5f5f5;
}

.contact-field__input--area {
  min-height: 196px;
  resize: vertical;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  align-self: flex-start;
  padding: 10px 10px 10px 24px;
  border: 0;
  border-radius: 12px;
  background-image: var(--gradient-brand);
  color: #ffffff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.contact-form__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.contact-form__submit:active {
  transform: translateY(0);
}

.contact-form__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form__submit-icon img {
  width: 16px;
  height: 24px;
  display: block;
}

.contact-form__status {
  margin: 0;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form__status[hidden] {
  display: none;
}

.contact-form__status.is-success {
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
}

.contact-form__status.is-error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}

.contact-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.contact-panel__visual {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 542 / 486;
}

.contact-panel__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 24px;
  border: 1px solid #dfe0e4;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0.5px solid #fbbd08;
  border-radius: 8px;
  background: var(--color-white);
}

.contact-card__icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.contact-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #222e48;
}

.contact-card__value {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #343e56;
  text-decoration: none;
  word-break: break-word;
}

a.contact-card__value:hover {
  color: var(--color-primary);
}

.contact-map {
  position: relative;
  min-height: 538px;
  padding: 48px;
  border: 1px solid #dfe0e4;
  border-radius: 48px;
  background: var(--color-white);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.contact-map__frame {
  position: absolute;
  inset: 24px;
  overflow: hidden;
  border-radius: 28px;
}

.contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15);
}

.contact-map__pin {
  position: absolute;
  left: 48px;
  bottom: 48px;
  z-index: 2;
  width: min(357px, calc(100% - 96px));
  aspect-ratio: 357 / 145;
  min-height: 0;
  padding: 28px 56px 24px 30px;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  -webkit-mask-image: url("https://storage.perfectcdn.com/dua12k/ed97jsc0wnt7wj9z.svg");
  mask-image: url("https://storage.perfectcdn.com/dua12k/ed97jsc0wnt7wj9z.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.contact-map__pin-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #222e48;
}

.contact-map__pin-address {
  margin: 0;
  max-width: 221px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: #222e48;
}

.contact-map__pin-icon {
  position: absolute;
  top: 48px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #282828;
  border: 0.7px solid rgba(255, 255, 255, 0.1);
}

.contact-map__pin-icon img {
  width: 16px;
  height: 16px;
  display: block;
}

html[data-theme='dark'] .contact-hero__lead {
  color: #c1c4cc;
}

html[data-theme='dark'] .contact-panel {
  border: 1px solid rgba(150, 71, 45, 0.5);
  border-radius: 48px;
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
  box-shadow: none;
}

html[data-theme='dark'] .contact-field__label {
  color: #ffffff;
}

html[data-theme='dark'] .contact-field__input {
  background: #0d0d0d;
  border-color: rgba(238, 238, 238, 0.12);
  color: #dfe0e4;
  box-shadow: 8.371px 2.21px 38.16px rgba(0, 0, 0, 0.4);
}

html[data-theme='dark'] .contact-field__input::placeholder {
  color: #dfe0e4;
  opacity: 1;
}

html[data-theme='dark'] .contact-field__input:focus {
  background: #121212;
  border-color: rgba(244, 123, 32, 0.45);
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.15);
}

html[data-theme='dark'] .contact-panel__visual {
  border-radius: 24px;
  border: 0.5px solid transparent;
  overflow: hidden;
  background:
    linear-gradient(180deg,
      rgba(223, 104, 27, 0.8) -17.6%,
      rgba(156, 13, 19, 0.8) 37.12%,
      rgba(55, 9, 42, 0.8) 75.88%,
      rgba(0, 0, 0, 0.8) 92.11%) padding-box,
    var(--gradient-brand) border-box;
}

html[data-theme='dark'] .contact-card {
  border: 1px solid rgba(238, 238, 238, 0.12);
  background: #0d0d0d;
  box-shadow: 8.371px 2.21px 38.16px rgba(0, 0, 0, 0.4);
}

html[data-theme='dark'] .contact-card__icon {
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
}

html[data-theme='dark'] .contact-card__icon img {
  filter: brightness(0) invert(1);
}

html[data-theme='dark'] .contact-card__title {
  color: #ffffff;
}

html[data-theme='dark'] .contact-card__value {
  color: #ebecef;
}

html[data-theme='dark'] .contact-map {
  border: 1px solid rgba(150, 71, 45, 0.5);
  border-radius: 48px;
  background: linear-gradient(90deg, #000000 0%, #000000 30%, #242424 100%);
  box-shadow: none;
}

html[data-theme='dark'] .contact-map__frame {
  inset: 20px;
  border: 0;
  background: transparent;
  border-radius: 28px;
}

html[data-theme='dark'] .contact-map__frame iframe {
  border-radius: inherit;
  filter: grayscale(0.35) brightness(0.75) contrast(1.05);
}

html[data-theme="dark"] .contact-map__pin {
  background-color: #000000;
  border: 0;
}

html[data-theme='dark'] .contact-map__pin-label {
  color: #f3e7df;
}

html[data-theme='dark'] .contact-map__pin-address {
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-panel__visual {
    max-width: 542px;
    margin-inline: auto;
    width: 100%;
  }

  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .contact-page {
    padding: 32px 0 64px;
  }

  .contact-page__top-bg {
    height: 520px;
  }

  .contact-hero {
    margin-bottom: 32px;
  }

  .contact-panel {
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 24px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .contact-map {
    min-height: 420px;
    padding: 16px;
    border-radius: 24px;
  }

  .contact-map__frame {
    inset: 12px;
    border-radius: 16px;
  }

  .contact-map__pin {
    left: 28px;
    bottom: 28px;
    width: calc(100% - 56px);
    padding: 16px 48px 18px 18px;
  }

  .contact-map__pin-address {
    font-size: 16px;
  }
}

/* ========== Sign In / Auth Pages — START ========== */
.sign-in-page {
  --si-bg: #fff9f3;
  --si-text: #13203b;
  --si-muted: #343e56;
  --si-label: #343e56;
  --si-card: #ffffff;
  --si-field-bg: #ffffff;
  --si-placeholder: #4f586d;
  --si-checkbox-border: #a1a1a1;
  --si-checkbox-text: #343e56;
  --si-tab-idle: #343e56;
  --si-tabs-fill: #fff9f3;
  --si-tabs-shadow: 0 2.315px 4.63px rgba(0, 0, 0, 0.12);
  --si-google-text: transparent;
  --si-create: #343e56;
  --si-icon-filter: none;
  --si-back-bg: #ffffff;
  --si-back-label: var(--gradient-text);

  margin: 0;
  padding: 0;
  background: var(--si-bg);
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--si-text);
  transition: background 0.25s ease, color 0.25s ease;
}

html[data-theme="dark"] .sign-in-page {
  --si-bg: #000000;
  --si-text: #ffffff;
  --si-muted: rgba(255, 255, 255, 0.8);
  --si-label: #ffffff;
  --si-card: #0d0c10;
  --si-field-bg: #0d0c10;
  --si-placeholder: rgba(255, 255, 255, 0.8);
  --si-checkbox-border: #a1a1a1;
  --si-checkbox-text: #dfe0e4;
  --si-tab-idle: #ffffff;
  --si-tabs-fill: #0d0c10;
  --si-tabs-shadow:
    0 2.315px 2.315px rgba(0, 0, 0, 0.12),
    inset 2.315px 2.315px 9.259px 0 rgba(255, 52, 93, 0.1);
  --si-google-text: #ffffff;
  --si-create: rgba(255, 255, 255, 0.8);
  --si-icon-filter: none;
  --si-back-bg: #040102;
  --si-back-label: linear-gradient(97.4deg, #c8083d 2.35%, #ff345d 75%);
}

.sign-in-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  min-height: 100vh;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
}

.sign-in-form-wrapper--reset {
  gap: 37px;
}

.sign-in-form-wrapper--reset .sign-in-header {
  gap: 28px;
  max-width: 100%;
}

.sign-in-form-wrapper--reset .sign-in-header__title {
  font-size: clamp(22px, 3.2vw, 28px);
}

.sign-in-form-wrapper--reset .sign-in-form {
  gap: 37px;
}

.sign-in-btn--full {
  width: 100%;
  flex: none;
}

/* OTP / 2FA code inputs */
.sign-in-otp {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.sign-in-otp__input {
  width: 100%;
  aspect-ratio: 1;
  max-height: 64px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 9px;
  background:
    linear-gradient(var(--si-field-bg), var(--si-field-bg)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--si-text);
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
  transition: background 0.25s ease, border-color 0.25s ease;
  caret-color: var(--si-text);
}

html[data-theme="dark"] .sign-in-otp__input {
  border-color: #575757;
  background: var(--si-field-bg);
  background-clip: border-box;
}

@media (max-width: 575.98px) {
  .sign-in-otp {
    gap: 6px;
  }

  .sign-in-otp__input {
    font-size: 18px;
    max-height: 52px;
  }
}

.sign-in-form-side {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.sign-in-form-wrapper {
  width: 100%;
  max-width: 603px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.sign-in-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 447px;
  margin: 0 auto;
}

.sign-in-logo {
  display: block;
  width: 79px;
  height: 79px;
  object-fit: cover;
}

.sign-in-logo--dark {
  display: none;
}

html[data-theme="dark"] .sign-in-logo--light {
  display: none;
}

html[data-theme="dark"] .sign-in-logo--dark {
  display: block;
}

.sign-in-header__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-align: center;
  width: 100%;
}

.sign-in-header__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--si-text);
}

.sign-in-header__subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--si-muted);
}

/* Theme icon swap */
.si-icon--dark {
  display: none !important;
}

html[data-theme="dark"] .si-icon--light {
  display: none !important;
}

html[data-theme="dark"] .si-icon--dark {
  display: block !important;
}

/* Tabs — gradient border (light + dark) */
.sign-in-tabs {
  display: flex;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 5px;
  background:
    linear-gradient(var(--si-tabs-fill), var(--si-tabs-fill)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: var(--si-tabs-shadow);
}

.sign-in-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 14px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--si-tab-idle);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.sign-in-tab img {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.sign-in-tab__label {
  display: inline-block;
  line-height: 1.5;
  overflow: visible;
}

/* Light mode: inactive tab uses brand gradient text */
.sign-in-tab:not(.sign-in-tab--active) .sign-in-tab__label {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /* Keep descenders (e.g. “g”) inside the clip box */
  padding: 0.12em 0;
  margin: -0.12em 0;
}

html[data-theme="dark"] .sign-in-tab:not(.sign-in-tab--active) .sign-in-tab__label {
  background-image: none;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.sign-in-tab--active {
  background: var(--gradient-brand);
  color: #f7f2f2;
  box-shadow:
    0 28.611px 18.667px rgba(200, 8, 61, 0.08),
    0 2.315px 3.472px rgba(200, 8, 61, 0.2);
}

.sign-in-tab--active .sign-in-tab__label {
  background-image: none;
  -webkit-text-fill-color: #f7f2f2;
  color: #f7f2f2;
}

.sign-in-tab:not(.sign-in-tab--active):hover {
  opacity: 0.85;
}

/* Form */
.sign-in-form {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.sign-in-form__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sign-in-form__footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sign-in-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.sign-in-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sign-in-field-row:empty {
  display: none;
}

.sign-in-agreement {
  display: flex;
  align-items: flex-start;
}

.sign-in-agreement .sign-in-checkbox {
  align-items: flex-start;
}

.sign-in-agreement .sign-in-checkbox__box {
  margin-top: 2px;
}

.sign-in-agreement .sign-in-checkbox__text {
  white-space: normal;
  line-height: 1.5;
}

.sign-in-agreement__link {
  color: #f24d66;
  text-decoration: none;
  font-weight: 500;
}

.sign-in-agreement__link:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.sign-in-field__label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--si-label);
}

.sign-in-field__input-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 19px;
  height: 51px;
  border: 1px solid transparent;
  border-radius: 9px;
  background:
    linear-gradient(var(--si-field-bg), var(--si-field-bg)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: background 0.25s ease, border-color 0.25s ease;
}

html[data-theme="dark"] .sign-in-field__input-wrap {
  border-color: #575757;
  background: var(--si-field-bg);
  background-clip: border-box;
}

.sign-in-field__icon {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
}

.sign-in-field__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--si-text);
}

.sign-in-field__input::placeholder {
  color: var(--si-placeholder);
}

.sign-in-field__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.sign-in-field__toggle img {
  width: 21px;
  height: 21px;
}

.sign-in-field__toggle:hover {
  opacity: 1;
}

/* Options row */
.sign-in-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sign-in-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.sign-in-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.sign-in-checkbox__box {
  width: 16px;
  height: 16px;
  border: 1px solid var(--si-checkbox-border);
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.sign-in-checkbox__input:checked+.sign-in-checkbox__box {
  border: 0;
  background-image: var(--gradient-brand);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sign-in-checkbox__input:checked+.sign-in-checkbox__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sign-in-checkbox__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--si-checkbox-text);
}

.sign-in-forgot {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #f24d66;
  text-decoration: none;
  transition: opacity 0.25s ease;
  white-space: nowrap;
}

.sign-in-forgot:hover {
  opacity: 0.85;
}

/* Action buttons */
.sign-in-actions {
  display: flex;
  gap: 23px;
  width: 100%;
}

.sign-in-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding: 0 28px;
  box-sizing: border-box;
  border-radius: 14px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  border: 0;
}

.sign-in-btn img {
  flex-shrink: 0;
}

.sign-in-btn--primary {
  background: var(--gradient-brand);
  color: #f7f2f2;
  box-shadow:
    0 28.611px 18.667px rgba(200, 8, 61, 0.08),
    0 2.315px 3.472px rgba(200, 8, 61, 0.2);
}

.sign-in-btn--primary img {
  filter: none;
  width: 19px;
  height: 19px;
}

.sign-in-btn--primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.sign-in-btn--google {
  border: 1px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(var(--si-card), var(--si-card)) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--si-google-text);
  gap: 12px;
}

html[data-theme="dark"] .sign-in-btn--google {
  border-color: #575757;
  background: var(--si-card);
  background-clip: border-box;
}

.sign-in-btn--google .sign-in-btn__label {
  display: inline-block;
  line-height: 1.5;
  overflow: visible;
  padding: 0.12em 0;
  margin: -0.12em 0;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

html[data-theme="dark"] .sign-in-btn--google .sign-in-btn__label {
  background-image: none;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.sign-in-btn--google:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.sign-in-btn__google-icon {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.sign-in-google {
  position: relative;
  overflow: hidden;
  padding: 0;
  user-select: none;
}

.sign-in-google:hover {
  opacity: 1;
  transform: none;
}

.sign-in-google__face {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 0 28px;
  box-sizing: border-box;
  border-radius: inherit;
  background: var(--si-card);
  pointer-events: none;
}

.sign-in-google__hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.001;
  cursor: pointer;
}

.sign-in-google__hit>div,
.sign-in-google__hit iframe {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  transform: none !important;
}

/* Create account link */
.sign-in-create {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--si-create);
  text-align: left;
}

.sign-in-create__link {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.5;
  padding: 0.12em 0;
  margin: -0.12em 0;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.sign-in-create__link:hover {
  opacity: 0.9;
}

/* Image side */
.sign-in-image-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  width: 100%;
}

/* Keep 640×800 ratio so the notch and Back button stay aligned */
.sign-in-hero {
  --hero-w: 640;
  --hero-h: 800;
  position: relative;
  container-type: inline-size;
  container-name: sign-in-hero;
  width: min(100%, 641px, calc((100vh - 120px) * var(--hero-w) / var(--hero-h)));
  aspect-ratio: 640 / 800;
  height: auto;
}

.sign-in-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  z-index: 0;
}

.sign-in-hero__img {
  position: absolute;
  left: 52%;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 82.5%;
  height: 94%;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  z-index: 1;
}

/* Figma 640×800: left 9.78, top 11.55 — nestled in the black notch */
.sign-in-back {
  position: absolute;
  top: calc(11.55 / 800 * 100%);
  left: calc(9.78 / 640 * 100%);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8.889cqi / 6.4);
  padding: calc(5.333cqi / 6.4) calc(17.778cqi / 6.4) calc(5.333cqi / 6.4) calc(5.333cqi / 6.4);
  background: var(--si-back-bg);
  border: max(1px, calc(0.889cqi / 6.4)) solid #c8083d;
  border-radius: 999px;
  box-shadow: 0 1.778px 1.778px rgba(255, 52, 93, 0.24);
  text-decoration: none;
  transition: opacity 0.25s ease;
  box-sizing: border-box;
  max-width: calc(123cqi / 6.4);
}

.sign-in-back:hover {
  opacity: 0.9;
}

.sign-in-back__icon {
  display: flex;
  width: calc(28.444cqi / 6.4);
  height: calc(28.444cqi / 6.4);
  flex-shrink: 0;
  transform: scaleY(-1) rotate(180deg);
  position: relative;
}

.sign-in-back__icon img {
  width: 100%;
  height: 100%;
}

.sign-in-back__icon-img--light {
  display: block;
}

.sign-in-back__icon-img--dark {
  display: none;
}

html[data-theme="dark"] .sign-in-back__icon-img--light {
  display: none;
}

html[data-theme="dark"] .sign-in-back__icon-img--dark {
  display: block;
}

.sign-in-back__label {
  font-family: "Inter", sans-serif;
  font-size: calc(14.222cqi / 6.4);
  font-weight: 500;
  line-height: 1.5;
  background-image: var(--si-back-label);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}

.sign-in-trust {
  position: absolute;
  left: 50%;
  bottom: 4.5%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: min(278px, 86%);
  padding: 16px 20px;
  border-radius: 16px;
  background: rgba(4, 1, 2, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.sign-in-trust__avatars {
  display: flex;
  align-items: center;
}

.sign-in-trust__avatar {
  width: 24px;
  height: 24px;
  border-radius: 15px;
  border: 0.5px solid #ffffff;
  object-fit: cover;
  margin-left: -11px;
}

.sign-in-trust__avatar:first-child {
  margin-left: 0;
}

.sign-in-trust__text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
  white-space: nowrap;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  .sign-in-layout {
    padding: 48px 28px;
  }

  .sign-in-form-wrapper {
    max-width: 520px;
  }
}

@media (max-width: 991.98px) {
  .sign-in-layout {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px;
    gap: 32px;
  }

  .sign-in-image-side {
    display: none;
  }

  .sign-in-form-wrapper {
    max-width: 603px;
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .sign-in-layout {
    padding: 56px 16px 32px;
  }

  .sign-in-form-wrapper {
    gap: 28px;
  }

  .sign-in-header__title {
    font-size: 24px;
  }

  .sign-in-header__subtitle {
    font-size: 16px;
  }

  .sign-in-tab {
    padding: 12px 16px;
    font-size: 16px;
    min-height: 48px;
  }

  .sign-in-actions {
    flex-direction: column;
    gap: 12px;
  }

  .sign-in-field-row {
    grid-template-columns: 1fr;
  }

  .sign-in-btn {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    font-size: 17px;
  }

  .sign-in-btn__google-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }
}

/* ========== Sign In / Auth Pages — END ========== */

/* ===== Dashboard / New Order ===== */
.dash-page {
  min-height: 100vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background: var(--color-page);
  font-family: var(--font-sans);
  color: var(--color-black);
}

.dash-shell {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  --dash-sidebar-width: 300px;
}

.dash-sidebar {
  position: sticky;
  top: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: var(--dash-sidebar-width);
  height: 100vh;
  padding: 16px 16px 0;
  overflow: hidden;
  background: var(--color-white);
  border-right: 1px solid #e4e4e4;
  transition: width 0.25s ease, padding 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.dash-sidebar-edge-toggle {
  position: fixed;
  top: 48px;
  left: var(--dash-sidebar-width);
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: left 0.25s ease, transform 0.25s ease;
  /* Keep out of flex layout sizing */
  flex: 0 0 0;
  overflow: visible;
}

.dash-sidebar-edge-toggle img {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.dash-page.is-sidebar-collapsed .dash-sidebar {
  width: 0;
  min-width: 0;
  max-width: 0;
  flex: 0 0 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.dash-page.is-sidebar-collapsed .dash-sidebar-edge-toggle {
  left: 20px;
  transform: translateY(-50%);
}

.dash-page.is-sidebar-collapsed .dash-sidebar-edge-toggle img {
  transform: rotate(180deg);
}

.dash-page.is-sidebar-collapsed .dash-header {
  padding-left: 68px;
}

.dash-sidebar__logo img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.dash-sidebar__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  gap: 12px;
  padding-bottom: 16px;
  background: var(--color-white);
}

.dash-sidebar__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 0;
  padding-bottom: 32px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dash-sidebar__body::-webkit-scrollbar {
  display: none;
}

.dash-sidebar__top .dash-notify {
  display: none;
  flex-shrink: 0;
}

/* 1px gradient border (works with border-radius) */
.gradient-border {
  position: relative;
  border: 0 !important;
  isolation: isolate;
}

.gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg,
      #fbbd08 0%,
      #f47b20 25%,
      #c4272e 50%,
      #8b1a4a 75%,
      #3d1053 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.dash-profile {
  border-radius: 12px;
  background: var(--color-white);
}

.dash-profile .card-body {
  padding: 24px 16px 20px;
}

.dash-profile__avatar {
  width: 76px;
  height: 70px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(244, 139, 25, 0.53);
  background: #eee;
}

.dash-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dash-profile__name {
  font-family: 'Outfit', var(--font-sans);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-profile__amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 100px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.dash-profile__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-height: 32px;
  border-radius: 50px;
  background: #eee;
  color: var(--color-black);
}

.dash-profile__add:hover,
.dash-profile__add:focus-visible {
  background: #e6e6e6;
}

.dash-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dash-nav__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dash-nav__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0.5px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.dash-nav__heading:hover {
  background: rgba(244, 123, 32, 0.06);
}

.dash-nav__heading:focus-visible {
  outline: 2px solid #f47b20;
  outline-offset: 2px;
}

.dash-nav__heading:not(.collapsed),
.dash-nav__heading.collapsed {
  border-color: transparent;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

.dash-nav__heading.collapsed:hover {
  background: rgba(244, 123, 32, 0.06);
  border-color: transparent;
  box-shadow: none;
}

.dash-nav__heading>span {
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-nav__chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #f47b20;
  background: rgba(244, 123, 32, 0.1);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.dash-nav__heading.collapsed .dash-nav__chevron {
  transform: rotate(180deg);
  color: #f47b20;
  background: rgba(244, 123, 32, 0.1);
  background-image: none;
}

.dash-nav .collapse {
  overflow: hidden;
}

.dash-nav .collapsing {
  overflow: hidden;
  transition: height 0.22s ease;
}

.dash-nav__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dash-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  color: var(--color-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.dash-nav__link:hover {
  color: var(--color-black);
  background: rgba(244, 123, 32, 0.06);
}

.dash-nav__link.is-active {
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-nav__link.is-active:hover {
  color: #fff;
}

.dash-nav__link iconify-icon {
  flex-shrink: 0;
}

.dash-content {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  background: var(--color-page);
}

.dash-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  min-height: 96px;
  padding: 28px 40px;
  background: var(--color-white);
  border-bottom: 0.5px solid #e4e4e4;
  transition: padding-left 0.25s ease;
}

.dash-header__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.dash-header__title>span {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-header__title-icon {
  color: var(--color-primary);
}

.dash-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 0.8px solid #dfe0e4;
  border-radius: 20px;
  background: var(--color-white);
  color: var(--color-black);
  box-shadow: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.dash-sidebar-toggle:hover,
.dash-sidebar-toggle:focus-visible {
  background: rgba(244, 123, 32, 0.06);
  border-color: rgba(244, 123, 32, 0.35);
  color: var(--color-black);
}

.dash-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 0.8px solid #dfe0e4;
  background: var(--color-white);
}

.dash-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dash-wallet,
.dash-notify,
.dash-user {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 5px;
  border: 0.8px solid #dfe0e4;
  border-radius: 20px;
  background: var(--color-white);
  color: var(--color-nav);
  box-shadow: none;
}

.dash-wallet:hover,
.dash-wallet:focus,
.dash-wallet:active,
.dash-wallet:focus-visible,
.dash-notify:hover,
.dash-notify:focus,
.dash-notify:active,
.dash-notify:focus-visible,
.dash-user:hover,
.dash-user:focus,
.dash-user:active,
.dash-user:focus-visible {
  background: var(--color-white);
  border-color: #dfe0e4;
  color: var(--color-nav);
  box-shadow: none;
}

.dash-wallet__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-wallet__amount {
  padding-inline: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-nav);
}

.dash-notify {
  position: relative;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: var(--color-primary);
}

.dash-notify__icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dash-notify__dot {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f94346;
  border: 1.5px solid #fff;
}

.dash-user__avatar {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.dash-header .dropdown {
  position: relative;
}

.dash-profile-menu {
  --bs-dropdown-min-width: 160px;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-border-radius: 12px;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-spacer: 8px;
  position: absolute;
  top: calc(100% + var(--bs-dropdown-spacer));
  right: 0;
  left: auto;
  width: 160px;
  margin: 0 !important;
  transform: none !important;
  transition: none;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(24, 24, 24, 0.08);
}

.dash-profile-menu .dropdown-item,
.dash-profile-menu__link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 20px;
  border: 0;
  border-bottom: 0.4px dashed rgba(0, 0, 0, 0.16);
  border-radius: 0;
  background: transparent;
  color: #0b0b0b;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.dash-profile-menu li:last-child .dash-profile-menu__link {
  border-bottom: 0;
}

.dash-profile-menu__link:hover,
.dash-profile-menu__link:focus {
  background: rgba(244, 123, 32, 0.06);
  color: #0b0b0b;
}

.dash-profile-menu__link.is-accent {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-profile-menu__link.is-accent:hover,
.dash-profile-menu__link.is-accent:focus {
  background-color: rgba(244, 123, 32, 0.06);
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-profile-menu__link.is-logout {
  color: #fa5151;
  line-height: 1.5;
}

.dash-profile-menu__link.is-logout:hover,
.dash-profile-menu__link.is-logout:focus {
  background: rgba(250, 81, 81, 0.06);
  color: #fa5151;
}

.dash-profile-menu__link.is-logout iconify-icon {
  flex-shrink: 0;
  color: #fa5151;
}

.dash-header .theme-toggle {
  flex-shrink: 0;
}

.dash-header .theme-toggle:hover,
.dash-header .theme-toggle:focus,
.dash-header .theme-toggle:active,
.dash-header .theme-toggle:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.dash-header .theme-toggle__track {
  background: #fff8e7;
  border: 1px solid #dfe0e4;
  box-shadow: none;
}

.dash-header .theme-toggle:focus-visible .theme-toggle__track {
  box-shadow: none;
}

.dash-header .theme-toggle__label {
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #424242;
  color: #424242;
}

.dash-main {
  padding: 32px 40px 48px;
}

.dash-welcome {
  padding: 24px;
  border-radius: 24px;
  background-image: linear-gradient(173deg, #461704 16%, #ff9e32 110%);
  color: #fff;
}

.dash-welcome--services {
  background: #ffffff;
  border: 1px solid #84848466;
  color: var(--color-black);
}

.dash-welcome__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.dash-welcome__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.95;

}






.dash-stat {
  border: 1px solid rgba(132, 132, 132, 0.4) !important;
  border-radius: 24px;
  background: var(--color-white);
}

.dash-stat .card-body {
  padding: 32px;
}

.dash-stat__icon {
  display: inline-flex;
  flex-shrink: 0;
}

.dash-stat__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.dash-stat__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--color-black);
}

.dash-stat__value {
  font-family: 'Outfit', var(--font-sans);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-black);
}

.dash-stat__hint {
  font-family: 'Outfit', var(--font-sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-hero-card {
  position: relative;
  min-height: 294px;
  overflow: hidden;
  border: 1px solid var(--color-primary);
  border-radius: 24px;
  background-image: linear-gradient(181deg, #d8630a 0.77%, #000 102%);
}

.dash-hero-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.dash-platform-tabs {
  max-width: none;
}

.dash-panel {
  border: 0.5px solid rgba(132, 132, 132, 0.4) !important;
  border-radius: 28px;
  background: var(--color-white);
}

.dash-panel .card-body {
  padding: 28px 20px 34px;
}

.dash-panel__toolbar {
  padding: 8px 8px 8px 16px;
  border: 1px solid rgba(190, 190, 190, 0.4);
  border-radius: 14px;
  background: #eee;
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.dash-panel__toolbar--details {
  padding: 8px;
}

.dash-panel__title {
  min-width: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-order-type {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px;
  border-radius: 12px;
  overflow: hidden;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.2) 0%,
      rgba(244, 123, 32, 0.2) 25%,
      rgba(196, 39, 46, 0.2) 50%,
      rgba(139, 26, 74, 0.2) 75%,
      rgba(61, 16, 83, 0.2) 100%);
}

.dash-order-type__btn {
  padding: 8px 16px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--color-black);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.dash-order-type__btn.is-active {
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-search {
  position: relative;
  z-index: 30;
  border-radius: 12px;
  overflow: visible;
  background: #f5f5f5;
}

.dash-search .input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: visible;
  background: #f5f5f5;
}

.dash-search .input-wrapper .form-control {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px 16px 48px;
  border: 0;
  border-radius: 12px;
  background: #f5f5f5;
  box-shadow: none;
  color: var(--color-body);
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
}

.dash-search .input-wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
}

.dash-search .input-wrapper .form-control::placeholder {
  color: var(--color-body);
}

.dash-search__btn,
.dash-search .input-wrapper>button {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
  pointer-events: none;
}

/* Perfect Panel search results dropdown must sit above selects */
.dash-search.search-dropdown .dropdown-menu,
#new-order-search .dropdown-menu,
#new-order-search [class*="search-result"],
#new-order-search [class*="autocomplete"],
#new-order-search ul {
  z-index: 1050 !important;
}

.dash-field-label {
  margin-bottom: 12px;
  font-family: 'Outfit', var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-select-wrap {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 64px;
  padding: 0;
  border-radius: 12px;
  background: #eee;
  overflow: visible;
}

.dash-select-wrap.show,
.dash-select-wrap:has(.dropdown-menu.show) {
  z-index: 20;
}

.dash-panel,
.dash-panel .card-body,
.dash-order-form {
  overflow: visible;
}

.dash-select-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 8px 46px 8px 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}

.dash-select-toggle:focus,
.dash-select-toggle:focus-visible,
.dash-select-toggle.show {
  outline: none;
  box-shadow: none;
}

.dash-select-toggle::after {
  position: absolute;
  top: 50%;
  right: 22px;
  margin: 0;
  border-top: 6px solid var(--color-body);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-35%);
}

.dash-select-toggle.show::after {
  border-top: 0;
  border-bottom: 6px solid var(--color-body);
  transform: translateY(-65%);
}

.dash-select-toggle .dash-select2-option {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.dash-select-menu.dropdown-menu {
  --bs-dropdown-min-width: 100%;
  width: 100%;
  margin-top: 8px !important;
  padding: 6px 0;
  border: 1px solid #dfe0e4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(24, 24, 24, 0.08);
  background: var(--color-white);
}

.dash-select-item.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  white-space: normal;
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  color: var(--color-body);
}

.dash-select-item.dropdown-item:hover,
.dash-select-item.dropdown-item:focus,
.dash-select-item.dropdown-item.is-active {
  background: rgba(244, 123, 32, 0.12);
  color: var(--color-black);
}

.dash-select-wrap__icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
  pointer-events: none;
}

.dash-service-id {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 16px;
  border-radius: 999px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  pointer-events: none;
}

.dash-select2-option {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  vertical-align: middle;
}

.dash-select2-option__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.dash-select2-option__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 16px;
  border-radius: 999px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.dash-select2-option__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-select-item .dash-select2-option__text {
  font-size: 14px;
  white-space: normal;
}

.dash-input {
  min-height: 56px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: #eee;
  box-shadow: none;
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
  color: var(--color-body);
}

.dash-input:focus {
  background: #eee;
  box-shadow: none;
  border-color: transparent;
}

.dash-input::placeholder {
  color: var(--color-body);
}

.dash-charge {
  padding: 20px 30px;
  border: 1px solid #fbbd08;
  border-radius: 16px;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.2) 0%,
      rgba(244, 123, 32, 0.2) 25%,
      rgba(196, 39, 46, 0.2) 50%,
      rgba(139, 26, 74, 0.2) 75%,
      rgba(61, 16, 83, 0.2) 100%);
}

.dash-charge__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-charge__value {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: var(--color-black);
}

.dash-submit {
  min-height: 56px;
  padding: 8px 24px;
  border: 0;
  border-radius: 12px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 1.35px 4px rgba(14, 35, 22, 0.2);
}

.dash-submit:hover,
.dash-submit:focus-visible {
  color: #fff;
  opacity: 0.95;
}

/* ===== Dashboard / Account Settings ===== */
.dash-gradient-text {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-account-panel.dash-panel {
  border-radius: 18px !important;
}

.dash-account-password.auth-input {
  height: 56px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: #eee;
  box-shadow: none;
}

.dash-account-password.auth-input:focus-within {
  box-shadow: none;
}

.dash-account-password .form-control {
  height: 100%;
  padding: 16px 0;
  background: transparent;
  box-shadow: none;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-account-password .form-control:focus {
  background: transparent;
  box-shadow: none;
  color: var(--color-body);
}

.dash-account-password__toggle {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  color: var(--color-body);
}

.dash-account-password__icon--on {
  display: none;
}

.dash-account-password__toggle.is-visible .dash-account-password__icon--off {
  display: none;
}

.dash-account-password__toggle.is-visible .dash-account-password__icon--on {
  display: inline-flex;
}

.dash-account-submit {
  min-height: 56px;
  padding: 8px 24px;
  border: 0;
  border-radius: 16px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 1.35px 4px rgba(14, 35, 22, 0.2);
}

.dash-account-submit:hover,
.dash-account-submit:focus-visible {
  color: #fff;
  opacity: 0.95;
}

.dash-account-info {
  padding: 14px 18px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 12px;
  background: #eee;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

html[data-theme="dark"] .dash-account-info {
  background: #1b1b1b;
  border-color: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] .dash-2fa-verification-text {
  color: #fff;
}

.dash-account-modal .modal-dialog {
  max-width: 820px;
}

.dash-account-modal .modal-content {
  padding: 28px 24px 34px;
  border: 0.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: var(--color-white);
}

.dash-account-modal .modal-body {
  gap: 30px;
  padding: 0;
}

.dash-account-modal .form-label {
  margin-bottom: 12px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #222e48;
}

.dash-account-modal__close {
  position: absolute;
  top: -22px;
  right: -20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 47px;
  border: 0;
  border-radius: 12px;
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-account-modal__close:hover,
.dash-account-modal__close:focus-visible {
  color: #fff;
  opacity: 0.96;
}

html[data-theme="dark"] .dash-account-modal .modal-content {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] .dash-account-modal .form-label {
  color: #e7e9ef;
}

html[data-theme="dark"] .dash-account-password.auth-input {
  background: #1b1b1b;
}

/* ===== Dashboard / API ===== */
.dash-api-page .api-docs {
  margin-top: 0;
}

/* ===== Dashboard / Mass Order ===== */
.dash-mass-order-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.dash-mass-order-layout__form {
  flex: 1 1 0;
  min-width: 0;
}

.dash-mass-order-layout__guide {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.dash-mass-order-layout__form .dash-panel__toolbar {
  flex-wrap: wrap;
  min-width: 0;
  overflow: hidden;
}

.dash-mass-order-layout__form .dash-order-type {
  margin-left: auto;
}

.dash-mass-order-textarea {
  min-height: 312px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: #eee;
  box-shadow: none;
  resize: vertical;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-mass-order-textarea:focus {
  background: #eee;
  box-shadow: none;
}

.dash-mass-order-textarea::placeholder {
  color: var(--color-body);
}

.dash-mass-guide__header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 12px 16px;
  border: 1px solid rgba(121, 121, 121, 0.16);
  border-radius: 14px;
  background: #eee;
  backdrop-filter: blur(20px);
}

.dash-mass-guide__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-mass-guide__icon {
  flex-shrink: 0;
  width: 25px;
  height: 28px;
  object-fit: contain;
}

.dash-mass-guide__body {
  padding: 14px 18px;
  border-radius: 12px;
  background: #eee;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-mass-guide__link {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.dash-mass-guide__link:hover {
  opacity: 0.9;
}

.dash-mass-guide__list {
  margin: 0;
  padding-left: 1.25rem;
}

.dash-mass-guide__list li {
  margin-bottom: 0;
}

.dash-order-type__btn[href] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .dash-mass-order-layout {
    flex-direction: column;
  }

  .dash-mass-order-layout__form,
  .dash-mass-order-layout__guide {
    flex: 1 1 auto;
    width: 100%;
  }
}

html[data-theme="dark"] .dash-mass-order-textarea,
html[data-theme="dark"] .dash-mass-guide__header,
html[data-theme="dark"] .dash-mass-guide__body {
  background: #1b1b1b;
  color: var(--color-body);
}

html[data-theme="dark"] .dash-mass-guide__header {
  border-color: rgba(255, 255, 255, 0.14);
}

.dash-details-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.dash-details-body {
  padding: 14px 18px;
  border: 0.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: #eee;
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-details-divider {
  width: 100%;
  margin: 1.25rem 0;
  border-top: 0.4px dashed rgba(0, 0, 0, 0.16);
}

.dash-details-body__title {
  font-weight: 500;
  color: var(--color-black);
}

.dash-details-checks__mark {
  color: #33af75;
  margin-right: 4px;
}

.dash-addfunds-instruction {
  margin-top: 20px;
}

.dash-addfunds-instruction:not(:empty) {
  padding-top: 20px;
  border-top: 1px solid rgba(132, 132, 132, 0.25);
}

.dash-addfunds-instruction__block + .dash-addfunds-instruction__block {
  margin-top: 16px;
}

.dash-addfunds-instruction__content {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-body);
}

.dash-addfunds-instruction__content h1,
.dash-addfunds-instruction__content h2,
.dash-addfunds-instruction__content h3,
.dash-addfunds-instruction__content h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}

.dash-addfunds-instruction__content p {
  margin: 0 0 8px;
}

.dash-addfunds-instruction__content p:last-child {
  margin-bottom: 0;
}

.dash-order-form .form-group.instruction,
.dash-order-form [id^="instruction_"] {
  display: none !important;
}

#dash-addfunds-instruction .form-group.instruction,
#dash-addfunds-instruction [id^="instruction_"] {
  display: block !important;
}

#dash-addfunds-instruction .form-group.instruction > .control-label,
#dash-addfunds-instruction [id^="instruction_"] > .control-label {
  display: none;
}

.dash-order-form #amount-fields.is-dynamic-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dash-order-form #amount-fields.is-dynamic-fields .form-group,
.dash-order-form #amount-fields.is-dynamic-fields > div {
  margin: 0;
}

.dash-order-form #amount-fields.is-dynamic-fields .dash-addfunds-dynamic-input,
.dash-order-form #amount-fields.is-dynamic-fields .form-control,
.dash-order-form #amount-fields.is-dynamic-fields textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 0;
  border-radius: 16px;
  background: #eee;
  box-shadow: none;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
  text-align: left;
}

.dash-order-form #amount-fields.is-dynamic-fields .dash-addfunds-dynamic-input:focus,
.dash-order-form #amount-fields.is-dynamic-fields .form-control:focus,
.dash-order-form #amount-fields.is-dynamic-fields textarea:focus {
  outline: none;
  box-shadow: none;
  background: #eee;
}

.dash-order-form #amount-fields.is-dynamic-fields textarea {
  min-height: 120px;
  resize: vertical;
}

.dash-order-form .dash-addfunds-dynamic-group {
  margin: 0;
}

.dash-addfunds .dash-order-form .dash-addfunds-dynamic-input,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .form-control,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group select,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group textarea,
.dash-addfunds .dash-order-form #cpf.dash-addfunds-dynamic-input {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 0 !important;
  border-radius: 16px;
  background: #eee !important;
  box-shadow: none !important;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
  text-align: left;
}

.dash-addfunds .dash-order-form .dash-addfunds-dynamic-input:focus,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .form-control:focus,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group input:focus,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group select:focus,
.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group textarea:focus,
.dash-addfunds .dash-order-form #cpf.dash-addfunds-dynamic-input:focus {
  outline: none;
  box-shadow: none !important;
  background: #eee !important;
}

.dash-addfunds .dash-order-form .dash-addfunds-dynamic-group textarea {
  min-height: 120px;
  resize: vertical;
}

/* Add Funds */
.dash-addfunds {
  min-width: 0;
}

.dash-intro-card {
  border: 1px solid rgba(132, 132, 132, 0.4) !important;
  border-radius: 24px;
  background: var(--color-white);
}

.dash-intro-card .card-body {
  padding: 24px;
}

.dash-intro-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: var(--color-black);
}

.dash-intro-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-pay-tabs {
  display: grid;
  grid-template-columns: repeat(var(--dash-pay-tabs-count, 4), minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.dash-pay-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 64px;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid rgba(132, 132, 132, 0.4);
  border-radius: 12px;
  background: var(--color-white);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.dash-pay-tab img {
  display: block;
  max-width: 100%;
  max-height: 28px;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.dash-pay-tab__label {
  display: block;
  max-width: 100%;
  padding: 0 4px;
  font-family: "Outfit", var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: var(--color-black);
  word-break: break-word;
}

.dash-pay-tab.is-active {
  border-color: rgba(244, 123, 32, 0.67);
  background: rgba(244, 123, 32, 0.08);
}

.dash-pay-tab.is-active img {
  filter: none;
}

.dash-panel__toolbar--accent {
  min-height: 72px;
  border-color: rgba(244, 123, 32, 0.67);
}

.dash-panel__toolbar--info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 12px 16px;
  border-color: rgba(121, 121, 121, 0.16);
}

.dash-panel__toolbar--info .dash-panel__title {
  white-space: normal;
}

.dash-panel__toolbar-icon {
  flex-shrink: 0;
  width: 25px;
  height: 28px;
  object-fit: contain;
}

.dash-amount-display {
  padding: 20px 30px;
  border: 1px solid rgba(244, 123, 32, 0.67);
  border-radius: 16px;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.2) 0%,
      rgba(244, 123, 32, 0.2) 25%,
      rgba(196, 39, 46, 0.2) 50%,
      rgba(139, 26, 74, 0.2) 75%,
      rgba(61, 16, 83, 0.2) 100%);
}

.dash-amount-display__input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  outline: none;
}

.dash-details-body--info {
  border-color: rgba(178, 178, 178, 0.4);
}

.dash-addfunds-method-instruction .dash-field-label {
  margin-bottom: 0.5rem;
}

.dash-addfunds-method-instruction[hidden] {
  display: none !important;
}

.dash-addfunds .col-lg-6 > .dash-history {
  min-height: 100%;
}

.dash-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Outfit', var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-history {
  overflow: hidden;
  border: 1px solid rgba(132, 132, 132, 0.4) !important;
  border-radius: 12px;
  background: #fff;
}

.dash-history__head {
  padding: 20px;
  background-image: var(--gradient-brand);
}

.dash-history__title {
  font-family: "Outfit", var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.dash-history__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.dash-history-table {
  --bs-table-bg: transparent;
  --bs-table-color: #181818;
  --bs-table-border-color: rgba(132, 132, 132, 0.4);
  --bs-table-striped-bg: transparent;
  --bs-table-hover-bg: transparent;
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Outfit", var(--font-sans);
}

.dash-history-table> :not(caption)>*>* {
  border-bottom-width: 0;
  box-shadow: none;
}

.dash-history-table thead th {
  padding: 10px 20px;
  border: 0;
  border-bottom: 0.5px solid rgba(132, 132, 132, 0.4);
  background: transparent;
  font-family: "Inter", var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
}

.dash-history-table thead th:not(:has(.dash-history-id)) {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-history-table thead th:first-child {
  padding-left: 30px;
}

.dash-history-table thead th:last-child {
  padding-right: 30px;
}

.dash-history-table tbody td {
  padding: 15px 20px;
  border: 0;
  border-bottom: 0.5px solid rgba(132, 132, 132, 0.4);
  background: transparent;
  color: #181818;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.dash-history-table tbody td:first-child {
  padding-left: 28px;
}

.dash-history-table tbody td:last-child {
  padding-right: 28px;
}

.dash-history-table tbody tr:last-child td {
  border-bottom: 0;
}

.dash-history-id {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.dash-history-id span {
  min-width: 0;
}

.dash-history-table thead .dash-history-id span {
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-history__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #fbb70b;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

.dash-history__check:checked {
  background-color: #00a6ff;
  border-color: #00a6ff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.dash-history__check:focus {
  border-color: #fbb70b;
  box-shadow: 0 0 0 0.15rem rgba(251, 183, 11, 0.25);
}

.dash-history__check:checked:focus {
  border-color: #00a6ff;
  box-shadow: 0 0 0 0.15rem rgba(0, 166, 255, 0.25);
}

.dash-history .table-responsive {
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199.98px) {
  .dash-pay-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dash-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1035;
  background: rgba(28, 16, 36, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.dash-sidebar-backdrop[hidden] {
  display: none !important;
}

@media (max-width: 1399.98px) {
  .dash-platform-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .dash-header {
    padding: 20px 24px;
    min-height: 80px;
  }

  .dash-page.is-sidebar-collapsed .dash-header {
    padding-left: 68px;
  }

  .dash-main {
    padding: 24px;
  }

  .dash-hero-card {
    min-height: 260px;
  }
}

@media (max-width: 991.98px) {
  .dash-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: min(var(--dash-sidebar-width), 88vw);
    transform: translateX(-105%);
    opacity: 1;
    pointer-events: auto;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    background:
      linear-gradient(180deg, rgba(251, 189, 8, 0.08) 0%, transparent 28%),
      linear-gradient(165deg, #ffffff 0%, #fff8f1 48%, #f7f3ff 100%);
    border-right: 1px solid rgba(244, 123, 32, 0.18);
    box-shadow: 12px 0 40px rgba(61, 16, 83, 0.12);
    border-radius: 0 20px 20px 0;
  }

  .dash-page.is-sidebar-open .dash-sidebar {
    transform: translateX(0);
  }

  .dash-page.is-sidebar-collapsed .dash-sidebar {
    width: min(var(--dash-sidebar-width), 88vw);
    min-width: 0;
    padding: 16px 16px 32px;
    border-right-width: 1px;
    opacity: 1;
    pointer-events: auto;
  }

  .dash-page.is-sidebar-collapsed .dash-header {
    padding-left: 24px;
  }

  .dash-sidebar-edge-toggle {
    display: none !important;
  }

  .dash-sidebar__top {
    justify-content: space-between;
    padding-bottom: 14px;
    background: transparent;
  }

  .dash-sidebar__body {
    background: transparent;
  }

  .dash-sidebar__top .dash-notify {
    display: inline-flex;
  }

  .dash-profile {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(61, 16, 83, 0.06);
  }

  .dash-header {
    min-height: 64px;
    padding: 12px 16px;
    gap: 8px;
  }

  .dash-header__title {
    display: none !important;
  }

  .dash-header .dash-notify {
    display: none !important;
  }

  .dash-header__actions {
    gap: 6px !important;
    margin-left: auto;
  }

  .dash-wallet__amount {
    display: none;
  }

  .dash-platform-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dash-pay-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dash-addfunds .dash-panel .card-body {
    padding: 20px 16px 24px;
  }

  .dash-panel__toolbar--info {
    min-height: auto;
    align-items: flex-start;
  }

  .dash-panel__title {
    font-size: 16px;
  }

  .dash-order-type {
    gap: 4px;
    padding: 6px;
    border-radius: 10px;
  }

  .dash-order-type__btn {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
  }
}

@media (max-width: 767.98px) {
  .dash-platform-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .dash-platform-tabs .platform-tab {
    font-size: 14px;
    min-height: 52px;
    padding: 8px;
    gap: 0;
  }

  .dash-platform-tabs .platform-tab__label {
    display: none;
  }

  .dash-stat .card-body {
    padding: 20px;
  }

  .dash-panel .card-body {
    padding: 16px 14px 20px;
  }

  .dash-panel__toolbar {
    min-width: 0;
    width: 100%;
    padding: 6px 6px 6px 12px;
    gap: 8px !important;
    overflow: hidden;
  }

  .dash-panel__toolbar--details {
    padding: 6px;
  }

  .dash-panel__toolbar .dash-panel__title {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .dash-panel__title {
    font-size: 14px;
  }

  .dash-order-type {
    gap: 2px;
    padding: 4px;
    border-radius: 8px;
  }

  .dash-order-type__btn {
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 6px;
  }

  .dash-order-form {
    gap: 16px !important;
  }

  .dash-order-form .dash-order-fields {
    gap: 16px !important;
  }

  .dash-search .input-wrapper .form-control {
    min-height: 48px;
    padding: 12px 14px 12px 42px;
    font-size: 14px;
  }

  .dash-field-label,
  .dash-order-form #fields .control-label,
  .dash-order-form #fields label {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .dash-order-form select.form-control,
  .dash-order-form .select2-container--default .select2-selection--single,
  .dash-order-form .dash-select-wrap,
  .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single,
  .dash-order-form .dash-select-wrap select.dash-input,
  .dash-select-toggle {
    min-height: 52px;
  }

  .dash-order-form .select2-container--default .select2-selection--single,
  .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single,
  .dash-select-toggle {
    padding: 6px 40px 6px 14px;
  }

  .dash-order-form .select2-container--default .select2-selection--single .select2-selection__rendered,
  .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
  }

  .dash-order-form .select2-selection__rendered .dash-select2-option,
  .dash-order-form .dash-select-toggle .dash-select2-option {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .dash-order-form .select2-selection__rendered img,
  .dash-order-form .select2-selection__rendered .img-responsive,
  .dash-order-form .dash-select-wrap .select2-selection__rendered img,
  .dash-select2-option__icon {
    width: 24px;
    height: 24px;
  }

  .dash-order-form #orderform-service+.select2-container .select2-selection__rendered .dash-select2-option__badge,
  .dash-order-form .select2-selection__rendered .dash-select2-option__badge,
  .dash-order-form .dash-select-wrap--service .dash-select2-option__badge,
  .dash-select2-option__badge {
    min-width: 36px;
    height: 24px;
    padding: 0 6px;
    font-size: 12px;
  }

  .dash-select2-option__text,
  .dash-select-toggle .dash-select2-option__text {
    font-size: 14px;
  }

  .dash-order-form #fields .form-control,
  .dash-order-form #fields input:not([type="checkbox"]):not([type="radio"]),
  .dash-order-form #fields select,
  .dash-order-form #fields textarea,
  .dash-input {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 12px;
  }

  .dash-order-form #fields .help-block {
    margin-top: 6px;
    font-size: 12px;
  }

  .dash-submit {
    min-height: 48px;
    font-size: 16px;
  }

  .dash-wallet__amount {
    display: none;
  }

  .dash-select-toggle .dash-select2-option__text {
    font-size: 14px;
  }

  .dash-addfunds {
    gap: 16px !important;
  }

  .dash-intro-card {
    border-radius: 16px;
  }

  .dash-intro-card .card-body {
    padding: 16px;
  }

  .dash-intro-card__title {
    font-size: 18px;
  }

  .dash-intro-card__text {
    font-size: 13px;
  }

  .dash-pay-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dash-pay-tab {
    min-height: 52px;
    padding: 10px 8px;
    border-radius: 10px;
  }

  .dash-pay-tab img {
    max-height: 24px;
  }

  .dash-amount-display {
    padding: 16px;
    border-radius: 12px;
  }

  .dash-amount-display__input {
    font-size: 18px;
  }

  .dash-panel__toolbar--accent,
  .dash-panel__toolbar--info {
    min-height: auto;
    padding: 10px 12px;
  }

  .dash-panel__toolbar--info .dash-panel__title {
    font-size: 14px;
    line-height: 1.35;
  }

  .dash-info-list {
    font-size: 14px;
    gap: 8px;
  }

  .dash-details-body--info {
    padding: 12px 14px;
    font-size: 14px;
  }

  .dash-history {
    border-radius: 12px;
  }

  .dash-history__head {
    padding: 14px 16px;
  }

  .dash-history__title {
    font-size: 18px;
  }

  .dash-history-table {
    min-width: 640px;
  }

  .dash-history-table thead th,
  .dash-history-table tbody td {
    padding-inline: 12px;
    font-size: 14px;
  }

  .dash-history-table thead th:first-child,
  .dash-history-table tbody td:first-child {
    padding-left: 16px;
  }

  .dash-history-table thead th:last-child,
  .dash-history-table tbody td:last-child {
    padding-right: 16px;
  }

  .dash-addfunds .dash-select-toggle {
    min-height: 56px;
    padding: 8px 40px 8px 14px;
  }

  .dash-addfunds .dash-select2-option__text {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .dash-platform-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .dash-platform-tabs .platform-tab {
    min-height: 48px;
    padding: 8px;
    gap: 0;
  }

  .dash-platform-tabs .platform-tab__label {
    display: none;
  }

  .dash-header {
    padding: 16px;
  }

  .dash-main {
    padding: 16px;
  }

  .dash-panel {
    border-radius: 20px;
  }

  .dash-panel .card-body {
    padding: 14px 12px 18px;
  }

  .dash-panel__toolbar {
    padding: 5px 5px 5px 10px;
    border-radius: 12px;
  }

  .dash-panel__title {
    font-size: 13px;
  }

  .dash-order-type {
    gap: 2px;
    padding: 3px;
  }

  .dash-order-type__btn {
    padding: 5px 7px;
    font-size: 11px;
  }

  .dash-order-form {
    gap: 14px !important;
  }

  .dash-order-form .dash-order-fields {
    gap: 14px !important;
  }

  .dash-charge {
    padding: 16px 20px;
  }

  .dash-pay-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    touch-action: pan-x;
  }

  .dash-pay-tab {
    flex: 0 0 auto;
    width: 96px;
    min-width: 96px;
    min-height: 48px;
    padding: 8px;
  }

  .dash-pay-tab img {
    max-height: 22px;
  }

  .dash-intro-card__title {
    font-size: 16px;
  }

  .dash-history__title {
    font-size: 16px;
  }

  .dash-history-table {
    min-width: 560px;
  }

  .dash-history-table thead th,
  .dash-history-table tbody td {
    font-size: 13px;
  }

  .dash-field-label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .dash-addfunds .dash-select2-option__icon {
    width: 24px;
    height: 24px;
  }

  .dash-addfunds .dash-order-form {
    gap: 20px !important;
  }

  .dash-info-list {
    font-size: 13px;
  }
}

html[data-theme="dark"] .dash-sidebar,
html[data-theme="dark"] .dash-header {
  background: linear-gradient(90deg, #000 30%, #242424 100%);
}

html[data-theme="dark"] .dash-profile {
  background: #1a1a1a;
}

html[data-theme='dark'] .dash-sidebar {
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dash-sidebar__top,
html[data-theme="dark"] .dash-sidebar__body {
  background: transparent;
}

@media (max-width: 991.98px) {
  html[data-theme="dark"] .dash-sidebar {
    background:
      linear-gradient(180deg, rgba(244, 123, 32, 0.14) 0%, transparent 30%),
      linear-gradient(165deg, #0a0a0a 0%, #161016 50%, #1a1220 100%);
    border-right-color: rgba(244, 123, 32, 0.22);
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
  }

  html[data-theme="dark"] .dash-profile {
    background: rgba(26, 26, 26, 0.92);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  }
}

html[data-theme='dark'] .dash-header {
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme='dark'] .dash-sidebar-toggle,
html[data-theme='dark'] .dash-header__logo {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

html[data-theme='dark'] .dash-sidebar-toggle:hover,
html[data-theme='dark'] .dash-sidebar-toggle:focus-visible {
  background: rgba(244, 123, 32, 0.12);
  border-color: rgba(244, 123, 32, 0.4);
  color: #fff;
}

html[data-theme='dark'] .dash-nav__heading:hover,
html[data-theme='dark'] .dash-nav__heading.collapsed:hover {
  background: rgba(244, 123, 32, 0.1);
}

html[data-theme='dark'] .dash-nav__heading.collapsed {
  border-color: transparent;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

html[data-theme='dark'] .dash-nav__chevron,
html[data-theme='dark'] .dash-nav__heading.collapsed .dash-nav__chevron {
  background: rgba(255, 255, 255, 0.08);
  background-image: none;
  color: #fbbd08;
}

html[data-theme='dark'] .dash-nav__link:not(.is-active) {
  color: var(--color-body);
}

html[data-theme='dark'] .dash-nav__link:not(.is-active):hover {
  background: rgba(244, 123, 32, 0.14);
  color: #fff;
}

html[data-theme='dark'] .dash-wallet,
html[data-theme='dark'] .dash-notify,
html[data-theme='dark'] .dash-user {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.14);
  color: #ebecef;
}

html[data-theme='dark'] .dash-wallet:hover,
html[data-theme='dark'] .dash-wallet:focus,
html[data-theme='dark'] .dash-wallet:active,
html[data-theme='dark'] .dash-notify:hover,
html[data-theme='dark'] .dash-notify:focus,
html[data-theme='dark'] .dash-notify:active,
html[data-theme='dark'] .dash-user:hover,
html[data-theme='dark'] .dash-user:focus,
html[data-theme='dark'] .dash-user:active {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.14);
  color: #ebecef;
}

html[data-theme='dark'] .dash-profile-menu {
  --bs-dropdown-bg: #1a1a1a;
  background: #1a1a1a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

html[data-theme='dark'] .dash-profile-menu__link {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: #ebecef;
}

html[data-theme='dark'] .dash-profile-menu__link:hover,
html[data-theme='dark'] .dash-profile-menu__link:focus {
  background: rgba(244, 123, 32, 0.14);
  color: #ffffff;
}

html[data-theme='dark'] .dash-profile-menu__link.is-logout,
html[data-theme='dark'] .dash-profile-menu__link.is-logout:hover,
html[data-theme='dark'] .dash-profile-menu__link.is-logout:focus {
  color: #fa5151;
}

html[data-theme='dark'] .dash-wallet__amount {
  color: #ebecef;
}

html[data-theme='dark'] .dash-header .theme-toggle__label {
  -webkit-text-fill-color: #ebecef;
  color: #ebecef;
}

html[data-theme='dark'] .dash-header .theme-toggle__track {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

html[data-theme='dark'] .dash-panel__toolbar,
html[data-theme='dark'] .dash-search,
html[data-theme='dark'] .dash-search .input-wrapper,
html[data-theme='dark'] .dash-search .input-group-text,
html[data-theme='dark'] .dash-search .form-control,
html[data-theme='dark'] .dash-select-wrap,
html[data-theme='dark'] .dash-input,
html[data-theme='dark'] .dash-details-body {
  background: #1b1b1b;
  color: var(--color-body);
}

html[data-theme='dark'] .dash-details-divider {
  border-top-color: rgba(255, 255, 255, 0.16);
}

html[data-theme='dark'] .dash-order-type {
  background: #000000;
}

html[data-theme="dark"] .dash-select-menu.dropdown-menu {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] .dash-select-item.dropdown-item {
  color: var(--color-body);
}

html[data-theme="dark"] .dash-select-item.dropdown-item:hover,
html[data-theme="dark"] .dash-select-item.dropdown-item:focus,
html[data-theme="dark"] .dash-select-item.dropdown-item.is-active {
  background: rgba(244, 123, 32, 0.16);
  color: #fff;
}

html[data-theme="dark"] .dash-select2-option__text {
  color: var(--color-body);
}

html[data-theme='dark'] .dash-profile__add {
  background: #2a2a2a;
  color: #fff;
}

html[data-theme="dark"] .dash-welcome,
html[data-theme="dark"] .dash-welcome--services,
html[data-theme="dark"] .dash-stat {
  background: linear-gradient(90deg, #000000 30%, #242424 100%);
  border: 1px solid #424242 !important;
}

html[data-theme='dark'] .dash-welcome__brand {
  color: #f47b20;
}

html[data-theme='dark'] .dash-panel {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

/* ===== Dashboard / Tickets ===== */
.dash-tickets-row>[class*="col-"] {
  min-height: 0;
}

.dash-ticket-panel .card-body {
  gap: 30px;
  padding-bottom: 34px;
  min-height: 0;
}

.dash-ticket-panel--history {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.dash-ticket-panel--history .card-body {
  flex: 1 1 auto;
  height: 100%;
}

.dash-ticket-panel__header {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #eee;
  backdrop-filter: blur(20px);
  margin-bottom: 24px;
}

.dash-ticket-panel__title {
  font-family: "Outfit", var(--font-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-ticket-form {
  gap: 24px;
}

.dash-ticket-form__group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dash-ticket-select {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  background: #eee;
  backdrop-filter: blur(40px);
}

.dash-ticket-select .form-select {
  flex: 1;
  min-height: 56px;
  padding: 16px 32px 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
  cursor: pointer;
}

.dash-ticket-select .form-select:focus {
  background: transparent;
  box-shadow: none;
}

.dash-ticket-select__chevron {
  position: absolute;
  top: 50%;
  right: 18px;
  flex-shrink: 0;
  color: var(--color-body);
  pointer-events: none;
  transform: translateY(-50%);
}

.dash-ticket-form #ticket-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dash-ticket-form #ticket-fields .form-group {
  margin: 0;
}

.dash-ticket-form #ticket-fields .dash-field-label {
  display: block;
}

.dash-ticket-form #ticket-fields .dash-ticket-dynamic-input {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 0;
  border-radius: 16px;
  background: #eee;
  box-shadow: none;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-ticket-form #ticket-fields .dash-ticket-dynamic-input:focus {
  border-color: transparent;
  background: #eee;
  box-shadow: none;
}

.dash-ticket-textarea {
  min-height: 157px;
  padding: 16px 18px;
  border: 0;
  border-radius: 16px;
  background: #eee;
  box-shadow: none;
  resize: vertical;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-ticket-textarea:focus {
  background: #eee;
  box-shadow: none;
}

.dash-ticket-textarea::placeholder {
  color: var(--color-body);
}

.dash-ticket-attach {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 8px 24px;
  border: 1.5px dashed #fbbd08;
  border-radius: 16px;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.1) 0%,
      rgba(244, 123, 32, 0.1) 25%,
      rgba(196, 39, 46, 0.1) 50%,
      rgba(139, 26, 74, 0.1) 75%,
      rgba(61, 16, 83, 0.1) 100%);
  color: transparent;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.dash-ticket-attach:hover {
  opacity: 1;
}

.dash-ticket-attach iconify-icon {
  flex-shrink: 0;
  color: #8b1a4a;
}

.dash-ticket-attach>span {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-ticket-history {
  flex: 1 1 auto;
  gap: 16px;
  min-height: 0;
}

.dash-ticket-list-wrap {
  --dash-ticket-row-height: 85px;
  --dash-ticket-row-gap: 16px;
  --dash-ticket-visible-rows: 5;
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(var(--dash-ticket-visible-rows) * var(--dash-ticket-row-height) + (var(--dash-ticket-visible-rows) - 1) * var(--dash-ticket-row-gap));
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 123, 32, 0.45) transparent;
}

.dash-ticket-list-wrap::-webkit-scrollbar {
  width: 6px;
}

.dash-ticket-list-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(244, 123, 32, 0.45);
}

.dash-ticket-list-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.dash-ticket-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding: 0 16px;
  border-radius: 8px;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.1) 0%,
      rgba(244, 123, 32, 0.1) 25%,
      rgba(196, 39, 46, 0.1) 50%,
      rgba(139, 26, 74, 0.1) 75%,
      rgba(61, 16, 83, 0.1) 100%);
  backdrop-filter: blur(2.5px);
}

.dash-ticket-search iconify-icon {
  flex-shrink: 0;
  color: var(--color-black);
}

.dash-ticket-search .form-control {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Poppins", var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-black);
}

.dash-ticket-search .form-control::placeholder {
  color: var(--color-black);
}

.dash-ticket-search .form-control:focus {
  background: transparent;
  box-shadow: none;
}

.dash-ticket-filters {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 3px;
  border-radius: 8px;
}

.dash-ticket-filters__inner {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--color-white);
  border-radius: 6px;
}

.dash-ticket-filters__btn {
  flex: 1 1 0;
  min-height: 49px;
  padding: 11px 20px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--color-body);
  font-family: "Poppins", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.dash-ticket-filters__btn.is-active {
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-ticket-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dash-ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  background: #eee;
  backdrop-filter: blur(5px);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

a.dash-ticket-row:hover {
  background: #e4e4e4;
  color: inherit;
}

a.dash-ticket-row:focus-visible {
  outline: 2px solid #f47b20;
  outline-offset: 2px;
}

.dash-ticket-row__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.dash-ticket-row__col.is-center {
  align-items: center;
  text-align: center;
  justify-self: center;
}

.dash-ticket-row__col.is-end {
  align-items: flex-end;
  text-align: right;
  justify-self: end;
}

.dash-ticket-row__label {
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
  white-space: nowrap;
}

.dash-ticket-row__value {
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.dash-ticket-row__value.is-accent {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-ticket-pagination {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
}

.dash-ticket-pagination__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 8px;
  background: var(--color-white);
  background-clip: padding-box;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dash-ticket-pagination__btn:hover:not(:disabled):not(.is-active) {
  border-color: #fbbd08;
  color: var(--color-black);
}

.dash-ticket-pagination__btn.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  color: #fff;
}

.dash-ticket-pagination__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 767.98px) {
  .dash-ticket-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dash-ticket-row__col.is-center,
  .dash-ticket-row__col.is-end {
    align-items: flex-start;
    text-align: left;
    justify-self: start;
  }
}

html[data-theme="dark"] .dash-ticket-panel__header,
html[data-theme="dark"] .dash-ticket-select,
html[data-theme="dark"] .dash-ticket-form #ticket-fields .dash-ticket-dynamic-input,
html[data-theme="dark"] .dash-ticket-textarea,
html[data-theme="dark"] .dash-ticket-row {
  background: #1b1b1b;
}

html[data-theme="dark"] a.dash-ticket-row:hover {
  background: #242424;
}

html[data-theme="dark"] .dash-ticket-filters__inner {
  background: #000;
}

html[data-theme="dark"] .dash-ticket-pagination__btn:not(.is-active) {
  background: rgba(10, 10, 10, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

html[data-theme="dark"] .dash-ticket-pagination__btn:hover:not(:disabled):not(.is-active) {
  border-color: #fbbd08;
  color: #fff;
}

html[data-theme="dark"] .dash-ticket-pagination__btn.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  box-shadow: none;
}

html[data-theme="dark"] .dash-ticket-select .form-select,
html[data-theme="dark"] .dash-ticket-form #ticket-fields .dash-ticket-dynamic-input,
html[data-theme="dark"] .dash-ticket-textarea {
  color: var(--color-body);
}

/* ===== Dashboard / Ticket Details ===== */
.dash-ticket-details-row>[class*="col-"] {
  min-height: 0;
}

.dash-ticket-chat {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 409px;
  max-height: 520px;
  padding-right: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(244, 123, 32, 0.65) transparent;
  scrollbar-width: thin;
}

.dash-ticket-chat::-webkit-scrollbar {
  width: 6px;
}

.dash-ticket-chat::-webkit-scrollbar-track {
  background: transparent;
}

.dash-ticket-chat::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(244, 123, 32, 0.65);
}

.dash-ticket-chat__message {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.dash-ticket-chat__message.is-customer {
  justify-content: flex-end;
}

.dash-ticket-chat__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.dash-ticket-chat__avatar--customer {
  border: 1.5px solid #009c4f;
}

.dash-ticket-chat__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  max-width: 500px;
}

.dash-ticket-chat__message.is-customer .dash-ticket-chat__content {
  align-items: flex-end;
}

.dash-ticket-chat__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dash-ticket-chat__message.is-customer .dash-ticket-chat__meta {
  justify-content: flex-end;
}

.dash-ticket-chat__name {
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.dash-ticket-chat__time {
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-ticket-chat__bubble {
  width: 100%;
  padding: 20px;
  border: 0.2px solid rgba(255, 255, 255, 0.54);
  border-radius: 12px;
  background: #eee;
  opacity: 0.9;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-ticket-chat__bubble--customer {
  background: var(--color-white);
  color: var(--color-body);
  opacity: 1;
}

.dash-ticket-chat__text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.dash-ticket-chat__files {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dash-ticket-chat__files a {
  color: #8b1a4a;
  overflow-wrap: anywhere;
}

.dash-ticket-compose {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px;
  border-radius: 12px;
  background-image: linear-gradient(90deg,
      rgba(251, 189, 8, 0.1) 0%,
      rgba(244, 123, 32, 0.1) 25%,
      rgba(196, 39, 46, 0.1) 50%,
      rgba(139, 26, 74, 0.1) 75%,
      rgba(61, 16, 83, 0.1) 100%);
}

.dash-ticket-compose__input {
  min-height: 120px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  resize: vertical;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-ticket-compose__input:focus {
  background: transparent;
  box-shadow: none;
}

.dash-ticket-compose__input::placeholder {
  color: var(--color-black);
}

.dash-ticket-compose .dash-ticket-attach {
  align-self: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
}

.dash-ticket-details-form .dash-submit.is-loading,
.dash-mass-order-form .dash-submit.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: wait;
  opacity: 0.8;
}

.dash-ticket-details-form .dash-submit.is-loading::before,
.dash-mass-order-form .dash-submit.is-loading::before {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  animation: dash-ticket-submit-spin 0.7s linear infinite;
}

@keyframes dash-ticket-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.dash-ticket-panel .dash-ticket-row>.dash-ticket-row__label,
.dash-ticket-panel .dash-ticket-row>.dash-ticket-row__value {
  font-size: 16px;
}

.dash-ticket-info-row {
  display: flex;
  justify-content: space-between;
}

html[data-theme="dark"] .dash-ticket-panel .dash-welcome__text {
  color: #fff;
  opacity: 1;
}

html[data-theme="dark"] .dash-ticket-compose__input,
html[data-theme="dark"] .dash-ticket-compose__input:focus {
  color: #fff;
  caret-color: #fff;
}

html[data-theme="dark"] .dash-ticket-compose__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

html[data-theme="dark"] .dash-ticket-chat__bubble {
  background: #1b1b1b;
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--color-body);
}

html[data-theme="dark"] .dash-ticket-chat__bubble--customer {
  background: #000;
}

/* My orders page */
.dash-orders-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  max-width: 100%;
}

.dash-orders-intro {
  padding: 24px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 24px;
  background: var(--color-white);
}

.dash-orders-intro__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.dash-orders-intro__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-orders-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 30px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 16px;
  background: var(--color-white);
}

.dash-orders-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}

.dash-orders-filter {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 4px 16px 4px 4px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 12px;
  background: #eee;
  background-clip: padding-box;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
  cursor: pointer;
}

.dash-orders-filter:hover {
  transform: translateY(-1px);
}

.dash-orders-filter.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  color: #fff;
  box-shadow: var(--shadow-card);
}

.dash-orders-filter__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
}

.dash-orders-filter__icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.dash-orders-filter__icon iconify-icon,
.dash-orders-search__icon {
  display: block;
  flex-shrink: 0;
  line-height: 1;
}

.dash-orders-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 320px);
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #fff9f3 0%, #fff7f3 35%, #faf6fb 100%) padding-box,
    var(--gradient-brand) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.dash-orders-search__icon {
  width: 20px;
  height: 20px;
}

.dash-orders-search .form-control {
  padding: 13px 0;
  border: 0;
  background: transparent;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
}

.dash-orders-search .form-control::placeholder {
  color: var(--color-body);
}

.dash-orders-card {
  overflow: hidden;
  border: 0.5px solid rgba(132, 132, 132, 0.4) !important;
  border-radius: 16px;
  background: var(--color-white);
}

.dash-orders-table-wrap {
  overflow-x: auto;
}

.dash-orders-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 32px 24px;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.dash-orders-table {
  width: 100%;
  min-width: 1380px;
  border-collapse: separate;
  border-spacing: 0;
}

.dash-orders-table thead tr {
  background-image: var(--gradient-brand);
}

.dash-orders-table thead th {
  padding: 20px 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Outfit", var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.dash-orders-table thead th:first-child {
  width: 116px;
  padding-left: 28px;
}

.dash-orders-table thead th:last-child {
  padding-right: 28px;
}

.dash-orders-table thead th:first-child .form-check {
  margin: 0;
}

.dash-orders-table tbody td {
  padding: 15px 16px;
  border-bottom: 0.5px solid rgba(132, 132, 132, 0.4);
  color: #181818;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.dash-orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.dash-orders-table tbody td:first-child {
  padding-left: 28px;
}

.dash-orders-table tbody td:last-child {
  padding-right: 28px;
}

.dash-orders-select {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.dash-orders-select .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: #181818;
  border-radius: 2px;
  box-shadow: none;
}

.dash-orders-date span {
  display: block;
}

.dash-orders-link {
  color: #181818;
  text-decoration: none;
}

.dash-orders-col-link {
  width: 180px;
  max-width: 180px;
}

.dash-orders-col-service {
  width: 280px;
  min-width: 280px;
  max-width: 320px;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}

.dash-orders-col-link .dash-orders-link {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.dash-orders-link:hover {
  text-decoration: underline;
}

.dash-orders-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.dash-orders-status--completed {
  background: #009c4f;
}

.dash-orders-status--pending {
  background: #de700c;
}

.dash-orders-status--in-progress {
  background: #0761d1;
}

.dash-orders-status--partial {
  background: #5522ab;
}

.dash-orders-status--processing {
  background: #d4a11f;
}

.dash-orders-status--cancelled {
  background: #f24545;
}

.dash-orders-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #181818;
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(2.5px);
}

.dash-orders-action:hover {
  color: #181818;
  background: rgba(244, 123, 32, 0.08);
}

html[data-theme="dark"] .dash-orders-intro,
html[data-theme="dark"] .dash-orders-toolbar {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: linear-gradient(90deg, #000 30%, #242424 100%);
}

html[data-theme="dark"] .dash-orders-card {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(10, 10, 10, 0.2);
}

html[data-theme="dark"] .dash-orders-empty {
  color: rgba(255, 255, 255, 0.7);
}

html[data-theme="dark"] .dash-orders-intro__title,
html[data-theme="dark"] .dash-orders-search .form-control,
html[data-theme="dark"] .dash-orders-table tbody td,
html[data-theme="dark"] .dash-orders-link,
html[data-theme="dark"] .dash-orders-action {
  color: #fff;
}

html[data-theme="dark"] .dash-orders-intro__text,
html[data-theme="dark"] .dash-orders-filter:not(.is-active),
html[data-theme="dark"] .dash-orders-search .form-control::placeholder {
  color: #c8c4c0;
}

html[data-theme="dark"] .dash-orders-filter:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 10, 0.2);
}

html[data-theme="dark"] .dash-orders-filter.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  box-shadow: none;
}

html[data-theme="dark"] .dash-orders-search {
  position: relative;
  z-index: 0;
  isolation: isolate;
  border: 0;
  background: rgba(10, 10, 10, 0.2);
}

html[data-theme="dark"] .dash-orders-search::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-brand);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}


html[data-theme="dark"] .dash-orders-action:hover {
  color: #fff;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dash-orders-action.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.dash-orders-action--reorder {

  background: var(--gradient-brand);
  color: #fff;
}

.dash-orders-action--reorder:hover {
  background: var(--gradient-brand);
  color: #fff;
  filter: brightness(1.05);
}

.dash-orders-action--cancel {
  border-color: #f24545;
  background: rgba(242, 69, 69, 0.12);
  color: #d82f2f;
}

.dash-orders-action--cancel:hover {
  background: #f24545;
  color: #fff;
}

.dash-orders-action--requested {
  border-color: #d4a11f;
  background: rgba(212, 161, 31, 0.15);
  color: #8a6500;
}

html[data-theme="dark"] .dash-orders-action--reorder,
html[data-theme="dark"] .dash-orders-action--reorder:hover {
  border-color: none !important;
  color: #fff;
}

html[data-theme="dark"] .dash-orders-action--cancel {
  border-color: #f24545;
  color: #ff8b8b;
}

html[data-theme="dark"] .dash-orders-action--requested {
  border-color: #d4a11f;
  color: #f5cb59;
}

html[data-theme="dark"] .dash-orders-action--cancel:hover {
  border-color: transparent;
  color: #fff;
}

/* Dark mode orders table — Figma Frame 104 */
html[data-theme="dark"] .dash-orders-table thead tr {
  background-image: linear-gradient(90deg, #000000 30%, #242424 100%);
  position: relative;
}

html[data-theme="dark"] .dash-orders-table thead tr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gradient-brand);
  pointer-events: none;
}

html[data-theme="dark"] .dash-orders-table thead th {
  border: 0;
  color: #fff;
}

html[data-theme="dark"] .dash-orders-table thead th:first-child {
  border-top-left-radius: 16px;
}

html[data-theme="dark"] .dash-orders-table thead th:last-child {
  border-top-right-radius: 16px;
}

html[data-theme="dark"] .dash-orders-table tbody td {
  background: transparent;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dash-orders-select .form-check-input {
  border-color: #ffffff;
  border-radius: 2px;
  background-color: transparent;
}

@media (max-width: 1199.98px) {
  .dash-orders-toolbar {
    padding: 20px;
  }

  .dash-orders-search {
    width: 100%;
  }
}

@media (max-width: 991.98px) {

  .dash-orders-intro,
  .dash-orders-toolbar {
    padding: 20px;
  }

  .dash-orders-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .dash-orders-filter {
    width: 100%;
    justify-content: flex-start;
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .dash-orders-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {

  .dash-orders-intro,
  .dash-orders-toolbar {
    padding: 16px;
  }

  .dash-orders-filter {
    width: 100%;
  }

  .dash-orders-table thead th {
    font-size: 16px;
  }

  .dash-orders-table tbody td {
    font-size: 14px;
  }
}

.dash-drip-table {
  min-width: 1120px;
}

.dash-refill-table {
  min-width: 980px;
}

.dash-refunds-table {
  min-width: 760px;
  table-layout: auto;
}

.dash-refunds-table thead th:first-child,
.dash-refunds-table tbody td:first-child {
  width: 24%;
}

.dash-refunds-table thead th:nth-child(2),
.dash-refunds-table tbody td:nth-child(2) {
  width: 34%;
}

.dash-refunds-table thead th:nth-child(3),
.dash-refunds-table tbody td:nth-child(3) {
  width: 18%;
}

.dash-refunds-table thead th:nth-child(4),
.dash-refunds-table tbody td:nth-child(4) {
  width: 24%;
  text-align: right;
}

.dash-refunds-table thead th,
.dash-refunds-table tbody td {
  white-space: nowrap;
}

.dash-refunds-table tbody td:nth-child(4) .dash-orders-status {
  margin-left: auto;
}

.dash-affiliates-table {
  min-width: 640px;
  table-layout: auto;
}

.dash-affiliates-table thead th:first-child,
.dash-affiliates-table tbody td:first-child {
  width: 34%;
}

.dash-affiliates-table thead th:nth-child(2),
.dash-affiliates-table tbody td:nth-child(2) {
  width: 26%;
}

.dash-affiliates-table thead th:nth-child(3),
.dash-affiliates-table tbody td:nth-child(3) {
  width: 40%;
}

.dash-affiliates-table thead th,
.dash-affiliates-table tbody td {
  white-space: nowrap;
}

.dash-child-panel-table {
  min-width: 900px;
  table-layout: auto;
}

.dash-child-panel-table thead th:first-child,
.dash-child-panel-table tbody td:first-child {
  width: 32%;
}

.dash-child-panel-table thead th:nth-child(2),
.dash-child-panel-table tbody td:nth-child(2) {
  width: 18%;
}

.dash-child-panel-table thead th:nth-child(3),
.dash-child-panel-table tbody td:nth-child(3),
.dash-child-panel-table thead th:nth-child(4),
.dash-child-panel-table tbody td:nth-child(4) {
  width: 18%;
}

.dash-child-panel-table thead th:nth-child(5),
.dash-child-panel-table tbody td:nth-child(5) {
  width: 14%;
  text-align: right;
}

.dash-child-panel-table thead th,
.dash-child-panel-table tbody td {
  white-space: nowrap;
}

.dash-child-panel-table tbody td:nth-child(5) .dash-orders-action {
  margin-left: auto;
}

.dash-orders-copy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #0daf4f;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.dash-orders-copy-btn:hover {
  background: #0b9a45;
}

.dash-orders-copy-btn iconify-icon {
  display: block;
}

.dash-orders-copy-btn.is-copied::after {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  padding: 5px 9px;
  border-radius: 6px;
  background: #181818;
  color: #fff;
  content: attr(data-copy-tooltip);
  font-family: "Outfit", var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
  animation: dash-copy-tooltip-in 0.18s ease-out;
}

@keyframes dash-copy-tooltip-in {
  from {
    opacity: 0;
    transform: translate(-50%, -4px);
  }
}

.dash-subscriptions-table {
  min-width: 1320px;
}

.dash-subscriptions-table thead th,
.dash-subscriptions-table tbody td {
  white-space: nowrap;
}

.dash-updates-table {
  min-width: 760px;
}

.dash-updates-table thead th:nth-child(3),
.dash-updates-table tbody td:nth-child(3) {
  text-align: center;
}

.dash-updates-table thead th:nth-child(4),
.dash-updates-table tbody td:nth-child(4) {
  text-align: right;
}

.dash-updates-table tbody td:nth-child(2) {
  white-space: normal;
  min-width: 360px;
}

.dash-updates-table thead th:nth-child(1),
.dash-updates-table tbody td:nth-child(1),
.dash-updates-table thead th:nth-child(3),
.dash-updates-table tbody td:nth-child(3),
.dash-updates-table thead th:nth-child(4),
.dash-updates-table tbody td:nth-child(4) {
  white-space: nowrap;
}

.dash-updates-id {
  font-weight: 500;
  background-image: var(--gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-drip-runs {
  white-space: nowrap;
}

.dash-drip-runs__current {
  background-image: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dash-orders-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}

.dash-orders-pagination__btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 8px;
  background: var(--color-white);
  background-clip: padding-box;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dash-orders-pagination__btn--nav {
  gap: 6px;
  min-width: 72px;
  padding: 8px 14px;
}

.dash-orders-pagination__btn:hover:not(:disabled):not(.is-active) {
  border-color: #fbbd08;
  color: var(--color-black);
}

.dash-orders-pagination__btn.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  color: #fff;
}

.dash-orders-pagination__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

html[data-theme="dark"] .dash-orders-pagination__btn:not(.is-active) {
  background: rgba(10, 10, 10, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

html[data-theme="dark"] .dash-orders-pagination__btn:hover:not(:disabled):not(.is-active) {
  border-color: #fbbd08;
  color: #fff;
}

html[data-theme="dark"] .dash-orders-pagination__btn.is-active {
  border: 0;
  background: var(--gradient-brand);
  background-clip: border-box;
  box-shadow: none;
}

html[data-theme='dark'] .dash-intro-card,
html[data-theme='dark'] .dash-history {
  background: #000000;
  border-color: #424242 !important;
}

html[data-theme='dark'] .dash-history-table tbody td {
  color: var(--color-body);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

html[data-theme='dark'] .dash-history-table thead th {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

html[data-theme='dark'] .dash-pay-tab:not(.is-active) {
  background: #1b1b1b;
  border-color: #424242;
}

html[data-theme="dark"] .dash-pay-tab__label {
  color: #fff;
}

html[data-theme='dark'] .dash-amount-display__input {
  color: var(--color-body);
}

html[data-theme="dark"] .dash-addfunds-instruction:not(:empty) {
  border-top-color: rgba(255, 255, 255, 0.14);
}

html[data-theme="dark"] .dash-addfunds-instruction__content h1,
html[data-theme="dark"] .dash-addfunds-instruction__content h2,
html[data-theme="dark"] .dash-addfunds-instruction__content h3,
html[data-theme="dark"] .dash-addfunds-instruction__content h4 {
  color: #fff;
}

html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .dash-addfunds-dynamic-input,
html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .form-control,
html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields textarea,
html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .dash-ticket-select {
  background: #1b1b1b;
  color: #fff;
}

html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .dash-addfunds-dynamic-input:focus,
html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .form-control:focus,
html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields textarea:focus {
  background: #1b1b1b;
  color: #fff;
}

html[data-theme="dark"] .dash-order-form #amount-fields.is-dynamic-fields .dash-ticket-select .form-select {
  background: transparent;
  color: var(--color-body);
}

html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-input,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .form-control,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group select,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group textarea,
html[data-theme="dark"] .dash-addfunds .dash-order-form #cpf.dash-addfunds-dynamic-input,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .dash-ticket-select {
  background: #1b1b1b !important;
  color: #fff;
}

html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-input:focus,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .form-control:focus,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group input:focus,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group select:focus,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group textarea:focus,
html[data-theme="dark"] .dash-addfunds .dash-order-form #cpf.dash-addfunds-dynamic-input:focus {
  background: #1b1b1b !important;
  color: #fff;
}

html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .dash-ticket-select .form-select {
  background: transparent;
  color: var(--color-body);
}

html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .dash-field-label,
html[data-theme="dark"] .dash-addfunds .dash-order-form .dash-addfunds-dynamic-group .control-label {
  color: #fff;
}

/* ===== Dashboard / Notification Preferences ===== */
.dash-notify-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dash-notify-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dash-notify-tabs__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 0.5px solid rgba(132, 132, 132, 0.35);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.dash-notify-tabs__link:hover,
.dash-notify-tabs__link:focus-visible {
  color: var(--color-black);
  opacity: 0.9;
}

.dash-notify-tabs__link.is-active {
  border-color: transparent;
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-notify-card {
  overflow: hidden;
  border: 0.5px solid rgba(132, 132, 132, 0.35);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.dash-notify-card__header {
  padding: 24px 28px;
  background-image: var(--gradient-brand);
  color: #fff;
}

.dash-notify-card__title {
  margin-bottom: 6px;
  font-family: "Outfit", var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.dash-notify-card__subtitle {
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.dash-notify-aside__body {
  padding: 20px 28px 28px;
}

.dash-notify-table__head,
.dash-notify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(var(--notify-sender-count, 1), minmax(72px, 96px));
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
}

.dash-notify-table__head {
  border-bottom: 0.5px solid rgba(132, 132, 132, 0.28);
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.dash-notify-table__sender,
.dash-notify-switch-wrap {
  justify-self: end;
}

.dash-notify-row {
  border-bottom: 0.5px solid rgba(132, 132, 132, 0.22);
}

.dash-notify-row:last-child {
  border-bottom: 0;
}

.dash-notify-row__label {
  min-width: 0;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.dash-notify-switch-wrap {
  display: inline-flex;
}

.dash-notify-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.dash-notify-switch.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.dash-notify-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dash-notify-switch__track {
  display: inline-flex;
  align-items: center;
  width: 48px;
  height: 28px;
  padding: 3px;
  border-radius: 999px;
  background: #d7d7d7;
  transition: background 0.2s ease;
}

.dash-notify-switch__thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.dash-notify-switch input:checked+.dash-notify-switch__track {
  background-image: var(--gradient-brand);
}

.dash-notify-switch input:checked+.dash-notify-switch__track .dash-notify-switch__thumb {
  transform: translateX(20px);
}

.dash-notify-switch input:focus-visible+.dash-notify-switch__track {
  outline: 2px solid #f47b20;
  outline-offset: 2px;
}

.dash-notify-form__footer {
  padding: 20px 28px 28px;
}

@media (max-width: 767.98px) {

  .dash-notify-card__header,
  .dash-notify-aside__body,
  .dash-notify-table__head,
  .dash-notify-row,
  .dash-notify-form__footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dash-notify-table__head,
  .dash-notify-row {
    grid-template-columns: minmax(0, 1fr) repeat(var(--notify-sender-count, 1), minmax(56px, 72px));
    gap: 12px;
  }
}

html[data-theme="dark"] .dash-notify-tabs__link {
  background: #1b1b1b;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

html[data-theme="dark"] .dash-notify-tabs__link.is-active {
  border-color: transparent;
  color: #fff;
}

html[data-theme="dark"] .dash-notify-card {
  background: #121212;
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dash-notify-table__head,
html[data-theme="dark"] .dash-notify-row {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .dash-notify-table__head,
html[data-theme="dark"] .dash-notify-row__label {
  color: #fff;
}

html[data-theme="dark"] .dash-notify-switch__track {
  background: #3a3a3a;
}

/* ===== Dashboard / Confirm Email ===== */
.dash-confirm-email {
  display: flex;
  justify-content: center;
}

.dash-confirm-email__card {
  width: 100%;
  max-width: 720px;
  overflow: hidden;
  border: 0.5px solid rgba(132, 132, 132, 0.35);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.dash-confirm-email__header {
  padding: 28px 32px;
  background-image: var(--gradient-brand);
}

.dash-confirm-email__title {
  font-family: "Outfit", var(--font-sans);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
}

.dash-confirm-email__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 32px 32px;
}

.dash-confirm-email__copy {
  text-align: center;
}

.dash-confirm-email__text {
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.dash-confirm-email__email {
  display: inline-block;
  margin-left: 4px;
  color: var(--color-black);
  font-weight: 600;
  word-break: break-word;
}

.dash-confirm-email__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dash-confirm-email__change {
  min-height: 56px;
  padding: 8px 24px;
  border: 0.5px solid rgba(132, 132, 132, 0.4);
  border-radius: 12px;
  background: transparent;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.dash-confirm-email__change:hover,
.dash-confirm-email__change:focus-visible {
  color: var(--color-black);
  opacity: 0.9;
}

@media (max-width: 767.98px) {

  .dash-confirm-email__header,
  .dash-confirm-email__body {
    padding-left: 18px;
    padding-right: 18px;
  }
}

html[data-theme="dark"] .dash-confirm-email__card {
  background: #121212;
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dash-confirm-email__text {
  color: rgba(255, 255, 255, 0.78);
}

html[data-theme="dark"] .dash-confirm-email__email {
  color: #fff;
}

html[data-theme="dark"] .dash-confirm-email__change {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

html[data-theme="dark"] .dash-confirm-email__change:hover,
html[data-theme="dark"] .dash-confirm-email__change:focus-visible {
  color: #fff;
}

/* ===== Dashboard / Blog ===== */
.dash-blog-page {
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
}

.dash-blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dash-blog-card .card-body {
  padding: 24px;
}

.dash-blog-card__media {
  overflow: hidden;
  border-radius: 16px;
  border: 0.5px solid rgba(132, 132, 132, 0.35);
  background: #f5f5f5;
}

.dash-blog-card__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}

.dash-blog-card__title {
  margin: 0;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.dash-blog-card__content {
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.dash-blog-card__content img,
.dash-blog-card__content iframe,
.dash-blog-card__content video,
.dash-blog-article img,
.dash-blog-article iframe,
.dash-blog-article video {
  display: block;
  max-width: 100%;
  height: auto;
}

.dash-blog-card__content table,
.dash-blog-article table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.dash-blog-card__footer {
  display: flex;
  justify-content: flex-start;
}

.dash-blog-card__link {
  width: 100%;
  min-height: 52px;
  padding-inline: 24px;
  text-align: center;
}

.dash-blog-article-card .card-body {
  padding: 24px;
}

.dash-blog-article {
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.dash-blog-article h1,
.dash-blog-article h2,
.dash-blog-article h3,
.dash-blog-article h4 {
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  line-height: 1.35;
}

.dash-blog-pagination {
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

@media (min-width: 576px) {
  .dash-blog-card__link {
    width: auto;
    min-width: 180px;
  }
}

@media (min-width: 768px) {
  .dash-blog-card .card-body,
  .dash-blog-article-card .card-body {
    padding: 28px 32px;
  }
}

@media (max-width: 575.98px) {
  .dash-blog-page .dash-orders-intro {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .dash-blog-card .card-body,
  .dash-blog-article-card .card-body {
    padding: 18px 16px;
  }

  .dash-blog-card__media {
    border-radius: 12px;
  }

  .dash-blog-card__content,
  .dash-blog-article {
    font-size: 15px;
  }

  .dash-blog-pagination__btn--nav span {
    display: none;
  }

  .dash-blog-pagination .dash-orders-pagination__btn--nav {
    min-width: 40px;
    padding-inline: 10px;
  }
}

html[data-theme="dark"] .dash-blog-card__media {
  background: #1b1b1b;
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .dash-blog-card__title,
html[data-theme="dark"] .dash-blog-article h1,
html[data-theme="dark"] .dash-blog-article h2,
html[data-theme="dark"] .dash-blog-article h3,
html[data-theme="dark"] .dash-blog-article h4 {
  color: #fff;
}

html[data-theme="dark"] .dash-blog-card__content,
html[data-theme="dark"] .dash-blog-article {
  color: var(--color-body);
}

.dash-blog-post__footer {
  display: flex;
  justify-content: flex-start;
}

.dash-blog-post__back {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .dash-blog-post__back {
    width: auto;
    min-width: 180px;
  }
}

/* ===== Dashboard / New Order dynamic fields & selects ===== */
.dash-order-form .form-group {
  position: relative;
}

.dash-order-form select.form-control {
  width: 100%;
  min-height: 64px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: #eee;
  box-shadow: none;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
}

.dash-order-form .select2-container {
  width: 100% !important;
}

.dash-order-form .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: 64px;
  height: auto;
  padding: 8px 46px 8px 18px;
  border: 0;
  border-radius: 12px;
  background: #eee;
  box-shadow: none;
}

.dash-order-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  line-height: 1.4;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
}

.dash-order-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.dash-order-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-body) transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -5px;
  margin-top: -2px;
}

.select2-container--open .select2-results__options {
  max-height: 280px;
  overflow-y: auto;
}

.select2-results__option {
  display: block;
  padding: 8px 12px;
}

.select2-results__option .dash-select2-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dash-order-form .select2-selection__rendered img,
.dash-order-form .select2-selection__rendered .img-responsive,
.select2-results__option img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
}

.dash-order-form #orderform-service+.select2-container .select2-selection__rendered .dash-select2-option__badge,
.dash-order-form .select2-selection__rendered .dash-select2-option__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 44px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.dash-order-form .dash-select-wrap .select2-container {
  width: 100% !important;
}

.dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: 64px;
  height: auto;
  padding: 8px 46px 8px 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  line-height: 1.4;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  font-weight: 500;
}

.dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-body) transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -5px;
  margin-top: -2px;
}

.dash-order-form .dash-select-wrap .select2-selection__rendered img,
.dash-order-form .dash-select-wrap .select2-selection__rendered .img-responsive,
.dash-order-form .dash-select-wrap .select2-results__option img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
}

.dash-order-form .dash-select-wrap--service .dash-select2-option__badge,
.dash-order-form .dash-select-wrap--service .select2-selection__rendered .dash-select2-option__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 44px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.dash-order-form .dash-select-wrap select.dash-input {
  width: 100%;
  min-height: 64px;
}

.dash-order-fields:empty {
  display: none !important;
}

.dash-order-form #fields .form-group {
  margin: 0;
}

.dash-order-form #fields .control-label,
.dash-order-form #fields label {
  display: block;
  margin-bottom: 12px;
  color: var(--color-black);
  font-family: "Outfit", var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.dash-order-form #fields .form-control,
.dash-order-form #fields input:not([type="checkbox"]):not([type="radio"]),
.dash-order-form #fields select,
.dash-order-form #fields textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 0;
  border-radius: 16px;
  background: #eee;
  box-shadow: none;
  font-family: "Outfit", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-body);
}

.dash-order-form #fields textarea {
  min-height: 120px;
}

.dash-order-form #fields .form-control:focus,
.dash-order-form #fields input:focus,
.dash-order-form #fields select:focus,
.dash-order-form #fields textarea:focus {
  outline: none;
  box-shadow: none;
}

.dash-order-form #fields .help-block {
  margin-top: 8px;
  color: var(--color-body);
  font-size: 13px;
  line-height: 1.4;
}

.dash-charge #charge {
  width: auto;
  max-width: 50%;
  min-height: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: var(--color-black);
}

.dash-order-terms .terms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  color: var(--color-body);
  font-family: "Outfit", var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
}

.dash-order-terms .terms a {
  color: var(--color-primary);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .dash-order-form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 14px;
  }

  .dash-order-form .select2-container {
    max-width: 100%;
  }

  .dash-charge {
    padding: 14px 16px;
    border-radius: 12px;
  }

  .dash-charge__label {
    font-size: 15px;
  }

  .dash-charge__value,
  .dash-charge #charge {
    font-size: 16px;
    max-width: 55%;
  }

  .dash-order-terms .terms {
    font-size: 13px;
  }
}

@media (max-width: 379.98px) {
  .dash-panel__title {
    font-size: 12px;
  }

  .dash-order-type__btn {
    padding: 4px 6px;
    font-size: 10px;
  }

  .dash-search .input-wrapper .form-control {
    min-height: 44px;
    font-size: 13px;
  }

  .dash-order-form select.form-control,
  .dash-order-form .select2-container--default .select2-selection--single,
  .dash-order-form .dash-select-wrap,
  .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single,
  .dash-select-toggle {
    min-height: 48px;
  }

  .dash-order-form #fields .form-control,
  .dash-order-form #fields input:not([type="checkbox"]):not([type="radio"]),
  .dash-order-form #fields select,
  .dash-input {
    min-height: 44px;
  }
}

.dash-service-details-panel {
  border: 0.5px solid rgba(132, 132, 132, 0.35) !important;
}

.dash-service-details-panel .dash-panel__toolbar--details {
  min-height: 40px;
}

.dash-service-details-panel .dash-details-body {
  flex: 1 1 auto;
  min-height: 220px;
}

.dash-service-details-panel #service_description>.control-label {
  display: none !important;
}

.dash-service-details-panel #service_description,
.dash-service-details-panel #service_description.hidden,
.dash-service-details-panel #service_description.d-none {
  display: block !important;
  margin: 0;
}

.dash-service-details-panel #service_description .panel-body {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.5;
}

.dash-details-body .dash-details-body__title,
.dash-details-body .panel-body>p:first-child,
.dash-details-body .panel-body>strong:first-child,
.dash-details-body .panel-body>b:first-child {
  font-weight: 500;
  color: var(--color-black);
}

.dash-details-body .panel-body ul {
  padding-left: 1.1rem;
}

html[data-theme="dark"] .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single,
html[data-theme="dark"] .dash-order-form .select2-container--default .select2-selection--single,
html[data-theme="dark"] .dash-order-form select.form-control,
html[data-theme="dark"] .dash-order-form #fields .form-control,
html[data-theme="dark"] .dash-order-form #fields input:not([type="checkbox"]):not([type="radio"]),
html[data-theme="dark"] .dash-order-form #fields select,
html[data-theme="dark"] .dash-order-form #fields textarea {
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

html[data-theme="dark"] .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single:focus,
html[data-theme="dark"] .dash-order-form .select2-container--default .select2-selection--single:focus,
html[data-theme="dark"] .dash-order-form #fields .form-control:focus,
html[data-theme="dark"] .dash-order-form #fields input:not([type="checkbox"]):not([type="radio"]):focus,
html[data-theme="dark"] .dash-order-form #fields select:focus,
html[data-theme="dark"] .dash-order-form #fields textarea:focus {
  border-color: rgba(244, 123, 32, 0.5);
  box-shadow: 0 0 0 3px rgba(244, 123, 32, 0.1);
}

html[data-theme="dark"] .dash-order-form .dash-field-label,
html[data-theme="dark"] .dash-order-form .control-label,
html[data-theme="dark"] .dash-order-form #fields .control-label,
html[data-theme="dark"] .dash-order-form #fields label,
html[data-theme="dark"] .dash-charge__label,
html[data-theme="dark"] .dash-charge #charge,
html[data-theme="dark"] .dash-order-form .select2-selection__rendered,
html[data-theme="dark"] .dash-order-form .dash-select-wrap .select2-selection__rendered,
html[data-theme="dark"] .dash-order-form .select2-selection__rendered .dash-select2-option__text,
html[data-theme="dark"] .dash-details-body__title,
html[data-theme="dark"] .dash-service-details-panel .panel-body {
  color: #fff;
}

html[data-theme="dark"] .dash-order-form .select2-container--default .select2-selection--single .select2-selection__arrow b,
html[data-theme="dark"] .dash-order-form .dash-select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}

html[data-theme="dark"] .dash-search,
html[data-theme="dark"] .dash-search .input-wrapper,
html[data-theme="dark"] .dash-search .input-wrapper .form-control {
  background: #1b1b1b;
  color: #fff;
}

html[data-theme="dark"] .dash-search .input-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

html[data-theme="dark"] .dash-search__btn,
html[data-theme="dark"] .dash-search .input-wrapper>button,
html[data-theme="dark"] .dash-search .fas {
  color: rgba(255, 255, 255, 0.7);
}

/* Select2 dropdown is often appended to <body> */
html[data-theme="dark"] .select2-container--open .select2-dropdown,
html[data-theme="dark"] .select2-dropdown,
.select2-dropdown.is-dark-theme {
  background-color: #1b1b1b !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

html[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown.is-dark-theme .select2-search--dropdown .select2-search__field {
  background-color: #121212 !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

html[data-theme="dark"] .select2-container--default .select2-results > .select2-results__options,
html[data-theme="dark"] .select2-results__options,
.select2-dropdown.is-dark-theme .select2-results__options {
  background-color: #1b1b1b !important;
}

html[data-theme="dark"] .select2-container--default .select2-results__option,
html[data-theme="dark"] .select2-results__option,
.select2-dropdown.is-dark-theme .select2-results__option {
  background-color: #1b1b1b !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-theme="dark"] .select2-container--default .select2-results__option--highlighted,
.select2-dropdown.is-dark-theme .select2-results__option--highlighted,
.select2-dropdown.is-dark-theme .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(244, 123, 32, 0.2) !important;
  color: #fff !important;
}

html[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected="true"],
.select2-dropdown.is-dark-theme .select2-results__option[aria-selected="true"] {
  background-color: rgba(244, 123, 32, 0.12) !important;
  color: #fff !important;
}

html[data-theme="dark"] .select2-results__option .dash-select2-option__text,
html[data-theme="dark"] .select2-results__message,
.select2-dropdown.is-dark-theme .select2-results__option .dash-select2-option__text,
.select2-dropdown.is-dark-theme .select2-results__message {
  color: rgba(255, 255, 255, 0.88) !important;
}

html[data-theme="dark"] .select2-results__option .dash-select2-option,
html[data-theme="dark"] .select2-results__option .dash-select2-option__icon-wrap,
html[data-theme="dark"] .select2-results__option span:not(.dash-select2-option__badge),
.select2-dropdown.is-dark-theme .select2-results__option .dash-select2-option,
.select2-dropdown.is-dark-theme .select2-results__option .dash-select2-option__icon-wrap,
.select2-dropdown.is-dark-theme .select2-results__option span:not(.dash-select2-option__badge) {
  color: rgba(255, 255, 255, 0.88) !important;
}

html[data-theme="dark"] #orderform-category + .select2-container .select2-selection__rendered,
html[data-theme="dark"] #orderform-category + .select2-container .select2-selection__rendered .dash-select2-option__text,
html[data-theme="dark"] #orderform-category + .select2-container .select2-selection__rendered span,
.select2-dropdown.is-dark-theme #orderform-category + .select2-container .select2-selection__rendered span {
  color: #fff !important;
}

.select2-results__option .dash-select2-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.select2-results__option .dash-select2-option__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.select2-results__option .dash-select2-option__icon-wrap img,
.select2-results__option .dash-select2-option__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.select2-results__option .dash-select2-option__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 999px;
  background-image: var(--gradient-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.select2-results__option .dash-select2-option__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  color: var(--color-body);
}

html[data-theme="dark"] .select2-results__option .dash-select2-option__badge,
.select2-dropdown.is-dark-theme .select2-results__option .dash-select2-option__badge {
  color: #fff;
}

html[data-theme="dark"] .dash-charge {
  border-color: rgba(251, 189, 8, 0.4);
  background: #1b1b1b;
}

html[data-theme="dark"] .dash-order-terms .terms,
html[data-theme="dark"] .dash-order-terms .terms a {
  color: rgba(255, 255, 255, 0.8);
}

html[data-theme="dark"] .dash-order-terms .terms a {
  color: #f47b20;
}

html[data-theme="dark"] .dash-service-details-panel {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: #121212;
}

html[data-theme="dark"] .dash-panel__title {
  color: #fff;
}

.hidden {
  display: none !important;
}

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