/* Inline CSS extracted from contact-us.txt */
#qdepot-contact-modern {
      --qd-text: #2a2230;
      --qd-text-soft: #262626;
      --qd-text-muted: #8f8292;
      --qd-white: #ffffff;
      --qd-brand: #fa77b9;
      --qd-brand-strong: #f754a5;
      --qd-brand-soft: #ffe6f2;
      --qd-brand-pale: #fff4fa;
      --qd-peach: #fff1ea;
      --qd-mint: #e9fbf4;
      --qd-lavender: #f4efff;
      --qd-line: rgba(247, 84, 165, 0.12);
      --qd-line-strong: rgba(247, 84, 165, 0.2);
      --qd-shadow: 0 20px 55px rgba(129, 89, 114, 0.08);
      --qd-shadow-soft: 0 10px 25px rgba(129, 89, 114, 0.06);
      --qd-shadow-hover: 0 28px 70px rgba(129, 89, 114, 0.14);
      --qd-radius-xl: 32px;
      --qd-radius-lg: 28px;
      --qd-radius-md: 22px;
      --qd-radius-sm: 16px;
      --qd-max: 1240px;
      --qd-transition: 0.35s cubic-bezier(.22,1,.36,1);

      all: initial;
      display: block;
      isolation: isolate;
      overflow-x: clip;
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--qd-text);
      background: #ffffff;
      padding: 0 18px;
      max-width: 1280px;
      margin: 0 auto;
    }

    #qdepot-contact-modern *,
    #qdepot-contact-modern *::before,
    #qdepot-contact-modern *::after {
      box-sizing: border-box;
    }

    #qdepot-contact-modern a {
      text-decoration: none;
    }

    #qdepot-contact-modern img {
      max-width: 100%;
      display: block;
    }

    #qdepot-contact-modern .contact-shell {
      width: min(100%, var(--qd-max));
      margin: 0 auto;
      padding: 8px 0 88px;
    }
