/* Marketing page style reset to product-card look */

.marketing-hero {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: 30px auto 24px;
  border: 1px solid #d3deee;
  border-radius: 16px;
  background: #f6f9ff;
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.07);
  padding: 68px 36px 60px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 240ms ease-out,
    transform 240ms ease-out;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.marketing-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(460px 210px at 92% -12%, rgba(37, 99, 235, 0.16), transparent 60%),
    radial-gradient(300px 120px at 70% 0%, rgba(59, 130, 246, 0.08), transparent 65%);
}

.marketing-hero-content {
  position: relative;
  z-index: 1;
  max-width: 740px;
}

.marketing-kicker {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1d4ed8;
}

.marketing-hero h1 {
  margin: 0;
  max-width: 680px;
  color: #0f172a;
  font-size: clamp(1.9rem, 3.15vw, 2.85rem);
  line-height: 1.14;
}

.marketing-subtitle {
  margin-top: 0.95rem;
  max-width: 660px;
  color: #41556f;
  font-size: 1rem;
  line-height: 1.72;
}

.marketing-cta-row {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.marketing-cta-row .btn {
  min-height: 46px;
  padding: 0.72rem 1.18rem;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.09);
  transition:
    transform 180ms ease-out,
    filter 180ms ease-out,
    box-shadow 180ms ease-out,
    background-color 180ms ease-out,
    border-color 180ms ease-out;
}

.marketing-cta-primary {
  background: #1f3f67;
  border-color: #1f3f67;
  color: #fff;
}

.marketing-cta-primary:hover {
  background: #17324f;
  border-color: #17324f;
  filter: brightness(1.04);
  transform: scale(1.02);
}

.marketing-cta-secondary {
  border-color: transparent;
  background: transparent;
  color: #1f3f67;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
  min-height: 34px;
  box-shadow: none;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.marketing-cta-secondary:hover {
  background: #ffffff;
  border-color: #cfdceb;
  color: #163a73;
  text-decoration: none;
}

.marketing-cta-row .btn.marketing-cta-secondary {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0.28rem !important;
  padding-right: 0.28rem !important;
  min-height: 34px !important;
}

.marketing-cta-row .btn.marketing-cta-secondary:hover {
  background: #ffffff !important;
  border-color: #cfdceb !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
  text-decoration: none !important;
}

.marketing-sample-link {
  color: #1d467f;
  font-weight: 600;
  border-bottom: none;
}

.marketing-sample-link:hover {
  color: #14325f;
  text-decoration: underline;
}

.marketing-hero .marketing-cta-secondary {
  color: #1f3550;
}

.marketing-hero .marketing-sample-link {
  color: #1c457d;
}

.marketing-section {
  max-width: 1100px;
  margin: 14px auto 0;
  padding: 26px 22px;
  border: 1px solid #d0dced;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.marketing-soft {
  background: #f7f9fd;
}

.seo-page-shell .marketing-soft {
  background: #f6f9ff;
}

.marketing-section-head h2 {
  margin: 0;
  color: #0f2647;
  letter-spacing: -0.01em;
}

.marketing-section + .marketing-section .marketing-section-head h2 {
  margin-top: 0;
}

.marketing-section-head p {
  margin-top: 0.6rem;
  color: #5f7490;
}

.marketing-section .marketing-section-head p,
.marketing-section p,
.marketing-section ul,
.marketing-section ol,
.marketing-section details {
  max-width: 820px;
}

.marketing-section p,
.marketing-section li,
.marketing-faq p {
  line-height: 1.78;
  color: #41556f;
}

.marketing-explainer {
  border-color: #d6e1ef;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.marketing-explainer h3 {
  margin-top: 1.1rem;
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  color: #1b3453;
}

.marketing-explainer p {
  max-width: 760px;
  line-height: 1.72;
}

.marketing-explainer ul {
  max-width: 760px;
  margin-top: 0.58rem;
}

.marketing-explainer li + li {
  margin-top: 0.34rem;
}

.marketing-explainer-summary {
  font-size: 1.02rem;
  color: #314a66;
  margin-top: 0.5rem;
}

.marketing-explainer-keypoints {
  margin-top: 0.6rem;
}

.marketing-explainer-details {
  margin-top: 0.85rem;
  border: 1px solid #d9e4f2;
  border-radius: 10px;
  background: #fbfdff;
  padding: 0.7rem 0.85rem;
}

.marketing-explainer-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f3f67;
}

