    /* ===================== HOMEPAGE (LIGHT) ===================== */
    .homepage {
      min-height: 100vh;
      background: #ffffff;
      color: #1a1a1a;
      display: flex;
      flex-direction: column;
    }

    .hp-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 48px;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px solid #e8e8e8;
    }

    .hp-logo {
      font-size: 1.25rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #1a1a1a;
    }

    .hp-logo-icon {
      width: 32px; height: 32px;
      background: var(--accent);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 14px;
      color: white;
    }

    .hp-nav-links {
      display: flex;
      gap: 32px;
      align-items: center;
    }

    .hp-nav-links a {
      color: #555;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 500;
      transition: color 0.15s;
    }
    .hp-nav-links a:hover { color: #1a1a1a; }

    /* Hero */
    .hp-hero {
      padding: 60px 24px 40px;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .hp-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    .hp-hero-text {
      text-align: left;
    }

    .hp-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f5f5f5;
      border: 1px solid #e0e0e0;
      color: #555;
      font-size: 0.8125rem;
      font-weight: 500;
      padding: 6px 14px;
      border-radius: 4px;
      margin-bottom: 24px;
    }

    .hp-hero h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 16px;
      color: #1a1a1a;
    }

    .hp-hero h1 span { color: var(--accent); }

    .hp-hero p {
      font-size: 1.0625rem;
      color: #555;
      max-width: 520px;
      line-height: 1.6;
      margin-bottom: 32px;
    }

    .hp-hero-btns {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Dashboard Preview */
    .hp-dashboard-preview {
      background: #0f172a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
      border: 1px solid #1e293b;
    }

    .hp-preview-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 16px;
      background: #1e293b;
      border-bottom: 1px solid #334155;
    }

    .hp-preview-body {
      padding: 20px;
    }

    .hp-preview-stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 20px;
    }

    .hp-preview-stat {
      background: #1e293b;
      border-radius: 6px;
      padding: 12px;
      text-align: center;
    }

    .hp-preview-label {
      font-size: 0.5625rem;
      font-weight: 600;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 4px;
    }

    .hp-preview-value {
      font-size: 0.9375rem;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
    }

    .hp-preview-chart {
      height: 100px;
      background: linear-gradient(180deg, rgba(41,98,255,0.15) 0%, rgba(41,98,255,0.02) 100%);
      border-radius: 6px;
      position: relative;
      overflow: hidden;
    }

    .hp-preview-chart::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #2962ff;
    }

    /* Social Proof */
    .hp-social-proof {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      margin-top: 40px;
      padding: 16px 24px;
      background: #f8f9fa;
      border-radius: 8px;
      flex-wrap: wrap;
    }

    .hp-social-text {
      font-size: 0.875rem;
      color: #555;
    }

    .hp-stars {
      color: #f59e0b;
      font-size: 0.875rem;
      font-weight: 600;
    }

    .hp-stars span {
      color: #555;
      font-weight: 400;
      margin-left: 4px;
    }

    .hp-testimonial-mini {
      font-size: 0.8125rem;
      color: #666;
      font-style: italic;
      max-width: 300px;
    }

    /* Buttons */
    .hp-btn {
      padding: 12px 28px;
      border-radius: 6px;
      font-size: 0.9375rem;
      font-weight: 600;
      cursor: pointer;
      border: none;
      transition: all 0.15s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .hp-btn-primary {
      background: var(--accent);
      color: white;
    }
    .hp-btn-primary:hover { background: var(--accent-hover); }

    .hp-btn-secondary {
      background: transparent;
      color: #1a1a1a;
      border: 1px solid #d0d0d0;
    }
    .hp-btn-secondary:hover {
      background: #f5f5f5;
      border-color: #b0b0b0;
    }

    .hp-btn-large {
      padding: 14px 36px;
      font-size: 1rem;
    }

    /* Features */
    .hp-features {
      padding: 80px 24px;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .hp-section-title {
      font-size: 1.75rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 8px;
      color: #1a1a1a;
    }

    .hp-section-subtitle {
      font-size: 1rem;
      color: #555;
      text-align: center;
      margin-bottom: 48px;
    }

    .hp-feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .hp-feature-card {
      background: #ffffff;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      padding: 32px;
      transition: all 0.2s;
    }

    .hp-feature-card:hover {
      border-color: var(--accent);
      transform: translateY(-2px);
      box-shadow: 0 4px 20px rgba(41,98,255,0.08);
    }

    .hp-feature-icon {
      width: 40px;
      height: 40px;
      background: rgba(41,98,255,0.08);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
      margin-bottom: 16px;
    }

    .hp-feature-title {
      font-size: 1.0625rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #1a1a1a;
    }

    .hp-feature-desc {
      font-size: 0.875rem;
      color: #555;
      line-height: 1.6;
    }

    /* Comparison */
    .hp-comparison {
      padding: 80px 24px;
      max-width: 800px;
      margin: 0 auto;
      width: 100%;
      background: #f8f9fa;
    }

    .hp-comparison-table-wrap {
      background: white;
      border-radius: 8px;
      border: 1px solid #e8e8e8;
      overflow: hidden;
    }

    .hp-comparison-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.875rem;
    }

    .hp-comparison-table th {
      background: #f8f9fa;
      padding: 12px 16px;
      text-align: left;
      font-weight: 600;
      color: #555;
      border-bottom: 1px solid #e8e8e8;
    }

    .hp-comparison-table td {
      padding: 12px 16px;
      border-bottom: 1px solid #f0f0f0;
    }

    .hp-comparison-table tr:last-child td {
      border-bottom: none;
    }

    .hp-check {
      color: var(--green);
      font-weight: 700;
    }

    .hp-cross {
      color: #ccc;
    }

    /* Testimonials */
    .hp-testimonials {
      padding: 80px 24px;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .hp-testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .hp-testimonial-card {
      background: #f8f9fa;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      padding: 28px;
    }

    .hp-testimonial-text {
      font-size: 0.9375rem;
      color: #333;
      line-height: 1.6;
      margin-bottom: 20px;
      font-style: italic;
    }

    .hp-testimonial-author {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .hp-testimonial-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--accent);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      font-weight: 700;
    }

    .hp-testimonial-name {
      font-size: 0.875rem;
      font-weight: 600;
      color: #1a1a1a;
    }

    .hp-testimonial-handle {
      font-size: 0.75rem;
      color: #888;
    }

    /* FAQ */
    .hp-faq {
      padding: 80px 24px;
      max-width: 720px;
      margin: 0 auto;
      width: 100%;
    }

    .hp-faq-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .hp-faq-item {
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      overflow: hidden;
    }

    .hp-faq-q {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      background: white;
      border: none;
      font-size: 0.9375rem;
      font-weight: 500;
      color: #1a1a1a;
      cursor: pointer;
      text-align: left;
    }

    .hp-faq-q:hover { background: #f8f9fa; }

    .hp-faq-icon {
      font-size: 1.25rem;
      color: #888;
      transition: transform 0.2s;
    }

    .hp-faq-item.open .hp-faq-icon {
      transform: rotate(45deg);
    }

    .hp-faq-a {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: all 0.2s;
      font-size: 0.875rem;
      color: #555;
      line-height: 1.6;
    }

    .hp-faq-item.open .hp-faq-a {
      padding: 0 20px 16px;
      max-height: 200px;
    }

    /* CTA */
    .hp-cta {
      padding: 80px 24px;
      text-align: center;
      background: #0f172a;
      color: white;
    }

    .hp-cta h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .hp-cta p {
      font-size: 1rem;
      color: #94a3b8;
      margin-bottom: 28px;
    }

    /* Pricing */
    .hp-pricing {
      padding: 80px 24px;
      max-width: 880px;
      margin: 0 auto;
      width: 100%;
    }

    .hp-pricing-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .hp-pricing-card {
      background: #ffffff;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      padding: 40px 32px;
      text-align: center;
      position: relative;
    }

    .hp-pricing-card.pro {
      border-color: var(--accent);
    }

    .hp-pricing-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--accent);
      color: white;
      font-size: 0.6875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      padding: 4px 12px;
      border-radius: 4px;
    }

    .hp-pricing-name {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #1a1a1a;
    }

    .hp-pricing-price {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 4px;
      color: #1a1a1a;
    }
    .hp-pricing-price span {
      font-size: 1rem;
      font-weight: 400;
      color: #555;
    }

    .hp-pricing-desc {
      font-size: 0.875rem;
      color: #555;
      margin-bottom: 28px;
    }

    .hp-pricing-features {
      list-style: none;
      text-align: left;
      margin-bottom: 32px;
    }

    .hp-pricing-features li {
      padding: 10px 0;
      font-size: 0.875rem;
      color: #555;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .hp-pricing-features li:last-child { border-bottom: none; }
    .hp-pricing-features .check { color: var(--green); font-weight: 600; }
    .hp-pricing-features .cross { color: #bbb; }

    /* Footer */
    .hp-footer {
      padding: 48px 24px;
      text-align: center;
      border-top: 1px solid #e8e8e8;
      background: #f8f9fa;
    }

    .hp-footer-links {
      display: flex;
      justify-content: center;
      gap: 24px;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }

    .hp-footer-links a {
      color: #555;
      text-decoration: none;
      font-size: 0.8125rem;
      transition: color 0.15s;
    }

    .hp-footer-links a:hover { color: var(--accent); }

    .hp-footer-social {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-bottom: 16px;
    }

    .hp-footer-social a {
      color: #888;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 600;
      transition: color 0.15s;
    }

    .hp-footer-social a:hover { color: var(--accent); }

    .hp-footer-copy {
      color: #888;
      font-size: 0.8125rem;
    }

    @media (max-width: 900px) {
      .hp-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .hp-hero-text {
        text-align: center;
      }
      .hp-hero-btns {
        justify-content: center;
      }
      .hp-dashboard-preview {
        max-width: 480px;
        margin: 0 auto;
      }
      .hp-nav {
        padding: 16px 24px;
      }
      .hp-nav-links {
        gap: 16px;
      }
      .hp-pricing-grid {
        grid-template-columns: 1fr;
      }
      .hp-social-proof {
        flex-direction: column;
        text-align: center;
        gap: 12px;
      }
    }
