@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Medium.ttf') format('truetype');
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Bold.ttf') format('truetype');
  font-weight: 700 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('/fonts/geomanist/Geomanist-Ultra.ttf') format('truetype');
  font-weight: 950 1000;
  font-style: normal;
  font-display: swap;
}

html.page-loading {
  scroll-behavior: auto !important;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Geomanist', Arial, sans-serif;
  font-weight: 400;
}

/* Logotipo principal del menú: tamaño uniforme y renderizado nítido. */
#main-header img[src$="LogoTelycal.png"] {
  width: auto !important;
  height: 2.75rem !important;
  max-width: none;
  object-fit: contain;
  image-rendering: auto;
}

@media (max-width: 767px) {
  #main-header img[src$="LogoTelycal.png"] {
    height: 2.25rem !important;
  }
}

/* Keep the navigation geometry identical across every page template. */
#main-header {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #main-header {
    padding-inline: 4rem !important;
  }
}

@media (min-width: 1200px) {
  #main-header {
    min-height: 4.75rem;
  }

  #main-header > .hidden[class~="md:flex"] {
    gap: 2rem !important;
    flex-shrink: 0;
  }

  #main-header > .hidden[class~="md:flex"] > a:not([class*="bg-brand"]),
  #main-header > .hidden[class~="md:flex"] > .relative.group > a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-bottom: 0.25rem !important;
    border-bottom-width: 2px;
    line-height: 1.25rem;
  }
}

body :where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  input,
  select,
  textarea,
  label,
  small,
  strong,
  span:not(.material-symbols-outlined)
) {
  font-family: 'Geomanist', Arial, sans-serif !important;
}

.font-sora,
.font-space,
.font-inter {
  font-family: 'Geomanist', Arial, sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
}

/* Corporate reading style for explanatory copy beneath headings. */
main p {
  font-family: 'Geomanist', Arial, sans-serif !important;
  font-weight: 400;
}

main p strong,
main p b {
  font-weight: 700;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

:root {
  --premium-btn-brand: #643a86;
  --premium-btn-brand-light: #8d63bd;
  --premium-btn-brand-dark: #44205f;
  --premium-btn-ink: #21182c;
  --premium-btn-ring: rgba(100, 58, 134, 0.28);
  --premium-btn-shadow: rgba(54, 28, 82, 0.28);
  --premium-btn-radius: 16px;
  --premium-btn-height: 52px;
  --premium-btn-height-large: 56px;
}

.career-footer-fallback {
  display: flex;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(100, 58, 134, 0.1);
  background: rgba(248, 246, 250, 0.92);
}

.career-footer-fallback a {
  color: #643a86;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

/* Main service headings share the brand language while keeping a distinct tone. */
.service-main-title {
  display: block;
  width: fit-content;
  color: #21182c;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .service-main-title {
    background-image: var(
      --service-title-gradient,
      linear-gradient(105deg, #21182c 4%, #643a86 62%, #a8c92a 100%)
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.service-title-communications {
  --service-title-gradient: linear-gradient(104deg, #1f1a23 3%, #5e337f 58%, #98bd28 100%);
}

.service-title-networking {
  --service-title-gradient: linear-gradient(106deg, #201b24 2%, #70439a 54%, #8eaf35 100%);
}

.service-title-security {
  --service-title-gradient: linear-gradient(105deg, #211a25 4%, #743b7f 57%, #b0c923 100%);
}

.service-title-hospitality {
  --service-title-gradient: linear-gradient(103deg, #201b24 3%, #68408f 60%, #b7d32b 100%);
}

.service-title-operators {
  --service-title-gradient: linear-gradient(105deg, #201b25 2%, #585293 57%, #83aa54 100%);
}

.service-title-audiovisual {
  --service-title-gradient: linear-gradient(104deg, #211a24 3%, #7b4097 59%, #b7a83e 100%);
}

/* Keep service and sector dropdown typography identical on every page. */
#main-header .relative.group > div.absolute > a {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.015em !important;
}

/* Service introductions use the same large editorial hierarchy as Cybersecurity. */
.service-hero-shell {
  min-height: 76vh;
  padding-block: 9rem 6rem !important;
  display: flex;
  align-items: center;
}

.service-hero-shell > .container {
  width: 100%;
  max-width: 92rem !important;
}

.service-hero-shell .service-main-title {
  max-width: 56rem;
  margin-top: 1.65rem;
  margin-bottom: 1.75rem;
  font-size: clamp(3.5rem, 6.1vw, 6rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.service-hero-shell .service-main-title + p {
  max-width: 52rem;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem) !important;
  line-height: 1.65 !important;
}

.service-hero-shell :where(.hero-3d-asset, .service-hero-icon) {
  width: min(100%, 31rem) !important;
  max-height: 30rem !important;
}

@media (min-width: 1024px) {
  .service-hero-shell .grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr);
    gap: clamp(2.5rem, 5vw, 6rem);
  }
}

@media (max-width: 1023px) {
  .service-hero-shell {
    min-height: auto;
    padding-block: 8.5rem 5rem !important;
  }

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

  .service-hero-shell .grid > * {
    min-width: 0;
  }

  .service-hero-shell .service-main-title,
  .service-hero-shell .service-main-title + p {
    margin-inline: auto;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .service-hero-shell {
    padding-block: 7.5rem 4rem !important;
  }

  .service-hero-shell .service-main-title {
    margin-top: 1.25rem;
    font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
  }

  .service-hero-shell .section-kicker {
    max-width: 100%;
    padding-inline: 0.75rem;
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
    white-space: normal;
    text-align: center;
  }
}

/* Home contact experience mirrors the dedicated contact page. */
#contacto.home-contact-shell {
  background: transparent;
  border: 0;
}

#contacto .home-contact-container {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: start;
  max-width: 1380px;
}

#contacto .home-contact-heading,
#contacto .home-contact-actions {
  grid-column: 1 / -1;
}

#contacto .home-contact-heading {
  margin-bottom: 0 !important;
}

#contacto .home-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: min(100%, 760px);
  margin: 0 auto clamp(0.5rem, 2vw, 1.25rem);
  padding: 0.55rem;
  border: 1px solid rgba(100, 58, 134, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 54px rgba(38, 27, 45, 0.09);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  backdrop-filter: blur(12px) saturate(1.08);
}

#contacto .home-contact-action {
  min-height: 58px;
  padding: 0.75rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 16px;
  color: #5e5762;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 200ms ease, color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

#contacto .home-contact-action:hover,
#contacto .home-contact-action:focus-visible {
  color: var(--premium-btn-brand);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(54, 28, 82, 0.08);
  transform: translateY(-1px);
}

#contacto .home-contact-action.is-active {
  color: var(--premium-btn-brand);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 245, 250, 0.97));
  box-shadow:
    0 14px 30px rgba(54, 28, 82, 0.12),
    0 0 0 1px rgba(100, 58, 134, 0.13) inset;
}

#contacto .home-contact-action .material-symbols-outlined {
  color: var(--premium-btn-brand);
}

#contacto .home-contact-action.is-active .material-symbols-outlined {
  color: #a7c349;
}