#qdepot-contact-modern .qdepot-sticky-header {
  margin-top: 8px;
  margin-bottom: 18px;
}


    #qdepot-contact-modern .contact-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 28px;
    }

    #qdepot-contact-modern .contact-logo-link {
      display: inline-flex;
      align-items: center;
    }

    #qdepot-contact-modern .contact-logo {
      width: auto;
      height: 50px;
      max-width: 200px;
    }

    #qdepot-contact-modern .contact-home-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 18px;
      border-radius: 999px;
      font-size: 0.95rem;
      font-weight: 800;
      color: var(--qd-brand-strong);
      background: #ffffff;
      border: 1px solid rgba(247, 84, 165, 0.18);
      box-shadow: var(--qd-shadow-soft);
      transition: transform var(--qd-transition), box-shadow var(--qd-transition), background var(--qd-transition), color var(--qd-transition), border-color var(--qd-transition);
    }

    #qdepot-contact-modern .contact-home-btn:hover {
      transform: translateY(-2px);
      background: linear-gradient(135deg, var(--qd-brand-strong), var(--qd-brand));
      border-color: transparent;
      color: #ffffff;
    }

    #qdepot-contact-modern .contact-hero {
      padding: 32px 0 52px;
      text-align: center;
    }

    #qdepot-contact-modern .contact-title {
      margin: 40px auto 16px;
      max-width: 760px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2.6rem, 5vw, 3.5rem);
      line-height: 1.15;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: #3a2436;
      text-wrap: balance;
    }

    #qdepot-contact-modern .contact-title span {
      color: var(--qd-brand-strong);
    }

    #qdepot-contact-modern .contact-lead {
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.18rem;
      line-height: 1.9;
      color: var(--qd-text-soft);
    }

    #qdepot-contact-modern .contact-platforms-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 32px;
      margin: 8px 0 0;
    }

    #qdepot-contact-modern .contact-platform-card {
      display: flex;
      align-items: center;
      gap: 16px;
      min-height: 118px;
      padding: 22px 20px;
      border-radius: 28px;
      background: #ffffff;
      border: 1px solid rgba(247, 84, 165, 0.1);
      box-shadow: var(--qd-shadow-soft);
      transition: box-shadow 0.32s cubic-bezier(.22,1,.36,1), border-color 0.32s cubic-bezier(.22,1,.36,1), background 0.32s cubic-bezier(.22,1,.36,1);
    }

    #qdepot-contact-modern .contact-platform-card:hover {
      box-shadow: 0 18px 46px rgba(129, 89, 114, 0.1);
      border-color: rgba(247, 84, 165, 0.22);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+1) {
      background: linear-gradient(180deg, #fff8fc 0%, #fff2f8 100%);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+2) {
      background: linear-gradient(180deg, #f6f2ff 0%, #efebff 100%);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+3) {
      background: linear-gradient(180deg, #f3f8ff 0%, #ebf3ff 100%);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+4) {
      background: linear-gradient(180deg, #f6fff5 0%, #effdeb 100%);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+5) {
      background: linear-gradient(180deg, #fff8fc 0%, #fff3f8 100%);
    }

    #qdepot-contact-modern .contact-platform-card:nth-child(6n+6) {
      background: linear-gradient(180deg, #f3fbff 0%, #e9f7ff 100%);
    }

    #qdepot-contact-modern .platform-icon {
      width: 64px;
      height: 64px;
      flex: 0 0 64px;
      display: grid;
      place-items: center;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.88);
      box-shadow: inset 0 0 0 1px rgba(247, 84, 165, 0.08);
      transition: transform 0.32s cubic-bezier(.22,1,.36,1), box-shadow 0.32s cubic-bezier(.22,1,.36,1);
      transform: translateZ(0);
      overflow: hidden;
    }
#qdepot-contact-modern .contact-platform-card:hover .platform-icon {
  transform: scale(1.035);
  box-shadow: inset 0 0 0 1px rgba(247, 84, 165, 0.12), 0 12px 26px rgba(129, 89, 114, 0.08);
}


    #qdepot-contact-modern .platform-icon img {
      width: 34px;
      height: 34px;
      object-fit: contain;
    }

    #qdepot-contact-modern .platform-content {
      flex: 1 1 auto;
      min-width: 0;
    }

    #qdepot-contact-modern .platform-content h3 {
      margin: 0 0 6px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 1.12rem;
      font-weight: 700;
      color: var(--qd-text);
      letter-spacing: -0.02em;
    }

    #qdepot-contact-modern .platform-content a {
      display: block;
      color: var(--qd-text-soft);
      font-size: 1rem;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color var(--qd-transition);
    }

    #qdepot-contact-modern .platform-content a:hover {
      color: var(--qd-brand-strong);
    }

    #qdepot-contact-modern .support-highlight,
    #qdepot-contact-modern .offices-section,
    #qdepot-contact-modern .map-container {
      content-visibility: auto;
      contain-intrinsic-size: 1px 700px;
    }

    #qdepot-contact-modern .support-highlight {
      margin: 146px 0;
      padding: 46px 30px;
      text-align: center;
      border-radius: 32px;
      background: #f854a6;
      border: 1px solid rgba(248, 84, 166, 0.3);
      box-shadow: 0 24px 58px rgba(248, 84, 166, 0.28);
    }

    #qdepot-contact-modern .rating-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      color: #1f1720;
      box-shadow: 0 12px 26px rgba(129, 89, 114, 0.16);
      font-size: 0.98rem;
      font-weight: 700;
      margin-bottom: 16px;
    }

    #qdepot-contact-modern .rating-stars {
      color: #b87b14;
      letter-spacing: 1px;
    }

    #qdepot-contact-modern .support-highlight h2 {
      margin: 0 0 12px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: #ffffff;
      text-wrap: balance;
    }

    #qdepot-contact-modern .support-highlight p {
      max-width: 720px;
      margin: 0 auto 28px;
      color: #000000;
      font-size: 1.25rem;
      line-height: 1.9;
    }

    #qdepot-contact-modern .review-platforms {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
    }

    #qdepot-contact-modern .review-platform {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.14);
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 800;
      border: 1px solid rgba(255, 255, 255, 0.28);
      box-shadow: 0 12px 26px rgba(129, 89, 114, 0.12);
      backdrop-filter: blur(8px);
      transition: transform var(--qd-transition), box-shadow var(--qd-transition), background var(--qd-transition), color var(--qd-transition), border-color var(--qd-transition);
    }

    #qdepot-contact-modern .review-platform:hover {
      transform: translateY(-2px);
      background: #ffffff;
      color: #f854a6;
      border-color: #ffffff;
      box-shadow: 0 18px 34px rgba(129, 89, 114, 0.18);
    }

    #qdepot-contact-modern .offices-section {
      width: min(100%, 800px);
      margin: 0 auto 96px;
    }

    #qdepot-contact-modern .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    #qdepot-contact-modern .section-title h2 {
      margin: 50 0 12px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2rem, 4vw, 2.9rem);
      line-height: 1.12;
      letter-spacing: -0.03em;
      font-weight: 700;
      color: var(--qd-text);
    }

    #qdepot-contact-modern .section-title p {
      margin: 0;
      color: var(--qd-text-soft);
      font-size: 1.08rem;
      line-height: 1.8;
    }

    #qdepot-contact-modern .offices-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }

    #qdepot-contact-modern .office-card {
      background: #ffffff;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: var(--qd-shadow-soft);
      border: 1px solid rgba(247, 84, 165, 0.1);
      transition: transform var(--qd-transition), box-shadow var(--qd-transition), border-color var(--qd-transition);
    }

    #qdepot-contact-modern .office-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--qd-shadow-hover);
      border-color: rgba(247, 84, 165, 0.18);
    }

    #qdepot-contact-modern .office-image {
      width: 100%;
      height: 190px;
      object-fit: cover;
      background: #f5f5f5;
    }

    #qdepot-contact-modern .office-info {
      padding: 20px 20px 22px;
    }

    #qdepot-contact-modern .office-info h3 {
      margin: 0 0 10px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 1.14rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--qd-text);
    }

    #qdepot-contact-modern .office-info p {
      margin: 0 0 8px;
      color: var(--qd-text-soft);
      font-size: 0.98rem;
      line-height: 1.7;
    }

    #qdepot-contact-modern .office-info p:last-child {
      margin-bottom: 0;
    }

    #qdepot-contact-modern .office-info strong {
      color: var(--qd-text);
    }

    #qdepot-contact-modern .map-container {
      margin: 0 auto 8px;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: var(--qd-shadow);
      border: 1px solid rgba(247, 84, 165, 0.1);
    }

    #qdepot-contact-modern .map-container iframe {
      width: 100%;
      height: 420px;
      border: 0;
      display: block;
    }

    @media (max-width: 980px) {
      #qdepot-contact-modern .contact-platforms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      #qdepot-contact-modern {
        padding: 0 16px;
      }

      #qdepot-contact-modern .contact-shell {
        padding: 6px 0 68px;
      }

      #qdepot-contact-modern .contact-logo {
        height: 38px;
        max-width: 170px;
      }

      #qdepot-contact-modern .contact-home-btn {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.88rem;
      }

      #qdepot-contact-modern .contact-title {
        font-size: clamp(2.3rem, 11vw, 3rem);
      }

      #qdepot-contact-modern .contact-lead,
      #qdepot-contact-modern .support-highlight p,
      #qdepot-contact-modern .section-title p {
        font-size: 1.2rem;
      }

      #qdepot-contact-modern .contact-platforms-grid,
      #qdepot-contact-modern .offices-grid {
        grid-template-columns: 1fr;
      }

      #qdepot-contact-modern .support-highlight {
        margin: 72px 0;
        padding: 34px 20px;
      }

      #qdepot-contact-modern .map-container iframe {
        height: 320px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #qdepot-contact-modern *,
      #qdepot-contact-modern *::before,
      #qdepot-contact-modern *::after {
        animation: none !important;
        transition: none !important;
      }
    }
