.mobile-menu-toggle,
.mobile-menu-panel,
.contact-mobile-view {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

/* Desktop */
@media (min-width: 901px) {
  .page-contact .contact-mobile-view {
    display: none !important;
  }

  .page-contact ._65lpxA {
    display: block !important;
  }

  .page-contact .jDe9Eg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 18px 24px !important;
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #fff !important;
  }

  .page-contact .jDe9Eg .DBPC9g {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .page-contact .jDe9Eg a {
    text-decoration: none;
    color: rgb(48, 66, 84);
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-weight: 700;
  }

  .page-contact .mobile-menu-toggle {
    display: none !important;
  }

  .page-contact .jDe9Eg[data-animate="hero-subtle"],
  .page-contact .DF_utQ[data-animate="hero-title"],
  .page-contact .DF_utQ[data-animate="hero-subtle"],
  .page-contact .fx-media {
    opacity: 0;
    animation: contactFadeOpacity 0.8s ease forwards;
    will-change: opacity;
  }

  .page-contact .jDe9Eg[data-animate="hero-subtle"] {
    animation-delay: 0.04s;
  }

  .page-contact .fx-media.is-visible {
    opacity: 1;
    animation: contactFadeOpacity 0.8s ease both;
  }
}

/* Mobile */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    min-height: 100%;
  }

  body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.menu-open {
    overflow: hidden !important;
  }

  .page-contact .jDe9Eg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 18px !important;
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #fff !important;
  }

  .page-contact .jDe9Eg .DBPC9g {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    appearance: none;
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 100000;
    margin-left: auto;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #304254;
    border-radius: 2px;
  }

  body > .mobile-menu-panel {
    display: none;
    position: fixed !important;
    top: 72px !important;
    left: 16px !important;
    right: 16px !important;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  body > .mobile-menu-panel.is-open {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-panel a {
    display: block;
    padding: 12px 10px;
    color: #304254;
    text-decoration: none;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-weight: 700;
    border-radius: 10px;
  }

  .mobile-menu-panel a:hover,
  .mobile-menu-panel a[aria-current="page"] {
    background: #f3f4fb;
  }

  .page-contact ._65lpxA {
    display: none !important;
  }

  .contact-mobile-view {
    display: block;
    background: linear-gradient(180deg, #b2f1ff 0%, #5555b7 50%, #03102f 100%);
    padding: 24px 16px 40px;
    min-height: calc(100dvh - 72px);
    box-sizing: border-box;
  }

  .contact-mobile-inner {
    max-width: 620px;
    margin: 0 auto;
  }

  .contact-mobile-graphic {
    text-align: center;
    margin-bottom: 12px;
    animation: contactFadeUp .7s cubic-bezier(.22,1,.36,1) both;
  }

  .contact-mobile-graphic img {
    max-width: 240px;
    width: 100%;
    height: auto;
  }

  .contact-mobile-logo {
    text-align: center;
    margin-bottom: 18px;
    animation: contactFadeUp .7s cubic-bezier(.22,1,.36,1) both;
    animation-delay: .08s;
  }

  .contact-mobile-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
  }

  .contact-mobile-view h1 {
    margin: 8px 0 22px;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: clamp(42px, 11vw, 62px);
    line-height: .95;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
    animation: contactFadeUp .7s cubic-bezier(.22,1,.36,1) both;
    animation-delay: .12s;
  }

  .contact-card {
    background: rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 18px 16px;
    margin-bottom: 16px;
    backdrop-filter: blur(2px);
    animation: contactFadeUp .7s cubic-bezier(.22,1,.36,1) both;
  }

  .contact-card:nth-of-type(1) { animation-delay: .18s; }
  .contact-card:nth-of-type(2) { animation-delay: .26s; }
  .contact-card:nth-of-type(3) { animation-delay: .34s; }

  .contact-label {
    margin: 0 0 6px;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255,255,255,.8);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .contact-card p,
  .contact-card a {
    margin: 0;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
}

@keyframes contactFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactFadeOpacity {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Enable vertical scrolling for Contact page */

.page-contact main,
.page-contact ._8OlyIw,
.page-contact ._4KoDHA,
.page-contact .l3vAqg {
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100vh;
}

.page-contact ._65lpxA {
  min-height: 100vh;
}