.elementor-63 .elementor-element.elementor-element-a00aec8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3aa4496 *//* =========================================================
   ZENITH FINANCIAL ADVISORY — SERVICES OVERVIEW PAGE CSS
========================================================= */

.zfa-services {
  position: relative;
  overflow: hidden;
  background: var(--zfa-bg);
}

.zfa-services-container {
  width: var(--zfa-container);
  margin-inline: auto;
}

/* ===============================
   HERO
=============================== */

.zfa-services-hero {
  position: relative;
  padding: clamp(9rem, 13vw, 11rem) 0 clamp(4rem, 7vw, 6.5rem);
  overflow: hidden;
  isolation: isolate;
}

.zfa-services-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 14% 24%, rgba(16, 185, 129, 0.2), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(251, 191, 36, 0.16), transparent 28%),
    linear-gradient(135deg, #ECFDF5 0%, #F7FFFB 48%, #DDFBF0 100%);
}

.zfa-services-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6, 78, 59, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 78, 59, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 82%);
  pointer-events: none;
}

.zfa-services-orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(68px);
  opacity: 0.42;
  animation: zfaServicesOrbFloat 9s ease-in-out infinite alternate;
}

.zfa-services-orb-one {
  left: -120px;
  top: 20%;
  background: rgba(16, 185, 129, 0.42);
}

.zfa-services-orb-two {
  right: -140px;
  bottom: 10%;
  background: rgba(251, 191, 36, 0.38);
  animation-delay: -3s;
}

.zfa-services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.zfa-services-hero-copy {
  max-width: 740px;
}

.zfa-services-hero h1 {
  max-width: 740px;
  margin: 22px 0 20px;
  color: var(--zfa-primary-dark);
  font-size: clamp(2.65rem, 4.55vw, 4.9rem);
  line-height: 0.99;
  letter-spacing: -0.058em;
}

.zfa-services-hero-copy p {
  max-width: 690px;
  margin: 0;
  color: rgba(2, 44, 34, 0.74);
  font-size: clamp(1.02rem, 0.95rem + 0.32vw, 1.18rem);
}

.zfa-services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* ===============================
   HERO PANEL
=============================== */

.zfa-services-hero-panel {
  position: relative;
  min-height: 560px;
  padding: clamp(1.35rem, 2.8vw, 2.3rem);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(2,44,34,0.96), rgba(6,78,59,0.92)),
    radial-gradient(circle at top right, rgba(16,185,129,0.25), transparent 40%);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 34px 100px rgba(2, 44, 34, 0.25),
    inset 0 1px 0 rgba(255,255,255,0.14);
  overflow: hidden;
}

.zfa-services-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.zfa-services-hero-panel > * {
  position: relative;
  z-index: 2;
}

.zfa-services-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.zfa-services-panel-head span {
  display: block;
  color: rgba(255,255,255,0.52);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zfa-services-panel-head strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: var(--zfa-font-heading);
  font-size: clamp(1.75rem, 2.6vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.zfa-services-system-wheel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 350px;
  margin: 24px 0;
}

.zfa-services-system-wheel::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle, rgba(255,255,255,0.09), transparent 62%);
  animation: zfaServicesWheelPulse 4s ease-in-out infinite alternate;
}

.zfa-services-system-wheel::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  border: 1px dashed rgba(255,255,255,0.14);
  animation: zfaServicesWheelRotate 22s linear infinite;
}

