/* Page families compose shared components. */
.rf-demo-grid > *,
.rf-campaign-grid > * {
  min-width: 0;
}
.ct-conversion-form a,
.ct-conversion-support a {
  overflow-wrap: anywhere;
}
.rf-lead {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 24px;
  max-width: 760px;
}
.rf-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.rf-hero-grid > * {
  min-width: 0;
}
.rf-hero-grid h1 {
  max-width: 20ch;
}
.rf-centered {
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}
.rf-centered .rf-lead {
  margin-inline: auto;
}
.rf-centered .ct-actions {
  justify-content: center;
}
.rf-decision {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.rf-decision > div > p {
  margin-top: 24px;
}
.rf-decision > div > .ct-text-link {
  margin-top: 24px;
}
.rf-decision-list > div {
  padding: 24px 0;
  border-top: 1px solid var(--ct-line);
}
.rf-decision-list > p {
  margin-top: 24px;
}
.rf-decision-list > div p {
  font-size: 1.0625rem;
}
.rf-tint {
  background: var(--ct-surface);
}
.rf-plan-link {
  padding-block: 32px;
  border-top: 1px solid var(--ct-line);
}
.rf-plan-link > .ct-container {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.rf-plan-link p {
  font-size: 1rem;
  max-width: 700px;
}
.rf-plan-link a {
  flex-shrink: 0;
}
.rf-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.rf-quote-label {
  font-size: 1rem;
  color: var(--ct-text);
}
.rf-shared-inclusions {
  margin-top: 48px;
}
.rf-shared-inclusions h2 {
  font-size: 1.5rem;
}
.rf-shared-inclusions ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 32px;
}
.rf-shared-inclusions li {
  color: var(--ct-muted);
}
.rf-shared-inclusions p {
  font-size: 1rem;
}
.rf-trial-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--ct-line);
}
.rf-trial-line h3 {
  font-size: 1.25rem;
}
.rf-trial-line p {
  margin-top: 12px;
  font-size: 1rem;
}
.rf-comparison-hero .rf-centered {
  margin-bottom: 0;
  max-width: 1100px;
}
.rf-comparison-hero h1 {
  font-size: clamp(2.25rem, 4.6vw, 4rem);
}
.rf-scroll-hint,
.journal-table-hint {
  font-size: 0.875rem;
  margin: 16px 0 8px;
  color: var(--ct-muted);
}
.rf-source-note {
  padding-top: 24px;
}
.rf-source-note p {
  font-size: 0.875rem;
}
.rf-other-formats {
  margin-top: 32px;
}
.rf-format-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  list-style: none;
}
.rf-format-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
/* Conversion copy remains intact; the form takes precedence over supporting detail. */
.rf-demo-grid,
.rf-campaign-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 40px 64px;
  align-items: start;
}
.ct-conversion-intro {
  grid-column: 1;
  grid-row: 1;
}
.ct-conversion-support {
  grid-column: 1;
  grid-row: 2;
}
.ct-conversion-form {
  grid-column: 2;
  grid-row: 1/span 2;
}
.ct-conversion-form h2 {
  font-size: 1.75rem;
}
.ct-conversion-form > p {
  font-size: 1rem;
}
.ct-conversion-intro h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
}
.ct-conversion-support > .ct-checklist {
  margin-top: 0;
}
.ct-conversion-support > .ct-text-link {
  margin-top: 16px;
}
.rf-demo-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rf-demo-steps li {
  padding: 24px 0;
  border-top: 1px solid var(--ct-line);
}
.rf-demo-steps h2 {
  font-size: 1.25rem;
}
.rf-demo-steps p {
  font-size: 1rem;
  margin-top: 12px;
}
.rf-demo-who {
  margin-top: 32px;
}
.rf-demo-who h2 {
  font-size: 1.5rem;
}
.rf-demo-who p {
  font-size: 1rem;
  margin-top: 16px;
}
.rf-direct-contact,
.rf-campaign-contact {
  border-top: 1px solid var(--ct-line);
  margin-top: 24px;
  padding-top: 24px;
}
.rf-direct-contact p,
.rf-campaign-contact p {
  font-size: 0.875rem;
  margin-top: 0;
}
.rf-campaign-plan {
  margin-top: 24px;
}
.rf-campaign-plan p {
  font-size: 1rem;
}
.rf-format-details {
  display: grid;
  gap: 24px;
}
/* Product directory */
.rf-features-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding-block: var(--ct-section-space);
}
.rf-features-intro .rf-lead {
  margin: 0;
}
.rf-features-index {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding-block: 24px;
  border-block: 1px solid var(--ct-line);
}
.rf-features-index a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.rf-features-copy .ct-text-link {
  margin-top: 24px;
}
.rf-feature-notes {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}
.rf-feature-notes > div {
  padding-top: 24px;
  border-top: 1px solid var(--ct-line);
}
.rf-feature-notes dt {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ct-text);
}
.rf-feature-notes dd {
  color: var(--ct-muted);
  margin-top: 12px;
  font-size: 1rem;
}
.rf-features-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.rf-features-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rf-features-directory {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
}
.rf-features-directory p {
  margin-top: 24px;
}
.rf-features-directory .ct-text-link {
  margin-top: 24px;
}
.rf-features-directory .rf-feature-notes {
  margin-top: 0;
}
.rf-live-visual {
  max-width: 1060px;
  margin-inline: auto;
}
.rf-organizer-visual {
  max-width: 1120px;
  margin-inline: auto;
}
.rf-features-columns + .ct-text-link {
  margin-top: 32px;
}
/* Editorial: a light reading surface within the shared dark brand shell. */
.journal {
  width: min(var(--ct-width), calc(100% - var(--ct-gutter)*2));
  margin-inline: auto;
  padding-block: var(--ct-section-space);
}
.journal-article {
  max-width: var(--ct-reading-width);
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.7;
}
.journal-article > header {
  margin-bottom: 40px;
}
.journal-article h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.15;
  margin-top: 24px;
}
.journal-deck {
  margin-top: 24px;
  font-size: 1.125rem;
}
.journal-meta {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.journal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.875rem;
}
.journal-notice {
  border-left: 3px solid var(--ct-link);
  padding: 16px 24px;
  background: var(--ct-surface);
  margin-top: 24px;
  font-size: 1rem;
}
.ct-prose {
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.ct-prose p {
  font-size: inherit;
  line-height: inherit;
  color: var(--ct-text);
}
.ct-prose p + p {
  margin-top: 24px;
}
.ct-prose :is(h2, h3, h4, h5, h6) {
  margin-top: 48px;
  margin-bottom: 24px;
  line-height: 1.25;
}
.ct-prose h2 {
  font-size: 2rem;
}
.ct-prose h3 {
  font-size: 1.5rem;
}
.ct-prose h4 {
  font-size: 1.25rem;
}
.ct-prose :is(ul, ol) {
  margin-block: 24px;
  padding-left: 26px;
}
.ct-prose li + li {
  margin-top: 12px;
}
.ct-prose figure {
  margin-block: 32px;
}
.ct-prose blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  border-left: 3px solid var(--ct-link);
  background: var(--ct-surface);
}
.ct-prose table {
  font-size: 1rem;
}
.ct-prose img {
  height: auto;
}
.journal-toc {
  padding: 24px 28px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: var(--ct-surface);
  margin-bottom: 40px;
}
.journal-toc > p {
  font-size: 1rem;
  color: var(--ct-text);
  font-weight: 600;
}
.journal-toc ol {
  padding-left: 22px;
  margin: 16px 0 0;
}
.journal-toc li {
  font-size: 1rem;
  margin-top: 8px;
}
.journal-product,
.journal-editorial,
.journal-sources {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--ct-line);
}
.journal-product p,
.journal-editorial p,
.journal-sources li,
.journal-sources p {
  font-size: 1rem;
}
.journal-sources h2 {
  font-size: 1.5rem;
}
.journal-sources ul {
  padding-left: 22px;
}
.journal-sources li + li {
  margin-top: 8px;
}
.journal-related {
  margin-top: 64px;
  border-top: 1px solid var(--ct-line);
  padding-top: 48px;
}
.journal-related > h2 {
  font-size: 2rem;
}
.journal-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.journal-list li {
  padding-top: 24px;
  border-top: 1px solid var(--ct-line);
  min-width: 0;
}
.journal-list h2 {
  font-size: 1.4rem;
  line-height: 1.35;
}
.journal-list h2 a {
  text-decoration: none;
  color: var(--ct-text);
}
.journal-list p {
  margin-top: 16px;
  font-size: 1rem;
}
.journal-archive-header {
  max-width: 1000px;
}
.journal-archive-header > p {
  margin-top: 24px;
  max-width: 760px;
}
.journal-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 32px;
}
.journal-topics a {
  padding: 8px 0;
  font-size: 1rem;
}
.journal-policy-link {
  font-size: 0.875rem;
}
/* Imported legal and utility wrappers now have explicit family layouts. */
.ct-page--document main {
  padding-block: var(--ct-section-space);
}
.ct-page--document main > .load-first {
  margin-bottom: 40px;
}
.ct-page--document .article,
.ct-page--document .links-to-other-pages {
  max-width: var(--ct-reading-width);
  margin-inline: auto;
  font-size: 18px;
}
.ct-page--document .text-center {
  text-align: center;
}
.ct-page--document .text-center img {
  margin: 24px auto 0;
}
.ct-document-links {
  padding: 24px;
  background: var(--ct-surface);
  border-radius: var(--ct-radius);
  margin-bottom: 40px;
}
.ct-document-links h4 {
  margin-bottom: 16px;
}
.ct-document-links a {
  display: inline-block;
  margin: 0 20px 12px 0;
  font-size: 1rem;
}
.ct-page--document .journal {
  padding-block: 0;
}
.ct-page--document .journal-article > h1 {
  margin-bottom: 32px;
}
.ct-page--document .journal-article > h2 {
  font-size: 1.75rem;
  margin: 40px 0 24px;
}
.ct-page--document .journal-article > p {
  margin-top: 24px;
}
.ct-page--utility main > .load-first,
.ct-page--utility main > .load-second {
  padding-block: var(--ct-section-space);
}
.ct-page--utility form[action='/search'] {
  display: flex;
  gap: 16px;
  max-width: 760px;
  margin-top: 32px;
}
.ct-page--utility form[action='/search'] input[type='search'] {
  flex: 1;
}
#search-results {
  max-width: 900px;
  margin-top: 32px;
}
.ct-search-result {
  padding: 24px 0;
  border-bottom: 1px solid var(--ct-line);
}
.ct-search-result > a {
  font-size: 1.5rem;
}
.ct-search-result p {
  font-size: 1rem;
  margin-top: 16px;
}
/* Historical canonical aliases retain their content and destinations. */
.rf-showcase {
  padding-block: var(--ct-section-space);
}
.rf-showcase-copy {
  max-width: 1000px;
}
.rf-device-stage {
  margin-top: 40px;
}
.rf-plan-facts {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-block: 32px;
  border-bottom: 1px solid var(--ct-line);
}
.rf-plan-facts p {
  font-size: 1rem;
}
.rf-product-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.rf-product-chapter > div {
  padding-top: 24px;
}
.rf-product-chapter p {
  margin-top: 16px;
}
.rf-format-rows {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}
.rf-format-rows a {
  display: block;
}
.rf-format-rows span {
  display: block;
}
.rf-video {
  margin-top: 48px;
}
.rf-video-frame {
  aspect-ratio: 16/9;
  margin-top: 24px;
}
.rf-video-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.ct-gallery-theme .ct-card-grid {
  margin-block: 40px;
}
.ct-gallery-theme .ct-faq {
  max-width: 800px;
  margin-top: 40px;
}
.ct-gallery .ct-section > div > p {
  margin-top: 24px;
}
.ct-gallery #forms .ct-card-grid {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .rf-hero-grid,
  .rf-decision,
  .rf-features-intro,
  .rf-features-directory {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rf-hero-grid h1 {
    max-width: 24ch;
  }
  .rf-hero-grid .ct-product-figure {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
  }
  .rf-demo-grid,
  .rf-campaign-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ct-conversion-intro,
  .ct-conversion-form,
  .ct-conversion-support {
    grid-column: auto;
    grid-row: auto;
  }
  .ct-conversion-support {
    order: 3;
  }
  .ct-conversion-form {
    width: 100%;
    max-width: 680px;
  }
  .rf-features-three {
    grid-template-columns: 1fr 1fr;
  }
  .journal-list {
    grid-template-columns: 1fr 1fr;
  }
  .rf-features-columns {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .rf-lead {
    font-size: 1.125rem;
  }
  .rf-hero-grid,
  .rf-decision,
  .rf-features-intro,
  .rf-features-directory {
    gap: 32px;
  }
  .rf-hero-grid h1 br {
    display: none;
  }
  .rf-plans,
  .rf-features-columns,
  .rf-features-three,
  .rf-product-pair,
  .journal-list {
    grid-template-columns: 1fr;
  }
  .rf-centered {
    text-align: left;
    margin-bottom: 32px;
  }
  .rf-centered .ct-actions {
    justify-content: flex-start;
  }
  .rf-centered .rf-lead {
    margin-inline: 0;
  }
  .rf-shared-inclusions ul {
    grid-template-columns: 1fr;
  }
  .rf-trial-line,
  .rf-plan-link > .ct-container,
  .rf-plan-facts {
    display: block;
  }
  .rf-trial-line a,
  .rf-plan-link a {
    margin-top: 16px;
  }
  .rf-features-index {
    gap: 8px 24px;
  }
  .ct-conversion-intro h1 {
    font-size: var(--ct-title);
  }
  .journal-article h1 {
    font-size: clamp(2rem, 7.5vw, 3rem);
  }
  .ct-prose h2 {
    font-size: 1.75rem;
  }
  .journal-toc {
    padding: 24px;
  }
  .ct-page--utility form[action='/search'] {
    flex-direction: column;
  }
  .rf-features-columns .rf-feature-notes {
    margin-top: 0;
  }
}

/* Approved homepage composition, using shared components and tokens. */
.ct-page--home h1 {
  font-size: var(--ct-display);
  line-height: 1.06;
}
.ct-page--home main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.ct-page--home .home-hero-lead {
  margin-top: 24px;
}
.ct-page--home .home-feature-copy p {
  margin-top: 24px;
}
.ct-page--home .home-plan p {
  margin-top: 12px;
  font-size: 1rem;
}
.ct-page--home .home-plan .ct-button {
  margin-top: 28px;
  min-width: 180px;
}
.ct-page--home .home-plan .home-icon {
  margin: 0 auto 24px;
  color: var(--ct-link);
  width: 36px;
  height: 36px;
}
.ct-page--home .home-faq-layout > div:first-child .ct-text-link {
  margin-top: 24px;
}
.ct-page--home .home-hero {
  padding-top: 64px;
  background: radial-gradient(ellipse at 72% 70%, #183b5726, transparent 65%);
}
.ct-page--home .home-hero-lead {
  margin-top: 24px;
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.4;
}
.ct-page--home .home-browser-note {
  margin-top: 12px;
  color: var(--ct-muted);
  font-size: 1rem;
}
.ct-page--home .home-hero .home-actions {
  margin-top: 32px;
}
.ct-page--home .home-hero-reassurance {
  margin-top: 24px;
  font-size: 1rem;
}
.ct-page--home .home-hero-reassurance span {
  font-size: 0.875rem;
  color: #939fac;
}
.ct-page--home .home-hero-visual {
  max-width: 1080px;
  margin: 32px auto 0;
}
.ct-page--home .home-hero-visual img {
  width: 100%;
}
.ct-page--home .home-agenda-screens {
  display: grid;
  grid-template-columns: 3.25fr 1fr;
  gap: 24px;
  align-items: center;
}
.ct-page--home .home-browser-frame {
  border: 1px solid #526171;
  border-radius: 14px;
  overflow: hidden;
  background: #f7fafc;
  box-shadow: 0 24px 48px #0004;
}
.ct-page--home .home-browser-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 16px;
  background: #e9edf2;
  color: #526171;
  font-size: 12px;
  line-height: 1.4;
}
.ct-page--home .home-window-dots {
  color: #a1aab5;
  font-size: 9px;
  letter-spacing: 2px;
}
.ct-page--home .home-mobile-frame {
  border: 6px solid #202832;
  border-radius: 26px;
  overflow: hidden;
  background: #f7fafc;
  box-shadow:
    0 0 0 1px #526171,
    0 24px 48px #0004;
}
.ct-page--home .home-mobile-bar {
  padding: 12px 4px;
  background: #e9edf2;
  color: #526171;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
}
.ct-page--home .home-agenda-capture figcaption {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8125rem;
}
.ct-page--home .home-agenda-capture figcaption a {
  display: inline-block;
  padding-block: 8px;
  color: var(--ct-muted);
}
.ct-page--home .home-proof-heading {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--ct-muted);
  text-align: center;
}
.ct-page--home .home-proof-heading::before,
.ct-page--home .home-proof-heading::after {
  content: '';
  height: 1px;
  flex: 1;
  background: var(--ct-line);
}
.ct-page--home .home-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
  margin-top: 36px;
}
.ct-page--home .home-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.ct-page--home .home-logo-surface {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 104px;
  border-radius: 8px;
}
.ct-page--home .home-logo-light {
  background: #fff;
  padding: 12px;
}
.ct-page--home .home-logo-arm {
  width: 104px;
}
.ct-page--home .home-logo-arm img {
  width: 80px;
}
.ct-page--home .home-logo-woc img {
  width: 80px;
}
.ct-page--home .home-logo-solera img {
  width: 185px;
}
.ct-page--home .home-logo-slac img {
  width: 108px;
}
.ct-page--home .home-logo-rna img {
  width: 200px;
}
.ct-page--home .home-events {
  text-align: center;
  margin-top: 36px;
}
.ct-page--home .home-events p {
  font-size: 0.875rem;
}
.ct-page--home .home-events ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 32px;
  margin-top: 8px;
}
.ct-page--home .home-events a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 0.9375rem;
}

