:root{--bg: ;--text: ;--muted: ;--card: ;--radius:14px;--shadow:--container-width:;--gap:24px;--max-thumb-height:220px;--font-sans: }*{box-sizing:border-box}html,body{height:100%}body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.35}.container{width:calc(100% - 40px);max-width:1100px;margin:0 auto}.main-card{background:#f7f7f7;border:1px solid #f7f7f7;border-radius:18px;margin:18px auto 72px;padding:32px}.search-row{flex-direction:row;align-items:center;gap:16px;width:100%;margin-bottom:26px;display:flex}.search-input{background:#fff;border:1px solid #0000000f;border-radius:12px;outline:none;width:100%;padding:18px 20px;font-size:16px}.search-input::placeholder{color:#a0a0a0}.btn{cursor:pointer;border:none;border-radius:10px;padding:12px 20px;font-size:15px;font-weight:700}.btn.primary{color:#fff;background:#111;box-shadow:0 6px 18px #1111111f}.hero{flex-direction:column;align-items:center;margin-top:6px;margin-bottom:22px;display:flex}.hero-title{margin:0 0 8px;font-size:40px;font-weight:800;line-height:1.02}.hero-sub{color:#000;margin:0;font-size:18px}.results-grid{flex-direction:column;align-items:center;gap:40px;display:flex}.loader{border:4px solid #f3f3f3;border-top-color:#111;border-radius:100%;width:40px;height:40px;margin:auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:900px){.hero-title{font-size:32px}.results-grid{grid-template-columns:1fr}.search-row{flex-direction:column;align-items:center;width:100%}.btn.primary{width:100%}}
.cta-wrap{flex-direction:column;align-items:center;gap:0;padding:72px 24px 80px;display:flex}.cta-badge{color:#15803d;letter-spacing:.04em;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;margin-bottom:28px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-flex}.cta-badge-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite cta-pulse}@keyframes cta-pulse{0%,to{opacity:1}50%{opacity:.4}}.cta-h1{color:#0f172a;text-align:center;letter-spacing:-.03em;max-width:720px;margin-bottom:20px;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:800;line-height:1.12}.cta-highlight{background:linear-gradient(90deg,#22c55e,#16a34a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-sub{color:#64748b;text-align:center;max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.65}.cta-input-row{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;align-items:center;gap:10px;width:100%;max-width:560px;margin-bottom:20px;padding:6px 6px 6px 20px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 24px #0000000f}.cta-input-row:focus-within{border-color:#22c55e;box-shadow:0 4px 24px #22c55e1f}.cta-search-icon{color:#94a3b8;flex-shrink:0}.cta-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.cta-input::placeholder{color:#94a3b8}.cta-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:11px;padding:11px 22px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 10px #22c55e59}.cta-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #22c55e73}.cta-btn:active{transform:scale(.98)}.cta-chips{flex-wrap:wrap;justify-content:center;gap:8px;max-width:560px;margin-bottom:48px;display:flex}.cta-chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:5px 14px;font-size:12.5px;text-decoration:none;transition:border-color .15s,background .15s,color .15s}.cta-chip:hover{color:#15803d;background:#f0fdf4;border-color:#86efac}.cta-stats{justify-content:center;align-items:center;gap:40px;display:flex}.cta-stat{text-align:center}.cta-stat-num{color:#0f172a;letter-spacing:-.02em;font-size:1.4rem;font-weight:800;display:block}.cta-stat-label{color:#94a3b8;margin-top:2px;font-size:12px;display:block}.cta-divider{background:#e2e8f0;width:1px;height:36px;display:block}@media (max-width:640px){.cta-wrap{padding:48px 20px 56px}.cta-stats{gap:24px}.cta-input-row{border-radius:14px}.cta-btn{padding:11px 16px}}
.features-section{max-width:1100px;margin:0 auto;padding:0 24px 80px}.features-label{text-align:center;letter-spacing:.08em;color:#16a34a;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:600}.features-title{text-align:center;color:#0f172a;letter-spacing:-.025em;margin-bottom:48px;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:800;line-height:1.2}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.fcard{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:20px;padding:28px 24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.fcard:hover{border-color:#86efac;transform:translateY(-3px);box-shadow:0 8px 32px #22c55e1a}.fcard-icon{background:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.fcard-head{color:#0f172a;margin-bottom:2px;font-size:1rem;font-weight:700}.fcard-sub{color:#64748b;font-size:13px;line-height:1.5}.steps{flex-direction:column;gap:14px;display:flex}.step{align-items:flex-start;gap:12px;display:flex}.step-num{color:#16a34a;background:#f0fdf4;border:1.5px solid #86efac;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.step-text{color:#374151;font-size:13.5px;line-height:1.5}.examples{flex-direction:column;gap:8px;display:flex}.example-chip{color:#475569;cursor:default;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background .15s,border-color .15s,color .15s;display:flex}.example-chip:hover{color:#15803d;background:#f0fdf4;border-color:#86efac}.chip-icon{flex-shrink:0;font-size:14px}.benefits{flex-direction:column;gap:10px;display:flex}.benefit{align-items:flex-start;gap:10px;display:flex}.benefit-check{background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.benefit-text{color:#374151;font-size:13.5px;line-height:1.5}.limit-pill{color:#854d0e;background:#fef9c3;border:1px solid #fde047;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;margin-top:auto;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}@media (max-width:820px){.features-grid{grid-template-columns:1fr}}