.zfa-services-wheel-core {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(251,191,36,0.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 20px 60px rgba(0,0,0,0.20);
}

.zfa-services-wheel-core strong {
  color: #fff;
  font-family: var(--zfa-font-heading);
  font-size: 1.55rem;
  line-height: 1;
}

.zfa-services-wheel-core span {
  margin-top: -34px;
  color: rgba(255,255,255,0.58);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zfa-services-wheel-item {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  min-width: 122px;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: var(--zfa-primary-dark);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  backdrop-filter: blur(18px);
}

.zfa-services-wheel-item span {
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.zfa-services-wheel-item-one {
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.zfa-services-wheel-item-two {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zfa-services-wheel-item-three {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.zfa-services-wheel-item-four {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zfa-services-panel-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.zfa-services-panel-stats div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.10);
}

.zfa-services-panel-stats span {
  display: block;
  color: rgba(255,255,255,0.52);
  font-size: 0.76rem;
  font-weight: 800;
}

.zfa-services-panel-stats strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

/* ===============================
   TRUST STRIP
=============================== */

.zfa-services-trust {
  position: relative;
  margin-top: -38px;
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  z-index: 5;
}

.zfa-services-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(236,253,245,0.78));
  border: 1px solid rgba(6,78,59,0.12);
  box-shadow: 0 22px 70px rgba(2,44,34,0.10);
  backdrop-filter: blur(20px);
}

.zfa-services-trust-strip div {
  padding: clamp(1.1rem, 2vw, 1.55rem);
  border-right: 1px solid rgba(6,78,59,0.10);
}

.zfa-services-trust-strip div:last-child {
  border-right: 0;
}

.zfa-services-trust-strip span {
  display: block;
  color: rgba(2,44,34,0.52);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zfa-services-trust-strip strong {
  display: block;
  margin-top: 5px;
  color: var(--zfa-primary);
  font-family: var(--zfa-font-heading);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
}

/* ===============================
   SECTION HEADS
=============================== */

.zfa-services-section-head {
  max-width: 800px;
  margin: 0 auto clamp(2rem, 4vw, 3.3rem);
  text-align: center;
}

.zfa-services-section-head h2 {
  margin: 18px 0 16px;
}

.zfa-services-section-head p {
  margin: 0 auto;
  max-width: 700px;
}

/* ===============================
   INTRO
=============================== */

.zfa-services-intro {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.zfa-services-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
}

.zfa-services-intro-copy h2 {
  max-width: 640px;
  margin: 18px 0 0;
}

.zfa-services-intro-text {
  padding: clamp(1.3rem, 3vw, 2.4rem);
  border-radius: 30px;
  border: 1px solid rgba(6,78,59,0.12);
  background:
    radial-gradient(circle at top left, rgba(16,185,129,0.14), transparent 34%),
    rgba(255,255,255,0.72);
  box-shadow: 0 22px 60px rgba(2,44,34,0.07);
}

.zfa-services-intro-text p {
  margin: 0;
}

/* ===============================
   SERVICES CARDS
=============================== */

.zfa-services-list {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at top left, rgba(16,185,129,0.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.48), rgba(236,253,245,0));
}

.zfa-services-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.zfa-services-card {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2.5vw, 2.2rem);
  border-radius: 34px;
  border: 1px solid rgba(6,78,59,0.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.88), rgba(236,253,245,0.68));
  box-shadow: 0 24px 70px rgba(2,44,34,0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.zfa-services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(251,191,36,0.16), transparent 38%),
    radial-gradient(circle at bottom left, rgba(16,185,129,0.14), transparent 38%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.zfa-services-card:hover {
  transform: translateY(-8px);
  border-color: rgba(16,185,129,0.28);
  box-shadow: 0 34px 90px rgba(2,44,34,0.13);
}

.zfa-services-card:hover::before {
  opacity: 1;
}

.zfa-services-card > * {
  position: relative;
  z-index: 2;
}

.zfa-services-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.zfa-services-card-top span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: var(--zfa-primary-dark);
  background: linear-gradient(135deg, var(--zfa-accent), #FDE68A);
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(251,191,36,0.22);
}

.zfa-services-card-top em {
  font-style: normal;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--zfa-primary);
  background: rgba(16,185,129,0.10);
  border: 1px solid rgba(16,185,129,0.16);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zfa-services-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
}

.zfa-services-card p {
  margin: 0;
}

.zfa-services-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.zfa-services-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(2,44,34,0.68);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

.zfa-services-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--zfa-secondary), var(--zfa-accent));
  box-shadow: 0 0 0 5px rgba(16,185,129,0.10);
}

.zfa-services-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--zfa-primary);
  font-size: 0.94rem;
  font-weight: 950;
}

.zfa-services-card a::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.24s ease;
}

.zfa-services-card a:hover::after {
  transform: translateX(4px);
}

/* ===============================
   FIT SECTION
=============================== */

.zfa-services-fit {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.zfa-services-fit-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.zfa-services-fit-copy {
  position: sticky;
  top: 120px;
}

.zfa-services-fit-copy h2 {
  margin: 18px 0 16px;
}

.zfa-services-fit-copy p {
  max-width: 620px;
  margin-bottom: 28px;
}

.zfa-services-fit-list {
  display: grid;
  gap: 14px;
}

.zfa-services-fit-item {
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 26px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(6,78,59,0.12);
  box-shadow: 0 18px 50px rgba(2,44,34,0.06);
}

.zfa-services-fit-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--zfa-primary);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zfa-services-fit-item p {
  margin: 0;
  color: rgba(2,44,34,0.72);
  font-size: 0.96rem;
}

