/* TextElit contacts page start */
.te-contact,
.te-contact-methods,
.te-contact-socials,
.te-contact-official {
  --te-contact-bg: var(--color-bg, #f9fafb);
  --te-contact-surface: var(--color-surface, #ffffff);
  --te-contact-text: var(--color-text, #1A2633);
  --te-contact-muted: var(--color-secondary, #2d3e50);
  --te-contact-primary: var(--color-primary, #ff7f50);
  --te-contact-border: var(--color-border, #e5e7eb);
  --te-primary: var(--te-contact-primary);
  --te-surface: var(--te-contact-surface);
  --te-border: var(--te-contact-border);
  color: var(--te-contact-text);
  background: var(--te-contact-bg);
  font-family: Inter-Regular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}
.te-contact *,
.te-contact-methods *,
.te-contact-socials *,
.te-contact-official * { box-sizing: border-box; }
.te-contact__container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-contact-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(132px, 11vw, 166px) clamp(42px, 6vw, 72px);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--te-contact-primary) 5%, transparent), transparent 48%),
    var(--te-contact-bg);
}
.te-contact-hero::after,
.te-contact-methods::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 34%, color-mix(in srgb, var(--te-contact-primary) 16%, #fff 8%), transparent 56%),
    color-mix(in srgb, var(--te-contact-primary) 7%, transparent);
  box-shadow: 0 28px 84px color-mix(in srgb, var(--te-contact-primary) 10%, transparent);
  opacity: .78;
}
.te-contact-methods::before {
  content: "";
  position: absolute;
  right: clamp(18%, 24vw, 34%);
  top: clamp(120px, 18vw, 220px);
  width: clamp(190px, 18vw, 300px);
  height: clamp(130px, 12vw, 210px);
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-contact-primary) 5%, transparent);
  box-shadow: 0 24px 78px color-mix(in srgb, var(--te-contact-primary) 8%, transparent);
  pointer-events: none;
  transform: rotate(-16deg);
  opacity: .68;
}
.te-contact-hero::after {
  right: clamp(-180px, -10vw, -86px);
  top: 92px;
  width: clamp(260px, 26vw, 420px);
  height: clamp(190px, 19vw, 300px);
  transform: rotate(-12deg);
}
.te-contact-hero .te-contact__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 5.6vw, 72px);
  align-items: center;
}
.te-contact__eyebrow,
.te-contact-panel__label {
  display: block;
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-contact-hero__title {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h1);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}
.te-contact-hero__text,
.te-contact__intro,
.te-contact-panel__text,
.te-contact-official__text {
  color: color-mix(in srgb, var(--te-contact-muted) 86%, var(--te-contact-text));
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.68;
}
.te-contact-hero__text {
  max-width: 720px;
  margin-top: 22px;
}
.te-contact-hero__text p,
.te-contact__intro p,
.te-contact-panel__text p,
.te-contact-official__text p { margin: 0; }
.te-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.te-contact .te-btn,
.te-contact-official .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-contact-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.te-contact .te-btn-primary,
.te-contact-official .te-btn-primary {
  border-color: color-mix(in srgb, var(--te-contact-primary) 78%, transparent);
  background: linear-gradient(135deg, var(--te-contact-primary), color-mix(in srgb, var(--te-contact-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
}
.te-contact .te-btn-secondary {
  background: color-mix(in srgb, var(--te-contact-surface) 92%, transparent);
  color: var(--te-contact-text);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .055);
}
.te-contact .te-btn-primary::after,
.te-contact-official .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-contact .te-btn:hover,
.te-contact .te-btn:focus-visible,
.te-contact-official .te-btn:hover,
.te-contact-official .te-btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--te-contact-primary) 52%, var(--te-contact-border));
  outline: none;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-secondary) 28%, transparent);
}
.te-contact .te-btn-primary:hover::after,
.te-contact .te-btn-primary:focus-visible::after,
.te-contact-official .te-btn-primary:hover::after,
.te-contact-official .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-contact-panel,
.te-contact-card,
.te-contact-social,
.te-contact-official__panel {
  border: 1px solid var(--te-contact-border);
  border-radius: 8px;
  background: var(--te-contact-surface);
}
.te-contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  box-shadow: 0 22px 58px rgba(26, 38, 51, .06);
}
.te-contact-panel::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -82px;
  width: 210px;
  height: 210px;
  border: 1px solid color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  transform: none;
}
.te-contact-panel > * {
  position: relative;
  z-index: 1;
}
.te-contact__image,
.te-contact__image img {
  display: block;
  width: 100%;
}
.te-contact__image {
  margin-bottom: 20px;
  border: 1px solid color-mix(in srgb, var(--te-contact-border) 88%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--te-contact-surface) 86%, transparent);
  box-shadow: 0 18px 42px rgba(26, 38, 51, .08);
  overflow: hidden;
}
.te-contact__image img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.te-contact-panel__title {
  margin: 14px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h4);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
