:root {
  --hl-navy: #14213f;
  --hl-navy-deep: #0e1830;
  --hl-navy-card: #1c2c56;
  --hl-yellow: #e3e62e;
  --hl-bg: #f1f1ec;
  --hl-card: #ffffff;
  --hl-ink: #14213f;
  --hl-mute: #5f6473;
  --hl-mute-dark: #9aa0bc;
  --hl-placeholder: #d8d9d2;
  --hl-white: #ffffff;
  --hl-hairline: rgba(20, 33, 63, 0.1);
  --hl-hairline-dark: #3a4a78;
  --hl-shadow: 0 1px 2px rgba(20, 33, 63, 0.04), 0 10px 24px -8px rgba(20, 33, 63, 0.14);
  --hl-shadow-lg: 0 4px 8px rgba(20, 33, 63, 0.04), 0 24px 48px -12px rgba(20, 33, 63, 0.22);

  --hl-success: #1f7a4d;
  --hl-warning: #b9781a;
  --hl-warning-bg: #faf1de;

  --hl-font-head: 'Space Grotesk', sans-serif;
  --hl-font-body: 'Inter', sans-serif;

  --hl-fs-60: 60px;
  --hl-fs-40: 40px;
  --hl-fs-32: 32px;
  --hl-fs-28: 28px;
  --hl-fs-22: 22px;
  --hl-fs-16: 16px;
  --hl-fs-14: 14px;
  --hl-fs-12: 12px;
  --hl-fs-10: 10px;
}

/* --------------------------------------------------------------------- */
/* Base                                                                   */
/* --------------------------------------------------------------------- */

.hl-site {
  background: var(--hl-bg);
  color: var(--hl-ink);
}

.hl-site,
.hl-site * {
  font-family: var(--hl-font-body);
  box-sizing: border-box;
}

.hl-site h1,
.hl-site h2,
.hl-site h3,
.hl-site h4,
.hl-site h5,
.hl-site h6 {
  margin: 0;
  font-family: var(--hl-font-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--hl-ink);
}

.hl-site p,
.hl-site span,
.hl-site li,
.hl-site label {
  margin: 0;
  color: var(--hl-ink);
  line-height: 1.5;
}

.hl-site a {
  color: inherit;
  text-decoration: none;
}

.hl-site ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hl-site img {
  max-width: 100%;
}

/* Eyebrow / kicker label */
.hl-eyebrow {
  display: inline-block;
  font-family: var(--hl-font-body);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--hl-mute);
}

/* Highlight chip — signature move, one per headline */
.hl-chip {
  background: var(--hl-yellow);
  color: var(--hl-navy) !important;
  padding: 0 14px;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* --------------------------------------------------------------------- */
/* Buttons                                                                */
/* --------------------------------------------------------------------- */

.hl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--hl-font-body);
  font-weight: 700;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hl-btn--sm {
  font-size: var(--hl-fs-12);
  padding: 9px 16px;
}

.hl-btn--md {
  font-size: var(--hl-fs-14);
  padding: 13px 24px;
}

.hl-btn--full {
  width: 100%;
}

.hl-btn--accent {
  background: var(--hl-yellow);
  border-color: var(--hl-yellow);
  color: var(--hl-navy);
}

.hl-btn--accent:hover {
  background: var(--hl-navy);
  border-color: var(--hl-navy);
  color: var(--hl-white);
}

.hl-btn--secondary {
  background: transparent;
  border-color: var(--hl-hairline-dark);
  color: var(--hl-ink);
}

.hl-btn--secondary:hover {
  border-color: var(--hl-navy);
}

.hl-btn--light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--hl-white);
}

.hl-btn--light:hover {
  background: var(--hl-white);
  color: var(--hl-navy);
  border-color: var(--hl-white);
}

.banner-inner-wrapper-five__narrow {
  max-width: 760px;
  margin: 0 auto;
}

/* --------------------------------------------------------------------- */
/* Legal pages (hero + content block)                                    */
/* --------------------------------------------------------------------- */

.rts-legal-hero-area {
  background: var(--hl-bg);
  text-align: center;
}

.rts-legal-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

.rts-legal-hero-inner .hl-eyebrow {
  color: var(--hl-mute);
  margin-bottom: 14px;
}

.rts-legal-hero-inner .title {
  font-size: 48px;
  color: var(--hl-navy);
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .rts-legal-hero-inner .title {
    font-size: 32px;
  }
}