/* ===============================
   METHOD
=============================== */

.zfa-services-method {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(251,191,36,0.16), transparent 28%),
    linear-gradient(135deg, #022C22, #064E3B);
  color: #fff;
}

.zfa-services-method .zfa-kicker {
  background: rgba(255,255,255,0.09);
  color: #fff;
  border-color: rgba(255,255,255,0.14);
}

.zfa-services-method h2,
.zfa-services-method h3 {
  color: #fff;
}

.zfa-services-method p {
  color: rgba(255,255,255,0.72);
}

.zfa-services-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zfa-services-method-step {
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055));
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
}

.zfa-services-method-step span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--zfa-accent);
  font-family: var(--zfa-font-heading);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-shadow: 0 12px 24px rgba(251,191,36,0.18);
}

.zfa-services-method-step h3 {
  margin: 0 0 12px;
}

.zfa-services-method-step p {
  margin: 0;
  font-size: 0.96rem;
}

/* ===============================
   TOOL SECTION
=============================== */

.zfa-services-tool {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.54), rgba(236,253,245,0)),
    radial-gradient(circle at top right, rgba(16,185,129,0.12), transparent 30%);
}

.zfa-services-tool-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.zfa-services-tool-panel {
  position: relative;
  padding: clamp(1.35rem, 2.8vw, 2.3rem);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(2,44,34,0.96), rgba(6,78,59,0.92)),
    radial-gradient(circle at top right, rgba(16,185,129,0.25), transparent 40%);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow:
    0 34px 100px rgba(2, 44, 34, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.14);
  overflow: hidden;
}

.zfa-services-tool-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.zfa-services-tool-panel > * {
  position: relative;
  z-index: 2;
}

.zfa-services-tool-head span {
  display: block;
  color: rgba(255,255,255,0.52);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zfa-services-tool-head strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: var(--zfa-font-heading);
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.zfa-services-tool-bars {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.zfa-services-tool-bars div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.zfa-services-tool-bars span {
  color: rgba(255,255,255,0.68);
  font-size: 0.84rem;
  font-weight: 850;
}

.zfa-services-tool-bars strong {
  grid-column: 1 / -1;
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zfa-secondary), var(--zfa-accent));
  box-shadow: 0 12px 26px rgba(16,185,129,0.16);
}

.zfa-services-tool-bars em {
  color: #fff;
  font-style: normal;
  font-size: 0.84rem;
  font-weight: 900;
}

.zfa-services-tool-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 30px;
  padding: 13px 18px;
  border-radius: 999px;
  color: var(--zfa-primary-dark);
  background: linear-gradient(135deg, var(--zfa-accent), #FDE68A);
  box-shadow: 0 16px 38px rgba(251, 191, 36, 0.22);
  font-size: 0.9rem;
  font-weight: 950;
}

.zfa-services-tool-copy h2 {
  margin: 18px 0 16px;
}

.zfa-services-tool-copy p {
  margin: 0;
}

.zfa-services-tool-copy p + p {
  margin-top: 16px;
}

/* ===============================
   FAQ
=============================== */

.zfa-services-faq {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.zfa-services-faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.zfa-services-faq-copy h2 {
  margin: 18px 0 16px;
}

.zfa-services-faq-copy p {
  max-width: 620px;
  margin-bottom: 28px;
}

.zfa-services-faq-list {
  display: grid;
  gap: 14px;
}

.zfa-services-faq-list details {
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(6,78,59,0.12);
  box-shadow: 0 18px 50px rgba(2,44,34,0.06);
  overflow: hidden;
}

.zfa-services-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--zfa-primary-dark);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 950;
  list-style: none;
}

.zfa-services-faq-list summary::-webkit-details-marker {
  display: none;
}

.zfa-services-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--zfa-primary);
  font-weight: 950;
}

.zfa-services-faq-list details[open] summary::after {
  content: "–";
}

.zfa-services-faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 0.96rem;
}

/* ===============================
   CTA
=============================== */

.zfa-services-cta {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.zfa-services-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 42px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(16,185,129,0.22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(251,191,36,0.22), transparent 32%),
    linear-gradient(135deg, #022C22, #064E3B);
  box-shadow: 0 34px 110px rgba(2,44,34,0.24);
}

.zfa-services-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}