.te-contact-panel__text { margin-top: 12px; }
.te-contact-panel__link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 800;
  text-decoration: none;
}
.te-contact-methods,
.te-contact-socials,
.te-contact-official {
  position: relative;
  overflow: hidden;
  padding-block: clamp(42px, 6vw, 78px);
}
.te-contact-methods::after {
  left: clamp(-150px, -8vw, -80px);
  bottom: -120px;
  width: clamp(250px, 24vw, 380px);
  height: clamp(170px, 16vw, 260px);
  transform: rotate(12deg);
}
.te-contact__head {
  max-width: 760px;
  margin-bottom: 28px;
}
.te-contact__title,
.te-contact-official__title {
  margin: 12px 0 0;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: var(--font-sizes-h2);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}
.te-contact__intro { margin-top: 14px; }
.te-contact-methods__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.te-contact-card-wrap,
.te-contact-social-wrap { display: contents; }
.te-contact-card-wrap p,
.te-contact-social-wrap p {
  display: contents;
  margin: 0;
}
.te-contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  min-height: 150px;
  height: 100%;
  padding: 20px;
  align-items: start;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(26, 38, 51, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.te-contact-card--whatsapp {
  grid-column: 1 / -1;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 132px;
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-contact-primary) 10%, transparent), transparent 62%),
    var(--te-contact-surface);
}
.te-contact-card__qr {
  display: block;
  width: 96px;
  padding: 6px;
  border: 1px solid color-mix(in srgb, var(--te-contact-primary) 24%, var(--te-contact-border));
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 38, 51, .08);
}
.te-contact-card__qr img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.te-contact-card:hover,
.te-contact-card:focus-visible,
.te-contact-social:hover,
.te-contact-social:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--te-contact-primary) 42%, var(--te-contact-border));
  box-shadow: 0 22px 50px rgba(26, 38, 51, .075);
  outline: none;
}
.te-contact-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-contact-primary) 12%, transparent);
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.te-contact-card__icon svg {
  width: 19px;
  height: 19px;
  display: block;
}
.te-contact-card__body {
  display: grid;
  min-width: 0;
  gap: 8px;
}
.te-contact-card__body strong {
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
.te-contact-card__body span {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: var(--te-contact-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.te-contact-card__body em {
  color: color-mix(in srgb, var(--te-contact-muted) 82%, var(--te-contact-text));
  font-size: 13.5px;
  font-style: normal;
  line-height: 1.45;
}
.te-contact-socials .te-contact__container {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}
.te-contact-socials__grid {
  display: grid;
  gap: 14px;
}
.te-contact-social {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 18px 22px 18px 76px;
  align-content: center;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-contact-primary) 7%, transparent), transparent 62%),
    var(--te-contact-surface);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.te-contact-social::before,
.te-contact-social::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.te-contact-social::before {
  left: 22px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-contact-primary) 13%, transparent);
  transform: translateY(-50%);
}
.te-contact-social::after {
  left: 31px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--te-contact-primary);
  transform: translateY(-50%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.te-contact-social[href*="youtube"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 7.2c-.2-.9-.9-1.6-1.8-1.8C18.2 5 12 5 12 5s-6.2 0-7.8.4c-.9.2-1.6.9-1.8 1.8C2 8.8 2 12 2 12s0 3.2.4 4.8c.2.9.9 1.6 1.8 1.8 1.6.4 7.8.4 7.8.4s6.2 0 7.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.6.4-4.8.4-4.8s0-3.2-.4-4.8ZM10 15.2V8.8l5.6 3.2L10 15.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 7.2c-.2-.9-.9-1.6-1.8-1.8C18.2 5 12 5 12 5s-6.2 0-7.8.4c-.9.2-1.6.9-1.8 1.8C2 8.8 2 12 2 12s0 3.2.4 4.8c.2.9.9 1.6 1.8 1.8 1.6.4 7.8.4 7.8.4s6.2 0 7.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.6.4-4.8.4-4.8s0-3.2-.4-4.8ZM10 15.2V8.8l5.6 3.2L10 15.2Z'/%3E%3C/svg%3E");
}
.te-contact-social[href*="instagram"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 3A2.5 2.5 0 0 0 5 7.5v9A2.5 2.5 0 0 0 7.5 19h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 16.5 5h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.2-3.4a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 2h9A5.5 5.5 0 0 1 22 7.5v9a5.5 5.5 0 0 1-5.5 5.5h-9A5.5 5.5 0 0 1 2 16.5v-9A5.5 5.5 0 0 1 7.5 2Zm0 3A2.5 2.5 0 0 0 5 7.5v9A2.5 2.5 0 0 0 7.5 19h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 16.5 5h-9ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.2-3.4a1.2 1.2 0 1 1 0 2.4 1.2 1.2 0 0 1 0-2.4Z'/%3E%3C/svg%3E");
}
.te-contact-social[href*="linkedin"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4v11H5V9Zm2-5a2.2 2.2 0 1 1 0 4.4A2.2 2.2 0 0 1 7 4Zm5 5h4v1.5c.7-1 1.8-1.8 3.4-1.8 2.5 0 4.1 1.7 4.1 5V20h-4v-5.6c0-1.3-.5-2.2-1.7-2.2-1 0-1.5.6-1.8 1.2-.1.3-.1.6-.1.9V20h-4V9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4v11H5V9Zm2-5a2.2 2.2 0 1 1 0 4.4A2.2 2.2 0 0 1 7 4Zm5 5h4v1.5c.7-1 1.8-1.8 3.4-1.8 2.5 0 4.1 1.7 4.1 5V20h-4v-5.6c0-1.3-.5-2.2-1.7-2.2-1 0-1.5.6-1.8 1.2-.1.3-.1.6-.1.9V20h-4V9Z'/%3E%3C/svg%3E");
}
.te-contact-social[href*="facebook"]::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h2V4h-3c-3 0-5 2-5 5v2H6v4h2v5h4v-5h3l1-4h-4V9c0-.6.4-1 1-1h1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h2V4h-3c-3 0-5 2-5 5v2H6v4h2v5h4v-5h3l1-4h-4V9c0-.6.4-1 1-1h1Z'/%3E%3C/svg%3E");
}
.te-contact-social span {
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.te-contact-social strong {
  color: var(--te-contact-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.15;
}
.te-contact-official { padding-bottom: clamp(58px, 7vw, 92px); }
.te-contact-official__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 30px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--te-contact-primary) 9%, transparent), transparent 58%),
    var(--te-contact-surface);
  box-shadow: 0 20px 54px rgba(26, 38, 51, .055);
}
.te-contact-official__panel::after {
  content: "";
  position: absolute;
  right: -82px;
  bottom: -96px;
  width: 220px;
  height: 220px;
  border: 1px solid color-mix(in srgb, var(--te-contact-primary) 28%, transparent);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: none;
  transform: none;
}
.te-contact-official__panel > * {
  position: relative;
  z-index: 1;
}
.te-contact-official__title { margin: 0; }
.te-contact-official__text {
  max-width: 720px;
  margin: 0;
}
.te-contact-official__button {
  grid-column: 2;
  grid-row: 1 / span 2;
  white-space: nowrap;
}
[data-theme="dark"] .te-contact,
[data-theme="dark"] .te-contact-methods,
[data-theme="dark"] .te-contact-socials,
[data-theme="dark"] .te-contact-official {
  --te-contact-bg: color-mix(in srgb, var(--color-bg, #1A2633) 96%, #0d1520 4%);
  --te-contact-surface: var(--color-surface, #111827);
  --te-contact-text: var(--color-text, #E5E9F0);
  --te-contact-muted: var(--color-secondary, #9AA4B2);
  --te-contact-border: var(--color-border, rgba(255,255,255,0.08));
}
[data-theme="dark"] .te-contact-panel,
[data-theme="dark"] .te-contact-card,
[data-theme="dark"] .te-contact-social,
[data-theme="dark"] .te-contact-official__panel {
  box-shadow: none;
}
[data-theme="dark"] .te-contact__image {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .24);
  filter: brightness(.86) saturate(.9) contrast(1.04);
}
[data-theme="dark"] .te-contact .te-btn-secondary {
  background: color-mix(in srgb, var(--te-contact-surface) 88%, #fff 4%);
  color: var(--te-contact-text);
}
@media (max-width: 980px) {
  .te-contact-hero .te-contact__container,
  .te-contact-socials .te-contact__container,
  .te-contact-official__panel {
    grid-template-columns: minmax(0, 1fr);
  }
  .te-contact-methods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .te-contact-official__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .te-contact__container {
    width: min(100% - 28px, 1180px);
  }
  .te-contact-hero {
    padding-block: 54px 34px;
  }
  .te-contact__eyebrow,
  .te-contact-panel__label {
    font-size: 14px;
  }
  .te-contact-hero__actions,
  .te-contact .te-btn,
  .te-contact-official .te-btn,
  .te-contact-official__button {
    width: 100%;
  }
  .te-contact-methods__grid {
    grid-template-columns: 1fr;
  }
  .te-contact-card {
    min-height: 0;
    padding: 20px;
  }
  .te-contact-card--whatsapp {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .te-contact-card__qr {
    display: none;
  }
}
/* TextElit contacts page end */

/* TextElit button primary hover parity: contacts */
.te-contact .te-btn-primary:hover,
.te-contact .te-btn-primary:focus-visible,
.te-contact-official .te-btn-primary:hover,
.te-contact-official .te-btn-primary:focus-visible {
  border-color: color-mix(in srgb, var(--te-contact-muted) 42%, var(--te-contact-border)) !important;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-contact-primary) 22%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--te-contact-muted) 28%, transparent) !important;
}

html[data-theme="dark"] .te-contact .te-btn-primary:hover,
html[data-theme="dark"] .te-contact .te-btn-primary:focus-visible,
html[data-theme="dark"] .te-contact-official .te-btn-primary:hover,
html[data-theme="dark"] .te-contact-official .te-btn-primary:focus-visible {
  border-color: color-mix(in srgb, #ffffff 34%, var(--te-contact-muted)) !important;
  box-shadow:
    0 14px 28px color-mix(in srgb, var(--te-contact-primary) 18%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, .26) !important;
}
