@font-face {
  font-family:Newsreader;
  src:url('assets/fonts/newsreader/Newsreader-Variable.ttf') format('truetype');
  font-weight:300 800;
  font-display:swap
}

@font-face {
  font-family:Outfit;
  src:url('assets/fonts/outfit/Outfit-Regular.ttf') format('truetype');
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:Outfit;
  src:url('assets/fonts/outfit/Outfit-SemiBold.ttf') format('truetype');
  font-weight:600 800;
  font-display:swap
}

:root {
  --page:#fafaf7;
  --ink:#263f46;
  --muted:#536b72;
  --primary:#385e68;
  --primary-hover:#284954;
  --mist:#eaf0f1;
  --line:#d1dddf;
  --accent:#946246;
  --serif:Newsreader,Georgia,serif;
  --sans:Outfit,system-ui,sans-serif;
  --max:1240px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}

body {
  margin:0;
  background:var(--page);
  color:var(--ink);
  font:400 16px/1.6 var(--sans);
  -webkit-font-smoothing:antialiased
}

a {
  color:inherit;
  text-decoration:none
}

button {
  font:inherit
}

img {
  display:block;
  max-width:100%;
  height:auto
}

figure,p,h1,h2,h3 {
  margin:0
}

button,a,summary {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

button {
  cursor:pointer
}

[hidden] {
  display:none!important
}

:focus-visible {
  outline:3px solid #ad6844;
  outline-offset:5px;
  border-radius:4px
}

.shell {
  width:min(calc(100% - 64px),var(--max));
  margin-inline:auto
}

.section {
  padding-block:100px
}

.eyebrow {
  font-size:.8125rem;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.55
}

h1,h2,h3 {
  font-weight:400
}

h1,h2 {
  font-family:var(--serif);
  letter-spacing:-.045em;
  line-height:1.02
}

h1 {
  font-size:clamp(3.2rem,5.2vw,5rem)
}

h2 {
  font-size:clamp(2.5rem,4vw,3.65rem)
}

h3 {
  font-size:1.35rem;
  line-height:1.3;
  font-weight:600
}

h1 em,h2 em,h3 em {
  font-family:var(--serif);
  font-weight:400;
  color:var(--primary)
}

.button {
  display:inline-flex;
  gap:22px;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 23px;
  background:var(--primary);
  border:1px solid var(--primary);
  border-radius:9px;
  color:#fff;
  font-weight:600;
  font-size:1rem;
  line-height:1.45;
  transition:background .18s,box-shadow .18s
}

.button:hover {
  background:var(--primary-hover);
  box-shadow:0 5px 14px #263f4619
}

.button span {
  font-size:1.25rem
}

.button-small {
  min-height:42px;
  padding:9px 16px;
  font-size:.875rem;
  gap:14px
}

.button-outline {
  background:transparent;
  color:var(--ink);
  border-color:#8ba1a6
}

.button-outline:hover {
  background:#e5edef
}

.inline-link {
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-weight:600;
  text-decoration:underline;
  text-decoration-color:#9aacaf;
  text-underline-offset:5px
}

.inline-link:hover {
  text-decoration-color:currentColor
}

.skip-link {
  position:fixed;
  left:16px;
  top:12px;
  padding:10px 18px;
  z-index:100;
  background:white;
  transform:translateY(-160%)
}

.skip-link:focus {
  transform:translateY(0)
}

.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#638278;
  flex:none
}

.site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(250,250,247,.96);
  border-bottom:1px solid #d1dddf80;
  backdrop-filter:blur(16px)
}

.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:80px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:1.25rem;
  font-weight:600;
  letter-spacing:-.035em;
  white-space:nowrap
}

.brand-mark {
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  background:var(--primary);
  color:white;
  border-radius:10px;
  font-size:1rem;
  letter-spacing:-.06em
}

.desktop-nav {
  display:flex;
  gap:28px;
  font-size:.875rem;
  color:var(--muted)
}

.desktop-nav a:hover,.sign-in:hover {
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:5px
}

.header-actions {
  display:flex;
  align-items:center;
  gap:22px
}

.sign-in {
  font-size:.875rem
}

.menu-toggle {
  display:none;
  place-content:center;
  gap:6px;
  width:44px;
  height:44px;
  border:0;
  background:transparent
}

.menu-toggle span {
  display:block;
  width:20px;
  height:1.5px;
  background:var(--ink)
}

.mobile-menu {
  padding-block:8px 22px
}

.mobile-menu a {
  display:block;
  padding:12px 0;
  border-top:1px solid var(--line)
}

.hero {
  display:grid;
  grid-template-columns:1.03fr 1fr;
  gap:48px;
  align-items:center;
  padding-block:78px 72px;
  min-height:660px
}

.hero-copy>.eyebrow {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:.75rem;
  letter-spacing:.09em;
  margin-bottom:25px
}

.hero-lede {
  max-width:520px;
  font-size:1.125rem;
  line-height:1.65;
  color:var(--muted);
  margin-top:25px
}

.hero-actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:30px
}

.hero-actions .inline-link {
  font-size:.875rem
}

.microcopy {
  font-size:.8125rem;
  color:var(--muted);
  margin-top:13px
}

.microcopy strong {
  font-weight:400;
  color:var(--ink)
}

