/*
 * TweetCell responsive application experience — release 3.8.2.
 * Loaded after the legacy theme so the desktop site remains intact while
 * screens below the xl breakpoint receive one accessible mobile shell.
 */

:root {
  --tc-app-purple: #6500e8;
  --tc-app-purple-dark: #3d008f;
  --tc-app-purple-soft: #f3edff;
  --tc-app-cyan: #00a9c7;
  --tc-app-ink: #17142e;
  --tc-app-muted: #706b7d;
  --tc-app-line: #e8e3ef;
  --tc-app-canvas: #f5f6fc;
  --tc-app-surface: #ffffff;
  --tc-app-green: #087f5b;
  --tc-app-shadow: 0 12px 34px rgba(47, 20, 92, .10);
  --tc-app-shadow-lg: 0 28px 80px rgba(35, 12, 72, .24);
}

.tc-desktop-navigation {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: clamp(8px, .8vw, 18px);
}

.tc-desktop-navigation .tc-header-actions {
  margin-inline-start: auto;
}

.tc-sheet-header {
  align-items: flex-start;
}

.tc-sheet-header > div {
  min-width: 0;
}

.tc-sheet-header .modal-title {
  color: var(--tc-app-ink);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.3;
}

.tc-sheet-header p {
  margin: 4px 0 0;
  color: var(--tc-app-muted);
  font-size: .83rem;
  font-weight: 600;
}

.tc-sheet-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--tc-app-purple);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.tc-sheet-body {
  color: var(--tc-app-ink);
}

.tc-sheet-section + .tc-sheet-section {
  margin-top: 24px;
}

.tc-sheet-section > h3 {
  margin: 0 0 11px;
  color: var(--tc-app-muted);
  font-size: .78rem;
  font-weight: 900;
}

.tc-sheet-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.tc-sheet-service-link {
  display: flex;
  min-width: 0;
  min-height: 84px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  border: 1px solid var(--tc-app-line);
  border-radius: 17px;
  background: #fff;
  color: var(--tc-app-ink) !important;
  text-align: start;
  text-decoration: none;
}

.tc-sheet-service-link > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
  font-size: .96rem;
}

.tc-sheet-service-link strong {
  overflow: hidden;
  max-width: 100%;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.tc-sheet-action-list {
  overflow: hidden;
  border: 1px solid var(--tc-app-line);
  border-radius: 17px;
  background: #fff;
}

.tc-sheet-action-list > a {
  display: grid;
  min-height: 52px;
  padding: 10px 14px;
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  color: var(--tc-app-ink) !important;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.tc-sheet-action-list > a + a {
  border-top: 1px solid var(--tc-app-line);
}

.tc-sheet-action-list > a > i:first-child {
  color: var(--tc-app-purple);
  text-align: center;
}

.tc-sheet-action-list > a > i:last-child {
  color: #aaa3b6;
  text-align: end;
}

.tc-language-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tc-language-chips a {
  display: inline-flex;
  min-height: 42px;
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tc-app-line);
  border-radius: 13px;
  background: #fff;
  color: var(--tc-app-ink) !important;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.tc-language-chips a.active {
  border-color: var(--tc-app-purple);
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple-dark) !important;
}

.tc-sheet-search-form {
  display: block;
  margin: 0;
}

.tc-sheet-search-form > label {
  display: block;
  margin-bottom: 8px;
  color: var(--tc-app-muted);
  font-size: .78rem;
  font-weight: 850;
}

.tc-sheet-search-form > div:not(.tc-sheet-actions) {
  display: flex;
  min-height: 54px;
  padding: 0 15px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--tc-app-line);
  border-radius: 16px;
  background: #fff;
}

.tc-sheet-search-form > div:not(.tc-sheet-actions):focus-within {
  border-color: var(--tc-app-purple);
  box-shadow: 0 0 0 4px rgba(101, 0, 232, .10);
}

.tc-sheet-search-form > div > i {
  color: var(--tc-app-purple);
}

.tc-sheet-search-form input {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tc-app-ink);
  font: inherit;
  font-size: .92rem;
}

.tc-sheet-search-form > .tc-sheet-primary-action {
  width: 100%;
  margin-top: 12px;
}

.tc-sheet-result-summary {
  display: flex;
  min-height: 48px;
  margin-top: 13px;
  padding: 8px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  background: #f7f5fb;
  color: var(--tc-app-muted);
  font-size: .82rem;
  font-weight: 750;
}

.tc-sheet-result-summary strong {
  display: grid;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: var(--tc-app-purple);
}

.tc-sheet-actions {
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.tc-sheet-primary-action,
.tc-sheet-secondary-action {
  display: inline-flex;
  min-height: 50px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font: inherit;
  font-size: .86rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.tc-sheet-primary-action {
  border: 1px solid var(--tc-app-purple);
  background: linear-gradient(120deg, var(--tc-app-purple-dark), var(--tc-app-purple));
  color: #fff !important;
}

.tc-sheet-secondary-action {
  border: 1px solid var(--tc-app-line);
  background: #fff;
  color: var(--tc-app-ink) !important;
}

.tc-sheet-filter-options {
  display: grid;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid var(--tc-app-line);
  border-radius: 17px;
  background: #fff;
}

.tc-sheet-filter-options > a {
  display: flex;
  min-height: 52px;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
  color: var(--tc-app-ink) !important;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}

.tc-sheet-filter-options > a + a {
  border-top: 1px solid var(--tc-app-line);
}

.tc-sheet-filter-options > a i {
  display: none;
  color: var(--tc-app-purple);
}

.tc-sheet-filter-options > a.active {
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple-dark) !important;
}

.tc-sheet-filter-options > a.active i {
  display: inline-block;
}

.tc-mobile-filter-trigger,
.tc-mobile-search-trigger {
  min-width: 0;
  min-height: 54px;
  border: 1px solid var(--tc-app-line);
  border-radius: 17px;
  background: #fff;
  color: var(--tc-app-ink);
  font: inherit;
  text-align: start;
}

.tc-select-sheet-trigger {
  display: none;
}

.tc-generated-select-options {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--tc-app-line);
  border-radius: 17px;
  background: #fff;
}

.tc-generated-select-option {
  display: flex;
  width: 100%;
  min-height: 52px;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: #fff;
  color: var(--tc-app-ink);
  font: inherit;
  font-size: .87rem;
  font-weight: 800;
  text-align: start;
}

.tc-generated-select-option + .tc-generated-select-option {
  border-top: 1px solid var(--tc-app-line);
}

.tc-generated-select-option i {
  visibility: hidden;
  color: var(--tc-app-purple);
}

.tc-generated-select-option.active {
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple-dark);
}

.tc-generated-select-option.active i {
  visibility: visible;
}

.tc-generated-select-option:disabled {
  color: #aaa3b6;
  cursor: not-allowed;
}

.tc-mobile-filter-trigger {
  display: grid;
  width: 100%;
  padding: 8px 12px;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
}

.tc-mobile-filter-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
}

.tc-mobile-filter-trigger > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}

.tc-mobile-filter-trigger small {
  color: var(--tc-app-muted);
  font-size: .68rem;
  font-weight: 700;
}

.tc-mobile-filter-trigger strong {
  overflow: hidden;
  font-size: .85rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-mobile-filter-trigger > i {
  color: #aaa3b6;
}

.tc-mobile-search-trigger {
  display: flex;
  width: 100%;
  padding: 0 15px;
  align-items: center;
  gap: 10px;
  color: var(--tc-app-muted);
  font-size: .82rem;
  font-weight: 700;
}

.tc-mobile-search-trigger i {
  color: var(--tc-app-purple);
}

/* Number catalogue uses one semantic card system on desktop and mobile. */
.tc-numbers-page {
  min-height: 70vh;
  padding: 34px 0 72px;
  background:
    radial-gradient(circle at 12% 5%, rgba(101, 0, 232, .06) 0 10rem, transparent 10.1rem),
    var(--tc-app-canvas);
}

.tc-numbers-container {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}

.tc-numbers-heading {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.tc-numbers-heading h1 {
  margin: 5px 0 7px;
  color: var(--tc-app-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
}

.tc-numbers-heading p {
  margin: 0;
  color: var(--tc-app-muted);
  font-size: 1rem;
}

.tc-page-eyebrow {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 11px;
  align-items: center;
  border-radius: 999px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
  font-size: .78rem;
  font-weight: 900;
}

.tc-number-filter-tabs {
  padding: 4px;
  border: 1px solid var(--tc-app-line);
  background: #fff;
  box-shadow: var(--tc-app-shadow);
}

.tc-number-search-form #market-search {
  border: 1px solid var(--tc-app-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--tc-app-shadow);
}

.tc-number-search-form #market-search input {
  box-shadow: none;
}

.tc-search-submit {
  display: grid;
  width: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.tc-search-submit img {
  position: static !important;
  width: 45px !important;
  height: 45px !important;
  cursor: pointer;
}

.tc-number-section + .tc-number-section {
  margin-top: 32px;
}

.tc-number-section-heading {
  display: flex;
  min-height: 52px;
  margin-bottom: 14px;
  align-items: center;
  gap: 10px;
}

.tc-number-section-heading h2 {
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  color: var(--tc-app-ink);
  font-size: 1.3rem;
  font-weight: 900;
}

.tc-number-section-heading > span:last-child {
  display: grid;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: var(--tc-app-purple);
  font-size: .78rem;
  font-weight: 900;
}

.tc-section-heading-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--tc-app-purple-dark), var(--tc-app-purple));
  color: #fff;
}

.tc-number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tc-number-card-item {
  min-width: 0;
}

#numbers .tc-number-card {
  display: flex;
  width: 100%;
  min-height: 176px;
  margin: 0;
  padding: 17px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--tc-app-line) !important;
  border-inline-start: 5px solid #ddd5e9 !important;
  border-radius: 21px !important;
  background: #fff;
  box-shadow: 0 7px 24px rgba(47, 20, 92, .07);
  color: var(--tc-app-ink);
  font: inherit;
  text-align: start;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#numbers .tc-number-card.special-number {
  border-inline-start-color: var(--tc-app-purple) !important;
}

#numbers .tc-number-card.gold-number {
  border-inline-start-color: #f2be00 !important;
}

#numbers .tc-number-card:hover,
#numbers .tc-number-card:focus-visible,
#numbers .tc-number-card.special-number:hover,
#numbers .tc-number-card.gold-number:hover {
  border-color: rgba(101, 0, 232, .35) !important;
  border-inline-start-color: var(--tc-app-purple) !important;
  background: #fff;
  box-shadow: 0 14px 36px rgba(63, 17, 127, .13);
  transform: translateY(-2px);
}

.tc-number-card-topline,
.tc-number-card-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tc-number-type {
  color: var(--tc-app-muted);
  font-size: .7rem;
  font-weight: 800;
}

#numbers .tc-number-card .new-number {
  position: static;
  display: inline-flex;
  min-height: 25px;
  padding: 3px 8px;
  align-items: center;
  border-radius: 999px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
  font-size: .67rem;
  font-weight: 900;
}

.tc-number-value {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #4f4a5a;
  font-family: Cairo-Light, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-number-price {
  color: #ad8200;
  font-size: 1rem;
  font-weight: 850;
}

.tc-number-buy {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 11px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
  font-size: .75rem;
  font-weight: 900;
}

html[dir="rtl"] #numbers .tc-number-card,
html[dir="rtl"] #numbers .tc-number-card * {
  direction: rtl !important;
}

html[dir="rtl"] #numbers .tc-number-value bdi,
html[dir="rtl"] #numbers .tc-number-price bdi {
  direction: ltr !important;
}

.tc-number-pagination {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}

.tc-number-empty {
  display: flex;
  min-height: 150px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px dashed #d7cce6;
  border-radius: 21px;
  background: rgba(255,255,255,.7);
  color: var(--tc-app-muted);
  text-align: center;
}

.tc-number-empty i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 14px;
  background: var(--tc-app-purple-soft);
  color: var(--tc-app-purple);
}

.tc-number-empty strong {
  font-size: .86rem;
  font-weight: 850;
}

