@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.component-navbar__navbar-private {
  box-shadow: none !important;
}

.panel-body.border-solid.border-rounded.text-center {
  color: #fff !important;
  background: #160d61 !important;
  background-color: #160d61 !important;
  background-image: none !important;
  border-color: #302080 !important;
}

@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }
@keyframes popupIn { 0% { transform: scale(0.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes popupOut { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.5); opacity: 0; } }

/* Efeito moderno de clique */
#load-button:active {
  transform: scale(0.95);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

:root {
  --tf-ink: #160d61;
  --tf-purple: #6524ee;
  --tf-violet: #8b2cff;
  --tf-deep: #1a0c72;
  --tf-night: #0d0756;
  --tf-button-purple: linear-gradient(180deg, #7226ef, #3011b4);
  --tf-button-shadow: 0 7px 14px rgba(61,24,183,.25), inset 0 1px 0 rgba(255,255,255,.25);
  --tf-line: #dedaf2;
  --tf-soft: #f7f7fd;
  --tf-shadow: 0 8px 24px rgba(45, 21, 137, .13);
}

html.tf-design-page, html.tf-design-page body { min-width: 320px; }

html.tf-design-page body.body-internal {
  margin: 0 !important;
  overflow-x: hidden;
  color: var(--tf-ink) !important;
  background: radial-gradient(circle at 58% -20%, rgba(117, 61, 255, .08), transparent 34%), #fbfbfe !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
}

html.tf-design-page body.body-internal *, html.tf-design-page body.body-internal *::before, html.tf-design-page body.body-internal *::after { box-sizing: border-box; }

/* Barra superior */
.sidebar-block__top.component-navbar {
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 25px 0 33px !important;
  border: 0 !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  z-index: 1100 !important;
}

.sidebar-block__top .navbar {
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 !important;
  background: transparent !important;
}

.sidebar-block__top .sidebar-block__top-logo {
  width: auto !important;
  max-width: 210px !important;
  height: 40px !important;
  object-fit: contain;
}

.sidebar-block__top .navbar-private__header, .sidebar-block__top .sidebar-block__top-brand, .sidebar-block__top .component-navbar-logo {
  display: flex !important;
  align-items: center !important;
}

.sidebar-block__top .sidebar-block__top-brand {
  position: fixed !important;
  top: 11px !important;
  left: 34px !important;
  z-index: 1200 !important;
}

.sidebar-block__top .component-navbar-collapse {
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 19px;
}

.sidebar-block__top .navbar-nav-sidebar-menu { display: none !important; }
.sidebar-block__top .navbar-nav { gap: 5px; align-items: center; }

.sidebar-block__top .component-navbar-nav-link {
  padding: 10px 9px !important;
  color: #160d61 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.sidebar-block__top .navbar-nav-currencies { margin-left: auto !important; }

.default-dropdown__name {
  min-width: 65px;
  height: 38px;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(140deg, #7128ef, #3212a9) !important;
  box-shadow: 0 5px 13px rgba(75, 32, 196, .25) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Menu lateral */
.sidebar-block__left.component-sidebar {
  position: fixed !important;
  top: 58px !important;
  bottom: 12px !important;
  left: 10px !important;
  width: 248px !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 25px 19px !important;
  overflow: hidden !important;
  border: 1px solid rgba(186, 143, 255, .28) !important;
  border-radius: 20px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 50% -4%, rgba(143, 43, 255, .78), transparent 27%),
    linear-gradient(160deg, #35149e 0%, #1c126e 45%, #0c0753 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(189,151,255,.1), 0 10px 26px rgba(31,15,113,.28) !important;
  z-index: 1050 !important;
}

.sidebar-block__left.component-sidebar::before {
  content: "";
  position: absolute;
  width: 365px;
  height: 220px;
  left: -100px;
  bottom: -70px;
  opacity: .95;
  transform: rotate(-7deg);
  background:
    radial-gradient(ellipse at center, transparent 47%, rgba(139,39,255,.88) 48%, transparent 50%),
    radial-gradient(ellipse at center, transparent 56%, rgba(102,42,252,.9) 57%, transparent 59%),
    radial-gradient(ellipse at center, transparent 64%, rgba(178,64,255,.58) 65%, transparent 67%);
  filter: drop-shadow(0 0 8px #771fff);
  pointer-events: none;
}

.sidebar-block__left.component-sidebar::after {
  content: "";
  position: absolute;
  inset: 62% 0 0;
  opacity: .62;
  background-image: radial-gradient(circle, #a878ff 1px, transparent 1.3px);
  background-size: 20px 20px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent 92%);
  mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent 92%);
  pointer-events: none;
}

.component-sidebar__menu-logo { display: none !important; }
.component-sidebar__menu, .sidebar-block__left-menu { position: relative; z-index: 2; }
.component-sidebar__menu { width: 100% !important; margin: 0 !important; padding: 0 !important; }
.sidebar-block__left-menu { margin: 0 !important; padding: 0 !important; }

.component-sidebar__menu-item { width: 100% !important; margin: 0 0 5px !important; padding: 0 !important; }

.component-sidebar__menu-item-link {
  width: 100% !important;
  margin: 0 !important;
  min-height: 43px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  color: rgba(255,255,255,.94) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: background .2s, transform .2s !important;
}

.component-sidebar__menu-item-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,.09) !important;
  transform: translateX(2px);
}

.component-sidebar__menu-item-active .component-sidebar__menu-item-link {
  min-height: 51px !important;
  margin-bottom: 4px !important;
  color: #fff !important;
  border-color: #9f56ff !important;
  background: rgba(105,36,235,.35) !important;
  box-shadow: inset 0 0 24px rgba(121,49,250,.38), 0 0 14px rgba(126,42,255,.45) !important;
  -webkit-text-fill-color: #fff !important;
}

.sidebar-block__menu-item-icon {
  width: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  text-align: center !important;
}

/* Área principal */
html.tf-design-page .wrapper-content {
  width: auto !important;
  min-width: 0 !important;
  margin-left: 14px !important;
  padding: 0 0 14px !important;
  background: transparent !important;
}

html.tf-design-page .wrapper-content__header { display: block !important; height: 62px !important; min-height: 62px !important; }
html.tf-design-page .wrapper-content__body { padding: 0 !important; }
html.tf-design-page .wrapper-content__body > div > .block-bg { display: none !important; }
html.tf-design-page .wrapper-content__body .container-fluid { padding-right: 15px !important; padding-left: 15px !important; }

/* Cards de indicadores */
html.tf-design-page #block_174 { padding-top: 10px !important; margin-bottom: 4px !important; }
html.tf-design-page #block_174 .grid-ed { display: block !important; }
html.tf-design-page #block_174 .row-ed {
  display: grid !important;
  grid-template-columns: 1.08fr .98fr .92fr 1fr !important;
  gap: 20px !important;
}

html.tf-design-page #block_174 .col-ed.card {
  position: relative !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 96px !important;
  padding: 18px 17px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 11px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 15% 15%, rgba(157,89,255,.53), transparent 25%),
    linear-gradient(145deg, #5522d5, #3013a0 58%, #250c82) !important;
  box-shadow: 0 7px 14px rgba(40,18,145,.24) !important;
}

html.tf-design-page #block_174 .col-ed.card::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 140%;
  left: 13%;
  top: -59%;
  transform: rotate(-16deg);
  background: repeating-radial-gradient(ellipse at center, transparent 0 26px, rgba(183,115,255,.18) 27px 28px, transparent 29px 42px);
  filter: drop-shadow(0 0 5px rgba(165,70,255,.8));
  pointer-events: none;
}

html.tf-design-page .totals-block__card {
  position: relative !important;
  z-index: 1 !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 17px !important;
}

html.tf-design-page .totals-block__card-left { width: 55px !important; max-width: 55px !important; flex: 0 0 55px !important; }
html.tf-design-page .totals-block__icon-preview {
  width: 55px !important;
  height: 55px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(145deg, rgba(255,255,255,.23), rgba(113,55,242,.2)) !important;
  box-shadow: inset 0 0 12px rgba(255,255,255,.16) !important;
}

html.tf-design-page .totals-block__icon { color: #fff !important; font-size: 29px !important; }
html.tf-design-page .totals-block__card-right { width: auto !important; min-width: 0 !important; flex: 1 1 auto !important; }
html.tf-design-page .totals-block__count-value {
  margin: 0 !important;
  overflow: hidden;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html.tf-design-page .totals-block__card-name p {
  margin: 6px 0 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

/* Formulário e painel de informações */
html.tf-design-page #block_29 .new_order-block > .row {
  display: grid !important;
  grid-template-columns: minmax(480px, 1.375fr) minmax(390px, 1fr) !important;
  gap: 21px !important;
  margin: 0 !important;
}

html.tf-design-page #block_29 .new_order-block > .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.tf-design-page #block_29 .component_form_group > .card, html.tf-design-page #block_29 .component_content_card > .card {
  min-height: 694px !important;
  padding: 19px !important;
  overflow: hidden !important;
  border: 1px solid #eceaf6 !important;
  border-radius: 15px !important;
  color: var(--tf-ink) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: var(--tf-shadow) !important;
}

html.tf-design-page #block_29 .component_content_card > .card {
  display: flex !important;
  flex-direction: column !important;
}

html.tf-design-page #order-form .form-group { margin-bottom: 11px !important; }
html.tf-design-page #order-form .control-label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #24137c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 14px !important;
}

html.tf-design-page #order-form .form-control, html.tf-design-page #order-form .select2-selection, html.tf-design-page #order-form .select2-container .select2-selection--single {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  border: 1px solid var(--tf-line) !important;
  border-radius: 8px !important;
  outline: 0 !important;
  color: #23146f !important;
  background: #fafafe !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 36px !important;
  transition: border-color .2s, box-shadow .2s, background .2s !important;
}

