/* css/ry-dark-showcase.css */
/* Approved Dark studio, scoped to the phone-video showcase. */
.ry-dark-showcase { --sv-bg: #f7f6f3; --sv-surface: #fff; --sv-ink: #231f23; --sv-muted: #74726f; --sv-line: #deded6; --sv-lime: #cfef76; --sv-dark: #19211b; margin: 0px; background: var(--sv-bg); color: var(--sv-ink); font-family: var(--typography-font-body,"Arial",sans-serif); font-size: 16px; line-height: 1.5; }
.ry-dark-showcase *, .ry-dark-showcase ::before, .ry-dark-showcase ::after { box-sizing: border-box; }
.ry-dark-showcase button, .ry-dark-showcase a { -webkit-tap-highlight-color: transparent; }
.ry-dark-showcase button { font: inherit; cursor: pointer; color: inherit; }
.ry-dark-showcase button:focus-visible, .ry-dark-showcase a:focus-visible { outline: rgb(116, 156, 47) solid 3px; outline-offset: 4px; }
.ry-dark-showcase button:disabled { cursor: default; }
.ry-dark-showcase a { color: inherit; }
.ry-dark-showcase img { display: block; max-width: 100%; height: auto; }
.ry-dark-showcase button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.ry-dark-showcase h2, .ry-dark-showcase h2, .ry-dark-showcase h3, .ry-dark-showcase p { margin: 0px; }
.ry-dark-showcase [hidden] { display: none !important; }
.ry-dark-showcase .sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.ry-dark-showcase .sv-section { max-width: 1328px; margin: 0px auto; padding: 42px 32px 56px; }
.ry-dark-showcase .sv-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 32px; }
.ry-dark-showcase .sv-eyebrow { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.ry-dark-showcase .sv-heading .sv-eyebrow { margin-bottom: 14px; color: var(--sv-muted); }
.ry-dark-showcase .sv-heading h2 { font-family: var(--typography-font-heading-sans,"Arial",sans-serif); font-size: clamp(32px, 3.7vw, 54px); font-weight: 400; line-height: 1.08; letter-spacing: -0.045em; }
.ry-dark-showcase .sv-heading h2 span { color: var(--sv-muted); }
.ry-dark-showcase .sv-heading > p { max-width: 270px; padding-bottom: 4px; color: var(--sv-muted); font-size: 15px; line-height: 1.6; }
.ry-dark-showcase .sv-split-grid { display: grid; grid-template-columns: 0.95fr 1.15fr; border: 1px solid var(--sv-line); border-radius: 20px; overflow: hidden; background: var(--sv-surface); }
.ry-dark-showcase .sv-source { display: flex; flex-direction: column; justify-content: space-between; min-width: 0px; padding: 24px; background: url("../images/ry/steps/sunburst/video-background-diffuse.webp") center center / cover rgb(27, 36, 30); color: rgb(255, 255, 255); }
.ry-dark-showcase .sv-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 30px; }
.ry-dark-showcase .sv-card-top .sv-eyebrow { display: flex; align-items: center; gap: 9px; }
.ry-dark-showcase .sv-status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: rgb(214, 239, 131); box-shadow: rgba(214, 239, 131, 0.11) 0px 0px 0px 4px; }
.ry-dark-showcase .sv-source .sv-card-top > span:last-child { color: rgb(227, 232, 221); font-size: 11px; }
.ry-dark-showcase .sv-phone-wrap { position: relative; padding: 25px 0px; }
.ry-dark-showcase .sv-phone-wrap::after { content: ""; position: absolute; z-index: 0; width: 78%; height: 7%; left: 11%; bottom: 12%; background: rgba(0, 0, 0, 0.6); border-radius: 50%; filter: blur(12px); pointer-events: none; }
.ry-dark-showcase .sv-device { position: relative; z-index: 1; width: 96%; margin: auto; aspect-ratio: 1000 / 498; }
.ry-dark-showcase .sv-device-screen { position: absolute; inset: 7.13% 3.6%; border-radius: 6.8% / 14.8%; overflow: hidden; background: rgb(5, 6, 7); }
.ry-dark-showcase .sv-device-screen video { display: block; width: 100%; height: 100%; object-fit: cover; }
.ry-dark-showcase .sv-device .sv-device-frame { position: absolute; width: 49.8%; height: 200.803%; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); pointer-events: none; z-index: 2; filter: drop-shadow(rgba(0, 0, 0, 0.267) 8px 0px 10px); }
.ry-dark-showcase .sv-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.5); background: rgba(20, 26, 23, 0.733); backdrop-filter: blur(8px); color: rgb(255, 255, 255) !important; }
.ry-dark-showcase .sv-play svg { width: 18px !important; height: 18px !important; }
.ry-dark-showcase .sv-play[aria-pressed="true"] { inset: auto 12px 12px auto; transform: none; width: 34px; height: 34px; }
.ry-dark-showcase .sv-source-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255, 255, 255, 0.196); padding-top: 17px; }
.ry-dark-showcase .sv-source-footer strong { font-size: 16px; font-weight: 500; }
.ry-dark-showcase .sv-source-footer p { margin-top: 3px; font-size: 12px; color: rgb(227, 232, 221); }
.ry-dark-showcase .sv-circle-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, 0.314); border-radius: 50%; font-size: 18px; }
.ry-dark-showcase .sv-result { min-width: 0px; padding: 20px 20px 14px; }
.ry-dark-showcase .sv-text-button { display: inline-flex; align-items: center; gap: 8px; padding: 6px 0px; border: 0px; background: none; text-decoration: underline; text-underline-offset: 4px; font-size: 12px !important; font-weight: 500 !important; }
.ry-dark-showcase .sv-photo-stage { display: grid; grid-template-columns: minmax(0px, 1fr) 68px; gap: 9px; margin-top: 14px; }
.ry-dark-showcase .sv-photo-button { position: relative; display: block; width: 100%; padding: 0px; border: 0px; border-radius: 8px; overflow: hidden; background: rgb(229, 229, 222); }
.ry-dark-showcase .sv-photo-button > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 240ms; }
@media (hover: hover) {
.ry-dark-showcase .sv-photo-button:hover > img { transform: scale(1.015); }
}
.ry-dark-showcase .sv-expand { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255, 255, 255, 0.87); color: rgb(35, 31, 35); font-size: 16px; }
.ry-dark-showcase .sv-photo-thumbs { display: flex; flex-direction: column; gap: 8px; }
.ry-dark-showcase .sv-photo-thumbs button { padding: 0px; border: 2px solid transparent; border-radius: 5px; overflow: hidden; background: none; opacity: 0.65; }
.ry-dark-showcase .sv-photo-thumbs button[aria-pressed="true"] { border-color: rgb(112, 145, 78); opacity: 1; }
.ry-dark-showcase .sv-photo-thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ry-dark-showcase .sv-photo-thumbs .sv-all-photos { flex: 1 1 0%; min-height: 36px; border: 1px solid var(--sv-line); color: var(--sv-ink); opacity: 1; font-size: 11px; }
.ry-dark-showcase .sv-result-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; font-size: 11px; color: var(--sv-muted); }
.ry-dark-showcase .sv-photo-controls { display: flex; gap: 6px; }
.ry-dark-showcase .sv-icon-button { display: inline-grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; padding: 0px; border: 1px solid var(--sv-line); border-radius: 50%; background: transparent; color: var(--sv-ink); line-height: 1; font-size: 16px !important; }
.ry-dark-showcase .sv-listing-picker { display: flex; align-items: center; gap: 20px; margin-top: 26px; }
.ry-dark-showcase .sv-picker-label { width: 88px; flex: 0 0 auto; color: var(--sv-muted); font-size: 11px; line-height: 1.5; }
.ry-dark-showcase .sv-picker-label b { color: var(--sv-ink); font-weight: 500; }
.ry-dark-showcase .sv-listing-buttons { display: flex; gap: 8px; min-width: 0px; flex: 1 1 0%; padding: 4px; margin: -4px; overflow-x: auto; scrollbar-width: thin; }
.ry-dark-showcase .sv-listing { display: flex; align-items: center; gap: 9px; flex: 1 1 0%; min-width: 132px; padding: 8px; border: 1px solid transparent; border-radius: 8px; background: transparent; text-align: left; }
.ry-dark-showcase .sv-listing[aria-pressed="true"] { background: var(--sv-surface); border-color: var(--sv-line); box-shadow: rgba(0, 0, 0, 0.016) 0px 2px 7px; }
.ry-dark-showcase .sv-listing > img { width: 46px; height: auto; aspect-ratio: 4 / 3; border-radius: 4px; object-fit: cover; }
.ry-dark-showcase .sv-listing strong { display: block; font-size: 11px; font-weight: 500; white-space: nowrap; }
.ry-dark-showcase .sv-listing small { display: block; color: var(--sv-muted); font-size: 10px; white-space: nowrap; }
.ry-dark-showcase .sv-lightbox { --sv-ink: #f5f6f0; --sv-line: #ffffff38; width: min(1120px, -40px + 100vw); max-width: none; padding: 22px; background: rgb(26, 32, 27); color: rgb(245, 246, 240); border: 1px solid rgba(255, 255, 255, 0.19); border-radius: 14px; }
.ry-dark-showcase .sv-lightbox::backdrop { background: rgba(8, 13, 10, 0.92); backdrop-filter: blur(9px); }
.ry-dark-showcase .sv-lightbox-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ry-dark-showcase .sv-lightbox h2 { font-size: 20px; font-weight: 500; line-height: 1.2; margin-top: 4px; }
.ry-dark-showcase .sv-lightbox .sv-eyebrow { color: rgb(169, 181, 167); }
.ry-dark-showcase .sv-close { font-size: 23px !important; }
.ry-dark-showcase .sv-lightbox-stage { display: grid; grid-template-columns: 32px minmax(0px, 1fr) 32px; align-items: center; gap: 20px; margin: 20px 0px 12px; }
.ry-dark-showcase .sv-lightbox-bottom { display: flex; justify-content: space-between; gap: 16px; font-size: 11px; color: rgb(180, 192, 177); }
.ry-dark-showcase .sv-lightbox-thumbs { display: flex; gap: 7px; overflow: auto; padding: 12px 3px 4px; }
.ry-dark-showcase .sv-lightbox-thumbs button { width: 56px; flex: 0 0 auto; border: 2px solid transparent; border-radius: 4px; background: none; padding: 0px; overflow: hidden; opacity: 0.55; }
.ry-dark-showcase .sv-lightbox-thumbs button[aria-pressed="true"] { border-color: rgb(201, 233, 142); opacity: 1; }
.ry-dark-showcase .sv-lightbox-thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (min-width: 1600px) {
.ry-dark-showcase .sv-section { padding-top: 52px; }
}
@media (max-width: 1120px) {
.ry-dark-showcase .sv-heading h2 { font-size: 44px; }
.ry-dark-showcase .sv-heading > p { max-width: 220px; font-size: 14px; }
.ry-dark-showcase .sv-photo-stage { grid-template-columns: minmax(0px, 1fr) 56px; }
.ry-dark-showcase .sv-photo-thumbs { gap: 5px; }
.ry-dark-showcase .sv-result { padding: 16px; }
.ry-dark-showcase .sv-source { padding: 20px; }
}
@media (max-width: 900px) {
.ry-dark-showcase .sv-listing-picker { display: block; }
.ry-dark-showcase .sv-picker-label { width: auto; margin-bottom: 12px; }
.ry-dark-showcase .sv-picker-label br { display: none; }
.ry-dark-showcase .sv-picker-label b { margin-left: 6px; }
.ry-dark-showcase .sv-heading { display: block; }
.ry-dark-showcase .sv-heading > p { max-width: none; margin-top: 16px; }
.ry-dark-showcase .sv-photo-stage { grid-template-columns: minmax(0px, 1fr) 48px; }
.ry-dark-showcase .sv-photo-thumbs { gap: 3px; }
.ry-dark-showcase .sv-source-footer strong { font-size: 14px; }
.ry-dark-showcase .sv-source-footer p { font-size: 11px; }
.ry-dark-showcase .sv-circle-arrow { display: none; }
}
@media (max-width: 620px) {
.ry-dark-showcase .sv-section { padding: 30px 18px 38px; }
.ry-dark-showcase .sv-heading { margin-bottom: 23px; }
.ry-dark-showcase .sv-heading h2 { font-size: 33px; line-height: 1.12; letter-spacing: -0.04em; }
.ry-dark-showcase .sv-heading h2 br { display: none; }
.ry-dark-showcase .sv-heading h2 span::before { content: " "; }
.ry-dark-showcase .sv-heading > p { font-size: 13px; margin-top: 14px; line-height: 1.55; max-width: 300px; }
.ry-dark-showcase .sv-heading .sv-eyebrow { font-size: 9px; margin-bottom: 11px; }
.ry-dark-showcase .sv-split-grid { grid-template-columns: 1fr; border-radius: 14px; }
.ry-dark-showcase .sv-source { padding: 18px; min-height: 270px; }
.ry-dark-showcase .sv-source .sv-phone-wrap { padding: 18px 0px; }
.ry-dark-showcase .sv-source-footer { padding-top: 11px; }
.ry-dark-showcase .sv-source-footer strong { font-size: 13px; }
.ry-dark-showcase .sv-source-footer p { font-size: 10px; }
.ry-dark-showcase .sv-circle-arrow { display: grid; width: 28px; height: 28px; transform: rotate(90deg); }
.ry-dark-showcase .sv-card-top .sv-eyebrow { font-size: 9px; }
.ry-dark-showcase .sv-source .sv-card-top > span:last-child { font-size: 10px; }
.ry-dark-showcase .sv-result { padding: 15px; }
.ry-dark-showcase .sv-photo-stage { grid-template-columns: minmax(0px, 1fr) 51px; gap: 7px; margin-top: 10px; }
.ry-dark-showcase .sv-photo-thumbs { gap: 5px; }
.ry-dark-showcase .sv-photo-thumbs .sv-all-photos { font-size: 10px; min-height: 26px; }
.ry-dark-showcase .sv-text-button { font-size: 10px !important; }
.ry-dark-showcase .sv-result-footer { font-size: 10px; }
.ry-dark-showcase .sv-result-footer .sv-icon-button { width: 28px; height: 28px; }
.ry-dark-showcase .sv-listing-picker { margin-top: 22px; }
.ry-dark-showcase .sv-listing { min-width: 132px; }
.ry-dark-showcase .sv-lightbox { width: calc(-20px + 100vw); padding: 15px; }
.ry-dark-showcase .sv-lightbox-stage { gap: 8px; grid-template-columns: 26px minmax(0px, 1fr) 26px; }
.ry-dark-showcase .sv-lightbox-stage .sv-icon-button { width: 26px; height: 26px; }
.ry-dark-showcase .sv-lightbox-bottom p { display: none; }
}
@media (prefers-reduced-motion: reduce) {
.ry-dark-showcase .sv-photo-button > img { transition: none; }
}
.ry-dark-showcase .sv-section { padding-top: 36px; }
.ry-dark-showcase .sv-heading { margin-bottom: 28px; }
.ry-dark-showcase { --sv-bg: #1d231f; --sv-surface: #252d27; --sv-ink: #f4f6ef; --sv-muted: #adb6a8; --sv-line: #ffffff24; }
.ry-dark-showcase .sv-heading h2 span { color: rgb(197, 233, 146); }
.ry-dark-showcase .sv-split-grid { border-radius: 18px; background: rgb(41, 48, 43); box-shadow: rgba(8, 14, 10, 0.14) 0px 18px 50px; }
.ry-dark-showcase .sv-result { padding: 20px; }
.ry-dark-showcase .sv-photo-thumbs button[aria-pressed="true"] { border-color: rgb(199, 231, 152); }
.ry-dark-showcase .sv-icon-button:hover { background: rgba(255, 255, 255, 0.047); }
.ry-dark-showcase .sv-listing[aria-pressed="true"] { border-color: rgb(145, 161, 118); }
@media (max-width: 620px) {
.ry-dark-showcase .sv-section { padding-top: 27px; }
.ry-dark-showcase .sv-heading { margin-bottom: 23px; }
.ry-dark-showcase[data-variant] .sv-split-grid { grid-template-columns: minmax(0px, 1fr); }
.ry-dark-showcase .sv-result { padding: 15px; }
}
.ry-dark-showcase { scroll-margin-top:90px; }
.ry-dark-showcase #sv-lightbox-image { width:100%; height:min(60vh,630px); object-fit:contain; }
.ry-dark-showcase .sv-lightbox { max-height:calc(100dvh - 32px); }
@media (max-width:620px) { .ry-dark-showcase #sv-lightbox-image { height:50vh; } }

/* Keep the complete showcase below the navigation on laptop-sized screens. */
@media (min-width:901px) {
  .ry-dark-showcase { --sv-card-height:clamp(280px,calc(100svh - 390px),480px); }
  .ry-dark-showcase .sv-section { padding-block:16px; }
  .ry-dark-showcase .sv-heading { margin-bottom:16px; gap:24px; }
  .ry-dark-showcase .sv-heading .sv-eyebrow { margin-bottom:6px; }
  .ry-dark-showcase .sv-heading h2 { font-size:clamp(32px,3vw,40px); }
  .ry-dark-showcase .sv-heading>p { font-size:13px; line-height:1.5; }
  .ry-dark-showcase .sv-split-grid { height:var(--sv-card-height); }
  .ry-dark-showcase .sv-source { min-height:0; padding:16px 20px; }
  .ry-dark-showcase .sv-phone-wrap { padding-block:8px; }
  .ry-dark-showcase .sv-device { width:min(96%,calc((var(--sv-card-height) - 138px)*2)); }
  .ry-dark-showcase .sv-source-footer { padding-top:10px; }
  .ry-dark-showcase .sv-source-footer strong { font-size:14px; }
  .ry-dark-showcase .sv-source-footer p { font-size:11px; }
  .ry-dark-showcase .sv-result { display:grid; grid-template-rows:28px minmax(0,1fr) 32px; gap:8px; min-height:0; padding:14px 16px; }
  .ry-dark-showcase .sv-photo-content { min-height:0; }
  .ry-dark-showcase .sv-photo-stage { height:100%; margin-top:0; grid-template-columns:minmax(0,1fr) 48px; }
  .ry-dark-showcase .sv-photo-stage>.sv-photo-button { height:100%; min-height:0; background:transparent; }
  .ry-dark-showcase .sv-photo-stage>.sv-photo-button>img { height:100%; width:100%; aspect-ratio:auto; object-fit:contain; }
  .ry-dark-showcase .sv-photo-thumbs { display:grid; grid-template-rows:repeat(6,minmax(0,1fr)) 28px; min-height:0; gap:5px; }
  .ry-dark-showcase .sv-photo-thumbs img { width:100%; height:100%; object-fit:cover; }
  .ry-dark-showcase .sv-photo-thumbs button { flex:0 1 auto; min-height:0; }
  .ry-dark-showcase .sv-photo-thumbs .sv-all-photos { flex:1 0 28px; min-height:28px; }
  .ry-dark-showcase .sv-result-footer { margin-top:0; }
  .ry-dark-showcase .sv-listing-picker { margin-top:12px; gap:16px; }
  .ry-dark-showcase .sv-listing { padding:6px; }
  .ry-dark-showcase .sv-listing>img { width:40px; }
}

@media (min-width:901px) and (max-width:1120px) { .ry-dark-showcase .sv-photo-thumbs { grid-template-rows:repeat(4,minmax(0,1fr)) 28px; } }

/* css/ry-restored-showcase.css */
/* Original phone-to-listing photo wall, using the current site's type and spacing. */
.ry-restored-showcase {
  padding-block: clamp(48px, 6vw, 88px);
  background: var(--color-base-base-light-100);
  color: var(--color-base-base-dark-100);
  scroll-margin-top: 80px;
}
.ry-restored-showcase .container-large { max-width: 1200px; }
.ry-restored-showcase .ry-steps-heading {
  max-width: none;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 32px;
}
.ry-restored-showcase .ry-steps-muted { color: var(--color-tokens-tone-medium); }
#ry-restored-showcase-title .ry-steps-muted { display: block; }
.ry-restored-showcase .ry-steps-showcase-panel {
  padding: 24px;
  background: #1b241e url('../images/ry/steps/sunburst/video-background-diffuse.webp') center / cover no-repeat;
  color: var(--color-base-base-light-100);
  border-radius: 24px;
}
.ry-restored-showcase .ry-steps-slide { grid-template-columns: minmax(0, 420fr) minmax(0, 704fr); gap: 28px; }
.ry-restored-showcase .ry-steps-slide[hidden] { display: none; }
.ry-restored-showcase .ry-steps-wall { height: 300px; gap: 6px; }
.ry-restored-showcase .ry-steps-wall-group { gap: 6px; padding-right: 6px; }
.ry-restored-showcase .ry-steps-wall-window {
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.ry-restored-showcase .ry-steps-nav { margin-block: 12px; }
.ry-restored-showcase .ry-steps-control { width: 32px; height: 32px; }
.ry-restored-showcase .ry-steps-tab {
  background: #ffffffd9;
  color: var(--color-base-base-dark-100);
  border-color: transparent;
}
.ry-restored-showcase .ry-steps-tab[aria-selected="true"] { background: #fff; border-color: var(--color-tokens-tone-medium); }
.ry-restored-showcase .ry-steps-tab small { font-size: 11px; }
.ry-restored-showcase .ry-steps-tab b { font-size: 14px; }
.ry-restored-showcase .ry-steps-control:focus-visible,
.ry-restored-showcase .ry-steps-play:focus-visible { outline-color: var(--color-base-base-dark-100); }
@media (max-width: 767px) {
  .ry-restored-showcase .ry-steps-showcase-panel { padding: 16px; }
  .ry-restored-showcase .ry-steps-slide { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .ry-restored-showcase .ry-steps-wall { height: 280px; }
  .ry-restored-showcase .ry-steps-wall-window { mask-image: linear-gradient(transparent, #000 5%, #000 95%, transparent); }
  .ry-restored-showcase .ry-steps-wall-group { padding-right: 0; padding-bottom: 6px; }
  .ry-restored-showcase .ry-steps-tab { flex-direction: row; align-items: center; gap: 6px; padding: 6px; }
  .ry-restored-showcase .ry-steps-tab .ry-steps-thumb { width: 40%; }
  .ry-restored-showcase .ry-steps-tab b { font-size: 11px; }
}

/* css/ry-home-refinements.css */
/* Approved homepage heading and pricing alignment. */
#features.ry-cases-heading {
  margin-inline: auto;
  text-align: center;
  align-items: center;
}
#pricing .headline_home-pricing { max-width: var(--width--8-columns); }
#pricing .pricing_trust { text-align: center; align-items: center; width: 100%; }
#pricing .pricing_pay { justify-content: center; }
#pricing .pricing_pay > .label-small { flex-basis: 100%; text-align: center; }
#pricing .grid_home-pricing { align-items: stretch; }
#pricing .card-plan_bottom-tile { flex: 1; }
#pricing .button-group_home-a { margin-top: auto; }

/* css/ry-faq-classic.css */
/* Original split FAQ layout, using the site's dark palette. */
.ry-faq-classic {
  --color-tokens-tone-strong: var(--color-base-base-light-100);
  --color-tokens-tone-medium: var(--color-base-base-light-64);
  --color-tokens-background-depth: var(--color-base-base-light-4);
  background: var(--color-base-base-dark-100);
  color: var(--color-tokens-tone-strong);
}
.ry-faq-classic .faq_halves { grid-template-columns: 1fr 1fr; align-items: start; }
.ry-faq-classic .headline_faq-left { margin: 0; }
.ry-faq-classic .expandable-single { border: 1px solid var(--color-base-base-light-8); }
.ry-faq-classic .expandable-top { min-width: 0; }
.ry-faq-classic .faq_animated-box { flex-shrink: 0; }
.ry-faq-classic .faq-paragraph a { color: inherit; text-decoration: underline; }
@media (max-width: 991px) {
  .ry-faq-classic .faq_halves { grid-template-columns: 1fr; gap: var(--ry-section-heading-space); }
}

.ry-faq-classic .headline_faq-left > .cta_primary { margin-top: 32px; align-self: flex-start; }

/* css/ry-showcase-featured.css */
/* Match the space occupied by the restored showcase below hero and press. */
.ry-hero-press {
  padding-bottom: 0;
  border-block: 1px solid var(--color-tokens-tone-faint);
}
.ry-hero-press .ry-hero-press-shell { border-block: 0; }
.ry-showcase-featured .sv-source { position: relative; }
.ry-showcase-featured .sv-source::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  width: 76px;
  height: 40px;
  transform: translate(50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76 40' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='4' y1='20' x2='70' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ffffff' stop-opacity='.25'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M5 20H68M56 8L68 20L56 32' stroke='url(%23a)' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 2px 4px #08130bb3);
  pointer-events: none;
}
.ry-showcase-featured .sv-source-footer .sv-circle-arrow { display: none; }
.ry-showcase-featured .sv-heading {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 32px;
}
.ry-showcase-featured .sv-heading h2 {
  font-family: var(--typography-font-family-h2);
  font-size: var(--typography-size-h2);
  font-weight: var(--typography-font-weight-h2);
  line-height: var(--typography-line-height-h2);
  letter-spacing: var(--typography-letter-spacing-h2);
  color: var(--color-base-base-light-100);
}
.ry-showcase-featured .sv-heading h2 span { color: var(--color-base-base-light-64); }
.ry-showcase-featured .sv-heading > p {
  max-width: none;
  padding-bottom: 0;
  font-family: var(--typography-font-family-b1);
  font-size: var(--typography-size-b1);
  font-weight: var(--typography-font-weight-b1);
  line-height: var(--typography-line-height-b1);
  color: var(--color-base-base-light-64);
}
@media (min-width: 901px) {
  .ry-showcase-featured { padding-block: clamp(48px, 6vw, 88px); }
  .ry-showcase-featured .sv-section {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: calc(100% - 64px);
    max-width: 1200px;
    height: 654px;
    padding: 0;
  }
  .ry-showcase-featured .sv-split-grid { height: auto; min-height: 0; }
  .ry-showcase-featured .sv-device { width: 96%; }
  .ry-showcase-featured .sv-listing-picker { min-width: 0; }
}
@media (min-width: 901px) and (max-width: 1120px) {
  .ry-showcase-featured .sv-section { height: 678px; }
}
@media (max-width: 620px) {
  .ry-showcase-featured .sv-section { padding-inline: 16px; }
  .ry-showcase-featured .sv-source::after {
    width: 64px;
    height: 36px;
    top: auto;
    bottom: -4px;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}

/* css/ry-premium-motion.css */
/* Larger photo comparisons; existing imagery and copy stay intact. */
#property-types .ry-cases-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
#property-types .ry-cases-wide-grid { gap: 24px; margin-top: 24px; }
#property-types .ry-cases-feature {
  padding: 0;
  border: 1px solid var(--color-tokens-tone-faint);
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-tokens-background-lift);
  box-shadow: 0 6px 22px #231f2305;
}
#property-types .ry-cases-compare { border-radius: 0; }
#property-types .ry-cases-feature-copy { padding: 24px; gap: 8px; }
#property-types .byq-gem--compare-slider-01__divider {
  width: 1px;
  transform: translateX(-.5px);
  background: #ffffffe6;
  box-shadow: 0 0 0 .5px #0002;
}
#property-types .byq-gem--compare-slider-01__divider::before { display: none; }
#property-types .byq-gem--compare-slider-01__handle {
  width: 38px;
  height: 38px;
  background: #181b1deb;
  border: 1px solid #ffffff6b;
  box-shadow: 0 3px 10px #0003;
}
#property-types .byq-gem--compare-slider-01__handle svg { width: 18px; height: 18px; }
#property-types .ry-cases-compare-label {
  top: 16px;
  bottom: auto;
  padding: 6px 9px;
  border-radius: 5px;
  background: #181b1dd9;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .06em;
}
#property-types .ry-cases-label-before { left: 16px; }
#property-types .ry-cases-label-after { right: 16px; }

/* Motion layers use the original three-step artwork without new media files. */
#three-steps .ry-steps-visual { overflow: hidden; }
.ry-step-motion-scene { position: relative; width: 100%; aspect-ratio: 3 / 2; transform-origin: center; }
.ry-step-motion-scene > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ry-step-motion-scene .ry-step-motion-layer { position: absolute; inset: 0; pointer-events: none; }
.ry-step-record-ring {
  position: absolute;
  left: 70.9%;
  top: 45.3%;
  width: 5.5%;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.ry-step-retouch-layer { filter: grayscale(.45) brightness(.76); opacity: 0; }
.ry-step-delivery-layer { opacity: 0; }
.ry-step-ready {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid #ffffff38;
  border-radius: 6px;
  background: #18271ff2;
  color: #e4ffc2;
  font: 400 11px/16px var(--typography-font-body);
  opacity: 0;
  pointer-events: none;
}
.ry-step-ready svg { width: 14px; height: 14px; }
@media (max-width: 767px) {
  #property-types .ry-cases-feature-grid,
  #property-types .ry-cases-wide-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  #property-types .ry-cases-feature-copy { padding: 20px; }
  #property-types .byq-gem--compare-slider-01__handle { width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .ry-step-motion-scene { transform: none !important; }
  .ry-step-record-ring, .ry-step-motion-layer, .ry-step-ready { display: none; }
}

/* css/ry-pricing-video-followup.css */
/* Scoped homepage follow-ups: pricing testimonials and equal comparisons. */
#pricing > .ry-video-testimonials { padding-bottom: 0; }
#property-types .ry-cases-feature-grid,
#property-types .ry-cases-wide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#property-types .ry-cases-compare { aspect-ratio: 16 / 9; }
#property-types .ry-cases-feature { height: 100%; }
#property-types .ry-cases-feature-copy { min-height: 0; align-content: start; }
@media (max-width: 767px) {
  #property-types .ry-cases-feature-grid,
  #property-types .ry-cases-wide-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 992px) {
  #property-types .ry-cases-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  #property-types .ry-cases-wide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #property-types .ry-cases-feature-copy { padding: 20px 24px; }
}

/* Keep comparison images clear of corner labels. */
#property-types .ry-cases-compare-label { display: none; }

/* css/ry-pricing-backgrounds.css */
/* User-supplied aurora backgrounds follow the existing pricing plan states. */
#pricing [data-plan-tile] {
  background-image: url('../images/ry/pricing/aurora/starter-green.webp');
  background-size: cover;
  background-position: center;
  color: var(--color-base-base-light-100);
}
#pricing [data-plan-tile].pro { background-image: url('../images/ry/pricing/aurora/agency-blue.webp'); }
#pricing [data-plan-tile].max { background-image: url('../images/ry/pricing/aurora/enterprise-amber.webp'); }

/* Keep the unit beside the rate; Enterprise retains its explanatory line. */
#pricing [data-plan-tile]:not(.max) .plan_price { flex-direction: row; align-items: baseline; gap: var(--spacing--8); }
#pricing [data-plan-tile]:not(.max) [data-price-note] { white-space: nowrap; }

/* css/ry-pricing-equal-cards.css */
/* Keep pricing headers and complete cards aligned while selecting volume. */
#pricing .grid_home-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto 1fr; align-items: stretch; }
#pricing .grid_home-pricing > .card_plan { display: grid; grid-row: span 2; grid-template-rows: subgrid; grid-template-columns: minmax(0, 1fr); min-width: 0; height: auto; transform: none; }
#pricing .grid_home-pricing > .card_plan:hover { transform: none; }
@media (max-width: 991px) {
  #pricing .grid_home-pricing { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; }
  #pricing .grid_home-pricing > .card_plan { display: flex; grid-row: auto; }
}

/* Give the included pack equal presence and keep the offer distinct from CTAs. */
#pricing .card-plan_top-tile:not([data-plan-tile]) { align-items: center; justify-content: center; text-align: center; gap: 16px; }
#pricing .card-plan_top-tile:not([data-plan-tile]) > .heading-style-h6 { font-size: clamp(28px, 3vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
#pricing .card-plan_top-tile:not([data-plan-tile]) .plan_price { align-items: center; }
#pricing .card-plan_top-tile:not([data-plan-tile]) .text-size-small { font-size: 16px; line-height: 1.5; color: var(--color-base-base-light-64); }
#pricing .offer_banner { background: var(--color-base-base-light-8); color: var(--color-base-base-light-100); box-shadow: inset 0 0 0 1px var(--color-base-base-light-12); }

/* Distribute the five included benefits through the available card space. */
#pricing .plan_list-wrap { flex: 1; }
#pricing .plan_list { flex: 1; justify-content: space-between; gap: 24px; }
#pricing .plan_list .icon_plan-tick { color: #fff; }

/* Secondary pricing action uses a white button beside the free-trial CTA. */
#pricing .link_pay-by-card { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 20px; border: 1px solid transparent; border-radius: 10px; background: #fff; color: var(--color-base-base-dark-100); font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none; transition: background-color .18s ease; }
#pricing .link_pay-by-card:hover { background: var(--color-base-base-light-100); }
#pricing .link_pay-by-card:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

/* css/ry-listing-stats.css */
/* Listing totals and a quiet invitation to play the original walkthrough. */
.ry-listing-stats { margin-top: var(--spacing--48); padding-top: 0; border: 0; }
.ry-listing-stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--spacing--24); margin: 0; }
.ry-listing-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--spacing--12); min-width: 0; }
.ry-listing-stat + .ry-listing-stat { border-left: 1px solid var(--color-tokens-tone-faint); }
.ry-listing-stat dt { color: var(--color-tokens-tone-medium); font-size: var(--typography-size-b2); }
.ry-listing-stat dd { order: -1; margin: 0; color: var(--color-tokens-tone-strong); font-family: var(--typography-font-heading-sans); font-size: clamp(1.75rem, 5vw, 4rem); line-height: 1.1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.ry-listing-stats[data-stats-pending] .ry-listing-stat { opacity: 0; transform: translateY(12px); }
.ry-dark-showcase .sv-play[aria-pressed="false"]::after { content: ''; position: absolute; inset: -5px; border: 1px solid currentColor; border-radius: inherit; pointer-events: none; animation: ry-play-pulse 2.4s ease-out infinite; animation-play-state: paused; }
.ry-dark-showcase[data-play-pulse-visible="true"] .sv-play[aria-pressed="false"]::after { animation-play-state: running; }
@keyframes ry-play-pulse { 0%, 15% { transform: scale(1); opacity: .35; } 80%, 100% { transform: scale(1.28); opacity: 0; } }
@media (max-width: 767px) {
  .ry-listing-stats { margin-top: var(--spacing--32); padding-top: 0; }
  .ry-listing-stats-grid { gap: var(--spacing--8); }
  .ry-listing-stat { gap: var(--spacing--8); padding-inline: var(--spacing--4); }
  .ry-listing-stat dt { font-size: 12px; line-height: 1.4; }
}
@media (prefers-reduced-motion: reduce) {
  .ry-dark-showcase .sv-play[aria-pressed="false"]::after { animation: none; content: none; }
  .ry-listing-stats[data-stats-pending] .ry-listing-stat { opacity: 1; transform: none; }
}

/* css/ry-smooth-enterprise.css */
/* Keep every plan state in the same row geometry. */
#pricing [data-plan-tile] .plan_price { flex-flow: row nowrap; align-items: baseline; gap: var(--spacing--8); }
#pricing [data-plan-tile].max [data-price-note] { display: none; }
#pricing [data-plan-tile] [data-then] { min-block-size: 2lh; }
#pricing [data-offer] { position: relative; }
#pricing .ry-enterprise-offer { display: none; }
#pricing [data-offer].is-enterprise > :not(.ry-enterprise-offer) { visibility: hidden; }
#pricing [data-offer].is-enterprise > .ry-enterprise-offer { position: absolute; inset: var(--spacing--12) var(--spacing--16); display: flex; align-items: center; }
@media (max-width: 767px) { #pricing [data-plan-tile] [data-then] { min-block-size: 3lh; } }

#pricing .ry-volume-summary { min-block-size: 2lh; }
#pricing [data-cta-text] { display: inline-block; min-inline-size: 7rem; }
#pricing .volume_label > .text_body-bold { flex: 0 0 7rem; inline-size: 7rem; text-align: right; white-space: nowrap; }
#pricing [data-cta] { inline-size: 11rem; flex: none; }

/* css/ry-app-feature-grid.css */
/* Five-card app overview adapted from the supplied feature-grid reference. */
.ry-app-feature-section { color: var(--color-tokens-tone-strong); scroll-margin-top: var(--spacing--120); }
.ry-app-grid-heading { display: flex; flex-direction: column; align-items: center; gap: var(--spacing--16); max-width: var(--width--8-columns); margin-inline: auto; text-align: center; }
.ry-app-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--spacing--48) var(--spacing--24); }
.ry-app-feature { min-width: 0; }
.ry-app-feature > h3 { margin-bottom: var(--spacing--8); }
.ry-app-feature > p { max-width: 44ch; }
.ry-app-feature--wide { grid-column: span 2; }
.ry-app-feature-visual { position: relative; display: flex; align-items: center; justify-content: center; height: 272px; margin: 0 0 var(--spacing--20); padding: var(--spacing--24); border: 1px solid var(--color-tokens-tone-faint); border-radius: var(--radius-general-large); overflow: hidden; background: var(--color-base-base-dark-100) center / cover; }
.ry-app-feature--submit .ry-app-feature-visual { background-image: url('../images/ry/pricing/aurora/starter-green.webp'); }
.ry-app-feature--floor .ry-app-feature-visual { background-image: url('../images/ry/pricing/aurora/enterprise-amber.webp'); }
.ry-app-feature--copy .ry-app-feature-visual { background-image: url('../images/ry/pricing/aurora/agency-blue.webp'); }
.ry-app-feature--wide .ry-app-feature-visual { gap: var(--spacing--32); background-image: url('../images/ry/pricing/aurora/starter-green.webp'); }
.ry-app-feature--whatsapp .ry-app-feature-visual { background-image: url('../images/ry/pricing/aurora/agency-blue.webp'); }
.ry-app-grid-window { min-width: 0; width: min(100%, 344px); flex: 0 1 344px; border: 1px solid #ffffff38; border-radius: var(--radius-general-small); overflow: hidden; background: var(--color-base-base-dark-100); box-shadow: 0 16px 32px #0004; }
.ry-app-grid-window > img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; }
.ry-app-grid-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 9px; font: 8px/1 var(--typography-font-label); color: var(--color-base-base-light-64); border-bottom: 1px solid #ffffff20; }
.ry-app-grid-bar > span:first-child { display: flex; gap: 3px; }
.ry-app-grid-bar i { display: block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .7; }
.ry-app-grid-pack { display: flex; flex-direction: column; gap: var(--spacing--12); flex: 0 1 200px; min-width: 0; color: var(--color-base-base-light-100); }
.ry-app-grid-pack > .label-small { color: var(--color-base-base-light-64); margin-bottom: var(--spacing--4); }
.ry-app-grid-pack > span:not(.label-small) { display: flex; align-items: center; gap: var(--spacing--12); padding: var(--spacing--12) var(--spacing--16); border: 1px solid #ffffff26; border-radius: var(--radius-general-small); background: #111510a6; font-size: 14px; white-space: nowrap; }
.ry-app-grid-pack i { color: #c5ef57; font-style: normal; }
.ry-app-feature--whatsapp .ry-wa-phone { top: 50%; --wa-scale: .4; }
.ry-app-grid-caption { position: absolute; bottom: 8px; inset-inline: 8px; text-align: center; font-size: 9px; color: var(--color-base-base-light-64); }
.ry-app-feature[data-app-reveal="pending"] { opacity: 0; transform: translateY(16px); }
.ry-app-feature { transition: opacity .6s ease-out, transform .6s ease-out; }
@media (max-width: 900px) {
  .ry-app-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: var(--spacing--40) var(--spacing--20); }
  .ry-app-feature--wide { grid-column: span 2; }
}
@media (max-width: 600px) {
  .ry-app-feature-grid { grid-template-columns: minmax(0, 1fr); gap: var(--spacing--32); }
  .ry-app-feature--wide, .ry-app-feature--whatsapp { grid-column: auto; }
  .ry-app-feature-visual { padding: var(--spacing--20); }
  .ry-app-feature--wide .ry-app-grid-pack { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ry-app-feature { transition: none; }
  .ry-app-feature[data-app-reveal="pending"] { opacity: 1; transform: none; }
}

#app-preview .ry-app-grid-heading .ry-section-subtitle { text-wrap: balance; }

/* css/ry-cta-labels.css */
/* Reserve the same width for both pricing actions with the longer CTA label. */
#pricing [data-cta] { inline-size: 13rem; }
@media (max-width: 359px) {
  .master_navigation .ry-nav-start, .ry-header-minimal .ry-nav-start { font-size: 10px; }
  .master_navigation .ry-nav-start .button-inner, .ry-header-minimal .ry-nav-start .button-inner { padding-inline: 8px; gap: 6px; }
}

/* css/ry-phone-benefits.css */
.ry-phone-showcase { background: var(--color-tokens-background-base); color: var(--color-tokens-tone-strong); overflow: clip; scroll-margin-top: var(--spacing--120); }
.vp-heading { display: flex; flex-direction: column; align-items: center; gap: var(--spacing--16); text-align: center; }
.vp-benefit-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr) minmax(0, 1fr); align-items: center; gap: var(--spacing--48); max-width: 1240px; margin-inline: auto; }
.vp-features { display: grid; gap: var(--spacing--48); }
.vp-features-left { text-align: right; }
.vp-feature-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: var(--spacing--16); border-radius: var(--radius-general-default); background: #c5ef5729; color: #527d28; }
.vp-feature-icon svg { width: 26px; height: 26px; }
.vp-feature h3 { margin-bottom: var(--spacing--12); }
.vp-feature p { max-width: 28ch; font-size: 15px; line-height: 1.55; }
.vp-features-left p { margin-left: auto; }
.vp-phone-column { position: relative; min-width: 0; padding-block: 60px 32px; }
.vp-phone { position: relative; width: 100%; aspect-ratio: 1000 / 498; z-index: 1; }
.vp-phone::before { content: ''; pointer-events: none; position: absolute; inset: 5% -8% -15%; background: radial-gradient(ellipse, #91b55324, transparent 68%); filter: blur(20px); z-index: -1; }
.vp-screen { position: absolute; inset: 7.13% 3.6%; border-radius: 6.8% / 14.8%; overflow: hidden; background: #111510; }
.vp-screen video { width: 100%; height: 100%; display: block; object-fit: cover; }
.vp-phone-frame { position: absolute; width: 49.8%; height: 200.803%; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); pointer-events: none; z-index: 2; filter: drop-shadow(8px 0 10px #0004); }
.ry-phone-showcase [hidden] { display: none !important; }
.ry-phone-showcase .sv-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; padding: 14px; border: 1px solid #ffffff90; border-radius: 50%; color: white; background: #111510b8; backdrop-filter: blur(5px); cursor: pointer; }
.ry-phone-showcase .sv-play svg { width: 100%; height: 100%; }
.ry-phone-showcase .sv-play[aria-pressed="false"]::after { content: ''; position: absolute; inset: -5px; border: 1px solid currentColor; border-radius: inherit; animation: ry-play-pulse 2.4s ease-out infinite; animation-play-state: paused; pointer-events: none; }
.ry-phone-showcase[data-video-visible="true"] .sv-play[aria-pressed="false"]::after { animation-play-state: running; }
.vp-from-note, .vp-to-note { position: absolute; display: flex; align-items: center; gap: 10px; color: #73a62b; font-size: 23px; font-style: italic; font-weight: 500; }
.vp-from-note { left: 4%; top: 2px; transform: rotate(-8deg); }
.vp-from-note i, .vp-to-note i { display: block; width: 60px; height: 60px; background: currentColor; mask: url('../images/hero/arrow.svg') center / contain no-repeat; -webkit-mask: url('../images/hero/arrow.svg') center / contain no-repeat; transform: rotate(55deg); }
.vp-back-preview { display: block; margin: var(--spacing--12) auto 0; padding: 6px 10px; border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; }
.vp-media-error { margin: var(--spacing--12) 0 0; font-size: 13px; text-align: center; }
.vp-results { position: relative; padding-top: 76px; margin-top: var(--spacing--16); }
.vp-to-note { top: 2px; left: calc(50% - 40px); transform: rotate(-7deg); }
.vp-to-note i { transform: rotate(75deg); }
.vp-photo-rows { display: grid; gap: var(--spacing--16); }
.vp-photo-row { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent); }
.vp-photo-track { display: flex; width: max-content; }
.vp-photo-group { display: flex; gap: var(--spacing--16); padding-right: var(--spacing--16); flex: none; }
.vp-photo { display: block; flex: none; width: clamp(180px, 20vw, 270px); aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: var(--radius-general-default); overflow: hidden; background: var(--color-tokens-background-depth); cursor: pointer; }
.vp-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ry-phone-showcase[data-phone-ready] .vp-photo-track { animation: vp-photo-loop 55s linear infinite; animation-play-state: paused; }
.ry-phone-showcase[data-photos-moving="true"] .vp-photo-track { animation-play-state: running; }
.vp-photo-row:nth-child(2) .vp-photo-track { animation-direction: reverse; }
@keyframes vp-photo-loop { to { transform: translateX(-50%); } }
.vp-gallery-actions { display: flex; justify-content: space-between; align-items: center; gap: var(--spacing--16); margin-top: var(--spacing--20); font-size: 13px; }
.vp-gallery-actions > div { display: flex; gap: var(--spacing--16); }
.vp-gallery-actions button { padding: 6px 0; border: 0; background: transparent; color: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.vp-listing-picker { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--spacing--12); margin-top: var(--spacing--32); }
.vp-listing { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 8px; border: 1px solid var(--color-tokens-tone-faint); border-radius: var(--radius-general-small); background: var(--color-tokens-background-depth); color: var(--color-tokens-tone-medium); text-align: left; cursor: pointer; }
.vp-listing[aria-pressed="true"] { border-color: #81a94a; background: #c5ef5729; color: var(--color-tokens-tone-strong); }
.vp-listing img { width: 52px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.vp-listing > span { display: flex; flex-direction: column; gap: 3px; font-size: 12px; }
.vp-listing small { font-size: 10px; }
.ry-phone-showcase button:focus-visible { outline: 2px solid #6c962f; outline-offset: 3px; }
.vp-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.vp-lightbox { width: min(1120px, 94vw); max-width: none; max-height: 92vh; padding: 20px; border: 1px solid #ffffff20; border-radius: 16px; color: white; background: #141814; }
.vp-lightbox::backdrop { background: #000b; backdrop-filter: blur(6px); }
.vp-lightbox-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.vp-lightbox button { cursor: pointer; }
.vp-lightbox-top button, .vp-lightbox-stage > button { width: 38px; height: 38px; flex: none; padding: 0; border: 1px solid #ffffff30; border-radius: 50%; color: white; background: #ffffff10; }
.vp-lightbox-stage { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; align-items: center; gap: 12px; margin-top: 20px; }
.vp-lightbox-stage img { display: block; width: 100%; height: 58vh; object-fit: contain; }
#vp-lightbox-count { text-align: center; font-size: 13px; }
.vp-lightbox-thumbs { display: flex; gap: 8px; overflow-x: auto; }
.vp-lightbox-thumbs button { flex: 0 0 72px; padding: 2px; border: 1px solid transparent; border-radius: 6px; background: none; }
.vp-lightbox-thumbs button[aria-pressed="true"] { border-color: #c5ef57; }
.vp-lightbox-thumbs img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; border-radius: 4px; }
body.vp-modal-open { overflow: hidden; }
@media (max-width: 1100px) { .vp-benefit-grid { gap: 24px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr); } .vp-feature h3 { font-size: 22px; } .vp-listing img { width: 38px; } }
@media (max-width: 900px) {
  .vp-benefit-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .vp-phone-column { grid-row: 1; width: min(100%, 580px); margin-inline: auto; }
  .vp-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .vp-features-left { text-align: left; }
  .vp-features-left p { margin-left: 0; }
  .vp-feature p { max-width: none; }
  .vp-listing-picker { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .vp-features { gap: 20px; }
  .vp-feature-icon { width: 40px; height: 40px; margin-bottom: 12px; }
  .vp-feature h3 { font-size: 18px; }
  .vp-feature p { font-size: 13px; }
  .vp-phone-column { padding-top: 54px; padding-bottom: 8px; }
  .vp-from-note, .vp-to-note { font-size: 20px; }
  .vp-results { padding-top: 62px; }
  .vp-photo { width: 180px; }
  .vp-photo-rows { gap: 10px; }
  .vp-photo-group { gap: 10px; padding-right: 10px; }
  .vp-gallery-actions { align-items: flex-start; flex-direction: column; gap: 6px; }
  .vp-listing { flex-direction: column; align-items: flex-start; }
  .vp-listing img { width: 100%; }
  .vp-lightbox { padding: 12px; }
  .vp-lightbox-stage { grid-template-columns: 28px minmax(0, 1fr) 28px; gap: 5px; }
  .vp-lightbox-stage > button { width: 28px; height: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .ry-phone-showcase .sv-play::after { content: none !important; animation: none !important; }
  .ry-phone-showcase[data-phone-ready] .vp-photo-track { animation: none; }
  .vp-photo-group[aria-hidden="true"] { display: none; }
  .vp-photo-row { overflow-x: auto; }
}
.vp-back-preview[hidden] { display: block !important; visibility: hidden; }
@media (prefers-reduced-motion: reduce) { .vp-gallery-actions [data-vp-action="motion"] { display: none; } }

/* css/ry-hero-copy.css */
.ry-float-content .ry-hero-pretitle > span,
.ry-float-content .ry-hero-subtext strong { font-weight: 600; }

/* css/ry-showcase-simplify.css */
/* Compact phone controls, one result row and five small examples. */
.ry-float-content { width: min(100%, 1080px); }
.vp-phone-column .vp-listing-picker { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 16px auto 0; max-width: 440px; }
.vp-phone-column .vp-listing { display: flex; flex-direction: column; align-items: stretch; padding: 4px; gap: 4px; }
.vp-phone-column .vp-listing img { width: 100%; max-height: 44px; aspect-ratio: 16 / 9; }
.vp-phone-column .vp-listing > span { text-align: center; display: block; font: 10px/1.2 var(--typography-font-label); }
.vp-transport { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 20px; z-index: 3; pointer-events: none; }
.vp-transport > button { pointer-events: auto; }
.ry-phone-showcase .vp-transport .sv-play { position: relative; left: auto; top: auto; transform: none; flex: none; }
.vp-skip { position: relative; display: grid; place-items: center; width: 38px; height: 38px; padding: 7px; border: 1px solid #ffffff70; border-radius: 50%; color: white; background: #111510ad; backdrop-filter: blur(5px); cursor: pointer; }
.vp-skip svg { position: absolute; inset: 5px; width: 26px; height: 26px; }
.vp-skip span { font-size: 10px; line-height: 1; margin-top: 3px; }
.vp-photo-rows:focus-within .vp-photo-track { animation-play-state: paused !important; }
@media (min-width: 768px) { .ry-float-content .ry-hero-title-line { white-space: nowrap; } }
@media (max-width: 600px) { .vp-transport { gap: 14px; } .vp-phone-column .vp-listing-picker { gap: 6px; } }

/* Keep the phone clear; listing navigation belongs beside the device. */
.ry-phone-showcase .vp-from-note, .ry-phone-showcase .vp-to-note { display: none; }
.ry-phone-showcase .vp-phone-column { padding-top: 16px; }
.ry-phone-showcase .vp-results { padding-top: 20px; }
.ry-phone-showcase[data-full-started="true"] .vp-transport { align-items: flex-end; padding-bottom: 8px; gap: 8px; }
.ry-phone-showcase[data-full-started="true"] .vp-transport .sv-play,
.ry-phone-showcase[data-full-started="true"] .vp-skip { width: 30px; height: 30px; padding: 7px; border-color: #ffffff40; }
.ry-phone-showcase[data-full-started="true"] .vp-skip svg { inset: 4px; width: 22px; height: 22px; }
.ry-phone-showcase[data-full-started="true"] .vp-skip span { font-size: 8px; }
.ry-phone-showcase[data-full-started="true"] .sv-play::after { content: none; }
.vp-listing-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; display: grid; place-items: center; width: 28px; height: 36px; padding: 5px; border: 0; border-radius: 8px; background: transparent; color: var(--color-tokens-tone-strong); cursor: pointer; }
.vp-listing-arrow:hover { background: var(--color-tokens-tone-faint); }
.vp-listing-arrow:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
.vp-listing-arrow svg { width: 18px; height: 18px; }
.vp-listing-arrow-prev { left: -30px; }
.vp-listing-arrow-next { right: -30px; }
@media (max-width: 900px) { .vp-phone-column .vp-phone { width: calc(100% - 56px); margin-inline: 28px; } }

/* css/ry-sticky-steps-faq.css */
/* Desktop scrollytelling uses the same three approved step illustrations. */
.ry-how-desktop { display: none; }
.ry-how-cta { margin-top: var(--spacing--48); text-align: center; }
#app-preview.body-inverted { background: var(--color-tokens-background-base); }
@media (min-width: 901px) {
  #three-steps .ry-steps-grid { display: none; }
  .ry-how-desktop { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--spacing--80); align-items: start; }
  .ry-how-media { position: sticky; top: var(--how-sticky-top, 120px); margin-top: 8svh; align-self: start; }
  .ry-how-stage { position: relative; aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid var(--color-tokens-tone-faint); border-radius: var(--radius-general-large); background: #111510; }
  .ry-how-panel { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; }
  .ry-how-panel[data-active="true"] { opacity: 1; }
  .ry-how-panel img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .ry-how-story { position: relative; padding-left: var(--spacing--40, 40px); }
  .ry-how-rail { position: absolute; left: 0; top: 8svh; bottom: 8svh; width: 3px; overflow: hidden; border-radius: 3px; background: var(--color-tokens-tone-faint); }
  .ry-how-progress { position: absolute; inset: 0; background: #94bd3a; transform: scaleY(var(--how-progress, .05)); transform-origin: top; }
  .ry-how-step { min-height: 66svh; padding-block: var(--spacing--64); display: flex; flex-direction: column; justify-content: center; gap: var(--spacing--16); opacity: .5; transition: opacity .3s ease; }
  .ry-how-step[data-active="true"] { opacity: 1; }
  .ry-how-step h3 { font-size: clamp(28px, 3vw, 44px); line-height: 1.12; }
  .ry-how-step p { max-width: 34ch; }
}
@media (max-width: 900px) {
  #three-steps .ry-steps-grid { grid-template-columns: minmax(0, 1fr); max-width: 600px; margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .ry-how-panel, .ry-how-step { transition: none; }
}

@media (min-width: 992px) {
  #faq .faq_halves { align-items: start; }
  #faq .headline_faq-left { position: sticky; top: 110px; align-self: start; }
}

@media (min-width: 901px) {
  .ry-how-cta-mobile { display: none; }
  .ry-how-step .ry-how-cta { margin-top: 16px; text-align: left; align-self: flex-start; }
}

/* css/ry-section-copy.css */
/* Allow the longer approved copy to wrap without clipping. */
.ry-reviews-copy { max-width: var(--width--6-columns); margin-inline: auto; }
#pricing .headline_home-pricing .subtext_4-columns { display: grid; gap: var(--spacing--8); width: 100%; max-width: var(--width--6-columns); }

#reviews .headline_home-testimonials h2 { text-wrap: balance; }

/* css/ry-pricing-glow.css */
/* Static section transition: no animation or scroll handlers. */
.ry-pricing-glow {
  width: 100%;
  height: clamp(80px, 12.5vw, 180px);
  overflow: hidden;
  pointer-events: none;
  background: var(--color-base-base-light-100);
  color: var(--color-base-base-dark-100);
  margin-bottom: -1px;
}
.ry-pricing-glow svg { display: block; width: 100%; height: 100%; }

/* css/ry-wa-conversation.css */
/* A readable device with a replayable version of the existing conversation. */
.ry-app-feature--wide .ry-app-feature-visual,
.ry-app-feature--whatsapp .ry-app-feature-visual { height: 360px; }
.ry-app-feature--whatsapp .ry-wa-phone { height: 420px; display: flex; flex-direction: column; }
.ry-app-feature--whatsapp .ry-wa-status,
.ry-app-feature--whatsapp .ry-wa-header,
.ry-app-feature--whatsapp .ry-wa-composer { flex: none; }
.ry-app-feature--whatsapp .ry-wa-chat { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: none; overscroll-behavior: contain; }
.ry-app-feature--whatsapp .ry-wa-chat::-webkit-scrollbar { display: none; }
.ry-wa-bubble { flex-shrink: 0; }
.ry-wa-chat [hidden], .ry-wa-replay[hidden] { display: none !important; }
.ry-wa-typing { display: flex; align-self: flex-start; align-items: center; gap: 4px; padding: 10px 12px; border-radius: 8px; background: #fff; box-shadow: 0 1px 1px #00000014; }
.ry-wa-typing i { width: 5px; height: 5px; border-radius: 50%; background: #839089; animation: ry-wa-type .8s ease-in-out infinite; }
.ry-wa-typing i:nth-child(2) { animation-delay: .12s; }
.ry-wa-typing i:nth-child(3) { animation-delay: .24s; }
.ry-wa-typing[data-paused="true"] i { animation-play-state: paused; }
.ry-wa-replay { position: absolute; right: 12px; top: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; min-height: 32px; padding: 6px 9px; border: 1px solid #ffffff30; border-radius: 20px; color: #fff; background: #11151085; font: 11px/1.3 var(--typography-font-body); cursor: pointer; backdrop-filter: blur(8px); }
.ry-wa-replay svg { width: 12px; height: 12px; }
.ry-wa-replay:focus-visible { outline: 2px solid #c5ef57; outline-offset: 3px; }
@keyframes ry-wa-type { 0%, 80%, 100% { opacity: .4; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-2px); } }
@media (max-width: 600px) { .ry-app-feature--wide .ry-app-feature-visual { height: 272px; } }
@media (prefers-reduced-motion: reduce) { .ry-wa-typing i { animation: none; } }

/* css/ry-hero-text-scale.css */
/* Scale the original hero group uniformly, including text, icons and CTA. */
#home.ry-float-hero { --ry-hero-scale: 1.03; }
#home.ry-float-hero .ry-float-content {
  width: min(calc(100% / var(--ry-hero-scale)), calc(1080px / var(--ry-hero-scale)));
  transform: scale(var(--ry-hero-scale));
  transform-origin: center;
}
#home.ry-float-hero .ry-float-scroll-link {
  font-size: calc(11px * var(--ry-hero-scale));
  gap: calc(10px * var(--ry-hero-scale));
}

/* css/ry-kyra-spotlight.css */
/* Kyra's story: isolated styles, existing Ryselist fonts and colors. */
.ry-kyra-spotlight { background: var(--color-base-base-light-100); color: var(--color-base-base-dark-100); }
.ry-kyra-spotlight .ry-ks-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 60px; max-width: 1180px; margin-inline: auto; }
.ry-kyra-spotlight .ry-ks-copy { min-width: 0; }
.ry-kyra-spotlight .ry-ks-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 2px solid #ffffffd9; border-radius: 99px; background: linear-gradient(165deg, #fffffff0, #f8f5f38c); backdrop-filter: blur(16px); font-size: 12px; line-height: 18px; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.ry-kyra-spotlight .ry-ks-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #789d24; }
.ry-kyra-spotlight h2 { margin: 20px 0; font-family: var(--typography-font-family-h2); font-size: clamp(42px, 4.45vw, 64px); line-height: 1.04; font-weight: var(--typography-font-weight-h2); letter-spacing: -.035em; text-wrap: balance; }
.ry-kyra-spotlight h2 > span { display: block; color: var(--color-base-base-dark-64); }
.ry-kyra-spotlight .ry-ks-story { max-width: 47ch; margin: 0; font-size: 18px; line-height: 1.5; color: var(--color-base-base-dark-64); }
.ry-kyra-spotlight .ry-ks-cost { max-width: 44ch; margin: 16px 0 24px; font-size: 16px; line-height: 1.5; font-weight: 500; }
.ry-kyra-spotlight .ry-ks-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.ry-kyra-spotlight .ry-ks-cta { --color-tokens-button-primary-default-background: var(--color-base-accent-primary); --color-tokens-button-primary-default-text: var(--color-base-base-dark-100); --color-tokens-button-primary-hover-background: var(--color-base-base-dark-100); --color-tokens-button-primary-hover-text: var(--color-base-base-light-100); }
.ry-kyra-spotlight .ry-ks-quote { margin: 32px 0 0; padding: 24px; max-width: 390px; border-radius: 16px; background: var(--color-base-base-dark-4, #eeedec); }
.ry-kyra-spotlight blockquote { margin: 0; padding: 0; border: 0; font-size: 16px; line-height: 1.5; color: var(--color-base-base-dark-88); }
.ry-kyra-spotlight .ry-ks-quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-size: 14px; }
.ry-kyra-spotlight .ry-ks-quote img { flex: none; width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.ry-kyra-spotlight .ry-ks-quote strong { display: block; font-weight: 600; }
.ry-kyra-spotlight .ry-ks-stars { display: block; margin-top: 2px; color: #a56808; font-size: 14px; letter-spacing: 2px; }
.ry-kyra-spotlight .ry-ks-film { position: relative; width: 100%; min-width: 0; margin: 0; display: grid; justify-items: center; gap: 16px; }
.ry-kyra-spotlight .ry-ks-dots { position: absolute; width: 220px; height: 220px; left: 0; bottom: -24px; background: radial-gradient(#231f232b 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(circle, #000 30%, transparent 72%); pointer-events: none; }
.ry-kyra-spotlight .ry-ks-player { position: relative; width: 288px; max-width: 100%; aspect-ratio: 9 / 16; border-radius: 28px; overflow: hidden; background: var(--color-base-base-dark-100); box-shadow: 0 24px 64px -32px #231f2359; }
.ry-kyra-spotlight video { display: block; width: 100%; height: 100%; object-fit: cover; }
.ry-kyra-spotlight .ry-ks-video-heading { position: absolute; top: 0; inset-inline: 0; z-index: 1; display: flex; align-items: center; gap: 9px; padding: 16px 16px 32px; color: #fff; background: linear-gradient(#0009, transparent); pointer-events: none; }
.ry-kyra-spotlight .ry-ks-video-heading img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.ry-kyra-spotlight .ry-ks-video-heading strong { display: block; font-size: 14px; line-height: 1.3; }
.ry-kyra-spotlight .ry-ks-video-heading span { display: block; font-size: 11px; line-height: 1.5; opacity: .9; }
.ry-kyra-spotlight .ry-ks-play { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; width: 100%; padding: 0; border: 0; background: linear-gradient(transparent 45%, #0005); color: #fff; cursor: pointer; }
.ry-kyra-spotlight .ry-ks-play svg { width: 64px; height: 64px; padding: 20px; border: 1px solid #fff9; border-radius: 50%; background: #ffffffd9; color: var(--color-base-base-dark-100); box-shadow: 0 4px 24px #0002; }
.ry-kyra-spotlight .ry-ks-play span { border-radius: 99px; padding: 7px 12px; background: #231f23b8; font-size: 12px; font-weight: 500; }
.ry-kyra-spotlight .ry-ks-film-caption { position: relative; margin: 0; color: var(--color-base-base-dark-64); font-size: 13px; }
.ry-kyra-spotlight .ry-ks-error { max-width: 30ch; margin: 0; font-size: 14px; }
.ry-kyra-spotlight [hidden] { display: none !important; }
.ry-kyra-spotlight .ry-ks-player.is-started .ry-ks-video-heading { display: none; }
.ry-kyra-spotlight :is(button,a):focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.ry-kyra-spotlight .ry-ks-play:focus-visible { outline-offset: -5px; }
@media (max-width: 1100px) and (min-width: 901px) { .ry-kyra-spotlight .ry-ks-grid { gap: 32px; } }
@media (max-width: 900px) { .ry-kyra-spotlight .ry-ks-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; max-width: 600px; } .ry-kyra-spotlight h2 { font-size: clamp(38px, 6.5vw, 56px); } .ry-kyra-spotlight .ry-ks-player { width: 260px; } .ry-kyra-spotlight .ry-ks-dots { left: calc(50% - 200px); max-width: 60%; } }
@media (max-width: 540px) { .ry-kyra-spotlight .ry-ks-story { font-size: 16px; } .ry-kyra-spotlight .ry-ks-cost { font-size: 15px; } .ry-kyra-spotlight .ry-ks-quote { padding: 20px; margin-top: 24px; } }

/* Keep desktop columns intact while giving mobile a matching reading order. */
.ry-kyra-spotlight .ry-ks-grid { grid-template-areas: "intro film" "copy film"; row-gap: 0; }
.ry-kyra-spotlight .ry-ks-intro { grid-area: intro; min-width: 0; }
.ry-kyra-spotlight .ry-ks-copy { grid-area: copy; }
.ry-kyra-spotlight .ry-ks-film { grid-area: film; align-self: center; }
@media (min-width: 768px) and (max-width: 900px) {
  .ry-kyra-spotlight .ry-ks-grid { grid-template-areas: "intro" "copy" "film"; }
  .ry-kyra-spotlight .ry-ks-film { margin-top: 40px; }
}
@media (max-width: 767px) {
  .ry-kyra-spotlight .ry-ks-grid { grid-template-areas: "intro" "film" "copy"; }
  .ry-kyra-spotlight .ry-ks-film { margin: 8px 0 28px; }
}

/* Separate each fact in the spotlight story for quick reading. */
.ry-kyra-spotlight .ry-ks-story-list { padding-left: 1.2em; margin: 0 0 24px; list-style: disc; }
.ry-kyra-spotlight .ry-ks-story-list > li { padding-left: .25em; margin: 0 0 12px; }
.ry-kyra-spotlight .ry-ks-story-list > .ry-ks-cost { margin: 0; color: var(--color-base-base-dark-100); }

/* Owner-supplied transaction card, floating just over the video corner. */
.ry-kyra-spotlight .ry-ks-transaction { position: absolute; z-index: 3; top: 12px; right: 0; display: block; width: 238px; max-width: 60%; height: auto; border-radius: 14px; box-shadow: 0 10px 30px #231f2326; pointer-events: none; }
@media (max-width: 767px) { .ry-kyra-spotlight .ry-ks-transaction { width: 190px; max-width: 60%; right: 0; top: 12px; border-radius: 12px; } }

/* Desktop: align the player with the title and float the compact quote below-left. */
@media (min-width: 901px) {
  .ry-kyra-spotlight .ry-ks-grid {
    grid-template-areas: "eyebrow ." "title film" "copy film";
    grid-template-rows: auto min-content minmax(0, 1fr);
    align-items: start;
    row-gap: 0;
  }
  .ry-kyra-spotlight .ry-ks-intro { display: contents; }
  .ry-kyra-spotlight .ry-ks-eyebrow {
    grid-area: eyebrow;
    justify-self: start;
    margin-bottom: 20px;
  }
  .ry-kyra-spotlight .ry-ks-intro h2 { grid-area: title; margin: 0 0 20px; }
  .ry-kyra-spotlight .ry-ks-copy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 0;
    padding-bottom: 24px;
  }
  .ry-kyra-spotlight .ry-ks-story-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 0;
    margin: 0 0 24px;
  }
  .ry-kyra-spotlight .ry-ks-story-list > li { margin: 0; }
  .ry-kyra-spotlight .ry-ks-actions { flex-shrink: 0; }
  .ry-kyra-spotlight .ry-ks-film { align-self: start; padding-bottom: 24px; }
  .ry-kyra-spotlight .ry-ks-quote {
    display: flow-root;
    width: 224px;
    max-width: 100%;
    margin: 0;
    padding: 14px;
    border: 1px solid #ffffffd9;
    border-radius: 14px;
    background: #f7f6f5f5;
    box-shadow: 0 12px 30px #231f2324;
    font-size: 13px;
    line-height: 18px;
  }
  .ry-kyra-spotlight .ry-ks-film > .ry-ks-quote {
    position: absolute;
    z-index: 3;
    left: calc(50% - 184px);
    bottom: 0;
  }
  .ry-kyra-spotlight .ry-ks-quote blockquote { display: inline; font-size: 13px; line-height: 18px; }
  .ry-kyra-spotlight .ry-ks-quote figcaption,
  .ry-kyra-spotlight .ry-ks-quote figcaption > div { display: contents; }
  .ry-kyra-spotlight .ry-ks-quote figcaption img,
  .ry-kyra-spotlight .ry-ks-quote figcaption strong { display: none; }
  .ry-kyra-spotlight .ry-ks-quote .ry-ks-stars {
    display: inline-block;
    float: right;
    margin: 0 0 0 8px;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
  }
  .ry-kyra-spotlight .ry-ks-film:has(.ry-ks-player.is-started) > .ry-ks-quote,
  .ry-kyra-spotlight .ry-ks-film:has(.ry-ks-play[hidden]) > .ry-ks-quote {
    visibility: hidden;
    pointer-events: none;
  }
}

/* Center Kyra's primary content on phones only. */
@media (max-width: 767px) {
  #kyra-spotlight .ry-ks-intro,
  #kyra-spotlight .ry-ks-copy { text-align: center; }
  #kyra-spotlight .ry-ks-story,
  #kyra-spotlight .ry-ks-cost,
  #kyra-spotlight .ry-ks-quote { margin-inline: auto; }
  #kyra-spotlight .ry-ks-story-list { padding-inline-start: 0; list-style-position: inside; }
  #kyra-spotlight .ry-ks-story-list > li { padding-inline-start: 0; }
  #kyra-spotlight .ry-ks-actions,
  #kyra-spotlight .ry-ks-quote figcaption { justify-content: center; }
}

/* css/ry-mobile-headings.css */
/* Mobile wrapping only. Font sizes and desktop typography stay untouched. */
@media (max-width: 767px) {
  #ry-hero-title,
  .ry-page-content .ry-section-title,
  #ry-ks-title,
  .ry-steps-section h3,
  #showcase h3,
  #property-types h3,
  .ry-mf-close h2 { text-wrap: balance; }
  .ry-float-content .ry-hero-title-line { display: inline; }
  #ry-steps-title br { display: none; }
  #ry-work-title > span { display: block; }
  #ry-steps-showcase-title > span,
  #reviews .ry-section-title > span,
  #ry-classic-faq-title > span,
  #ry-cases-title > span,
  #ry-app-title > span { display: inline-block; max-width: 100%; text-wrap: balance; }
}

/* css/ry-mobile-layout.css */
/* Mobile-only card sizing and action alignment. Keep heading sizes unchanged. */
@media (max-width: 767px) {
  #three-steps .ry-how-cta-mobile { display: flex; justify-content: center; margin-top: 24px; }
  #reviews .card_testimonial { width: 270px; padding: 14px; gap: 10px; }
  #reviews .testimonial_top-tile { gap: 8px; }
  #reviews .testimonial_top-tile > p { line-height: 1.4; }
  #reviews .testimonial_bottom-tile { gap: 8px; }
  #reviews .ry-review-avatar { width: 32px; height: 32px; }
  #work .ry-work-card { flex-basis: min(68vw, 260px); }
  #work .ry-work-row { gap: 12px; }
  #work .ry-work-wall { gap: 12px; }
  .ry-video-testimonials .ry-vt-grid { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; max-width: 420px; overflow: visible; scroll-snap-type: none; padding-bottom: 0; }
  .vp-mobile-benefits { display: grid; gap: 24px; margin-top: 32px; }
}
