.elementor-359 .elementor-element.elementor-element-cf5d28f{--display:flex;--min-height:0vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-359 .elementor-element.elementor-element-0813ec9{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-359 .elementor-element.elementor-element-ac43435{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-359 .elementor-element.elementor-element-2ee3455{width:100%;max-width:100%;}.elementor-359 .elementor-element.elementor-element-14117c1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-359 .elementor-element.elementor-element-79bbe72{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-359 .elementor-element.elementor-element-2267f72{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-359 .elementor-element.elementor-element-519aa92{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-359 .elementor-element.elementor-element-2662242{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-359 .elementor-element.elementor-element-97e5c88{width:100%;max-width:100%;}body.elementor-page-359{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2ee3455 */.cx-marquee {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 40px;
}
.cx-marquee-content {
  display: flex;
  gap: 40px;
  animation: cxScroll 30s linear infinite;
}
@keyframes cxScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --bg: #FFFDF5;
  --surface: #F2FFF5;
  --accent: #0D3B31;
  --gold: #34D399;
  --border: #D0E8D4;
  --text-main: #0D3B31;
  --text-muted: #3D6B5C;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html,
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--bg);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.cx-page-shell {
  min-height: 100vh;
  background: var(--bg);
}

.cx-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 1.5rem 0;
  color: #fff;
  transition:
    background 0.5s var(--ease),
    color 0.5s var(--ease),
    padding 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

.cx-nav-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cx-nav-brand,
.cx-nav-link,
.cx-nav-login,
.cx-nav-apply {
  text-decoration: none;
}

.cx-nav-brand {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.cx-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex: 1 1 auto;
}

.cx-nav-link,
.cx-nav-login,
.cx-nav-apply {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-nav-link {
  color: inherit;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.cx-nav-link:hover,
.cx-nav-login:hover {
  opacity: 0.65;
}

.cx-nav-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 0 auto;
}

.cx-nav-login {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cx-nav-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  background: #34D399;
  color: #0D3B31;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.cx-nav-apply:hover {
  transform: translateY(-1px) scale(1.02);
}

.cx-section-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.cx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 1.1rem 2.5rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.cx-btn:hover {
  transform: translateY(-1px) scale(1.02);
}

.cx-btn-primary {
  background: #34D399;
  color: #0D3B31;
}

.cx-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cx-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.05);
}

.cx-btn-outline {
  border: 1px solid rgba(52, 211, 153, 0.2);
  color: rgba(52, 211, 153, 0.5);
}

.cx-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 4rem;
  background: #0D3B31;
  color: #fff;
}

.cx-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: end;
}

.cx-hero-copy {
  max-width: 48rem;
}

.cx-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.cx-hero-pill-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #34D399;
  flex: 0 0 auto;
}

.cx-hero-pill-text,
.cx-hero-stat-label,
.cx-hero-chart-label,
.cx-hero-chart-trend,
.cx-hero-chart-days span,
.cx-hero-appts-label,
.cx-hero-live {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cx-hero-pill-text {
  font-size: 10px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}

.cx-hero-title {
  margin: 0 0 1.5rem;
  font-size: clamp(3rem, 11vw, 6.875rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.cx-hero-title-accent {
  font-weight: 300;
  font-style: italic;
  color: #34D399;
}

.cx-hero-text {
  max-width: 34rem;
  margin: 0 0 3rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  line-height: 1.75;
}

.cx-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cx-hero-visual {
  position: relative;
}

.cx-hero-card {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cx-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.cx-hero-stat {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
}

.cx-hero-stat-label {
  color: rgba(255, 255, 255, 0.3);
}

.cx-hero-stat-value {
  margin-top: 0.125rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cx-hero-stat-change {
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  color: #34D399;
}

.cx-hero-chart {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
}

.cx-hero-chart-head,
.cx-hero-appts-header,
.cx-hero-appt,
.cx-hero-appt-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.cx-hero-chart-head {
  margin-bottom: 0.75rem;
}

.cx-hero-chart-label,
.cx-hero-appts-label {
  color: rgba(255, 255, 255, 0.3);
}

.cx-hero-chart-trend,
.cx-hero-live {
  color: #34D399;
}

.cx-hero-chart svg {
  display: block;
  width: 100%;
  height: 3rem;
}

.cx-hero-chart-days {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.cx-hero-chart-days span {
  color: rgba(255, 255, 255, 0.2);
}

.cx-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.cx-hero-live-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #34D399;
}

.cx-hero-appts-list {
  display: grid;
  gap: 0.625rem;
}

.cx-hero-appt {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
}

.cx-hero-appt-main {
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
}

.cx-hero-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  flex: 0 0 auto;
}

.cx-hero-avatar--mint {
  background: #34D399;
  color: #0D3B31;
}

.cx-hero-avatar--muted {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

.cx-hero-avatar--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.3);
}

.cx-hero-appt-copy {
  min-width: 0;
}

.cx-hero-appt-copy h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.cx-hero-appt-copy p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.3);
}

.cx-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.cx-hero-badge--mint {
  background: rgba(52, 211, 153, 0.2);
  color: #34D399;
}

.cx-hero-badge--amber {
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.cx-hero-badge--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.cx-hero-appt--faded {
  opacity: 0.5;
}

.cx-hero-orb {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.08);
  filter: blur(80px);
  pointer-events: none;
}

.cx-hero-orb--large {
  top: -5rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
}

.cx-hero-orb--small {
  bottom: -2.5rem;
  left: -2.5rem;
  width: 10rem;
  height: 10rem;
  background: rgba(52, 211, 153, 0.05);
  filter: blur(56px);
}

.cx-serif {
  font-family: "Instrument Serif", serif;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 10px;
}

.cx-reveal {
  opacity: 1;
  transform: translateY(0);
}

html.cx-js .cx-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

html.cx-js .cx-reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.cx-glass {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.cx-hero-img-mask {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.cx-marquee {
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 40px;
}

.cx-marquee-content {
  display: flex;
  gap: 40px;
  animation: cxScroll 30s linear infinite;
}

@keyframes cxScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.cx-services-overview {
  padding: 6rem 0;
  background: #f9f8f4;
  color: var(--text-main);
}

.cx-services-overview-head {
  max-width: 44rem;
  margin-bottom: 3.5rem;
}

.cx-services-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #6c857a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cx-services-title {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 7vw, 4.75rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.cx-services-intro {
  max-width: 38rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.cx-services-grid {
  display: grid;
  gap: 1.25rem;
}

/* ── Service card ── */
.cx-service-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  cursor: default;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease),
    border-color 0.5s var(--ease);
}

/* Mouse-tracking glow border */
.cx-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    400px circle at var(--mouse-x) var(--mouse-y),
    rgba(52, 211, 153, 0.12),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.cx-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 211, 153, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(52, 211, 153, 0.08);
}

.cx-service-card:hover::before {
  opacity: 1;
}

/* Icon wrapper */
.cx-service-icon-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: #f4f4f2;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 1rem;
  transition: background 0.4s ease, transform 0.4s var(--ease), box-shadow 0.4s ease;
}

.cx-service-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--accent);
}