html.tf-design-page #order-form .form-control:focus {
  border-color: #8750f3 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(111,49,235,.1) !important;
}

html.tf-design-page #order-form .form-control::placeholder { color: #9b9bb9 !important; opacity: 1; }
html.tf-design-page input.select2-selection.select2-selection--single.form-control[placeholder="Procurar"] {
  padding-left: 35px !important;
}

/* Mantém o menu de serviços visível e permite rolagem dos resultados. */
html.tf-design-page #block_29 .component_form_group > .card {
  overflow: visible !important;
}

html.tf-design-page .select2-dropdown.dropdown-menu {
  z-index: 1500 !important;
  overflow: visible !important;
}

html.tf-design-page .select2-results {
  display: block !important;
  overflow: hidden !important;
}

html.tf-design-page .select2-results__options,
html.tf-design-page .select2-results__options.dropdown-menu {
  position: static !important;
  display: block !important;
  max-height: min(360px, 48vh) !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  overscroll-behavior: contain !important;
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-gutter: stable;
}

html.tf-design-page .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

html.tf-design-page .select2-results__options::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #f0edfa;
}

html.tf-design-page .select2-results__options::-webkit-scrollbar-thumb {
  border: 2px solid #f0edfa;
  border-radius: 8px;
  background: #7040df;
}

/* QR/modal sempre acima da navbar, sidebar, menus e overlays. */
.qr-modal,
#qr-modal,
#pixPaymentModal,
[data-modal="qr-modal"],
.tf-qr-modal-layer {
  position: fixed !important;
  z-index: 200000 !important;
  isolation: isolate;
}

.qr-modal .modal-dialog,
#qr-modal .modal-dialog,
#pixPaymentModal .modal-dialog,
[data-modal="qr-modal"] .modal-dialog,
.tf-qr-modal-layer .modal-dialog {
  position: relative !important;
  z-index: 200001 !important;
}

body:has(.tf-qr-modal-layer.show) > .modal-backdrop,
body:has(.qr-modal.show) > .modal-backdrop,
body:has(#qr-modal.show) > .modal-backdrop,
body:has(#pixPaymentModal.show) > .modal-backdrop,
body.modal-open > .modal-backdrop {
  z-index: 199999 !important;
}
html.tf-design-page #new-order-search { margin-bottom: 12px !important; }
html.tf-design-page #new-order-search .form-control { padding-left: 39px !important; }
html.tf-design-page #order-form #new-order-search input.form-control { padding-left: 51px !important; }
html.tf-design-page #template-input { text-indent: 27px !important; }
html.tf-design-page #new-order-search .input-wrapper::after {
  content: "Procurar";
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  transform: translateY(-50%);
  color: #8c8baa;
  font-size: 12px;
  pointer-events: none;
}
html.tf-design-page #template-input::placeholder { color: transparent !important; opacity: 0 !important; }
html.tf-design-page #new-order-search .input-wrapper:focus-within::after, html.tf-design-page #new-order-search .input-wrapper:has(#template-input:not(:placeholder-shown))::after { display: none; }
html.tf-design-page #new-order-search button { z-index: 2; color: #24127c !important; }

html.tf-design-page #order-form .select2-selection__rendered {
  height: 36px !important;
  padding: 0 23px 0 0 !important;
  color: #23146f !important;
  line-height: 36px !important;
}

html.tf-design-page #order-form .select2-selection__arrow { height: 36px !important; right: 8px !important; }

html.tf-design-page #service_description .panel-description {
  min-height: 77px !important;
  padding: 10px 13px !important;
  border: 1px solid var(--tf-line) !important;
  border-radius: 8px !important;
  color: #251679 !important;
  background: #fafafe !important;
  font-size: 12px !important;
  line-height: 19px !important;
}

html.tf-design-page #fields .form-group small, html.tf-design-page #fields .help-block {
  margin-top: 5px !important;
  color: #4c3b91 !important;
  font-size: 10px !important;
}

html.tf-design-page #order-form .new-order-button-submit { margin-top: 4px !important; }
button.btn-big-primary,
a.btn-big-primary,
.btn.btn-big-primary,
.btn.btn-actions,
.component_button_submit .btn-big-primary {
  border: 0 !important;
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  background-color: #7226ef !important;
  box-shadow: var(--tf-button-shadow) !important;
}

.tf-copy-order-button {
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--tf-button-purple);
  box-shadow: var(--tf-button-shadow);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.tf-copy-order-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.tf-copy-order-button.is-copied {
  background: linear-gradient(180deg, #16c784, #0a9c64);
  box-shadow: 0 7px 14px rgba(10,156,100,.22), inset 0 1px 0 rgba(255,255,255,.25);
}

html.tf-design-page .btn-big-primary,
html.tf-design-page .btn.btn-actions {
  border: 0 !important;
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  box-shadow: var(--tf-button-shadow) !important;
}

html.tf-design-page #order-form .btn-big-primary {
  position: relative !important;
  width: 100% !important;
  height: 51px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  box-shadow: var(--tf-button-shadow) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

html.tf-design-page #order-form .btn-big-primary::before {
  content: "\f1d8";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
}

html.tf-design-page #order-form .btn-big-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }

html.tf-design-page .new-order__content-title, html.tf-design-page .new-order__content-text { display: none !important; }

html.tf-design-page .tf-guide { color: #21126f; }
html.tf-design-page .tf-guide__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
}

html.tf-design-page .tf-guide__title-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(145deg, #852df8, #3d13c4);
  box-shadow: 0 4px 9px rgba(79,26,202,.32);
  font-size: 18px;
}

html.tf-design-page .tf-guide__intro { margin: 12px 0 14px; font-size: 11px; font-weight: 500; line-height: 18px; }
html.tf-design-page .tf-guide__rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ece9f7;
}