#contacto .home-contact-aside {
  padding: clamp(0.25rem, 1vw, 0.75rem) 0;
}

#contacto .home-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(100, 58, 134, 0.14);
  border-radius: 999px;
  color: var(--premium-btn-brand);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 35px rgba(100, 58, 134, 0.08);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#contacto .home-contact-kicker::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #a7c349;
  box-shadow: 0 0 0 5px rgba(167, 195, 73, 0.12);
}

#contacto .home-contact-gradient {
  color: transparent;
  background: linear-gradient(100deg, #643a86 15%, #8251ad 55%, #a7c349);
  -webkit-background-clip: text;
  background-clip: text;
}

#contacto .home-contact-methods {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

#contacto .home-contact-method {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(100, 58, 134, 0.1);
  border-radius: 18px;
  color: #21182c;
  background: rgba(255, 255, 255, 0.54);
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}

#contacto a.home-contact-method:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 58, 134, 0.28);
  box-shadow: 0 14px 34px rgba(100, 58, 134, 0.08);
}

#contacto .home-contact-method-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--premium-btn-brand);
  background: rgba(100, 58, 134, 0.08);
}

#contacto .home-contact-method-copy {
  min-width: 0;
}

#contacto .home-contact-method-copy small {
  display: block;
  color: var(--premium-btn-brand);
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#contacto .home-contact-method-copy strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
}

#contacto .home-contact-card {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  border: 1px solid rgba(100, 58, 134, 0.13) !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow:
    0 28px 80px rgba(38, 27, 45, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.86) inset !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
}

#contacto .home-contact-card::before {
  content: '';
  position: absolute;
  inset: 0 3rem auto;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--premium-btn-brand), #a7c349);
}

#contacto .home-contact-card input:not([type='checkbox']),
#contacto .home-contact-card textarea,
#contacto .home-contact-card select {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(100, 58, 134, 0.16) !important;
  border-radius: 15px !important;
  color: #21182c !important;
  background: rgba(248, 246, 250, 0.72) !important;
  box-shadow: none !important;
}

#contacto .home-contact-card textarea {
  min-height: 132px;
  resize: vertical;
}

#contacto .home-contact-card input:not([type='checkbox']):focus,
#contacto .home-contact-card textarea:focus,
#contacto .home-contact-card select:focus {
  outline: 0;
  border-color: var(--premium-btn-brand) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(100, 58, 134, 0.09) !important;
}

#contacto [data-home-contact-panel][hidden] {
  display: none !important;
}

#contacto .home-demo-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.75rem, 4vw, 4rem);
  align-items: start;
}

#contacto .home-demo-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

#contacto .home-demo-step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(100, 58, 134, 0.12);
  border-radius: 999px;
  color: #514b55;
  background: rgba(255, 255, 255, 0.58);
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

#contacto .home-demo-step b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--premium-btn-brand);
}

#contacto .home-demo-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

#contacto .home-demo-option {
  position: relative;
}

#contacto .home-demo-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#contacto .home-demo-option > span {
  min-height: 52px;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(100, 58, 134, 0.14);
  border-radius: 15px;
  color: #4f4853;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 200ms ease, color 200ms ease, border-color 200ms ease, background 200ms ease;
}

#contacto .home-demo-option > span .material-symbols-outlined {
  color: var(--premium-btn-brand);
  font-size: 1.15rem;
}

#contacto .home-demo-option input:checked + span {
  color: var(--premium-btn-brand);
  border-color: var(--premium-btn-brand);
  background: linear-gradient(135deg, rgba(100, 58, 134, 0.1), rgba(255, 255, 255, 0.8));
  box-shadow: 0 12px 28px rgba(100, 58, 134, 0.12);
  transform: translateY(-2px);
}

#contacto .home-demo-option input:focus-visible + span {
  outline: 2px solid var(--premium-btn-brand);
  outline-offset: 3px;
}

#contacto .home-demo-status {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

#contacto .home-demo-status.is-visible {
  display: block;
}

#contacto .home-demo-status.is-error {
  color: #8a2530;
  background: rgba(193, 48, 64, 0.1);
}

#contacto .home-demo-status.is-success {
  color: #31500d;
  background: rgba(167, 195, 73, 0.18);
}

@media (max-width: 900px) {
  #contacto .home-contact-container {
    grid-template-columns: minmax(0, 1fr);
  }

  #contacto .home-contact-heading,
  #contacto .home-contact-actions {
    grid-column: auto;
  }

  #contacto .home-contact-aside {
    max-width: 720px;
    margin: 0 auto;
  }

  #contacto .home-demo-panel {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  #contacto.home-contact-shell {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  #contacto .home-contact-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  #contacto .home-contact-card::before {
    inset-inline: 1.5rem;
  }

  #contacto .home-demo-services {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Keep the footer at the natural end of the document and visually compact. */
footer {
  position: relative;
  clear: both;
  margin-top: 0;
  padding-top: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem) !important;
}

footer .max-w-6xl > .grid {
  gap: clamp(1.25rem, 3vw, 2.25rem) !important;
}

footer .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem !important;
}

footer.cookie-footer-host {
  position: relative;
  overflow: hidden !important;
  padding-bottom: clamp(3.5rem, 5vw, 4.25rem) !important;
}

footer .max-w-6xl > .border-t {
  margin-top: clamp(1.75rem, 3vw, 2.5rem) !important;
  padding-top: clamp(1rem, 2vw, 1.5rem) !important;
}

footer[data-global-footer] .footer-link-list a {
  position: relative;
  padding-left: 1rem;
  transition: color 180ms ease, transform 180ms ease;
}

footer[data-global-footer] .footer-link-list a::before {
  content: "chevron_right";
  position: absolute;
  left: 0;
  top: 50%;
  color: rgba(100, 58, 134, .5);
  font: 400 15px/1 "Material Symbols Outlined";
  transform: translateY(-50%);
}

