.elementor-3802 .elementor-element.elementor-element-d4e5de0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.ca-help-page {
  --ca-primary: #1B9C85;
  --ca-primary-dark: #147A69;
  --ca-primary-deep: #0F5F53;
  --ca-bg: #FFFFFF;
  --ca-card: #FFFFFF;
  --ca-soft: #F8FAF9;
  --ca-text: #111827;
  --ca-muted: #6B7280;
  --ca-border: #E5E7EB;
  --ca-warning: #F59E0B;
  --ca-radius: 24px;
  --ca-radius-lg: 30px;
  --ca-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);

  width: 100%;
  min-height: 100%;
  background: var(--ca-bg);
  color: var(--ca-text);
  padding: 48px 18px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.ca-help-page * {
  box-sizing: border-box;
}

.ca-help-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ca-help-hero,
.ca-help-card,
.ca-help-steps,
.ca-help-faq,
.ca-help-contact {
  background: var(--ca-card);
  border: 1px solid var(--ca-border);
  box-shadow: var(--ca-shadow);
}

.ca-help-hero {
  border-radius: var(--ca-radius-lg);
  padding: clamp(26px, 5vw, 52px);
  margin-bottom: 22px;
}

.ca-help-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(27, 156, 133, 0.1);
  color: var(--ca-primary-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.ca-help-hero h1 {
  max-width: 860px;
  margin: 0 0 14px;
  color: var(--ca-text);
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ca-help-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--ca-muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.ca-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ca-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.ca-help-btn:hover {
  transform: translateY(-2px);
}

.ca-help-btn-primary {
  background: linear-gradient(135deg, var(--ca-primary), var(--ca-primary-dark));
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(27, 156, 133, 0.22);
}

.ca-help-btn-secondary {
  background: var(--ca-soft);
  color: var(--ca-primary-dark) !important;
  border: 1px solid rgba(27, 156, 133, 0.22);
}

.ca-help-btn-dark {
  background: linear-gradient(135deg, #111827, #0F172A);
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.22);
}

.ca-help-status-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.ca-help-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.ca-help-card {
  border-radius: var(--ca-radius);
  padding: 26px;
  min-width: 0;
}

.ca-help-card-featured {
  background:
    linear-gradient(180deg, rgba(27, 156, 133, 0.06), rgba(255, 255, 255, 1) 44%),
    #ffffff;
}

.ca-help-icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: var(--ca-soft);
  border: 1px solid var(--ca-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 16px;
}

.ca-help-card h2,
.ca-help-steps h2,
.ca-help-faq h2,
.ca-help-contact h2 {
  margin: 0 0 12px;
  color: var(--ca-text);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.ca-help-card p,
.ca-help-step p,
.ca-help-faq p,
.ca-help-contact p {
  margin: 0 0 14px;
  color: var(--ca-muted);
  font-size: 15px;
  line-height: 1.68;
}

.ca-help-card p:last-child,
.ca-help-contact p:last-child {
  margin-bottom: 0;
}

.ca-help-alert {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.28);
  color: #7C4A03;
  font-size: 14px;
  line-height: 1.55;
}

.ca-help-steps,
.ca-help-faq,
.ca-help-contact {
  border-radius: var(--ca-radius);
  padding: 28px;
  margin-bottom: 22px;
}

.ca-help-section-head {
  margin-bottom: 18px;
}

.ca-help-section-head h2 {
  margin-bottom: 0;
}

.ca-help-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ca-help-step {
  min-width: 0;
  background: var(--ca-soft);
  border: 1px solid var(--ca-border);
  border-radius: 20px;
  padding: 18px;
}

.ca-help-step span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ca-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.ca-help-step h3 {
  margin: 0 0 8px;
  color: var(--ca-text);
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ca-help-step p {
  margin: 0;
  font-size: 14px;
}

.ca-help-faq details {
  border-top: 1px solid var(--ca-border);
  padding: 17px 0;
}

.ca-help-faq details:first-of-type {
  border-top: 0;
}

.ca-help-faq summary {
  cursor: pointer;
  color: var(--ca-text);
  font-size: 15px;
  font-weight: 850;
  list-style: none;
  position: relative;
  padding-right: 34px;
}

.ca-help-faq summary::-webkit-details-marker {
  display: none;
}

.ca-help-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -4px;
  color: var(--ca-primary);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.ca-help-faq details[open] summary::after {
  content: "–";
}

.ca-help-faq p {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 900px;
}

.ca-help-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
}

.ca-help-contact > div {
  min-width: 0;
}

.ca-help-contact p {
  max-width: 660px;
}

/* Tablet */
@media (max-width: 1024px) {
  .ca-help-status-grid {
    grid-template-columns: 1fr;
  }

  .ca-help-info-grid {
    grid-template-columns: 1fr;
  }

  .ca-help-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px) {
  .ca-help-page {
    padding: 28px 14px;
  }

  .ca-help-hero,
  .ca-help-card,
  .ca-help-steps,
  .ca-help-faq,
  .ca-help-contact {
    border-radius: 22px;
  }

  .ca-help-hero {
    padding: 26px 22px;
  }

  .ca-help-card,
  .ca-help-steps,
  .ca-help-faq,
  .ca-help-contact {
    padding: 22px;
  }

  .ca-help-actions {
    flex-direction: column;
  }

  .ca-help-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .ca-help-step-grid {
    grid-template-columns: 1fr;
  }

  .ca-help-contact {
    flex-direction: column;
    align-items: stretch;
  }

  .ca-help-contact .ca-help-btn {
    width: 100%;
  }
}

/* Very small screens */
@media (max-width: 380px) {
  .ca-help-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ca-help-hero,
  .ca-help-card,
  .ca-help-steps,
  .ca-help-faq,
  .ca-help-contact {
    padding: 18px;
  }

  .ca-help-hero h1 {
    font-size: 30px;
  }
}/* End custom CSS */