html.tf-design-page .tf-guide__rule { min-height: 151px; padding: 12px 13px 3px 0; }
html.tf-design-page .tf-guide__rule + .tf-guide__rule { padding-left: 23px; border-left: 1px solid #ece9f7; }
html.tf-design-page .tf-guide__heading { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font-size: 11px; font-weight: 800; }
html.tf-design-page .tf-guide__heading i { width: 22px; color: #6d20f0; font-size: 21px; text-align: center; }
html.tf-design-page .tf-guide ul { margin: 0; padding: 0; list-style: none; font-size: 11px; font-weight: 500; line-height: 21px; }
html.tf-design-page .tf-guide__emoji { margin: 13px 0 20px; }
html.tf-design-page .tf-guide__emoji-list { display: grid; grid-template-columns: 1fr 1fr; }

html.tf-design-page .tf-community {
  position: relative;
  min-height: 135px;
  margin-top: auto;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 12px;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 13% 15%, rgba(157,89,255,.5), transparent 25%),
    linear-gradient(145deg, #5820d9, #3112a1 59%, #250c82);
  box-shadow: 0 7px 14px rgba(40,18,145,.24);
}

html.tf-design-page .tf-community::after {
  content: "";
  position: absolute;
  width: 165%;
  height: 150%;
  left: 17%;
  top: -56%;
  transform: rotate(-16deg);
  background: repeating-radial-gradient(ellipse at center, transparent 0 26px, rgba(183,115,255,.18) 27px 28px, transparent 29px 42px);
}

html.tf-design-page .tf-community__icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  border-radius: 11px;
  background: rgba(255,255,255,.14);
  font-size: 30px;
}

html.tf-design-page .tf-community__copy { position: relative; z-index: 1; }
html.tf-design-page .tf-community__copy strong { display: block; margin-bottom: 7px; font-size: 12px; }
html.tf-design-page .tf-community__copy p { margin: 0; font-size: 10px; line-height: 17px; }
html.tf-design-page .tf-community__button {
  grid-column: 1 / -1;
  width: 217px;
  height: 35px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px;
  color: #311487 !important;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none !important;
}

html.tf-design-page .new-order__content-actions { margin-top: 26px !important; }
html.tf-design-page .new-order__content-actions .btn-big-primary {
  width: 150px !important;
  height: 46px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  box-shadow: var(--tf-button-shadow) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

html.tf-design-page .new-order__content-actions .btn-big-primary::before {
  content: "\f555";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
}
html.tf-design-page .new-order__content-actions p { margin: 0 !important; }

/* Botões flutuantes existentes */
html.tf-design-page #instagramButton, html.tf-design-page #whatsappButton {
  width: 54px !important;
  height: 54px !important;
  border: 0 !important;
  box-shadow: 0 7px 17px rgba(0,0,0,.2) !important;
}

html.tf-design-page #instagramButton { background: linear-gradient(145deg, #10adff, #006ee8) !important; }
html.tf-design-page #whatsappButton { background: linear-gradient(145deg, #18dc74, #05b85b) !important; }

@media (max-width: 1180px) {
  .sidebar-block__left.component-sidebar { width: 220px !important; }
  html.tf-design-page .wrapper-content { margin-left: 235px !important; }
  html.tf-design-page #block_174 .row-ed { gap: 12px !important; }
  html.tf-design-page #block_174 .col-ed.card { padding: 14px 12px !important; }
  html.tf-design-page .totals-block__card { gap: 11px !important; }
  html.tf-design-page .totals-block__icon-preview { width: 48px !important; height: 48px !important; }
  html.tf-design-page #block_29 .new_order-block > .row { grid-template-columns: minmax(420px, 1.25fr) minmax(330px, .85fr) !important; gap: 15px !important; }
}

@media (max-width: 991px) {
  .sidebar-block__top.component-navbar { padding: 0 18px !important; }
  .sidebar-block__top .navbar { width: 100% !important; }
  .sidebar-block__top .navbar-private__header {
    position: static !important;
    width: 100% !important;
    height: 62px !important;
    flex: 1 1 100% !important;
    justify-content: space-between !important;
  }
  .sidebar-block__top .sidebar-block__top-brand {
    position: fixed !important;
    top: 11px !important;
    right: auto !important;
    left: 18px !important;
    height: 40px !important;
  }
  .sidebar-block__top .navbar-toggler {
    position: fixed !important;
    top: 13px !important;
    right: 18px !important;
    left: auto !important;
    width: 38px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: #160d61 !important;
    background: transparent !important;
    z-index: 1250 !important;
  }
  .sidebar-block__top .navbar-burger, .sidebar-block__top .navbar-burger-line, .sidebar-block__top .navbar-burger-line::before, .sidebar-block__top .navbar-burger-line::after { color: #160d61 !important; border-color: #160d61 !important; background-color: #160d61 !important; }

  .sidebar-block__top .navbar-collapse {
    position: fixed !important;
    top: 64px !important;
    right: auto !important;
    left: 10px !important;
    width: min(320px, calc(100vw - 20px)) !important;
    max-width: calc(100vw - 20px) !important;
    height: auto !important;
    max-height: calc(100dvh - 74px) !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    border: 1px solid rgba(181,135,255,.34) !important;
    border-radius: 15px !important;
    color: #fff !important;
    background: radial-gradient(circle at 50% -10%, rgba(143,43,255,.75), transparent 32%), linear-gradient(160deg, #35149e, #160b68 58%, #0c0753) !important;
    box-shadow: 0 18px 45px rgba(20,8,81,.36) !important;
    z-index: 1220 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(-112%, 0, 0) !important;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .2s ease !important;
  }
  .sidebar-block__top .navbar-collapse:not(.show):not(.collapsing) { display: block !important; }
  .sidebar-block__top .navbar-collapse.show, .sidebar-block__top .navbar-collapse.collapsing {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .sidebar-block__top .component-navbar-collapse {
    width: 100% !important;
    display: block !important;
  }
  .sidebar-block__top .component-navbar-collapse-divider { display: none !important; }
  .sidebar-block__top .navbar-nav, .sidebar-block__top .navbar-nav-sidebar-menu {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .sidebar-block__top .component-navbar-private-nav-item { width: 100% !important; margin: 3px 0 !important; }
  .sidebar-block__top .component-navbar-nav-link {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border: 1px solid transparent !important;
    border-radius: 9px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  .sidebar-block__top .component-navbar-nav-link:hover, .sidebar-block__top .component-navbar-nav-link-active__navbar-private {
    border-color: rgba(186,139,255,.65) !important;
    background: rgba(118,45,232,.38) !important;
  }
  .sidebar-block__top .component-navbar-nav-link-icon {
    width: 18px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: center !important;
  }
  .sidebar-block__top .navbar-nav-currencies { margin: 8px 0 !important; }
  .sidebar-block__top .balance-dropdown-container, .sidebar-block__top .default-dropdown { width: 100% !important; }
  .sidebar-block__top .default-dropdown__name {
    width: 100% !important;
    height: 42px !important;
    text-align: left !important;
    background: rgba(120,43,235,.52) !important;
    box-shadow: inset 0 0 0 1px rgba(197,160,255,.24) !important;
  }
  .sidebar-block__top .default-dropdown__container { width: 100% !important; }
  .sidebar-block__left.component-sidebar { display: none !important; }
  html.tf-design-page .wrapper-content { width: 100% !important; max-width: 100vw !important; margin-left: 0 !important; }
  html.tf-design-page .wrapper-content__header { display: none !important; height: 0 !important; min-height: 0 !important; }
  html.tf-design-page #block_29 .new_order-block > .row { grid-template-columns: 1fr !important; }
  html.tf-design-page #block_29 .component_content_card > .card { min-height: 620px !important; }

  .tf-mobile-overlay {
    position: fixed;
    inset: 62px 0 0;
    z-index: 1090;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(18,8,67,.42);
    backdrop-filter: blur(2px);
    transition: opacity .2s, visibility .2s;
  }
  body.tf-menu-open { overflow: hidden !important; }
  body.tf-menu-open .tf-mobile-overlay { visibility: visible; opacity: 1; }
}

@media (max-width: 680px) {
  html.tf-design-page, html.tf-design-page body.body-internal { width: 100% !important; min-width: 320px !important; max-width: 100vw !important; }
  .sidebar-block__top .sidebar-block__top-logo { max-width: 165px !important; height: 34px !important; }
  .sidebar-block__top .sidebar-block__top-brand { top: 14px !important; left: 18px !important; height: 34px !important; }
  html.tf-design-page .wrapper-content__body .container-fluid { padding-right: 10px !important; padding-left: 10px !important; }
  html.tf-design-page .wrapper, html.tf-design-page .wrapper-content__body, html.tf-design-page #block_174, html.tf-design-page #block_29, html.tf-design-page .container-fluid, html.tf-design-page .new_order-block, html.tf-design-page #block_29 .new_order-block > .row, html.tf-design-page #block_29 .new_order-block > .row > [class*="col-"], html.tf-design-page #block_29 .card, html.tf-design-page #order-form, html.tf-design-page #order-form .form-group, html.tf-design-page #order-form .form-control, html.tf-design-page #order-form .select2-container { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  html.tf-design-page #block_174 .row-ed { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  html.tf-design-page #block_174 .col-ed.card { height: 85px !important; padding: 12px 10px !important; }
  html.tf-design-page .totals-block__icon-preview { width: 42px !important; height: 42px !important; }
  html.tf-design-page .totals-block__card-left { width: 42px !important; max-width: 42px !important; flex-basis: 42px !important; }
  html.tf-design-page .totals-block__icon { font-size: 23px !important; }
  html.tf-design-page .totals-block__count-value { font-size: 14px !important; }
  html.tf-design-page .totals-block__card-name p { font-size: 10px !important; }
  html.tf-design-page #block_29 .new_order-block > .row { display: block !important; }
  html.tf-design-page #block_29 .component_content_card { margin-top: 14px !important; }
  html.tf-design-page #block_29 .component_form_group > .card, html.tf-design-page #block_29 .component_content_card > .card { min-height: 0 !important; }
  html.tf-design-page .tf-guide__rules { grid-template-columns: 1fr; }
  html.tf-design-page .tf-guide__rule { min-height: 0; padding-bottom: 14px; }
  html.tf-design-page .tf-guide__rule + .tf-guide__rule { padding: 14px 0; border-top: 1px solid #ece9f7; border-left: 0; }
  html.tf-design-page .tf-guide__emoji-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html.tf-design-page body.body-internal *, html.tf-design-page body.body-internal *::before, html.tf-design-page body.body-internal *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Página pública - redesign aplicado sem alterar o HTML-fonte */
html.tf-home-page,
html.tf-home-page body.body-public {
  min-width: 320px;
  margin: 0 !important;
  overflow-x: hidden;
  color: #111049 !important;
  background: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

html.tf-home-page body.body-public *,
html.tf-home-page body.body-public *::before,
html.tf-home-page body.body-public *::after { box-sizing: border-box; }

html.tf-home-page .wrapper-navbar {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 1200 !important;
  width: 100% !important;
  padding: 8px 20px 0 !important;
  background: transparent !important;
}

html.tf-home-page #block_1,
html.tf-home-page #block_1 .block-wrapper,
html.tf-home-page #block_1 .component_navbar,
html.tf-home-page #block_1 .component-navbar__wrapper { background: transparent !important; }

html.tf-home-page #block_1 .sidebar-block__top.component-navbar {
  width: min(1370px, calc(100vw - 40px)) !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 0 24px 0 34px !important;
  border: 1px solid rgba(226, 223, 246, .72) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 12px 35px rgba(45, 29, 124, .10) !important;
  backdrop-filter: blur(18px);
}

html.tf-home-page #block_1 .sidebar-block__top.component-navbar > div,
html.tf-home-page #block_1 .navbar {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background: transparent !important;
}

html.tf-home-page #block_1 .navbar-public__header { flex: 0 0 auto !important; }
html.tf-home-page #block_1 .sidebar-block__top-brand { position: static !important; height: auto !important; }
html.tf-home-page #block_1 .sidebar-block__top-logo {
  width: auto !important;
  max-width: 205px !important;
  height: 42px !important;
  object-fit: contain !important;
}

html.tf-home-page #block_1 .navbar-collapse {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
}

html.tf-home-page #block_1 .component-navbar-collapse-divider { display: none !important; }
html.tf-home-page #block_1 .navbar-languages {
  width: 185px !important;
  margin: 0 0 0 42px !important;
  order: 0 !important;
}

html.tf-home-page #block_1 .navbar-languages .default-dropdown__name {
  width: 100% !important;
  height: 42px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid #dcd9ef !important;
  border-radius: 10px !important;
  color: #3d1ab8 !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

html.tf-home-page #block_1 .navbar-languages .default-dropdown__name::after { margin-left: auto !important; }
html.tf-home-page #block_1 .navbar-languages .default-dropdown__name i { font-size: 17px; }
html.tf-home-page #block_1 .component-navbar-collapse { margin-left: auto !important; }
html.tf-home-page #block_1 .navbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

html.tf-home-page #block_1 .component-navbar-public-nav-item { margin: 0 !important; }
html.tf-home-page #block_1 .component-navbar-nav-link__navbar-public {
  min-height: 42px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #111049 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

html.tf-home-page #block_1 .component-navbar-nav-link__navbar-public:hover { color: #6623e8 !important; }
html.tf-home-page #block_1 .tf-nav-login { margin-left: 4px !important; }
html.tf-home-page #block_1 .tf-nav-login .component-navbar-nav-link {
  min-width: 126px !important;
  padding: 0 18px !important;
  gap: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4012bd, #7027ed) !important;
  box-shadow: 0 7px 14px rgba(78, 28, 194, .27) !important;
}
html.tf-home-page #block_1 .tf-nav-login .component-navbar-nav-link:hover { color: #fff !important; filter: brightness(1.07); }
html.tf-home-page #block_1 .tf-nav-login i { font-size: 18px; font-weight: 400; }
html.tf-home-page #block_1 .tf-nav-item-icon { display: none; }

html.tf-home-page .wrapper-content,
html.tf-home-page .wrapper-content__body { margin: 0 !important; padding: 0 !important; }
html.tf-home-page .wrapper-content__header { display: none !important; }

html.tf-home-page #block_11 {
  position: relative !important;
  width: 100vw !important;
  min-height: 505px !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 36px 0 24px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 87% 25%, rgba(143, 107, 255, .17), transparent 25%),
    radial-gradient(circle at 16% 38%, rgba(132, 91, 255, .08), transparent 25%),
    linear-gradient(120deg, #fff 0%, #fbfaff 48%, #f1edff 100%) !important;
}

html.tf-home-page #block_11::before {
  content: "";
  position: absolute;
  top: 64px;
  left: -25px;
  width: 180px;
  height: 235px;
  opacity: .28;
  background-image: radial-gradient(#8e6be6 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  mask-image: radial-gradient(ellipse at left, #000 12%, transparent 72%);
  pointer-events: none;
}

html.tf-home-page #block_11 > .block-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  overflow: hidden !important;
  background: transparent !important;
  pointer-events: none !important;
}
html.tf-home-page #block_11 > .container {
  position: relative !important;
  z-index: 3 !important;
  width: min(1250px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html.tf-home-page #block_11 .block-signin {
  display: grid !important;
  grid-template-columns: minmax(0, 650px) 435px !important;
  gap: 66px !important;
  align-items: start !important;
}

html.tf-home-page #block_11 .block-signin > .row {
  min-width: 0 !important;
  margin: 0 !important;
  display: block !important;
}