.cx-service-card:hover .cx-service-icon-wrap {
  background: #e8faf0;
  border-color: rgba(52, 211, 153, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(52, 211, 153, 0.12);
}

/* Featured variant (middle card) */
.cx-service-card--featured {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(13, 59, 49, 0.18);
}

.cx-service-card--featured::before {
  background: radial-gradient(
    400px circle at var(--mouse-x) var(--mouse-y),
    rgba(255, 255, 255, 0.08),
    transparent 60%
  );
}

.cx-service-card--featured:hover {
  border-color: rgba(52, 211, 153, 0.3);
  box-shadow: 0 28px 72px rgba(13, 59, 49, 0.28);
}

.cx-service-card--featured .cx-service-icon-wrap {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.cx-service-card--featured .cx-service-icon {
  color: #34D399;
}

.cx-service-card--featured:hover .cx-service-icon-wrap {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.cx-service-card--featured .cx-service-copy {
  color: rgba(255, 255, 255, 0.55);
}

.cx-service-card--featured .cx-service-index {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.cx-service-card--featured .cx-service-tag {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}

.cx-service-card--featured .cx-service-points li {
  color: rgba(255, 255, 255, 0.75);
}

.cx-service-card--featured .cx-service-points li::before {
  background: #34D399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.4);
}

.cx-service-card--featured .cx-service-link {
  color: #34D399;
}

/* Card inner elements */
.cx-service-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cx-service-index,
.cx-service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-service-index {
  border: 1px solid rgba(13, 59, 49, 0.1);
  color: var(--accent);
  background: rgba(13, 59, 49, 0.04);
}

.cx-service-tag {
  color: #8a9e96;
  background: rgba(13, 59, 49, 0.03);
}

.cx-service-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.cx-service-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.cx-service-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.625rem;
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  list-style: none;
}

.cx-service-card--featured .cx-service-points {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.cx-service-points li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--text-main);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cx-service-points li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #34D399;
}

.cx-service-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.3s var(--ease);
}

.cx-service-link:hover {
  gap: 0.85rem;
}

.cx-service-link svg {
  transition: transform 0.3s var(--ease);
}

.cx-service-link:hover svg {
  transform: translateX(4px);
}

.cx-mechanism-flow {
  margin-bottom: 1.5rem;
}

.cx-mechanism-step-card {
  min-width: 0;
}

.cx-transcript-bubble {
  min-width: 0;
}




.cx-range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: var(--border);
  outline: none;
}