.hero-proof {
  display:flex;
  gap:12px;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:23px;
  margin-top:30px;
  max-width:410px;
  font-size:.8125rem;
  line-height:1.55;
  color:var(--muted)
}

.hero-proof strong {
  color:var(--ink);
  font-weight:600
}

.hero-proof a:hover { text-decoration: underline; text-underline-offset: 4px; }

.proof-mark {
  display:grid;
  place-items:center;
  width:34px;
  height:39px;
  color:var(--primary);
  font:2rem var(--serif);
  border-left:1px solid #9baeb2;
  border-right:1px solid #9baeb2;
  flex:none
}

.hero-product {
  padding:23px 0 26px;
  position:relative;
  isolation:isolate;
  min-width:0
}

.hero-product::before {
  content:'';
  position:absolute;
  inset:-12px -18px 12px 28px;
  border-radius:28px;
  background:linear-gradient(155deg,#e4ecee,#d3e1e4);
  z-index:-1
}

.product-label {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.8125rem;
  margin:0 0 17px 14px
}

.product-label>span:last-child {
  margin-left:auto;
  font-size:.75rem;
  color:var(--muted)
}

.product-window {
  padding:8px;
  background:#192822;
  border:1px solid #354b42;
  border-radius:18px;
  box-shadow:0 25px 60px -26px #24455066;
}

.product-window img {
  border-radius:7px;
  width:100%
}

.product-window figcaption {
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:19px 14px 16px;
  font-size:.875rem;
  color:#c1d1c7
}

.product-window figcaption strong {
  color:#f2f6f2;
  font-weight:600
}

.product-footnote {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  font-size:.8125rem;
  margin:29px 10px 0
}

.mini-rule {
  height:1px;
  width:30px;
  background:#8aa3ab
}

.value-strip {
  border-block:1px solid var(--line);
  background:#eef3f3
}

.value-strip-inner {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding-block:28px;
  gap:40px
}

.value-strip p {
  display:flex;
  flex-direction:column;
  gap:3px;
  font-size:.875rem
}

.value-strip strong {
  font-weight:600;
  font-size:1rem
}

.value-strip span {
  color:var(--muted)
}

.programme {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px
}

.section-intro>.eyebrow {
  color:var(--accent);
  margin-bottom:20px
}

.section-intro>p:not(.eyebrow) {
  max-width:440px;
  color:var(--muted);
  margin-top:22px;
  font-size:1.0625rem
}

.section-intro>.inline-link {
  margin-top:25px
}

.programme-steps {
  margin:0;
  padding:0;
  list-style:none
}

.programme-steps li {
  display:flex;
  gap:23px;
  padding:24px 0;
  border-top:1px solid var(--line)
}

.programme-steps li:first-child {
  padding-top:0;
  border-top:0
}

.programme-steps li:last-child {
  padding-bottom:0
}

.step-number {
  font:italic 1.625rem var(--serif);
  color:#7a9298;
  padding-top:3px
}

.programme-steps p {
  margin-top:9px;
  color:var(--muted)
}

.feature-note {
  display:inline-block;
  font-size:.8125rem;
  color:var(--primary);
  background:#e7efee;
  border-radius:4px;
  padding:4px 9px;
  line-height:1.5
}

.programme-steps .feature-note {
  margin-top:12px
}

.inside-section {
  background:#eaf0f1
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:70px;
  align-items:flex-end;
  margin-bottom:34px
}

.section-heading .eyebrow {
  color:var(--accent);
  margin-bottom:18px
}

.section-heading>p {
  max-width:330px;
  color:var(--muted)
}

.screen-tabs {
  display:flex;
  gap:8px;
  margin-bottom:30px;
  border-bottom:1px solid #c5d4d8
}

.screen-tabs button {
  background:transparent;
  color:var(--muted);
  border:0;
  border-bottom:2px solid transparent;
  border-radius:0;
  padding:15px 19px;
  font-size:.9375rem;
  white-space:nowrap
}

.screen-tabs button[aria-selected=true] {
  border-bottom-color:var(--primary);
  color:var(--ink);
  font-weight:600
}

.screen-tabs button:hover {
  background:#dee8ea
}

.screen-panel {
  display:grid;
  grid-template-columns:minmax(0,1.85fr) minmax(0,1fr);
  align-items:center;
  gap:52px
}

.screen-panel+.screen-panel {
  margin-top:35px
}

.screen-tabs:not([hidden])~.screen-panel {
  margin-top:0
}

.screen-image {
  padding:7px;
  border:1px solid #cad8dc;
  background:white;
  border-radius:12px;
  box-shadow:0 18px 38px -30px #1e3e4e66
}

.screen-image img {
  width:100%;
  border-radius:6px
}

.screen-copy .feature-note {
  background:#d6e3e5;
  margin-bottom:22px
}

.screen-copy h3 {
  font:2.5rem/1.08 var(--serif);
  letter-spacing:-.025em
}

.screen-copy p {
  margin-top:15px;
  color:var(--muted)
}

.screen-copy .inline-link {
  margin-top:22px;
  font-size:.9375rem
}

.expertise-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  background:#294953;
  color:#f5f8f7;
  border-radius:16px;
  padding:56px
}

.expertise-card .eyebrow {
  color:#bfd2d3;
  margin-bottom:20px
}

.expertise-card h2 {
  font-size:3.2rem
}

.expertise-card em {
  color:#c3d8d5
}