.rts-legal-hero-inner .disc {
  font-size: var(--hl-fs-14);
  color: var(--hl-mute) !important;
  font-weight: 600;
}

.rts-legal-content-area {
  background: var(--hl-card);
  padding-top: 120px;
}

.rts-legal-content-inner {
  max-width: 760px;
  margin: 0 auto;
}

.rts-legal-content-inner h2 {
  font-size: 24px;
  color: var(--hl-navy);
  margin: 40px 0 12px;
  padding-top: 32px;
  border-top: 1px solid var(--hl-hairline);
}

.rts-legal-content-inner h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.rts-legal-content-inner p {
  font-size: var(--hl-fs-16);
  color: var(--hl-ink) !important;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rts-legal-content-inner ul,
.rts-legal-content-inner ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

.rts-legal-content-inner li {
  font-size: var(--hl-fs-16);
  color: var(--hl-ink) !important;
  line-height: 1.7;
  margin-bottom: 8px;
}

.rts-legal-content-inner a {
  color: var(--hl-navy) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --------------------------------------------------------------------- */
/* Cookie consent bar                                                    */
/* --------------------------------------------------------------------- */

.accept-cookies-block {
  position: fixed !important;
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  max-width: 640px !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 20px 24px !important;
  background: var(--hl-navy) !important;
  box-shadow: var(--hl-shadow-lg);
  z-index: 999999999;
}

.accept-cookies-block .content-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.accept-cookies-block .content-text p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: var(--hl-fs-14);
  line-height: 1.6;
  font-family: var(--hl-font-body);
  font-weight: 400 !important;
}

.accept-cookies-block .content-text p a {
  color: var(--hl-white) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.accept-cookies-block .content-inner .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--hl-yellow) !important;
  color: var(--hl-navy) !important;
  font-weight: 700;
  font-family: var(--hl-font-body);
  font-size: var(--hl-fs-14);
  padding: 11px 24px;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
  margin-left: auto;
}

.accept-cookies-block .content-inner .button:hover {
  background: var(--hl-white) !important;
}

@media (max-width: 480px) {
  .accept-cookies-block {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 18px !important;
  }

  .accept-cookies-block .content-inner .button {
    margin-left: 0;
    width: 100%;
  }
}

/* --------------------------------------------------------------------- */
/* Footer (dark)                                                         */
/* --------------------------------------------------------------------- */

.hl-footer-dark {
  background: var(--hl-navy) !important;
}

.hl-footer-dark .logo-area img {
  height: 34px;
  width: auto;
  max-width: none;
}

.hl-footer-dark .logo-area p.disc {
  color: rgba(255, 255, 255, 0.6);
}

.hl-footer-dark .single-nav-area-footer p.parent {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.hl-footer-dark .single-nav-area-footer ul li a {
  color: rgba(255, 255, 255, 0.85);
}

.hl-footer-dark .single-nav-area-footer ul li a::after {
  background: rgba(255, 255, 255, 0.18);
}

.hl-footer-dark .single-nav-area-footer ul li a::before {
  background: var(--hl-yellow);
}

.hl-footer-dark .single-nav-area-footer ul li a:hover {
  color: var(--hl-yellow);
}

.hl-footer-copyright-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  justify-content: center !important;
}

.hl-footer-copyright-wrapper p {
  color: rgba(255, 255, 255, 0.55);
}

/* --------------------------------------------------------------------- */
/* Contact form (dark section)                                           */
/* --------------------------------------------------------------------- */

.hl-contact-dark {
  background: var(--hl-navy-deep);
  margin-top: 120px;
}

.hl-contact-dark .text-center-title-bg-white .title {
  color: var(--hl-white);
}

.hl-contact-dark .text-center-title-bg-white p {
  color: rgba(255, 255, 255, 0.68);
}

.hl-contact-dark .contact-form-box {
  max-width: 700px;
  margin: 56px auto 0;
}

.hl-contact-dark .form-clt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hl-contact-dark .access-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  color: var(--hl-white);
  padding: 14px 16px;
  font-family: var(--hl-font-body);
  font-size: var(--hl-fs-14);
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.hl-contact-dark .access-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.hl-contact-dark .access-input:focus {
  outline: none;
  border-color: var(--hl-yellow);
  background: rgba(255, 255, 255, 0.1);
}