@media (max-width: 1199.98px) {
  :root {
    --tc-mobile-bottom-height: 74px;
  }

  html {
    scroll-padding-bottom: calc(var(--tc-mobile-bottom-height) + env(safe-area-inset-bottom) + 12px);
  }

  body {
    min-width: 0;
    padding-bottom: calc(var(--tc-mobile-bottom-height) + env(safe-area-inset-bottom));
    overflow-x: hidden;
    background: var(--tc-app-canvas);
  }

  .tc-navbar {
    min-height: calc(64px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left)) !important;
  }

  .tc-navbar-container {
    justify-content: space-between;
    gap: 8px;
  }

  .tc-header-spacer {
    height: calc(64px + env(safe-area-inset-top));
  }

  .tc-desktop-navigation,
  .tc-menu-toggle {
    display: none !important;
  }

  .tc-brand .tc-brand-mark {
    display: none;
  }

  .tc-brand .tc-brand-wordmark {
    display: block;
    width: min(41vw, 150px);
    height: 40px;
  }

  .tc-mobile-top-actions {
    display: flex;
    min-width: 0;
    margin-inline-start: auto;
    align-items: center;
    gap: 6px;
  }

  .tc-mobile-top-button {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e9e3f0;
    border-radius: 13px;
    background: #f8f6fb;
    color: var(--tc-app-purple);
    text-decoration: none;
  }

  .tc-mobile-top-button.active {
    border-color: #d4bfff;
    background: var(--tc-app-purple-soft);
  }

  .tc-mobile-top-button > img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .tc-mobile-profile-button {
    padding: 2px;
    background: #fff;
  }

  .tc-mobile-profile-button > img {
    width: 33px;
    height: 33px;
    border-radius: 10px;
    object-fit: cover;
  }

  select.tc-native-select-enhanced {
    display: none !important;
  }

  .tc-select-host-enhanced > label {
    display: none !important;
  }

  .tc-select-sheet-trigger {
    display: grid;
    width: 100%;
    min-height: 54px;
    margin-bottom: 1rem;
    padding: 8px 12px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--tc-app-line);
    border-radius: 16px;
    background: #fff;
    color: var(--tc-app-ink);
    font: inherit;
    text-align: start;
  }

  .tc-select-sheet-trigger-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1px;
  }

  .tc-select-sheet-trigger-copy small {
    overflow: hidden;
    color: var(--tc-app-muted);
    font-size: .67rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tc-select-sheet-trigger-copy strong {
    overflow: hidden;
    color: var(--tc-app-ink);
    font-size: .85rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tc-select-sheet-trigger > i {
    color: #aaa3b6;
  }

  .tc-mobile-bottom-nav {
    position: fixed;
    z-index: 1040;
    inset-inline: 0;
    bottom: 0;
    display: grid;
    min-height: calc(var(--tc-mobile-bottom-height) + env(safe-area-inset-bottom));
    padding: 6px max(7px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    border-top: 1px solid rgba(66, 35, 106, .10);
    border-radius: 21px 21px 0 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 34px rgba(36, 15, 70, .13);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .tc-mobile-bottom-link {
    display: flex;
    min-width: 0;
    min-height: 60px;
    margin: 0;
    padding: 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #777283;
    font: inherit;
    font-size: clamp(9px, 2.5vw, 11px);
    font-weight: 750;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  .tc-mobile-bottom-icon {
    display: inline-flex;
    width: 34px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: inherit;
    font-size: 17px;
  }

  .tc-mobile-bottom-link.active,
  .tc-mobile-bottom-link:hover,
  .tc-mobile-bottom-link:focus {
    color: var(--tc-app-purple-dark);
  }

  .tc-mobile-bottom-link.active .tc-mobile-bottom-icon {
    background: linear-gradient(135deg, var(--tc-app-purple-dark), var(--tc-app-purple));
    color: #fff;
    box-shadow: 0 6px 16px rgba(101, 0, 232, .24);
  }

  body.modal-open .tc-mobile-bottom-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }

  .tc-desktop-footer,
  .tc-footer-spacer {
    display: none !important;
  }

  #whatsapp-call {
    right: max(13px, env(safe-area-inset-right));
    bottom: calc(var(--tc-mobile-bottom-height) + env(safe-area-inset-bottom) + 13px) !important;
    width: 52px;
    height: 52px;
  }

  #whatsapp-call a,
  #whatsapp-call i {
    width: 52px;
    height: 52px;
    line-height: 52px;
  }

  /* Every existing Bootstrap dialog becomes a bottom sheet on mobile. */
  .modal {
    padding: 0 !important;
  }

  .modal .modal-dialog,
  .modal .modal-dialog-centered,
  .modal .modal-dialog-scrollable {
    display: flex;
    width: 100%;
    max-width: none !important;
    min-height: 100%;
    height: 100%;
    margin: 0 !important;
    align-items: flex-end !important;
  }

  .modal.fade .modal-dialog {
    transform: translate3d(0, 100%, 0);
    transition: transform .28s cubic-bezier(.22, .78, .27, 1);
  }

  .modal.show .modal-dialog {
    transform: none;
  }

  .modal .modal-content {
    position: relative;
    width: 100%;
    max-height: min(90vh, 780px);
    max-height: min(90dvh, 780px);
    padding-bottom: env(safe-area-inset-bottom);
    overflow: hidden;
    border-width: 1px 0 0 !important;
    border-color: var(--tc-app-line) !important;
    border-radius: 27px 27px 0 0 !important;
    background: #fff;
    box-shadow: var(--tc-app-shadow-lg) !important;
  }

  .modal .modal-content::before {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: #d8d2df;
    content: "";
    transform: translateX(-50%);
  }

  .modal .modal-content > form {
    display: flex;
    min-height: 0;
    max-height: inherit;
    flex-direction: column;
  }

  .modal .modal-content > form > .modal-body {
    min-height: 0;
    overflow-y: auto;
  }

  .modal .modal-header {
    min-height: 72px;
    padding: 25px 18px 13px !important;
    border-bottom: 1px solid #f0edf4;
  }

  .modal .modal-body {
    overscroll-behavior: contain;
  }

  .modal .modal-footer {
    padding-bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  }

  .modal-backdrop.show {
    opacity: .55;
    backdrop-filter: blur(3px);
  }

  .tc-more-sheet .modal-content {
    max-height: min(88vh, 760px);
    max-height: min(88dvh, 760px);
  }

  .tc-sheet-header {
    padding-inline: 18px !important;
  }

  .tc-sheet-body {
    padding: 15px 16px 22px;
  }

  .tc-mobile-top-button:focus-visible,
  .tc-mobile-bottom-link:focus-visible,
  .tc-sheet-service-link:focus-visible,
  .tc-sheet-action-list a:focus-visible,
  .tc-language-chips a:focus-visible,
  .tc-mobile-filter-trigger:focus-visible,
  .tc-mobile-search-trigger:focus-visible,
  .tc-number-card:focus-visible {
    outline: 3px solid rgba(0, 169, 199, .48) !important;
    outline-offset: 2px;
  }

  /* Purpose-built mobile homepage; primary bottom-nav actions are not duplicated. */
  .tc-home-page {
    background: var(--tc-app-canvas);
  }

  .tc-mobile-home {
    min-height: calc(100vh - 64px);
    min-height: calc(100dvh - 64px);
    padding: 12px 0 34px;
    background:
      radial-gradient(circle at 100% 0, rgba(101, 0, 232, .07) 0 11rem, transparent 11.1rem),
      var(--tc-app-canvas);
  }

  .tc-mobile-home-container {
    width: min(760px, calc(100% - 24px));
    margin-inline: auto;
  }

  .tc-mobile-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(22px, 6vw, 34px);
    border-radius: 27px;
    background: linear-gradient(132deg, #2c0069 0%, #5f00d8 58%, #8d17ff 100%);
    box-shadow: 0 18px 44px rgba(64, 0, 145, .22);
    color: #fff;
  }

  .tc-mobile-home-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
  }

  .tc-mobile-home-orbit {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
  }

  .tc-mobile-home-orbit-one {
    top: -80px;
    left: -70px;
    width: 190px;
    height: 190px;
    background: rgba(255, 197, 0, .18);
  }

  .tc-mobile-home-orbit-two {
    right: -95px;
    bottom: -115px;
    width: 230px;
    height: 230px;
    border: 45px solid rgba(255,255,255,.065);
  }

  .tc-mobile-home-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.82);
    font-size: .72rem;
    font-weight: 850;
  }

  .tc-mobile-home-logo {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(24, 0, 65, .20);
  }

  .tc-mobile-home-logo img {
    width: 29px;
    height: 33px;
    object-fit: contain;
  }

  .tc-mobile-home-hero h1 {
    max-width: 580px;
    margin: 20px 0 8px;
    color: #fff;
    font-size: clamp(1.8rem, 7vw, 2.6rem);
    font-weight: 950;
    line-height: 1.22;
    letter-spacing: -.025em;
  }

  .tc-mobile-home-hero > p {
    max-width: 580px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.75;
  }

  .tc-mobile-trust-row {
    display: flex;
    margin-top: 20px;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tc-mobile-trust-row::-webkit-scrollbar {
    display: none;
  }

  .tc-mobile-trust-row span {
    display: inline-flex;
    min-height: 34px;
    padding: 6px 10px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
  }

  .tc-mobile-home-section {
    margin-top: 26px;
  }

  .tc-mobile-section-heading {
    margin-bottom: 12px;
  }

  .tc-mobile-section-heading h2 {
    margin: 0;
    color: var(--tc-app-ink);
    font-size: 1.2rem;
    font-weight: 950;
  }

  .tc-mobile-section-heading p {
    margin: 4px 0 0;
    color: var(--tc-app-muted);
    font-size: .75rem;
    font-weight: 600;
  }

  .tc-mobile-service-cards {
    display: grid;
    gap: 10px;
  }

  .tc-mobile-service-card {
    display: grid;
    min-height: 78px;
    padding: 11px 13px;
    grid-template-columns: 46px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    border: 1px solid var(--tc-app-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 5px 19px rgba(47, 20, 92, .055);
    color: var(--tc-app-ink) !important;
    text-decoration: none;
  }

  .tc-mobile-service-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 15px;
    font-size: 1.05rem;
  }

  .tc-icon-violet { background: #f0e8ff; color: #6500e8; }
  .tc-icon-cyan { background: #e5f9fc; color: #008ea8; }
  .tc-icon-rose { background: #fff0f4; color: #c83362; }
  .tc-icon-amber { background: #fff7dd; color: #9a7100; }

  .tc-mobile-service-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
  }

  .tc-mobile-service-copy strong {
    font-size: .9rem;
    font-weight: 900;
  }

  .tc-mobile-service-copy small {
    overflow: hidden;
    color: var(--tc-app-muted);
    font-size: .7rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tc-mobile-service-card > i {
    color: #aaa3b6;
  }

  .tc-mobile-business-card {
    display: grid;
    overflow: hidden;
    margin-top: 24px;
    padding: 20px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    border-radius: 22px;
    background: linear-gradient(135deg, #19142d, #302044);
    box-shadow: var(--tc-app-shadow);
    color: #fff;
  }

  .tc-mobile-business-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: rgba(255,255,255,.10);
    color: #ffd054;
    font-size: 1.1rem;
  }

  .tc-mobile-business-card h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
  }

  .tc-mobile-business-card p {
    margin: 0 0 12px;
    color: rgba(255,255,255,.7);
    font-size: .75rem;
    line-height: 1.65;
  }

  .tc-mobile-business-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffd054 !important;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
  }

  .tc-mobile-help-card {
    display: grid;
    min-height: 72px;
    margin-top: 12px;
    padding: 12px 14px;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    border: 1px solid var(--tc-app-line);
    border-radius: 19px;
    background: #fff;
  }

  .tc-mobile-help-card > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    background: #e9f8f3;
    color: var(--tc-app-green);
  }

  .tc-mobile-help-card > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .tc-mobile-help-card strong {
    color: var(--tc-app-ink);
    font-size: .76rem;
    line-height: 1.45;
  }

  .tc-mobile-help-card a {
    flex: 0 0 auto;
    color: var(--tc-app-purple) !important;
    font-size: .73rem;
    font-weight: 900;
    text-decoration: none;
  }

  /* Compact mobile number catalogue. */
  .tc-numbers-page {
    padding: 15px 0 34px;
    background: var(--tc-app-canvas);
  }

  .tc-numbers-container {
    width: min(760px, calc(100% - 24px));
  }

  .tc-numbers-heading {
    margin-bottom: 13px;
    align-items: center;
  }

  .tc-numbers-heading h1 {
    margin: 5px 0 0;
    font-size: clamp(1.55rem, 6vw, 2.1rem);
  }

  .tc-page-eyebrow {
    min-height: 25px;
    padding: 4px 9px;
    font-size: .66rem;
  }

  .tc-mobile-result-count {
    display: inline-grid;
    min-height: 34px;
    padding: 6px 10px;
    place-items: center;
    border: 1px solid var(--tc-app-line);
    border-radius: 12px;
    background: #fff;
    color: var(--tc-app-muted);
    font-size: .68rem;
    font-weight: 850;
  }

  .tc-mobile-catalog-tools {
    display: grid;
    margin-bottom: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
    gap: 8px;
  }

  .tc-number-section + .tc-number-section {
    margin-top: 25px;
  }

  .tc-number-section-heading {
    min-height: 44px;
    margin-bottom: 10px;
    gap: 8px;
  }

  .tc-section-heading-icon {
    width: 37px;
    height: 37px;
    border-radius: 12px;
    font-size: .84rem;
  }

  .tc-number-section-heading h2 {
    font-size: 1rem;
  }

  .tc-number-section-heading > span:last-child {
    min-width: 33px;
    height: 33px;
  }

  .tc-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #numbers .tc-number-card {
    min-height: 145px;
    padding: 13px;
    gap: 9px;
    border-inline-start-width: 4px !important;
    border-radius: 18px !important;
    box-shadow: 0 5px 18px rgba(47, 20, 92, .06);
  }

  #numbers .tc-number-card:hover {
    transform: none;
  }

  .tc-number-value {
    font-size: clamp(1.28rem, 4vw, 1.72rem);
  }

  .tc-number-buy {
    min-height: 30px;
    padding: 5px 8px;
    font-size: .67rem;
  }

  .tc-number-price {
    font-size: .86rem;
  }

  /* Alo eSIM: compact hero and a light, scannable destination directory. */
  .tc-digital-v3-page .tc-storefront-shell {
    padding-top: 9px;
    padding-bottom: 34px;
  }

  .tc-digital-v3-page .tc-page-container {
    width: min(900px, calc(100% - 20px));
  }

  .tc-digital-v3-page .tc-breadcrumbs {
    min-height: 34px;
    margin-bottom: 8px;
    overflow-x: auto;
    font-size: .7rem;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .tc-digital-v3-page .tc-breadcrumbs::-webkit-scrollbar {
    display: none;
  }

  .tc-esim-panel-v3 {
    min-height: 0;
    margin-bottom: 12px;
    border-radius: 23px;
    box-shadow: 0 15px 38px rgba(73, 0, 171, .18);
  }

  .tc-esim-panel-v3 .tc-esim-content {
    padding: 20px 18px;
  }

  .tc-esim-panel-v3 .tc-esim-header {
    min-height: 0;
    gap: 12px;
  }

  .tc-esim-panel-v3 .tc-esim-brand {
    align-items: flex-start;
    gap: 12px;
  }

  .tc-esim-panel-v3 .tc-esim-logo-wrap {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }

  .tc-esim-panel-v3 .tc-esim-logo-wrap img {
    width: 47px;
    height: 35px;
  }

  .tc-esim-panel-v3 .tc-esim-title {
    margin: 0 0 4px;
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }

  .tc-esim-panel-v3 .tc-esim-text {
    font-size: .76rem;
    line-height: 1.55;
  }

  .tc-esim-benefits {
    width: auto;
    margin-top: 11px;
    gap: 5px;
  }

  .tc-esim-benefits span {
    min-height: 29px;
    padding: 4px 8px;
    font-size: .62rem;
  }

  .tc-esim-panel-v3 .tc-esim-action {
    padding: 7px 10px;
    font-size: .7rem;
  }

  .tc-mobile-country-directory {
    margin-bottom: 24px;
  }

  .tc-mobile-country-toolbar {
    display: flex;
    min-height: 49px;
    padding: 0 3px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .tc-mobile-directory-eyebrow {
    display: block;
    margin-bottom: 1px;
    color: var(--tc-app-purple);
    font-size: .65rem;
    font-weight: 900;
  }

  .tc-mobile-country-toolbar h2 {
    margin: 0;
    color: var(--tc-app-ink);
    font-size: 1.05rem;
    font-weight: 950;
  }

  .tc-mobile-country-toolbar > span {
    display: grid;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    place-items: center;
    border-radius: 11px;
    background: #fff;
    color: var(--tc-app-purple);
    font-size: .75rem;
    font-weight: 900;
  }

  .tc-country-filter-trigger {
    margin: 7px 0 11px;
  }

  .tc-mobile-country-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .tc-mobile-country-grid .tc-country-card {
    display: grid;
    min-height: 63px;
    padding: 9px 11px;
    grid-template-columns: 38px minmax(0, 1fr) 14px;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--tc-app-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(47, 20, 92, .05);
    color: var(--tc-app-ink) !important;
    text-decoration: none;
  }

  .tc-mobile-country-grid .tc-country-flag {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #eee9f3;
    border-radius: 12px;
    background: #f8f6fb;
  }

  .tc-mobile-country-grid .tc-country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tc-mobile-country-grid .tc-country-name {
    overflow: hidden;
    color: var(--tc-app-ink);
    font-size: .73rem;
    font-weight: 850;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tc-mobile-country-grid .tc-country-card > i {
    color: #aaa3b6;
  }

  .tc-product-filter-trigger {
    margin-bottom: 12px;
  }

  .tc-digital-catalog-v3 .tc-section-toolbar {
    margin-bottom: 10px;
  }

  .tc-digital-catalog-v3 .tc-section-title {
    font-size: 1.08rem;
  }

  .tc-digital-catalog-v3 .tc-product-tile {
    min-height: 164px;
    padding: 14px;
  }

  .tc-digital-catalog-v3 .tc-product-price {
    min-height: 46px;
    margin-top: 11px;
  }
}

@media (max-width: 767.98px) {
  .tc-sheet-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tc-mobile-catalog-tools {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-mobile-search-trigger {
    min-height: 48px;
  }

  .tc-mobile-home-container {
    width: calc(100% - 20px);
  }

  .tc-mobile-home-hero {
    border-radius: 24px;
  }

  .tc-mobile-service-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .tc-brand .tc-brand-wordmark {
    width: min(39vw, 140px);
  }

  .tc-mobile-top-actions {
    gap: 4px;
  }

  .tc-mobile-top-button {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }

  .tc-number-grid,
  .tc-mobile-country-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #numbers .tc-number-card {
    min-height: 132px;
  }

  .tc-number-value {
    font-size: clamp(1.45rem, 7vw, 1.82rem);
  }

  .tc-mobile-country-grid .tc-country-card {
    min-height: 60px;
  }
}

@media (max-width: 359.98px) {
  .tc-brand .tc-brand-wordmark {
    width: 116px;
  }

  .tc-mobile-top-button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
  }

  .tc-mobile-bottom-link {
    font-size: 8.5px;
  }

  .tc-sheet-service-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-mobile-home-hero {
    padding: 20px 17px;
  }

  .tc-mobile-trust-row span {
    font-size: .62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog,
  .tc-mobile-bottom-nav,
  .tc-number-card {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
 * Secure sign-in experience and authenticated More-sheet actions — v3.8.2
 * ----------------------------------------------------------------------- */

.tc-sheet-action-list > .tc-sheet-logout-form {
  margin: 0;
  border-top: 1px solid var(--tc-app-line);
}

.tc-sheet-action-list > .tc-sheet-logout-form + a {
  border-top: 1px solid var(--tc-app-line);
}

.tc-sheet-logout-button {
  display: grid;
  width: 100%;
  min-height: 54px;
  padding: 10px 14px;
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  border: 0;
  background: #fff7f7;
  color: #9e1c31;
  font: inherit;
  font-size: .86rem;
  font-weight: 850;
  text-align: start;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.tc-sheet-logout-button:hover,
.tc-sheet-logout-button:focus-visible {
  background: #ffe8eb;
  color: #7c1022;
}

.tc-sheet-logout-button > i:first-child {
  color: #c42943;
  text-align: center;
}

.tc-sheet-logout-button > i:last-child {
  color: #c98c98;
  text-align: end;
}

.tc-login-body {
  background: #f4f2fa;
}

.tc-login-body > .container-sm {
  max-width: 620px;
  margin-top: 20px;
  margin-bottom: -8px;
  position: relative;
  z-index: 3;
}

.tc-login-body > .container-sm .alert {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid #f2bdc5;
  border-radius: 18px;
  background: #fff7f8;
  box-shadow: 0 12px 30px rgba(102, 17, 39, .08);
  color: #76142a;
  font-weight: 750;
}

.tc-login-body > .container-sm .alert svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.tc-login-page {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 112px);
  padding: clamp(42px, 5vw, 76px) 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 193, 7, .13), transparent 24%),
    radial-gradient(circle at 91% 88%, rgba(101, 0, 232, .11), transparent 30%),
    linear-gradient(145deg, #faf9fe 0%, #f1eef9 100%);
}

.tc-login-page::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(101, 0, 232, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 0, 232, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.tc-login-shell {
  display: grid;
  width: min(1180px, 100%);
  min-height: 690px;
  margin: 0 auto;
  grid-template-columns: minmax(390px, .9fr) minmax(460px, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(70, 36, 112, .10);
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(43, 20, 75, .16);
}

.tc-login-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    radial-gradient(circle at 14% 18%, rgba(255, 193, 7, .25), transparent 27%),
    linear-gradient(145deg, #250052 0%, #5100b8 55%, #7900ff 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
  color: #fff;
}

.tc-login-visual::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  inset-inline-end: -126px;
  bottom: -132px;
  border: 44px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.tc-login-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  pointer-events: none;
}

.tc-login-orbit-one {
  width: 220px;
  height: 220px;
  inset-inline-start: -118px;
  top: -70px;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, .025);
}

.tc-login-orbit-two {
  width: 92px;
  height: 92px;
  inset-inline-end: 44px;
  top: 74px;
  box-shadow: 0 0 0 18px rgba(255, 193, 7, .045);
}

.tc-login-visual-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  min-height: 690px;
  padding: 48px;
  flex-direction: column;
}

.tc-login-brand-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tc-login-brand-mark {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(24, 0, 55, .22);
}

.tc-login-brand-mark img {
  width: 42px;
  height: auto;
}

.tc-login-brand-lockup > span:last-child {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.tc-login-brand-lockup strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: .01em;
}

.tc-login-brand-lockup small {
  color: rgba(255, 255, 255, .76);
  font-size: .75rem;
  font-weight: 700;
}

.tc-login-visual-copy {
  margin: auto 0;
}

.tc-login-visual-eyebrow {
  display: inline-flex;
  min-height: 35px;
  padding: 7px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-size: .76rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.tc-login-visual-eyebrow i {
  color: #ffd44d;
}

.tc-login-visual-copy h2 {
  max-width: 480px;
  margin: 22px 0 14px;
  color: #fff;
  font-size: clamp(2.25rem, 3.25vw, 3.35rem);
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.tc-login-visual-copy p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.85;
}

.tc-login-trust-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.tc-login-trust-list li {
  display: flex;
  min-width: 0;
  min-height: 72px;
  padding: 11px 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 17px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(7px);
}

.tc-login-trust-list i {
  color: #ffd44d;
  font-size: 1rem;
}

.tc-login-trust-list span {
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.35;
}

.tc-login-panel {
  display: grid;
  min-width: 0;
  padding: 48px clamp(42px, 4.2vw, 70px);
  place-items: center;
  background: #fff;
}

.tc-login-panel-inner {
  width: min(100%, 520px);
}

.tc-login-heading {
  margin-bottom: 27px;
}

.tc-login-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--tc-app-purple);
  font-size: .76rem;
  font-weight: 900;
}

.tc-login-heading h1 {
  margin: 0;
  color: var(--tc-app-ink);
  font-size: clamp(2.1rem, 3vw, 2.85rem);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.tc-login-heading p {
  margin: 10px 0 0;
  color: #686276;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.65;
}

.tc-login-google-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1.5px solid #d9d1e6;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(49, 26, 78, .05);
  color: #322943 !important;
  font-size: .93rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tc-login-google-button:hover,
.tc-login-google-button:focus-visible {
  border-color: var(--tc-app-purple);
  box-shadow: 0 12px 28px rgba(101, 0, 232, .12);
  transform: translateY(-2px);
}

.tc-login-divider {
  display: flex;
  margin: 23px 0;
  align-items: center;
  gap: 13px;
  color: #837c8e;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.tc-login-divider::before,
.tc-login-divider::after {
  content: '';
  height: 1px;
  flex: 1 1 auto;
  background: #e5dfeb;
}

.tc-login-form {
  display: grid;
  gap: 19px;
}

.tc-login-field {
  display: grid;
  gap: 8px;
}

.tc-login-field > label,
.tc-login-label-row label {
  margin: 0;
  color: #292139;
  font-size: .78rem;
  font-weight: 850;
}

.tc-login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tc-login-label-row a {
  color: var(--tc-app-purple) !important;
  font-size: .73rem;
  font-weight: 850;
  text-decoration: none;
}

.tc-login-label-row a:hover,
.tc-login-label-row a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tc-login-input-wrap {
  display: grid;
  min-height: 60px;
  padding: 0 16px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1.5px solid #dbd4e5;
  border-radius: 17px;
  background: #fbfaff;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tc-login-input-wrap:focus-within {
  border-color: var(--tc-app-purple);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(101, 0, 232, .10);
}

.tc-login-input-wrap > i {
  color: var(--tc-app-purple);
  font-size: 1rem;
  text-align: center;
}

.tc-login-input-wrap input {
  width: 100%;
  height: 56px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #191426;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
}

.tc-login-input-wrap input::placeholder {
  color: #aaa3b4;
  font-weight: 550;
}

.tc-login-password-wrap {
  grid-template-columns: 22px minmax(0, 1fr) 38px;
}

.tc-login-password-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 11px;
  background: #eee8f8;
  color: #514766;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.tc-login-password-toggle:hover,
.tc-login-password-toggle:focus-visible,
.tc-login-password-toggle[aria-pressed='true'] {
  background: var(--tc-app-purple);
  color: #fff;
}

.tc-login-submit {
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-top: 3px;
  padding: 13px 22px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(115deg, #4a00ad 0%, #7600ff 58%, #8b2dff 100%);
  box-shadow: 0 15px 32px rgba(101, 0, 232, .25);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
  transition: box-shadow .2s ease, transform .2s ease;
}

.tc-login-submit span,
.tc-login-submit i {
  color: #fff;
}

.tc-login-submit:hover,
.tc-login-submit:focus-visible {
  box-shadow: 0 19px 40px rgba(101, 0, 232, .34);
  transform: translateY(-2px);
}

[dir='ltr'] .tc-login-submit i {
  transform: scaleX(-1);
}

.tc-login-secure-note {
  display: flex;
  margin: -4px 0 0;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  color: #7b7486;
  font-size: .66rem;
  font-weight: 650;
  line-height: 1.55;
  text-align: center;
}

.tc-login-secure-note i {
  margin-top: 3px;
  color: #0b8b64;
}

.tc-login-register {
  display: flex;
  min-height: 56px;
  margin-top: 22px;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px solid #e5dfeb;
  border-radius: 16px;
  background: #f8f6fc;
  color: #716a7d;
  font-size: .78rem;
  font-weight: 650;
  text-align: center;
}

.tc-login-register a {
  color: var(--tc-app-purple) !important;
  font-weight: 900;
  text-decoration: none;
}

.tc-login-register a:hover,
.tc-login-register a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1199.98px) {
  .tc-login-body > .container-sm {
    width: auto;
    margin: 14px 15px -4px;
  }

  .tc-login-page {
    min-height: calc(100vh - 87px);
    padding: 18px 16px calc(112px + env(safe-area-inset-bottom));
  }

  .tc-login-shell {
    width: min(640px, 100%);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 29px;
    box-shadow: 0 24px 60px rgba(43, 20, 75, .14);
  }

  .tc-login-visual {
    min-height: 222px;
  }

  .tc-login-visual::after {
    width: 190px;
    height: 190px;
    bottom: -106px;
    border-width: 30px;
  }

  .tc-login-orbit-one {
    width: 160px;
    height: 160px;
  }

  .tc-login-orbit-two {
    width: 70px;
    height: 70px;
    top: 40px;
  }

  .tc-login-visual-content {
    display: grid;
    min-height: 222px;
    padding: 22px 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: space-between;
    column-gap: 15px;
  }

  .tc-login-brand-lockup {
    grid-column: 1 / -1;
  }

  .tc-login-brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 15px;
  }

  .tc-login-brand-mark img {
    width: 32px;
  }

  .tc-login-brand-lockup strong {
    font-size: 1.05rem;
  }

  .tc-login-brand-lockup small {
    font-size: .64rem;
  }

  .tc-login-visual-copy {
    margin: 20px 0 0;
  }

  .tc-login-visual-eyebrow {
    display: none;
  }

  .tc-login-visual-copy h2 {
    margin: 0 0 5px;
    font-size: clamp(1.4rem, 5.5vw, 2rem);
    letter-spacing: -.02em;
  }

  .tc-login-visual-copy p {
    max-width: 440px;
    font-size: .75rem;
    line-height: 1.6;
  }

  .tc-login-trust-list {
    display: flex;
    margin-top: 20px;
    grid-column: 2;
    grid-row: 2;
    align-items: flex-end;
    gap: 5px;
  }

  .tc-login-trust-list li {
    width: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 12px;
  }

  .tc-login-trust-list span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .tc-login-panel {
    padding: 30px clamp(21px, 6vw, 42px) 28px;
  }

  .tc-login-panel-inner {
    width: 100%;
  }

  .tc-login-heading {
    margin-bottom: 22px;
  }

  .tc-login-heading h1 {
    font-size: clamp(1.75rem, 7vw, 2.3rem);
  }

  .tc-login-heading p {
    font-size: .8rem;
  }
}

@media (max-width: 575.98px) {
  .tc-login-body > .container-sm .alert {
    padding: 11px 13px;
    border-radius: 15px;
    font-size: .78rem;
  }

  .tc-login-body > .container-sm .alert svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .tc-login-page {
    padding: 10px 10px calc(105px + env(safe-area-inset-bottom));
  }

  .tc-login-shell {
    border-radius: 24px;
  }

  .tc-login-visual,
  .tc-login-visual-content {
    min-height: 190px;
  }

  .tc-login-visual-content {
    padding: 18px;
  }

  .tc-login-visual-copy {
    margin-top: 15px;
  }

  .tc-login-visual-copy h2 {
    max-width: 270px;
    font-size: 1.32rem;
  }

  .tc-login-visual-copy p {
    max-width: 280px;
    font-size: .68rem;
  }

  .tc-login-trust-list {
    margin-top: 15px;
  }

  .tc-login-trust-list li {
    width: 34px;
    min-height: 34px;
    border-radius: 10px;
  }

  .tc-login-panel {
    padding: 24px 16px 20px;
  }

  .tc-login-heading > span {
    font-size: .68rem;
  }

  .tc-login-heading h1 {
    font-size: 1.7rem;
  }

  .tc-login-heading p {
    margin-top: 7px;
    font-size: .74rem;
  }

  .tc-login-google-button,
  .tc-login-submit {
    min-height: 56px;
    border-radius: 15px;
  }

  .tc-login-divider {
    margin: 19px 0;
    font-size: .68rem;
  }

  .tc-login-form {
    gap: 16px;
  }

  .tc-login-input-wrap {
    min-height: 58px;
    border-radius: 15px;
  }

  .tc-login-register {
    margin-top: 18px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-sheet-logout-button,
  .tc-login-google-button,
  .tc-login-input-wrap,
  .tc-login-password-toggle,
  .tc-login-submit {
    transition: none !important;
  }
}

/* TweetCell mobile experience — release 3.7.1. */
:root {
  --tc-app-ink: #130a25;
  --tc-app-muted: #5f566f;
  --tc-app-line: #ded6e9;
}

[data-tc-sheet-search-item][hidden],
[data-tc-sheet-filter-section][hidden],
[data-tc-sheet-search-empty][hidden] {
  display: none !important;
}

.tc-sheet-quick-search {
  display: flex;
  min-height: 54px;
  padding: 0 15px;
  align-items: center;
  gap: 10px;
  border: 1px solid #d9cfe7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(44, 19, 79, .07);
}

.tc-sheet-quick-search:focus-within {
  border-color: #6500e8;
  box-shadow: 0 0 0 4px rgba(101, 0, 232, .13), 0 8px 24px rgba(44, 19, 79, .08);
}

.tc-sheet-quick-search > i {
  flex: 0 0 auto;
  color: #6500e8;
  font-size: 1rem;
}

.tc-sheet-quick-search input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #130a25;
  font: inherit;
  font-size: .9rem;
  font-weight: 750;
}

.tc-sheet-quick-search input::placeholder {
  color: #766d83;
  opacity: 1;
}

.tc-sheet-search-empty {
  min-height: 132px;
  margin-top: 13px;
  padding: 24px;
  border: 1px dashed #cfc2df;
  border-radius: 18px;
  background: #fff;
  color: #645970;
  text-align: center;
}

.tc-sheet-search-empty i {
  margin-bottom: 9px;
  color: #6500e8;
  font-size: 1.35rem;
}

.tc-sheet-search-empty p {
  margin: 0;
  font-size: .82rem;
  font-weight: 800;
}

.tc-generated-select-search {
  position: sticky;
  z-index: 2;
  top: 0;
  margin-bottom: 12px;
}

.tc-generated-select-empty {
  min-height: 110px;
}

/* Official agency application — shared responsive design. */
.tc-agent-page {
  background: #f4f3fa;
}

.tc-agent-experience {
  padding: clamp(18px, 3vw, 42px) 0 clamp(56px, 8vw, 110px);
  background:
    radial-gradient(circle at 8% 8%, rgba(101, 0, 232, .10), transparent 25rem),
    radial-gradient(circle at 92% 35%, rgba(255, 190, 0, .08), transparent 22rem),
    #f4f3fa;
}

.tc-agent-container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.tc-agent-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 6vw, 74px);
  border-radius: 34px;
  background: linear-gradient(128deg, #190638 0%, #42009a 50%, #7411ef 100%);
  box-shadow: 0 28px 70px rgba(45, 8, 93, .24);
  color: #fff;
}

.tc-agent-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
}