html.tf-home-page #block_11 .block-signin > .row > .col,
html.tf-home-page #block_11 .block-signin > .row > .col-lg-8 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  flex: none !important;
}

html.tf-home-page #block_11 .block-signin__content { padding: 22px 0 0 !important; text-align: left !important; }
html.tf-home-page #block_11 .block-signin__title { margin: 0 !important; }
html.tf-home-page #block_11 .block-signin__title h1 {
  margin: 0 !important;
  color: #111049 !important;
  font-size: clamp(39px, 3.15vw, 49px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -1.7px !important;
  text-align: left !important;
}
html.tf-home-page #block_11 .block-signin__title h1 span {
  color: #5b25d3 !important;
  background: linear-gradient(90deg, #6725e8, #4a24c6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.tf-home-page #block_11 .block-signin__description { margin-top: 27px !important; }
html.tf-home-page #block_11 .block-signin__description p {
  margin: 0 !important;
  color: #4c4a79 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}
html.tf-home-page #block_11 .block-signin__description strong { color: #3420a9 !important; font-weight: 800 !important; }

html.tf-home-page .tf-home-benefits {
  width: 592px;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

html.tf-home-page .tf-home-benefit {
  min-width: 0;
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #e2ddf5;
  border-radius: 9px;
  background: rgba(255,255,255,.4);
  box-shadow: 0 5px 16px rgba(50,29,137,.035);
}
html.tf-home-page .tf-home-benefit > i { flex: 0 0 auto; color: #6c27ea; font-size: 32px; }
html.tf-home-page .tf-home-benefit span { min-width: 0; display: block; }
html.tf-home-page .tf-home-benefit strong,
html.tf-home-page .tf-home-benefit small { display: block; white-space: nowrap; }
html.tf-home-page .tf-home-benefit strong { color: #28147f; font-size: 11px; font-weight: 800; }
html.tf-home-page .tf-home-benefit small { margin-top: 3px; color: #6d6a94; font-size: 9px; }

html.tf-home-page .tf-home-trust {
  width: 380px;
  height: 66px;
  margin-top: 39px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(110deg, #25118e, #3f1cbd);
  box-shadow: 0 8px 16px rgba(34,16,135,.24);
}
html.tf-home-page .tf-home-trust__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.04);
}
html.tf-home-page .tf-home-trust__icon i { font-size: 22px; }
html.tf-home-page .tf-home-trust strong,
html.tf-home-page .tf-home-trust small { display: block; }
html.tf-home-page .tf-home-trust strong { font-size: 12px; font-weight: 800; }
html.tf-home-page .tf-home-trust small { margin-top: 4px; color: rgba(255,255,255,.84); font-size: 9px; }

html.tf-home-page #block_11 .block-signin__card { margin: 0 !important; }
html.tf-home-page #block_11 .block-signin__card > .card {
  width: 100% !important;
  max-width: 435px !important;
  min-height: 445px !important;
  margin: 0 !important;
  padding: 77px 19px 18px !important;
  position: relative !important;
  border: 1px solid #ece9fa !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.91) !important;
  box-shadow: 0 17px 35px rgba(36,19,115,.13) !important;
}

html.tf-home-page .tf-login-heading { text-align: center; }
html.tf-home-page .tf-login-heading__icon {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid #eee9ff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #7228ec, #3213b8);
  box-shadow: 0 8px 14px rgba(67,25,185,.25);
  transform: translateX(-50%);
}
html.tf-home-page .tf-login-heading__icon i { font-size: 25px; }
html.tf-home-page .tf-login-heading h2 { margin: 0 !important; color: #111049 !important; font-size: 20px !important; font-weight: 800 !important; line-height: 1.2 !important; }
html.tf-home-page .tf-login-heading p { margin: 9px 0 15px !important; color: #74709d !important; font-size: 12px !important; }

html.tf-home-page #block_11 form.component_form_group { margin: 0 !important; }
html.tf-home-page #block_11 form .form-row { margin: 0 !important; display: block !important; }
html.tf-home-page #block_11 form .custom-col { width: 100% !important; padding: 0 !important; }
html.tf-home-page #block_11 form .form-group { margin: 0 0 12px !important; position: relative !important; }
html.tf-home-page #block_11 form label {
  margin: 0 0 7px !important;
  display: block !important;
  color: #15124f !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
html.tf-home-page #block_11 form .form-control {
  width: 100% !important;
  height: 48px !important;
  padding: 0 44px 0 51px !important;
  border: 1px solid #d9d5eb !important;
  border-radius: 8px !important;
  color: #24205d !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
}
html.tf-home-page #block_11 form .form-control:focus { border-color: #6f2be9 !important; box-shadow: 0 0 0 3px rgba(111,43,233,.10) !important; }
html.tf-home-page #block_11 form .form-control::placeholder { color: #9996b7 !important; opacity: 1; }
html.tf-home-page .tf-input-group::before {
  position: absolute;
  bottom: 12px;
  left: 18px;
  z-index: 2;
  color: #5f55b5;
  font-family: remixicon;
  font-size: 21px;
  line-height: 24px;
  pointer-events: none;
}
html.tf-home-page .tf-input-group--user::before { content: "\f264"; }
html.tf-home-page .tf-input-group--password::before { content: "\eecc"; }
html.tf-home-page .tf-password-toggle {
  position: absolute;
  right: 9px;
  bottom: 5px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  color: #5f55b5;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

html.tf-home-page #block_11 .sign-in__forgot { margin: -5px 0 2px !important; text-align: left !important; }
html.tf-home-page #block_11 .sign-in__forgot a { color: #7950e7 !important; font-size: 11px !important; font-weight: 500 !important; }
html.tf-home-page #block_11 .component_button_submit { margin-bottom: 7px !important; }
html.tf-home-page #block_11 .btn-big-primary {
  width: 100% !important;
  height: 50px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(100deg, #7426ed, #5220df) !important;
  box-shadow: 0 8px 15px rgba(89,29,221,.20) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
html.tf-home-page #block_11 .btn-big-primary i { position: absolute; right: 20px; font-size: 20px; font-weight: 400; }
html.tf-home-page #block_11 .btn-big-primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
html.tf-home-page #block_11 .block-signin__remember { display: flex !important; align-items: center !important; justify-content: center !important; gap: 5px !important; }
html.tf-home-page #block_11 .block-signin__remember p { margin: 0 !important; color: #7b789b !important; font-size: 12px !important; }
html.tf-home-page #block_11 .block-signin__link { color: #7040dd !important; font-size: 12px !important; font-weight: 700 !important; }

html.tf-home-page #block_11 > .block-divider-bottom {
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  left: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 165px !important;
  color: #4221bf !important;
  overflow: hidden !important;
  pointer-events: none;
}
html.tf-home-page #block_11 > .block-divider-bottom svg { width: 100% !important; height: 100% !important; }
html.tf-home-page #block_11 > .block-bg::before,
html.tf-home-page #block_11 > .block-bg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45vw !important;
  max-width: 730px !important;
  pointer-events: none;
}
html.tf-home-page #block_11 > .block-bg::before {
  height: 250px;
  background: rgba(151, 130, 229, .78);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
html.tf-home-page #block_11 > .block-bg::after {
  height: 198px;
  background: rgba(70, 34, 195, .76);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

html.tf-home-page #block_6 {
  width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 43px 0 20px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #4221bf 0%, #3213b7 100%) !important;
}
html.tf-home-page #block_6 > .block-bg,
html.tf-home-page #block_10 > .block-bg { display: none !important; }
html.tf-home-page #block_6 > .container,
html.tf-home-page #block_10 > .container { width: min(1110px, calc(100% - 48px)) !important; max-width: none !important; padding: 0 !important; }
html.tf-home-page #block_6 .header-with-text { margin: 0 !important; padding: 0 !important; }
html.tf-home-page #block_6 .header-with-text > .row { margin: 0 !important; }
html.tf-home-page #block_6 .text-block__title { position: relative; padding-top: 14px; }
html.tf-home-page #block_6 .text-block__title { transform: translateY(-5px); }
html.tf-home-page #block_6 .text-block__description { margin-top: -8px !important; }
html.tf-home-page #block_6 .text-block__title::before {
  content: "★";
  position: absolute;
  top: -12px;
  left: 50%;
  color: #fff;
  font-size: 18px;
  transform: translateX(-50%);
}
html.tf-home-page #block_6 .text-block__title::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  transform: translateX(-50%);
}
html.tf-home-page #block_6 h2 { margin: 0 !important; color: #fff !important; font-size: 25px !important; font-weight: 800 !important; }
html.tf-home-page #block_6 .text-block__description p { margin: 7px 0 0 !important; color: rgba(255,255,255,.86) !important; font-size: 11px !important; }

html.tf-home-page #block_10 {
  width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 4px 0 74px !important;
  background:
    radial-gradient(circle at 100% 65%, rgba(99,52,225,.55), transparent 28%),
    linear-gradient(180deg, #3213b7, #3213b7) !important;
}
html.tf-home-page #block_10 > .block-divider-bottom { display: none !important; }
html.tf-home-page #block_10 > .container {
  width: min(1065px, calc(100% - 48px)) !important;
  position: relative !important;
  left: -20px !important;
}
html.tf-home-page #block_10 .grid-ed { display: block !important; }
html.tf-home-page #block_10 .row-ed {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
}
html.tf-home-page #block_10 .col-ed.card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 235px !important;
  min-height: 235px !important;
  margin: 0 !important;
  padding: 21px 18px 17px !important;
  border: 0 !important;
  border-radius: 11px !important;
  color: #16104f !important;
  background: #fff !important;
  box-shadow: 0 13px 28px rgba(19,8,94,.16) !important;
  display: block !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  flex: none !important;
  flex-basis: auto !important;
}
html.tf-home-page #block_10 .features-block__card { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
html.tf-home-page #block_10 .features-block__header-preview {
  width: 78px !important;
  height: 78px !important;
  margin: 0 auto 17px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #5b24d8 !important;
  background: linear-gradient(145deg, #f0ebff, #e3dcfa) !important;
}
html.tf-home-page #block_10 .feature-block__icon {
  padding: 0 !important;
  color: #5b24d8 !important;
  background: none !important;
  font-size: 43px !important;
  text-shadow: none !important;
}
html.tf-home-page #block_10 .features-block__header-title { margin: 0 0 9px !important; padding: 0 !important; }
html.tf-home-page #block_10 .features-block__header-title p { margin: 0 !important; color: #15104e !important; font-size: 13px !important; font-weight: 800 !important; }
html.tf-home-page #block_10 .features-block__body p { margin: 0 !important; color: #66628d !important; font-size: 11px !important; line-height: 1.8 !important; }
html.tf-home-page #block_10 .features-block__card::after {
  content: "";
  width: 51px;
  height: 2px;
  margin-top: auto;
  border-radius: 2px;
  background: #7329e7;
}

