:root {
  --paper: #f5efe4;
  --ink: #12312d;
  --ink-soft: #596967;
  --gold: #c98e27;
  --frame: rgba(18, 49, 45, 0.12);
  --shadow: 0 38px 96px rgba(12, 28, 28, 0.17);
  --radius: 34px;
  --radius-sm: 22px;
  --display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --body: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  background:
    radial-gradient(circle at top left, rgba(210, 235, 228, 0.58), transparent 28%),
    radial-gradient(circle at 83% 16%, rgba(201, 142, 39, 0.1), transparent 24%),
    linear-gradient(180deg, #faf7f0 0%, #f0eadf 46%, #e8ddcf 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.04), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0.03), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%, rgba(255, 255, 255, 0.05));
  mix-blend-mode: multiply;
}

body.page-id-3286.sos-authority-shell {
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 255, 252, 0.58), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(201, 142, 39, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(211, 236, 230, 0.92) 0%, rgba(194, 230, 226, 0.96) 46%, rgba(170, 215, 208, 0.96) 100%),
    url("https://soslactation.com/wp-content/themes/efor-sos-home-lite/assets/images/sos-aqua-plaster-texture-20260507.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-attachment: fixed, fixed, fixed, fixed;
}

body.page-id-3286.sos-authority-shell::before {
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

.page-shell {
  width: min(1420px, calc(100vw - 42px));
  margin: 0 auto;
  padding: 34px 0 110px;
}

.intro-block {
  max-width: 860px;
  padding: 14px 4px 28px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 8vw, 6.9rem);
}

.intro-copy {
  max-width: 64ch;
  margin: 18px 0 0;
  color: var(--ink-soft);
  line-height: 1.74;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.context-grid,
.notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.context-heading,
.same-day-copy {
  max-width: 980px;
}

.context-heading h2,
.notes-grid h2 {
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  max-width: 14ch;
}

.context-card,
.decision-card,
.note-card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--frame);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(10px);
}

.context-card,
.decision-card {
  padding: 18px;
}

.context-card__label,
.note-card__label {
  margin: 0 0 8px;
  color: rgba(18, 49, 45, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 700;
}

.context-card p,
.decision-card p,
.note-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.68;
}

.entry-content {
  margin-top: 20px;
}

.sos-option-c-authority--phase2-same-day {
  position: relative;
  overflow: visible;
  min-height: min(96vh, 1020px);
  border-radius: var(--radius);
  border: 1px solid var(--frame);
  box-shadow: 0 28px 72px rgba(12, 28, 28, 0.15);
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 16% 10%, rgba(133, 183, 185, 0.1), transparent 16%),
    radial-gradient(circle at 86% 12%, rgba(210, 176, 97, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.98), rgba(247, 242, 233, 0.98));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal;
}

.sos-option-c-authority--phase2-same-day::before,
.sos-option-c-authority--phase2-same-day::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sos-option-c-authority--phase2-same-day::before {
  z-index: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.02));
  mix-blend-mode: screen;
}

.sos-option-c-authority--phase2-same-day::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  mix-blend-mode: multiply;
}

