.contact-page {
  min-width: 0;
  min-height: 100vh;
  color: #172033;
  background:
    radial-gradient(circle at 5% 3%, rgba(77, 146, 255, .18), transparent 28rem),
    radial-gradient(circle at 96% 20%, rgba(255, 174, 101, .17), transparent 30rem),
    linear-gradient(180deg, #fbfcff 0%, #fffaf6 100%);
}

.contact-shell {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
}

.contact-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 32, 51, .07);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(18px) saturate(145%);
}
.contact-nav-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.contact-brand {
  display: inline-flex;
  flex: none;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: #172033;
  font-size: 17px;
  font-weight: 780;
  text-decoration: none;
}
.contact-brand img { width: 35px; height: 35px; border-radius: 10px; }
.contact-nav-actions { display: flex; min-width: 0; gap: 6px; margin-left: auto; }
.contact-language-slot { display: flex; flex: none; align-items: center; }
.contact-language-slot .language-switcher { margin-left: 0; }
.contact-nav-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #4e596b;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}
.contact-nav-actions a[aria-current="page"]:first-child { color: #95504f; background: #ffe9e7; }
.contact-nav-actions a[aria-current="page"]:last-child { color: #5e49a0; background: #f0ecff; }

.contact-main { padding-top: 72px; padding-bottom: 18px; }
.contact-hero { max-width: 720px; }
.contact-hero > span { color: #6252ad; font-size: 13px; font-weight: 820; }
.contact-hero h1 {
  margin-top: 12px;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.contact-hero p { max-width: 650px; margin-top: 20px; color: #5c6676; font-size: 17px; line-height: 1.8; }

.contact-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
  padding: 7px;
  border: 1px solid rgba(23, 32, 51, .07);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 15px 42px rgba(23, 32, 51, .05);
}
.contact-tabs > a {
  display: block;
  min-width: 0;
  min-height: 80px;
  padding: 15px 18px;
  border-radius: 18px;
  color: #5a6474;
  text-decoration: none;
}
.contact-tabs > a[aria-selected="true"]:first-child { color: #834948; background: #ffe9e7; }
.contact-tabs > a[aria-selected="true"]:last-child { color: #584497; background: #efebff; }
.contact-tabs strong,
.contact-tabs small { display: block; }
.contact-tabs strong { font-size: 16px; }
.contact-tabs small { margin-top: 2px; color: inherit; font-size: 12px; opacity: .75; }

.contact-panel {
  margin-top: 16px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid rgba(23, 32, 51, .075);
  border-radius: 29px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 60px rgba(23, 32, 51, .075);
  scroll-margin-top: 82px;
}
.contact-panel-heading > span { color: #a25754; font-size: 12px; font-weight: 820; }
#business-panel .contact-panel-heading > span { color: #6650ad; }
.contact-panel-heading h2 { margin-top: 6px; font-size: clamp(25px, 4vw, 34px); letter-spacing: -.035em; }
.contact-panel-heading p { margin-top: 7px; color: #697386; font-size: 14px; }
.contact-source {
  margin-top: 18px; padding: 11px 13px; border: 1px solid #dbe1e8; border-radius: 13px;
  color: #667181; background: #f6f8fa; font-size: 12px; overflow-wrap: anywhere;
}
.contact-source span { font-weight: 720; }
.contact-source strong { color: #354154; font-weight: 650; }
.contact-panel form { margin-top: 28px; }
.contact-field { margin-top: 18px; }
.contact-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 750; }
.contact-field label span { color: #858e9c; font-size: 12px; font-weight: 600; }
.contact-field select,
.contact-field textarea,
.contact-field input {
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1.5px solid #dfe3ea;
  border-radius: 13px;
  color: #172033;
  background: #fff;
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Segoe UI", sans-serif;
  transition: border-color .2s, box-shadow .2s;
}
.contact-field textarea { min-height: 170px; resize: vertical; }
.contact-field select:focus,
.contact-field textarea:focus,
.contact-field input:focus {
  border-color: #6d82d5;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(96, 119, 204, .13);
}
.contact-field > small { display: block; margin-top: 5px; color: #87909e; font-size: 11px; text-align: right; }
.contact-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 22px 0 16px;
  color: #596273;
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
}
.contact-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: #6d59b8; }
.contact-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  font: 780 15px/1 -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
  cursor: pointer;
  box-shadow: 0 13px 26px rgba(127, 73, 70, .17);
}
.contact-submit-feedback { background: linear-gradient(135deg, #df706c, #bd5655); }
.contact-submit-business { background: linear-gradient(135deg, #7c68c8, #5f49a8); }
.contact-submit:disabled { cursor: wait; opacity: .62; }
.contact-status { min-height: 26px; margin-top: 13px; color: #31704c; font-size: 13px; font-weight: 680; text-align: center; }
.contact-status.is-error { color: #b42318; }
.contact-privacy-link { margin-top: 18px; color: #737c8b; font-size: 13px; text-align: center; }
.contact-privacy-link a { color: #5f4aa5; }

.contact-footer { margin-top: 62px; padding: 42px 0; border-top: 1px solid rgba(23, 32, 51, .07); background: rgba(255, 255, 255, .72); }
.contact-footer-switch { display: flex; justify-content: center; gap: 10px; }
.contact-footer-switch a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 770;
  text-decoration: none;
}
.contact-footer-switch a:first-child { color: #95504f; background: #ffe9e7; }
.contact-footer-switch a:last-child { color: #5e49a0; background: #f0ecff; }
.contact-footer-links { display: flex; justify-content: center; gap: 18px; margin-top: 24px; }
.contact-footer-links a { color: #5e6878; font-size: 13px; }
.contact-footer p { margin-top: 13px; color: #8a92a0; font-size: 12px; text-align: center; }

@media (max-width: 620px) {
  .contact-shell { width: min(100% - 28px, 880px); }
  .contact-nav-inner { min-height: 60px; padding: 8px 0; flex-wrap: wrap; row-gap: 8px; }
  .contact-brand img { width: 32px; height: 32px; }
  .contact-language-slot { margin-left: auto; }
  .contact-nav-actions {
    order: 3; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 100%; gap: 6px; margin-left: 0;
  }
  .contact-nav-actions a { min-height: 44px; justify-content: center; padding: 0 10px; font-size: 12px; }
  .contact-main { padding-top: 44px; }
  .contact-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .contact-hero p { font-size: 15px; }
  .contact-tabs { grid-template-columns: 1fr; margin-top: 32px; border-radius: 21px; }
  .contact-tabs > a { min-height: 72px; }
  .contact-panel { margin-top: 12px; padding: 23px 20px; border-radius: 23px; scroll-margin-top: 132px; }
  .contact-panel form { margin-top: 22px; }
  .contact-footer-switch { display: grid; grid-template-columns: 1fr; }
  .contact-footer-switch a { width: 100%; }
}

@media (max-width: 350px) {
  .contact-brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-field select,
  .contact-field textarea,
  .contact-field input { transition: none; }
}