html.tf-home-page .tf-floating-instagram,
html.tf-home-page .tf-floating-whatsapp {
  right: 36px !important;
  z-index: 1300 !important;
}
html.tf-home-page .tf-floating-instagram { bottom: 88px !important; }
html.tf-home-page .tf-floating-whatsapp { bottom: 22px !important; }
html.tf-home-page #instagramButton,
html.tf-home-page #whatsappButton {
  width: 52px !important;
  height: 52px !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.18) !important;
}
html.tf-home-page #instagramButton { background: linear-gradient(145deg, #18aef4, #027ae6) !important; }
html.tf-home-page #whatsappButton { background: linear-gradient(145deg, #20dc73, #0cbd5c) !important; }

@media (max-width: 1100px) {
  html.tf-home-page #block_1 .navbar-languages { margin-left: 20px !important; }
  html.tf-home-page #block_1 .navbar-nav { gap: 2px !important; }
  html.tf-home-page #block_1 .component-navbar-nav-link__navbar-public { padding-right: 9px !important; padding-left: 9px !important; }
  html.tf-home-page #block_11 .block-signin { grid-template-columns: minmax(0, 1.25fr) minmax(370px, .9fr) !important; gap: 35px !important; }
  html.tf-home-page .tf-home-benefits { gap: 8px; }
  html.tf-home-benefit { padding-right: 9px; padding-left: 9px; }
  html.tf-home-page #block_10 > .container { left: 0 !important; }
}

@media (max-width: 991px) {
  html.tf-home-page .wrapper-navbar { position: relative !important; padding: 8px 10px !important; background: #f7f5ff !important; }
  html.tf-home-page #block_1 .sidebar-block__top.component-navbar { width: 100% !important; height: 62px !important; min-height: 62px !important; padding: 0 16px !important; border-radius: 15px !important; }
  html.tf-home-page #block_1 .navbar-public__header { width: 100% !important; display: flex !important; align-items: center !important; justify-content: space-between !important; }
  html.tf-home-page #block_1 .navbar-toggler { position: static !important; display: flex !important; }
  html.tf-home-page #block_1 .navbar-collapse {
    position: absolute !important;
    top: 68px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 14px !important;
    display: none !important;
    border: 1px solid #e3def8 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 18px 35px rgba(35,18,116,.18) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 88px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  html.tf-home-page #block_1 .navbar-collapse.show,
  html.tf-home-page #block_1 .navbar-collapse.collapsing {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }
  html.tf-home-page #block_1 .navbar-languages { width: 100% !important; margin: 0 0 8px !important; }
  html.tf-home-page #block_1 .component-navbar-collapse {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
  }
  html.tf-home-page #block_1 .navbar-nav {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
  }
  html.tf-home-page #block_1 .component-navbar-public-nav-item { width: 100% !important; }
  html.tf-home-page #block_1 .component-navbar-nav-link__navbar-public {
    width: 100% !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    color: #171052 !important;
    -webkit-text-fill-color: #171052 !important;
    background: #faf9ff !important;
  }
  html.tf-home-page #block_1 .component-navbar-nav-link__navbar-public:hover {
    color: #6123dc !important;
    -webkit-text-fill-color: #6123dc !important;
    background: #f1ecff !important;
  }
  html.tf-home-page #block_1 .tf-nav-item-icon {
    width: 19px;
    display: inline-flex !important;
    justify-content: center;
    color: #6525df;
    font-size: 18px;
    -webkit-text-fill-color: #6525df !important;
  }
  html.tf-home-page #block_1 .tf-nav-login { margin: 7px 0 0 !important; }
  html.tf-home-page #block_1 .tf-nav-login .component-navbar-nav-link {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: linear-gradient(135deg, #4012bd, #7027ed) !important;
  }
  html.tf-home-page body.tf-menu-open .tf-floating-instagram,
  html.tf-home-page body.tf-menu-open .tf-floating-whatsapp {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  html.tf-home-page #block_11 { padding-top: 62px !important; }
  html.tf-home-page #block_11 .block-signin { width: 100% !important; max-width: 100% !important; grid-template-columns: minmax(0, 1fr) !important; gap: 34px !important; }
  html.tf-home-page #block_11 .block-signin > .row,
  html.tf-home-page #block_11 .block-signin__content,
  html.tf-home-page #block_11 .block-signin__card { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  html.tf-home-page #block_11 .block-signin__content { padding-top: 0 !important; }
  html.tf-home-page #block_11 .block-signin__card { width: min(480px, 100%) !important; margin: 0 auto !important; }
  html.tf-home-page #block_10 .row-ed { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
  html.tf-home-page #block_1 .sidebar-block__top-logo { max-width: 170px !important; height: 35px !important; }
  html.tf-home-page #block_11 { padding: 42px 0 100px !important; }
  html.tf-home-page #block_11 > .container { width: min(100% - 28px, 540px) !important; }
  html.tf-home-page #block_11 .block-signin__title h1 { font-size: 36px !important; letter-spacing: -1.1px !important; }
  html.tf-home-page #block_11 .block-signin__title h1,
  html.tf-home-page #block_11 .block-signin__description p { max-width: 100% !important; white-space: normal !important; overflow-wrap: break-word; }
  html.tf-home-page #block_11 .block-signin__title h1 br,
  html.tf-home-page #block_11 .block-signin__description br { display: none; }
  html.tf-home-page .tf-home-benefits { grid-template-columns: 1fr !important; }
  html.tf-home-page .tf-home-benefits { width: 100%; }
  html.tf-home-page .tf-home-benefit { height: 66px; }
  html.tf-home-page .tf-home-trust { width: 100%; }
  html.tf-home-page #block_11 .block-signin__card > .card { padding-right: 15px !important; padding-left: 15px !important; }
  html.tf-home-page #block_6 { padding-top: 42px !important; }
  html.tf-home-page #block_6 > .container,
  html.tf-home-page #block_10 > .container { width: calc(100% - 28px) !important; }
  html.tf-home-page #block_6 h2 { font-size: 22px !important; }
  html.tf-home-page #block_6 .text-block__description p { line-height: 1.6 !important; }
  html.tf-home-page #block_10 .row-ed { grid-template-columns: 1fr !important; }
  html.tf-home-page .tf-floating-instagram,
  html.tf-home-page .tf-floating-whatsapp { right: 15px !important; }
  html.tf-home-page #instagramButton,
  html.tf-home-page #whatsappButton {
    width: 46px !important;
    height: 46px !important;
  }
  html.tf-home-page #instagramButton i { font-size: 23px !important; }
  html.tf-home-page #whatsappButton i { font-size: 25px !important; }
}

/* Seções públicas complementares */
html.tf-home-page #block_5,
html.tf-home-page #block_7,
html.tf-home-page #block_9,
html.tf-home-page #block_8,
html.tf-home-page #block_12,
html.tf-home-page #block_13 {
  width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