.ct-page--home .home-video-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 64px;
  padding: 48px;
  background: linear-gradient(120deg, #162331, #101820);
  border: 1px solid #2b3948;
  border-radius: 20px;
}
.ct-page--home .home-video-copy p {
  margin-top: 24px;
  max-width: 350px;
}
.ct-page--home .home-video-copy .home-text-link {
  margin-top: 24px;
}
.ct-page--home .home-video {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #05080c;
}
.ct-page--home .home-video-poster {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #fff;
  background: #05080c;
}
.ct-page--home .home-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ct-page--home .home-video-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, #000b);
}
.ct-page--home .home-video-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ct-action);
  box-shadow: 0 4px 24px #0004;
}
.ct-page--home .home-video-play svg {
  width: 27px;
  height: 27px;
  margin-left: 2px;
}
.ct-page--home .home-video-label {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 4px #000;
}
.ct-page--home .home-video-poster:focus-visible {
  outline-offset: -5px;
}
.ct-page--home .home-video-player,
.ct-page--home .home-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.ct-page--home .home-feature-copy p {
  margin-top: 24px;
  max-width: 440px;
}
.ct-page--home .home-feature-copy > .home-text-link {
  margin-top: 24px;
}
.ct-page--home .home-feature-reverse {
  grid-template-columns: 1.18fr 0.82fr;
}
.ct-page--home .home-feature-reverse .home-feature-copy {
  grid-column: 2;
  grid-row: 1;
}
.ct-page--home .home-feature-reverse .home-product-visual {
  grid-column: 1;
  grid-row: 1;
}
.ct-page--home .home-product-visual img {
  width: 100%;
}
.ct-page--home .home-screen {
  overflow: hidden;
  border: 1px solid #475361;
  border-radius: 12px;
  box-shadow: 0 24px 64px #0004;
}
.ct-page--home .home-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.ct-page--home .home-formats li + li::before {
  content: '·';
  margin-right: 10px;
  color: var(--ct-muted);
}
.ct-page--home .home-formats a {
  color: var(--ct-muted);
  display: inline-block;
  padding-block: 8px;
}
.ct-page--home .home-tool-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}
.ct-page--home .home-tool-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
}
.ct-page--home .home-tool-list svg,
.ct-page--home .home-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #c3ceda;
}
.ct-page--home .home-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--ct-line);
}
.ct-page--home .home-capabilities .home-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
}
.ct-page--home .home-capabilities h3 {
  margin-bottom: 12px;
}
.ct-page--home .home-capabilities p {
  font-size: 1rem;
}
.ct-page--home .home-capabilities .home-text-link {
  margin-top: 16px;
  font-size: 0.9375rem;
}