.liquid-surface__canvas {
  position: fixed;
  inset: 0;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: overlay;
  filter: saturate(1.12) contrast(1.1) brightness(1.02);
  transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sos-option-c-authority--phase2-same-day[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.18;
}

.sos-option-c-authority--phase2-same-day[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

.sos-option-c-authority--phase2-same-day[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.44;
}

.sos-option-c-authority--phase2-same-day[data-liquid-state="static"] .liquid-surface__canvas,
.sos-option-c-authority--phase2-same-day[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3248.sos-authority-shell {
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 255, 252, 0.58), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(201, 142, 39, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(211, 236, 230, 0.92) 0%, rgba(194, 230, 226, 0.96) 46%, rgba(170, 215, 208, 0.96) 100%),
    url("https://soslactation.com/wp-content/themes/efor-sos-home-lite/assets/images/sos-aqua-plaster-texture-20260507.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-attachment: fixed, fixed, fixed, fixed;
}

body.page-id-3248.sos-authority-shell::before {
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

body.page-id-3248.sos-authority-shell .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3248.sos-authority-shell .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3248.sos-authority-shell .site-content,
body.page-id-3248.sos-authority-shell .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3248.sos-authority-shell .entry-content {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3248.sos-authority-shell .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #101919;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  z-index: 20;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(168px, 11vw, 220px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 2.35vw, 40px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(248, 251, 250, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  border: 1px solid rgba(15, 47, 49, 0.08);
  box-shadow: rgba(17, 34, 35, 0.04) 0px 16px 34px;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before {
  z-index: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > *:not(.liquid-surface__canvas) {
  position: relative !important;
  z-index: 10 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__intro {
  position: relative !important;
  z-index: 10 !important;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(248, 251, 250, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
  backdrop-filter: blur(8px) saturate(1.08) !important;
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3248.sos-authority-shell #masthead .site-title {
  width: clamp(11rem, 17vw, 16.5rem);
  max-width: none;
  margin: 0;
  display: block;
}

body.page-id-3248.sos-authority-shell #masthead .site-title a {
  width: clamp(11rem, 17vw, 16.5rem);
  margin-inline: auto;
  margin-right: 0;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons {
  position: relative !important;
  z-index: 10 !important;
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  margin: 18px 0 0;
  padding-top: 0.1rem;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons .wp-block-button__link.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 85, 11, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 247, 0.96)),
    radial-gradient(circle at 22% 18%, rgba(133, 183, 185, 0.08), transparent 24%);
  color: var(--ink);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(12, 28, 28, 0.08);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons .is-style-outline .wp-block-button__link.wp-element-button {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(18, 49, 45, 0.12);
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons .wp-block-button__link.wp-element-button:hover,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons .wp-block-button__link.wp-element-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__section-title {
  position: relative !important;
  z-index: 10 !important;
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list {
  position: relative !important;
  z-index: 10 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0 0 clamp(2.1rem, 3.3vw, 3rem);
  list-style: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list > li,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list > li,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion {
  position: relative !important;
  z-index: 10 !important;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(224, 242, 241, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(12px) saturate(1.12);
  backdrop-filter: blur(12px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: var(--ink);
  line-height: 1.68;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion {
  overflow: hidden;
  margin-top: 1.35rem;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion + .sos-accordion {
  margin-top: 1.35rem;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion > summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--ink);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion .sos-accordion__body {
  margin-top: 0.7rem;
  color: var(--ink-soft);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-copy {
  position: relative !important;
  z-index: 10 !important;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(248, 251, 250, 0.84)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.06), rgba(255, 255, 255, 0.03));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: 0.99rem;
  line-height: 1.78;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-title {
  margin-top: clamp(3.4rem, 5vw, 5.25rem);
  margin-bottom: 1.25rem;
  padding-top: clamp(1.65rem, 2.2vw, 2.2rem);
  grid-column: 1 / -1;
  justify-self: stretch;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-title {
  margin-top: clamp(3.4rem, 5vw, 5.25rem);
  margin-bottom: 1.25rem;
  padding-top: clamp(1.65rem, 2.2vw, 2.2rem);
  grid-column: 1 / -1;
  justify-self: stretch;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__faq-title {
  margin-top: clamp(1.9rem, 2.8vw, 3rem);
  margin-bottom: 0.85rem;
  grid-column: 1 / -1;
  justify-self: stretch;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta-title {
  margin-top: 0;
  margin-bottom: 0;
  grid-column: 1 / -1;
  justify-self: stretch;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-copy,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta:not(.sos-option-c-authority__cta--lead) {
  grid-column: 1 / -1;
  justify-self: stretch;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta {
  position: relative !important;
  z-index: 10 !important;
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  margin: 0 !important;
  padding-top: 0;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta-title + .wp-block-buttons {
  position: relative;
  top: -28px;
  margin-top: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  visibility: visible !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta-title + .wp-block-buttons .wp-block-button,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta-title + .wp-block-buttons .wp-block-button__link {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons:last-of-type {
  margin-bottom: clamp(5rem, 8vw, 7rem);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta:not(.sos-option-c-authority__cta--lead) {
  margin-bottom: clamp(3.25rem, 5vw, 4.25rem);
  padding-bottom: 0.5rem;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 248, 0.98)),
    radial-gradient(circle at 18% 16%, rgba(133, 183, 185, 0.08), transparent 24%);
  color: var(--ink);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta a:hover,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta a:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.22;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 1 !important;
  mix-blend-mode: hard-light !important;
  filter: saturate(1.68) contrast(1.32) brightness(1.08) !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual .liquid-surface__canvas {
  z-index: 7 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static"] .liquid-surface__canvas,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

@media (max-width: 900px) {
  body.page-id-3248.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
    padding: 24px;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list {
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 640px) {
  body.page-id-3248.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .wp-block-buttons .wp-block-button__link.wp-element-button,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta a {
    width: 100%;
    justify-content: center;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-title,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-title,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__faq-title,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta-title {
    margin-top: 2.1rem;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-title,
  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-title {
    padding-top: 1.45rem;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-title {
    margin-top: 2.75rem;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion {
    margin-top: 1.2rem;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-accordion + .sos-accordion {
    margin-top: 1.2rem;
  }
}

.liquid-surface__sentinel {
  position: absolute;
  left: 0;
  top: clamp(680px, 58vh, 840px);
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  min-height: auto;
  height: auto;
  max-height: none;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) 0 clamp(120px, 9vw, 150px);
  overflow: visible;
  isolation: isolate;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(248, 251, 250, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  border: 1px solid rgba(15, 47, 49, 0.08);
  box-shadow: rgba(17, 34, 35, 0.04) 0px 16px 34px;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before {
  z-index: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > *:not(.liquid-surface__canvas) {
  position: relative !important;
  z-index: 10 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .liquid-surface__canvas {
  z-index: 7 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__intro {
  position: relative;
  z-index: 10;
  max-width: 44ch;
  margin: 0 0 1.4rem;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__section-title {
  position: relative;
  z-index: 10;
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-title,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-title,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-title {
  margin-top: clamp(2.5rem, 3.8vw, 4rem);
  margin-bottom: 1rem;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0 0 clamp(2.1rem, 3.3vw, 3rem);
  list-style: none;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list > li,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list > li {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(224, 242, 241, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: var(--ink);
  line-height: 1.68;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list > li > * ,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list > li > * {
  margin: 0;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta {
  position: relative;
  z-index: 10;
  margin: 0;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.2;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-copy {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(248, 251, 250, 0.84)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.06), rgba(255, 255, 255, 0.03));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: 0.99rem;
  line-height: 1.78;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.85rem;
  margin: 1.25rem 0 0;
  padding: 0;
  color: #203132;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 248, 0.98)),
    radial-gradient(circle at 18% 16%, rgba(133, 183, 185, 0.08), transparent 24%);
  color: rgb(36, 90, 93);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a:hover,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__section-title,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-copy,
body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links {
  color: #1a2525 !important;
}

@media (max-width: 900px) {
  body.page-id-3248.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
    padding: 24px;
  }

  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list,
  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list {
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 640px) {
  body.page-id-3248.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__decision-list,
  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__guide-list {
    gap: 0.75rem;
  }

  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3248.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a {
    width: 100%;
    justify-content: center;
  }
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
  position: relative;
  z-index: 1;
  padding: clamp(120px, 8vw, 132px) 0 clamp(112px, 9vw, 148px);
  overflow: visible;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(248, 251, 250, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  border: 1px solid rgba(15, 47, 49, 0.08);
  border-radius: 28px;
  box-shadow: rgba(17, 34, 35, 0.04) 0px 16px 34px;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::before {
  z-index: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual::after {
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > *:not(.liquid-surface__canvas) {
  position: relative !important;
  z-index: 10 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.24 !important;
  mix-blend-mode: hard-light !important;
  filter: saturate(1.68) contrast(1.32) brightness(1.08) !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 1 !important;
  mix-blend-mode: hard-light !important;
  filter: saturate(1.68) contrast(1.32) brightness(1.08) !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static"] .liquid-surface__canvas,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .liquid-surface__canvas {
  z-index: 7 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > :where(p:first-of-type) {
  max-width: 44ch;
  margin: 0 0 1.4rem;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > :where(h2) {
  margin-top: clamp(2.5rem, 3.8vw, 4rem);
  margin-bottom: 1rem;
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > :where(ul) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0 0 clamp(2rem, 3.2vw, 2.8rem);
  list-style: none;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > :where(ul) > li {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(224, 242, 241, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: var(--ink);
  line-height: 1.68;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__cta {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  color: var(--ink);
  font-weight: 650;
  line-height: 1.2;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__reassurance-copy {
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(248, 251, 250, 0.84)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.06), rgba(255, 255, 255, 0.03));
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  backdrop-filter: blur(8px) saturate(1.08);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: 0.99rem;
  line-height: 1.78;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.85rem;
  margin: 1.25rem 0 0;
  padding: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  color: #203132;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 248, 0.98)),
    radial-gradient(circle at 18% 16%, rgba(133, 183, 185, 0.08), transparent 24%);
  color: rgb(36, 90, 93);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a:hover,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

@media (max-width: 900px) {
  body.page-id-3248.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual {
    padding: 24px;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > :where(ul) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page-id-3248.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .sos-option-c-authority__support-links a {
    width: 100%;
    justify-content: center;
  }
}

.same-day-shell {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-content: end;
  min-height: inherit;
  padding: clamp(28px, 4vw, 54px);
  pointer-events: auto;
}

.same-day-shell > * {
  position: relative;
  z-index: 5;
}

.same-day-copy {
  margin-bottom: 34px;
}

.same-day-shell h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.lede {
  max-width: 44ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.72;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--frame);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cta:hover { transform: translateY(-1px); }

.cta--primary {
  color: #fffef9;
  background: linear-gradient(135deg, #12312d, #315f5b);
  box-shadow: 0 16px 28px rgba(12, 28, 28, 0.16);
}

.cta--secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chip-row span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--frame);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  color: rgba(18, 49, 45, 0.74);
  font-size: 0.85rem;
}

.same-day-notes {
  display: grid;
  gap: 14px;
  width: min(100%, 520px);
  align-self: end;
  justify-self: end;
  position: relative;
  z-index: 5;
}

.note-card {
  padding: 18px;
}

.notes-grid {
  margin-top: 18px;
}

.scroll-spacer {
  height: 120vh;
  min-height: 1200px;
}

.liquid-port--reduced .liquid-surface__canvas,
.liquid-port--touch .liquid-surface__canvas {
  display: none !important;
}

.liquid-port--reduced .sos-option-c-authority--phase2-same-day,
.liquid-port--touch .sos-option-c-authority--phase2-same-day {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 16% 10%, rgba(133, 183, 185, 0.1), transparent 16%),
    radial-gradient(circle at 86% 12%, rgba(210, 176, 97, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.98), rgba(247, 242, 233, 0.98));
}

@media (max-width: 1100px) {
  .same-day-shell {
    grid-template-columns: 1fr;
  }

  .same-day-notes {
    width: 100%;
    max-width: 520px;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .context-grid,
  .notes-grid {
    grid-template-columns: 1fr;
  }

  .page-shell {
    width: min(100vw - 24px, 1420px);
    padding-top: 16px;
  }

  .sos-option-c-authority--phase2-same-day {
    min-height: auto;
  }

  .same-day-shell {
    padding: 24px;
  }

  body.page-id-3286.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  body.page-id-3286.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  .context-heading h2,
  .notes-grid h2 {
    max-width: 100%;
  }

  body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__decision-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"],
  body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
    width: 100%;
    justify-content: center;
  }
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day {
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(96px, 6vw, 112px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  background: transparent;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(92px, 7vw, 124px) clamp(28px, 2.8vw, 36px) clamp(80px, 5.5vw, 104px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  isolation: isolate;
  overflow: visible;
}

body.page-id-3300 {
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 255, 252, 0.58), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(201, 142, 39, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(211, 236, 230, 0.92) 0%, rgba(194, 230, 226, 0.96) 46%, rgba(170, 215, 208, 0.96) 100%),
    url("https://soslactation.com/wp-content/themes/efor-sos-home-lite/assets/images/sos-aqua-plaster-texture-20260507.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-attachment: fixed, fixed, fixed, fixed;
}

body.page-id-3300::before {
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

body.page-id-3300 .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3300 .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3300 .site-content,
body.page-id-3300 .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3300 .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #1a2525;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > * {
  position: relative;
  z-index: 1;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__intro {
  position: relative;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.12);
  border-radius: 22px;
  background: linear-gradient(rgba(255, 255, 255, 0.84), rgba(248, 251, 250, 0.92));
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  box-shadow: rgba(17, 34, 35, 0.06) 0px 14px 30px;
  color: var(--ink);
  font-size: clamp(1.02rem, 0.97rem + 0.5vw, 1.14rem);
  line-height: 1.74;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  letter-spacing: -0.04em;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__decision-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 18px;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__decision-list > li,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__guide-list > li,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links > li,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__cta,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links {
  position: relative;
  z-index: 1;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__decision-list > li {
  padding: 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(18, 49, 45, 0.12);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  color: var(--ink);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__guide-list,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links {
  display: grid;
  gap: 0.85rem;
  margin-top: 18px;
  padding: 18px;
  list-style: none;
  border: 1px solid rgba(18, 49, 45, 0.12);
  border-radius: 22px;
  background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(244, 248, 247, 0.9));
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__guide-list > li,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links > li {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(18, 49, 45, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__guide-list > li a,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links > li a {
  display: block;
  color: var(--ink);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__decision-list > li p,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__support-links a,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub > .sos-option-c-authority__cta a {
  color: var(--ink);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .liquid-surface__canvas {
  opacity: 0.22;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.12;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.32;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub[data-liquid-state="static"] .liquid-surface__canvas,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .sos-hub-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 18px;
  list-style: none;
  border: 1px solid rgba(18, 49, 45, 0.12);
  border-radius: 22px;
  background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(244, 248, 247, 0.9));
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .sos-hub-bottom-links br {
  display: none;
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .sos-hub-bottom-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .sos-hub-bottom-links a:hover,
body.page-id-3300 .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-help-hub .sos-hub-bottom-links a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(12, 28, 28, 0.1);
  outline: none;
}

body.page-id-3286.sos-authority-shell .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3286.sos-authority-shell .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3286.sos-authority-shell .site-content,
body.page-id-3286.sos-authority-shell .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > :where(p, ul, ol, h2) {
  position: relative;
  z-index: 5;
}

body.page-id-3286.sos-authority-shell .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #1a2525;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container {
  position: relative;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container > * {
  position: relative;
  z-index: 2;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container .liquid-surface__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  filter: saturate(1.12) contrast(1.05) brightness(1.02);
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.14;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.32;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container[data-liquid-state="static"] .liquid-surface__canvas,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__hero > .sos-home-v2__container[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main {
  position: relative;
  isolation: isolate;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section {
  position: relative;
  z-index: 1;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) {
  position: relative;
  overflow: hidden;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero)::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(106, 219, 212, 0.16), transparent 26%),
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04)),
    url("https://soslactation.com/wp-content/themes/efor-sos-home-lite/assets/images/sos-aqua-plaster-texture-20260507.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, cover;
  background-position: center, center, center, center, center;
  opacity: 0.16;
  mix-blend-mode: overlay;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) > .sos-home-v2__container {
  position: relative;
  z-index: 2;
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__decision .sos-home-v2__container,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__trust .sos-home-v2__container,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__unsure .sos-home-v2__container,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__booking .sos-home-v2__container,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__support .sos-home-v2__container {
  background:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(248, 251, 250, 0.78)),
    radial-gradient(circle at 12% 12%, rgba(133, 183, 185, 0.04), transparent 22%);
  border-color: rgba(15, 47, 49, 0.08);
  box-shadow:
    0 18px 42px rgba(26, 37, 37, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__consult-card {
  background:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(248, 251, 250, 0.78)),
    radial-gradient(circle at 18% 16%, rgba(133, 183, 185, 0.04), transparent 22%);
  border-color: rgba(15, 47, 49, 0.08);
  box-shadow:
    0 18px 42px rgba(26, 37, 37, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
}

body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__decision h2,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2__consult-card,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) p,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) li,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__decision-links,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__decision-links a,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__authority-links,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__authority-links a,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__trust-link,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__support-links,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__support-links a,
body.home.page-id-3238.sos-home-v2-preview .sos-home-v2-main > section:not(.sos-home-v2__hero) .sos-home-v2__cta-primary {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.page-id-3286.sos-authority-shell #masthead .site-title {
  width: clamp(11rem, 17vw, 16.5rem);
  max-width: none;
  margin: 0;
  display: block;
}

body.page-id-3286.sos-authority-shell #masthead .site-title a {
  width: clamp(11rem, 17vw, 16.5rem);
  margin-inline: auto;
  margin-right: 0;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__intro {
  position: relative;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background: linear-gradient(rgba(216, 236, 232, 0.34), rgba(255, 255, 255, 0.88));
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: var(--ink);
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__decision-list > li {
  position: relative;
  padding: 1rem 1.05rem 1rem 1rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(224, 242, 241, 0.2));
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: var(--ink);
  line-height: 1.68;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__decision-list > li > * {
  margin: 0;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__reassurance-copy {
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.72;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links {
  color: var(--ink-soft);
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links a {
  color: rgb(47, 112, 114);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta {
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #cda437);
  border: 1px solid rgba(111, 85, 11, 0.24);
  color: rgb(31, 26, 8);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: rgba(212, 175, 55, 0.22) 0px 14px 30px;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:hover,
body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:focus-visible {
  transform: translateY(-1px);
  box-shadow: rgba(212, 175, 55, 0.3) 0px 18px 36px;
  outline: none;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
  color: rgb(47, 112, 114);
  font-weight: 600;
  text-decoration: underline 0.08em;
  text-underline-offset: 0.16em;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:hover,
body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day::after {
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day > .entry-title,
body.page-id-3286.sos-authority-shell .entry-content > .entry-title {
  color: #1a2525;
}

.liquid-port--reduced body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day,
.liquid-port--touch body.page-id-3286.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-same-day {
  background: transparent;
}

@media (max-width: 1100px) {
  body.page-id-3286.sos-authority-shell .entry-title {
    width: min(100%, 605px);
  }
}

body.page-id-3298.sos-authority-shell {
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 255, 252, 0.58), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(201, 142, 39, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(211, 236, 230, 0.92) 0%, rgba(194, 230, 226, 0.96) 46%, rgba(170, 215, 208, 0.96) 100%),
    url("https://soslactation.com/wp-content/themes/efor-sos-home-lite/assets/images/sos-aqua-plaster-texture-20260507.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
  background-attachment: fixed, fixed, fixed, fixed;
}

body.page-id-3298.sos-authority-shell::before {
  background: none;
  mix-blend-mode: normal;
  opacity: 0;
}

body.page-id-3298.sos-authority-shell .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3298.sos-authority-shell .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3298.sos-authority-shell .site-content,
body.page-id-3298.sos-authority-shell .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3298.sos-authority-shell .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #1a2525;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
}

body.page-id-3298.sos-authority-shell #masthead .site-title {
  width: clamp(11rem, 17vw, 16.5rem);
  max-width: none;
  margin: 0;
  display: block;
}

body.page-id-3298.sos-authority-shell #masthead .site-title a {
  width: clamp(11rem, 17vw, 16.5rem);
  margin-inline: auto;
  margin-right: 0;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(96px, 6vw, 112px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  background: transparent;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > :where(p, ul, ol, h2) {
  position: relative;
  z-index: 5;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__intro {
  position: relative;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(248, 251, 250, 0.15)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  backdrop-filter: blur(20px) saturate(1.1);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__decision-list > li {
  position: relative;
  padding: 1rem 1.05rem 1rem 1rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(236, 244, 243, 0.64)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: #1a2525;
  line-height: 1.68;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__decision-list > li > * {
  margin: 0;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__reassurance-copy {
  color: #203132;
  font-size: 0.98rem;
  line-height: 1.72;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links {
  color: #203132;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links a {
  color: rgb(36, 90, 93);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta {
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #cda437);
  border: 1px solid rgba(111, 85, 11, 0.24);
  color: rgb(31, 26, 8);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: rgba(212, 175, 55, 0.22) 0px 14px 30px;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:hover,
body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:focus-visible {
  transform: translateY(-1px);
  box-shadow: rgba(212, 175, 55, 0.3) 0px 18px 36px;
  outline: none;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
  color: rgb(36, 90, 93);
  font-weight: 600;
  text-decoration: underline 0.08em;
  text-underline-offset: 0.16em;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:hover,
body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain::after {
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .entry-title,
body.page-id-3298.sos-authority-shell .entry-content > .entry-title {
  color: #1a2525;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain {
  width: min(1280px, calc(100vw - 48px)) !important;
  max-width: none !important;
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  padding-bottom: clamp(96px, 9vw, 144px) !important;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .entry-title,
body.page-id-3298.sos-authority-shell .entry-content > .entry-title,
body.page-id-3298.sos-authority-shell .post-header .entry-title {
  color: #101919 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > :where(p, ul, ol, h2),
body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links,
body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__reassurance-copy,
body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__section-title {
  color: #1a2525 !important;
}

.liquid-port--reduced body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain,
.liquid-port--touch body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain {
  background: transparent;
}

.sos-option-c-authority--phase2-pain[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.18;
}

.sos-option-c-authority--phase2-pain[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

.sos-option-c-authority--phase2-pain[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.44;
}

.sos-option-c-authority--phase2-pain[data-liquid-state="static"] .liquid-surface__canvas,
.sos-option-c-authority--phase2-pain[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

.liquid-port--reduced .sos-option-c-authority--phase2-pain,
.liquid-port--touch .sos-option-c-authority--phase2-pain {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 16% 10%, rgba(133, 183, 185, 0.1), transparent 16%),
    radial-gradient(circle at 86% 12%, rgba(210, 176, 97, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.98), rgba(247, 242, 233, 0.98));
}

@media (max-width: 900px) {
  body.page-id-3298.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  body.page-id-3298.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__decision-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"],
  body.page-id-3298.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-pain > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
    width: 100%;
    justify-content: center;
  }
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(96px, 6vw, 112px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  background: transparent;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > :where(p, ul, ol, h2) {
  position: relative;
  z-index: 5;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__intro {
  position: relative;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(248, 251, 250, 0.15)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  backdrop-filter: blur(20px) saturate(1.1);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__decision-list > li {
  position: relative;
  padding: 1rem 1.05rem 1rem 1rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(236, 244, 243, 0.64)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: #1a2525;
  line-height: 1.68;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__decision-list > li > * {
  margin: 0;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__reassurance-copy {
  color: #203132;
  font-size: 0.98rem;
  line-height: 1.72;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links {
  color: #203132;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links a {
  color: rgb(36, 90, 93);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta {
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #cda437);
  border: 1px solid rgba(111, 85, 11, 0.24);
  color: rgb(31, 26, 8);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: rgba(212, 175, 55, 0.22) 0px 14px 30px;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:hover,
body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:focus-visible {
  transform: translateY(-1px);
  box-shadow: rgba(212, 175, 55, 0.3) 0px 18px 36px;
  outline: none;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
  color: rgb(36, 90, 93);
  font-weight: 600;
  text-decoration: underline 0.08em;
  text-underline-offset: 0.16em;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:hover,
body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk::after {
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .entry-title,
body.page-id-3299.sos-authority-shell .entry-content > .entry-title {
  color: #1a2525;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk {
  width: min(1280px, calc(100vw - 48px)) !important;
  max-width: none !important;
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  padding-bottom: clamp(96px, 9vw, 144px) !important;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .entry-title,
body.page-id-3299.sos-authority-shell .entry-content > .entry-title,
body.page-id-3299.sos-authority-shell .post-header .entry-title {
  color: #101919 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > :where(p, ul, ol, h2),
body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links,
body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__reassurance-copy,
body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__section-title {
  color: #1a2525 !important;
}

.liquid-port--reduced body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk,
.liquid-port--touch body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk {
  background: transparent;
}

.sos-option-c-authority--phase2-low-milk[data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.18;
}

.sos-option-c-authority--phase2-low-milk[data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

.sos-option-c-authority--phase2-low-milk[data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.44;
}

.sos-option-c-authority--phase2-low-milk[data-liquid-state="static"] .liquid-surface__canvas,
.sos-option-c-authority--phase2-low-milk[data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

.liquid-port--reduced .sos-option-c-authority--phase2-low-milk,
.liquid-port--touch .sos-option-c-authority--phase2-low-milk {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 16% 10%, rgba(133, 183, 185, 0.1), transparent 16%),
    radial-gradient(circle at 86% 12%, rgba(210, 176, 97, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.98), rgba(247, 242, 233, 0.98));
}

@media (max-width: 900px) {
  body.page-id-3299.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  body.page-id-3299.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__decision-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"],
  body.page-id-3299.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-low-milk > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
    width: 100%;
    justify-content: center;
  }
}

.liquid-port--reduced .sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"],
.liquid-port--touch .sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 16% 10%, rgba(133, 183, 185, 0.1), transparent 16%),
    radial-gradient(circle at 86% 12%, rgba(210, 176, 97, 0.08), transparent 14%),
    linear-gradient(180deg, rgba(252, 249, 243, 0.98), rgba(247, 242, 233, 0.98));
}

.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"][data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.18;
}

.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"][data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"][data-liquid-state="active"] .liquid-surface__canvas {
  opacity: 0.44;
}

.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"][data-liquid-state="static"] .liquid-surface__canvas,
.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"][data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3296.sos-authority-shell #masthead .site-title {
  width: clamp(11rem, 17vw, 16.5rem);
  max-width: none;
  margin: 0;
  display: block;
}

body.page-id-3296.sos-authority-shell #masthead .site-title a {
  width: clamp(11rem, 17vw, 16.5rem);
  margin-inline: auto;
  margin-right: 0;
}

body.page-id-3296.sos-authority-shell #masthead {
  position: relative !important;
  z-index: 20 !important;
}

body.page-id-3296.sos-authority-shell .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3296.sos-authority-shell .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3296.sos-authority-shell .site-content,
body.page-id-3296.sos-authority-shell .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3296.sos-authority-shell .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #1a2525;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  z-index: 20;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(96px, 6vw, 112px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  background: transparent;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > :where(p, ul, ol, h2) {
  position: relative !important;
  z-index: 10 !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__intro {
  position: relative !important;
  z-index: 10 !important;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(248, 251, 250, 0.15)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(20px) saturate(1.1) !important;
  backdrop-filter: blur(20px) saturate(1.1) !important;
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links {
  position: relative !important;
  z-index: 10 !important;
  display: grid;
  gap: 0.85rem;
  margin: 18px 0 0;
  padding: 18px;
  list-style: none;
  border: 1px solid rgba(18, 49, 45, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(244, 248, 247, 0.92)),
    radial-gradient(circle at 12% 12%, rgba(133, 183, 185, 0.05), transparent 22%);
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(14px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links li {
  position: relative !important;
  z-index: 10 !important;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(18, 49, 45, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 250, 0.92)),
    radial-gradient(circle at 22% 22%, rgba(133, 183, 185, 0.06), transparent 20%);
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  overflow: hidden;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links a {
  display: grid;
  gap: 0.3rem;
  color: var(--ink);
  text-decoration: none;
  padding: 14px 16px;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links strong {
  font-size: 1rem;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-note {
  position: relative !important;
  z-index: 10 !important;
  margin: 0.95rem 0 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(18, 49, 45, 0.12);
  border-radius: 18px;
  background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(244, 248, 247, 0.9));
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(12px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
  color: var(--ink-soft);
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__cta {
  position: relative !important;
  z-index: 10 !important;
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  margin: 18px 0 0;
  padding-top: 0.1rem;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 247, 0.96)),
    radial-gradient(circle at 22% 18%, rgba(133, 183, 185, 0.08), transparent 24%);
  border: 1px solid rgba(18, 49, 45, 0.12);
  color: var(--ink);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(12, 28, 28, 0.08);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__cta a:hover,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__cta a:focus-visible,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links a:hover,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links a:focus-visible,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links a:hover,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links a:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links {
  position: relative !important;
  z-index: 10 !important;
  display: inline-flex !important;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap !important;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem 0.5rem;
  margin: 18px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(244, 248, 247, 0.92)),
    radial-gradient(circle at 12% 12%, rgba(133, 183, 185, 0.05), transparent 22%);
  box-shadow: 0 12px 28px rgba(12, 28, 28, 0.08);
  backdrop-filter: blur(14px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.08) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links a {
  position: relative !important;
  z-index: 10 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 49, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 248, 0.98)),
    radial-gradient(circle at 18% 16%, rgba(133, 183, 185, 0.08), transparent 24%);
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.18;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(12, 28, 28, 0.06);
  white-space: nowrap;
  flex: 0 0 auto;
  width: auto;
  max-width: max-content;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .entry-title,
body.page-id-3296.sos-authority-shell .entry-content > .entry-title,
body.page-id-3296.sos-authority-shell .post-header .entry-title {
  color: #101919 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] {
  width: min(1280px, calc(100vw - 48px)) !important;
  max-width: none !important;
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  padding-bottom: clamp(96px, 9vw, 144px) !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"]::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"]::after {
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"][data-liquid-state="ready"] .liquid-surface__canvas {
  opacity: 0.18;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"][data-liquid-state="paused"] .liquid-surface__canvas {
  opacity: 0;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"][data-liquid-state="active"] .liquid-surface__canvas {
  z-index: 3 !important;
  opacity: 1 !important;
  mix-blend-mode: hard-light !important;
  filter: saturate(1.7) contrast(1.38) brightness(1.1) !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] .liquid-surface__canvas {
  z-index: 3 !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > *:not(.liquid-surface__canvas) {
  position: relative !important;
  z-index: 10 !important;
}

body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"][data-liquid-state="static"] .liquid-surface__canvas,
body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"][data-liquid-state="static-fallback"] .liquid-surface__canvas {
  opacity: 0;
}

@media (max-width: 900px) {
  body.page-id-3296.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  body.page-id-3296.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links {
    gap: 0.75rem;
  }

  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-cost-format-links a,
  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__cta a,
  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links a {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  body.page-id-3296.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="lactation-consultant-houston-cost"] > .sos-option-c-authority__support-links {
    font-size: 0;
    line-height: 0;
  }
}

body.page-id-3285.sos-authority-shell .entry-content {
  display: flex;
  flex-direction: column;
  width: min(1244px, calc(100vw - 96px));
  margin: 0 auto;
}

body.page-id-3285.sos-authority-shell .layout-fixed {
  width: min(1244px, calc(100vw - 96px));
  max-width: none;
  margin: 0 auto;
}

body.page-id-3285.sos-authority-shell .site-content,
body.page-id-3285.sos-authority-shell .content-area {
  width: 100%;
  max-width: none;
}

body.page-id-3285.sos-authority-shell .entry-title {
  display: block;
  width: min(605px, calc(100vw - 192px));
  max-width: none;
  margin: clamp(18px, 2vw, 28px) auto clamp(34px, 3vw, 42px);
  color: #1a2525;
  font-size: clamp(3.45rem, 4.4vw, 3.685rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-align: center;
}

body.page-id-3285.sos-authority-shell #masthead .site-title {
  width: clamp(11rem, 17vw, 16.5rem);
  max-width: none;
  margin: 0;
  display: block;
}

body.page-id-3285.sos-authority-shell #masthead .site-title a {
  width: clamp(11rem, 17vw, 16.5rem);
  margin-inline: auto;
  margin-right: 0;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(120px, 8vw, 132px) clamp(28px, 2.6vw, 36px) clamp(96px, 6vw, 112px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  background: transparent;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > :where(p, ul, ol, h2) {
  position: relative;
  z-index: 5;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__intro {
  position: relative;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(248, 251, 250, 0.15)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.04), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  backdrop-filter: blur(20px) saturate(1.1);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 14px 30px;
  color: #1a2525;
  font-size: clamp(1.03rem, 0.97rem + 0.55vw, 1.16rem);
  line-height: 1.76;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__section-title {
  color: var(--ink);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 650;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__decision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__decision-list > li {
  position: relative;
  padding: 1rem 1.05rem 1rem 1rem;
  border: 1px solid rgba(15, 47, 49, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(224, 242, 241, 0.2)),
    linear-gradient(180deg, rgba(217, 237, 233, 0.08), rgba(255, 255, 255, 0.02));
  -webkit-backdrop-filter: blur(10px) saturate(1.12);
  backdrop-filter: blur(10px) saturate(1.12);
  box-shadow: rgba(17, 34, 35, 0.05) 0px 12px 28px;
  color: var(--ink);
  line-height: 1.68;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__decision-list > li > * {
  margin: 0;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__reassurance-copy {
  color: #203132;
  font-size: 0.98rem;
  line-height: 1.72;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links {
  color: #203132;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links a {
  color: rgb(36, 90, 93);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta {
  display: flex;
  justify-content: flex-start;
  gap: 0.9rem 1rem;
  flex-wrap: wrap;
  padding-top: 0.1rem;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #cda437);
  border: 1px solid rgba(111, 85, 11, 0.24);
  color: rgb(31, 26, 8);
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: rgba(212, 175, 55, 0.22) 0px 14px 30px;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:hover,
body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"]:focus-visible {
  transform: translateY(-1px);
  box-shadow: rgba(212, 175, 55, 0.3) 0px 18px 36px;
  outline: none;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
  color: rgb(36, 90, 93);
  font-weight: 600;
  text-decoration: underline 0.08em;
  text-underline-offset: 0.16em;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:hover,
body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"]:focus-visible {
  transform: translateY(-1px);
  opacity: 0.92;
  outline: none;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"]::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 236, 230, 0.14), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 34%);
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"]::after {
  background:
    linear-gradient(135deg, rgba(14, 38, 38, 0.04), transparent 26%),
    linear-gradient(315deg, rgba(14, 38, 38, 0.03), transparent 30%);
  opacity: 0.12;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .entry-title,
body.page-id-3285.sos-authority-shell .entry-content > .entry-title,
body.page-id-3285.sos-authority-shell .post-header .entry-title {
  color: #101919 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] {
  width: min(1280px, calc(100vw - 48px)) !important;
  max-width: none !important;
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  padding-bottom: clamp(96px, 9vw, 144px) !important;
}

body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > :where(p, ul, ol, h2),
body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links,
body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__reassurance-copy,
body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__section-title {
  color: #1a2525 !important;
}

.liquid-port--reduced body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"],
.liquid-port--touch body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] {
  background: transparent;
}

@media (max-width: 900px) {
  body.page-id-3285.sos-authority-shell .entry-content {
    width: min(100vw - 24px, 1420px);
  }

  body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  body.page-id-3285.sos-authority-shell .entry-title {
    width: min(100%, calc(100vw - 24px));
    margin: 14px auto 28px;
    font-size: clamp(3rem, 10.5vw, 4.2rem);
    letter-spacing: -0.03em;
  }

  body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__decision-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__cta [data-option-c="authority-primary-cta"],
  body.page-id-3285.sos-authority-shell .entry-content > section.sos-option-c-authority.sos-option-c-authority--phase2[data-option-c-page="which-consult-is-right-for-me"] > .sos-option-c-authority__support-links [data-option-c="authority-secondary-link"] {
    width: 100%;
    justify-content: center;
  }
}

/* Virtual-only liquid overlay visibility. Keep the locked page look intact. */
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual > .liquid-surface__canvas {
  opacity: 0.28 !important;
  mix-blend-mode: hard-light !important;
  filter: saturate(1.75) contrast(1.35) brightness(1.06) !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="ready"] > .liquid-surface__canvas {
  opacity: 0.34 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="active"] > .liquid-surface__canvas {
  opacity: 0.84 !important;
}

body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="paused"] > .liquid-surface__canvas,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static"] > .liquid-surface__canvas,
body.page-id-3248.sos-authority-shell .entry-content > .sos-prose > section.sos-option-c-authority.sos-option-c-authority--phase2.sos-option-c-authority--phase2-virtual[data-liquid-state="static-fallback"] > .liquid-surface__canvas {
  opacity: 0 !important;
}