html.tf-home-page #block_5 > .block-bg,
html.tf-home-page #block_7 > .block-bg,
html.tf-home-page #block_8 > .block-bg,
html.tf-home-page #block_9 > .block-bg,
html.tf-home-page #block_12 > .block-bg,
html.tf-home-page #block_13 > .block-bg { display: none !important; }

html.tf-home-page #block_5,
html.tf-home-page #block_9 {
  position: relative !important;
  padding: 72px 0 28px !important;
  color: #171052 !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(115, 42, 231, .06), transparent 24%),
    #fbfaff !important;
}

html.tf-home-page #block_5 > .container,
html.tf-home-page #block_7 > .container,
html.tf-home-page #block_9 > .container {
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html.tf-home-page .tf-public-section-heading {
  position: relative !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

html.tf-home-page .tf-public-section-heading > .row { margin: 0 !important; }
html.tf-home-page .tf-public-section-heading > .row > [class*="col-"] { padding: 0 !important; }

html.tf-home-page .tf-section-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border: 1px solid #ddd6fa;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #7a2bed, #3713bd);
  box-shadow: 0 9px 18px rgba(73, 24, 187, .20);
  transform: rotate(-4deg);
}
html.tf-home-page .tf-section-icon i { font-size: 24px; transform: rotate(4deg); }

html.tf-home-page .tf-public-section-heading .text-block__title h2 {
  margin: 0 !important;
  color: #171052 !important;
  font-size: 27px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -.45px !important;
}

html.tf-home-page .tf-public-section-heading .text-block__description {
  margin: 9px 0 0 !important;
}
html.tf-home-page .tf-public-section-heading .text-block__description p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: #68648e !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

/* Como funciona */
html.tf-home-page #block_8 {
  position: relative !important;
  padding: 22px 0 88px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 92% 75%, rgba(110, 38, 226, .07), transparent 24%),
    #fbfaff !important;
}
html.tf-home-page #block_8 > .block-divider-bottom { display: none !important; }
html.tf-home-page #block_8 > .container {
  width: min(1110px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html.tf-home-page #block_8 .grid-ed { display: block !important; }
html.tf-home-page #block_8 .how-it-works-row {
  position: relative !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}
html.tf-home-page #block_8 .how-it-works-row::before {
  content: "";
  position: absolute;
  top: 63px;
  right: 12%;
  left: 12%;
  height: 2px;
  z-index: 0;
  background: linear-gradient(90deg, transparent, #c9b8f8 10%, #7131e7 50%, #c9b8f8 90%, transparent);
}
html.tf-home-page #block_8 .how-it-works-col {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  grid-column: auto !important;
  flex: none !important;
}
html.tf-home-page #block_8 .how-it-works-card {
  width: 100% !important;
  min-height: 260px !important;
  margin: 0 !important;
  padding: 23px 20px 22px !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  border: 1px solid #e8e3f7 !important;
  border-radius: 14px !important;
  color: #171052 !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 13px 30px rgba(43, 21, 128, .09) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}
html.tf-home-page #block_8 .how-it-works-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 36px rgba(53, 22, 145, .14) !important;
}
html.tf-home-page #block_8 .how-it-works-card::after {
  content: "";
  width: 42px;
  height: 2px;
  margin-top: auto;
  border-radius: 2px;
  background: #7429e9;
}
html.tf-home-page #block_8 .how-it-works-arrow-top,
html.tf-home-page #block_8 .how-it-works-arrow-bottom { display: none !important; }
html.tf-home-page #block_8 .how-it-works-preview {
  width: 100% !important;
  margin: 0 0 19px !important;
  display: flex !important;
  justify-content: center !important;
}
html.tf-home-page #block_8 .how-it-works-number {
  width: 82px !important;
  height: 82px !important;
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  border: 7px solid #f1edff !important;
  border-radius: 50% !important;
  color: #6426df !important;
  background: linear-gradient(145deg, #f5f1ff, #e3dafc) !important;
  box-shadow: 0 8px 18px rgba(70, 29, 174, .13) !important;
  font-size: 31px !important;
}
html.tf-home-page #block_8 .how-it-works-number > span {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #7b2bea, #3c16bd);
  box-shadow: 0 4px 9px rgba(65, 23, 173, .24);
  font-size: 10px;
  font-weight: 800;
}
html.tf-home-page #block_8 .how-it-works-title { margin: 0 0 10px !important; padding: 0 !important; }
html.tf-home-page #block_8 .how-it-works-title p { margin: 0 !important; color: #171052 !important; font-size: 13px !important; font-weight: 800 !important; line-height: 1.45 !important; }
html.tf-home-page #block_8 .how-it-works-description { margin: 0 !important; padding: 0 !important; }
html.tf-home-page #block_8 .how-it-works-description p { margin: 0 !important; color: #6b678e !important; font-size: 11px !important; font-weight: 500 !important; line-height: 1.75 !important; }

/* Depoimentos */
html.tf-home-page #block_7 {
  position: relative !important;
  padding: 75px 0 28px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 15% 0, rgba(150, 100, 255, .28), transparent 28%),
    linear-gradient(145deg, #28108f, #4c22c8 58%, #3213a9) !important;
}
html.tf-home-page #block_7::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 28%, transparent 72%, #000);
  pointer-events: none;
}
html.tf-home-page #block_7 .tf-section-icon {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.13);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 20px rgba(15,5,75,.22);
}
html.tf-home-page #block_7 .tf-public-section-heading .text-block__title h2 { color: #fff !important; }
html.tf-home-page #block_7 .tf-public-section-heading .text-block__description p { color: rgba(255,255,255,.78) !important; }

html.tf-home-page #block_12 {
  position: relative !important;
  padding: 10px 0 88px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #3d1ab9, #28108f) !important;
}
html.tf-home-page #block_12 > .block-divider-bottom { display: none !important; }
html.tf-home-page #block_12 > .container {
  width: min(1030px, calc(100% - 80px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html.tf-home-page #block_12 .reviews-slider { position: relative !important; }
html.tf-home-page #block_12 .slick-list { margin: 0 -11px !important; padding: 8px 0 16px !important; }
html.tf-home-page #block_12 .slick-slide { padding: 0 11px !important; }
html.tf-home-page #block_12 .reviews-slider__slide > .card {
  min-height: 238px !important;
  margin: 0 !important;
  padding: 25px 28px 23px !important;
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 14px !important;
  color: #171052 !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 18px 38px rgba(15,5,73,.22) !important;
}
html.tf-home-page #block_12 .reviews-slider__slide > .card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: rgba(108,42,228,.06);
}
html.tf-home-page .tf-review-quote {
  position: absolute;
  top: 20px;
  right: 23px;
  color: #ded5fa;
  font-size: 39px;
  line-height: 1;
}
html.tf-home-page #block_12 .reviews-slider__slide-photo { margin: 0 0 12px !important; justify-content: flex-start !important; }
html.tf-home-page #block_12 .reviews-slider__slide-avatar {
  width: 54px !important;
  height: 54px !important;
  border: 4px solid #eee9ff !important;
  border-radius: 50% !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 6px 14px rgba(64,25,165,.18) !important;
}
html.tf-home-page #block_12 .reviews-slider__slide-name { margin: 0 0 3px !important; padding: 0 !important; }
html.tf-home-page #block_12 .reviews-slider__slide-name p { margin: 0 !important; color: #171052 !important; font-size: 13px !important; font-weight: 800 !important; }
html.tf-home-page .tf-review-stars { margin: 0 0 10px; color: #f4b523; font-size: 12px; letter-spacing: 2px; }
html.tf-home-page #block_12 .reviews-slider__slide-description { padding: 0 !important; }
html.tf-home-page #block_12 .reviews-slider__slide-description p { margin: 0 !important; color: #646087 !important; font-size: 11px !important; line-height: 1.72 !important; }
html.tf-home-page #block_12 .slick-arrow {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(255,255,255,.12) !important;
  backdrop-filter: blur(8px);
}
html.tf-home-page #block_12 .slick-prev { left: -58px !important; }
html.tf-home-page #block_12 .slick-next { right: -58px !important; }
html.tf-home-page #block_12 .slick-dots { bottom: -38px !important; }
html.tf-home-page #block_12 .slick-dots li button::before { color: rgba(255,255,255,.5) !important; }
html.tf-home-page #block_12 .slick-dots li.slick-active button::before { color: #fff !important; }

/* Perguntas frequentes */
html.tf-home-page #block_9 {
  padding-top: 76px !important;
  background:
    radial-gradient(circle at 85% 15%, rgba(103, 35, 222, .07), transparent 25%),
    #f8f7fd !important;
}
html.tf-home-page #block_13 {
  position: relative !important;
  padding: 20px 0 85px !important;
  background: #f8f7fd !important;
}
html.tf-home-page #block_13 > .block-divider-bottom { display: none !important; }
html.tf-home-page #block_13 > .container {
  width: min(900px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html.tf-home-page #block_13 .faq > .row,
html.tf-home-page #block_13 .grid-ed,
html.tf-home-page #block_13 .row-ed { margin: 0 !important; display: block !important; }
html.tf-home-page #block_13 .faq > .row > .col-lg-8 { width: 100% !important; max-width: none !important; padding: 0 !important; flex: none !important; }
html.tf-home-page #block_13 .tf-faq-item { width: 100% !important; max-width: none !important; margin: 0 0 12px !important; padding: 0 !important; display: block !important; }
html.tf-home-page #block_13 .tf-faq-item .card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e7e2f5 !important;
  border-radius: 12px !important;
  color: #171052 !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(47,25,128,.065) !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}
html.tf-home-page #block_13 .tf-faq-item .card:hover { border-color: #d1c4f4 !important; box-shadow: 0 11px 27px rgba(55,25,145,.10) !important; }
html.tf-home-page #block_13 .faq-block__header {
  min-height: 66px !important;
  padding: 0 19px 0 22px !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
}
html.tf-home-page #block_13 .faq-block__header-title { padding-right: 20px !important; }
html.tf-home-page #block_13 .faq-block__header-title h4 { margin: 0 !important; color: #1b135b !important; font-size: 13px !important; font-weight: 750 !important; line-height: 1.45 !important; }
html.tf-home-page #block_13 .faq-block__header-icon {
  width: 32px !important;
  height: 32px !important;
  margin-left: auto !important;
  flex: 0 0 32px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 9px !important;
  color: #6624df !important;
  background: #f0ebff !important;
}
html.tf-home-page #block_13 .faq-block__header-icon::before,
html.tf-home-page #block_13 .faq-block__header-icon::after {
  content: none !important;
  display: none !important;
}
html.tf-home-page #block_13 .faq-block__icon {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #6624df !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
html.tf-home-page #block_13 .faq-block__icon::before {
  content: "+" !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #6624df !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}