footer[data-global-footer] .footer-link-list a:hover,
footer[data-global-footer] .footer-link-list a:focus-visible {
  color: #643a86;
  transform: translateX(2px);
}

.back-to-top {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 80;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(100, 58, 134, 0.16);
  border-radius: 15px;
  color: var(--premium-btn-brand);
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 28px -20px rgba(54, 28, 82, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.88);
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.back-to-top:hover {
  color: var(--premium-btn-brand-dark);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(100, 58, 134, 0.28);
  transform: translate3d(0, -2px, 0) scale(1.02);
  box-shadow:
    0 16px 30px -20px rgba(60, 28, 92, 0.42),
    0 0 0 3px rgba(100, 58, 134, 0.08);
}

.back-to-top:focus-visible {
  outline: 2px solid var(--premium-btn-brand);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(100, 58, 134, 0.14);
}

.back-to-top .material-symbols-outlined {
  font-size: 22px;
}

.cookie-preferences-button {
  position: absolute;
  left: 76px;
  bottom: 20px;
  z-index: 82;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
  overflow: visible;
  cursor: pointer;
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 220ms ease;
}

/* Legacy page-level banners are superseded by the single preferences panel. */
#cookie-banner {
  display: none !important;
}

.cookie-preferences-button.is-floating {
  position: fixed;
}

.cookie-preferences-button:hover {
  background: transparent;
  transform: translate3d(0, -3px, 0) scale(1.07) rotate(4deg);
  filter: drop-shadow(0 10px 12px rgba(68, 32, 95, 0.28));
}

.cookie-preferences-button:focus-visible {
  outline: 2px solid var(--premium-btn-brand);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(100, 58, 134, 0.12);
}

.cookie-visual {
  position: relative;
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 48% 52% 47% 53% / 51% 46% 54% 49%;
  background:
    radial-gradient(circle at 29% 22%, rgba(255, 247, 220, 0.78) 0 2px, transparent 2.8px),
    radial-gradient(circle at 72% 76%, rgba(108, 52, 20, 0.18), transparent 34%),
    linear-gradient(145deg, #f0c77e 0%, #d49448 48%, #b86c2d 72%, #824019 100%);
  box-shadow:
    0 10px 15px rgba(91, 44, 18, 0.27),
    0 3px 1px rgba(255, 238, 194, 0.74) inset,
    2px 0 2px rgba(255, 219, 153, 0.32) inset,
    -2px -4px 6px rgba(83, 38, 14, 0.38) inset,
    0 -2px 1px rgba(71, 31, 11, 0.3) inset;
  transform: translateZ(0);
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms ease;
}

.cookie-visual::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 58%, rgba(122, 65, 28, 0.16) 0 1px, transparent 1.6px),
    radial-gradient(circle at 62% 31%, rgba(255, 232, 184, 0.42) 0 1px, transparent 1.6px),
    radial-gradient(circle at 55% 78%, rgba(117, 57, 22, 0.14) 0 1.2px, transparent 1.8px);
  box-shadow:
    0 1px 1px rgba(255, 244, 215, 0.48) inset,
    0 -1px 2px rgba(95, 43, 15, 0.18) inset;
}

.cookie-chip {
  position: absolute;
  z-index: 1;
  left: 9px;
  top: 10px;
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, #8a4b31 0 18%, #552a1a 48%, #32150d 100%);
  box-shadow:
    11px -3px 0 -0.3px #4a2416,
    7px 11px 0 -0.2px #3c1c11,
    -3px 12px 0 -0.5px #5b2d1c,
    13px 8px 0 -0.6px #32150d;
  filter: drop-shadow(0 1px 0 rgba(255, 218, 155, 0.28));
}

