html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

html.snap-page {
  scroll-padding-top: 0;
  scroll-snap-type: y mandatory;
}

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: var(--font-body, Onest, system-ui, sans-serif);
  overflow-x: hidden;
}

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.site-shell > main {
  flex: 1 0 auto;
}

.site-shell > footer {
  margin-top: auto;
}

.skip-link {
  position: fixed;
  left: 24px;
  top: 16px;
  z-index: 999;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #7867f4;
  text-decoration: none;
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 13px;
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

section[id] {
  scroll-margin-top: 120px;
}

html.snap-page section[id] {
  scroll-margin-top: 0;
}

.home-sections,
.home-flow {
  min-height: 100vh;
}

.home-section {
  position: relative;
  min-height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-top: clamp(92px, 11vh, 128px);
  padding-bottom: clamp(36px, 6vh, 72px);
}

.hero-section {
  padding-top: 0;
  padding-bottom: 0;
  isolation: isolate;
}

.hero-stage {
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0 !important;
  justify-content: center;
}

.hero-panel {
  position: relative;
  z-index: 5;
  margin-top: 0 !important;
}

.feature-section,
.plans-section,
.locations-section {
  justify-content: center;
}

.feature-section,
.plans-section {
  isolation: isolate;
  overflow: hidden;
  background: #000;
}

.feature-section::before,
.feature-section::after,
.plans-section::before,
.plans-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-section::before,
.plans-section::before {
  z-index: -2;
  background: none;
  opacity: 0;
  filter: none;
  transform: none;
}

.feature-section::after,
.plans-section::after {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 0, 0, .34), rgba(0, 0, 0, .58) 60%, rgba(0, 0, 0, .82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .7));
}

.feature-section > *,
.plans-section > * {
  position: relative;
  z-index: 1;
}

.feature-section {
  gap: clamp(22px, 4vh, 42px);
}

.feature-section > .flex {
  order: 1;
}

.feature-section > .grid:not(.stats-row) {
  order: 2;
  margin-top: 0 !important;
}

.feature-section .stats-row {
  order: 3;
  width: 100%;
  margin-top: clamp(18px, 4vh, 44px);
}

.feature-section .stats-row > div {
  width: min(100%, 460px);
}

.feature-section .stats-row > div:nth-child(1) {
  justify-self: start;
}

.feature-section .stats-row > div:nth-child(2) {
  justify-self: center;
}

.feature-section .stats-row > div:nth-child(3) {
  justify-self: end;
}

.plans-section > .grid,
.locations-section .location-grid {
  margin-top: clamp(28px, 5vh, 56px) !important;
}

.plans-section > .flex:first-child {
  z-index: 140;
}

.feature-section .section-title,
.plans-section .section-title,
.locations-section .section-title,
.reviews-section .section-title {
  margin-top: 0 !important;
}

.plans-section .content-card {
  min-height: clamp(250px, 36vh, 340px);
}

.final-section {
  isolation: isolate;
  overflow: hidden;
  justify-content: flex-start;
  gap: clamp(20px, 3vh, 34px);
  padding-top: clamp(86px, 9vh, 116px);
  padding-bottom: clamp(6px, 1vh, 12px);
  background: #000;
}

.final-section::before,
.final-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.final-section::before {
  z-index: -2;
  background: none;
  opacity: 0;
  filter: none;
  transform: none;
}

.final-section::after {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, .34), rgba(0, 0, 0, .58) 58%, rgba(0, 0, 0, .78) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .66));
}

.final-section > * {
  position: relative;
  z-index: 1;
}

.final-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(18px, 2.6vh, 30px);
  margin-block: auto;
}

.final-section .anchor-target {
  position: absolute;
  inset-block-start: 0;
}

.final-section .location-grid {
  margin-top: clamp(18px, 3vh, 30px) !important;
}

.final-section .reviews-panel {
  gap: clamp(8px, 1.6vh, 16px);
}

.final-section .reviews-panel .section-title {
  font-size: clamp(22px, 2vw, 34px);
}

.final-section .status-widget {
  margin-top: clamp(4px, 1vh, 10px) !important;
  max-width: 320px;
}

.reviews-section {
  justify-content: center;
  gap: clamp(20px, 3vh, 34px);
}

.reviews-section .site-footer {
  width: 100%;
  margin: 0;
  background: transparent !important;
}

.final-section .site-footer > div {
  gap: clamp(20px, 3vh, 38px);
  background: transparent;
}

.site-header {
  backdrop-filter: blur(0);
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 34px rgba(120, 103, 244, 0.55);
}

.brand-name {
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.site-actions {
  gap: 24px;
}

.dropdown {
  position: relative;
}

.icon-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  color: #7867f4;
  background: rgba(120, 103, 244, 0.15);
  cursor: pointer;
  font: inherit;
}