.hl-contact-dark textarea.access-input {
  resize: vertical;
  min-height: 130px;
}

.hl-contact-dark .access-input.input-error {
  border-color: #ff6b6b;
}

.hl-contact-dark .field-error {
  display: none;
  font-size: 12px;
  color: #ff8a8a;
}

.hl-contact-dark .field-error.visible {
  display: block;
}

.hl-contact-dark .form-loading,
.hl-contact-dark .form-error-msg,
.hl-contact-dark .form-sent {
  display: none;
}

.hl-contact-dark .form-loading.d-block,
.hl-contact-dark .form-error-msg.d-block,
.hl-contact-dark .form-sent.d-block {
  display: flex;
}

.hl-contact-dark .form-loading {
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--hl-fs-14);
}

.hl-contact-dark .form-loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--hl-yellow);
  border-radius: 50%;
  animation: hl-spin 0.7s linear infinite;
}

@keyframes hl-spin {
  to {
    transform: rotate(360deg);
  }
}

.hl-contact-dark .form-error-msg {
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.4);
  color: #ff8a8a;
  padding: 12px 16px;
  font-size: var(--hl-fs-14);
}

.hl-contact-dark .form-sent {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  background: rgba(31, 122, 77, 0.15);
  border: 1px solid rgba(31, 122, 77, 0.5);
  padding: 24px;
  width: 100%;
}

.hl-contact-dark .form-sent-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hl-yellow);
  color: var(--hl-navy);
  font-weight: 700;
  margin-bottom: 8px;
}

.hl-contact-dark .form-sent-title {
  color: var(--hl-white);
  font-family: var(--hl-font-head);
  font-weight: 700;
  font-size: 16px;
}

.hl-contact-dark .form-sent-sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--hl-fs-14);
}

.hl-contact-dark .contact-button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.hl-contact-dark .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--hl-yellow);
  color: var(--hl-navy);
  border: none;
  padding: 16px 32px;
  font-family: var(--hl-font-body);
  font-weight: 700;
  font-size: var(--hl-fs-14);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
  width: 100%;
}

.hl-contact-dark .theme-btn:hover {
  background: var(--hl-white);
  transform: translateY(-1px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.hl-contact-dark .theme-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.keybenefits-area {
  background: #f8f9fa !important;
}

.single-benefits-area-wrapper {
  background: transparent;
}

.single-benefits-area-wrapper.bg-light {
  background: #ffffff !important;
}

.benefits-bottom-text {
  max-width: 600px;
  margin: 48px auto 0;
  text-align: center;
  color: var(--hl-mute);
  font-size: var(--hl-fs-16);
  line-height: 1.6;
}

.single-benefits-area-wrapper .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hl-navy);
}

.single-benefits-area-wrapper .icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.hl-brand-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.hl-brand-wrapper .swiper {
  width: 100%;
}

.hl-brand-eyebrow {
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
  font-size: var(--hl-fs-14);
  font-weight: 600;
  color: var(--hl-mute);
}

.hl-tech-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-family: var(--hl-font-head);
  font-weight: 700;
  font-size: 26px;
  color: #999999;
  white-space: nowrap;
  text-align: center;
}

.hl-module-card {
  background: var(--hl-card);
  border: 1px solid var(--hl-hairline);
  padding: 40px 32px;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.hl-module-card:hover {
  box-shadow: var(--hl-shadow-lg);
  transform: translateY(-2px);
}

.hl-module-card .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hl-navy);
  margin-bottom: 24px;
}

.hl-module-card .icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.hl-module-card .title {
  font-size: 20px;
  color: var(--hl-navy);
  margin-bottom: 0;
}

.hl-module-card .disc {
  font-size: var(--hl-fs-14);
  color: var(--hl-mute);
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease;
}

.hl-module-card:hover .disc {
  max-height: 120px;
  opacity: 1;
  margin-top: 14px;
}

.single-service-border-top .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hl-navy);
}

.single-service-border-top .icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.what-we-do-area-start {
  border-bottom: 1px solid rgba(20, 33, 63, 0.18);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .keybenefits-area .col-md-4 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .cta-main-wrapper-area-four {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .service-list-between {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    gap: 30px !important;
  }

  .service-list-between .right-area-thumbnail {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
  }

  .service-list-between .right-area-thumbnail img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .counter-up-wrapper-5 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 32px !important;
    flex-wrap: nowrap !important;
  }

  .counter-up-wrapper-5 .single-counter-area {
    padding: 0 0 24px !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(20, 33, 63, 0.12);
    text-align: center !important;
  }

  .counter-up-wrapper-5 .single-counter-area:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}