.cookie-bite {
  position: absolute;
  right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fbfafd;
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 160ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-bite-one { top: -2px; }
.cookie-bite-two { top: 8px; right: -2px; transition-delay: 45ms; }
.cookie-bite-three { top: 19px; right: -5px; transition-delay: 90ms; }

.cookie-preferences-button.is-bitten .cookie-visual {
  transform: rotate(-11deg) scale(0.96);
}

.cookie-preferences-button:hover .cookie-visual {
  transform: translateY(-1px) rotate(7deg) scale(1.04);
  box-shadow:
    0 13px 19px rgba(91, 44, 18, 0.32),
    0 3px 1px rgba(255, 238, 194, 0.78) inset,
    2px 0 2px rgba(255, 219, 153, 0.36) inset,
    -2px -4px 6px rgba(83, 38, 14, 0.4) inset,
    0 -2px 1px rgba(71, 31, 11, 0.32) inset;
}

.cookie-preferences-button.is-bitten:hover .cookie-visual {
  transform: translateY(-1px) rotate(-7deg) scale(1.01);
}

.cookie-preferences-button.is-bitten .cookie-bite {
  opacity: 1;
  transform: scale(1);
}

.cookie-crumb-burst {
  position: fixed;
  z-index: 120;
  width: 1px;
  height: 1px;
  overflow: visible;
  pointer-events: none;
}

.cookie-falling-crumb {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 45% 55% 38% 62%;
  background: linear-gradient(145deg, #f0bd73, #b86529 72%, #84401c);
  box-shadow:
    0 2px 2px rgba(68, 30, 10, 0.34),
    0 1px 0 rgba(255, 229, 179, 0.7) inset;
  will-change: transform, opacity;
}

.cookie-falling-crumb.is-chocolate {
  background: linear-gradient(145deg, #7b4028, #3b1a10);
  box-shadow:
    0 2px 2px rgba(42, 17, 8, 0.38),
    0 1px 0 rgba(184, 111, 72, 0.44) inset;
}

.cookie-preferences-panel {
  position: fixed;
  left: 20px;
  bottom: 78px;
  z-index: 92;
  width: min(390px, calc(100vw - 40px));
  padding: 20px;
  border: 1px solid rgba(100, 58, 134, 0.15);
  border-radius: 24px;
  color: #21182c;
  background:
    radial-gradient(circle at 100% 0, rgba(167, 195, 73, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow:
    0 30px 80px -32px rgba(46, 25, 64, 0.46),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(0.96);
  transform-origin: 54px 100%;
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-preferences-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.cookie-preferences-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-preferences-heading > div > span:first-child {
  display: block;
  margin-bottom: 3px;
  color: var(--premium-btn-brand);
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cookie-preferences-heading h2 {
  margin: 0;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.cookie-preferences-close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(100, 58, 134, 0.12);
  border-radius: 12px;
  color: var(--premium-btn-brand);
  background: rgba(100, 58, 134, 0.05);
  cursor: pointer;
}

.cookie-close-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}

.cookie-close-icon::before,
.cookie-close-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 2px;
  height: 14px;
  border-radius: 99px;
  background: currentColor;
  transform: rotate(45deg);
}

.cookie-close-icon::after {
  transform: rotate(-45deg);
}

.cookie-preferences-copy {
  margin: 13px 0 15px;
  color: #5c5660;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.76rem;
  line-height: 1.55;
}

.cookie-preference-list {
  display: grid;
  gap: 8px;
}

.cookie-preference-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(100, 58, 134, 0.09);
  border-radius: 14px;
  background: rgba(248, 246, 250, 0.88);
}

.cookie-preference-row strong {
  display: block;
  margin-bottom: 2px;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.76rem;
}

.cookie-preference-row small {
  display: block;
  color: #716a75;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.66rem;
  line-height: 1.35;
}

.cookie-switch {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
}

.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookie-switch-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d8d3db;
  cursor: pointer;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.cookie-switch-track::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(35, 24, 42, 0.2);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-switch input:checked + .cookie-switch-track {
  background: linear-gradient(135deg, #8251ad, #643a86);
}

.cookie-switch input:checked + .cookie-switch-track::after {
  transform: translateX(18px);
}

.cookie-switch input:focus-visible + .cookie-switch-track {
  box-shadow: 0 0 0 3px rgba(100, 58, 134, 0.18);
}

.cookie-switch input:disabled + .cookie-switch-track {
  background: #a7c349;
  cursor: default;
  opacity: 0.78;
}

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

.cookie-preferences-actions button {
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(100, 58, 134, 0.15);
  border-radius: 12px;
  color: var(--premium-btn-brand);
  background: #fff;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cookie-preferences-actions button:first-child {
  grid-column: 1 / -1;
  color: #fff;
  border-color: var(--premium-btn-brand);
  background: linear-gradient(135deg, var(--premium-btn-brand-light), var(--premium-btn-brand-dark));
}

.cookie-preferences-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(100, 58, 134, 0.35);
}

.cookie-preferences-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: var(--premium-btn-brand);
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
}

.cookie-preferences-link .material-symbols-outlined { font-size: 15px; }
.cookie-preferences-status {
  min-height: 16px;
  margin: 7px 0 0;
  color: #66810d;
  font-family: 'Geomanist', Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  body.cookie-preferences-open .back-to-top,
  body.cookie-preferences-open #telycal-chat-widget {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  footer {
    padding-inline: 1.25rem !important;
  }

  .back-to-top {
    left: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .cookie-preferences-button {
    left: 68px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .cookie-preferences-panel {
    left: 14px;
    bottom: 70px;
    width: calc(100vw - 28px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    padding: 17px;
    border-radius: 20px;
  }
}

/* Mobile navigation remains usable on short and landscape screens. */
@media (max-width: 767px) {
  #mobile-menu:not(.hidden) {
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255, 255, 255, 0.97) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 44px -34px rgba(45, 25, 69, 0.58);
  }

  #mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  #mobile-menu a[class*="text-center"] {
    justify-content: center;
  }

  #mobile-menu .mobile-services-accordion {
    border-bottom: 1px solid rgba(100, 58, 134, 0.12);
  }

  #mobile-menu .mobile-services-toggle {
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--premium-btn-brand);
    background: transparent;
    border: 0;
    font-family: 'Geomanist', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  #mobile-menu .mobile-services-chevron {
    font-size: 1.25rem;
    transition: transform 180ms ease;
  }

  #mobile-menu .mobile-services-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    margin: 0 0 0.65rem 0;
    padding: 0.25rem 0 0.45rem 0.75rem;
    border-left: 2px solid rgba(100, 58, 134, 0.14);
  }

  #mobile-menu .mobile-services-list[hidden] {
    display: none !important;
  }

  #mobile-menu .mobile-service-link {
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    border: 0;
    border-radius: 10px;
    color: var(--premium-btn-ink);
    font-family: 'Geomanist', Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.2;
  }

  #mobile-menu .mobile-service-link:hover,
  #mobile-menu .mobile-service-link:focus-visible,
  #mobile-menu .mobile-service-link[aria-current="page"] {
    color: var(--premium-btn-brand);
    background: rgba(100, 58, 134, 0.07);
  }

  body.mobile-menu-open .back-to-top,
  body.mobile-menu-open .cookie-preferences-button,
  body.mobile-menu-open .cookie-preferences-panel,
  body.mobile-menu-open #telycal-chat-widget {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* The complete navigation, now including Sectores, needs laptop-width room. */
@media (min-width: 768px) and (max-width: 1199px) {
  #main-header > .hidden[class~="md:flex"] {
    display: none !important;
  }

  #mobile-menu-btn {
    display: flex !important;
  }

  #mobile-menu:not(.hidden) {
    display: flex !important;
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255, 255, 255, 0.97) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 22px 44px -34px rgba(45, 25, 69, 0.58);
  }

  #mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  #mobile-menu a[class*="text-center"] {
    justify-content: center;
  }

  #mobile-menu .mobile-services-accordion {
    border-bottom: 1px solid rgba(100, 58, 134, 0.12);
  }

  #mobile-menu .mobile-services-toggle {
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--premium-btn-brand);
    background: transparent;
    border: 0;
    font-family: 'Geomanist', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
  }

  #mobile-menu .mobile-services-chevron {
    font-size: 1.25rem;
    transition: transform 180ms ease;
  }

  #mobile-menu .mobile-services-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    margin: 0 0 0.65rem 0;
    padding: 0.25rem 0 0.45rem 0.75rem;
    border-left: 2px solid rgba(100, 58, 134, 0.14);
  }

  #mobile-menu .mobile-services-list[hidden] {
    display: none !important;
  }

  #mobile-menu .mobile-service-link {
    min-height: 42px;
    padding: 0.55rem 0.75rem;
    border: 0;
    border-radius: 10px;
    color: var(--premium-btn-ink);
    font-family: 'Geomanist', Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.2;
  }

  #mobile-menu .mobile-service-link:hover,
  #mobile-menu .mobile-service-link:focus-visible,
  #mobile-menu .mobile-service-link[aria-current="page"] {
    color: var(--premium-btn-brand);
    background: rgba(100, 58, 134, 0.07);
  }

  body.mobile-menu-open .back-to-top,
  body.mobile-menu-open .cookie-preferences-button,
  body.mobile-menu-open .cookie-preferences-panel,
  body.mobile-menu-open #telycal-chat-widget {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Legal-page return links need the same comfortable touch area as buttons. */
