:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  background: #f3f1ec;
  color: #20272d;
  --paper: #f3f1ec;
  --ink: #20272d;
  --muted: #555b5e;
  --blue: #0867ce;
  --blue-light: #63abff;
  --charcoal: #22282d;
  --line: #ccc8bf;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 1rem;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
button,
summary {
  font: inherit;
}
a {
  color: var(--blue);
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ac6021;
  outline-offset: 5px;
}
[id] {
  scroll-margin-top: 1rem;
}
p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3 {
  margin: 0 0 1.1rem;
  line-height: 1.12;
  font-weight: 750;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 {
  font-size: clamp(3rem, 4.45vw, 4.55rem);
  line-height: 1.02;
}
h2 {
  font-size: clamp(1.9rem, 2.9vw, 2.8rem);
}
h3 {
  font-size: 1.22rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
strong {
  font-weight: 700;
}
.container {
  width: min(1220px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 64px;
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lead {
  font-size: 1.08rem;
  line-height: 1.55;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 5;
  padding: 12px 20px;
  background: var(--paper);
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: var(--charcoal);
  color: var(--paper);
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
}
.wordmark {
  color: inherit;
  font-size: clamp(1.65rem, 2.3vw, 2.05rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.07em;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  color: var(--blue-light);
}
.site-header .header-logo {
  display: block;
  width: 318px;
  height: auto;
  translate: -4.8315px 0;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.nav-links a {
  color: var(--paper);
  text-decoration: none;
  padding-block: 12px;
}
.nav-links a:hover {
  text-decoration: underline;
}
.availability {
  padding-block: 7px;
  background: #30363b;
  color: #d8d7d2;
  font-size: 0.75rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 13px 25px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  color: #fff;
  background: var(--blue);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.site-header .button[href="https://auth.logicwarestudio.com/onboarding"],
#hero .button[href="https://auth.logicwarestudio.com/onboarding"],
#trust .button[href="https://auth.logicwarestudio.com/onboarding"] {
  background-image: linear-gradient(
    180deg,
    #007ac7 0%,
    #0867ce 50%,
    #0645ad 100%
  );
}
.button-small {
  min-height: 44px;
  padding: 10px 21px;
  font-size: 0.875rem;
}
.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: #424b51;
}
.button-outline:hover {
  background: #e5e2db;
  text-decoration: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.nav-unavailable,
.text-unavailable {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 8px 0;
  text-align: left;
  line-height: 1.55;
}
.nav-unavailable {
  font-size: inherit;
  color: #c5c8c8;
}
.availability-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
}
.hero {
  width: min(1380px, calc(100% - 80px));
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  gap: 42px;
  align-items: center;
  padding-block: 58px 62px;
}
.hero-background {
  background: #f2f2ed url("./assets/guided-intake-hero-technical-paper.png")
    center / cover no-repeat;
}
.hero-copy {
  min-width: 0;
  /* Preserve CTA and preview positions after removing the trial notice. */
  padding-bottom: calc(9px + 1.2rem);
}
.hero-copy > p:not(.eyebrow):not(.availability-note) {
  max-width: 51ch;
  font-size: 1rem;
  line-height: 1.55;
}
.hero-copy > .hero-support {
  margin-bottom: 0.75rem;
}
.hero-headline + .hero-support {
  /* Use the headline's reserved lower space without changing its composition. */
  margin-top: -3rem;
}
.hero-support:has(+ .actions) {
  margin-bottom: 0;
}
.hero-support strong {
  white-space: nowrap;
}
.hero h1 {
  margin-bottom: 23px;
}
.headline-accent {
  color: var(--blue);
  display: block;
}
.hero .hero-headline {
  display: grid;
  height: 3.06em;
  grid-template-rows: 0.816em 0.48em 0.816em;
  align-content: start;
}
.hero-headline > span {
  white-space: nowrap;
  letter-spacing: -0.045em;
}
.hero-headline .headline-primary,
.hero-headline .headline-accent {
  font-size: 0.8em;
}
.hero-headline .headline-connector {
  align-self: center;
  width: 84%;
  font-size: 0.48em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  translate: 0 6px;
}
.hero-headline .headline-accent {
  margin-inline-start: 42%;
}
.benefits {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.2fr;
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  gap: 16px;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}
.benefits li {
  border-left: 2px solid #a2998a;
  padding-left: 11px;
}
.hero-placeholder {
  margin: 0;
  min-width: 0;
}
.placeholder-pair {
  position: relative;
  padding: 20px 0 60px;
  min-height: 405px;
}
.placeholder-slot {
  display: flex;
  flex-direction: column;
  border: 1px solid #a8aaab;
  border-radius: 2px;
  background: #e6e4df;
  color: #3b444b;
  box-shadow: 0 18px 35px -18px #242b2f66;
}
.placeholder-label {
  padding: 16px 22px;
  color: #4f575c;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.placeholder-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 30px;
}
.placeholder-description strong {
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.025em;
}
.placeholder-description > span {
  margin-top: 7px;
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 25ch;
}
.intake-slot .placeholder-description {
  padding-right: 34%;
}
.intake-slot {
  width: calc(100% - 70px);
  min-height: 330px;
}
.report-slot {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 34%;
  min-height: 272px;
  transform: rotate(2deg);
  background: #faf8f3;
  border-color: #c0bcb3;
  box-shadow: 0 14px 26px -12px #20272d66;
}
.report-slot .placeholder-label {
  padding: 15px;
  font-size: 0.6rem;
}
.report-slot .placeholder-description {
  padding: 20px 15px 32px;
}
.report-slot .placeholder-description strong {
  font-size: 1rem;
}
.report-slot .placeholder-description > span {
  font-size: 0.7rem;
}
.hero-placeholder figcaption {
  margin-top: 18px;
  font-size: 0.7rem;
  color: var(--muted);
  line-height: 1.55;
}
.hero-placeholder figcaption strong {
  margin-right: 8px;
  font-weight: 650;
}
.hero-placeholder figcaption span {
  display: inline;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.split > * {
  min-width: 0;
}
.section-copy {
  padding-top: 34px;
}
.problem-section {
  background: var(--charcoal);
  color: #f5f3ee;
  border-top: 4px solid var(--blue);
  padding-block: 44px;
}
.problem-section h2 {
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
}
.problem-section .eyebrow {
  color: var(--blue-light);
}
.problem-section .section-copy {
  color: #d3d5d5;
  padding-top: 30px;
  font-size: 0.97rem;
}
#how-it-works > h2 {
  font-size: 2.1rem;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.steps li {
  border-top: 1px solid #aaa9a3;
  padding: 20px 0 0 39px;
  position: relative;
}
.steps h3 {
  margin-bottom: 11px;
}
.steps p {
  color: var(--muted);
  font-size: 0.94rem;
}
.step-number {
  position: absolute;
  left: 0;
  top: 22px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 750;
}
.output-section {
  background: #e6e2da;
  padding-block: 50px;
}
.output-grid {
  align-items: center;
  grid-template-columns: 1.05fr 1fr;
}
.output-grid h2 {
  max-width: 22ch;
}
.output-grid > div > p:last-child {
  max-width: 44ch;
}
.report-placeholder {
  display: grid;
  place-content: center;
  width: min(100%, 355px);
  min-height: 398px;
  margin: 0 auto;
  padding: 36px;
  background: #faf8f3;
  border: 1px solid #c6c0b5;
  box-shadow: 0 18px 30px -22px #38332c66;
  text-align: center;
}
.report-placeholder figcaption {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
}
.report-placeholder figcaption strong {
  display: block;
  color: #41474a;
  font-size: 1rem;
  margin-bottom: 9px;
}
.shop-fit {
  display: grid;
  grid-template-columns: 0.36fr 1fr;
  column-gap: 70px;
}
.shop-fit .eyebrow {
  grid-column: 1;
  grid-row: 1 / 3;
  padding-top: 7px;
}
.shop-fit h2,
.shop-fit > p:last-child {
  grid-column: 2;
}
.shop-fit h2 {
  font-size: clamp(1.8rem, 2.55vw, 2.35rem);
}
.shop-fit > p:last-child {
  max-width: 72ch;
  color: var(--muted);
}
.price {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.1;
  margin-bottom: 20px;
}
.price-amount {
  color: var(--ink);
  font-size: 3.65rem;
  letter-spacing: -0.05em;
}
.price-basis {
  display: block;
  margin-top: 9px;
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.5;
  letter-spacing: 0;
}
#trust .split {
  grid-template-columns: 0.95fr 1.05fr;
}
#trust h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
}
#trust .section-copy {
  padding-top: 0;
  font-size: 0.94rem;
}
.notice {
  padding-left: 12px;
  border-left: 2px solid #978b7b;
  color: var(--muted);
  font-size: 0.82rem;
}
.trust-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  font-size: 0.8rem;
}
.trust-links button {
  font-size: inherit;
}
.demo-section {
  background: #e6e2da;
  padding-block: 45px;
}
.demo-section .split {
  align-items: center;
}
.demo-section h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
}
.demo-section .split > div:first-child > p:last-child {
  font-size: 0.95rem;
  max-width: 48ch;
}
.demo-placeholder {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  background: #30363b;
  color: #d5d7d7;
  border: 1px solid #464c50;
}
.demo-placeholder .eyebrow {
  color: #bfc5c8;
  font-size: 0.65rem;
}
.demo-placeholder > p:last-child {
  font-size: 0.75rem;
  margin-top: 13px;
}
.button-secondary {
  background: transparent;
  border-color: #a4b3bf;
  color: #f3f1ec;
}
.site-footer {
  background: var(--charcoal);
  color: #d1d4d5;
  padding-block: 30px 20px;
  font-size: 0.8rem;
  line-height: 1.55;
}
.footer-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}
.footer-heading .wordmark {
  color: var(--paper);
  font-size: 1.65rem;
}
.footer-heading .footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}
.footer-heading p {
  font-size: 0.75rem;
}
.footer-information {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.site-footer h2 {
  font-size: 0.82rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #f3f1ec;
  margin-bottom: 9px;
}
.footer-block p {
  max-width: 32ch;
  margin-bottom: 10px;
}
.site-footer a {
  color: #bdcfe0;
}
.footer-block a {
  overflow-wrap: anywhere;
}
.legal-links {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}
.legal-links button {
  padding: 0 0 7px;
  font-size: 0.78rem;
  color: #c4c7c8;
}
#legal-status {
  font-size: 0.72rem;
  color: #b8bfc2;
}
.compatibility {
  border-top: 1px solid #4a5054;
  margin-top: 23px;
}
.compatibility summary {
  padding-block: 17px;
  color: #e3e6e7;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 650;
}
.compatibility summary::marker {
  color: var(--blue-light);
}
.compatibility-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 45px;
  padding: 3px 0 20px;
}
.compatibility-grid ul {
  margin: 0;
  padding-left: 18px;
}
.compatibility-grid li + li {
  margin-top: 8px;
}
.requirements-note {
  color: #b8bfc2;
  font-size: 0.73rem;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 25px;
  padding-top: 13px;
  border-top: 1px solid #4a5054;
  font-size: 0.73rem;
}
.footer-nav a {
  padding-block: 8px;
}
@media (min-width: 1600px) {
  .placeholder-pair {
    min-height: 470px;
  }
  .intake-slot {
    min-height: 380px;
  }
  .report-slot {
    min-height: 310px;
  }
}
@media (max-width: 1100px) {
  .container,
  .hero {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 30px;
    grid-template-columns: 1fr 1.05fr;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 4.6vw, 3.7rem);
  }
  .split,
  .shop-fit {
    gap: 36px;
  }
  .nav-links {
    gap: 20px;
  }
  .intake-slot {
    width: calc(100% - 40px);
    min-height: 295px;
  }
  .report-slot {
    width: 39%;
    min-height: 235px;
  }
  .placeholder-pair {
    min-height: 370px;
  }
  .benefits {
    gap: 10px;
    font-size: 0.76rem;
  }
  .steps {
    gap: 26px;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px 45px;
  }
  .hero-copy {
    max-width: 700px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 6.8vw, 4rem);
    max-width: 19ch;
  }
  .hero-copy > p:not(.eyebrow):not(.availability-note) {
    max-width: 63ch;
  }
  .benefits {
    max-width: 510px;
    font-size: 0.83rem;
  }
  .hero-placeholder {
    width: min(100%, 740px);
  }
  .placeholder-pair {
    min-height: 400px;
  }
  .intake-slot {
    min-height: 325px;
    width: calc(100% - 85px);
  }
  .report-slot {
    width: 31%;
    min-height: 265px;
  }
  .section {
    padding-block: 48px;
  }
  .problem-section {
    padding-block: 34px;
  }
  .problem-section .section-copy {
    padding-top: 29px;
    font-size: 0.9rem;
  }
  .steps {
    gap: 20px;
  }
  .steps li {
    padding-left: 0;
    padding-top: 45px;
  }
  .step-number {
    top: 15px;
  }
  .steps h3 {
    font-size: 1.08rem;
  }
  .steps p {
    font-size: 0.9rem;
  }
  .shop-fit {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .shop-fit .eyebrow,
  .shop-fit h2,
  .shop-fit > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-information {
    gap: 25px;
  }
}
@media (max-width: 680px) {
  .container,
  .hero {
    width: calc(100% - 36px);
  }
  .navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding-block: 18px;
  }
  .wordmark {
    font-size: 1.85rem;
  }
  .nav-links {
    gap: 8px 15px;
    width: 100%;
    font-size: 0.79rem;
  }
  .nav-links a {
    display: inline-block;
    padding-block: 10px;
  }
  .button-small {
    font-size: 0.78rem;
    min-height: 42px;
    padding: 9px 16px;
  }
  .availability {
    font-size: 0.7rem;
  }
  .hero {
    padding-block: 34px 37px;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 8.2vw, 3.5rem);
  }
  .hero-copy > p:not(.eyebrow):not(.availability-note) {
    font-size: 0.94rem;
  }
  .benefits {
    font-size: 0.73rem;
    gap: 9px;
    margin-top: 22px;
  }
  .benefits li {
    padding-left: 8px;
  }
  .actions {
    gap: 11px;
    margin-top: 24px;
  }
  .button {
    padding: 12px 18px;
    font-size: 0.85rem;
  }
  .button-small {
    padding: 9px 16px;
    font-size: 0.78rem;
  }
  .placeholder-pair {
    min-height: 290px;
    padding-top: 8px;
    padding-bottom: 50px;
  }
  .intake-slot {
    min-height: 245px;
    width: calc(100% - 43px);
  }
  .placeholder-label {
    padding: 13px 16px;
    font-size: 0.6rem;
  }
  .placeholder-description {
    padding: 20px 36px 35px 15px;
  }
  .placeholder-description strong {
    font-size: 1rem;
  }
  .placeholder-description > span {
    font-size: 0.66rem;
  }
  .report-slot {
    min-height: 208px;
    width: 37%;
    right: 4px;
  }
  .report-slot .placeholder-label {
    padding: 12px 10px;
    font-size: 0.52rem;
  }
  .report-slot .placeholder-description {
    padding: 12px 10px 22px;
  }
  .report-slot .placeholder-description strong {
    font-size: 0.85rem;
  }
  .report-slot .placeholder-description > span {
    font-size: 0.62rem;
  }
  .hero-placeholder figcaption {
    margin-top: 14px;
    font-size: 0.65rem;
  }
  .split,
  .output-grid,
  #trust .split,
  .compatibility-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .section-copy,
  .problem-section .section-copy {
    padding-top: 0;
  }
  .problem-section h2 {
    font-size: 1.85rem;
  }
  .problem-section .section-copy {
    font-size: 0.94rem;
  }
  .section {
    padding-block: 39px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 24px;
  }
  .steps li {
    padding-left: 35px;
    padding-top: 18px;
  }
  .step-number {
    top: 20px;
  }
  .steps h3 {
    font-size: 1.15rem;
  }
  .output-grid h2 {
    max-width: 26ch;
  }
  .report-placeholder {
    min-height: 340px;
    width: min(85%, 320px);
    margin-top: 6px;
  }
  .shop-fit h2 {
    font-size: 1.95rem;
  }
  .shop-fit > p:last-child {
    font-size: 0.94rem;
  }

  .price-amount {
    font-size: 3.4rem;
  }
  .demo-placeholder {
    min-height: 210px;
  }

  .footer-information {
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
  .footer-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .footer-heading .wordmark {
    font-size: 1.6rem;
  }
  .compatibility-grid {
    gap: 18px;
  }
  .footer-nav {
    column-gap: 22px;
  }
}
@media (max-width: 380px) {
  .nav-links {
    gap: 7px 17px;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .benefits li:last-child {
    grid-column: 1 / -1;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .actions .button {
    padding-inline: 15px;
    font-size: 0.8rem;
  }
  .report-slot {
    width: 39%;
  }
  .footer-information {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* One page scroll; the offer is bounded by the product story, before the footer. */
.product-journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 40px;
  padding-block: 40px;
  align-items: start;
}
.offer-rail {
  position: relative;
  isolation: isolate;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
/* Paint the rail into the existing gutters without resizing either column. */
.offer-rail::before {
  content: "";
  position: absolute;
  inset: -40px -20px;
  z-index: -1;
  pointer-events: none;
  background: var(--charcoal);
}
.offer-sticky-track {
  flex: 1;
}
.offer-card {
  position: sticky;
  top: 16px;
  min-width: 0;
  padding: 22px;
  border-top: 4px solid var(--blue);
  background: #faf8f3;
}
/* Faint crossed grain on the two light paper surfaces; keep their base colors. */
body,
.offer-card {
  background-image:
    repeating-linear-gradient(
      17deg,
      rgb(72 62 45 / 1%) 0 1px,
      transparent 1px 4px
    ),
    repeating-linear-gradient(
      113deg,
      rgb(72 62 45 / 0.7%) 0 1px,
      transparent 1px 7px
    );
}
.offer-rail .eyebrow {
  margin-bottom: 10px;
}
.offer-rail h2 {
  font-size: 1.9rem;
  margin-bottom: 16px;
}
.offer-rail .price {
  margin-bottom: 14px;
}
.offer-rail .price-amount {
  font-size: 3rem;
}
.offer-rail .price-basis {
  font-size: 0.85rem;
  margin-top: 6px;
}
.offer-trial {
  font-weight: 650;
  line-height: 1.4;
  margin-bottom: 14px;
}
.offer-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.offer-includes li + li {
  margin-top: 4px;
}
.offer-card > .button {
  display: flex;
  width: 100%;
  background-image: linear-gradient(180deg, #007ac7 0%, #0867ce 50%, #0645ad 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 3px 7px rgb(6 69 173 / 18%);
}
.offer-activation {
  margin-top: 14px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.offer-terms-link {
  display: inline-block;
  padding-block: 6px;
  font-size: 0.8rem;
}
.offer-terms {
  margin-top: 24px;
  padding: 12px 22px;
  color: #d1d4d5;
  border-top: 1px solid #4a5054;
  font-size: 0.8rem;
}
.offer-terms:focus-visible {
  outline: 3px solid var(--blue-light);
  outline-offset: 5px;
}
.trial-details {
  padding-bottom: 12px;
  line-height: 1.55;
  color: inherit;
}
.offer-rail .additional-terminals {
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 8px;
}
.product-story {
  min-width: 0;
}
.product-story .container {
  width: 100%;
}
.product-story > .section {
  padding: 32px;
}
.product-story > .section:first-child {
  padding-top: 0;
}
.product-story .split,
.product-story #trust .split,
.product-story .steps {
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}
.product-story .steps li {
  padding: 18px 0 0 39px;
}
.product-story .step-number {
  top: 20px;
}
.product-story .shop-fit {
  display: block;
}
.product-story h2 {
  font-size: 2rem;
}
.product-story .output-grid h2 {
  max-width: none;
}
@media (min-width: 960px) {
  main {
    container-type: inline-size;
  }
  .offer-card {
    /* Center between viewport x=0 and the painted rail edge, including its
       20px right gutter. The existing 1:2 grid has one 40px gap; cqw uses
       the real page width, excluding the scrollbar. Only the card moves. */
    translate: calc(75% + 20px - 25cqw) 0;
  }
  .offer-rail::before {
    /* Reach the viewport with the solid background itself. This avoids the
       clipped shadow's antialiased edge where the rail meets the footer. */
    left: calc(150% + 20px - 50cqw);
  }
}
@media (max-width: 959px) {
  .offer-rail::before {
    inset: -28px -12px -16px;
  }
  .product-journey {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-block: 28px;
  }
  .offer-card {
    position: static;
  }
  .product-story > .section {
    padding: 28px 20px;
  }
}
@media (max-height: 649px), (960px <= width < 1200px) and (max-height: 699px) {
  .offer-card {
    position: static;
  }
}

/* A shared viewport origin keeps the charcoal material continuous at joins. */
.site-header,
.availability,
.problem-section,
.offer-rail::before,
.site-footer {
  background-image: url("./assets/charcoal-mineral.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
