body.home .site,
body.page .site {
  background:
    radial-gradient(circle at top left, rgba(19, 84, 122, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(55, 125, 255, 0.12), transparent 25%),
    linear-gradient(180deg, #eef4ff 0%, #f7f9fc 32%, #ffffff 100%);
}

.swa-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.swa-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(247, 249, 252, 0.86);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.swa-header-shell,
.swa-footer-shell,
.swa-cta-shell,
.swa-story-grid,
.swa-hero-grid {
  display: grid;
  gap: 24px;
}

.swa-header-shell {
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 16px 0;
}

.swa-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  text-decoration: none;
}

.swa-brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.swa-brand-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.swa-brand-copy strong {
  font-size: 16px;
  line-height: 1.1;
}

.swa-brand-copy small {
  color: #475569;
  font-size: 12px;
}

.swa-topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.swa-topnav a {
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.swa-topnav a:hover {
  color: #0f172a;
}

.swa-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.swa-nav-cta:hover {
  background: #020617;
}

.swa-hero {
  padding: 72px 0 42px;
}

.swa-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
}

.swa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swa-hero-copy h1,
.swa-page-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.swa-hero-copy p,
.swa-page-hero p,
.swa-story-grid p,
.swa-prose-card p,
.swa-integration-card p {
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.swa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 26px 0 0;
}

.swa-inline-link {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.swa-inline-link:hover {
  color: #2563eb;
}

.swa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.swa-button:hover {
  transform: translateY(-1px);
}

.swa-button-primary {
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #fff;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.18);
}

.swa-button-primary:hover,
.swa-button-primary:focus {
  color: #fff;
  background: linear-gradient(135deg, #0d665f, #1d4ed8);
}

.swa-button-secondary {
  background: #fff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.swa-button-secondary:hover,
.swa-button-secondary:focus {
  color: #0f172a;
  background: #f8fafc;
}

.swa-hero-card,
.swa-prose-card,
.swa-form-embed-card,
.swa-integration-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  border-radius: 24px;
}

.swa-hero-card,
.swa-prose-card,
.swa-form-embed-card,
.swa-integration-card {
  padding: 26px;
}

.swa-hero-infographic {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 244, 255, 0.95));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.swa-flow-card {
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.swa-flow-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.2;
}

.swa-flow-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.swa-flow-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0f766e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swa-flow-arrow {
  justify-self: center;
  color: #2563eb;
  font-size: 30px;
  line-height: 1;
}

.swa-trust-strip {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.swa-trust-label {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swa-trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swa-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

.swa-trust-mark {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.swa-product-preview {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}

.swa-product-preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.swa-product-preview-body {
  padding: 20px;
  display: grid;
  gap: 16px;
}

.swa-product-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swa-product-stat {
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.swa-product-stat span,
.swa-product-meta,
.swa-solution-foot,
.swa-muted-note {
  color: #64748b;
}

.swa-product-stat span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.swa-product-stat strong {
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.swa-product-item {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.swa-product-item-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.swa-product-item-head strong {
  color: #0f172a;
  font-size: 16px;
}

.swa-product-item p {
  margin: 10px 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.swa-product-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.swa-product-pill.is-success {
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.swa-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.swa-product-log {
  display: grid;
  gap: 10px;
}

.swa-product-log div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.swa-product-log span {
  color: #64748b;
  font-size: 13px;
}

.swa-product-log strong {
  color: #0f172a;
  font-size: 14px;
}

.swa-quiet-section {
  padding: 88px 0;
  background: rgba(248, 250, 252, 0.92);
}

.swa-quiet-copy {
  max-width: 660px;
  margin: 0 auto;
}

.swa-quiet-copy h2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.swa-quiet-copy p {
  margin: 0 0 20px;
  color: #334155;
  font-size: 18px;
  line-height: 1.9;
}

.swa-dark-statement,
.swa-final-cta {
  padding: 88px 0 72px;
}

.swa-dark-statement h2,
.swa-final-cta h2 {
  margin: 0 0 18px;
  max-width: 820px;
  color: #f8fafc;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.swa-dark-statement p,
.swa-final-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(248, 250, 252, 0.82);
  font-size: 18px;
  line-height: 1.9;
}

.swa-dark-statement {
  background: #0a1311;
  color: #f8fafc;
  text-align: center;
}

.swa-dark-statement h2,
.swa-dark-statement p {
  margin-left: auto;
  margin-right: auto;
}

.swa-solution-section,
.swa-steps-section,
.swa-who-section,
.swa-pricing-section {
  padding: 88px 0;
}

.swa-solution-section h2,
.swa-steps-section h2,
.swa-who-section h2,
.swa-pricing-section h2 {
  margin-top: 0;
}

.swa-solution-visual {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.swa-solution-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.swa-solution-head strong,
.swa-solution-row span,
.swa-feature-card h3,
.swa-audience-featured h3,
.swa-step-card h3,
.swa-integration-calm-card strong {
  color: #0f172a;
}

.swa-solution-list {
  display: grid;
}

.swa-solution-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 15px;
}

.swa-solution-row strong {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.swa-solution-row.is-high strong {
  color: #b45309;
}

.swa-solution-row.is-complete strong {
  color: #0f766e;
}

.swa-solution-foot {
  padding: 16px 20px;
  font-size: 14px;
}

.swa-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.swa-step-card {
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
}

.swa-step-number {
  margin-bottom: 18px;
  color: #2563eb;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.swa-step-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.swa-step-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.swa-feature-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.swa-feature-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.swa-feature-card--wide {
  grid-column: 1 / -1;
  background: rgba(15, 118, 110, 0.06);
  border-color: rgba(15, 118, 110, 0.18);
}

.swa-feature-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swa-feature-card h3,
.swa-audience-featured h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.swa-feature-card p,
.swa-audience-featured p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.swa-audience-featured {
  margin-bottom: 20px;
  padding: 28px;
  border-radius: 28px;
  background: #0f172a;
  color: #e2e8f0;
}

.swa-audience-featured .swa-feature-label,
.swa-audience-featured h3 {
  color: #fff;
}

.swa-audience-featured p {
  color: rgba(255, 255, 255, 0.84);
}

.swa-audience-grid,
.swa-integration-calm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.swa-integrations-calm {
  padding: 88px 0;
  background: rgba(248, 250, 252, 0.86);
}

.swa-integration-calm-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swa-integration-calm-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.swa-integration-logo {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.swa-integration-calm-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.swa-integration-calm-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.swa-pricing-section .swa-section-heading {
  max-width: 820px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 28px;
}

.swa-pricing-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}

.swa-pricing-toggle-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.swa-pricing-toggle-button.is-active {
  background: #0f172a;
  color: #fff;
}

.swa-pricing-save-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.swa-pricing-panels {
  max-width: 820px;
  margin: 0 auto;
}

.swa-pricing-panel {
  display: none;
}

.swa-pricing-panel.is-active {
  display: block;
}

.swa-pricing-section .swa-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swa-pricing-summary {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.swa-muted-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 13px;
}

.swa-final-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 32px;
  align-items: end;
  padding: 42px 40px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(17, 106, 130, 0.28), transparent 34%),
    linear-gradient(135deg, #13204f 0%, #2247b8 58%, #2d67ff 100%);
  box-shadow: 0 28px 50px rgba(26, 55, 142, 0.24);
  color: #f8fafc;
  text-align: left;
}

.swa-final-cta-copy h2 {
  max-width: 640px;
  margin-bottom: 0;
}

.swa-final-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(248, 250, 252, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swa-final-cta-actions {
  display: grid;
  gap: 26px;
  justify-items: start;
}

.swa-final-cta-actions p {
  max-width: 560px;
}

.swa-final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.swa-final-cta .swa-button {
  margin-top: 0;
}

.swa-button-secondary {
  background: #ffffff;
  color: #0f172a;
  box-shadow: none;
}

.swa-button-secondary:hover,
.swa-button-secondary:focus-visible {
  color: #0f172a;
  background: #e2e8f0;
}

.swa-proof-bar {
  padding: 8px 0 24px;
}

.swa-proof-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.swa-proof-strip strong {
  color: #0f172a;
  font-size: 15px;
}

.swa-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.08);
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
}

.swa-demo-section,
.swa-compare-section,
.swa-feature-band,
.swa-story-section,
.swa-cta-band,
.swa-legal-page {
  padding: 28px 0 72px;
}

.swa-section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.swa-section-heading h2 {
  margin: 14px 0 12px;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.swa-section-heading p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

.swa-section-heading-compact {
  margin-top: 28px;
}

.swa-eyebrow--soft {
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

.swa-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.swa-compare-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.swa-compare-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.swa-compare-head h3 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.swa-compare-head p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.swa-compare-frame {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #dbe4f0;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

.swa-compare-pane {
  position: absolute;
  inset: 0;
  user-select: none;
  -webkit-user-select: none;
}

.swa-compare-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.swa-compare-pane--before {
  clip-path: inset(0 calc(100% - var(--swa-compare-position)) 0 0);
}

.swa-compare-pane--after {
  clip-path: inset(0 0 0 var(--swa-compare-position));
}

.swa-compare-frame.is-hinting .swa-compare-pane--before,
.swa-compare-frame.is-hinting .swa-compare-pane--after {
  transition: clip-path 0.72s ease;
}

.swa-compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--swa-compare-position);
  width: 2px;
  background: rgba(15, 23, 42, 0.24);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
}

.swa-compare-frame.is-hinting .swa-compare-divider {
  transition: left 0.72s ease;
}

.swa-compare-divider::before {
  content: "↔";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  transform: translate(-50%, 0);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.swa-compare-frame.is-hinting .swa-compare-divider::before {
  animation: swaCompareHandlePulse 0.7s ease-in-out 2;
}

.swa-compare-label {
  position: absolute;
  top: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.swa-compare-label--before {
  left: 18px;
}

.swa-compare-label--after {
  right: 18px;
  background: rgba(15, 118, 110, 0.88);
}

.swa-compare-range {
  width: 100%;
  margin-top: 18px;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}

.swa-compare-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  border: 0;
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.3);
  cursor: ew-resize;
}

.swa-compare-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  border: 0;
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.3);
  cursor: ew-resize;
}

@keyframes swaCompareHandlePulse {
  0%,
  100% {
    transform: translate(-50%, 0) scale(1);
  }

  50% {
    transform: translate(-50%, 0) scale(1.08);
  }
}

.swa-pricing-block {
  display: grid;
  gap: 28px;
}

.swa-pricing-group {
  display: grid;
  gap: 16px;
}

.swa-pricing-group-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.swa-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.swa-pricing-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.swa-pricing-card.is-featured {
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.12);
}

.swa-pricing-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.swa-pricing-card-head h3 {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.swa-pricing-amount {
  text-align: right;
}

.swa-pricing-amount strong {
  display: block;
  color: #0f172a;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.swa-pricing-amount span {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.swa-pricing-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.swa-pricing-list li {
  position: relative;
  padding-left: 18px;
  color: #1e293b;
  font-size: 15px;
  line-height: 1.6;
}

.swa-pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
}

.swa-pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.swa-demo-frame {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 32px 60px rgba(15, 23, 42, 0.12);
  background: #f8f9fa;
}

.seoworkerai-demo-heading {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.seoworkerai-demo-subheading {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.swa-demo-toolbar {
  padding: 20px;
  background: linear-gradient(180deg, #e8effc, #f7f9fc);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.swa-demo-nav {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 14px;
}

.swa-demo-nav.is-active {
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #fff;
  border-color: transparent;
}

.swa-demo-stage {
  min-width: 0;
  background: #f8f9fa;
}

.swa-demo-view {
  display: none;
}

.swa-demo-view.is-active {
  display: block;
}

.swa-demo-wrap {
  margin: 0;
  padding-top: 12px;
}

.swa-demo-stage textarea[readonly],
.swa-demo-stage input[readonly] {
  background: #fff;
}

.swa-demo-stage hr {
  border: 0;
  border-top: 1px solid #e8eaed;
  margin: 18px 0;
}

.swa-integrations-grid,
.swa-icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.swa-icon-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  padding: 24px;
}

.swa-icon-panel .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
}

.swa-icon-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 21px;
}

.swa-icon-panel p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.swa-integration-card strong,
.swa-prose-card h2 {
  display: block;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 22px;
}

.swa-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.swa-story-grid h2 {
  margin: 14px 0 0;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.swa-cta-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
}

.swa-cta-shell h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.swa-cta-shell .swa-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
}

.swa-page-hero {
  padding: 36px 0 12px;
}

.swa-prose-card + .swa-prose-card,
.swa-form-embed-card,
.swa-page-hero + .swa-prose-card {
  margin-top: 18px;
}

.swa-prose-card h2 {
  margin-top: 0;
}

.swa-founder-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.swa-founder-photo img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.swa-form-embed-card iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}

.swa-site-footer {
  padding: 0 0 48px;
}

.swa-footer-shell {
  align-items: start;
  grid-template-columns: 1.2fr 0.8fr;
  padding: 26px 28px;
  border-radius: 24px;
  background: #0f172a;
  color: #cbd5e1;
}

.swa-footer-shell strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.swa-footer-shell p {
  margin: 0;
  line-height: 1.7;
}

.swa-footer-nav {
  display: grid;
  gap: 24px;
  justify-items: end;
  align-content: start;
}

.swa-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 14px 26px;
  max-width: 100%;
}

.swa-footer-legal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.swa-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.swa-footer-links a {
  display: inline-flex !important;
  flex: 0 0 auto;
  width: auto !important;
  color: #dbeafe;
  text-decoration: none;
  font-weight: 600;
}

.swa-footer-legal a,
.swa-footer-socials a {
  display: inline-flex !important;
  flex: 0 0 auto;
  width: auto !important;
  color: #dbeafe;
  text-decoration: none;
  font-weight: 600;
}

.swa-footer-links a:hover {
  color: #fff;
}

.swa-footer-socials a:hover {
  color: #fff;
}

.swa-upcoming-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.swa-upcoming-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.72;
}

@media (max-width: 1080px) {
  .swa-hero-grid,
  .swa-compare-grid,
  .swa-pricing-grid,
  .swa-story-grid,
  .swa-steps-grid,
  .swa-audience-grid,
  .swa-cta-shell,
  .swa-footer-shell,
  .swa-integrations-grid,
  .swa-icon-grid,
  .swa-feature-cards,
  .swa-integration-calm-grid,
  .swa-founder-grid {
    grid-template-columns: 1fr;
  }

  .swa-footer-links {
    justify-content: flex-start;
  }

  .swa-footer-nav {
    justify-items: start;
  }

  .swa-footer-legal {
    justify-content: flex-start;
  }

  .swa-compare-frame {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .swa-header-shell {
    grid-template-columns: 1fr;
  }

  .swa-topnav {
    justify-content: flex-start;
  }

  .swa-header-shell {
    gap: 14px;
  }

  .swa-hero-copy h1,
  .swa-page-hero h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .swa-section-heading h2,
  .swa-story-grid h2,
  .swa-cta-shell h2 {
    font-size: 30px;
  }

  .swa-shell {
    width: min(100% - 24px, 1180px);
  }

  .swa-compare-frame {
    min-height: 480px;
  }

  .swa-pricing-card-head {
    display: grid;
  }

  .swa-pricing-amount {
    text-align: left;
  }

  .swa-product-stat-row,
  .swa-product-meta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .swa-final-cta-panel {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .swa-final-cta-copy h2 {
    max-width: none;
  }

  .swa-final-cta-buttons,
  .swa-footer-links,
  .swa-footer-legal {
    width: 100%;
  }

  .swa-final-cta-buttons .swa-button {
    width: 100%;
    justify-content: center;
  }
}
