/* Content pages share the homepage's typography, colours, controls and shell. */
.rebel-subpage main { min-height: 55vh; }
.rebel-subpage .section, .seo-band { padding-block: 80px; }
.rebel-subpage h1 { margin: 0; max-width: 18ch; font-size: clamp(2.5rem, 1.55rem + 3.3vw, 4.6rem); font-weight: 600; letter-spacing: -.065em; line-height: 1.06; text-wrap: balance; }
.rebel-subpage h1 span { color: var(--green); }
.rebel-subpage h2 { font-size: clamp(1.9rem, 1.3rem + 1.7vw, 3rem); line-height: 1.15; }
.rebel-subpage h3 { font-size: 1.4rem; line-height: 1.25; letter-spacing: -.035em; }
.rebel-subpage :is(p, li, h1, h2, h3, a, label) { overflow-wrap: break-word; }
.rebel-subpage :is(.legal-card, .seo-prose, .seo-faq-list, .faq-list, .seo-table-note) a:not(.button), .support-email { color: var(--green); text-decoration: underline; text-decoration-color: #536b36; text-underline-offset: 4px; }
.rebel-subpage :is(.legal-card, .seo-prose, .seo-faq-list, .faq-list) a:hover, .support-email:hover { text-decoration-color: var(--green); }
.rebel-subpage .eyebrow, .seo-eyebrow, .card-label { color: var(--green); font: 500 .75rem/1.6 var(--mono); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px; }
.support-hero { background: radial-gradient(ellipse at 80% 0%, #a9ef3909, transparent 65%); }
.support-hero h1 + p { margin-top: 24px; }
.support-hero p:not(.eyebrow) { max-width: 66ch; color: var(--muted); font-size: 1.125rem; }
.support-hero p + p:not(.eyebrow) { margin-top: 16px; }
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.support-card { display: flex; align-items: flex-start; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.support-card h3 { margin-bottom: 16px; }
.support-card > p:not(.card-label) { color: var(--muted); margin-bottom: 24px; }
.support-card > :is(.button, .support-email) { margin-top: auto; }
.support-card .card-label { margin-bottom: 24px; }
.support-card-highlight { grid-column: 1 / -1; padding: 40px; border-color: #435931; background: radial-gradient(ellipse at top right, #a9ef3910, transparent 65%), var(--surface); }
.support-card-highlight h3 { font-size: 2rem; }
.support-card-highlight > p { max-width: 75ch; }
.support-beta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.support-email { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; }
.rebel-subpage .faq { padding-top: 0; }
.faq-list, .seo-faq-list { max-width: 900px; }
:is(.faq-item, .seo-faq-list details) { border-bottom: 1px solid var(--line); }
:is(.faq-item, .seo-faq-list details):first-child { border-top: 1px solid var(--line); }
:is(.faq-item, .seo-faq-list details) summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; cursor: pointer; list-style: none; font-size: 1.0625rem; font-weight: 500; line-height: 1.5; }
:is(.faq-item, .seo-faq-list details) summary::-webkit-details-marker { display: none; }
:is(.faq-item, .seo-faq-list details) summary::after { content: '+'; flex: 0 0 auto; color: var(--green); font: 1.4rem var(--mono); }
:is(.faq-item, .seo-faq-list details)[open] summary::after { content: '−'; }
:is(.faq-item, .seo-faq-list details)[open] summary { color: var(--green); }
:is(.faq-item, .seo-faq-list details) p { color: var(--muted); padding: 0 40px 24px 0; }
.legal-hero .container, .legal-layout { max-width: 920px; }
.rebel-subpage .legal-hero { padding-bottom: 40px; }
.rebel-subpage section.legal-main { padding-top: 0; }
.legal-card { padding: clamp(24px, 4vw, 56px); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.legal-card h2 { font-size: 1.5rem; letter-spacing: -.035em; margin: 40px 0 16px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin: 24px 0 12px; font-size: 1.25rem; }
.legal-card p, .legal-card li { color: #b5c0b8; }
.legal-card p + p { margin-top: 16px; }
.legal-card ul, .legal-card ol { padding-left: 24px; margin-block: 16px; }
.legal-card li + li { margin-top: 10px; }
.legal-card .eyebrow { color: var(--green); }
.legal-card .legal-meta, .support-hero .legal-meta { font-size: .875rem; color: var(--muted); margin-block: 20px; }
.report-form { display: grid; gap: 24px; margin-top: 36px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 24px; }
.report-form label { display: block; min-width: 0; font-size: .9375rem; font-weight: 500; color: var(--ink); }
.report-form :is(input, select, textarea) { display: block; width: 100%; min-width: 0; min-height: 50px; margin-top: 10px; border: 1px solid #405044; border-radius: 8px; padding: 12px 14px; background: var(--bg); color: var(--ink); font: 400 1rem/1.5 'IBM Plex Sans', sans-serif; }
.report-form :is(input, select, textarea):focus { border-color: var(--green); }
.report-form :is(input, textarea)::placeholder { color: #85948a; opacity: 1; }
.report-form textarea { min-height: 140px; resize: vertical; }
.report-form .optional-copy { color: var(--muted); font-weight: 400; }
.report-form .report-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.report-form .report-help { font-size: .875rem; margin: 0; }
.report-form .button { justify-self: start; }
.report-form .button:disabled { opacity: .6; cursor: wait; transform: none; }
.report-form .report-status { margin: 0; color: var(--green); }
.report-status:empty { display: none; }
.report-form .report-status.error { color: #ffb3a5; }
.seo-hero { padding-block: 64px 80px; background: radial-gradient(ellipse at 85% 40%, #a9ef390b, transparent 55%); border-bottom: 1px solid var(--line); }
.seo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .75fr); gap: 64px; align-items: center; }
.seo-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--muted); font-size: .8125rem; margin-bottom: 32px; }
.seo-breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; }
.seo-breadcrumb a:hover { color: var(--green); }
.seo-hero h1 { max-width: 15ch; }
.seo-lede { margin-top: 28px; max-width: 58ch; color: #b5c0b8; font-size: 1.125rem; line-height: 1.7; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.seo-actions .button > span { font-size: inherit; font-weight: inherit; }
.seo-proof-line { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: .8125rem; }
.seo-proof-line li::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: var(--green); vertical-align: middle; }
.seo-hero-visual { justify-self: center; width: 100%; max-width: 300px; }
.seo-hero-visual picture { display: block; padding: 7px; border: 1px solid #405537; border-radius: 28px; background: var(--surface-raised); box-shadow: 0 24px 80px #0005; }
.seo-hero-visual img { width: 100%; border-radius: 21px; }
.seo-hero-visual figcaption { margin-top: 18px; text-align: center; color: var(--muted); font-size: .8125rem; }
.seo-band-alt { background: var(--surface); border-block: 1px solid var(--line); }
.seo-section-heading { max-width: 800px; margin-bottom: 36px; }
.seo-section-heading > p:not(.seo-eyebrow) { margin-top: 20px; color: var(--muted); font-size: 1.0625rem; }
.seo-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.seo-prose h2 { margin-bottom: 24px; }
.seo-prose h3 { margin: 28px 0 12px; }
.seo-prose p:not(.seo-eyebrow), .seo-prose li { color: #b5c0b8; }
.seo-prose p + p { margin-top: 18px; }
.seo-prose ul { padding-left: 22px; }
.seo-prose li + li { margin-top: 12px; }
.seo-callout { border-left: 2px solid var(--green); padding: 16px 20px; background: #a9ef3906; margin-top: 24px; }
.seo-feature-grid, .seo-screenshot-grid, .seo-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.seo-feature-grid article { padding: 28px; border: 1px solid var(--line); border-top-color: #647f43; border-radius: 12px; background: var(--surface); }
.seo-feature-number { display: block; margin-bottom: 32px; color: var(--green); font: .8125rem var(--mono); }
.seo-feature-grid h3 { margin-bottom: 16px; }
.seo-feature-grid p { color: var(--muted); }
.seo-table-wrap { width: 100%; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid #405044; border-radius: 12px; }
.seo-comparison-table { width: 100%; min-width: 690px; border-collapse: collapse; text-align: left; font-size: .9375rem; }
.seo-comparison-table :is(th, td) { padding: 20px 24px; border-bottom: 1px solid var(--line); vertical-align: top; }
.seo-comparison-table th { font-weight: 500; }
.seo-comparison-table td { color: #b5c0b8; }
.seo-comparison-table thead { font-family: var(--display); font-size: 1.1rem; }
.seo-comparison-table :is(th, td):nth-child(2) { background: #a9ef3908; }
.seo-comparison-table thead th:nth-child(2) { color: var(--green); }
.seo-comparison-table tbody tr:last-child > * { border-bottom: 0; }
.seo-table-note { margin-top: 20px; color: var(--muted); font-size: .875rem; }
.seo-table-hint { display: none; color: var(--muted); font-size: .8125rem; margin-bottom: 14px; }
.seo-screenshot-grid figure { min-width: 0; }
.seo-screenshot-grid picture { display: block; max-width: 240px; margin-inline: auto; border: 1px solid #405537; padding: 6px; border-radius: 24px; background: var(--surface-raised); }
.seo-screenshot-grid img { width: 100%; border-radius: 18px; }
.seo-screenshot-grid figcaption { max-width: 300px; margin: 24px auto 0; text-align: center; color: var(--muted); }
.seo-screenshot-grid figcaption strong { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 500; margin-bottom: 10px; color: var(--ink); }
.seo-screenshot-grid figcaption span { color: var(--muted); font-size: .9375rem; }
.seo-related-grid a { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); transition: border-color .2s, background .2s; }
.seo-related-grid a:hover { border-color: #647f43; background: var(--surface-raised); }
.seo-related-grid strong { font-family: var(--display); font-size: 1.2rem; font-weight: 500; line-height: 1.4; }
.seo-related-grid span { color: var(--muted); margin-block: 14px 24px; font-size: .9375rem; }
.seo-related-grid b { margin-top: auto; font-size: .875rem; font-weight: 500; color: var(--green); }
.seo-page-cta { padding-block: 64px; border-bottom: 1px solid var(--line); }
.seo-page-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; }
.seo-page-cta h2 { max-width: 22ch; }
.seo-page-cta p { margin-top: 18px; max-width: 60ch; color: var(--muted); }
.seo-page-cta-actions { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 1100px) {
  .support-card { padding: 24px; }
  .seo-hero-grid, .seo-two-column { gap: 40px; }
  .seo-feature-grid, .seo-related-grid { gap: 16px; }
  .seo-feature-grid article, .seo-related-grid a { padding: 24px; }
}
@media (max-width: 900px) {
  .support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-card:last-child { grid-column: 1 / -1; }
  .seo-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .seo-hero h1 { max-width: 19ch; }
  .seo-hero-visual { max-width: 260px; }
  .seo-two-column { grid-template-columns: 1fr; gap: 48px; }
  .seo-feature-grid, .seo-related-grid { grid-template-columns: 1fr; }
  .seo-feature-number { margin-bottom: 20px; }
  .seo-page-cta-inner { grid-template-columns: 1fr; }
  .seo-page-cta-actions { flex-direction: row; flex-wrap: wrap; }
  .seo-table-hint { display: block; }
}
@media (max-width: 680px) {
  .rebel-subpage .section, .seo-band { padding-block: 56px; }
  .rebel-subpage h1 { font-size: clamp(2.4rem, 7.7vw, 3.3rem); }
  .rebel-subpage .eyebrow, .seo-eyebrow { margin-bottom: 16px; }
  .support-hero p:not(.eyebrow) { font-size: 1rem; }
  .support-grid, .form-row { grid-template-columns: 1fr; }
  .support-card, .support-card-highlight { padding: 24px; }
  .support-card-highlight h3 { font-size: 1.6rem; }
  .support-beta-actions { width: 100%; }
  .support-beta-actions .button { width: 100%; }
  .legal-card { padding: 24px 20px; }
  .legal-card h2 { font-size: 1.35rem; }
  .legal-card .legal-title { font-size: 2.5rem; }
  .report-form, .form-row { gap: 22px; }
  .report-form .button { width: 100%; }
  .seo-hero { padding-block: 32px 56px; }
  .seo-breadcrumb { margin-bottom: 24px; }
  .seo-lede { font-size: 1rem; margin-top: 24px; }
  .seo-actions { gap: 12px; }
  .seo-actions .button { width: 100%; }
  .seo-proof-line { flex-direction: column; gap: 8px; }
  .seo-screenshot-grid { grid-template-columns: 1fr; gap: 40px; }
  .seo-screenshot-grid picture { max-width: 260px; }
  .seo-section-heading { margin-bottom: 28px; }
  .seo-section-heading > p:not(.seo-eyebrow) { font-size: 1rem; }
  .seo-comparison-table :is(th, td) { padding: 16px 20px; }
  :is(.faq-item, .seo-faq-list details) summary { font-size: 1rem; gap: 20px; padding-block: 20px; }
  :is(.faq-item, .seo-faq-list details) p { padding-right: 16px; }
  .seo-page-cta { padding-block: 48px; }
  .seo-page-cta-actions { flex-direction: column; }
}