.zfa-services-cta-card > * {
  position: relative;
  z-index: 2;
}

.zfa-services-cta-card .zfa-kicker {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border-color: rgba(255,255,255,0.14);
}

.zfa-services-cta-card h2 {
  max-width: 780px;
  margin: 20px auto 16px;
  color: #fff;
}

.zfa-services-cta-card p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
}

.zfa-services-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.zfa-services-cta-card .zfa-btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
}

/* ===============================
   ANIMATIONS
=============================== */

@keyframes zfaServicesOrbFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(24px, -28px, 0) scale(1.08);
  }
}

@keyframes zfaServicesWheelPulse {
  from {
    transform: scale(0.96);
    opacity: 0.58;
  }

  to {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes zfaServicesWheelRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width: 1120px) {
  .zfa-services-hero-grid,
  .zfa-services-intro-grid,
  .zfa-services-fit-grid,
  .zfa-services-tool-grid,
  .zfa-services-faq-grid {
    grid-template-columns: 1fr;
  }

  .zfa-services-hero-copy,
  .zfa-services-intro-copy,
  .zfa-services-fit-copy,
  .zfa-services-tool-copy,
  .zfa-services-faq-copy {
    max-width: 760px;
  }

  .zfa-services-fit-copy {
    position: relative;
    top: auto;
  }

  .zfa-services-hero h1 {
    font-size: clamp(2.6rem, 8vw, 4.4rem);
  }

  .zfa-services-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .zfa-services-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zfa-services-trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .zfa-services-trust-strip div:nth-child(1),
  .zfa-services-trust-strip div:nth-child(2) {
    border-bottom: 1px solid rgba(6,78,59,0.10);
  }

  .zfa-services-card-grid {
    grid-template-columns: 1fr;
  }

  .zfa-services-hero-panel {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .zfa-services-hero {
    padding-top: clamp(7rem, 18vw, 8.5rem);
  }

  .zfa-services-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -0.048em;
  }

  .zfa-services-hero-actions,
  .zfa-services-cta-actions {
    display: grid;
  }

  .zfa-services-hero-actions a,
  .zfa-services-cta-actions a {
    width: 100%;
  }

  .zfa-services-trust {
    margin-top: 0;
  }

  .zfa-services-trust-strip {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .zfa-services-trust-strip div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(6,78,59,0.10);
  }

  .zfa-services-trust-strip div:last-child {
    border-bottom: 0;
  }

  .zfa-services-hero-panel {
    min-height: auto;
    border-radius: 28px;
  }

  .zfa-services-system-wheel {
    min-height: 330px;
  }

  .zfa-services-system-wheel::before {
    width: 210px;
    height: 210px;
  }

  .zfa-services-system-wheel::after {
    width: 290px;
    height: 290px;
  }

  .zfa-services-wheel-core {
    width: 126px;
    height: 126px;
  }

  .zfa-services-wheel-core strong {
    font-size: 1.25rem;
  }

  .zfa-services-wheel-core span {
    margin-top: -26px;
    font-size: 0.62rem;
  }

  .zfa-services-wheel-item {
    min-width: 104px;
    min-height: 44px;
    padding: 10px 12px;
  }

  .zfa-services-wheel-item span {
    font-size: 0.74rem;
  }

  .zfa-services-panel-stats,
  .zfa-services-tool-bars div {
    grid-template-columns: 1fr;
  }

  .zfa-services-cta-card {
    border-radius: 30px;
  }
}

@media (max-width: 480px) {
  .zfa-services-system-wheel::before,
  .zfa-services-system-wheel::after {
    display: none;
  }

  .zfa-services-system-wheel {
    display: grid;
    gap: 10px;
    place-items: stretch;
    min-height: auto;
    margin-top: 24px;
  }

  .zfa-services-wheel-core,
  .zfa-services-wheel-item {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    height: auto;
    min-height: 58px;
    border-radius: 20px;
  }

  .zfa-services-wheel-core {
    display: grid;
    place-items: start;
    padding: 16px;
  }

  .zfa-services-wheel-core span {
    margin-top: 4px;
  }

  .zfa-services-card,
  .zfa-services-method-step,
  .zfa-services-tool-panel {
    padding: 1rem;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zfa-services-orb,
  .zfa-services-system-wheel::before,
  .zfa-services-system-wheel::after {
    animation: none !important;
  }
}/* End custom CSS */