
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    *:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }
    :root {
      --accent: #22c55e; --accent-hover: #16a34a;
      --accent-lt: rgba(34,197,94,.07); --accent-border: rgba(34,197,94,.18);
      --bg: #0a0a0b; --surface: #111113; --surface2: #18181b; --surface3: #1e1e22;
      --border: #27272a; --border2: #3f3f46;
      --text: #fafafa; --muted: #a1a1aa; --dim: #71717a;
      --warn: #f59e0b; --error: #f87171; --success: #4ade80; --info: #60a5fa;
      --radius: 12px; --radius-sm: 8px;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--bg); color: var(--text); font-family: 'Source Sans 3', system-ui, sans-serif; line-height: 1.6; }
    a { color: var(--accent); text-decoration: none; }
    a:hover { text-decoration: underline; }

    .nav { position: sticky; top: 0; z-index: 100; background: rgba(10,10,11,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 0 24px; height: 60px; display: flex; align-items: center; justify-content: space-between; }
    .nav-logo { font-size: 17px; font-weight: 700; color: var(--text); letter-spacing: -.02em; text-decoration: none; }
    .nav-logo span { color: var(--accent); }
    .nav-links { display: flex; gap: 28px; }
    .nav-links a { font-size: 14px; color: var(--muted); transition: color .15s; }
    .nav-links a:hover, .nav-links a.active { color: var(--text); text-decoration: none; }
    .nav-ctas { display: flex; align-items: center; gap: 10px; }
    .btn-ghost { padding: 8px 16px; border-radius: 9px; font-size: 14px; font-weight: 600; color: var(--muted); border: 1px solid var(--border2); background: none; text-decoration: none; transition: all .15s; }
    .btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,.2); text-decoration: none; }
    .btn-green { padding: 8px 18px; border-radius: 9px; font-size: 14px; font-weight: 700; color: #051408; background: var(--accent); border: none; text-decoration: none; transition: all .15s; display: inline-block; }
    .btn-green:hover { background: #1db350; text-decoration: none; transform: translateY(-1px); }
    @media (max-width: 640px) { .nav-links { display: none; } }

    .page-hero { padding: 64px 24px 48px; text-align: center; max-width: 680px; margin: 0 auto; }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-lt); border: 1px solid var(--accent-border); border-radius: 99px; padding: 5px 14px; font-size: 12px; font-weight: 600; color: var(--accent); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 24px; }
    .page-hero h1 { font-family: 'Lora', serif; font-size: clamp(30px, 5vw, 52px); font-weight: 700; line-height: 1.15; letter-spacing: -.03em; margin-bottom: 16px; }
    .page-hero p { font-size: 17px; color: var(--muted); line-height: 1.65; max-width: 520px; margin: 0 auto; }

    .free-trial-banner { max-width: 680px; margin: 0 auto 48px; padding: 0 24px; }
    .free-trial-card { background: var(--accent-lt); border: 1px solid var(--accent-border); border-radius: 16px; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
    .free-trial-card .ft-text { font-size: 15px; font-weight: 600; color: var(--text); }
    .free-trial-card .ft-sub { font-size: 13px; color: var(--accent); margin-top: 2px; }
    .btn-trial { padding: 10px 22px; background: var(--accent); color: #051408; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .15s; }
    .btn-trial:hover { background: #1db350; text-decoration: none; }

    .pricing-wrap { max-width: 920px; margin: 0 auto; padding: 0 24px 72px; }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
    .price-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; position: relative; transition: border-color .2s, transform .2s; }
    .price-card:hover { transform: translateY(-2px); border-color: var(--border2); }
    .price-card.popular { border-color: var(--accent); }
    .popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #051408; font-size: 11px; font-weight: 800; padding: 4px 14px; border-radius: 99px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
    .price-days { font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
    .price-amount { font-size: 40px; font-weight: 800; letter-spacing: -.04em; color: var(--text); margin-bottom: 2px; }
    .price-currency { font-size: 18px; vertical-align: super; font-weight: 600; }
    .price-per-day { font-size: 12px; color: var(--dim); margin-bottom: 4px; }
    .price-sub { font-size: 12px; color: var(--accent); font-weight: 600; margin-bottom: 24px; }
    .price-features { text-align: left; margin-bottom: 24px; display: flex; flex-direction: column; gap: 8px; }
    .pf { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--muted); }
    .pf-check { color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
    .btn-price { width: 100%; padding: 12px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all .18s; text-decoration: none; display: block; text-align: center; }
    .btn-price-primary { background: var(--accent); color: #051408; border: none; }
    .btn-price-primary:hover { background: #1db350; text-decoration: none; }
    .btn-price-outline { background: none; color: var(--text); border: 1px solid var(--border2); }
    .btn-price-outline:hover { border-color: rgba(255,255,255,.25); text-decoration: none; }
    @media (max-width: 760px) { .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; } }

    .section-divider { border: none; border-top: 1px solid var(--border); margin: 0; }

    .compare-wrap { max-width: 920px; margin: 0 auto; padding: 64px 24px; }
    .section-label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
    .section-title { font-size: clamp(24px, 4vw, 36px); font-weight: 700; letter-spacing: -.02em; margin-bottom: 32px; }
    .compare-table { width: 100%; border-collapse: collapse; font-size: 14px; }
    .compare-table th { text-align: left; padding: 12px 16px; color: var(--muted); font-weight: 600; border-bottom: 1px solid var(--border); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
    .compare-table th:first-child { width: 34%; }
    .compare-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); color: var(--muted); vertical-align: top; }
    .compare-table tr:last-child td { border-bottom: none; }
    .compare-table td:first-child { font-weight: 600; color: var(--text); }
    .compare-table .us { color: var(--accent); font-weight: 600; }
    .compare-table .them { color: var(--dim); }
    .compare-table .highlight-row td { background: rgba(34,197,94,.04); }
    .compare-note { font-size: 12px; color: var(--dim); margin-top: 16px; }
    @media (max-width: 640px) { .compare-table { font-size: 13px; } .compare-table th, .compare-table td { padding: 10px 10px; } }

    .faq-wrap { max-width: 680px; margin: 0 auto; padding: 0 24px 72px; }
    .faq-header { text-align: center; margin-bottom: 40px; }
    .faq { display: flex; flex-direction: column; }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-q { width: 100%; background: none; border: none; color: var(--text); font-family: inherit; font-size: 15px; font-weight: 600; text-align: left; padding: 18px 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .faq-q:hover { color: var(--accent); }
    .faq-chevron { font-size: 18px; color: var(--muted); transition: transform .2s; flex-shrink: 0; }
    .faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--accent); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
    .faq-item.open .faq-a { max-height: 300px; }
    .faq-a p { font-size: 14px; color: var(--muted); line-height: 1.75; padding-bottom: 18px; }

    .bottom-cta { background: var(--surface2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 56px 24px; text-align: center; }
    .bottom-cta h2 { font-size: clamp(22px, 4vw, 32px); font-weight: 700; letter-spacing: -.02em; margin-bottom: 12px; }
    .bottom-cta p { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
    .cta-group { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
    .cta-primary { padding: 13px 30px; background: var(--accent); color: #051408; border-radius: 12px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .18s; }
    .cta-primary:hover { background: #1db350; transform: translateY(-1px); text-decoration: none; }
    .cta-secondary { padding: 13px 24px; background: none; color: var(--text); border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; border: 1px solid var(--border2); transition: all .18s; }
    .cta-secondary:hover { border-color: rgba(255,255,255,.2); text-decoration: none; }

    .footer { border-top: 1px solid var(--border); padding: 40px 24px; text-align: center; }
    .footer-links { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; }
    .footer-links a { font-size: 13px; color: var(--muted); transition: color .15s; }
    .footer-links a:hover { color: var(--text); text-decoration: none; }
    .footer-copy { font-size: 12px; color: var(--muted); }
  