.tc-agent-hero-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.tc-agent-hero-orbit-one {
  top: -130px;
  inset-inline-start: -90px;
  width: 310px;
  height: 310px;
  background: rgba(255, 194, 0, .17);
}

.tc-agent-hero-orbit-two {
  right: -120px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 68px solid rgba(255,255,255,.06);
}

.tc-agent-partnership {
  display: inline-flex;
  min-height: 62px;
  padding: 8px 13px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(14px);
}

.tc-agent-partner-logo,
.tc-agent-telekom-logo {
  display: grid;
  min-height: 44px;
  padding: 6px 10px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
}

.tc-agent-partner-logo {
  width: 48px;
}

.tc-agent-partner-logo img {
  width: 29px;
  height: 34px;
  object-fit: contain;
}

.tc-agent-telekom-logo img {
  width: 116px;
  height: 34px;
  object-fit: contain;
}

.tc-agent-partner-link {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  color: #ffd14c;
}

.tc-agent-eyebrow {
  display: block;
  margin-top: 26px;
  color: #ffd662;
  font-size: .8rem;
  font-weight: 900;
}

.tc-agent-hero h1 {
  max-width: 840px;
  margin: 8px 0 13px;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.tc-agent-hero > p {
  max-width: 750px;
  margin: 0;
  color: rgba(255,255,255,.83);
  font-size: clamp(.95rem, 2vw, 1.2rem);
  font-weight: 650;
  line-height: 1.8;
}

.tc-agent-trust-list {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 9px;
}

.tc-agent-trust-list span {
  display: inline-flex;
  min-height: 40px;
  padding: 8px 13px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.tc-agent-trust-list i {
  color: #ffd662;
}

.tc-agent-benefits {
  margin-top: 34px;
}

.tc-agent-section-heading {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px;
}

.tc-agent-section-heading > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: #6500e8;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.tc-agent-section-heading h2 {
  margin: 0;
  color: #130a25;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 950;
}

.tc-agent-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.tc-agent-benefit-grid article {
  min-height: 185px;
  padding: 24px;
  border: 1px solid #ded6e9;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(44, 19, 79, .07);
}

.tc-agent-benefit-grid article > i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 15px;
  background: #efe6ff;
  color: #6500e8;
  font-size: 1.1rem;
}