.ct-page--home .home-pricing {
  background: linear-gradient(180deg, transparent, #14203455, transparent);
  text-align: center;
}
.ct-page--home .home-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 40px auto 0;
}
.ct-page--home .home-plan-highlight {
  border-color: #4096ff;
  background: linear-gradient(140deg, #102842, #10171f 65%);
}
.ct-page--home .home-plan .home-icon {
  color: var(--ct-link);
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.ct-page--home .home-plan-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
  margin-top: 32px;
  color: var(--ct-muted);
}
.ct-page--home .home-plan-benefits li::before {
  content: '✓';
  color: var(--ct-link);
  margin-right: 10px;
}
.ct-page--home .home-fees {
  margin-top: 32px;
}
.ct-page--home .home-fees p {
  font-size: 1rem;
}
.ct-page--home .home-fees p:first-child {
  color: var(--ct-text);
}
.ct-page--home .home-fees .home-text-link {
  margin-top: 16px;
}
.ct-page--home .home-comparisons h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
}
.ct-page--home .home-comparisons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin-top: 24px;
}
.ct-page--home .home-comparisons a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}
.ct-page--home .home-closing {
  background: radial-gradient(ellipse at 50% 0, #103f70, #0b1c30 65%, #0b1015);
  text-align: center;
}
.ct-page--home .home-closing h2 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
}
.ct-page--home .home-closing .home-actions {
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 1100px) {
  .ct-page--home .home-logos {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .ct-page--home .home-feature-reverse .home-feature-copy,
  .ct-page--home .home-feature-reverse .home-product-visual {
    grid-column: auto;
    grid-row: auto;
  }
  .ct-page--home .home-feature-copy p {
    max-width: 580px;
  }
  .ct-page--home .home-video-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .ct-page--home .home-video-copy p {
    max-width: none;
  }
  .ct-page--home .home-capabilities {
    gap: 28px;
  }
  .ct-page--home .home-capabilities h3 {
    font-size: 1.25rem;
  }
  .ct-page--home .home-logos {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 32px;
    max-width: 680px;
    margin-inline: auto;
  }
  .ct-page--home .home-logos li {
    grid-column: span 2;
  }
  .ct-page--home .home-logos li:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .ct-page--home .home-logos li:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .ct-page--home .home-logo-solera {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .ct-page--home .home-hero {
    padding-top: 40px;
  }
  .ct-page--home .home-hero-lead {
    font-size: 1.25rem;
    margin-top: 24px;
  }
  .ct-page--home .home-browser-note {
    font-size: 0.9375rem;
    max-width: 320px;
  }
  .ct-page--home .home-hero-visual {
    margin-top: 24px;
  }
  .ct-page--home .home-agenda-screens {
    grid-template-columns: 1fr;
  }
  .ct-page--home .home-mobile-frame {
    display: none;
  }
  .ct-page--home .home-agenda-capture {
    max-width: 390px;
    margin-inline: auto;
  }
  .ct-page--home .home-proof-heading {
    gap: 16px;
    font-size: 0.9375rem;
  }
  .ct-page--home .home-proof-heading span {
    max-width: 240px;
  }
  .ct-page--home .home-logos {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }
  .ct-page--home .home-logos li,
  .ct-page--home .home-logos li:nth-child(4) {
    grid-column: auto;
  }
  .ct-page--home .home-logos li:nth-child(5) {
    grid-column: 1 / -1;
  }
  .ct-page--home .home-logo-rna {
    max-width: 220px;
  }
  .ct-page--home .home-logo-solera {
    min-height: 96px;
    padding: 10px;
  }
  .ct-page--home .home-events {
    margin-top: 24px;
  }
  .ct-page--home .home-events ul {
    gap: 0 16px;
  }
  .ct-page--home .home-video-card {
    padding: 24px;
    border-radius: 16px;
    gap: 28px;
  }
  .ct-page--home .home-video-copy .home-text-link {
    margin-top: 16px;
  }
  .ct-page--home .home-video-label {
    bottom: 10px;
    font-size: 0.75rem;
  }
  .ct-page--home .home-video-play {
    width: 48px;
    height: 48px;
  }
  .ct-page--home .home-capabilities {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
  }
  .ct-page--home .home-capabilities article + article {
    padding-top: 32px;
    border-top: 1px solid var(--ct-line);
  }
  .ct-page--home .home-capabilities h3 {
    font-size: 1.5rem;
  }
  .ct-page--home .home-capabilities .home-icon {
    margin-bottom: 16px;
  }
  .ct-page--home .home-plans {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .ct-page--home .home-plan-benefits {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .ct-page--home .home-fees p {
    font-size: 0.9375rem;
  }
  .ct-page--home .home-comparisons ul {
    justify-content: flex-start;
    gap: 8px 24px;
  }
  .ct-page--home .home-closing h2 {
    font-size: clamp(2.2rem, 8vw, 3rem);
  }
}

@media (max-width: 767px) {
  .ct-page--home h1 {
    font-size: var(--ct-display);
    line-height: 1.1;
  }
  .ct-page--home h1 br {
    display: none;
  }
}