html.tf-home-page #block_13 .faq-block__icon::after {
  content: none !important;
  display: none !important;
}
html.tf-home-page #block_13 .faq-block__header:not(.collapsed) .faq-block__icon::before {
  content: "−" !important;
}
html.tf-home-page #block_13 .faq-block__body-description { padding: 0 22px 20px !important; }
html.tf-home-page #block_13 .faq-block__body-description p { margin: 0 !important; color: #68648a !important; font-size: 12px !important; line-height: 1.75 !important; }

html.tf-home-page #block_3 {
  padding: 23px 0 !important;
  color: rgba(255,255,255,.72) !important;
  background: #16096e !important;
}
html.tf-home-page #block_3 .block-bg { display: none !important; }
html.tf-home-page #block_3 p { margin: 0 !important; color: rgba(255,255,255,.72) !important; font-size: 11px !important; }

@media (max-width: 991px) {
  html.tf-home-page #block_8 .how-it-works-row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  html.tf-home-page #block_8 .how-it-works-row::before { display: none; }
  html.tf-home-page #block_12 > .container { width: min(650px, calc(100% - 56px)) !important; }
  html.tf-home-page #block_12 .slick-prev { left: -45px !important; }
  html.tf-home-page #block_12 .slick-next { right: -45px !important; }
}

@media (max-width: 640px) {
  html.tf-home-page #block_5,
  html.tf-home-page #block_7,
  html.tf-home-page #block_9 { padding-top: 55px !important; }
  html.tf-home-page .tf-public-section-heading .text-block__title h2 { font-size: 23px !important; }
  html.tf-home-page .tf-public-section-heading .text-block__description p { font-size: 11px !important; }
  html.tf-home-page #block_8 { padding-bottom: 62px !important; }
  html.tf-home-page #block_8 > .container { width: calc(100% - 28px) !important; }
  html.tf-home-page #block_8 .how-it-works-row { grid-template-columns: 1fr !important; gap: 14px !important; }
  html.tf-home-page #block_8 .how-it-works-card { min-height: 235px !important; }
  html.tf-home-page #block_12 { padding-bottom: 70px !important; }
  html.tf-home-page #block_12 > .container { width: calc(100% - 28px) !important; }
  html.tf-home-page #block_12 .reviews-slider__slide > .card { min-height: 260px !important; padding: 22px 20px !important; }
  html.tf-home-page #block_12 .slick-arrow { display: none !important; }
  html.tf-home-page #block_13 > .container { width: calc(100% - 28px) !important; }
  html.tf-home-page #block_13 .faq-block__header { min-height: 62px !important; padding: 0 13px 0 16px !important; }
  html.tf-home-page #block_13 .faq-block__header-title h4 { font-size: 12px !important; }
  html.tf-home-page #block_13 .faq-block__body-description { padding: 0 16px 17px !important; }
}

.tf-theme-toggle {
  width: auto;
  min-width: 78px;
  height: 38px;
  margin-left: 8px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dedaf2;
  border-radius: 8px;
  color: #160d61;
  background: #fff;
  box-shadow: 0 5px 13px rgba(45, 21, 137, .10);
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.tf-theme-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(45, 21, 137, .16);
}

.tf-theme-toggle i {
  font-size: 18px;
  line-height: 1;
}

html.tf-dark-mode body {
  color: #f4f6fb !important;
  background: #080b12 !important;
}

html.tf-dark-mode .tf-theme-toggle {
  color: #fff;
  background: #151a24;
  border-color: #2a3140;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .24);
}

html.tf-dark-mode .sidebar-block__top.component-navbar,
html.tf-dark-mode .sidebar-block__top .navbar,
html.tf-dark-mode #block_2.component_private_navbar,
html.tf-dark-mode #block_2 .component-navbar__navbar-private,
html.tf-dark-mode #block_2 .component-navbar__wrapper,
html.tf-dark-mode #block_2 .component-navbar,
html.tf-dark-mode #block_1 .sidebar-block__top.component-navbar {
  background: rgba(12, 15, 23, .96) !important;
  background-color: rgba(12, 15, 23, .96) !important;
  border-color: #242b38 !important;
}

html.tf-dark-mode .sidebar-block__top .component-navbar-nav-link,
html.tf-dark-mode #block_2 .component-navbar-nav-link__navbar-private,
html.tf-dark-mode #block_2 a[href="/account"],
html.tf-dark-mode #block_2 a[href="/logout"],
html.tf-dark-mode #block_1 .component-navbar-nav-link__navbar-public,
html.tf-dark-mode #block_1 .navbar-languages .default-dropdown__name {
  color: #f4f6fb !important;
  background: #0c0e16 !important;
  background-color: #0c0e16 !important;
}

html.tf-dark-mode #block_2 .component-navbar-nav-link__navbar-private:hover,
html.tf-dark-mode #block_2 a[href="/account"]:hover,
html.tf-dark-mode #block_2 a[href="/logout"]:hover {
  color: #fff !important;
  background: #171d2a !important;
  background-color: #171d2a !important;
}

html.tf-dark-mode .default-dropdown__name {
  background: linear-gradient(145deg, #101522, #05070d) !important;
  border-color: #2b3342 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .36) !important;
}

html.tf-dark-mode .card,
html.tf-dark-mode .panel,
html.tf-dark-mode .component_form_group > .card,
html.tf-dark-mode .component_content_card > .card,
html.tf-dark-mode #block_8 .how-it-works-card,
html.tf-dark-mode #block_12 .reviews-slider__slide > .card,
html.tf-dark-mode #block_13 .tf-faq-item .card {
  color: #f4f6fb !important;
  background: #111722 !important;
  border-color: #273040 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28) !important;
}

html.tf-dark-mode input,
html.tf-dark-mode textarea,
html.tf-dark-mode select,
html.tf-dark-mode .form-control,
html.tf-dark-mode .select2-selection,
html.tf-dark-mode .select2-dropdown,
html.tf-dark-mode .select2-results__options {
  color: #f4f6fb !important;
  background: #0b1019 !important;
  border-color: #2a3343 !important;
}

html.tf-dark-mode h1,
html.tf-dark-mode h2,
html.tf-dark-mode h3,
html.tf-dark-mode h4,
html.tf-dark-mode p,
html.tf-dark-mode span,
html.tf-dark-mode label,
html.tf-dark-mode li,
html.tf-dark-mode small,
html.tf-dark-mode strong,
html.tf-dark-mode .text-block__title h2,
html.tf-dark-mode .text-block__description p,
html.tf-dark-mode .tf-guide,
html.tf-dark-mode .tf-public-section-heading .text-block__title h2,
html.tf-dark-mode .tf-public-section-heading .text-block__description p {
  color: inherit !important;
}

html.tf-dark-mode #block_5,
html.tf-dark-mode #block_6,
html.tf-dark-mode #block_8,
html.tf-dark-mode #block_9,
html.tf-dark-mode #block_10,
html.tf-dark-mode #block_11,
html.tf-dark-mode #block_13,
html.tf-dark-mode .wrapper-content,
html.tf-dark-mode .wrapper-content__body {
  background: #080b12 !important;
}

html.tf-dark-mode #block_7,
html.tf-dark-mode #block_12,
html.tf-dark-mode #block_3 {
  background: #05070d !important;
}

html.tf-dark-mode.tf-design-page #block_29 .component_form_group > .card,
html.tf-dark-mode.tf-design-page #block_29 .component_content_card > .card,
html.tf-dark-mode #order-form {
  color: #e9edf8 !important;
  background: #0a0c19 !important;
  background-color: #0a0c19 !important;
  border-color: #23283a !important;
}

html.tf-dark-mode.tf-design-page #order-form .control-label,
html.tf-dark-mode.tf-design-page #order-form label,
html.tf-dark-mode.tf-design-page #fields .form-group small,
html.tf-dark-mode.tf-design-page #fields .help-block,
html.tf-dark-mode.tf-design-page #service_description .control-label {
  color: #aeb8d4 !important;
}

html.tf-dark-mode.tf-design-page #order-form .form-control,
html.tf-dark-mode.tf-design-page #order-form .select2-selection,
html.tf-dark-mode.tf-design-page #order-form .select2-container .select2-selection--single,
html.tf-dark-mode.tf-design-page #order-form input,
html.tf-dark-mode.tf-design-page #order-form textarea,
html.tf-dark-mode.tf-design-page #order-form select,
html.tf-dark-mode.tf-design-page #service_description .panel-description {
  color: #f4f6fb !important;
  background: #121623 !important;
  background-color: #121623 !important;
  border-color: #30374d !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03) !important;
}