.tc-agent-benefit-grid article:nth-child(2) > i {
  background: #e4f8fb;
  color: #007f98;
}

.tc-agent-benefit-grid article:nth-child(3) > i {
  background: #fff4d7;
  color: #8a6500;
}

.tc-agent-benefit-grid h3 {
  margin: 0 0 7px;
  color: #130a25;
  font-size: 1.05rem;
  font-weight: 900;
}

.tc-agent-benefit-grid p {
  margin: 0;
  color: #62586f;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.7;
}

.tc-agent-form-shell {
  overflow: hidden;
  width: min(980px, 100%);
  margin: 46px auto 0;
  border: 1px solid #ded6e9;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(44, 19, 79, .12);
}

.tc-agent-form-intro {
  display: flex;
  padding: 30px clamp(24px, 5vw, 50px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #e6dfed;
  background: linear-gradient(135deg, #fbf9ff, #f2ecff);
}

.tc-agent-form-intro > div > span {
  color: #6500e8;
  font-size: .75rem;
  font-weight: 900;
}

.tc-agent-form-intro h2 {
  margin: 5px 0 7px;
  color: #130a25;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 950;
}

.tc-agent-form-intro p {
  max-width: 610px;
  margin: 0;
  color: #62586f;
  font-size: .88rem;
  line-height: 1.7;
}

.tc-agent-form-time {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 14px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: #250650;
  color: #fff;
  font-size: .75rem;
  font-weight: 850;
}

.tc-agent-form-time i {
  color: #ffd662;
}

.tc-agent-form {
  padding: clamp(22px, 5vw, 50px);
}

.tc-agent-progress-label {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  color: #62586f;
  font-size: .72rem;
  font-weight: 850;
}

.tc-agent-progress-label i {
  color: #6500e8;
}

.tc-agent-progress {
  overflow: hidden;
  height: 7px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: #ebe5f2;
}

.tc-agent-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6500e8, #9b35ff);
  transition: width .25s ease;
}

.tc-agent-form-section {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tc-agent-form-section + .tc-agent-form-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e7e0ee;
}

.tc-agent-form-section legend {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  align-items: center;
  gap: 12px;
}

.tc-agent-step-number {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px;
  background: #efe6ff;
  color: #6500e8;
  font-size: .86rem;
  font-weight: 950;
}

.tc-agent-form-section legend > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.tc-agent-form-section legend strong {
  color: #130a25;
  font-size: 1.05rem;
  font-weight: 950;
}

.tc-agent-form-section legend small {
  color: #6d6279;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.5;
}

.tc-agent-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.tc-agent-field-wide {
  grid-column: 1 / -1;
}

.tc-agent-field > label {
  display: flex;
  min-height: 24px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #30263d;
  font-size: .78rem;
  font-weight: 850;
}

.tc-agent-field > label span {
  color: #786e83;
  font-size: .66rem;
  font-weight: 700;
}

.tc-agent-input-wrap,
.tc-agent-select-wrap {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border: 1px solid #dcd3e6;
  border-radius: 17px;
  background: #fbfaff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tc-agent-input-wrap {
  padding: 0 15px;
}

.tc-agent-input-wrap:focus-within,
.tc-agent-select-wrap:focus-within {
  border-color: #6500e8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(101, 0, 232, .11);
}

.tc-agent-input-wrap.is-invalid,
.tc-agent-select-wrap.is-invalid,
.tc-agent-upload-card.is-invalid {
  border-color: #c92a2a;
}

.tc-agent-input-wrap > i {
  width: 21px;
  flex: 0 0 21px;
  color: #6500e8;
  text-align: center;
}

.tc-agent-input-wrap input,
.tc-agent-select-wrap select {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #130a25;
  font: inherit;
  font-size: .92rem;
  font-weight: 750;
}

.tc-agent-select-wrap {
  padding: 0 14px;
}

.tc-agent-select-wrap select {
  cursor: pointer;
}

.tc-agent-field-error {
  display: block;
  margin-top: 6px;
  color: #a61e1e;
  font-size: .7rem;
  font-weight: 750;
}

.tc-agent-choice-group + .tc-agent-choice-group {
  margin-top: 24px;
}

.tc-agent-choice-question {
  display: block;
  margin-bottom: 11px;
  color: #30263d;
  font-size: .86rem;
  font-weight: 850;
}

.tc-agent-segmented-choice,
.tc-agent-time-choice {
  display: grid;
  gap: 10px;
}

.tc-agent-segmented-choice {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tc-agent-time-choice {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tc-agent-segmented-choice label,
.tc-agent-time-choice label {
  display: flex;
  min-height: 58px;
  padding: 10px 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dcd3e6;
  border-radius: 17px;
  background: #fbfaff;
  color: #4b4058;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.tc-agent-segmented-choice label:hover,
.tc-agent-time-choice label:hover {
  border-color: #a982ea;
  transform: translateY(-1px);
}

.tc-agent-segmented-choice input:checked + label,
.tc-agent-time-choice input:checked + label {
  border-color: #6500e8;
  background: #efe6ff;
  color: #4b00ad;
  box-shadow: inset 0 0 0 1px #6500e8;
}

.tc-agent-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tc-agent-upload-card {
  display: flex;
  min-height: 240px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed #bda9d5;
  border-radius: 22px;
  background: #faf8ff;
  color: #130a25;
  cursor: pointer;
  text-align: center;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.tc-agent-upload-card:hover {
  border-color: #6500e8;
  background: #f5efff;
  transform: translateY(-2px);
}

.tc-agent-upload-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tc-agent-upload-preview-wrap {
  position: relative;
  display: grid;
  overflow: hidden;
  width: 104px;
  height: 88px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 18px;
  background: #eaddff;
  color: #6500e8;
  font-size: 1.5rem;
}

.tc-agent-upload-preview-wrap img {
  position: absolute;
  inset: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-agent-upload-card.has-file .tc-agent-upload-preview-wrap img {
  display: block;
}

.tc-agent-upload-card.has-file .tc-agent-upload-preview-wrap i {
  display: none;
}

.tc-agent-upload-card > strong {
  color: #130a25;
  font-size: .9rem;
  font-weight: 900;
}

.tc-agent-upload-card > span:not(.tc-agent-upload-preview-wrap) {
  margin-top: 4px;
  color: #6500e8;
  font-size: .74rem;
  font-weight: 800;
}

.tc-agent-upload-card > small {
  overflow: hidden;
  max-width: 100%;
  margin-top: 6px;
  color: #766c82;
  font-size: .67rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-agent-submit-panel {
  margin-top: 36px;
  padding: 22px;
  border-radius: 22px;
  background: #1e0b3b;
  color: #fff;
  text-align: center;
}

.tc-agent-submit-panel > p {
  display: flex;
  margin: 0 0 15px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,.76);
  font-size: .75rem;
  line-height: 1.6;
}

.tc-agent-submit-panel > p i {
  margin-top: 4px;
  color: #ffd662;
}

.tc-agent-submit-button {
  display: inline-flex;
  width: min(100%, 430px);
  min-height: 60px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #7b0bff, #a63cff);
  box-shadow: 0 14px 30px rgba(101, 0, 232, .34);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
}

.tc-agent-submit-button:hover,
.tc-agent-submit-button:focus-visible {
  background: linear-gradient(135deg, #5b00cb, #8b20ee);
  color: #fff;
}

.tc-agent-submit-panel > small {
  display: block;
  margin-top: 11px;
  color: rgba(255,255,255,.63);
  font-size: .68rem;
  font-weight: 650;
}

@media (max-width: 1199.98px) {
  /* A higher-contrast More sheet with instant search. */
  .tc-more-sheet .modal-content {
    border-color: #2d075f !important;
    background: #f5f2fa;
  }

  .tc-more-sheet .modal-content::before {
    background: rgba(255,255,255,.65);
  }

  .tc-more-sheet-header {
    min-height: 108px !important;
    padding-top: 27px !important;
    border-bottom: 0 !important;
    background: linear-gradient(135deg, #210548, #5700bf 62%, #7712ef);
  }

  .tc-more-sheet-header .btn-close {
    margin: 3px 0 0 !important;
    padding: 9px !important;
    border-radius: 11px;
    background-color: rgba(255,255,255,.92);
    opacity: 1;
  }

  .tc-more-sheet-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
  }

  .tc-more-sheet-mark {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 2, 45, .22);
  }

  .tc-more-sheet-mark img {
    width: 27px;
    height: 32px;
    object-fit: contain;
  }

  .tc-more-sheet-header .modal-title {
    color: #fff;
    font-size: 1.35rem;
  }

  .tc-more-sheet-header p {
    color: rgba(255,255,255,.78);
  }

  .tc-more-sheet .tc-sheet-body {
    padding-top: 14px;
    background: #f5f2fa;
  }

  .tc-more-sheet .tc-sheet-quick-search {
    position: sticky;
    z-index: 3;
    top: 0;
    border-color: #cbbce0;
    box-shadow: 0 9px 28px rgba(45, 18, 81, .12);
  }

  .tc-more-sheet .tc-sheet-section > h3 {
    color: #39234f;
    font-size: .8rem;
  }

  .tc-more-sheet .tc-sheet-service-link {
    min-height: 92px;
    border-color: #d7cbe5;
    box-shadow: 0 7px 20px rgba(45, 18, 81, .07);
  }

  .tc-more-sheet .tc-sheet-service-link strong {
    color: #180a2c;
    font-weight: 900;
  }

  .tc-more-sheet .tc-sheet-service-link:nth-child(2n) > span {
    background: #e1f6fa;
    color: #007d94;
  }

  .tc-more-sheet .tc-sheet-service-link:nth-child(3n) > span {
    background: #fff1cf;
    color: #805d00;
  }

  .tc-more-sheet .tc-sheet-action-list {
    border-color: #d7cbe5;
    box-shadow: 0 7px 20px rgba(45, 18, 81, .06);
  }

  .tc-more-sheet .tc-sheet-action-list > a {
    color: #180a2c !important;
  }

  .tc-more-sheet .tc-language-chips a {
    border-color: #cfc0df;
    color: #241236 !important;
  }

  /* Story-led mobile home; commerce entry points stay in bottom navigation. */
  .tc-mobile-home-hero {
    padding-bottom: 18px;
    background: linear-gradient(132deg, #240052 0%, #5200ba 56%, #7c14ef 100%);
  }

  .tc-mobile-home-hero > p {
    color: rgba(255,255,255,.86);
  }

  .tc-mobile-home-animation-shell {
    position: relative;
    overflow: hidden;
    margin-top: 22px;
    padding: 10px 10px 4px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 22px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 36px rgba(24, 1, 55, .22);
  }

  .tc-mobile-home-animation-shell::after {
    position: absolute;
    right: -35px;
    bottom: -45px;
    width: 110px;
    height: 110px;
    border: 20px solid rgba(101, 0, 232, .07);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .tc-mobile-home-animation-caption {
    display: flex;
    min-height: 27px;
    padding: 2px 6px;
    align-items: center;
    gap: 7px;
    color: #3d2b4e;
    font-size: .67rem;
    font-weight: 850;
  }

  .tc-mobile-home-animation-caption > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0ca678;
    box-shadow: 0 0 0 4px rgba(12, 166, 120, .12);
  }

  .tc-mobile-home-animation {
    position: relative;
    width: 100%;
    aspect-ratio: 810 / 473;
    min-height: 155px;
  }

  .tc-mobile-home-animation > svg {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .tc-mobile-animation-fallback {
    position: absolute;
    inset: 18% 8%;
    width: 84%;
    height: 64%;
    object-fit: contain;
    opacity: .9;
    transition: opacity .2s ease;
  }

  .tc-mobile-home-animation-shell.is-loaded .tc-mobile-animation-fallback {
    opacity: 0;
  }

  .tc-mobile-story-card {
    display: grid;
    margin-top: 18px;
    padding: 20px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    border: 1px solid #dcd3e7;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(45, 18, 81, .08);
  }

  .tc-mobile-story-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: #ede3ff;
    color: #6500e8;
    font-size: 1.05rem;
  }

  .tc-mobile-story-copy > span,
  .tc-mobile-section-heading > span {
    display: block;
    margin-bottom: 3px;
    color: #6500e8;
    font-size: .67rem;
    font-weight: 900;
  }

  .tc-mobile-story-copy h2 {
    margin: 0 0 7px;
    color: #130a25;
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.4;
  }

  .tc-mobile-story-copy p {
    margin: 0;
    color: #5e536b;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.75;
  }

  .tc-mobile-why-section {
    margin-top: 27px;
  }

  .tc-mobile-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .tc-mobile-reason-card {
    position: relative;
    min-height: 178px;
    padding: 15px;
    border: 1px solid #dcd3e7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(45, 18, 81, .06);
  }

  .tc-mobile-reason-card > i {
    display: grid;
    width: 39px;
    height: 39px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 13px;
    background: #eee5ff;
    color: #6500e8;
  }

  .tc-mobile-reason-card:nth-child(2) > i {
    background: #e1f6fa;
    color: #007f98;
  }

  .tc-mobile-reason-card:nth-child(3) > i {
    background: #fff1cf;
    color: #805d00;
  }

  .tc-mobile-reason-number {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    color: #a79caf;
    font-size: .65rem;
    font-weight: 900;
  }

  .tc-mobile-reason-card h3 {
    margin: 0 0 6px;
    color: #130a25;
    font-size: .85rem;
    font-weight: 950;
  }

  .tc-mobile-reason-card p {
    margin: 0;
    color: #61566d;
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .tc-mobile-promise-card {
    display: grid;
    margin-top: 12px;
    padding: 17px;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    background: linear-gradient(135deg, #e9f9f4, #f7fffc);
    color: #113a2f;
  }

  .tc-mobile-promise-card > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #087f5b;
    color: #fff;
  }

  .tc-mobile-promise-card h2 {
    margin: 0 0 4px;
    color: #0b3d30;
    font-size: .9rem;
    font-weight: 950;
  }

  .tc-mobile-promise-card p {
    margin: 0;
    color: #34675a;
    font-size: .7rem;
    font-weight: 650;
    line-height: 1.55;
  }

  .tc-mobile-business-card {
    background: linear-gradient(135deg, #1b0b34, #34204d);
  }

  .tc-mobile-business-kicker {
    display: block;
    margin-bottom: 4px;
    color: #ffd662;
    font-size: .65rem;
    font-weight: 900;
  }

  .tc-mobile-business-card p {
    color: rgba(255,255,255,.78);
  }

  /* Agency form fits the mobile app shell without horizontal compression. */
  .tc-agent-experience {
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .tc-agent-container {
    width: min(760px, calc(100% - 20px));
  }

  .tc-agent-hero {
    padding: 23px 20px;
    border-radius: 25px;
  }

  .tc-agent-hero-orbit-one {
    top: -95px;
    inset-inline-start: -80px;
    width: 220px;
    height: 220px;
  }

  .tc-agent-hero-orbit-two {
    right: -100px;
    bottom: -140px;
    width: 270px;
    height: 270px;
    border-width: 50px;
  }

  .tc-agent-partnership {
    min-height: 54px;
    padding: 6px 9px;
    gap: 8px;
    border-radius: 15px;
  }

  .tc-agent-partner-logo,
  .tc-agent-telekom-logo {
    min-height: 40px;
    padding: 4px 7px;
    border-radius: 10px;
  }

  .tc-agent-partner-logo {
    width: 42px;
  }

  .tc-agent-telekom-logo img {
    width: 96px;
    height: 30px;
  }

  .tc-agent-partner-link {
    width: 25px;
    height: 25px;
    font-size: .72rem;
  }

  .tc-agent-eyebrow {
    margin-top: 21px;
    font-size: .7rem;
  }

  .tc-agent-hero h1 {
    margin-top: 7px;
    font-size: clamp(1.7rem, 7.5vw, 2.45rem);
  }

  .tc-agent-hero > p {
    font-size: .82rem;
    line-height: 1.72;
  }

  .tc-agent-trust-list {
    margin-top: 19px;
    gap: 6px;
  }

  .tc-agent-trust-list span {
    min-height: 34px;
    padding: 6px 9px;
    font-size: .64rem;
  }

  .tc-agent-benefits {
    margin-top: 25px;
  }

  .tc-agent-section-heading h2 {
    font-size: 1.22rem;
  }

  .tc-agent-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .tc-agent-benefit-grid article {
    display: grid;
    min-height: 0;
    padding: 15px;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    border-radius: 19px;
  }

  .tc-agent-benefit-grid article > i {
    width: 44px;
    height: 44px;
    margin: 0;
    grid-row: 1 / span 2;
    border-radius: 14px;
  }

  .tc-agent-benefit-grid h3 {
    margin: 1px 0 3px;
    font-size: .9rem;
  }

  .tc-agent-benefit-grid p {
    font-size: .72rem;
    line-height: 1.55;
  }

  .tc-agent-form-shell {
    margin-top: 26px;
    border-radius: 24px;
  }

  .tc-agent-form-intro {
    display: block;
    padding: 22px 18px;
  }

  .tc-agent-form-intro h2 {
    font-size: 1.35rem;
  }

  .tc-agent-form-intro p {
    font-size: .75rem;
  }

  .tc-agent-form-time {
    min-height: 36px;
    margin-top: 13px;
    padding: 7px 10px;
    font-size: .66rem;
  }

  .tc-agent-form {
    padding: 20px 16px;
  }

  .tc-agent-progress {
    margin-bottom: 27px;
  }

  .tc-agent-form-section + .tc-agent-form-section {
    margin-top: 27px;
    padding-top: 27px;
  }

  .tc-agent-form-section legend {
    margin-bottom: 17px;
  }

  .tc-agent-step-number {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    border-radius: 13px;
  }

  .tc-agent-form-section legend strong {
    font-size: .94rem;
  }

  .tc-agent-form-section legend small {
    font-size: .66rem;
  }

  .tc-agent-field-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .tc-agent-field-wide {
    grid-column: auto;
  }

  .tc-agent-input-wrap,
  .tc-agent-select-wrap {
    min-height: 56px;
    border-radius: 16px;
  }

  .tc-agent-input-wrap input,
  .tc-agent-select-wrap select {
    min-height: 54px;
    font-size: 16px;
  }

  .tc-agent-select-wrap {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .tc-agent-select-wrap .tc-select-sheet-trigger {
    min-height: 56px;
    margin: 0;
    border-color: #dcd3e6;
    background: #fbfaff;
  }

  .tc-agent-time-choice {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-agent-segmented-choice label,
  .tc-agent-time-choice label {
    min-height: 54px;
    border-radius: 16px;
    font-size: .75rem;
  }

  .tc-agent-upload-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .tc-agent-upload-card {
    display: grid;
    min-height: 116px;
    padding: 13px;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 12px;
    justify-items: start;
    border-radius: 18px;
    text-align: start;
  }

  .tc-agent-upload-preview-wrap {
    width: 82px;
    height: 82px;
    margin: 0;
    grid-row: 1 / span 3;
    border-radius: 15px;
  }

  .tc-agent-upload-card > strong {
    align-self: end;
    font-size: .82rem;
  }

  .tc-agent-upload-card > span:not(.tc-agent-upload-preview-wrap) {
    font-size: .69rem;
  }

  .tc-agent-upload-card > small {
    max-width: 100%;
    align-self: start;
    font-size: .62rem;
  }

  .tc-agent-submit-panel {
    margin-top: 28px;
    padding: 17px 13px;
    border-radius: 19px;
  }

  .tc-agent-submit-button {
    min-height: 57px;
    border-radius: 16px;
    font-size: .86rem;
  }
}

@media (max-width: 767.98px) {
  .tc-mobile-reason-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-mobile-reason-card {
    display: grid;
    min-height: 0;
    padding: 14px;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 11px;
  }

  .tc-mobile-reason-card > i {
    width: 40px;
    height: 40px;
    margin: 0;
    grid-row: 1 / span 2;
  }

  .tc-mobile-reason-card h3 {
    margin-top: 1px;
  }

  .tc-mobile-reason-card p {
    font-size: .7rem;
  }
}

@media (max-width: 390px) {
  .tc-mobile-home-hero {
    padding-inline: 17px;
  }

  .tc-mobile-story-card {
    padding: 16px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
  }

  .tc-mobile-story-icon {
    width: 42px;
    height: 42px;
  }

  .tc-agent-partnership {
    width: 100%;
    justify-content: center;
  }

  .tc-agent-trust-list span {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-agent-progress > span,
  .tc-agent-upload-card,
  .tc-agent-segmented-choice label,
  .tc-agent-time-choice label,
  .tc-mobile-animation-fallback {
    transition: none !important;
  }
}

/* TweetCell cross-device experience — release 3.8.2. */
.tc-primary-button {
  position: relative;
  display: inline-flex;
  min-height: 58px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid #6500e8;
  border-radius: 18px;
  background: linear-gradient(135deg, #4b00b1 0%, #7200f5 58%, #9335ff 100%);
  box-shadow: 0 13px 30px rgba(83, 0, 188, .28);
  color: #fff !important;
  font-size: .93rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.tc-primary-button::before {
  position: absolute;
  top: -40%;
  left: -65%;
  width: 42%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  content: "";
  pointer-events: none;
  transform: skewX(-20deg);
  transition: left .48s ease;
}

.tc-primary-button:hover,
.tc-primary-button:focus-visible {
  box-shadow: 0 18px 38px rgba(83, 0, 188, .36);
  color: #fff !important;
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.tc-primary-button:hover::before,
.tc-primary-button:focus-visible::before {
  left: 125%;
}

.tc-primary-button,
.tc-primary-button > *,
.tc-agent-submit-button,
.tc-agent-submit-button > *,
.tc-internet-submit-button,
.tc-internet-submit-button > *,
.btn.btn-primary,
.btn.btn-primary > *,
.tc-auth-primary,
.tc-auth-primary > * {
  color: #fff !important;
}

.tc-secondary-button {
  display: inline-flex;
  min-height: 58px;
  padding: 13px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  color: #fff !important;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.tc-secondary-button:hover,
.tc-secondary-button:focus-visible {
  border-color: rgba(255,255,255,.58);
  background: rgba(255,255,255,.18);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Desktop header: restore a strict horizontal flow and turn links into large,
   tactile controls without changing the four-button mobile shell. */
@media (min-width: 1200px) {
  .tc-navbar {
    min-height: 88px;
    padding: 12px clamp(16px, 1.8vw, 38px) !important;
    border-bottom: 1px solid rgba(70, 38, 106, .10);
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 10px 30px rgba(37, 16, 68, .08);
  }

  .tc-header-spacer {
    height: 88px;
  }

  .tc-navbar-container {
    display: flex !important;
    width: 100%;
    max-width: 1880px;
    min-width: 0;
    margin-inline: auto;
    flex-flow: row nowrap !important;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(10px, 1vw, 22px);
  }

  .tc-brand {
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
  }

  .tc-brand .tc-brand-mark {
    display: block;
    width: 44px;
    height: 50px;
    transition: transform .25s cubic-bezier(.2,.75,.25,1.2);
  }

  .tc-brand:hover .tc-brand-mark,
  .tc-brand:focus-visible .tc-brand-mark {
    transform: rotate(-5deg) scale(1.06);
  }

  .tc-brand .tc-brand-wordmark {
    display: none;
  }

  .tc-desktop-navigation {
    display: flex !important;
    min-width: 0;
    flex: 1 1 auto;
    flex-flow: row nowrap !important;
    align-items: center;
    justify-content: space-between;
    gap: clamp(7px, .7vw, 15px);
  }

  .tc-desktop-navigation .tc-nav-list {
    display: flex !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: clamp(2px, .28vw, 7px);
    list-style: none;
  }

  .tc-desktop-navigation .tc-nav-list > .nav-item {
    display: block;
    min-width: 0;
    margin: 0 !important;
    flex: 0 1 auto;
  }

  .tc-desktop-navigation .tc-nav-link {
    position: relative;
    display: inline-flex !important;
    min-height: 46px;
    padding: 10px clamp(7px, .48vw, 13px) !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #f8f5fc;
    color: #3c3448 !important;
    font-size: clamp(11px, .69vw, 14px) !important;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background .2s ease,
      box-shadow .2s ease, transform .2s ease;
  }

  .tc-desktop-navigation .tc-nav-link::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, #4a00ad, #7300ef 70%, #8f2eff);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(.9);
    transition: opacity .2s ease, transform .2s ease;
  }

  .tc-desktop-navigation .tc-nav-link {
    isolation: isolate;
  }

  .tc-desktop-navigation .tc-nav-label,
  .tc-desktop-navigation .tc-nav-icon {
    position: relative;
    z-index: 3;
    color: inherit !important;
    -webkit-text-fill-color: currentColor;
  }

  .tc-desktop-navigation .tc-nav-link:hover,
  .tc-desktop-navigation .tc-nav-link:focus-visible,
  .tc-desktop-navigation .tc-nav-link.active {
    border-color: #6500e8;
    background: #6500e8;
    box-shadow: 0 11px 25px rgba(82, 0, 185, .25);
    color: #fff !important;
    transform: translateY(-3px);
  }

  .tc-desktop-navigation .tc-nav-link:hover::before,
  .tc-desktop-navigation .tc-nav-link:focus-visible::before,
  .tc-desktop-navigation .tc-nav-link.active::before {
    opacity: 1;
    transform: scale(1);
  }

  .tc-desktop-navigation .tc-nav-link.active::after {
    z-index: 2;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 3px;
    background: #ffd043;
  }

  .tc-desktop-navigation .tc-nav-link:hover > *,
  .tc-desktop-navigation .tc-nav-link:focus-visible > *,
  .tc-desktop-navigation .tc-nav-link.active > *,
  .tc-desktop-navigation .tc-nav-link.active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  .tc-language-button.dropdown-toggle::after {
    position: relative;
    z-index: 2;
    border-color: currentColor !important;
  }

  .tc-language-dropdown {
    margin-top: 10px !important;
    border: 1px solid #ded3eb !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(37, 16, 68, .16);
  }

  .tc-desktop-navigation .tc-header-actions {
    display: flex !important;
    min-width: max-content;
    margin-inline-start: 0;
    flex: 0 0 auto;
    flex-flow: row nowrap !important;
    align-items: center;
    gap: 7px;
  }

  .tc-desktop-navigation .tc-icon-button,
  .tc-desktop-navigation .tc-profile-button {
    min-width: 46px;
    min-height: 46px;
    border: 1px solid #e7deef;
    border-radius: 15px;
    background: #f8f5fc;
    box-shadow: 0 5px 14px rgba(44, 19, 79, .05);
  }

  .tc-desktop-navigation .tc-icon-button:hover,
  .tc-desktop-navigation .tc-profile-button:hover,
  .tc-desktop-navigation .tc-profile-button.active {
    border-color: #6500e8;
    background: #6500e8;
    box-shadow: 0 10px 24px rgba(82, 0, 185, .23);
    transform: translateY(-2px) scale(1.03);
  }

  .tc-desktop-navigation .tc-icon-button:hover img,
  .tc-desktop-navigation .tc-profile-button:hover img {
    filter: brightness(0) invert(1);
  }

  .tc-desktop-navigation .tc-profile-button img {
    border: 2px solid #fff;
  }

  .tc-desktop-navigation .tc-auth-button {
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 15px;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
  }

  .tc-desktop-navigation .tc-auth-button:hover,
  .tc-desktop-navigation .tc-auth-button:focus-visible {
    box-shadow: 0 10px 24px rgba(82, 0, 185, .20);
    transform: translateY(-2px);
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .tc-navbar {
    min-height: 80px;
    padding-inline: 12px !important;
  }

  .tc-header-spacer {
    height: 80px;
  }

  .tc-brand .tc-brand-mark {
    width: 36px;
    height: 42px;
  }

  .tc-desktop-navigation {
    gap: 4px;
  }

  .tc-desktop-navigation .tc-nav-list {
    gap: 1px;
  }

  .tc-desktop-navigation .tc-nav-link {
    min-height: 40px;
    padding-inline: 5px !important;
    border-radius: 12px;
    font-size: 10.5px !important;
  }

  .tc-desktop-navigation .tc-header-actions {
    gap: 3px;
  }

  .tc-desktop-navigation .tc-icon-button,
  .tc-desktop-navigation .tc-profile-button {
    min-width: 39px;
    min-height: 39px;
    border-radius: 12px;
  }

  .tc-desktop-navigation .tc-profile-button img {
    width: 33px;
    height: 33px;
  }

  .tc-desktop-navigation .tc-auth-button {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 10.5px;
  }
}

@media (min-width: 1800px) {
  .tc-navbar {
    min-height: 96px;
  }

  .tc-header-spacer {
    height: 96px;
  }

  .tc-brand .tc-brand-mark {
    display: none;
  }

  .tc-brand .tc-brand-wordmark {
    display: block;
    width: 185px;
    height: 44px;
  }

  .tc-desktop-navigation .tc-nav-link {
    min-height: 52px;
    padding-inline: 15px !important;
    border-radius: 17px;
    font-size: 15px !important;
  }

  .tc-desktop-navigation .tc-icon-button,
  .tc-desktop-navigation .tc-profile-button,
  .tc-desktop-navigation .tc-auth-button {
    min-height: 50px;
  }

  .tc-desktop-navigation .tc-icon-button {
    min-width: 50px;
  }
}

/* The requested homepage eyebrow is gold on the purple mobile hero. */
@media (max-width: 1199.98px) {
  .tc-mobile-home-brand > span:last-child {
    color: #ffd45a !important;
    text-shadow: 0 1px 10px rgba(48, 10, 0, .25);
  }
}

/* Five evidence-led agency benefits using the existing TweetCell artwork. */
.tc-agent-benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tc-agent-benefit-grid .tc-agent-benefit-card {
  display: grid;
  min-height: 220px;
  padding: 25px;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: 21px;
  border-color: #dcd2e8;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tc-agent-benefit-grid .tc-agent-benefit-card:hover {
  border-color: #b99ce2;
  box-shadow: 0 18px 42px rgba(44, 19, 79, .13);
  transform: translateY(-4px);
}

.tc-agent-benefit-visual {
  display: grid;
  width: 112px;
  height: 112px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #f7f1ff, #eee2ff);
}

.tc-agent-benefit-visual img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.tc-agent-benefit-grid .tc-agent-benefit-card h3 {
  align-self: end;
  margin-bottom: 8px;
}

.tc-agent-benefit-grid .tc-agent-benefit-card p {
  align-self: start;
}

.tc-agent-benefit-grid .tc-agent-benefit-featured {
  min-height: 250px;
  grid-column: 1 / -1;
  grid-template-columns: 155px minmax(0, 1fr);
  column-gap: 28px;
  border-color: transparent;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,205,52,.18), transparent 15rem),
    linear-gradient(125deg, #1c0739, #44009b 58%, #6e0ee4);
  box-shadow: 0 20px 52px rgba(45, 8, 93, .20);
}

.tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 36px;
  background: #fff;
}

.tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual img {
  width: 124px;
  height: 124px;
}

.tc-agent-benefit-grid .tc-agent-benefit-featured h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.tc-agent-benefit-grid .tc-agent-benefit-featured p {
  color: rgba(255,255,255,.84);
  font-size: .92rem;
}

/* Home-internet landing and request pages. */
.tc-internet-page,
.tc-internet-request-page {
  background: #f4f3fa;
}

.tc-internet-experience,
.tc-internet-request-experience {
  padding: clamp(18px, 3vw, 42px) 0 clamp(58px, 8vw, 108px);
  background:
    radial-gradient(circle at 5% 9%, rgba(101,0,232,.09), transparent 24rem),
    radial-gradient(circle at 93% 47%, rgba(255,196,0,.08), transparent 22rem),
    #f4f3fa;
}

.tc-internet-container,
.tc-internet-request-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.tc-internet-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  padding: clamp(30px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  border-radius: 36px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(128deg, #180436, #3d008e 52%, #7110ec);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 28px 72px rgba(45, 8, 93, .24);
  color: #fff;
}

.tc-internet-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.tc-internet-orbit-one {
  top: -110px;
  inset-inline-start: -95px;
  width: 270px;
  height: 270px;
  background: rgba(255,201,24,.16);
}

.tc-internet-orbit-two {
  right: -125px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border: 70px solid rgba(255,255,255,.06);
}

.tc-internet-eyebrow {
  display: inline-flex;
  min-height: 34px;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #ffd65b;
  font-size: .75rem;
  font-weight: 900;
}

.tc-internet-hero-copy h1 {
  max-width: 670px;
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(2.15rem, 4.7vw, 4.4rem);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.tc-internet-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(.92rem, 1.5vw, 1.12rem);
  font-weight: 620;
  line-height: 1.85;
}

.tc-internet-hero-actions {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-internet-status {
  display: inline-flex;
  margin-top: 17px;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.77);
  font-size: .75rem;
  font-weight: 750;
}

.tc-internet-status i {
  color: #4ee1b0;
}

.tc-internet-hero-visual {
  min-width: 0;
}

.tc-internet-visual-card {
  padding: 13px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 28px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 50px rgba(19, 1, 47, .26);
}

.tc-internet-visual-card > span {
  display: flex;
  min-height: 32px;
  padding: 2px 6px 7px;
  align-items: center;
  gap: 7px;
  color: #4f405e;
  font-size: .7rem;
  font-weight: 850;
}

.tc-internet-visual-card > span i {
  color: #0ca678;
}

.tc-internet-visual-card > img {
  display: block;
  width: 100%;
  max-height: 310px;
  border-radius: 20px;
  background: #f4effa;
  object-fit: contain;
}

.tc-internet-visual-card > div {
  padding: 15px 8px 7px;
}

.tc-internet-visual-card strong {
  display: block;
  color: #170a2b;
  font-size: 1rem;
  font-weight: 950;
}

.tc-internet-visual-card p {
  margin: 5px 0 0;
  color: #61566e;
  font-size: .75rem;
  line-height: 1.65;
}

.tc-internet-section {
  margin-top: clamp(38px, 6vw, 74px);
}

.tc-internet-section-heading {
  max-width: 720px;
  margin-bottom: 21px;
}

.tc-internet-section-heading > span {
  color: #6500e8;
  font-size: .75rem;
  font-weight: 900;
}

.tc-internet-section-heading h2 {
  margin: 6px 0 7px;
  color: #130a25;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 950;
  line-height: 1.3;
}

.tc-internet-section-heading p {
  margin: 0;
  color: #62586f;
  font-size: .9rem;
  line-height: 1.75;
}

.tc-internet-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.tc-internet-process-grid article {
  position: relative;
  min-height: 230px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #ddd4e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(44, 19, 79, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tc-internet-process-grid article:hover {
  border-color: #b99ce2;
  box-shadow: 0 18px 42px rgba(44, 19, 79, .12);
  transform: translateY(-4px);
}

.tc-internet-process-grid article > span {
  position: absolute;
  top: 17px;
  inset-inline-end: 18px;
  color: #b1a6ba;
  font-size: .72rem;
  font-weight: 900;
}

.tc-internet-process-grid article > i {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 27px;
  place-items: center;
  border-radius: 17px;
  background: #eee4ff;
  color: #6500e8;
  font-size: 1.15rem;
}

.tc-internet-process-grid article:nth-child(2) > i {
  background: #e2f7fb;
  color: #007d94;
}

.tc-internet-process-grid article:nth-child(3) > i {
  background: #fff2cf;
  color: #846100;
}

.tc-internet-process-grid h3,
.tc-internet-benefit-grid h3 {
  margin: 0 0 8px;
  color: #130a25;
  font-size: 1.02rem;
  font-weight: 950;
}

.tc-internet-process-grid p,
.tc-internet-benefit-grid p {
  margin: 0;
  color: #62586f;
  font-size: .8rem;
  line-height: 1.75;
}

.tc-internet-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.tc-internet-benefit-grid article {
  display: grid;
  min-height: 170px;
  padding: 22px;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border: 1px solid #ddd4e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 27px rgba(44, 19, 79, .06);
}

.tc-internet-benefit-grid img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.tc-internet-cta {
  display: flex;
  margin-top: clamp(38px, 6vw, 72px);
  padding: clamp(24px, 4vw, 42px);
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0, rgba(255,205,52,.14), transparent 15rem),
    linear-gradient(125deg, #1b0737, #3c0873);
  box-shadow: 0 20px 50px rgba(35, 11, 67, .18);
  color: #fff;
}

.tc-internet-cta > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tc-internet-cta > div > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  color: #ffd65b;
  font-size: 1.2rem;
}

.tc-internet-cta h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 950;
}

.tc-internet-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: .8rem;
  line-height: 1.65;
}

.tc-internet-request-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 5vw, 60px);
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(255,207,54,.18), transparent 17rem),
    linear-gradient(128deg, #190438, #43009a 54%, #7411ef);
  color: #fff;
}

.tc-internet-request-hero h1 {
  max-width: 760px;
  margin: 17px 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 950;
  line-height: 1.2;
}

.tc-internet-request-hero > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .95rem;
  line-height: 1.8;
}

.tc-internet-request-trust {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 8px;
}

.tc-internet-request-trust span {
  display: inline-flex;
  min-height: 38px;
  padding: 7px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.tc-internet-request-trust i {
  color: #ffd65b;
}

.tc-internet-request-shell {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  border: 1px solid #ddd4e8;
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background: #fff;
  box-shadow: 0 26px 68px rgba(44, 19, 79, .13);
}

.tc-internet-request-journey {
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(155deg, #f4edff, #fbfaff);
  border-inline-end: 1px solid #e3daec;
}

.tc-internet-request-journey-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #6500e8;
  box-shadow: 0 12px 25px rgba(101,0,232,.25);
  color: #fff;
  font-size: 1.2rem;
}

.tc-internet-request-journey h2 {
  margin: 21px 0 22px;
  color: #130a25;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.4;
}

.tc-internet-request-journey ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tc-internet-request-journey li {
  position: relative;
  display: grid;
  min-height: 62px;
  padding-bottom: 17px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
}

.tc-internet-request-journey li:not(:last-child)::after {
  position: absolute;
  top: 34px;
  bottom: 0;
  inset-inline-start: 16px;
  width: 2px;
  background: #d2c1e7;
  content: "";
}

.tc-internet-request-journey li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: #6500e8;
  font-size: .72rem;
  font-weight: 950;
  box-shadow: 0 5px 14px rgba(44,19,79,.09);
}

.tc-internet-request-journey p {
  margin: 4px 0 0;
  color: #51465e;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.65;
}

.tc-internet-request-form-panel {
  padding: clamp(28px, 5vw, 56px);
}

.tc-internet-request-form-panel > header > span {
  color: #6500e8;
  font-size: .72rem;
  font-weight: 900;
}

.tc-internet-request-form-panel > header h2 {
  margin: 5px 0 7px;
  color: #130a25;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 950;
}

.tc-internet-request-form-panel > header p {
  margin: 0;
  color: #675d72;
  font-size: .8rem;
  line-height: 1.65;
}

.tc-internet-request-form {
  margin-top: 27px;
}

.tc-internet-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.tc-internet-field-wide {
  grid-column: 1 / -1;
}

.tc-internet-field > label {
  display: flex;
  min-height: 24px;
  margin-bottom: 7px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #30263d;
  font-size: .78rem;
  font-weight: 850;
}

.tc-internet-field > label span {
  color: #756a80;
  font-size: .65rem;
}

.tc-internet-input-wrap,
.tc-internet-select-wrap,
.tc-internet-textarea-wrap {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  border: 1px solid #dcd3e6;
  border-radius: 17px;
  background: #fbfaff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tc-internet-input-wrap,
.tc-internet-textarea-wrap {
  padding: 0 15px;
}

.tc-internet-input-wrap:focus-within,
.tc-internet-select-wrap:focus-within,
.tc-internet-textarea-wrap:focus-within {
  border-color: #6500e8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(101,0,232,.11);
}

.tc-internet-input-wrap.is-invalid,
.tc-internet-select-wrap.is-invalid,
.tc-internet-textarea-wrap.is-invalid,
.tc-internet-consent.is-invalid {
  border-color: #c92a2a;
}

.tc-internet-input-wrap > i,
.tc-internet-textarea-wrap > i {
  width: 20px;
  flex: 0 0 20px;
  color: #6500e8;
  text-align: center;
}

.tc-internet-input-wrap input,
.tc-internet-select-wrap select,
.tc-internet-textarea-wrap textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #130a25;
  font: inherit;
  font-size: .9rem;
  font-weight: 720;
}

.tc-internet-input-wrap input,
.tc-internet-select-wrap select {
  min-height: 56px;
}

.tc-internet-select-wrap {
  padding: 0 14px;
}

.tc-internet-select-wrap select {
  cursor: pointer;
}

.tc-internet-textarea-wrap {
  align-items: flex-start;
}

.tc-internet-textarea-wrap > i {
  margin-top: 19px;
}

.tc-internet-textarea-wrap textarea {
  min-height: 112px;
  padding: 16px 0;
  resize: vertical;
  line-height: 1.65;
}

.tc-internet-textarea-wrap textarea::placeholder {
  color: #8a8193;
}

.tc-internet-field-error {
  display: block;
  margin-top: 6px;
  color: #a61e1e;
  font-size: .7rem;
  font-weight: 750;
}

.tc-internet-consent {
  display: grid;
  margin-top: 22px;
  padding: 14px;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border: 1px solid #ded4e8;
  border-radius: 17px;
  background: #f8f5fc;
  cursor: pointer;
}

.tc-internet-consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.tc-internet-consent > span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #b9a8ce;
  border-radius: 8px;
  background: #fff;
  color: transparent;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.tc-internet-consent input:checked + span {
  border-color: #6500e8;
  background: #6500e8;
  color: #fff;
}

.tc-internet-consent input:focus-visible + span {
  outline: 3px solid rgba(0,169,199,.42);
  outline-offset: 2px;
}

.tc-internet-consent strong {
  color: #4d4259;
  font-size: .73rem;
  font-weight: 680;
  line-height: 1.65;
}

.tc-internet-submit-panel {
  margin-top: 23px;
}

.tc-internet-submit-button {
  width: 100%;
}

.tc-internet-submit-panel > small {
  display: flex;
  margin-top: 11px;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  color: #6d6378;
  font-size: .68rem;
  line-height: 1.55;
  text-align: center;
}

.tc-internet-submit-panel > small i {
  margin-top: 3px;
  color: #087f5b;
}

@media (max-width: 1199.98px) {
  .tc-agent-benefit-grid .tc-agent-benefit-card,
  .tc-agent-benefit-grid .tc-agent-benefit-featured {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 13px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-card .tc-agent-benefit-visual,
  .tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual {
    width: 86px;
    height: 86px;
    grid-row: 1 / span 2;
    border-radius: 21px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-card .tc-agent-benefit-visual img,
  .tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual img {
    width: 68px;
    height: 68px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-featured h3 {
    font-size: .96rem;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-featured p {
    font-size: .72rem;
  }

  .tc-internet-experience,
  .tc-internet-request-experience {
    padding-top: 10px;
    padding-bottom: 34px;
  }

  .tc-internet-container,
  .tc-internet-request-container {
    width: min(860px, calc(100% - 20px));
  }

  .tc-internet-hero {
    padding: clamp(21px, 5vw, 34px);
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    border-radius: 26px;
  }

  .tc-internet-hero-copy h1 {
    font-size: clamp(1.75rem, 7vw, 2.7rem);
  }

  .tc-internet-hero-copy > p {
    font-size: .82rem;
    line-height: 1.75;
  }

  .tc-internet-visual-card {
    border-radius: 22px;
  }

  .tc-internet-visual-card > img {
    max-height: 250px;
    border-radius: 16px;
  }

  .tc-internet-process-grid article {
    min-height: 205px;
    padding: 20px;
  }

  .tc-internet-benefit-grid article {
    padding: 18px;
  }

  .tc-internet-request-hero {
    padding: 25px 20px;
    border-radius: 25px 25px 0 0;
  }

  .tc-internet-request-hero h1 {
    font-size: clamp(1.7rem, 7vw, 2.6rem);
  }

  .tc-internet-request-hero > p {
    font-size: .8rem;
  }

  .tc-internet-request-trust {
    gap: 6px;
  }

  .tc-internet-request-trust span {
    min-height: 34px;
    padding: 6px 9px;
    font-size: .64rem;
  }

  .tc-internet-request-shell {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 0 0 25px 25px;
  }

  .tc-internet-request-journey {
    padding: 22px 18px;
    border-inline-end: 0;
    border-bottom: 1px solid #e3daec;
  }

  .tc-internet-request-journey h2 {
    margin: 15px 0 16px;
    font-size: 1.05rem;
  }

  .tc-internet-request-journey ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .tc-internet-request-journey li {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .tc-internet-request-journey li::after {
    display: none;
  }

  .tc-internet-request-journey p {
    margin-top: 7px;
    font-size: .68rem;
  }

  .tc-internet-request-form-panel {
    padding: 23px 17px;
  }

  .tc-internet-input-wrap input,
  .tc-internet-select-wrap select,
  .tc-internet-textarea-wrap textarea {
    font-size: 16px;
  }

  .tc-internet-select-wrap {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .tc-internet-select-wrap .tc-select-sheet-trigger {
    min-height: 58px;
    margin: 0;
    border-color: #dcd3e6;
    background: #fbfaff;
  }
}

@media (max-width: 767.98px) {
  .tc-agent-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-card,
  .tc-agent-benefit-grid .tc-agent-benefit-featured {
    padding: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 11px;
    border-radius: 19px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-card .tc-agent-benefit-visual,
  .tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .tc-agent-benefit-grid .tc-agent-benefit-card .tc-agent-benefit-visual img,
  .tc-agent-benefit-grid .tc-agent-benefit-featured .tc-agent-benefit-visual img {
    width: 57px;
    height: 57px;
  }

  .tc-internet-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-internet-hero-actions .tc-primary-button,
  .tc-internet-hero-actions .tc-secondary-button {
    width: 100%;
  }

  .tc-internet-process-grid,
  .tc-internet-benefit-grid,
  .tc-internet-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-internet-field-wide {
    grid-column: auto;
  }

  .tc-internet-process-grid article {
    min-height: 0;
    padding: 17px;
  }

  .tc-internet-process-grid article > i {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

  .tc-internet-benefit-grid article {
    min-height: 0;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 13px;
    border-radius: 20px;
  }

  .tc-internet-benefit-grid img {
    width: 70px;
    height: 70px;
  }

  .tc-internet-cta {
    display: block;
    padding: 21px 18px;
    border-radius: 24px;
  }

  .tc-internet-cta > div {
    align-items: flex-start;
  }

  .tc-internet-cta .tc-primary-button {
    width: 100%;
    margin-top: 18px;
  }

  .tc-internet-request-journey ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .tc-internet-request-journey li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .tc-internet-request-journey p {
    margin-top: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-primary-button,
  .tc-primary-button::before,
  .tc-secondary-button,
  .tc-desktop-navigation .tc-nav-link,
  .tc-desktop-navigation .tc-nav-link::before,
  .tc-desktop-navigation .tc-icon-button,
  .tc-desktop-navigation .tc-profile-button,
  .tc-agent-benefit-grid .tc-agent-benefit-card,
  .tc-internet-process-grid article,
  .tc-internet-consent > span {
    transition: none !important;
  }
}
