/*
 * Sage's World Elementor Starter
 * Page styles are intentionally scoped to .sage-site-root so the plugin can
 * coexist with an existing WordPress theme and other Elementor pages.
 */
.sage-site-root {
  --sage-ink: #20283a;
  --sage-ink-soft: #3d465a;
  --sage-muted: #687287;
  --sage-blue: #3b7dc4;
  --sage-blue-dark: #2c66a5;
  --sage-blue-pale: #e9f2fc;
  --sage-green: #2e9e62;
  --sage-green-pale: #e8f7ef;
  --sage-amber: #f4b63f;
  --sage-amber-pale: #fff5df;
  --sage-violet: #7757b6;
  --sage-violet-pale: #f1ecfb;
  --sage-coral: #d96c59;
  --sage-page: #f6f8fb;
  --sage-card: #ffffff;
  --sage-line: #e3e8f0;
  --sage-shadow-sm: 0 8px 30px rgba(32, 40, 58, 0.08);
  --sage-shadow-md: 0 24px 70px rgba(39, 64, 95, 0.14);
  --sage-shadow-blue: 0 24px 60px rgba(59, 125, 196, 0.2);
  --sage-radius-md: 22px;
  --sage-radius-lg: 32px;
  --sage-shell: 1180px;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  color: var(--sage-ink);
  background: var(--sage-page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sage-site-root,
.sage-site-root *,
.sage-site-root *::before,
.sage-site-root *::after {
  box-sizing: border-box;
}

.sage-site-root .e-con,
.sage-site-root .elementor-element,
.sage-site-root .elementor-widget,
.sage-site-root .elementor-widget-container {
  min-width: 0;
}

.sage-site-root .e-con {
  gap: 0;
  padding: 0;
}

.sage-site-root .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.sage-site-root img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sage-site-root a {
  color: inherit;
}

.sage-site-root h1,
.sage-site-root h2,
.sage-site-root h3,
.sage-site-root p,
.sage-site-root ul,
.sage-site-root ol {
  margin-top: 0;
}

.sage-site-root h1,
.sage-site-root h2,
.sage-site-root h3 {
  color: inherit;
  font-family: inherit;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sage-site-root p:last-child,
.sage-site-root ul:last-child,
.sage-site-root ol:last-child {
  margin-bottom: 0;
}

.sage-site-root a:focus-visible,
.sage-site-root button:focus-visible,
.sage-site-root .elementor-button:focus-visible,
.sage-site-root .elementor-tab-title:focus-visible {
  outline: 4px solid rgba(59, 125, 196, 0.28);
  outline-offset: 3px;
}

.sage-shell {
  width: min(calc(100% - 40px), var(--sage-shell)) !important;
  max-width: var(--sage-shell) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.sage-section {
  width: 100% !important;
  padding: 108px 0 !important;
}

.sage-eyebrow-widget .elementor-widget-container,
.sage-card-kicker-widget .elementor-widget-container,
.sage-process-top-widget .elementor-widget-container,
.sage-process-meta-widget .elementor-widget-container,
.sage-world-icon-widget .elementor-widget-container,
.sage-question-kicker-widget .elementor-widget-container,
.sage-principle-icon-widget .elementor-widget-container,
.sage-care-icon-widget .elementor-widget-container,
.sage-footer-links-widget .elementor-widget-container,
.sage-footer-bottom-widget .elementor-widget-container,
.sage-policy-nav-widget .elementor-widget-container,
.sage-policy-note-widget .elementor-widget-container {
  margin: 0;
}

.sage-eyebrow {
  margin: 0 0 16px;
  color: var(--sage-blue-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sage-eyebrow-light {
  color: #dfefff;
}

.sage-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 590px;
  padding: 8px 13px;
  border: 1px solid #d9e7f6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
  text-transform: none;
}

.sage-section-heading {
  max-width: 760px !important;
  margin-bottom: 54px !important;
}

.sage-section-heading.sage-centered {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.sage-section-title .elementor-heading-title,
.sage-inner-title .elementor-heading-title,
.sage-final-title .elementor-heading-title {
  margin: 0;
  color: inherit;
  font-size: clamp(2.25rem, 4.3vw, 4.15rem);
  font-weight: 850;
}

.sage-section-copy {
  max-width: 680px;
  color: var(--sage-muted);
  font-size: 1.1rem;
}

.sage-centered .sage-section-copy {
  margin-right: auto;
  margin-left: auto;
}

.sage-title-light .elementor-heading-title,
.sage-copy-light {
  color: #ffffff;
}

.sage-copy-light {
  color: #dce8f5;
}

/* Buttons */
.sage-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sage-button .elementor-button:hover {
  transform: translateY(-2px);
}

.sage-button-large .elementor-button {
  min-height: 56px;
  padding: 16px 23px;
  border-radius: 15px;
}

.sage-site-root .sage-button-primary .elementor-button {
  color: #ffffff !important;
  border-color: var(--sage-blue-dark) !important;
  background: var(--sage-blue-dark) !important;
  box-shadow: 0 10px 28px rgba(44, 102, 165, 0.25);
}

.sage-site-root .sage-button-primary .elementor-button:hover,
.sage-site-root .sage-button-primary .elementor-button:focus-visible {
  color: #ffffff !important;
  border-color: #24588f !important;
  background: #24588f !important;
  box-shadow: 0 14px 34px rgba(44, 102, 165, 0.3);
}

.sage-button-secondary .elementor-button {
  color: var(--sage-ink);
  border-color: var(--sage-line);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(32, 40, 58, 0.07);
}

.sage-button-secondary .elementor-button:hover {
  color: var(--sage-ink);
  border-color: #cbd5e3;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(32, 40, 58, 0.1);
}

.sage-button-light .elementor-button {
  color: var(--sage-blue-dark);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(12, 35, 68, 0.22);
}

.sage-button-outline .elementor-button {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.sage-button-outline .elementor-button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.sage-text-button .elementor-button {
  min-height: auto;
  padding: 0;
  color: var(--sage-blue-dark);
  background: transparent;
  box-shadow: none;
}

.sage-text-button .elementor-button:hover {
  color: #24588f;
  background: transparent;
  box-shadow: none;
  transform: translateX(4px);
}

.sage-button-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 13px !important;
}

/* Header */
.sage-site-header {
  position: sticky !important;
  z-index: 1000;
  top: 0;
  width: 100% !important;
  border-bottom: 1px solid rgba(221, 228, 238, 0.88);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 28px rgba(32, 40, 58, 0.055);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.sage-header-inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  flex-direction: unset !important;
  align-items: center !important;
  gap: clamp(14px, 1.5vw, 26px) !important;
  min-height: 76px;
}

.sage-brand {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
}

.sage-brand-mark {
  flex: 0 0 auto;
  width: 44px !important;
}

.sage-brand-mark img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(59, 125, 196, 0.18);
}

.sage-brand-copy {
  width: auto !important;
}

.sage-brand-title .elementor-heading-title {
  margin: 0;
  color: var(--sage-ink);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.sage-brand-tagline {
  margin-top: 5px;
  color: var(--sage-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.sage-nav {
  justify-self: center;
  width: auto !important;
}

.sage-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.65vw, 24px);
}

.sage-nav-links a {
  color: var(--sage-ink-soft);
  font-size: 0.88rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.sage-nav-links a:hover {
  color: var(--sage-blue-dark);
}

.sage-mobile-menu {
  position: relative;
  display: none;
}

.sage-mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--sage-line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--sage-shadow-sm);
}

.sage-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.sage-menu-bars {
  display: grid;
  gap: 4px;
}

.sage-menu-bars span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--sage-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.sage-mobile-menu[open] .sage-menu-bars span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.sage-mobile-menu[open] .sage-menu-bars span:nth-child(2) {
  opacity: 0;
}

.sage-mobile-menu[open] .sage-menu-bars span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.sage-mobile-menu-panel {
  position: absolute;
  z-index: 1100;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(300px, calc(100vw - 28px));
  padding: 10px;
  border: 1px solid var(--sage-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--sage-shadow-md);
}

.sage-mobile-menu-panel a {
  padding: 11px 12px;
  color: var(--sage-ink-soft);
  font-size: 0.93rem;
  font-weight: 760;
  text-decoration: none;
  border-radius: 10px;
}

.sage-mobile-menu-panel a:hover,
.sage-mobile-menu-panel a:focus-visible {
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
}

.sage-mobile-menu-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
}

.sage-mobile-menu-panel .sage-mobile-menu-actions a {
  display: flex;
  min-height: 42px;
  padding: 10px 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--sage-line);
}

.sage-mobile-menu-panel .sage-mobile-menu-signin {
  color: var(--sage-blue-dark);
  background: #ffffff;
}

.sage-mobile-menu-panel .sage-mobile-menu-start,
.sage-mobile-menu-panel .sage-mobile-menu-start:hover,
.sage-mobile-menu-panel .sage-mobile-menu-start:focus-visible {
  color: #ffffff;
  border-color: var(--sage-blue-dark);
  background: var(--sage-blue-dark);
}

.sage-header-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: auto !important;
  justify-self: end;
}

.sage-header-actions > .elementor-element {
  flex: 0 0 auto !important;
  width: auto !important;
}

.sage-header-actions .elementor-button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.86rem;
}

/* Hero */
.sage-hero {
  position: relative;
  width: 100% !important;
  min-height: 780px;
  padding: 94px 0 92px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #f7faff 0%, #f4f7fb 52%, #f8fbf8 100%);
}

.sage-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 460px;
  height: 460px;
  top: 40px;
  right: -130px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(59, 125, 196, 0.18), rgba(59, 125, 196, 0.03) 66%, transparent 70%);
}