header > div > a:last-child:not([aria-label]) {
  min-height: 44px;
  padding-inline: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid var(--premium-btn-brand);
  outline-offset: 3px;
}

#captcha-question {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 120ms linear, visibility 120ms linear;
  }
}

/* WCAG 2.2 accessibility foundation ------------------------------------- */
.a11y-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100000;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 0.75rem;
  background: #4a2468;
  color: #ffffff;
  font: 700 0.9rem/1.2 Inter, sans-serif;
  box-shadow: 0 8px 28px rgba(20, 11, 26, 0.32);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.a11y-skip-link:focus {
  outline: 3px solid #cbed31;
  outline-offset: 3px;
  transform: translateY(0);
}

.a11y-visually-hidden,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Prevent fixed navigation and floating widgets from hiding keyboard focus. */
:where(main, section, [id]) {
  scroll-margin-top: 7rem;
}

:where(a, button, input, textarea, select, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid #6f3c91 !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96) !important;
}

:where(a, button, input, textarea, select, summary) {
  -webkit-tap-highlight-color: rgba(100, 58, 134, 0.2);
}

button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
a[href] {
  touch-action: manipulation;
}

:where(button, [role="button"])[aria-disabled="true"],
:where(button, input, select, textarea):disabled {
  cursor: not-allowed;
}

/* Desktop dropdowns must open with the keyboard as well as on hover. */
#main-header .group:focus-within > div[class*="absolute"][class*="top-full"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Hospitality hotspots preserve their visual behaviour and gain keyboard/touch access. */
.hospitality-hotspot[role="button"] {
  cursor: pointer;
}

.hospitality-hotspot:is(:focus-within, .is-open) {
  z-index: 10000;
}

.hospitality-hotspot:is(:focus-within, .is-open) .hospitality-hotspot-popup,
.hospitality-hotspot.popup-left:is(:focus-within, .is-open) .hospitality-hotspot-popup,
.hospitality-hotspot.popup-right:is(:focus-within, .is-open) .hospitality-hotspot-popup {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) scale(1) !important;
}

.hospitality-hotspot.popup-left:is(:focus-within, .is-open) .hospitality-hotspot-popup,
.hospitality-hotspot.popup-right:is(:focus-within, .is-open) .hospitality-hotspot-popup {
  transform: translate(0, 0) scale(1) !important;
}

/* Optional enhanced-accessibility mode. The semantic baseline remains active. */
.a11y-mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(100, 58, 134, 0.24);
  border-radius: 50%;
  background: rgba(100, 58, 134, 0.06);
  color: #4a2468;
  box-shadow: 0 6px 18px rgba(55, 32, 71, 0.08);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  cursor: pointer;
}

.a11y-mode-toggle .material-symbols-outlined {
  font-size: 1.45rem;
}

.a11y-mode-toggle:hover {
  color: #ffffff;
  background: #643a86;
  border-color: #643a86;
  transform: translateY(-1px);
}

.a11y-mode-toggle[aria-expanded="true"],
.a11y-mode-toggle[data-active="true"] {
  color: #ffffff;
  background: #643a86;
  border-color: #643a86;
  box-shadow: 0 0 0 4px rgba(167, 195, 73, 0.22);
}

.a11y-options-panel {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2147483000;
  width: min(390px, calc(100vw - 2.5rem));
  max-height: min(780px, calc(100vh - 2.5rem));
  overflow: hidden;
  border: 1px solid rgba(100, 58, 134, 0.2);
  border-radius: 1.5rem;
  background: rgba(250, 248, 252, 0.98);
  color: #1f1a23;
  box-shadow: 0 26px 70px rgba(45, 25, 62, 0.26);
  backdrop-filter: blur(22px);
}

.a11y-options-panel[hidden] {
  display: none !important;
}

html.a11y-panel-open body {
  overflow: hidden;
}

.a11y-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.1rem;
  border-bottom: 1px solid rgba(100, 58, 134, 0.14);
  background: linear-gradient(135deg, #ffffff 0%, #f3edf7 100%);
}

.a11y-panel-kicker {
  display: block;
  margin-bottom: 0.25rem;
  color: #643a86;
  font: 800 0.66rem/1.2 "Space Grotesk", sans-serif;
  letter-spacing: 0.18em;
}

.a11y-panel-header h2 {
  margin: 0;
  color: #1f1a23;
  font: 800 1.2rem/1.25 Sora, sans-serif;
}

.a11y-panel-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(100, 58, 134, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: #643a86;
  cursor: pointer;
}

.a11y-panel-content {
  display: grid;
  gap: 0.85rem;
  max-height: calc(100vh - 8.5rem);
  padding: 1rem;
  overflow-y: auto;
}

