/* Core trial: existing PressHarbor navy, blue, teal, white and slate palette. */
.page-free-trial { background: var(--white); }
.trial-hero { padding: 144px 0 64px; background: var(--navy); color: var(--white); }
.trial-hero h1 { max-width: 860px; font-size: clamp(36px, 5vw, 60px); line-height: 1.12; letter-spacing: -0.035em; color: var(--white); }
.trial-hero p { max-width: 650px; margin: 24px 0 28px; font-size: 19px; line-height: 1.65; color: #e2e8f0; }
.trial-hero .btn { background: var(--white); color: var(--navy); }
.trial-platform { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 8px; margin-top: 24px; color: var(--navy); font-size: 16px; line-height: 1.5; }
.trial-platform-logo { display: block; flex-shrink: 0; width: 140px; height: 42px; }
.trial-details { padding: 72px 0; }
.trial-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.page-free-trial h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.25; color: var(--navy); }
.trial-overview > p, .trial-signup > p { margin-top: 16px; line-height: 1.7; color: var(--text-light); max-width: 62ch; }
.trial-specs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin: 0 0 12px; padding: 0 0 16px; border-bottom: 1px solid var(--gray-100); }
.trial-specs div { display: flex; flex-direction: row-reverse; align-items: baseline; gap: 6px; }
.trial-specs dd { margin: 0; font-size: 16px; font-weight: 700; color: var(--navy); }
.trial-specs dt { color: var(--text-light); font-size: 14px; }
.trial-signup > .trial-visit-note { margin: 0; text-align: center; color: var(--navy); font-size: 14px; font-weight: 600; line-height: 1.5; }
.trial-features { margin-top: 24px; padding-left: 22px; line-height: 1.6; }
.trial-features li { margin-bottom: 14px; padding-left: 6px; }
.trial-features li::marker { color: var(--teal); }
.trial-text-link { display: inline-block; margin-top: 16px; color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.trial-signup { min-width: 0; padding: 32px; border: 1px solid var(--gray-100); border-radius: 12px; scroll-margin-top: 100px; }
.trial-signup > h2 { text-align: center; margin-bottom: 0; }
.trial-stripe-embed { display: flex; justify-content: center; text-align: center; margin-top: 0; }
.trial-stripe-embed stripe-buy-button { display: flex; justify-content: center; width: 100%; min-width: 0; }
.trial-stripe-embed stripe-pricing-table { display: block; width: 100%; }
.trial-signup > .trial-reassurance { margin-top: 12px; font-size: 13px; line-height: 1.6; text-align: center; color: var(--navy); }
.trial-next { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--gray-100); }
.trial-next h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.3; color: var(--navy); }
.trial-next ol { margin: 0; padding-left: 22px; font-size: 15px; line-height: 1.6; }
.trial-next li { padding-left: 4px; margin-bottom: 10px; }
.trial-next li:last-child { margin-bottom: 0; }
.trial-next li::marker { color: var(--teal); font-weight: 600; }
.trial-placeholder { margin-top: 24px; padding: 24px; background: var(--off-white); }
.trial-placeholder h3 { font-size: 20px; color: var(--navy); }
.trial-placeholder p { margin: 12px 0 24px; line-height: 1.65; color: var(--text-light); }
.trial-small { font-size: 13px; }
.trial-guide { padding: 56px 0 72px; background: var(--off-white); }
.trial-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 32px; }
.trial-guide h3 { font-size: 19px; color: var(--navy); margin-bottom: 12px; }
.trial-guide p { line-height: 1.7; color: var(--text-light); }
.trial-thanks-help { margin-top: 32px; }
.trial-thanks-help a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.trial-thanks-help a:hover { color: var(--navy); text-decoration-thickness: 2px; }
.trial-setup-intro { margin-top: 16px; max-width: 65ch; }
.trial-setup-steps { margin: 32px 0 0; padding-left: 28px; max-width: 780px; }
.trial-setup-steps li { padding-left: 12px; margin-bottom: 28px; }
.trial-setup-steps li:last-child { margin-bottom: 0; }
.trial-setup-steps li::marker { color: var(--teal); font-size: 20px; font-weight: 700; }
.page-free-trial a:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
@media (max-width: 850px) {
  .trial-layout { grid-template-columns: 1fr; gap: 40px; }
  .trial-guide-grid { grid-template-columns: 1fr; gap: 28px; }
  .trial-hero { padding: 120px 0 48px; }
  .trial-details { padding: 40px 0; }
}
@media (max-width: 480px) {
  .trial-signup { padding: 24px 20px; }
  .trial-placeholder { padding: 20px 16px; }
  .trial-hero h1 br { display: none; }
  .trial-specs { gap: 12px; }
}