.sage-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 310px;
  height: 310px;
  bottom: 10px;
  left: -150px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 45%, rgba(46, 158, 98, 0.14), rgba(46, 158, 98, 0.025) 66%, transparent 70%);
}

.sage-hero-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  flex-direction: unset !important;
  align-items: center !important;
  gap: 64px !important;
}

.sage-hero-copy {
  max-width: 650px;
}

.sage-site-root .sage-hero-title .elementor-heading-title {
  margin: 0 0 24px;
  color: var(--sage-ink) !important;
  font-size: clamp(3.3rem, 7vw, 6.25rem);
  font-weight: 880;
}

.sage-site-root .sage-hero-title .elementor-heading-title span {
  color: var(--sage-blue) !important;
}

.sage-hero-lede {
  max-width: 635px;
  margin-bottom: 31px;
  color: var(--sage-ink-soft);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.sage-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 0;
  margin: 28px 0 0;
  color: var(--sage-muted);
  font-size: 0.84rem;
  font-weight: 720;
  list-style: none;
}

.sage-trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sage-trust-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: var(--sage-green);
  background: var(--sage-green-pale);
  font-size: 0.7rem;
  font-weight: 900;
}

.sage-hero-visual {
  position: relative;
  justify-content: center !important;
}

.sage-hero-image img {
  width: min(100%, 650px);
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(0 30px 45px rgba(35, 58, 86, 0.1));
}