.site-actions [data-language-toggle] {
  min-width: 64px;
  padding-inline: 12px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 120;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(120, 103, 244, 0.22);
  border-radius: 18px;
  background: rgba(9, 8, 17, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.dropdown-menu.is-open {
  display: grid;
  gap: 6px;
}

.dropdown-item {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 12px;
  text-align: left;
}

.dropdown-item:hover,
.dropdown-item.is-active {
  color: #fff;
  background: rgba(120, 103, 244, 0.16);
}

.dropdown-note {
  display: block;
  padding: 8px 12px 4px;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-size: 11px;
  line-height: 1.5;
}

.currency-picker {
  position: relative;
  z-index: 130;
}

.currency-trigger {
  min-height: 34px;
  border: 0;
  cursor: pointer;
}

.toast-region {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 220;
  display: flex;
  width: min(360px, calc(100% - 44px));
  flex-direction: column;
  gap: 10px;
}

.toast-message {
  padding: 14px 16px;
  border: 1px solid rgba(120, 103, 244, 0.22);
  border-radius: 16px;
  color: #fff;
  background: rgba(9, 8, 17, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  font-family: var(--font-body, Onest, system-ui, sans-serif);
  font-size: 14px;
}

.hero-title {
  max-width: 760px;
  white-space: pre-line;
}

.gradient-text {
  color: #9b8cff;
  text-shadow: 0 0 28px rgba(120, 103, 244, 0.35);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .gradient-text {
    background: linear-gradient(90deg, #b8adff 0%, #7867f4 48%, #8b5cf6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.hero-copy {
  max-width: 620px;
}

.primary-nav {
  background: rgba(120, 103, 244, 0.035);
}

.section-title {
  font-family: var(--font-display, Unbounded, system-ui, sans-serif);
  font-weight: 600;
  line-height: 1.15;
  max-width: 980px;
  text-wrap: balance;
}

.muted-text {
  color: rgba(255, 255, 255, 0.7);
}

.section-lede {
  max-width: 720px;
}

.content-card {
  border: 1px solid rgba(120, 103, 244, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.location-card {
  min-height: 64px;
}

.country-flag {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.status-widget {
  max-width: 360px;
  width: 100%;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(120, 103, 244, 0.18);
}

.status-widget img {
  width: 100%;
  height: auto;
}

.footer-link {
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.72);
}

.mobile-menu {
  display: none;
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-language {
  display: none;
}

.mobile-nav-toggle,
.mobile-nav {
  display: none;
}

@media (max-width: 1279px) {
  .site-header {
    padding-inline: 24px;
  }
}

@media (max-width: 1023px) {
  html.snap-page {
    scroll-padding-top: 96px;
    scroll-snap-type: none;
  }

  html.snap-page section[id] {
    scroll-margin-top: 96px;
  }

  .home-section {
    min-height: auto;
    scroll-snap-align: none;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .hero-section {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-stage {
    min-height: 100vh;
  }

  .feature-section {
    gap: 32px;
  }

  .feature-section .stats-row > div {
    width: 100%;
    justify-self: stretch;
  }

  .feature-section .stats-row > div:nth-child(1),
  .feature-section .stats-row > div:nth-child(2),
  .feature-section .stats-row > div:nth-child(3) {
    justify-self: stretch;
  }

  .plans-section .content-card {
    min-height: auto;
  }

  .final-section {
    gap: 40px;
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .reviews-section {
    gap: 48px;
  }

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

@media (max-width: 767px) {
  .brand-name {
    font-size: 15px;
  }

  .site-header {
    padding-inline: 24px;
  }

  .site-actions {
    display: none;
  }

  .mobile-language {
    display: flex;
    position: fixed;
    top: 30px;
    left: calc(100vw - 118px);
    z-index: 80;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #7867f4;
    background: rgba(120, 103, 244, 0.15);
    border-radius: 999px;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    position: fixed;
    top: 30px;
    left: calc(100vw - 66px);
    z-index: 82;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #7867f4;
    background: rgba(120, 103, 244, 0.15);
    cursor: pointer;
  }

  .mobile-nav-toggle::before,
  .mobile-nav-toggle::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  }

  .mobile-nav-toggle::before {
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .mobile-nav-toggle::after {
    opacity: 0;
  }

  .mobile-nav-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
    box-shadow: none;
  }

  .mobile-nav-toggle[aria-expanded="true"]::after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    left: 24px;
    right: 24px;
    top: 88px;
    z-index: 81;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(120, 103, 244, 0.22);
    border-radius: 22px;
    background: rgba(9, 8, 17, 0.96);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
  }

  .mobile-nav.is-open {
    display: flex;
  }

  .mobile-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 14px;
    color: #fff;
    background: rgba(120, 103, 244, 0.1);
    font-family: var(--font-display, Unbounded, system-ui, sans-serif);
    font-size: 14px;
    text-decoration: none;
  }

  .mobile-language .dropdown-menu {
    position: fixed;
    top: auto;
    bottom: 24px;
    left: 24px;
    right: 24px;
    min-width: 0;
  }

  .hero-title {
    max-width: 340px;
    font-size: 28px;
    line-height: 1.18;
  }

  .hero-copy {
    max-width: 340px;
  }

  .section-title {
    max-width: 330px;
    font-size: 22px;
    line-height: 1.22;
  }

  .section-lede {
    max-width: 340px;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .brand-name {
    font-size: 14px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .mobile-language {
    left: calc(100vw - 114px);
  }

  .mobile-nav-toggle {
    left: calc(100vw - 62px);
  }

  .hero-title {
    max-width: 320px;
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

.icon-\[tabler--brand-android\],
.icon-\[tabler--brand-apple\],
.icon-\[tabler--brand-windows\],
.icon-\[tabler--device-desktop\],
.icon-\[tabler--file-text\],
.icon-\[tabler--headset\],
.icon-\[tabler--layout-dashboard\],
.icon-\[tabler--logout\],
.icon-\[tabler--menu-2\],
.icon-\[tabler--message-plus\],
.icon-\[tabler--messages\],
.icon-\[tabler--package\],
.icon-\[tabler--plus\],
.icon-\[tabler--robot\],
.icon-\[tabler--shield-lock\],
.icon-\[tabler--shopping-cart\],
.icon-\[tabler--user\],
.icon-\[tabler--x\] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.icon-\[tabler--brand-apple\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20.94c1.5 0 2.75.03 4-1.44 1.42-1.68 2-3.98 2-6.23C18 10.2 16.16 8 13.75 8c-1.2 0-2.05.68-2.75.68S9.55 8 8.35 8C5.95 8 4 10.2 4 13.27c0 2.25.58 4.55 2 6.23 1.25 1.47 2.5 1.44 4 1.44.8 0 1.35-.38 2-.38s1.2.38 2 .38M12 7c.3-2 1.6-3.4 3.4-4'/%3E%3C/svg%3E");
}

.icon-\[tabler--brand-android\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 10v6m16-6v6M7 9h10v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm1-5 1.5 2M16 4l-1.5 2M9 13v.01M15 13v.01'/%3E%3C/svg%3E");
}

.icon-\[tabler--brand-windows\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5.5 10.5 4v7H3zm0 7.5h7.5v7L3 18.5zm9-9.3L21 2v9h-9zm0 9.3h9v9l-9-1.7z'/%3E%3C/svg%3E");
}

.icon-\[tabler--device-desktop\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm5 16h8m-4-5v5'/%3E%3C/svg%3E");
}

.icon-\[tabler--file-text\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 3v4a1 1 0 0 0 1 1h4M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2M9 9h1M9 13h6M9 17h6'/%3E%3C/svg%3E");
}

.icon-\[tabler--layout-dashboard\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 4h6v8H4zm10 0h6v4h-6zm0 8h6v8h-6zM4 16h6v4H4z'/%3E%3C/svg%3E");
}

.icon-\[tabler--logout\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2M9 12h12m-3-3 3 3-3 3'/%3E%3C/svg%3E");
}

.icon-\[tabler--menu-2\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}

.icon-\[tabler--message-plus\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 9h8M8 13h6M12 20l-3-3H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7M16 19h6M19 16v6'/%3E%3C/svg%3E");
}

.icon-\[tabler--messages\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 14l-3 3h-7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zM7 9H5a2 2 0 0 0-2 2v8l3-3h3'/%3E%3C/svg%3E");
}

.icon-\[tabler--package\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3l8 4.5v9L12 21l-8-4.5v-9zm0 9 8-4.5M12 12 4 7.5M12 12v9M16 5.25 8 9.75'/%3E%3C/svg%3E");
}

.icon-\[tabler--plus\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
}

.icon-\[tabler--robot\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2M9 7V4m6 3V4M9 13h.01M15 13h.01M10 17h4'/%3E%3C/svg%3E");
}

.icon-\[tabler--shield-lock\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3l8 4v5c0 5-3.5 8.5-8 9-4.5-.5-8-4-8-9V7zm-2 9a2 2 0 1 1 4 0v2h-4zm0 2h4'/%3E%3C/svg%3E");
}

.icon-\[tabler--shopping-cart\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2M17 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2M3 3h2l2.2 11.2a2 2 0 0 0 2 1.8h7.8a2 2 0 0 0 2-1.6L20 8H6'/%3E%3C/svg%3E");
}

.icon-\[tabler--x\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}

.icon-\[tabler--headset\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 14v-2a8 8 0 0 1 16 0v2M4 14a2 2 0 0 1 2-2h1v6H6a2 2 0 0 1-2-2zm13-2h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1zM18 18a4 4 0 0 1-4 4h-2'/%3E%3C/svg%3E");
}

.icon-\[tabler--user\] {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7a4 4 0 1 0 8 0 4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2'/%3E%3C/svg%3E");
}
