.home-hero{text-align:center;padding:5rem 1.5rem}@media (min-width:640px){.home-hero{padding:8rem 1.5rem}}.home-hero-badge{color:var(--primary);background:#dc262614;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.home-hero-badge-dot{background:var(--primary);border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite hero-pulse}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.5}}.home-hero h1{color:var(--text);letter-spacing:-.025em;margin:0 0 1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}@media (min-width:640px){.home-hero h1{font-size:3rem}}@media (min-width:1024px){.home-hero h1{font-size:3.75rem}}.home-hero h1 .highlight{color:var(--primary)}.home-hero-subtitle{color:var(--muted);max-width:42rem;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}@media (min-width:640px){.home-hero-subtitle{font-size:1.25rem}}.home-hero-search{flex-direction:column;align-items:stretch;gap:.75rem;max-width:42rem;margin:0 auto 2rem;display:flex}@media (min-width:640px){.home-hero-search{flex-direction:row;align-items:center}}.home-hero-search-input-wrap{border:1px solid var(--border);background:#fff;border-radius:.5rem;flex:1;align-items:center;min-width:0;height:3.5rem;padding:0;display:flex;box-shadow:0 1px 2px #0000000d}.home-hero-search-icon{width:3rem;color:var(--muted);pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-hero-search-icon svg{width:1.25rem;height:1.25rem}.home-hero-search-input{box-sizing:border-box;min-width:0;height:100%;color:var(--text);appearance:none;box-shadow:none;background:#fff;border:none;border-radius:0;outline:none;flex:1;padding:0 1rem;font-size:1rem}.home-hero-search-input::-webkit-search-decoration{appearance:none;display:none}.home-hero-search-input::-webkit-search-cancel-button{appearance:none;display:none}.home-hero-search-input::-webkit-search-results-button{appearance:none;display:none}.home-hero-search-input::-webkit-search-results-decoration{appearance:none;display:none}.home-hero-search-input::placeholder{color:var(--muted)}.home-hero-search-input:focus{box-shadow:none;outline:none}.home-hero-search-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-muted)}.home-hero-search-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;height:3.5rem;padding:0 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 1px 2px #0000000d}.home-hero-search-btn:hover{background:#b91c1c;transform:translateY(-1px)}.home-hero-hot{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:.5rem;font-size:.875rem;display:flex}.home-hero-hot a{color:var(--text);text-decoration:none;transition:color .2s}.home-hero-hot a:hover{color:var(--primary)}.home-features{padding:5rem 1.5rem}@media (min-width:640px){.home-features{padding:8rem 1.5rem}}.home-features-inner{max-width:1280px;margin:0 auto}.home-features-head{text-align:center;margin-bottom:4rem}.home-features-head h2{color:var(--text);margin:0 0 1rem;font-size:1.875rem;font-weight:600}@media (min-width:640px){.home-features-head h2{font-size:2.25rem}}.home-features-head p{color:var(--muted);max-width:42rem;margin:0 auto;font-size:1.125rem}.home-features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.home-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-features-grid{grid-template-columns:repeat(3,1fr)}}.home-feature-card{background:var(--panel);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:1rem;padding:2rem;transition:all .2s}.home-feature-card:hover{border-color:var(--primary);box-shadow:0 10px 30px #dc262614}.home-feature-icon{background:var(--accent-muted);width:3rem;height:3rem;color:var(--accent);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.home-feature-icon.primary{color:var(--primary);background:#dc26261f}.home-feature-icon.secondary{color:var(--secondary);background:#1a1a1a0f}.home-feature-card h3{color:var(--text);margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.home-feature-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.home-cta{padding:5rem 1.5rem}@media (min-width:640px){.home-cta{padding:8rem 1.5rem}}.home-cta-inner{max-width:1280px;margin:0 auto}.home-cta-card{background:linear-gradient(135deg,var(--secondary)0%,#1a1a1ae6 100%);border-radius:.75rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.home-cta-card:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.home-cta-content{text-align:center;padding:4rem 2rem;position:relative}@media (min-width:640px){.home-cta-content{padding:5rem 3rem}}.home-cta-content h2{color:#fff;margin:0 0 1rem;font-size:1.875rem;font-weight:600}@media (min-width:640px){.home-cta-content h2{font-size:2.25rem}}.home-cta-content p{color:#fffc;max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem}.home-cta-buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.home-cta-buttons{flex-direction:row}}.home-cta-btn-primary{height:3rem;color:var(--secondary);cursor:pointer;background:#fff;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:0 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 15px -3px #0000001a}.home-cta-btn-primary:hover{background:#ffffffe6;transform:translateY(-1px)}.home-cta-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;height:3rem;padding:0 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.home-cta-btn-secondary:hover{background:#ffffff1a}.site-footer{background:var(--secondary);color:#fff;margin-top:5rem;padding:3rem 1.5rem 2rem}.site-footer-inner{max-width:1280px;margin:0 auto}.site-footer-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.site-footer-grid{grid-template-columns:repeat(4,1fr)}}.site-footer-brand .logo-wrap{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.site-footer-brand .logo-wrap svg{color:#fff}.site-footer-brand .logo-dot{background:var(--primary);border-radius:50%;width:.625rem;height:.625rem}.site-footer-brand p{color:#ffffffb3;margin:0;font-size:.875rem}.site-footer h3{margin:0 0 1rem;font-size:.875rem;font-weight:500}@media (min-width:640px){.site-footer h3{font-size:1rem}}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer ul li{margin-bottom:.5rem}.site-footer ul a,.site-footer ul button{color:#ffffffb3;cursor:pointer;font-size:.875rem;font:inherit;background:0 0;border:none;padding:0;text-decoration:none;transition:color .2s}.site-footer ul a:hover,.site-footer ul button:hover{color:#fff}.site-footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.75rem}@media (min-width:640px){.site-footer-bottom{font-size:.875rem}}.hidden-sm{display:none}@media (min-width:640px){.hidden-sm{display:inline}}.home-fade-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.home-fade-in.visible{opacity:1;transform:translateY(0)}.home-fade-in.delay-1{transition-delay:.1s}.home-fade-in.delay-2{transition-delay:.2s}.home-fade-in.delay-3{transition-delay:.3s}