/* The core value question */
.sage-question-section {
  width: 100% !important;
  padding: 102px 0 !important;
  color: #ffffff;
  background: #202b3e;
}

.sage-question-grid {
  display: grid !important;
  grid-template-columns: 0.55fr 1.45fr;
  flex-direction: unset !important;
  align-items: start !important;
  gap: 86px !important;
}

.sage-question-kicker {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #b8c6d8;
}

.sage-question-kicker span {
  color: var(--sage-blue);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 0.72;
}

.sage-question-kicker p {
  max-width: 190px;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.sage-question-title .elementor-heading-title {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  font-weight: 850;
}

.sage-question-title .elementor-heading-title span {
  color: #80b5e9;
}

.sage-question-body {
  max-width: 780px;
  color: #c2cedd;
  font-size: 1.16rem;
  line-height: 1.75;
}

/* Parents and educators */
.sage-audiences-section {
  background: #ffffff;
}

.sage-audience-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: unset !important;
  gap: 22px !important;
}

.sage-audience-card {
  position: relative;
  min-height: 650px;
  padding: 42px 40px !important;
  border: 1px solid var(--sage-line);
  border-radius: var(--sage-radius-lg);
  overflow: hidden;
  box-shadow: var(--sage-shadow-sm);
}

.sage-audience-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -120px;
  right: -90px;
  border-radius: 50%;
  opacity: 0.7;
}