.a11y-panel-content section {
  padding: 0.9rem;
  border: 1px solid rgba(100, 58, 134, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.a11y-panel-content h3 {
  margin: 0 0 0.7rem;
  color: #643a86;
  font: 800 0.72rem/1.2 "Space Grotesk", sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.a11y-option-grid,
.a11y-text-size {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.a11y-option-grid-three,
.a11y-text-size {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.a11y-option-grid button,
.a11y-text-size button,
.a11y-wide-option,
.a11y-reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 64px;
  padding: 0.65rem 0.5rem;
  border: 1px solid rgba(100, 58, 134, 0.16);
  border-radius: 0.8rem;
  background: #ffffff;
  color: #4a2468;
  font: 750 0.73rem/1.25 Inter, sans-serif;
  text-align: center;
  cursor: pointer;
}

.a11y-option-grid button,
.a11y-text-size button {
  flex-direction: column;
}

.a11y-option-grid button .material-symbols-outlined,
.a11y-wide-option .material-symbols-outlined {
  font-size: 1.35rem;
}

.a11y-text-size strong {
  font: 800 1.25rem/1 Sora, sans-serif;
}

.a11y-option-grid button[aria-pressed="true"],
.a11y-text-size button[aria-pressed="true"],
.a11y-wide-option[aria-pressed="true"] {
  border-color: #643a86;
  background: linear-gradient(135deg, #643a86, #8152a5);
  color: #ffffff;
  box-shadow: 0 7px 18px rgba(100, 58, 134, 0.2);
}

.a11y-wide-option {
  width: 100%;
  min-height: 52px;
  margin-top: 0.55rem;
}

.a11y-reset-button {
  width: 100%;
  min-height: 52px;
  border-color: #643a86;
  background: #643a86;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.a11y-panel-note {
  margin: 0;
  color: #5a5060;
  font: 500 0.72rem/1.5 Inter, sans-serif;
  text-align: center;
}

@media (max-width: 639px) {
  .a11y-options-panel {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 88vh;
    border-radius: 1.4rem 1.4rem 0 0;
  }

  .a11y-panel-content {
    max-height: calc(88vh - 5.25rem);
  }

  html.a11y-panel-open #telycal-chat-widget {
    z-index: 2147482000 !important;
    pointer-events: none !important;
  }
}

html.a11y-text-small {
  font-size: 93.75%;
}

html.a11y-text-large {
  font-size: 112.5%;
}

html.a11y-readable-text body {
  font-family: Arial, Verdana, sans-serif !important;
  letter-spacing: 0.01em;
}

html.a11y-readable-text main :where(p, li, dd, dt, label, input, textarea, select) {
  line-height: 1.7 !important;
}

html.a11y-readable-text :where(input, textarea, select) {
  border-color: #643a86 !important;
  border-width: 2px !important;
}

html.a11y-highlight-links main a:not([class*="bg-"]):not([class*="rounded"]) {
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}

html.a11y-highlight-headings main :where(h1, h2, h3, h4) {
  padding-inline-start: 0.35em;
  border-inline-start: 0.18em solid #a7c349;
  text-decoration: underline;
  text-decoration-color: rgba(100, 58, 134, 0.35);
  text-underline-offset: 0.14em;
}

html.a11y-focus-enhanced :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline-width: 4px !important;
  outline-offset: 4px !important;
}

html.a11y-high-contrast body {
  filter: contrast(1.18);
}

html.a11y-big-cursor,
html.a11y-big-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='44' viewBox='0 0 36 44'%3E%3Cpath d='M3 2v32l8-8 6 14 7-3-6-13h13z' fill='white' stroke='%23000' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") 3 2, auto !important;
}

/* User choice and operating-system preference both disable non-essential motion. */
html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
  transition-delay: 0ms !important;
}

html.a11y-reduce-motion .motion-reveal,
html.a11y-reduce-motion .reveal-on-scroll,
html.a11y-reduce-motion .reveal-up,
html.a11y-reduce-motion .case-reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

/* Text spacing and 400% zoom must not clip content or force horizontal reading. */
main :where(p, li, dd, dt, label, input, textarea, select, button, a) {
  overflow-wrap: break-word;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

input,
textarea,
select {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 420px) {
  :where(main, footer) :where(a, button):not(.back-to-top):not(.cookie-preferences-button) {
    max-width: 100%;
  }
}

@media (forced-colors: active) {
  :where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
    outline: 3px solid CanvasText !important;
  }

  .a11y-skip-link,
  .a11y-mode-toggle {
    border: 2px solid ButtonText;
  }
}

/*
 * Shared button sizing
 *
 * Keep icon-only controls compact while giving every navigational and form
 * action a consistent, comfortable target across the whole site.
 */
:where(
  a[class*="bg-brand"][class*="text-white"],
  button[class*="bg-brand"][class*="text-white"],
  button[type="submit"][class*="bg-brand"],
  a[class*="purple-glow"],
  a[class*="bg-white"][class*="text-brand"],
  a[class*="bg-white/40"][class*="text-brand"],
  button[class*="bg-surface-container"],
  #accept-cookies,
  #reject-cookies,
  a[class*="bg-brand/10"][class*="text-brand"]
):not([class*="w-9"]):not(.phase-control) {
  min-height: var(--premium-btn-height) !important;
  padding: 0.9rem 1.65rem !important;
  border-radius: var(--premium-btn-radius) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-size: 0.875rem !important;
  line-height: 1.15 !important;
  letter-spacing: 0.065em !important;
  text-align: center;
  cursor: pointer;
}

main :where(
  a[class*="bg-brand"][class*="text-white"],
  button[class*="bg-brand"][class*="text-white"],
  button[type="submit"][class*="bg-brand"],
  a[class*="purple-glow"],
  a[class*="bg-white"][class*="text-brand"],
  a[class*="bg-white/40"][class*="text-brand"]
):not([class*="w-9"]):not(.phase-control) {
  min-height: var(--premium-btn-height-large) !important;
  padding-inline: clamp(1.75rem, 3vw, 2.25rem) !important;
}

/*
 * Service hero actions
 *
 * Primary and secondary actions belong to the same visual group. On compact
 * screens both buttons share the available width; from tablet upwards they
 * become a balanced two-column pair without either action looking detached.
 */
.service-hero-actions {
  width: min(100%, 44rem);
  align-items: stretch;
}

.service-hero-actions > a {
  min-width: 0;
  min-height: 64px;
  flex: 1 1 0;
  width: 100%;
  max-width: none !important;
  padding: 1rem 2rem !important;
  border-radius: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  letter-spacing: 0.075em !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-wrap: balance;
}

.service-hero-actions > a:first-child {
  flex-grow: 1.35;
}

.service-hero-actions > a:last-child {
  flex-grow: 0.9;
}

@media (min-width: 1024px) {
  .service-hero-actions {
    margin-inline: 0;
  }
}

@media (max-width: 640px) {
  main :where(
    a[class*="bg-brand"][class*="text-white"],
    button[class*="bg-brand"][class*="text-white"],
    button[type="submit"][class*="bg-brand"],
    a[class*="purple-glow"]
  ):not([class*="w-9"]):not(.phase-control) {
    width: 100%;
    max-width: 24rem;
  }

  .service-hero-actions {
    width: 100%;
    max-width: 32rem;
    margin-inline: auto;
    gap: 0.75rem;
  }

  .service-hero-actions > a {
    max-width: none !important;
    min-height: 58px !important;
    padding: 0.9rem 1.1rem !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.045em !important;
  }
}

a[class*="bg-brand"][class*="text-white"],
button[class*="bg-brand"][class*="text-white"],
#accept-cookies,
button[type="submit"][class*="bg-brand"],
a[class*="purple-glow"],
.phase-control[class*="bg-brand"],
a[class*="bg-white"][class*="text-brand"],
a[class*="bg-white/40"][class*="text-brand"],
button[class*="bg-surface-container"],
#reject-cookies,
a[class*="bg-brand/10"][class*="text-brand"],
a[class*="w-9"][class*="h-9"][class*="text-brand"],
.phase-control,
.side-nav-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-width: 1px !important;
  outline: none;
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 180ms ease !important;
}

