/**
 * Help Center — Abutic Dot shell (pairs with abutic-dot-home.css + body.ab-dot-help).
 */
body.ab-dot-home.ab-dot-help {
  text-align: left;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-main {
  display: block !important;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  body.ab-dot-home.ab-dot-help {
    padding-bottom: 0 !important;
  }
}

body.ab-dot-home.ab-dot-help .ab-dot-help-inner {
  padding-top: 1.25rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  body.ab-dot-home.ab-dot-help .ab-dot-help-inner {
    padding-top: 1.75rem;
  }
}

/* Hero */
body.ab-dot-home.ab-dot-help .ab-dot-help-hero {
  text-align: center;
  margin-bottom: 3rem;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 1.25rem;
  padding: 0.45rem 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0066cc;
  background: rgba(0, 102, 204, 0.08);
  border: 1px solid rgba(0, 102, 204, 0.15);
  border-radius: 9999px;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #1d1d1f;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: #6e6e73;
  font-weight: 400;
}

/* FAQ card */
body.ab-dot-home.ab-dot-help .ab-dot-help-faq {
  background: var(--ab-dot-card-strong, #ffffff);
  border: 1px solid var(--ab-dot-card-border, rgba(15, 23, 42, 0.06));
  border-radius: 1.25rem;
  padding: 1.75rem 1.25rem;
  box-shadow: var(--ab-dot-shadow-lift, 0 2px 8px rgba(15, 23, 42, 0.045), 0 14px 36px rgba(30, 58, 138, 0.06));
}

@media (min-width: 640px) {
  body.ab-dot-home.ab-dot-help .ab-dot-help-faq {
    padding: 2rem 2rem;
    border-radius: 1.5rem;
  }
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq .faq-item {
  border-radius: 0.85rem;
  transition: background 0.2s ease;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq .faq-item:hover {
  background: rgba(0, 102, 204, 0.04);
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details summary {
  transition: color 0.2s ease;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details summary {
  color: #1d1d1f;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details[open] summary {
  color: #0066cc;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details summary .chevron {
  transition: transform 0.25s ease, color 0.2s ease;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details[open] summary .chevron {
  transform: rotate(180deg);
  color: #0066cc;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq details summary:hover {
  color: #0066cc;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq .faq-item a {
  color: #0066cc;
  font-weight: 600;
  text-decoration: none;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq .faq-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-faq .faq-item code {
  background: var(--ab-dot-surface, #f7f9fc);
  color: #1d1d1f;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

/* Contact section */
body.ab-dot-home.ab-dot-help .ab-dot-help-contact {
  margin-top: 3.5rem;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-contact-intro {
  text-align: center;
  margin-bottom: 2.5rem;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-contact-intro h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-contact-intro p {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 1.0625rem;
  color: #6e6e73;
  line-height: 1.5;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card {
  background: var(--ab-dot-card-strong, #ffffff);
  border: 1px solid var(--ab-dot-card-border, rgba(15, 23, 42, 0.06));
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  box-shadow: var(--ab-dot-shadow-soft, 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 20px rgba(30, 64, 175, 0.045));
}

@media (min-width: 640px) {
  body.ab-dot-home.ab-dot-help .ab-dot-help-card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card > p {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #6e6e73;
  line-height: 1.45;
}

/* Form */
body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group input,
body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  color: #1d1d1f;
  background: var(--ab-dot-canvas, #fafbfc);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group input::placeholder,
body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group textarea::placeholder {
  color: #86868b;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group input:focus,
body.ab-dot-home.ab-dot-help .ab-dot-help-card .input-group textarea:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
  transform: none;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card .btn-submit {
  width: 100%;
  border: none;
  border-radius: 9999px;
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #1d1d1f;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card .btn-submit:hover {
  background: #000;
}

body.ab-dot-home.ab-dot-help .ab-dot-help-card .btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Quick contact links — keep color cues, soften chrome */
body.ab-dot-home.ab-dot-help .contact-btn {
  border-radius: 0.85rem !important;
  border-width: 1px !important;
  box-shadow: var(--ab-dot-shadow-soft, 0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 20px rgba(30, 64, 175, 0.045));
}

body.ab-dot-home.ab-dot-help .contact-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--ab-dot-shadow-lift, 0 2px 8px rgba(15, 23, 42, 0.045), 0 14px 36px rgba(30, 58, 138, 0.06));
}

body.ab-dot-home.ab-dot-help .success-message {
  border-radius: 0.85rem !important;
  border-width: 1px !important;
}

/* Footer alignment with dot shell */
body.ab-dot-home.ab-dot-help footer {
  background: var(--ab-dot-canvas, #fafbfc);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  body.ab-dot-home.ab-dot-help .contact-btn:hover {
    transform: none;
  }
}