.marketing-explainer-details[open] {
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.marketing-explainer-details[open] h3:first-of-type {
  margin-top: 0.9rem;
}

.marketing-grid {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.62rem;
}

.marketing-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.marketing-feature,
.marketing-advantage,
.marketing-step {
  border: 1px solid #d2ddec;
  border-radius: 12px;
  background: #fff;
  padding: 0.82rem 0.82rem;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
  transition:
    transform 200ms ease-out,
    border-color 200ms ease-out,
    box-shadow 200ms ease-out;
}

.marketing-feature:hover,
.marketing-advantage:hover,
.marketing-step:hover {
  transform: translateY(-2px);
  border-color: #b9cbdf;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.09);
}

.marketing-feature h3,
.marketing-advantage h3 {
  margin: 0;
  font-size: 1.01rem;
  color: #0f172a;
}

.marketing-feature p,
.marketing-advantage p {
  margin-top: 0.42rem;
}

.marketing-icon {
  width: 31px;
  height: 31px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
  border: 1px solid #2f6df0;
  color: #fff;
  background: #2f6df0;
  margin-bottom: 0.45rem;
}

.marketing-steps {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.62rem;
}

.marketing-step span {
  display: inline-flex;
  width: 29px;
  height: 29px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: #2f6df0;
}

.marketing-step h3 {
  margin: 0.55rem 0 0;
  font-size: 0.98rem;
}

.marketing-faq details {
  margin-top: 0.75rem;
  border: 1px solid #d3deee;
  border-radius: 11px;
  background: #fff;
  padding: 0.86rem 0.96rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.marketing-faq details[open] {
  border-color: #c2d2e6;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.marketing-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
}

.marketing-faq details p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition:
    max-height 220ms ease-out,
    opacity 220ms ease-out,
    margin-top 220ms ease-out;
}

.marketing-faq details[open] p {
  max-height: 220px;
  opacity: 1;
  margin-top: 0.55rem;
}

.marketing-contact-form {
  margin-top: 0.85rem;
  box-shadow: none;
  border: 0;
}

.marketing-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.marketing-contact-message-wrap {
  grid-column: 1 / -1;
}

.marketing-contact-actions {
  margin-top: 0.82rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.marketing-contact-actions span {
  color: #64748b;
  font-size: 0.9rem;
}

.marketing-related-inline {
  padding-top: 26px;
  padding-bottom: 24px;
}

.marketing-related-inline .marketing-section-head h2 {
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #64748b;
}

.marketing-footer {
  max-width: 1100px;
  margin: 14px auto 0;
  padding: 16px 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  border: 1px solid #d3deee;
  border-radius: 12px;
  background: #fff;
}

.marketing-footer p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.marketing-footer-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.marketing-footer-links a {
  color: #334155;
  font-size: 0.9rem;
  border-bottom: none;
}

.marketing-footer-links a:hover {
  text-decoration: underline;
}

.seo-cta-block .marketing-section-head h2,
.seo-cta-block .marketing-section-head p {
  color: #f8fbff;
  text-align: center;
}

.seo-cta-block .marketing-cta-row {
  justify-content: center;
}

.customer-name-link:hover,
.team-member-email-link:hover {
  color: var(--brand-primary);
}

@media (max-width: 992px) {
  .marketing-grid-4,
  .marketing-steps,
  .marketing-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .marketing-hero {
    margin-top: 18px;
    border-radius: 14px;
    padding: 50px 16px 46px;
  }

  .marketing-section {
    margin-top: 14px;
    padding: 19px 12px;
    border-radius: 12px;
  }

  .marketing-grid-4,
  .marketing-steps,
  .marketing-contact-grid {
    grid-template-columns: 1fr;
  }

  .marketing-cta-row .btn {
    width: 100%;
  }

  .marketing-footer {
    margin-top: 14px;
    padding: 18px 16px 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}