a[class*="bg-brand"][class*="text-white"],
button[class*="bg-brand"][class*="text-white"],
#accept-cookies,
button[type="submit"][class*="bg-brand"],
a[class*="purple-glow"],
.phase-control[class*="bg-brand"] {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 34%, rgba(0, 0, 0, 0.10) 100%),
    linear-gradient(135deg, var(--premium-btn-brand-light) 0%, var(--premium-btn-brand) 46%, var(--premium-btn-brand-dark) 100%) !important;
  box-shadow:
    0 18px 34px -14px var(--premium-btn-shadow),
    0 8px 16px -10px rgba(35, 16, 54, 0.42),
    0 2px 0 rgba(255, 255, 255, 0.34) inset,
    0 -2px 0 rgba(30, 14, 48, 0.30) inset,
    0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
  text-shadow: 0 1px 1px rgba(30, 14, 48, 0.34);
}

a[class*="bg-white"][class*="text-brand"],
a[class*="bg-white/40"][class*="text-brand"],
button[class*="bg-surface-container"],
#reject-cookies,
a[class*="bg-brand/10"][class*="text-brand"],
a[class*="w-9"][class*="h-9"][class*="text-brand"],
.phase-control:not([class*="bg-brand"]),
.side-nav-btn {
  color: var(--premium-btn-brand) !important;
  border-color: rgba(100, 58, 134, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 249, 0.88) 54%, rgba(230, 224, 237, 0.78)),
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.94), transparent 42%) !important;
  box-shadow:
    0 16px 28px -18px rgba(50, 26, 74, 0.30),
    0 8px 16px -14px rgba(34, 18, 50, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.92) inset,
    0 -2px 0 rgba(100, 58, 134, 0.10) inset,
    0 0 0 1px rgba(255, 255, 255, 0.55) inset !important;
}

a[class*="bg-brand"][class*="text-white"]::before,
button[class*="bg-brand"][class*="text-white"]::before,
#accept-cookies::before,
button[type="submit"][class*="bg-brand"]::before,
a[class*="purple-glow"]::before,
.phase-control::before,
a[class*="bg-white"][class*="text-brand"]::before,
a[class*="bg-white/40"][class*="text-brand"]::before,
button[class*="bg-surface-container"]::before,
#reject-cookies::before,
a[class*="bg-brand/10"][class*="text-brand"]::before,
a[class*="w-9"][class*="h-9"][class*="text-brand"]::before,
.side-nav-btn::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 46%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

a[class*="bg-brand"][class*="text-white"]::after,
button[class*="bg-brand"][class*="text-white"]::after,
#accept-cookies::after,
button[type="submit"][class*="bg-brand"]::after,
a[class*="purple-glow"]::after,
.phase-control::after,
a[class*="bg-white"][class*="text-brand"]::after,
a[class*="bg-white/40"][class*="text-brand"]::after,
button[class*="bg-surface-container"]::after,
#reject-cookies::after,
a[class*="bg-brand/10"][class*="text-brand"]::after,
a[class*="w-9"][class*="h-9"][class*="text-brand"]::after,
.side-nav-btn::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -20%;
  width: 36%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  transform: rotate(18deg) translateX(-180%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: -1;
}

a[class*="bg-brand"][class*="text-white"]:hover,
button[class*="bg-brand"][class*="text-white"]:hover,
#accept-cookies:hover,
button[type="submit"][class*="bg-brand"]:hover,
a[class*="purple-glow"]:hover,
.phase-control:hover,
a[class*="bg-white"][class*="text-brand"]:hover,
a[class*="bg-white/40"][class*="text-brand"]:hover,
button[class*="bg-surface-container"]:hover,
#reject-cookies:hover,
a[class*="bg-brand/10"][class*="text-brand"]:hover,
a[class*="w-9"][class*="h-9"][class*="text-brand"]:hover,
.side-navigation-zone:hover .side-nav-btn,
.side-nav-btn:hover {
  transform: translate3d(0, -3px, 0) scale(1.015) !important;
  box-shadow:
    0 24px 42px -16px rgba(60, 28, 92, 0.36),
    0 12px 20px -14px rgba(34, 18, 50, 0.30),
    0 2px 0 rgba(255, 255, 255, 0.82) inset,
    0 -2px 0 rgba(44, 20, 68, 0.18) inset,
    0 0 0 4px var(--premium-btn-ring) !important;
}

a[class*="bg-brand"][class*="text-white"]:hover::after,
button[class*="bg-brand"][class*="text-white"]:hover::after,
#accept-cookies:hover::after,
button[type="submit"][class*="bg-brand"]:hover::after,
a[class*="purple-glow"]:hover::after,
.phase-control:hover::after,
a[class*="bg-white"][class*="text-brand"]:hover::after,
a[class*="bg-white/40"][class*="text-brand"]:hover::after,
button[class*="bg-surface-container"]:hover::after,
#reject-cookies:hover::after,
a[class*="bg-brand/10"][class*="text-brand"]:hover::after,
a[class*="w-9"][class*="h-9"][class*="text-brand"]:hover::after,
.side-navigation-zone:hover .side-nav-btn::after,
.side-nav-btn:hover::after {
  transform: rotate(18deg) translateX(360%);
}

a[class*="bg-brand"][class*="text-white"]:active,
button[class*="bg-brand"][class*="text-white"]:active,
#accept-cookies:active,
button[type="submit"][class*="bg-brand"]:active,
a[class*="purple-glow"]:active,
.phase-control:active,
a[class*="bg-white"][class*="text-brand"]:active,
a[class*="bg-white/40"][class*="text-brand"]:active,
button[class*="bg-surface-container"]:active,
#reject-cookies:active,
a[class*="bg-brand/10"][class*="text-brand"]:active,
a[class*="w-9"][class*="h-9"][class*="text-brand"]:active,
.side-navigation-zone:active .side-nav-btn,
.side-nav-btn:active {
  transform: translate3d(0, 1px, 0) scale(0.985) !important;
  box-shadow:
    0 10px 18px -14px rgba(40, 20, 60, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.38) inset,
    0 -1px 0 rgba(44, 20, 68, 0.22) inset !important;
}

a[class*="w-9"][class*="h-9"][class*="text-brand"]:hover {
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 42%, rgba(0, 0, 0, 0.10)),
    linear-gradient(135deg, var(--premium-btn-brand-light), var(--premium-btn-brand-dark)) !important;
}