.cx-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--accent);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}

.cx-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

@keyframes cxCardEntrance {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateX(8deg) translateY(60px) scale(0.92);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes cxCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes cxStatPop {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(20px);
    filter: blur(4px);
  }

  70% {
    transform: scale(1.05) translateY(-2px);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

@keyframes cxChartDraw {
  from {
    stroke-dashoffset: 400;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes cxChartGlow {
  0% {
    opacity: 0;
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes cxApptSlideIn {
  0% {
    opacity: 0;
    transform: translateX(40px);
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes cxGlowPulse {
  0%,
  100% {
    box-shadow: 0 0 40px rgba(52, 211, 153, 0), 0 24px 60px rgba(0, 0, 0, 0.15);
  }

  50% {
    box-shadow: 0 0 60px rgba(52, 211, 153, 0.08), 0 24px 60px rgba(0, 0, 0, 0.15);
  }
}

@keyframes cxPulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }
}

@keyframes cxBounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.cx-animate-pulse {
  animation: cxPulse 2s infinite;
}

.cx-animate-bounce {
  animation: cxBounce 1s infinite;
}

.cx-hero-card {
  animation:
    cxCardEntrance 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both,
    cxCardFloat 5s ease-in-out 2.5s infinite,
    cxGlowPulse 4s ease-in-out 2.5s infinite;
}

.cx-hero-stat {
  opacity: 0;
  animation: cxStatPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.cx-hero-stat:nth-child(1) {
  animation-delay: 0.7s;
}

.cx-hero-stat:nth-child(2) {
  animation-delay: 0.9s;
}

.cx-hero-stat:nth-child(3) {
  animation-delay: 1.1s;
}

.cx-hero-chart {
  opacity: 0;
  animation: cxChartGlow 0.8s var(--ease) 1.3s both;
}

.cx-hero-chart-line {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: cxChartDraw 1.8s cubic-bezier(0.22, 1, 0.36, 1) 1.5s forwards;
}

.cx-hero-chart-area {
  opacity: 0;
  animation: cxChartGlow 1s ease 2.5s both;
}

.cx-hero-chart-dot {
  opacity: 0;
  animation: cxStatPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 2.8s both;
}

.cx-hero-appts-header {
  opacity: 0;
  animation: cxApptSlideIn 0.6s var(--ease) 2s both;
}

.cx-hero-appt {
  opacity: 0;
  animation: cxApptSlideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cx-hero-appt:nth-child(1) {
  animation-delay: 2.2s;
}

.cx-hero-appt:nth-child(2) {
  animation-delay: 2.5s;
}

.cx-hero-appt:nth-child(3) {
  animation-delay: 2.8s;
}

#cx-nav.cx-nav-scrolled {
  background: rgba(255, 253, 245, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #0D3B31;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 10px 30px rgba(13, 59, 49, 0.08);
}

#cx-nav.cx-nav-scrolled a:not(.cx-nav-apply) {
  color: #0D3B31 !important;
}

#cx-nav.cx-nav-scrolled .cx-nav-apply {
  background: #0D3B31 !important;
  color: #fff !important;
}

.cx-footer-shell {
  background:
    radial-gradient(circle at top left, rgba(191, 255, 208, 0.12), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, #0D3B31 0%, #071F1A 100%);
}

.cx-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.cx-footer-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cx-footer-blob {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.cx-footer-blob--left {
  top: 4rem;
  left: -8rem;
  width: 20rem;
  height: 20rem;
  background: rgba(52, 211, 153, 0.1);
  filter: blur(100px);
}

.cx-footer-blob--right {
  top: 0;
  right: 0;
  width: 24rem;
  height: 24rem;
  background: rgba(255, 255, 255, 0.03);
  filter: blur(120px);
}

.cx-footer-blob--bottom {
  bottom: 10rem;
  left: 33%;
  width: 30rem;
  height: 16rem;
  background: rgba(52, 211, 153, 0.06);
  filter: blur(100px);
}

.cx-footer-inner {
  position: relative;
  z-index: 1;
}

.cx-footer-cta {
  padding: 6rem 0 5rem;
  text-align: center;
}

.cx-footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-footer-kicker-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #34D399;
}

.cx-footer-title {
  max-width: 42rem;
  margin: 0 auto;
  font-size: clamp(2.5rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.cx-footer-text {
  max-width: 34rem;
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 1.75;
}

.cx-footer-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.cx-footer-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.cx-footer-divider--soft {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.cx-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  padding: 4rem 0;
}

.cx-footer-brand-head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.cx-footer-brand-head svg,
.cx-footer-social svg {
  display: block;
}

.cx-footer-brand-name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cx-footer-brand-copy {
  max-width: 18rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  line-height: 1.8;
}

.cx-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.cx-footer-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(191, 255, 208, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cx-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.25s var(--ease), border-color 0.25s ease, background 0.25s ease;
}

.cx-footer-social:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.cx-footer-micro-link {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.25s ease;
}

.cx-footer-micro-link:hover {
  color: rgba(255, 255, 255, 0.78);
}

.cx-footer-column {
  min-width: 0;
}

.cx-footer-heading {
  margin: 0 0 1.25rem;
  color: rgba(52, 211, 153, 0.8);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.cx-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.cx-footer-list a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}

.cx-footer-list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cx-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.cx-footer-bottom-copy,
.cx-footer-legal {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.cx-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.cx-pipeline-node {
  animation: cxFooterPulse 3.8s var(--ease) infinite;
  transform-origin: center;
}

.cx-pipeline-node.delay-1 {
  animation-delay: 0.8s;
}

.cx-pipeline-node.delay-2 {
  animation-delay: 1.6s;
}

.cx-pipeline-node.delay-3 {
  animation-delay: 2.4s;
}

.cx-pipeline-sheen {
  animation: cxFooterSheen 10s linear infinite;
}

@keyframes cxFooterPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes cxFooterSheen {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }

  15% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.22;
  }

  85% {
    opacity: 0;
  }

  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

body.admin-bar #cx-nav {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #cx-nav {
    top: 46px;
  }
}

@media (max-width: 767px) {
  #cx-nav {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .cx-nav-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 1rem;
  }

  .cx-nav-links {
    display: none;
  }

  .cx-nav-actions {
    gap: 0.75rem;
  }

  .cx-nav-login {
    display: none;
  }

  #cx-nav .cx-nav-apply {
    min-height: 42px;
    padding: 0.75rem 1rem !important;
    font-size: 10px !important;
    letter-spacing: 0.18em;
  }

  .cx-section-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cx-btn {
    width: 100%;
    min-height: 52px;
    padding: 1rem 1.5rem;
  }

  .cx-hero {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }

  .cx-hero-title {
    margin-bottom: 1.5rem;
  }

  .cx-hero-text {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
  }

  .cx-hero-card {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .cx-hero-stats {
    gap: 0.5rem;
  }

  .cx-hero-stat {
    padding: 0.75rem 0.625rem;
  }

  .cx-hero-stat-value {
    font-size: 1rem;
  }

  .cx-hero-appt {
    flex-direction: column;
    align-items: flex-start;
  }

  .cx-hero-badge {
    align-self: flex-start;
  }

  .cx-hero-orb--large {
    top: -3rem;
    right: -4rem;
    width: 12rem;
    height: 12rem;
    filter: blur(56px);
  }

  .cx-hero-orb--small {
    width: 7rem;
    height: 7rem;
    filter: blur(42px);
  }

  .p-10 {
    padding: 1.5rem !important;
  }

  .p-12 {
    padding: 1.75rem !important;
  }

  .rounded-\[40px\] {
    border-radius: 28px !important;
  }

  .text-7xl {
    font-size: 3rem !important;
    line-height: 0.95 !important;
  }

  .cx-mechanism-section .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .cx-mechanism-section .max-w-3xl {
    margin-bottom: 3.5rem !important;
  }

  .cx-mechanism-section h2 {
    font-size: 2.35rem !important;
    line-height: 1.02 !important;
  }

  .cx-mechanism-card,
  .cx-mechanism-step-card {
    padding: 1.5rem !important;
    border-radius: 28px !important;
  }

  .cx-mechanism-card h3,
  .cx-mechanism-step-card h3 {
    font-size: 1.9rem !important;
    line-height: 1.05 !important;
  }

  .cx-signal-feed {
    padding: 1rem !important;
  }

  .cx-signal-feed-head,
  .cx-transcript-head {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .cx-signal-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start !important;
    gap: 0.75rem !important;
  }

  .cx-signal-row .truncate {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .cx-signal-tags {
    flex-wrap: wrap;
  }

  .cx-transcript {
    margin-top: 1.5rem !important;
  }

  .cx-transcript-bubble,
  .cx-transcript .max-w-\[85\%\] {
    max-width: calc(100% - 2rem) !important;
  }

  .cx-booking-head {
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
  }

  .cx-booking-head .text-lg {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
  }

  .cx-booking-grid {
    grid-template-columns: 1fr !important;
  }

  .cx-booking-grid .p-6 {
    padding: 1.25rem !important;
  }

  .cx-services-overview {
    padding: 4rem 0;
  }

  .cx-services-title {
    font-size: clamp(2.25rem, 9vw, 3.75rem);
  }

  .cx-service-card {
    padding: 1.25rem;
  }

  .cx-footer-cta {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }

  .cx-footer-title {
    font-size: 2.25rem;
  }

  .cx-footer-text {
    font-size: 14px;
  }

  .cx-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cx-footer-bottom {
    padding-bottom: 1.75rem;
  }

}

@media (min-width: 768px) {
  .cx-nav-login {
    display: inline-block;
  }

  .cx-hero-actions,
  .cx-footer-actions {
    flex-direction: row;
  }

  .cx-footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .cx-booking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px) {
  .cx-section-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cx-hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .cx-hero-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .cx-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}/* End custom CSS */