html.tf-dark-mode.tf-design-page #order-form .form-control:focus,
html.tf-dark-mode.tf-design-page #order-form .select2-selection:focus,
html.tf-dark-mode.tf-design-page #order-form .select2-container--open .select2-selection {
  background: #161b2a !important;
  background-color: #161b2a !important;
  border-color: #7b68ee !important;
  box-shadow: 0 0 0 3px rgba(123, 104, 238, .18) !important;
}

html.tf-dark-mode.tf-design-page #order-form .form-control::placeholder,
html.tf-dark-mode.tf-design-page #template-input::placeholder {
  color: #7f89a8 !important;
  opacity: 1 !important;
}

html.tf-dark-mode.tf-design-page #new-order-search .input-wrapper::after,
html.tf-dark-mode.tf-design-page #new-order-search button,
html.tf-dark-mode.tf-design-page #order-form .select2-selection__rendered,
html.tf-dark-mode.tf-design-page #order-form .select2-selection__text,
html.tf-dark-mode.tf-design-page #order-form .select2-selection__arrow b {
  color: #f4f6fb !important;
}

html.tf-dark-mode.tf-design-page .select2-dropdown.dropdown-menu,
html.tf-dark-mode.tf-design-page .select2-results,
html.tf-dark-mode.tf-design-page .select2-results__options,
html.tf-dark-mode.tf-design-page .select2-results__options.dropdown-menu,
html.tf-dark-mode.tf-design-page .select2-results__option {
  color: #f4f6fb !important;
  background: #101420 !important;
  background-color: #101420 !important;
  border-color: #30374d !important;
}

html.tf-dark-mode.tf-design-page .select2-results__option--highlighted,
html.tf-dark-mode.tf-design-page .select2-results__option:hover {
  color: #fff !important;
  background: #252d45 !important;
  background-color: #252d45 !important;
}

html.tf-dark-mode.tf-design-page .select2-selection__id,
html.tf-dark-mode.tf-design-page .badge {
  color: #15182a !important;
  background: #9ea7ff !important;
  background-color: #9ea7ff !important;
}

html.tf-dark-mode.tf-design-page #service_description .panel-description {
  min-height: 78px !important;
  line-height: 1.8 !important;
}

html.tf-dark-mode button.btn-big-primary,
html.tf-dark-mode a.btn-big-primary,
html.tf-dark-mode .btn.btn-big-primary,
html.tf-dark-mode .component_button_submit .btn-big-primary,
html.tf-dark-mode.tf-design-page #order-form .btn-big-primary {
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  background-color: #7226ef !important;
  border: 0 !important;
  box-shadow: var(--tf-button-shadow) !important;
}

html.tf-dark-mode .btn.btn-actions,
html.tf-dark-mode .component_button_view .btn-actions,
html.tf-dark-mode button[data-description-id] {
  color: #fff !important;
  background: var(--tf-button-purple) !important;
  background-color: #7226ef !important;
  border: 0 !important;
  box-shadow: var(--tf-button-shadow) !important;
}

html.tf-dark-mode .btn.btn-actions:hover,
html.tf-dark-mode .component_button_view .btn-actions:hover,
html.tf-dark-mode button[data-description-id]:hover {
  color: #fff !important;
  filter: brightness(1.07);
  transform: translateY(-1px);
}

html.tf-dark-mode table.table,
html.tf-dark-mode #service-table-4 {
  color: #e9edf8 !important;
  background: #0a0c19 !important;
  background-color: #0a0c19 !important;
  border-color: #252b3d !important;
}

html.tf-dark-mode #service-table-4 thead,
html.tf-dark-mode #service-table-4 thead tr,
html.tf-dark-mode #service-table-4 thead th {
  color: #f4f6fb !important;
  background: #181e30 !important;
  background-color: #181e30 !important;
  border-color: #30374d !important;
}

html.tf-dark-mode #service-table-4 tbody,
html.tf-dark-mode #service-table-4 tbody tr,
html.tf-dark-mode #service-table-4 tbody td {
  color: #e9edf8 !important;
  background: #0d111d !important;
  background-color: #0d111d !important;
  border-color: #252b3d !important;
}

html.tf-dark-mode #service-table-4 tbody tr:not(.services-list-category-title):hover td {
  background: #13192a !important;
  background-color: #13192a !important;
}

html.tf-dark-mode #service-table-4 .services-list-category-title td,
html.tf-dark-mode #service-table-4 .services-category,
html.tf-dark-mode #service-table-4 .style-bg-primary-alpha-20 {
  color: #fff !important;
  background: #151b2d !important;
  background-color: #151b2d !important;
  border-color: #30374d !important;
}

html.tf-dark-mode #service-table-4 h4,
html.tf-dark-mode #service-table-4 h4 span,
html.tf-dark-mode #service-table-4 .table-service,
html.tf-dark-mode #service-table-4 td[data-label],
html.tf-dark-mode #service-table-4 .nowrap {
  color: inherit !important;
}

html.tf-dark-mode .table-wr,
html.tf-dark-mode .table-responsive {
  color: #e9edf8 !important;
  background: #0a0c19 !important;
  background-color: #0a0c19 !important;
  border-color: #252b3d !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4),
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) {
  color: #e9edf8 !important;
  background: #0a0c19 !important;
  background-color: #0a0c19 !important;
  border-color: #252b3d !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) thead,
html.tf-dark-mode .table-wr > .table:not(#service-table-4) thead tr,
html.tf-dark-mode .table-wr > .table:not(#service-table-4) thead th,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) thead,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) thead tr,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) thead th {
  color: #f4f6fb !important;
  background: #181e30 !important;
  background-color: #181e30 !important;
  border-color: #30374d !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) tbody,
html.tf-dark-mode .table-wr > .table:not(#service-table-4) tbody tr,
html.tf-dark-mode .table-wr > .table:not(#service-table-4) tbody td,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) tbody,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) tbody tr,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) tbody td {
  color: #e9edf8 !important;
  background: #0d111d !important;
  background-color: #0d111d !important;
  border-color: #252b3d !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) tbody tr:hover td,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) tbody tr:hover td {
  background: #13192a !important;
  background-color: #13192a !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) .table-service,
html.tf-dark-mode .table-wr > .table:not(#service-table-4) td[data-label],
html.tf-dark-mode .table-wr > .table:not(#service-table-4) .nowrap,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) .table-service,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) td[data-label],
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) .nowrap {
  color: inherit !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) a,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) a,
html.tf-dark-mode .table-link a {
  color: #9ea7ff !important;
}

html.tf-dark-mode .table-wr > .table:not(#service-table-4) a:hover,
html.tf-dark-mode .table-responsive > .table:not(#service-table-4) a:hover,
html.tf-dark-mode .table-link a:hover {
  color: #c7ccff !important;
}

html.tf-dark-mode .select2-container--open .select2-dropdown,
html.tf-dark-mode .select2-container--default .select2-dropdown,
html.tf-dark-mode .select2-dropdown,
html.tf-dark-mode .select2-dropdown.dropdown-menu {
  color: #f4f6fb !important;
  background: #0f1322 !important;
  background-color: #0f1322 !important;
  border: 1px solid #5d55d8 !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .36) !important;
}

html.tf-dark-mode .select2-container--default .select2-results,
html.tf-dark-mode .select2-container--default .select2-results__options,
html.tf-dark-mode .select2-results,
html.tf-dark-mode .select2-results__options,
html.tf-dark-mode .select2-results__options.dropdown-menu {
  color: #f4f6fb !important;
  background: #0f1322 !important;
  background-color: #0f1322 !important;
}

html.tf-dark-mode .select2-container--default .select2-results__option,
html.tf-dark-mode .select2-results__option,
html.tf-dark-mode .select2-results__option span,
html.tf-dark-mode .select2-results__option .select2-selection__text {
  color: #f4f6fb !important;
  background: #0f1322 !important;
  background-color: #0f1322 !important;
}

html.tf-dark-mode .select2-container--default .select2-results__option[aria-selected="true"],
html.tf-dark-mode .select2-container--default .select2-results__option--selected,
html.tf-dark-mode .select2-results__option[aria-selected="true"],
html.tf-dark-mode .select2-results__option--selected {
  color: #fff !important;
  background: #1a2040 !important;
  background-color: #1a2040 !important;
}

html.tf-dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected],
html.tf-dark-mode .select2-container--default .select2-results__option--highlighted,
html.tf-dark-mode .select2-results__option--highlighted,
html.tf-dark-mode .select2-results__option:hover {
  color: #fff !important;
  background: #5b55d6 !important;
  background-color: #5b55d6 !important;
}

html.tf-dark-mode .select2-results__option[aria-disabled="true"],
html.tf-dark-mode .select2-results__option[aria-disabled="true"] span {
  color: #77809d !important;
  background: #0f1322 !important;
  background-color: #0f1322 !important;
}

html.tf-dark-mode .select2-results__options::-webkit-scrollbar-track {
  background: #0b0f1c !important;
}

html.tf-dark-mode .select2-results__options::-webkit-scrollbar-thumb {
  border-color: #0b0f1c !important;
  background: #5b55d6 !important;
}

/* A categoria ativa acompanha o fundo do dropdown no tema escuro. */
html.tf-dark-mode .form-group .select2-results__option > a {
  color: #f4f6fb !important;
  background-color: #0f1322 !important;
}

html.tf-dark-mode .form-group .select2-results__option.active > a,
html.tf-dark-mode .form-group .select2-results__option.active > a .select2-selection__text,
html.tf-dark-mode .form-group .select2-results__option.active > a span {
  color: #f4f6fb !important;
}

html.tf-dark-mode .form-group .select2-results__option.active > a {
  background-color: #0f1322 !important;
}

@media (max-width: 640px) {
  .tf-theme-toggle {
    height: 42px;
    width: 100%;
    margin: 6px 0;
  }
}