.sage-parent-card {
  background: linear-gradient(145deg, #f1f8fd 0%, #ffffff 50%, #f3faf6 100%);
}

.sage-parent-card::after {
  background: rgba(59, 125, 196, 0.11);
}

.sage-educator-card {
  background: linear-gradient(145deg, #f5f1fc 0%, #ffffff 50%, #fff8e9 100%);
}

.sage-educator-card::after {
  background: rgba(119, 87, 182, 0.1);
}

.sage-card-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 26px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--sage-blue-dark);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sage-educator-card .sage-card-kicker {
  color: var(--sage-violet);
}

.sage-card-title .elementor-heading-title {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: var(--sage-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 850;
}

.sage-card-intro {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--sage-ink-soft);
  font-size: 1.02rem;
}

.sage-benefits-widget {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.sage-benefit-list {
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 0 0 31px;
  list-style: none;
}

.sage-benefit-list li {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 12px;
}

.sage-benefit-list li::before {
  content: "✓";
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border-radius: 9px;
  color: var(--sage-green);
  background: var(--sage-green-pale);
  font-size: 0.78rem;
  font-weight: 900;
}

.sage-educator-card .sage-benefit-list li::before {
  color: var(--sage-violet);
  background: var(--sage-violet-pale);
}

.sage-benefit-list strong,
.sage-benefit-list span {
  grid-column: 2;
}

.sage-benefit-list strong {
  color: var(--sage-ink);
  font-size: 0.98rem;
}

.sage-benefit-list span {
  margin-top: 3px;
  color: var(--sage-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* Process */
.sage-process-section {
  background: var(--sage-page);
}

.sage-process-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-direction: unset !important;
  gap: 18px !important;
}

.sage-process-card {
  min-height: 390px;
  padding: 30px !important;
  border: 1px solid var(--sage-line);
  border-radius: var(--sage-radius-md);
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(32, 40, 58, 0.055);
}

.sage-process-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

.sage-process-top span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
  font-size: 1.35rem;
  font-weight: 900;
}

.sage-process-card:nth-child(2) .sage-process-top span {
  color: var(--sage-green);
  background: var(--sage-green-pale);
}

.sage-process-card:nth-child(3) .sage-process-top span {
  color: #9a6500;
  background: var(--sage-amber-pale);
}

.sage-process-top strong {
  color: #b7c0cf;
  font-size: 1.05rem;
}

.sage-process-title .elementor-heading-title {
  margin: 0 0 13px;
  color: var(--sage-ink);
  font-size: 1.45rem;
  font-weight: 850;
}

.sage-process-body {
  color: var(--sage-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.sage-process-meta-widget {
  margin-top: auto;
  padding-top: 22px;
}

.sage-process-meta {
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid var(--sage-line);
  color: var(--sage-blue-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Learning areas */
.sage-world-section {
  color: #ffffff;
  background: linear-gradient(145deg, #1f2b3e, #26374f 58%, #243146);
}

.sage-world-intro {
  display: grid !important;
  grid-template-columns: 0.82fr 1.25fr;
  flex-direction: unset !important;
  align-items: end !important;
  gap: 80px !important;
  margin-bottom: 55px !important;
}

.sage-world-intro .sage-eyebrow-widget {
  grid-column: 1 / -1;
}

.sage-world-intro .sage-section-copy {
  align-self: end;
}

.sage-world-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  flex-direction: unset !important;
  gap: 14px !important;
}

.sage-world-card {
  min-height: 285px;
  padding: 24px 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, background 0.2s ease;
}

.sage-world-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.sage-world-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border-radius: 15px;
  color: var(--sage-blue-dark);
  background: #e9f4ff;
  font-size: 1.3rem;
}

.sage-world-card:nth-child(2) .sage-world-icon {
  background: var(--sage-green-pale);
}

.sage-world-card:nth-child(3) .sage-world-icon {
  background: var(--sage-amber-pale);
}

.sage-world-card:nth-child(4) .sage-world-icon {
  background: var(--sage-violet-pale);
}

.sage-world-card:nth-child(5) .sage-world-icon {
  background: #ffece8;
}

.sage-world-label {
  margin: 0 0 8px;
  color: #aebdd0;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sage-world-title .elementor-heading-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.sage-world-body {
  color: #b8c6d8;
  font-size: 0.85rem;
  line-height: 1.55;
}

/* Insights */
.sage-insights-section {
  background: #ffffff;
}

.sage-insights-grid {
  display: grid !important;
  grid-template-columns: 0.86fr 1.14fr;
  flex-direction: unset !important;
  align-items: center !important;
  gap: 78px !important;
}

.sage-number-list {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 34px 0 0;
  counter-reset: sage-number;
  list-style: none;
}

.sage-number-list li {
  position: relative;
  min-height: 42px;
  padding: 7px 0 0 56px;
  color: var(--sage-ink-soft);
  counter-increment: sage-number;
}

.sage-number-list li::before {
  content: counter(sage-number);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
  font-size: 0.85rem;
  font-weight: 900;
}

.sage-insight-visual {
  position: relative;
}

.sage-progress-image img {
  border-radius: 24px;
  box-shadow: var(--sage-shadow-md);
}

/* Story */
.sage-story-section {
  background: linear-gradient(145deg, #edf5fc 0%, #f7f9fc 56%, #eff8f3 100%);
}

.sage-story-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  flex-direction: unset !important;
  align-items: center !important;
  gap: 84px !important;
}

.sage-story-image img {
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(40, 62, 90, 0.12);
}

.sage-story-body {
  color: var(--sage-ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
}

.sage-story-body p {
  margin-bottom: 18px;
}

.sage-story-emphasis {
  margin: 28px 0 !important;
  padding: 21px 24px;
  border-left: 4px solid var(--sage-blue-dark);
  border-radius: 0 14px 14px 0;
  color: var(--sage-ink-soft);
  background: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  font-weight: 720;
}

.sage-signature {
  color: var(--sage-muted);
  font-size: 0.88rem;
}

.sage-signature strong {
  color: var(--sage-ink);
}

/* Principles */
.sage-principles-section {
  background: #ffffff;
}

.sage-principles-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-direction: unset !important;
  gap: 16px !important;
}

.sage-principle-card {
  min-height: 278px;
  padding: 27px !important;
  border: 1px solid var(--sage-line);
  border-radius: 21px;
  background: #fbfcfe;
}

.sage-principle-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 54px;
  border-radius: 14px;
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
  font-size: 1.2rem;
  font-weight: 900;
}

.sage-principle-card:nth-child(2) .sage-principle-icon {
  color: var(--sage-green);
  background: var(--sage-green-pale);
}

.sage-principle-card:nth-child(3) .sage-principle-icon {
  color: #9a6500;
  background: var(--sage-amber-pale);
}

.sage-principle-card:nth-child(4) .sage-principle-icon {
  color: var(--sage-violet);
  background: var(--sage-violet-pale);
}

.sage-principle-title .elementor-heading-title {
  margin: 0 0 12px;
  color: var(--sage-ink);
  font-size: 1.14rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.sage-principle-body {
  color: var(--sage-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Care / product choices */
.sage-care-section {
  padding-top: 20px !important;
  background: #ffffff;
}

.sage-care-wrap {
  display: grid !important;
  grid-template-columns: 0.82fr 1.18fr;
  flex-direction: unset !important;
  gap: 70px !important;
  padding: 54px !important;
  border: 1px solid #d9e8f5;
  border-radius: 32px;
  background: linear-gradient(135deg, #f0f7fd, #f8fbfd 46%, #f1f8f4);
}

.sage-care-heading .sage-section-title .elementor-heading-title {
  font-size: clamp(2rem, 3.2vw, 3.15rem);
}

.sage-care-grid {
  display: grid !important;
  gap: 12px !important;
}

.sage-care-card {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  flex-direction: unset !important;
  align-items: start !important;
  gap: 15px !important;
  padding: 19px !important;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 24px rgba(32, 40, 58, 0.05);
}

.sage-care-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
  font-size: 1.2rem;
  font-weight: 900;
}

.sage-care-card:nth-child(2) .sage-care-icon {
  color: var(--sage-violet);
  background: var(--sage-violet-pale);
}

.sage-care-card:nth-child(3) .sage-care-icon {
  color: var(--sage-green);
  background: var(--sage-green-pale);
}

.sage-care-title .elementor-heading-title {
  margin: 2px 0 6px;
  color: var(--sage-ink);
  font-size: 1rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.sage-care-body {
  color: var(--sage-muted);
  font-size: 0.84rem;
  line-height: 1.58;
}

/* FAQ */
.sage-faq-section {
  background: var(--sage-page);
}

.sage-faq-grid {
  display: grid !important;
  grid-template-columns: 0.72fr 1.28fr;
  flex-direction: unset !important;
  align-items: start !important;
  gap: 92px !important;
}

.sage-faq-intro {
  position: sticky;
  top: 112px;
}

.sage-faq-accordion .elementor-accordion {
  border-top: 1px solid var(--sage-line);
}

.sage-faq-accordion .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid var(--sage-line);
}

.sage-faq-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 23px 4px;
  color: var(--sage-ink);
  border: 0;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 820;
  line-height: 1.35;
}

.sage-faq-accordion .elementor-tab-title .elementor-accordion-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--sage-blue-dark);
  background: var(--sage-blue-pale);
  font-size: 0.78rem;
}

.sage-faq-accordion .elementor-tab-content {
  padding: 0 44px 24px 4px;
  color: var(--sage-muted);
  border: 0;
  font-size: 0.96rem;
  line-height: 1.65;
}

/* Closing CTA */
.sage-final-cta {
  position: relative;
  width: 100% !important;
  padding: 105px 0 !important;
  color: #ffffff;
  background: linear-gradient(135deg, #2f70b4, #3b7dc4 52%, #3676b9);
  overflow: hidden;
}

.sage-final-cta::before,
.sage-final-cta::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.sage-final-cta::before {
  width: 520px;
  height: 520px;
  top: -160px;
  left: -210px;
  box-shadow: inset 0 0 0 90px rgba(255, 255, 255, 0.035);
}

.sage-final-cta::after {
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -230px;
  box-shadow: inset 0 0 0 70px rgba(255, 255, 255, 0.035);
}

.sage-final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 820px !important;
  align-items: center !important;
  text-align: center;
}

.sage-final-logo {
  width: 82px !important;
  margin-bottom: 25px;
}

.sage-final-logo img {
  width: 82px;
  border: 6px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(17, 47, 84, 0.22);
}

.sage-final-title .elementor-heading-title {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.65rem);
}

.sage-final-copy {
  max-width: 630px;
  margin-bottom: 30px;
  color: #edf5fc;
  font-size: 1.08rem;
}

.sage-final-buttons {
  justify-content: center !important;
}

/* Footer */
.sage-site-footer {
  width: 100% !important;
  padding: 72px 0 28px !important;
  color: #ffffff;
  background: #1e2a3d;
}

.sage-footer-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  flex-direction: unset !important;
  gap: 80px !important;
  padding-bottom: 56px;
}

.sage-brand-footer .sage-brand-title .elementor-heading-title {
  color: #ffffff;
}

.sage-brand-footer .sage-brand-tagline {
  color: #b8c4d5;
}

.sage-footer-description {
  max-width: 440px;
  margin-top: 24px;
  color: #b8c4d5;
}

.sage-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.sage-footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.sage-footer-links strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sage-footer-links a {
  color: #c7d1df;
  font-size: 0.9rem;
  text-decoration: none;
}

.sage-footer-links a:hover {
  color: #ffffff;
}

.sage-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aab7ca;
  font-size: 0.77rem;
}

.sage-footer-bottom p {
  margin: 0;
}

/* Privacy and data page */
.sage-inner-hero {
  width: 100% !important;
  padding: 92px 0 80px !important;
  background: linear-gradient(145deg, #eef6fd, #f7f9fc 55%, #eff8f3);
}

.sage-inner-hero-inner {
  max-width: 900px !important;
  margin-left: max(20px, calc((100vw - var(--sage-shell)) / 2)) !important;
}

.sage-inner-title .elementor-heading-title {
  max-width: 850px;
  margin: 0 0 24px;
  color: var(--sage-ink);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 870;
}

.sage-inner-copy {
  max-width: 770px;
  color: var(--sage-ink-soft);
  font-size: 1.18rem;
}

.sage-policy-updated {
  margin-top: 18px !important;
  color: var(--sage-muted);
  font-size: 0.85rem;
}

.sage-policy-body {
  background: var(--sage-page);
}

.sage-policy-layout {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr);
  flex-direction: unset !important;
  align-items: start !important;
  gap: 80px !important;
}

.sage-policy-sidebar {
  position: sticky;
  top: 112px;
}

.sage-policy-nav {
  padding: 20px;
  border: 1px solid var(--sage-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(32, 40, 58, 0.04);
}

.sage-policy-nav strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sage-ink);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sage-policy-nav a {
  display: block;
  padding: 8px 0;
  color: var(--sage-muted);
  font-size: 0.87rem;
  font-weight: 700;
  text-decoration: none;
}

.sage-policy-nav a:hover {
  color: var(--sage-blue-dark);
}

.sage-policy-content {
  max-width: 780px;
}

.sage-policy-note {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--sage-amber);
  border-radius: 0 14px 14px 0;
  color: var(--sage-ink-soft);
  background: var(--sage-amber-pale);
}

