
  .ws-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 16px 80px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
    line-height: 1.6;
  }

  .ws-kicker {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
  }

  .ws-hero {
    background: radial-gradient(circle at top left, #fef3c7 0, #fef9c3 24%, #ecfdf3 60%, #eff6ff 100%);
    border-radius: 28px;
    padding: 32px 24px 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
  }

  .ws-hero-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
  }

  .ws-hero-main {
    flex: 1 1 260px;
    min-width: 0;
  }

  .ws-hero h1 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 8px 0 14px;
    color: #0f172a;
  }

  .ws-hero p.ws-hero-sub {
    font-size: 15px;
    color: #4b5563;
    max-width: 460px;
  }

  .ws-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .ws-btn-primary,
  .ws-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .ws-btn-primary {
    background: #0f766e;
    color: #ecfdf5;
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.35);
  }

  .ws-btn-primary:hover {
    background: #115e59;
  }

  .ws-btn-ghost {
    background: rgba(255, 255, 255, 0.8);
    color: #111827;
    border-color: rgba(148, 163, 184, 0.6);
  }

  .ws-btn-ghost:hover {
    background: #f9fafb;
  }

  .ws-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
  }

  .ws-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    color: #065f46;
    background: rgba(236, 253, 245, 0.9);
    border: 1px solid rgba(16, 185, 129, 0.3);
    text-transform: uppercase;
    letter-spacing: .12em;
  }

  .ws-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #10b981;
  }

  .ws-hero-side {
    flex: 0 0 240px;
    max-width: 260px;
    margin-left: auto;
  }

  .ws-hero-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    padding: 14px 16px 16px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    font-size: 12px;
  }

  .ws-hero-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
  }

  .ws-hero-card-items {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ws-hero-card-items li {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 5px;
    color: #4b5563;
  }

  .ws-hero-card-items li::before {
    content: "✓";
    font-size: 11px;
    color: #16a34a;
    margin-top: 2px;
  }

  .ws-section {
    margin-top: 40px;
  }

  .ws-section-header {
    max-width: 640px;
    margin-bottom: 16px;
  }

  .ws-section h2 {
    font-size: 22px;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
    color: #0f172a;
  }

  .ws-section p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #4b5563;
  }

  .ws-two-col {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: flex-start;
  }

  .ws-two-col-left,
  .ws-two-col-right {
    flex: 1 1 260px;
    min-width: 0;
  }

  .ws-muted-box {
    background: #f9fafb;
    border-radius: 18px;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
  }

  .ws-muted-box ul {
    margin: 6px 0 0;
    padding-left: 18px;
    font-size: 14px;
    color: #4b5563;
  }

  .ws-highlight {
    background: #ecfdf3;
    border-radius: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(34, 197, 94, 0.4);
    font-size: 13px;
    color: #166534;
  }

  .ws-highlight strong {
    color: #065f46;
  }

  .ws-tagline {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6b7280;
    font-weight: 600;
  }

  /* compare cards */
  .ws-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
  }

  .ws-compare-card {
    border-radius: 20px;
    padding: 18px 18px 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .ws-compare-card.ws-compare-left {
    background: #f9fafb;
  }

  .ws-compare-card.ws-compare-right {
    background: #ecfdf5;
    border-color: rgba(34, 197, 94, 0.4);
    box-shadow: 0 14px 35px rgba(16, 185, 129, 0.16);
  }

  .ws-compare-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .ws-compare-left .ws-compare-label {
    color: #6b7280;
  }

  .ws-compare-right .ws-compare-label {
    color: #047857;
  }

  .ws-compare-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
  }

  .ws-compare-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #4b5563;
  }

  .ws-compare-list li {
    margin-bottom: 5px;
  }

  /* timeline */
  .ws-timeline {
    margin-top: 18px;
    border-left: 1px solid #e5e7eb;
    padding-left: 14px;
  }

  .ws-step {
    margin-bottom: 14px;
    position: relative;
  }

  .ws-step-number {
    position: absolute;
    left: -25px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #0f766e;
    color: #ecfdf5;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(15, 118, 110, 0.35);
  }

  .ws-step-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 3px;
  }

  .ws-step-text {
    font-size: 13px;
    color: #4b5563;
  }

  /* proof cards */
  .ws-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }

  .ws-proof-card {
    border-radius: 18px;
    padding: 14px 14px 13px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .ws-proof-icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ecfdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 6px;
    color: #16a34a;
  }

  .ws-proof-title {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
  }

  .ws-proof-text {
    font-size: 13px;
    color: #4b5563;
  }

  .ws-link {
    color: #0f766e;
    text-decoration: none;
    font-weight: 500;
  }

  .ws-link:hover {
    text-decoration: underline;
  }

  /* final cards */
  .ws-start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
  }

  .ws-start-card {
    border-radius: 20px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
  }

  .ws-start-card h3 {
    font-size: 14px;
    margin: 0 0 4px;
    color: #111827;
  }

  .ws-start-card p {
    font-size: 13px;
    margin: 0 0 8px;
    color: #4b5563;
  }

  .ws-start-card a {
    font-size: 13px;
  }

  /* responsive */
  @media (max-width: 768px) {
    .ws-page {
      padding: 24px 14px 60px;
    }
    .ws-hero {
      padding: 22px 18px 20px;
      border-radius: 22px;
    }
    .ws-hero h1 {
      font-size: 24px;
    }
    .ws-hero-side {
      max-width: 100%;
    }
    .ws-compare-grid {
      grid-template-columns: 1fr;
    }
    .ws-proof-grid {
      grid-template-columns: 1fr;
    }
    .ws-start-grid {
      grid-template-columns: 1fr;
    }
  }
