body {
  background: #f5f7fb;
  color: #303030;
  font-family: "Inter", sans-serif;
}

.wp-site-blocks {
  overflow-x: clip;
}

.wp-block-group,
.wp-block-columns,
.wp-block-column {
  box-sizing: border-box;
}

.ma-shell {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ma-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ma-header .wp-block-navigation {
  gap: 1.2rem;
}

.ma-top-ribbon {
  background: #08090b;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.45rem 0;
  text-align: center;
}

.ma-logo {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
}

.ma-logo-mark {
  width: 214px;
}

.ma-nav a {
  color: #111827;
}

.ma-nav .current-menu-item > a,
.ma-nav a:hover {
  color: #00b4ff;
}

.ma-outline-button .wp-block-button__link {
  background: transparent;
  border: 1px solid #00b4ff;
  box-shadow: 0 6px 16px rgba(0, 180, 255, 0.12);
  color: #00b4ff;
}

.ma-outline-button .wp-block-button__link:hover {
  background: rgba(0, 180, 255, 0.08);
}

.ma-primary-button .wp-block-button__link {
  background: linear-gradient(135deg, #00b4ff 0%, #11c98c 100%);
  box-shadow: 0 10px 24px rgba(0, 180, 255, 0.24);
}

.ma-primary-button .wp-block-button__link:hover {
  filter: brightness(0.98);
}

.ma-hero {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(180deg, rgba(245, 247, 251, 0.9) 0%, rgba(0, 180, 255, 0.2) 100%);
  padding-bottom: 5rem;
  padding-top: 4rem;
}

.ma-hero .wp-block-columns {
  align-items: center;
}

.ma-kicker {
  color: #00b4ff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ma-hero-title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.9rem, 5vw, 4.375rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 1.25rem;
  text-shadow: 0 10px 25px rgba(17, 24, 39, 0.12);
}

.ma-hero-copy {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 38rem;
}

.ma-hero-buttons {
  margin-top: 2rem;
}

.ma-search-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 1.25rem;
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.12);
  padding: 1.2rem;
}

.ma-search-tabs {
  background: transparent;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ma-search-tabs .wp-block-button__link {
  border-radius: 999px;
  font-size: 1.125rem;
  font-weight: 600;
  min-width: 15rem;
  padding: 0.95rem 1.5rem;
}

.ma-search-tabs .ma-primary-button .wp-block-button__link {
  background: #00b4ff;
}

.ma-search-field {
  align-items: center;
  background: rgba(221, 221, 221, 0.87);
  border-radius: 0.75rem;
  color: #303030;
  display: flex;
  font-size: 0.95rem;
  font-style: italic;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
}

.ma-search-meta {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.ma-search-chip {
  align-items: center;
  background: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
}

.ma-search-submit {
  align-items: center;
  background: linear-gradient(135deg, rgba(17, 201, 140, 0.86), rgba(8, 99, 69, 0.86));
  border-radius: 0.7rem;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1rem;
  text-align: center;
}

.ma-section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.ma-section-title {
  color: #00b4ff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ma-section-copy {
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  text-align: center;
}

.ma-verified-wrap {
  align-items: center;
  gap: 2.2rem;
}

.ma-badge-panel {
  min-width: 18rem;
}

.ma-badge-panel .wp-block-image img {
  max-width: 340px;
}

.ma-proof-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 28px rgba(17, 24, 39, 0.12);
  overflow: hidden;
}

.ma-proof-banner {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 180, 255, 0.12), rgba(17, 201, 140, 0.12));
  border: 1px solid rgba(40, 81, 163, 0.12);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
}

.ma-proof-banner strong {
  color: #111827;
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
}

.ma-proof-banner span {
  color: #667085;
  font-size: 0.95rem;
}

.ma-mini-pill {
  background: linear-gradient(135deg, #00b4ff 0%, #11c98c 100%);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
}

.ma-card-grid {
  gap: 1.6rem;
}

.ma-trust-card,
.ma-why-card,
.ma-offer-card,
.ma-testimonial-card {
  background: #ffffff;
  border: 2px solid rgba(217, 217, 217, 0.72);
  border-radius: 1.5rem;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.1);
  padding: 1.25rem;
}

.ma-trust-card {
  min-height: 18rem;
}

.ma-card-badge {
  align-items: center;
  background: #00b4ff;
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  min-height: 3.5rem;
  min-width: 7.6rem;
  padding: 0.5rem 0.9rem;
}

.ma-icon-box {
  align-items: center;
  background: #00b4ff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 180, 255, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.4rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.ma-card-title {
  color: #111827;
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.ma-card-copy {
  color: #303030;
  font-size: 1rem;
  line-height: 1.6;
}

.ma-offers-strip {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ma-offer-card {
  background: rgba(255, 255, 255, 0.92);
}

.ma-offer-logo {
  align-items: center;
  background: #00b4ff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(119, 167, 255, 0.8);
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 3.1rem;
  justify-content: center;
  width: 3.1rem;
}

.ma-offer-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ma-shortcode-slot {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 251, 0.95));
  border: 2px dashed rgba(0, 180, 255, 0.4);
  border-radius: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ma-shortcode-slot code {
  background: rgba(17, 24, 39, 0.05);
  border-radius: 0.35rem;
  padding: 0.18rem 0.4rem;
}

.ma-partners {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0) 0%, rgba(0, 180, 255, 0.08) 100%),
    #ffffff;
}

.ma-partner-row {
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 180, 255, 0.95), rgba(17, 201, 140, 0.95));
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 1.2rem 1.6rem;
}

.ma-partner-pill {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0.96;
}

.ma-why-card {
  min-height: 7.5rem;
}

.ma-testimonial-card {
  min-height: 17.5rem;
}

.ma-testimonial-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.ma-avatar {
  background: linear-gradient(135deg, #00b4ff 0%, #11c98c 100%);
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 3.8rem;
  justify-content: center;
  width: 3.8rem;
}

.ma-quote-mark {
  color: #11c98c;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.ma-footer {
  background: #08090b;
  color: rgba(255, 255, 255, 0.84);
}

.ma-footer a {
  color: rgba(255, 255, 255, 0.88);
}

.ma-footer .wp-block-site-title a {
  color: #ffffff;
}

.ma-footer-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.ma-chip-actions .wp-block-button__link {
  border-radius: 0.75rem;
  font-size: 0.8rem;
  padding: 0.65rem 1rem;
}

@media (max-width: 1024px) {
  .ma-hero {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }

  .ma-search-tabs .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }

  .ma-proof-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 781px) {
  .ma-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ma-logo-mark {
    width: 178px;
  }

  .ma-hero-title {
    font-size: 2.6rem;
    text-align: center;
  }

  .ma-hero-copy,
  .ma-section-copy {
    font-size: 1rem;
    text-align: center;
  }

  .ma-search-card {
    padding: 1rem;
  }

  .ma-partner-row {
    border-radius: 1.5rem;
    gap: 1rem 1.4rem;
  }
}