.sage-policy-section {
  padding-top: 56px !important;
  scroll-margin-top: 108px;
}

.sage-policy-title .elementor-heading-title {
  margin: 0 0 20px;
  color: var(--sage-ink);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 850;
}

.sage-policy-copy {
  color: var(--sage-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.sage-policy-copy p,
.sage-policy-copy li {
  color: var(--sage-muted);
}

.sage-policy-copy h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: var(--sage-ink);
  font-size: 1.15rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.sage-policy-copy ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.sage-policy-copy a {
  color: var(--sage-blue-dark);
  font-weight: 720;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sage-policy-table-wrap {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--sage-line);
  border-radius: 12px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.sage-policy-table-wrap:focus-visible {
  outline: 3px solid rgba(59, 125, 196, 0.3);
  outline-offset: 3px;
}

.sage-policy-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--sage-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.sage-policy-table th,
.sage-policy-table td {
  padding: 14px 16px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid var(--sage-line);
}

.sage-policy-table th {
  color: var(--sage-ink);
  font-weight: 800;
  background: var(--sage-page);
}

.sage-policy-table th + th,
.sage-policy-table td + td {
  border-left: 1px solid var(--sage-line);
}

.sage-policy-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Elementor site defaults are emitted after this stylesheet. These scoped
 * selectors keep the page palette and typography authoritative. */
.sage-site-root .elementor-widget-heading .elementor-heading-title,
.sage-site-root .elementor-widget-text-editor,
.sage-site-root .elementor-button {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.sage-site-root .sage-button .elementor-button {
  font-weight: 800 !important;
}

.sage-site-root .sage-section-title .elementor-heading-title,
.sage-site-root .sage-title-light .elementor-heading-title,
.sage-site-root .sage-brand-title .elementor-heading-title,
.sage-site-root .sage-question-title .elementor-heading-title,
.sage-site-root .sage-card-title .elementor-heading-title,
.sage-site-root .sage-process-title .elementor-heading-title,
.sage-site-root .sage-world-title .elementor-heading-title,
.sage-site-root .sage-principle-title .elementor-heading-title,
.sage-site-root .sage-care-title .elementor-heading-title,
.sage-site-root .sage-final-title .elementor-heading-title,
.sage-site-root .sage-inner-title .elementor-heading-title,
.sage-site-root .sage-policy-title .elementor-heading-title {
  color: inherit;
}

.sage-site-root .sage-brand-title .elementor-heading-title,
.sage-site-root .sage-card-title .elementor-heading-title,
.sage-site-root .sage-process-title .elementor-heading-title,
.sage-site-root .sage-principle-title .elementor-heading-title,
.sage-site-root .sage-care-title .elementor-heading-title,
.sage-site-root .sage-inner-title .elementor-heading-title,
.sage-site-root .sage-policy-title .elementor-heading-title {
  color: var(--sage-ink);
}

.sage-site-root .sage-question-title .elementor-heading-title,
.sage-site-root .sage-world-title .elementor-heading-title,
.sage-site-root .sage-final-title .elementor-heading-title,
.sage-site-root .sage-brand-footer .sage-brand-title .elementor-heading-title {
  color: #ffffff;
}

.sage-site-root .sage-section-title .elementor-heading-title,
.sage-site-root .sage-final-title .elementor-heading-title,
.sage-site-root .sage-policy-title .elementor-heading-title {
  font-weight: 850;
}

.sage-site-root .sage-brand-title .elementor-heading-title,
.sage-site-root .sage-card-title .elementor-heading-title,
.sage-site-root .sage-process-title .elementor-heading-title,
.sage-site-root .sage-question-title .elementor-heading-title {
  font-weight: 850;
}

.sage-site-root .sage-world-title .elementor-heading-title,
.sage-site-root .sage-principle-title .elementor-heading-title,
.sage-site-root .sage-care-title .elementor-heading-title {
  font-weight: 820;
}

.sage-site-root .sage-inner-title .elementor-heading-title {
  font-weight: 870;
}

.sage-site-root .sage-eyebrow { color: var(--sage-blue-dark); font-weight: 850; }
.sage-site-root .sage-eyebrow-light { color: #dfefff; }
.sage-site-root .sage-section-copy { color: var(--sage-muted); }
.sage-site-root .sage-copy-light { color: #dce8f5; }
.sage-site-root .sage-brand-tagline { color: var(--sage-muted); font-weight: 700; }
.sage-site-root .sage-brand-footer .sage-brand-tagline { color: #b8c4d5; }
.sage-site-root .sage-hero-lede { color: var(--sage-ink-soft); }
.sage-site-root .sage-trust-list { color: var(--sage-muted); font-weight: 720; }
.sage-site-root .sage-question-kicker { color: #b8c6d8; }
.sage-site-root .sage-question-body { color: #c2cedd; }
.sage-site-root .sage-card-kicker { color: var(--sage-blue-dark); font-weight: 850; }
.sage-site-root .sage-card-intro { color: var(--sage-ink-soft); }
.sage-site-root .sage-process-body { color: var(--sage-muted); }
.sage-site-root .sage-process-meta { color: var(--sage-blue-dark); font-weight: 850; }
.sage-site-root .sage-world-body { color: #b8c6d8; }
.sage-site-root .sage-story-body,
.sage-site-root .sage-story-emphasis { color: var(--sage-ink-soft); }
.sage-site-root .sage-story-emphasis { font-weight: 720; }
.sage-site-root .sage-signature { color: var(--sage-muted); }
.sage-site-root .sage-principle-body,
.sage-site-root .sage-care-body { color: var(--sage-muted); }
.sage-site-root .sage-final-copy { color: #edf5fc; }
.sage-site-root .sage-footer-description { color: #b8c4d5; }
.sage-site-root .sage-footer-bottom { color: #aab7ca; }
.sage-site-root .sage-inner-copy { color: var(--sage-ink-soft); }
.sage-site-root .sage-policy-copy { color: var(--sage-muted); }

/* Tablet */
@media (max-width: 1080px) {
  .sage-nav {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

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

  .sage-mobile-menu {
    display: block;
  }

  .sage-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .sage-header-actions {
    display: none !important;
  }

  .sage-hero {
    min-height: auto;
  }

  .sage-hero-grid {
    grid-template-columns: 1fr;
    gap: 50px !important;
  }

  .sage-hero-copy {
    max-width: 780px;
  }

  .sage-hero-visual {
    max-width: 700px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sage-world-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sage-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sage-care-wrap {
    grid-template-columns: 1fr;
    gap: 35px !important;
  }
}

/* Small tablet */
@media (max-width: 820px) {
  .sage-section {
    padding: 82px 0 !important;
  }

  .sage-question-grid,
  .sage-audience-grid,
  .sage-process-grid,
  .sage-world-intro,
  .sage-insights-grid,
  .sage-story-grid,
  .sage-faq-grid,
  .sage-footer-grid,
  .sage-policy-layout {
    grid-template-columns: 1fr;
  }

  .sage-question-grid {
    gap: 28px !important;
  }

  .sage-question-kicker p {
    max-width: none;
  }

  .sage-audience-card {
    min-height: auto;
  }

  .sage-process-card {
    min-height: auto;
  }

  .sage-process-top {
    margin-bottom: 45px;
  }

  .sage-world-intro {
    gap: 20px !important;
  }

  .sage-world-intro .sage-eyebrow-widget {
    grid-column: auto;
  }

  .sage-world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sage-insights-grid,
  .sage-story-grid {
    gap: 55px !important;
  }

  .sage-story-visual {
    max-width: 540px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sage-faq-grid {
    gap: 45px !important;
  }

  .sage-faq-intro,
  .sage-policy-sidebar {
    position: static;
  }

  .sage-policy-sidebar {
    display: none;
  }

  .sage-footer-grid {
    gap: 42px !important;
  }

  .sage-inner-hero-inner {
    margin-left: auto !important;
  }
}

/* Phone */
@media (max-width: 640px) {
  .sage-shell {
    width: min(calc(100% - 28px), var(--sage-shell)) !important;
  }

  .sage-header-inner {
    min-height: 68px;
    gap: 10px !important;
  }

  .sage-brand-mark,
  .sage-brand-mark img {
    width: 40px !important;
    height: 40px;
  }

  .sage-brand-tagline {
    display: none;
  }

  .sage-header-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sage-nav {
    grid-column: 2;
  }

  .sage-header-actions {
    display: none !important;
  }

  .sage-hero {
    padding: 66px 0 64px !important;
  }

  .sage-pill {
    border-radius: 14px;
    font-size: 0.68rem;
  }

  .sage-hero-title .elementor-heading-title {
    font-size: clamp(2.82rem, 16vw, 4.3rem);
  }

  .sage-hero-lede {
    font-size: 1.03rem;
  }

  .sage-button-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .sage-button-row .sage-button,
  .sage-button-row .elementor-button {
    width: 100%;
  }

  .sage-trust-list {
    display: grid;
    gap: 9px;
  }

  .sage-question-section {
    padding: 76px 0 !important;
  }

  .sage-question-kicker-widget {
    display: none;
  }

  .sage-audience-card {
    padding: 28px 22px !important;
    border-radius: 24px;
  }

  .sage-card-title .elementor-heading-title {
    font-size: 2rem;
  }

  .sage-process-card {
    padding: 25px !important;
  }

  .sage-world-grid {
    display: flex !important;
    flex-direction: row !important;
    grid-template-columns: none;
    gap: 14px !important;
    padding-bottom: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 1px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sage-world-grid::-webkit-scrollbar {
    display: none;
  }

  .sage-principles-grid {
    grid-template-columns: 1fr;
  }

  .sage-world-card {
    flex: 0 0 min(82vw, 320px);
    min-height: 285px;
    scroll-snap-align: start;
  }

  .sage-world-icon {
    margin-bottom: 28px;
  }

  .sage-story-emphasis {
    padding: 18px;
  }

  .sage-principle-card {
    min-height: auto;
  }

  .sage-principle-icon {
    margin-bottom: 35px;
  }

  .sage-care-wrap {
    padding: 28px 20px !important;
    border-radius: 24px;
  }

  .sage-care-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 15px !important;
  }

  .sage-care-icon {
    width: 42px;
    height: 42px;
  }

  .sage-faq-accordion .elementor-tab-title {
    font-size: 0.96rem;
  }

  .sage-final-cta {
    padding: 82px 0 !important;
  }

  .sage-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .sage-footer-bottom {
    flex-direction: column;
  }

  .sage-inner-hero {
    padding: 66px 0 62px !important;
  }

  .sage-inner-title .elementor-heading-title {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .sage-inner-copy {
    font-size: 1.04rem;
  }

  .sage-policy-table {
    min-width: 620px;
    font-size: 0.82rem;
  }

  .sage-policy-table th,
  .sage-policy-table td {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sage-site-root *,
  .sage-site-root *::before,
  .sage-site-root *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