.partner-lockup {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:38px;
  font-size:1.4rem;
  letter-spacing:-.035em
}

.partner-lockup>span:nth-child(2) {
  font-size:1rem;
  color:#9ebcc3
}

.partner-lockup>span:last-child {
  font:1.75rem/.9 var(--serif)
}

.partner-lockup small {
  display:block;
  font:.75rem/1.5 var(--sans);
  letter-spacing:.08em;
  margin-top:6px
}

.expertise-copy p {
  color:#dde8e9;
  margin-bottom:18px
}

.expertise-copy strong {
  font-weight:600;
  color:#fff
}

.expertise-copy .expertise-note {
  font-size:.875rem;
  color:#bbd0d2
}

.expertise-copy .inline-link {
  font-size:.875rem;
  text-decoration-color:#789ba4
}

.evidence-detail {
  border-bottom:1px solid var(--line);
  margin-top:15px
}

.evidence-detail summary {
  padding:20px 8px
}

.evidence-detail>div {
  max-width:900px;
  padding:0 8px 25px;
  color:var(--muted)
}

.evidence-detail p+p {
  margin-top:12px
}

.evidence-links {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-top:18px;
  font-size:.875rem;
  text-decoration:underline;
  text-underline-offset:4px
}

.plans-section {
  background:#edf2ef;
  border-block:1px solid #d9e2dd
}

.plans-heading {
  text-align:center;
  max-width:720px;
  margin:0 auto 42px
}

.plans-heading .eyebrow {
  color:var(--accent);
  margin-bottom:18px
}

.plans-heading>p:last-child {
  color:var(--muted);
  margin:22px auto 0;
  max-width:550px;
  font-size:1.0625rem
}

.plan-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  max-width:950px;
  margin:auto
}

.plan-card {
  display:flex;
  flex-direction:column;
  background:#fdfdfb;
  border:1px solid #c9d7d1;
  border-radius:13px;
  padding:34px
}

.plan-kicker {
  font-size:.8125rem;
  color:var(--muted);
  margin-bottom:17px
}

.plan-card h3 {
  font-size:1.5rem;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.plan-price {
  font-family:var(--serif);
  font-size:4rem;
  line-height:1;
  margin-top:22px;
  letter-spacing:-.045em
}

.plan-price>span {
  font:400 .875rem var(--sans);
  color:var(--muted);
  margin-left:14px;
  letter-spacing:0
}

.plan-description {
  margin-top:21px;
  color:var(--muted);
  min-height:76px
}

.check-list {
  list-style:none;
  padding:0;
  margin:25px 0 28px;
  flex:1
}

.check-list li {
  padding:9px 0 9px 25px;
  position:relative;
  font-size:.9375rem;
  border-top:1px solid #e2e9e4
}

.check-list li::before {
  content:'✓';
  position:absolute;
  left:1px;
  color:var(--primary);
  font-weight:600
}

.plan-card .button {
  width:100%;
  text-align:center;
  font-size:.9375rem;
  padding-inline:15px;
  gap:12px
}

.plan-note {
  font-size:.8125rem;
  color:var(--muted);
  line-height:1.5;
  margin-top:12px;
  min-height:40px
}

.care-card {
  border:2px solid var(--primary);
  box-shadow:0 12px 35px -26px #254b5766;
  position:relative
}

.care-card .plan-kicker {
  color:var(--primary);
  font-weight:600
}

.plan-weekly {
  margin-top:12px;
  color:var(--primary);
  font-weight:600;
  font-size:.875rem;
}

.care-features li { padding-block:13px; }
.care-features strong { font-weight:600; }
.care-features small { display:block; margin-top:5px; color:var(--muted); font-size:.8125rem; line-height:1.45; }

.plan-badge {
  background:#dfebe6;
  color:var(--primary);
  padding:5px 10px;
  border-radius:30px;
  font-size:.75rem;
  letter-spacing:.03em
}

.maintenance {
  max-width:950px;
  margin:24px auto 0;
  border:1px solid #cad7d1;
  border-radius:12px;
  padding:27px 33px;
  display:flex;
  justify-content:space-between;
  gap:40px
}

.maintenance .eyebrow {
  font-size:.75rem;
  color:var(--muted)
}

.maintenance h3 {
  font-size:1.125rem;
  margin-top:6px
}

.maintenance p {
  font-size:.875rem;
  color:var(--muted);
  margin-top:8px;
  max-width:490px
}

.maintenance-price {
  flex:none;
  align-self:center
}

.maintenance-price>strong {
  font:2rem var(--serif)
}

.maintenance-price strong span {
  font:.875rem var(--sans)
}

.maintenance-price p {
  font-size:.8125rem
}

.pricing-note {
  text-align:center;
  font-size:.8125rem;
  color:var(--muted);
  margin-top:18px
}

.faq-section {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:80px
}

.faq-list details {
  border-bottom:1px solid var(--line)
}

.faq-list details:first-child {
  border-top:1px solid var(--line)
}

summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  list-style:none;
  font-weight:600
}

summary::-webkit-details-marker {
  display:none
}

summary>span {
  font-size:1.35rem;
  font-weight:400;
  line-height:1;
  transition:transform .15s
}

details[open]>summary>span {
  transform:rotate(45deg)
}

.faq-list summary {
  padding:22px 0;
  font-size:1rem
}