.counter-area-heading {
  max-width: 620px;
  margin: 0 auto 8px;
  text-align: center;
}

.counter-area-heading .hl-eyebrow {
  color: var(--hl-mute);
  margin-bottom: 12px;
}

.counter-area-heading .title {
  font-size: 32px;
  color: var(--hl-navy);
  line-height: 1.3;
}

@media (max-width: 767px) {
  .counter-area-heading .title {
    font-size: 24px;
  }
}

.hero-visual-five {
  max-width: 1120px;
  margin: 90px auto 0;
}

.hero-visual-five img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-actions-five {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-actions-five .rts-btn {
  margin: 0;
}

/* --------------------------------------------------------------------- */
/* Header                                                                 */
/* --------------------------------------------------------------------- */

.header-four-wrapper .logo img {
  height: 32px;
  width: auto;
  display: block;
}

.hl-header {
  min-height: 0;
  background: rgba(241, 241, 236, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hl-hairline);
  position: sticky;
  top: 0;
  z-index: 400;
}

.hl-header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.hl-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hl-header__logo img {
  height: 30px;
  width: auto;
  display: block;
}

.hl-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
}

.hl-header__nav a {
  font-size: var(--hl-fs-14);
  font-weight: 600;
  color: var(--hl-ink) !important;
}

.hl-header__nav a:hover {
  color: var(--hl-navy) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hl-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.hl-header__toggle {
  display: none;
}

@media (max-width: 900px) {
  .hl-header__nav,
  .hl-header__actions {
    display: none;
  }
}

.header-area-four .button-area-right-header {
  display: flex !important;
  align-items: center;
  gap: 16px;
}

.header-cta-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta-buttons .rts-btn {
  height: 42px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .header-cta-buttons {
    display: none;
  }
}

.mobile-menu-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--hl-hairline);
}

.mobile-menu-cta-buttons .rts-btn {
  width: 100%;
}

/* --------------------------------------------------------------------- */
/* Footer                                                                 */
/* --------------------------------------------------------------------- */

.hl-footer {
  min-height: 0;
  background: var(--hl-navy-deep) !important;
  color: var(--hl-white) !important;
  padding: 64px 24px 28px;
}

.hl-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.hl-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 860px) {
  .hl-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .hl-footer__top {
    grid-template-columns: 1fr;
  }
}

.hl-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hl-footer__brand img {
  height: 26px;
  width: auto;
}

.hl-footer__brand p {
  font-size: var(--hl-fs-12);
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.6;
  max-width: 280px;
}

.hl-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hl-footer__col h5 {
  font-family: var(--hl-font-head);
  font-size: var(--hl-fs-12);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45) !important;
  margin-bottom: 4px;
}

.hl-footer__col a {
  font-size: var(--hl-fs-14);
  color: rgba(255, 255, 255, 0.82) !important;
  width: fit-content;
}

.hl-footer__col a:hover {
  color: var(--hl-white) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hl-footer__bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hl-footer__bottom p {
  font-size: var(--hl-fs-12);
  color: rgba(255, 255, 255, 0.45) !important;
}

.hl-footer__social {
  display: flex;
  gap: 10px;
}

.hl-footer__social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7) !important;
}

.hl-footer__social a:hover {
  background: var(--hl-yellow);
  border-color: var(--hl-yellow);
  color: var(--hl-navy) !important;
}

/* --------------------------------------------------------------------- */
/* Off-canvas mobile menu (reuses template's #side-bar JS hooks)         */
/* --------------------------------------------------------------------- */

#side-bar.hl-mobile-menu {
  background: var(--hl-navy-deep);
}

.hl-mobile-menu__logo {
  padding: 0 0 24px;
}

.hl-mobile-menu__logo img {
  height: 26px;
}

.hl-mobile-menu nav ul li a {
  font-family: var(--hl-font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--hl-white);
  padding: 14px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hl-mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.hl-mobile-menu__legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.hl-mobile-menu__legal a {
  font-size: var(--hl-fs-12);
  color: rgba(255, 255, 255, 0.6);
}
