/* Podcast hosting proposal. Uses Springcast Design System 1.0.0 tokens. */
.hosting-page { font-family: var(--sc-font-body); background: var(--sc-bg-canvas); }
.hosting-page .tnv { max-width: 1376px; }
@media(max-width:1279px) { .hosting-page .tnv__org { display: none; } .hosting-page .tnv { gap: 16px; } }
@media(max-width:767px) { .hosting-page .tnv { padding-inline: 20px; gap: 12px; } .hosting-page .tnv__brand-logo { height: 36px; } .hosting-page .tnv__right { gap: 8px; } }
@media(max-width:359px) { .hosting-page .tnv__brand-logo { height: 32px; } .hosting-page .tnv { gap: 8px; } .hosting-page .tnv__right .nbtn--primary { padding-inline: 10px; font-size: 12px; } }
.sch { color: var(--sc-fg); }
.sch *, .sch *::before, .sch *::after { box-sizing: border-box; }
.sch [hidden] { display: none !important; }
.sch h1, .sch h2, .sch h3 { font-family: var(--sc-font-display); color: var(--sc-fg-heading); margin: 0; font-weight: 700; letter-spacing: -.035em; }
.sch h2 { font-size: clamp(2rem, 2.8vw, 2.625rem); line-height: 1.12; }
.sch h3 { font-size: 1.25rem; line-height: 1.3; }
.sch p { margin: 0; }
.sch button { font: inherit; }
.sch button, .sch a { -webkit-tap-highlight-color: transparent; }
.sch :focus-visible { outline: 3px solid var(--sc-focus-ring); outline-offset: 5px; }
.sch-wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.sch-section { padding-block: var(--sc-space-9); }
.sch-kicker { display: flex; align-items: center; gap: 10px; font: 500 .75rem/1.5 var(--sc-font-mono); letter-spacing: .11em; text-transform: uppercase; color: var(--sc-fg-link); margin-bottom: 20px !important; }
.sch-kicker::before { content: ''; width: 7px; height: 7px; background: currentColor; border-radius: 50%; flex: 0 0 auto; }
.sch-lede { font-size: 1.0625rem; line-height: 1.75; color: var(--sc-fg-muted); }
.sch-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sch-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 13px 23px; border: 1px solid transparent; border-radius: var(--sc-radius-md); font-size: .9375rem; font-weight: 600; text-decoration: none; line-height: 1.4; transition: background 150ms, color 150ms; }
.sch-button--primary { color: var(--sc-action-primary-fg); background: var(--sc-action-primary-bg); }
.sch-button--primary:hover { color: var(--sc-action-primary-hover-fg); background: var(--sc-action-primary-hover-bg); }
.sch-button--primary:active { color: var(--sc-action-primary-active-fg); background: var(--sc-action-primary-active-bg); }
.sch-button--outline { color: var(--sc-fg-link); border-color: var(--sc-border-selected); background: transparent; }
.sch-button--outline:hover { background: var(--sc-bg-selected); }
.sch-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; color: var(--sc-fg-link); font-weight: 600; font-size: .9375rem; text-decoration: none; }
.sch-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.sch-hero { position: relative; overflow: hidden; background: var(--sc-bg-brand); color: var(--sc-fg-on-brand); padding: 24px 0 48px; }
.sch-hero :focus-visible, .sch-end :focus-visible { outline-color: var(--sc-focus-ring-inverse); }
.sch-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .75rem; color: var(--sc-palette-iris-100); position: relative; z-index: 1; }
.sch-crumbs a { color: inherit; text-decoration: none; padding-block: 8px; }
.sch-crumbs a:hover { text-decoration: underline; }
.sch-hero-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 56px; padding: 49px 0 45px; }
.sch-hero-copy { position: relative; z-index: 1; }
.sch-hero .sch-kicker { color: var(--sc-palette-iris-100); }
.sch-hero h1 { font-size: clamp(2.5rem, 4.2vw, 3.75rem); line-height: 1.04; letter-spacing: -.045em; color: var(--sc-fg-on-brand); }
.sch .sch-hero-sub { font: 700 clamp(2.35rem, 4vw, 3.55rem)/1.04 var(--sc-font-display); letter-spacing: -.045em; color: var(--sc-palette-ember-300); margin: 4px 0 0; }
.sch-hero-copy > p.sch-lede { color: var(--sc-palette-iris-100); max-width: 45ch; margin: 25px 0 28px; }
.sch-hero .sch-button--outline { border-color: var(--sc-palette-iris-300); color: var(--sc-fg-on-brand); }
.sch-hero .sch-button--outline:hover { background: var(--sc-palette-iris-700); }
.sch-trial { font-size: .75rem; color: var(--sc-palette-iris-100); margin-top: 15px !important; }
.sch-hero-figure { position: relative; min-width: 0; margin: 0; }
.sch-hero-figure::before { content: ''; width: 400px; height: 400px; border: 1px solid var(--sc-palette-iris-500); box-shadow: 0 0 0 48px var(--sc-palette-iris-600), 0 0 0 49px var(--sc-palette-iris-500); border-radius: 50%; position: absolute; top: -85px; right: -125px; }
.sch-hero-figure::after { content: ''; width: 58px; height: 58px; background: var(--sc-palette-ember-500); border-radius: 50%; position: absolute; left: -26px; bottom: 52px; z-index: 0; }
.sch-window { border: 1px solid var(--sc-border); border-radius: var(--sc-radius-lg); overflow: hidden; background: var(--sc-bg-canvas); position: relative; z-index: 1; box-shadow: var(--sc-shadow-elevated); }
.sch-window-bar { display: flex; align-items: center; gap: 8px; min-height: 37px; padding: 8px 15px; border-bottom: 1px solid var(--sc-border); color: var(--sc-fg-muted); font: 400 .625rem/1.5 var(--sc-font-mono); }
.sch-window-bar i { width: 5px; height: 5px; border-radius: 50%; background: var(--sc-border); }
.sch-window-bar span { margin-left: auto; }
.sch-shot { display: block; width: 100%; padding: 0; border: 0; background: var(--sc-bg-canvas); cursor: zoom-in; }
.sch-shot img { width: 100%; height: auto; display: block; }
.sch-caption { position: relative; z-index: 1; display: flex; gap: 16px; justify-content: space-between; margin-top: 14px; font-size: .6875rem; line-height: 1.5; color: var(--sc-fg-muted); }
.sch-hero-figure .sch-caption { color: var(--sc-palette-iris-100); }
.sch-hero-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 1px solid var(--sc-palette-iris-500); padding-top: 26px; }
.sch-hero-bottom > p { max-width: 26ch; font-size: .875rem; line-height: 1.6; color: var(--sc-palette-iris-100); }
.sch-platforms { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; font: 600 .9375rem/1.5 var(--sc-font-display); }
.sch-platforms span { display: inline-flex; align-items: center; gap: 9px; }
.sch-platforms svg { width: 20px; height: 20px; opacity: .85; }
.sch-trust { border-bottom: 1px solid var(--sc-border); padding: 32px 0; }
.sch-trust .sch-wrap { display: flex; gap: 55px; align-items: center; justify-content: space-between; }
.sch-trust p { font-size: .75rem; line-height: 1.6; color: var(--sc-fg-muted); max-width: 18ch; flex: 0 0 140px; }
.sch-trust-logos { display: flex; align-items: center; justify-content: space-between; gap: 38px; flex: 1; }
.sch-trust-logos img { width: 110px; height: 40px; object-fit: contain; max-width: 100%; opacity: .78; }
.sch-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 56px; margin-bottom: 40px; }
.sch-heading h2 { max-width: 19ch; }
.sch-heading > p { max-width: 42ch; }
.sch-workspace { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 40px; align-items: stretch; }
.sch-tabs { display: flex; flex-direction: column; gap: 10px; }
.sch-tab { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 23px 20px; text-align: left; border: 1px solid transparent; border-radius: var(--sc-radius-md); background: transparent; color: var(--sc-fg); cursor: pointer; }
.sch-tab:hover { background: var(--sc-bg-subtle); }
.sch-tab[aria-selected="true"] { background: var(--sc-bg-selected); border-color: var(--sc-palette-iris-100); }
.sch-tab-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--sc-border); color: var(--sc-fg-muted); font: 500 .75rem var(--sc-font-mono); }
.sch-tab[aria-selected="true"] .sch-tab-number { background: var(--sc-bg-brand); color: var(--sc-fg-on-brand); border-color: var(--sc-bg-brand); }
.sch-tab strong { display: block; font: 650 1.1875rem/1.4 var(--sc-font-display); letter-spacing: -.025em; margin: 2px 0 7px; }
.sch-tab small { display: block; font-size: .8125rem; line-height: 1.65; color: var(--sc-fg-muted); }
.sch-panel { min-width: 0; padding: 24px; background: var(--sc-bg-subtle); border-radius: var(--sc-radius-lg); display: flex; flex-direction: column; justify-content: center; }
.sch-panel .sch-shot { border-radius: var(--sc-radius-md); border: 1px solid var(--sc-border); overflow: hidden; }
.sch-panel .sch-shot img { aspect-ratio: 1440/1000; object-fit: contain; }
.sch-panel-caption { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; font-size: .75rem; color: var(--sc-fg-muted); }
.sch-panel-caption button { background: none; border: none; color: var(--sc-fg-link); cursor: zoom-in; padding: 10px 0 10px 10px; font-size: .75rem; white-space: nowrap; }
.sch-note { margin-top: 19px !important; font-size: .75rem; line-height: 1.65; color: var(--sc-fg-muted); }
.sch-player { background: var(--sc-bg-subtle); }
.sch-player-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.sch-player-copy h2 { max-width: 16ch; }
.sch-player-copy .sch-lede { margin: 24px 0; max-width: 43ch; }
.sch-checks { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 13px; }
.sch-checks li { display: flex; gap: 11px; align-items: flex-start; font-size: .875rem; line-height: 1.5; }
.sch-checks li::before { content: '✓'; color: var(--sc-fg-accent); font-weight: 700; }
.sch-player-stage { position: relative; padding: 52px 26px 32px; background: var(--sc-palette-iris-100); border-radius: var(--sc-radius-lg); min-width: 0; margin: 0; }
.sch-player-stage::before { content: ''; position: absolute; top: 24px; right: 24px; width: 14px; height: 14px; border-radius: 50%; background: var(--sc-palette-ember-500); }
.sch-player-stage .sch-shot { border-radius: var(--sc-radius-md); overflow: hidden; border: 1px solid var(--sc-border); }
.sch-player-stage .sch-caption { color: var(--sc-palette-iris-700); font-size: .75rem; }
.sch-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.sch-feature { padding-top: 26px; border-top: 1px solid var(--sc-border); }
.sch-feature-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--sc-bg-selected); color: var(--sc-fg-link); border-radius: var(--sc-radius-md); margin-bottom: 22px; }
.sch-feature-icon svg { width: 24px; height: 24px; }
.sch-feature:nth-child(2) .sch-feature-icon { background: var(--sc-palette-ember-100); color: var(--sc-palette-ember-700); }
.sch-feature:nth-child(3) .sch-feature-icon { background: var(--sc-status-success-bg); color: var(--sc-status-success-fg); }
.sch-feature:nth-child(4) .sch-feature-icon { background: var(--sc-bg-subtle); color: var(--sc-fg-heading); }
.sch-feature p { font-size: .875rem; line-height: 1.7; color: var(--sc-fg-muted); margin-top: 13px; }
.sch-feature h3 a { color: inherit; text-decoration: underline; text-decoration-color: var(--sc-border); text-underline-offset: .2em; }
.sch-feature h3 a:hover { color: var(--sc-fg-link); text-decoration-color: currentColor; }
.sch-migration { padding-top: 0; }
.sch-migration-card { background: var(--sc-bg-subtle); border: 1px solid var(--sc-border); border-radius: var(--sc-radius-lg); padding: 48px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; }
.sch-migration-card h2 { max-width: 16ch; }
.sch-migration-card .sch-lede { margin: 22px 0 12px; }
.sch-migration-steps { display: flex; flex-direction: column; gap: 24px; list-style: none; padding: 0; margin: 0; }
.sch-migration-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; align-items: start; }
.sch-migration-steps .sch-step-num { width: 40px; height: 40px; border: 1px solid var(--sc-border); border-radius: 50%; display: grid; place-items: center; background: var(--sc-bg-canvas); color: var(--sc-fg-link); font: 500 .75rem var(--sc-font-mono); }
.sch-migration-steps h3 { font-size: 1.0625rem; margin: 2px 0 7px; }
.sch-migration-steps p { color: var(--sc-fg-muted); font-size: .875rem; line-height: 1.6; }
.sch-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.sch-faq-grid h2 { max-width: 13ch; }
.sch-faq-intro > p.sch-lede { margin: 20px 0 14px; }
.sch-faq-list { border-top: 1px solid var(--sc-border); }
.sch-faq-list details { border-bottom: 1px solid var(--sc-border); }
.sch-faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; padding: 25px 0; font-weight: 600; font-size: 1rem; }
.sch-faq-list summary::-webkit-details-marker { display: none; }
.sch-faq-list summary::after { content: '+'; font-weight: 400; color: var(--sc-fg-link); font-size: 1.5rem; }
.sch-faq-list details[open] summary::after { content: '−'; }
.sch-faq-list details p { padding: 0 34px 26px 0; font-size: .9375rem; line-height: 1.75; color: var(--sc-fg-muted); }
.sch-end { background: var(--sc-bg-brand); color: var(--sc-fg-on-brand); }
.sch-end .sch-wrap { display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.sch-end .sch-kicker { color: var(--sc-palette-iris-100); }
.sch-end h2 { color: var(--sc-fg-on-brand); font-size: clamp(2rem,3.2vw,3rem); max-width: 20ch; }
.sch-end p.sch-lede { color: var(--sc-palette-iris-100); margin-top: 20px; max-width: 50ch; }
.sch-end-actions { flex: 0 0 auto; text-align: center; }
.sch-end-actions .sch-trial { max-width: 28ch; }
.sch-dialog { margin: auto; padding: 0; width: min(1280px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); overflow: auto; border: 1px solid var(--sc-border); border-radius: var(--sc-radius-lg); background: var(--sc-bg-canvas); color: var(--sc-fg); }
.sch-dialog::backdrop { background: rgba(21,18,13,.78); }
.sch-dialog-header { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 22px; background: var(--sc-bg-canvas); border-bottom: 1px solid var(--sc-border); z-index: 1; }
.sch-dialog-header p { font: 500 .8125rem/1.5 var(--sc-font-body); }
.sch-dialog-close { width: 44px; height: 44px; border: 1px solid var(--sc-border-control); border-radius: var(--sc-radius-md); background: transparent; color: var(--sc-fg); cursor: pointer; font-size: 1.5rem !important; flex-shrink: 0; }
.sch-dialog-image { overflow: auto; }
.sch-dialog-image img { width: 100%; height: auto; display: block; }
.sch-dialog-caption { font-size: .75rem; color: var(--sc-fg-muted); padding: 16px 22px; line-height: 1.6; }
@media(min-width:1500px) { .sch-hero-grid { gap: 64px; } }
@media(max-width:1100px) { .sch-hero-grid { gap: 32px; } .sch-hero h1 { font-size: 3rem; } .sch .sch-hero-sub { font-size: 2.85rem; } .sch-workspace { grid-template-columns: 280px minmax(0,1fr); gap: 24px; } .sch-tab { padding: 19px 15px; } .sch-platforms { gap: 20px; } }
@media(max-width:1023px) {
  .sch-wrap { width: calc(100% - 48px); }
  .sch-section { padding-block: 64px; }
  .sch-hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; }
  .sch-hero h1 { font-size: clamp(2.5rem,6vw,3.5rem); }
  .sch .sch-hero-sub { font-size: clamp(2.35rem,5.7vw,3.3rem); }
  .sch-hero-copy > p.sch-lede { max-width: 60ch; }
  .sch-hero-figure { max-width: 800px; }
  .sch-hero-bottom { align-items: flex-start; }
  .sch-platforms { gap: 16px 24px; }
  .sch-trust .sch-wrap { gap: 24px; }
  .sch-trust-logos { gap: 25px; }
  .sch-trust-logos img { width: 85px; }
  .sch-heading { gap: 32px; }
  .sch-workspace { grid-template-columns: 1fr; }
  .sch-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sch-tab { flex: 1; grid-template-columns: 1fr; gap: 6px; }
  .sch-panel { padding: 24px; }
  .sch-player-grid { grid-template-columns: 1fr; gap: 36px; }
  .sch-player-copy h2 { max-width: 24ch; }
  .sch-player-copy .sch-lede { max-width: 62ch; }
  .sch-features { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px 32px; }
  .sch-migration { padding-top: 0; }
  .sch-migration-card { gap: 36px; padding: 36px; }
  .sch-faq-grid { gap: 48px; }
  .sch-end .sch-wrap { gap: 32px; }
}
@media(max-width:767px) {
  .sch-wrap { width: calc(100% - 40px); }
  .sch-section { padding-block: 48px; }
  .sch-hero { padding: 16px 0 32px; }
  .sch-hero-grid { padding: 27px 0 32px; gap: 34px; }
  .sch-hero h1 { font-size: clamp(2.25rem,9.6vw,3.25rem); }
  .sch .sch-hero-sub { font-size: clamp(2.125rem,9.1vw,3.1rem); }
  .sch-kicker { font-size: .6875rem; margin-bottom: 16px !important; }
  .sch-hero-copy > p.sch-lede { margin: 22px 0 24px; font-size: 1rem; line-height: 1.7; }
  .sch-actions { gap: 10px; }
  .sch-button { min-height: 48px; padding: 12px 18px; gap: 12px; font-size: .875rem; }
  .sch-trial { font-size: .6875rem; }
  .sch-hero-figure::after { width: 32px; height: 32px; left: -10px; bottom: 39px; }
  .sch-window-bar { min-height: 28px; padding: 5px 10px; }
  .sch-caption { font-size: .625rem; gap: 8px; }
  .sch-hero-bottom { flex-direction: column; gap: 16px; padding-top: 24px; }
  .sch-hero-bottom > p { max-width: none; font-size: .75rem; }
  .sch-platforms { gap: 15px 22px; font-size: .8125rem; }
  .sch-platforms svg { width: 16px; height: 16px; }
  .sch-trust { padding: 26px 0; }
  .sch-trust .sch-wrap { display: block; }
  .sch-trust p { max-width: none; margin-bottom: 22px; text-align: center; font-size: .6875rem; }
  .sch-trust-logos { gap: 16px; flex-wrap: wrap; justify-content: space-around; }
  .sch-trust-logos img { width: 75px; height: 28px; }
  .sch-heading { display: block; margin-bottom: 28px; }
  .sch-heading > p { margin-top: 20px; }
  .sch h2 { font-size: 2rem; }
  .sch-lede { font-size: 1rem; }
  .sch-tabs { gap: 6px; }
  .sch-tab { padding: 12px 8px; gap: 8px; text-align: center; justify-items: center; }
  .sch-tab-number { width: 28px; height: 28px; font-size: .6875rem; }
  .sch-tab strong { font-size: .75rem; letter-spacing: -.015em; margin: 0; }
  .sch-tab small { display: none; }
  .sch-workspace { gap: 18px; }
  .sch-panel { padding: 12px; }
  .sch-panel-caption { margin-top: 10px; gap: 8px; font-size: .6875rem; align-items: flex-start; }
  .sch-panel-caption button { font-size: .6875rem; padding-block: 0; min-height: 44px; align-self: center; }
  .sch-panel-caption > span { padding-top: 11px; max-width: 22ch; }
  .sch-note { font-size: .6875rem; }
  .sch-player-grid { gap: 28px; }
  .sch-player-stage { padding: 35px 14px 19px; }
  .sch-player-stage .sch-caption { font-size: .6875rem; }
  .sch-features { gap: 28px 22px; }
  .sch-feature { padding-top: 22px; }
  .sch-feature h3 { font-size: 1.0625rem; }
  .sch-feature p { font-size: .8125rem; }
  .sch-feature-icon { margin-bottom: 16px; }
  .sch-migration { padding-top: 0; }
  .sch-migration-card { padding: 26px; grid-template-columns: 1fr; gap: 32px; }
  .sch-migration-card h2 { font-size: 1.875rem; }
  .sch-migration-steps { gap: 22px; }
  .sch-migration-steps li { grid-template-columns: 34px 1fr; gap: 13px; }
  .sch-migration-steps .sch-step-num { width: 32px; height: 32px; font-size: .6875rem; }
  .sch-faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .sch-faq-grid h2 { max-width: 20ch; }
  .sch-faq-list summary { padding: 21px 0; font-size: .9375rem; }
  .sch-faq-list details p { font-size: .875rem; padding-right: 12px; }
  .sch-end .sch-wrap { display: block; }
  .sch-end-actions { margin-top: 28px; text-align: left; }
  .sch-end-actions .sch-trial { max-width: none; }
  .sch-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .sch-dialog-header { padding: 10px 14px; }
  .sch-dialog-image img { width: auto; max-width: none; min-width: 100%; max-height: 75dvh; }
  .sch-dialog-caption { padding: 14px; }
}
@media(max-width:359px) { .sch-features { grid-template-columns: 1fr; } .sch-actions { align-items: stretch; flex-direction: column; } .sch-hero h1 { font-size: 2.125rem; } .sch .sch-hero-sub { font-size: 2rem; } .sch-migration-card { padding: 22px; } }
@media(prefers-reduced-motion:reduce) { .sch *, .sch *::before, .sch *::after { transition: none !important; scroll-behavior: auto !important; } }