button[id="mobile-menu-btn"] {
  border-radius: 14px;
  padding: 8px;
}

button[id="mobile-menu-btn"]:hover {
  background: rgba(100, 58, 134, 0.08);
  box-shadow: 0 10px 22px -18px rgba(54, 28, 82, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

a[class*="bg-brand"]:focus-visible,
a[class*="purple-glow"]:focus-visible,
button[class*="bg-brand"]:focus-visible,
button[class*="bg-surface-container"]:focus-visible,
#accept-cookies:focus-visible,
#reject-cookies:focus-visible,
.phase-control:focus-visible,
.side-nav-btn:focus-visible,
button[id="mobile-menu-btn"]:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.96) !important;
  outline-offset: 3px;
  box-shadow:
    0 0 0 6px var(--premium-btn-ring),
    0 18px 34px -14px var(--premium-btn-shadow) !important;
}

html.page-loading #bg-scroll-video {
  opacity: 0 !important;
}

html.page-bg-ready #bg-scroll-video {
  opacity: 1 !important;
  transition: opacity 760ms ease;
}

/* Shared contact form system used across the site. */
.contact-card {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(100, 58, 134, 0.13);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(38, 27, 45, 0.09), 0 1px 0 rgba(255, 255, 255, 0.86) inset;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(14px) saturate(1.08);
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  inset: 0 3rem auto;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, #643a86, #a7c349);
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(100, 58, 134, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(100, 58, 134, 0.28);
  box-shadow: 0 14px 34px rgba(100, 58, 134, 0.08);
}

.contact-method-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  color: #643a86;
  background: rgba(100, 58, 134, 0.08);
}

.form-field {
  display: grid;
  gap: 0.5rem;
}

.form-field label,
.field-label {
  color: #643a86;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(100, 58, 134, 0.16);
  border-radius: 15px;
  background: #f8f6fa;
  color: #211d23;
  padding: 0.85rem 1rem;
  font: 500 0.94rem Inter, sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.form-control:focus {
  outline: 0;
  border-color: #643a86;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(100, 58, 134, 0.09);
}

.form-control::placeholder {
  color: #77717d;
}

.privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.78rem;
  line-height: 1.6;
  color: #514b55;
}

.privacy-row input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 0.1rem;
  accent-color: #643a86;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #7a489d, #43215d);
  box-shadow: 0 16px 34px rgba(100, 58, 134, 0.24), inset 0 1px rgba(255, 255, 255, 0.35);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(100, 58, 134, 0.3), inset 0 1px rgba(255, 255, 255, 0.35);
}

.primary-button:active {
  transform: translateY(0) scale(0.99);
}

.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.form-status.is-visible { display: block; }
.form-status.is-success { color: #31500d; background: rgba(167, 195, 73, 0.18); }
.form-status.is-error { color: #8a2530; background: rgba(193, 48, 64, 0.1); }
.form-status.is-info { color: #643a86; background: rgba(100, 58, 134, 0.08); }

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  .contact-card::before { inset-inline: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html.page-loading #bg-scroll-video,
  html.page-bg-ready #bg-scroll-video {
    transform: none;
    filter: none;
    transition: opacity 160ms linear;
  }
}

/* Global responsive foundation shared by every marketing-page template. */
#main-header {
  isolation: isolate;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(100, 58, 134, 0.12);
  box-shadow: 0 12px 34px -28px rgba(45, 25, 69, 0.72);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  backdrop-filter: blur(20px) saturate(1.2);
}

#main-header > :where(div, a, button),
body :where(.grid, [class*="-grid"]) > * {
  min-width: 0;
}

body :where(img, video, canvas, iframe) {
  max-width: 100%;
}

body :where(
  .glass-card,
  .premium-card,
  .service-offer-card,
  .network-offer-card,
  .security-offer-card,
  .hospitality-offer-card,
  .operator-offer-card,
  .partner-logo-card,
  .security-partner-card,
  .hospitality-partner-card,
  .logo-card-3d,
  .solution-panel,
  .identity-card,
  .cert-tile,
  .sector-solution-card,
  .sector-foundation-step
) {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1199px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  #main-header {
    min-height: 4.5rem;
    padding-top: max(0.8rem, env(safe-area-inset-top)) !important;
    padding-right: max(1rem, env(safe-area-inset-right)) !important;
    padding-bottom: 0.8rem !important;
    padding-left: max(1rem, env(safe-area-inset-left)) !important;
  }

  #mobile-menu-btn {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(100, 58, 134, 0.14);
    border-radius: 0.875rem;
    color: #42245a !important;
    background: rgba(100, 58, 134, 0.07);
  }

  #mobile-menu:not(.hidden) {
    inset-inline: 0;
    width: 100%;
    max-height: calc(100dvh - 4.5rem);
    padding: 0.65rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)) !important;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #21182c;
    background: #fff !important;
    border-bottom: 1px solid rgba(100, 58, 134, 0.14) !important;
    box-shadow: 0 24px 56px -28px rgba(45, 25, 69, 0.65);
    opacity: 1;
    transform: none !important;
  }

  #mobile-menu .mobile-nav-link,
  #mobile-menu .mobile-nav-cta {
    display: flex;
    min-height: 46px;
    align-items: center;
    padding: 0.7rem 0.25rem;
    border-bottom: 1px solid rgba(100, 58, 134, 0.1);
    color: #21182c;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.25;
    text-decoration: none;
  }

  #mobile-menu :where(.mobile-nav-link, .mobile-service-link)[aria-current="page"] {
    color: #643a86;
  }

  #mobile-menu .mobile-nav-cta {
    min-height: 48px;
    justify-content: center;
    margin-top: 0.75rem;
    padding-inline: 1rem;
    border: 0;
    border-radius: 0.875rem;
    color: #fff;
    background: #643a86;
  }

  #mobile-menu .mobile-services-accordion {
    border-bottom-color: rgba(100, 58, 134, 0.1);
  }

  #mobile-menu .mobile-services-list {
    margin-bottom: 0.5rem;
    padding-bottom: 0.35rem;
  }
}

@media (max-width: 640px) {
  body :where(.container, .sector-container) {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding-inline: 1rem;
  }

  main :where(h1, h2, h3, p, a, button) {
    overflow-wrap: anywhere;
  }

  main :where(.flex, [class*="-actions"]) {
    min-width: 0;
  }

  main :where(.flex, [class*="-actions"]) > :where(a, button) {
    max-width: 100%;
    white-space: normal;
  }

  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