.faq-list details>div {
  padding:0 28px 23px 0;
  color:var(--muted)
}

.faq-list details .inline-link {
  margin-top:12px
}

.closing-section {
  background:#dce7e9;
  padding-block:67px
}

.closing-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px
}

.closing-inner .eyebrow {
  color:var(--primary);
  margin-bottom:20px
}

.closing-inner h2 {
  font-size:3.3rem
}

.closing-inner>div>p:last-child {
  color:var(--muted);
  margin-top:18px
}

.closing-action {
  flex:none
}

.closing-action p {
  font-size:.8125rem;
  text-align:center
}

.site-footer {
  padding-block:40px 22px
}

.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.footer-top nav {
  display:flex;
  gap:24px;
  font-size:.875rem;
  color:var(--muted)
}

.footer-top nav a:hover {
  text-decoration:underline
}

.safety-note {
  padding-block:27px;
  margin-top:28px;
  border-block:1px solid var(--line);
  font-size:.8125rem;
  color:var(--muted)
}

.safety-note strong {
  font-weight:600;
  color:var(--ink)
}

.safety-note p {
  margin-top:7px;
  max-width:1060px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:15px;
  margin-top:21px;
  font-size:.75rem;
  color:var(--muted)
}

/* Plain-language DFCRS story, with the research detail available on demand. */
.hero-promise {
  margin-top: 25px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.3;
  font-weight: 600;
}
.hero-promise + .hero-lede { margin-top: 14px; }
.hero-lede a { text-decoration: underline; text-decoration-color: #9aacaf; text-underline-offset: 4px; }
.hero-research {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 20px;
  color: var(--primary);
  font-size: .875rem;
  line-height: 1.5;
}
.hero-research strong { font-weight: 600; }
.hero-research span { color: var(--muted); font-size: .8125rem; }
.hero-research:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.hero-research + .hero-proof { margin-top: 20px; padding-top: 18px; }
.dfcrs-section { border-bottom: 1px solid var(--line); }
.dfcrs-intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 90px;
  align-items: center;
}
.dfcrs-intro .eyebrow { color: var(--accent); margin-bottom: 20px; }
.dfcrs-intro h2 { max-width: 620px; }
.dfcrs-intro > div > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); max-width: 590px; }
.dfcrs-intro p strong { font-weight: 600; color: var(--ink); }
.dfcrs-intro .inline-link { margin-top: 22px; }
.dfcrs-illustration { min-width: 0; background: var(--page); isolation: isolate; }
/* Blend the generated white backdrop into the exact page colour. */
.dfcrs-illustration img { width: 100%; border-radius: 14px; mix-blend-mode: darken; }
.dfcrs-method { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; list-style: none; padding: 0; margin: 42px 0 0; }
.dfcrs-method li { display: flex; gap: 16px; padding: 23px 0 0; border-top: 1px solid var(--line); }
.dfcrs-method li > span { color: var(--accent); font: italic 1.6rem var(--serif); }
.dfcrs-method h3 { font-size: 1.2rem; }
.dfcrs-method p { margin-top: 9px; color: var(--muted); }
.dfcrs-results {
  margin-top: 50px;
  padding: 40px;
  background: #edf3f3;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.dfcrs-results-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: end; margin-bottom: 30px; }
.dfcrs-results-heading .eyebrow { color: var(--primary); font-size: .75rem; margin-bottom: 15px; }
.dfcrs-results-heading h3 { font: 400 clamp(2.8rem, 4.5vw, 4rem)/1.04 var(--serif); letter-spacing: -.035em; }
.dfcrs-results-heading > p { color: var(--muted); }
.dfcrs-results-heading > p strong { display: block; margin-bottom: 10px; font-weight: 600; color: var(--ink); }
.dfcrs-study-facts { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: 0 0 28px; padding: 16px 0; border-block: 1px solid #cbdcde; color: var(--muted); font-size: .9375rem; }
.dfcrs-study-facts strong { color: var(--ink); font-weight: 600; }
.dfcrs-results-grid { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.65fr); gap: 28px; }
.dfcrs-highlight { padding: 28px; border-radius: 9px; background: #294953; color: #f6faf9; }
.dfcrs-highlight > .eyebrow { font-size: .75rem; color: #c6dcdd; }
.dfcrs-number { font: 400 5.6rem/.9 var(--serif); letter-spacing: -.055em; margin: 30px 0 20px; }
.dfcrs-number span { display: block; font: 400 1.125rem var(--sans); margin-top: 14px; letter-spacing: 0; }
.dfcrs-highlight > p:not(.eyebrow):not(.dfcrs-number) { font-size: .875rem; color: #d8e6e8; }
.dfcrs-control { border-top: 1px solid #66868e; padding-top: 18px; margin-top: 23px; }
.dfcrs-control strong { display: block; font: 400 1.8rem var(--serif); }
.dfcrs-control span { display: block; font-size: .8125rem; color: #c2d6d9; margin-top: 3px; }
.dfcrs-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; }
.dfcrs-benefits li { display: flex; flex-direction: column; justify-content: center; padding: 26px; border: 1px solid #d3e0e1; border-radius: 9px; background: #fafcfb; }
.dfcrs-benefit-label { font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); }
.dfcrs-benefits h4 { margin: 16px 0 10px; font: 400 clamp(1.8rem, 2.7vw, 2.4rem)/1.1 var(--serif); letter-spacing: -.025em; }
.dfcrs-benefits p { color: var(--muted); font-size: .9375rem; }
.dfcrs-benefit-stat { display: block; margin-bottom: 6px; color: var(--primary); font-weight: 600; }
.dfcrs-research-detail { margin-top: 24px; border-block: 1px solid var(--line); }
.dfcrs-research-detail summary { padding-block: 20px; font-size: .9375rem; }
.dfcrs-research-copy { color: var(--muted); font-size: .9375rem; margin: 4px 0 25px; }
.dfcrs-research-copy p + p { margin-top: 15px; }
.dfcrs-research-copy strong { color: var(--ink); font-weight: 600; }
.dfcrs-research-detail > .dfcrs-study-note { margin-bottom: 22px; }
.dfcrs-table-wrap { overflow-x: auto; min-width: 0; align-self: start; }
.dfcrs-table { width: 100%; border-collapse: collapse; text-align: left; font-size: .875rem; }
.dfcrs-table caption { text-align: left; color: var(--muted); font-size: .875rem; padding-bottom: 20px; line-height: 1.6; }
.dfcrs-table th, .dfcrs-table td { padding: 15px 12px; border-bottom: 1px solid #cbdcde; vertical-align: middle; }
.dfcrs-table thead th { color: var(--muted); font-size: .8125rem; font-weight: 400; padding-top: 0; line-height: 1.5; }
.dfcrs-table th:first-child { padding-left: 0; }
.dfcrs-table td:last-child, .dfcrs-table th:last-child { padding-right: 0; white-space: nowrap; }
.dfcrs-table tbody th { font-weight: 400; }
.dfcrs-table tbody th span { display: block; color: var(--muted); font-size: .75rem; margin-top: 3px; }
.dfcrs-table td:nth-child(2) { color: var(--primary); font-weight: 600; font-size: 1.125rem; white-space: nowrap; }
.dfcrs-table td:nth-child(3) { white-space: nowrap; color: var(--muted); }
.dfcrs-table td:last-child { font-size: .8125rem; color: var(--muted); }
.dfcrs-study-note { margin-top: 24px; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.dfcrs-study-note strong { color: var(--ink); font-weight: 600; }
.dfcrs-source-links { display: flex; gap: 25px; flex-wrap: wrap; margin-top: 18px; font-size: .875rem; }
.dfcrs-source-figure { margin-top: 25px; border-top: 1px solid var(--line); }
.dfcrs-source-figure summary { padding-top: 20px; font-size: .875rem; }
.dfcrs-source-figure figure { margin-top: 20px; }
.dfcrs-source-figure img { max-width: 740px; width: 100%; margin: auto; border: 1px solid var(--line); border-radius: 5px; }
.dfcrs-source-figure figcaption { max-width: 740px; margin: 15px auto 0; font-size: .8125rem; color: var(--muted); }
.dfcrs-source-figure figcaption a { text-decoration: underline; }
.dfcrs-care-link { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 30px; }
.dfcrs-care-link strong { display: block; font-weight: 600; }
.dfcrs-care-link p span { display: block; font-size: .9375rem; color: var(--muted); margin-top: 6px; }
.dfcrs-care-link .button { flex: none; }

@media(max-width: 1100px) {
  .dfcrs-intro { gap: 45px; }
  .dfcrs-results { padding: 28px; }
  .dfcrs-results-grid { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr); gap: 23px; }
  .dfcrs-highlight { padding: 23px; }
  .dfcrs-table th, .dfcrs-table td { padding-inline: 8px; }
}
@media(max-width: 900px) {
  .dfcrs-results-grid { grid-template-columns: 1fr; }
  .dfcrs-intro { grid-template-columns: 1fr; gap: 30px; }
  .dfcrs-illustration { width: 100%; max-width: 680px; justify-self: center; }
  .dfcrs-method { gap: 24px; }
  .dfcrs-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
  .dfcrs-highlight > .eyebrow { grid-column: 1 / -1; }
  .dfcrs-number { grid-column: 1; grid-row: 2 / 4; margin: 10px 0; }
  .dfcrs-highlight > p:not(.eyebrow):not(.dfcrs-number) { align-self: end; }
  .dfcrs-control { margin-top: 0; padding-top: 12px; }
  .dfcrs-results-heading { gap: 25px; }
  .dfcrs-results-heading h3 { font-size: 3.1rem; }
}
@media(max-width: 640px) {
  .hero-promise { margin-top: 20px; }
  .hero-research { margin-top: 18px; font-size: .875rem; width: 100%; text-align: center; }
  .hero-research span { font-size: .75rem; }
  .dfcrs-intro { grid-template-columns: 1fr; gap: 22px; }
  .dfcrs-intro .eyebrow { font-size: .75rem; }
  .dfcrs-method { grid-template-columns: 1fr; gap: 0; margin-top: 26px; }
  .dfcrs-method li { padding-block: 21px; }
  .dfcrs-results { padding: 23px 17px; margin-top: 27px; }
  .dfcrs-results-heading { grid-template-columns: 1fr; gap: 18px; }
  .dfcrs-results-heading h3 { font-size: 2.75rem; }
  .dfcrs-results-heading > p { font-size: .9375rem; }
  .dfcrs-study-facts { gap: 10px 18px; font-size: .8125rem; }
  .dfcrs-highlight { display: block; padding: 26px 23px; }
  .dfcrs-number { font-size: 5.5rem; margin: 27px 0 22px; }
  .dfcrs-control { margin-top: 22px; padding-top: 17px; }
  .dfcrs-benefits { gap: 12px; }
  .dfcrs-benefits li { padding: 22px 16px; }
  .dfcrs-benefits h4 { font-size: 1.75rem; margin-top: 12px; }
  .dfcrs-benefits p { font-size: .875rem; }
  .dfcrs-table { min-width: 440px; }
  .dfcrs-table caption { font-size: .8125rem; }
  .dfcrs-study-note { font-size: .875rem; }
  .dfcrs-source-links { gap: 17px; }
  .dfcrs-source-figure summary { font-weight: 400; }
  .dfcrs-care-link { flex-direction: column; align-items: stretch; gap: 20px; }
  .dfcrs-care-link .button { width: 100%; }
}
@media(max-width: 380px) {
  .dfcrs-benefits { grid-template-columns: 1fr; }
}

@media(min-width:1440px) {
  .hero {
    gap:70px
  }
  .hero-product {
    margin-right:-15px
  }
}

@media(max-width:1100px) {
  .desktop-nav {
    gap:18px
  }
  .header-actions {
    gap:15px
  }
  .hero {
    gap:30px
  }
  .hero-actions {
    gap:16px
  }
  .programme {
    gap:60px
  }
  .screen-panel {
    gap:30px
  }
  .expertise-card {
    padding:42px;
    gap:45px
  }
  .expertise-card h2 {
    font-size:2.7rem
  }
}

@media(max-width:900px) {
  .desktop-nav {
    display:none
  }
  .menu-toggle:not([hidden]) {
    display:grid
  }
  .header-inner {
    min-height:72px
  }
  .shell {
    width:calc(100% - 44px)
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:55px 52px;
    gap:45px;
    min-height:0
  }
  .hero-copy {
    max-width:650px
  }
  .hero h1 {
    font-size:4.5rem
  }
  .hero-lede {
    max-width:590px
  }
  .hero-product {
    max-width:660px;
    width:100%;
    justify-self:center;
    padding-top:15px
  }
  .hero-product::before {
    inset:-15px 0 -8px 50px
  }
  .product-label {
    margin-right:14px
  }
  .hero-proof {
    max-width:450px
  }
  .section {
    padding-block:72px
  }
  .programme {
    gap:45px
  }
  .value-strip-inner {
    gap:24px
  }
  .value-strip p {
    font-size:.8125rem
  }
  .value-strip strong {
    font-size:.9375rem
  }
  .section-heading {
    gap:40px
  }
  .screen-panel {
    grid-template-columns:1.5fr 1fr;
    gap:26px
  }
  .screen-copy h3 {
    font-size:2.1rem
  }
  .screen-copy p {
    font-size:.9375rem
  }
  .expertise-card {
    padding:33px;
    gap:35px
  }
  .expertise-card h2 {
    font-size:2.5rem
  }
  .plan-card {
    padding:27px
  }
  .faq-section {
    gap:35px;
    grid-template-columns:1fr 1.35fr
  }
  .closing-inner h2 {
    font-size:2.7rem
  }
  .closing-inner {
    gap:30px
  }
  .closing-action .button {
    padding-inline:18px;
    gap:15px
  }
  .footer-top nav {
    gap:16px
  }
}

@media(max-width:640px) {
  html {
    scroll-padding-top:85px
  }
  .shell {
    width:calc(100% - 36px)
  }
  .header-inner {
    gap:12px;
    min-height:68px
  }
  .brand {
    font-size:1.125rem;
    gap:8px
  }
  .brand-mark {
    width:31px;
    height:31px;
    font-size:.875rem
  }
  .header-actions {
    gap:5px
  }
  .header-actions .sign-in {
    display:none
  }
  .button-small {
    font-size:.8125rem;
    padding:8px 11px;
    min-height:39px;
    gap:9px
  }
  .menu-toggle {
    width:36px
  }
  .hero {
    padding-top:39px;
    gap:36px;
    padding-bottom:35px
  }
  .hero-copy>.eyebrow {
    font-size:.75rem;
    letter-spacing:.06em;
    gap:7px;
    margin-bottom:21px
  }
  .hero h1 {
    font-size:clamp(2.65rem,10.4vw,4.25rem)
  }
  .hero-lede {
    font-size:1rem;
    margin-top:20px
  }
  .hero-actions {
    gap:17px;
    margin-top:24px
  }
  .hero-actions .button {
    width:100%
  }
  .hero-actions .inline-link {
    margin-inline:auto
  }
  .microcopy {
    font-size:.75rem;
    text-align:center;
    margin-top:16px
  }
  .hero-proof {
    margin-top:24px;
    padding-top:20px;
    font-size:.8125rem;
    max-width:none
  }
  .hero-product {
    padding-bottom:17px
  }
  .hero-product::before {
    left:22px
  }
  .product-label {
    font-size:.75rem;
    margin-left:4px
  }
  .product-label>span:last-child {
    font-size:.75rem
  }
  .product-window {
    padding:5px;
    border-radius:10px;
  }
  .product-window figcaption {
    padding:12px 0 9px;
    font-size:.75rem;
    gap:3px
  }
  .product-footnote {
    font-size:.75rem;
    margin-top:20px
  }
  .value-strip-inner {
    grid-template-columns:1fr;
    gap:0;
    padding-block:10px
  }
  .value-strip p {
    padding:16px 0;
    flex-direction:row;
    align-items:center;
    gap:20px;
    justify-content:space-between;
    font-size:.8125rem
  }
  .value-strip p+p {
    border-top:1px solid #d6e0e1
  }
  .value-strip strong {
    max-width:140px;
    font-size:.875rem;
    flex:1
  }
  .value-strip p>span {
    flex:1;
    max-width:180px;
    font-size:.75rem
  }
  .section {
    padding-block:58px
  }
  h2 {
    font-size:2.6rem
  }
  .section-intro>.eyebrow,.section-heading .eyebrow {
    margin-bottom:15px
  }
  .section-intro>p:not(.eyebrow) {
    font-size:1rem
  }
  .programme {
    grid-template-columns:1fr;
    gap:37px
  }
  .programme-steps li {
    gap:18px
  }
  .programme-steps p {
    font-size:1rem
  }
  .section-heading {
    display:block;
    margin-bottom:25px
  }
  .section-heading>p {
    max-width:100%;
    margin-top:18px
  }
  .screen-tabs {
    gap:0;
    overflow-x:auto;
    margin-bottom:25px;
    scrollbar-width:thin
  }
  .screen-tabs button {
    padding:13px 12px;
    font-size:.8125rem;
    flex:1
  }
  .screen-panel {
    grid-template-columns:1fr;
    gap:27px
  }
  .screen-copy h3 {
    font-size:2.5rem
  }
  .screen-copy h3 br {
    display:none
  }
  .screen-copy p {
    font-size:1rem
  }
  .screen-copy .feature-note {
    margin-bottom:15px
  }
  .screen-copy .inline-link {
    margin-top:18px
  }
  .expertise-card {
    grid-template-columns:1fr;
    gap:30px;
    padding:30px 25px;
    border-radius:12px
  }
  .expertise-card h2 {
    font-size:2.7rem
  }
  .partner-lockup {
    margin-top:25px
  }
  .expertise-copy p {
    font-size:1rem
  }
  .expertise-copy .expertise-note {
    font-size:.875rem
  }
  .evidence-detail summary {
    font-size:.9375rem;
    padding-inline:0
  }
  .evidence-detail>div {
    padding-inline:0
  }
  .plans-heading {
    text-align:left;
    margin-bottom:29px
  }
  .plans-heading>p:last-child {
    font-size:1rem
  }
  .plan-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .plan-card {
    padding:27px
  }
  .plan-description {
    min-height:0
  }
  .plan-note {
    min-height:0
  }
  .plan-price {
    font-size:3.7rem
  }
  .maintenance {
    padding:24px;
    gap:22px;
    flex-direction:column
  }
  .maintenance-price {
    align-self:flex-start
  }
  .maintenance-price p br {
    display:none
  }
  .pricing-note {
    text-align:left;
    font-size:.75rem
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:28px
  }
  .faq-list summary {
    font-size:1rem;
    padding-block:20px
  }
  .faq-list details>div {
    padding-right:8px
  }
  .closing-section {
    padding-block:48px
  }
  .closing-inner {
    flex-direction:column;
    align-items:stretch;
    gap:30px
  }
  .closing-inner h2 {
    font-size:2.8rem
  }
  .closing-action .button {
    width:100%
  }
  .closing-inner>div>p:last-child {
    margin-top:15px
  }
  .footer-top {
    align-items:flex-start;
    flex-direction:column;
    gap:24px
  }
  .footer-top nav {
    flex-wrap:wrap;
    gap:12px 20px
  }
  .footer-bottom {
    font-size:.75rem
  }
  .safety-note {
    font-size:.8125rem
  }
  .site-footer {
    padding-top:32px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important
  }
  .product-window {
    transform:none
  }
}

/* Real app screens, kept intact and available at their original size. */
.capture-link { display:block; position:relative; border-radius:8px; cursor:zoom-in; }
.capture-link img { width:100%; height:auto; aspect-ratio:16 / 9; }
.capture-enlarge { position:absolute; top:12px; right:12px; padding:7px 12px; border:1px solid #dce8e33d; border-radius:100px; background:#182a24ed; color:#fff; font-size:.75rem; line-height:1.4; box-shadow:0 2px 12px #14251d26; }
.capture-link:hover .capture-enlarge,.capture-link:focus-visible .capture-enlarge { background:#385e68; }
.product-paths { display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px 16px; padding:23px 6px 0; }
.product-paths a { display:flex; align-items:center; gap:7px; font-size:.875rem; font-weight:600; }
.product-paths a:hover { text-decoration:underline; text-underline-offset:4px; }
.product-paths span { color:var(--accent); font:italic 1.15rem var(--serif); }
.screen-image { min-width:0; }
.screen-image figcaption { padding:13px 9px 7px; font-size:.875rem; color:var(--muted); line-height:1.5; }
.dfcrs-in-app { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.65fr); align-items:center; gap:48px; padding:40px 0 10px; margin-top:25px; }
.dfcrs-app-copy .eyebrow { color:var(--accent); margin-bottom:15px; }
.dfcrs-app-copy h3 { font:400 clamp(2rem,3vw,2.8rem)/1.08 var(--serif); letter-spacing:-.035em; }
.dfcrs-app-copy > p:not(.eyebrow) { color:var(--muted); margin-top:18px; }
.dfcrs-app-copy .inline-link { margin-top:22px; font-size:.9375rem; }
.screen-tabs { overflow-x:auto; scrollbar-width:thin; }
.screen-tabs button { min-height:50px; }
.screen-panel { grid-template-columns:minmax(0,1.85fr) minmax(0,1fr); }
.screen-copy { min-width:0; }
.sound-prompt-example { padding:17px 19px; margin-top:20px; background:#f8faf6; border:1px solid #c3d4cf; border-left:3px solid #758f83; border-radius:0 10px 10px 0; }
.sound-prompt-example > span { display:block; font-size:.8125rem; color:var(--muted); }
.sound-prompt-example q { display:block; margin-top:9px; font:1.25rem/1.3 var(--serif); }
.capture-caption { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:8px 16px; }
.capture-caption a { color:var(--primary); text-decoration:underline; text-underline-offset:4px; }
.calibration-media { min-width:0; }
.app-motion { display:block; width:100%; height:auto; aspect-ratio:16 / 9; border-radius:7px; background:#eaf0ef; }
.motion-preview figcaption { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:10px 16px; }
.motion-preview figcaption > span { font-size:.8125rem; }
.motion-actions { display:flex; flex-wrap:wrap; align-items:center; gap:15px; }
.motion-actions button { color:var(--ink); background:#eaf0ed; border:1px solid #c7d6cf; border-radius:6px; padding:7px 12px; min-height:38px; font-size:.8125rem; }
.motion-actions button:hover { background:#dce8e0; }
.motion-actions a { font-size:.8125rem; text-decoration:underline; text-underline-offset:4px; }
.capture-details { display:flex; flex-wrap:wrap; align-items:center; gap:8px 18px; padding:10px 8px 0; font-size:.8125rem; }
.capture-details > span { color:var(--muted); }
.capture-details a { display:inline-flex; align-items:center; gap:6px; min-height:38px; color:var(--primary); text-decoration:underline; text-underline-offset:4px; cursor:zoom-in; }
.capture-details a:hover { color:var(--ink); }
html.screen-viewer-open,html.screen-viewer-open body { overflow:hidden; }
.screen-viewer { width:min(1360px,calc(100% - 40px)); max-width:none; max-height:calc(100dvh - 40px); padding:0; border:1px solid #bdcfca; border-radius:16px; color:var(--ink); background:var(--page); box-shadow:0 25px 100px #0a191266; }
.screen-viewer[open] { display:flex; flex-direction:column; }
.screen-viewer::backdrop { background:#10241fd9; backdrop-filter:blur(8px); }
.screen-viewer-toolbar { flex:none; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:15px 20px; border-bottom:1px solid var(--line); }
.screen-viewer-toolbar h2 { font:600 1rem/1.4 var(--sans); letter-spacing:0; }
.screen-viewer-toolbar > div { display:flex; gap:8px; flex:none; }
.screen-viewer-toolbar button { min-height:42px; padding:9px 14px; border:1px solid #b3c6c1; border-radius:8px; background:transparent; color:var(--ink); font-size:.875rem; }
.screen-viewer-toolbar button:hover { background:#e3ece7; }
.screen-viewer-close span { font-size:1.2rem; margin-left:7px; line-height:1; }
.screen-viewer-canvas { min-height:0; overflow:auto; overscroll-behavior:contain; background:#e4eae5; }
.screen-viewer-canvas img { width:100%; height:auto; max-width:1280px; margin:auto; }
.screen-viewer-canvas.is-actual-size img { width:1280px; max-width:none; }
@media(min-width:1101px) {
  .hero { grid-template-columns:minmax(0,1fr) minmax(0,1.12fr); gap:50px; }
}
@media(max-width:1000px) {
  .screen-panel { grid-template-columns:1fr; gap:28px; }
  .screen-copy { max-width:680px; }
  .screen-copy p { font-size:1rem; }
  .screen-copy .feature-note { margin-bottom:16px; }
  .dfcrs-in-app { grid-template-columns:1fr; gap:26px; }
  .dfcrs-app-copy { max-width:650px; }
}
@media(max-width:640px) {
  .product-window figcaption { flex-direction:column; padding:14px 10px 11px; gap:4px; font-size:.875rem; }
  .product-paths { gap:12px 16px; padding:18px 3px 0; }
  .product-paths a { font-size:.8125rem; }
  .capture-enlarge { top:8px; right:8px; padding:6px 10px; }
  .dfcrs-in-app { padding-top:22px; margin-top:10px; }
  .screen-tabs { margin-inline:-18px; padding-inline:18px; }
  .screen-tabs button { padding-inline:15px; }
  .capture-details { gap:4px 18px; }
  .motion-preview figcaption { align-items:flex-start; }
  .screen-viewer { width:calc(100% - 16px); max-height:calc(100dvh - 24px); border-radius:10px; }
  .screen-viewer-toolbar { flex-wrap:wrap; gap:12px; padding:14px; }
  .screen-viewer-toolbar h2 { width:100%; }
  .screen-viewer-toolbar > div { width:100%; justify-content:space-between; }
}
