.guides-home{color:var(--subtext);background-color:#fafafa;font-family:Poppins,sans-serif;line-height:1.6}.guides-home .hero{text-align:center;background:var(--bg-light);box-sizing:border-box;max-width:100%;padding:120px 5% 80px}.guides-home .hero h1{color:var(--heading);letter-spacing:-.02em;margin-bottom:15px;font-size:3rem;font-weight:600}.guides-home .hero p{color:var(--subtext);max-width:600px;margin:0 auto 40px;font-size:1.1rem}.guides-home .hero-btns{justify-content:center;gap:15px;display:flex}.guides-home .btn{border-radius:50px;padding:16px 32px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1)}.guides-home .btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 20px #0d977c33}.guides-home .btn-secondary{color:var(--heading);border:1px solid var(--border-smooth);background:#fff}.guides-home .btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #00000014}.guides-home .status-bar{background:var(--card-bg);max-width:800px;box-shadow:var(--shadow-soft);border:1px solid var(--border-smooth);box-sizing:border-box;border-radius:50px;justify-content:space-between;align-items:center;margin:-40px auto 60px;padding:15px 30px;display:flex}.guides-home .status-label{color:var(--heading);align-items:center;gap:10px;font-size:.85rem;font-weight:500;display:flex}.guides-home .dot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%}.guides-home .dot.red{background-color:var(--red);box-shadow:0 0 10px var(--red)}.guides-home .uptime-row{gap:4px;display:flex}.guides-home .uptime-bar{background:#e0e0e0;border-radius:10px;width:3px;height:18px}.guides-home .uptime-bar.active{background:var(--primary)}.guides-home .grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;max-width:1200px;margin:40px auto;padding:0 20px;display:grid}.guides-home .card{background:var(--card-bg);border-radius:var(--radius);border:1px solid var(--border-smooth);cursor:pointer;flex-direction:column;justify-content:space-between;padding:32px;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex}.guides-home .card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.guides-home .card-icon{color:var(--primary);background:#0d977c1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;font-size:.9rem;font-weight:700;display:flex}.guides-home .card h3{color:var(--heading);margin-bottom:12px;font-size:1.4rem;line-height:1.3}.guides-home .card p{color:var(--subtext);margin-bottom:24px;font-size:.9rem;line-height:1.6}.guides-home .card-footer{color:var(--primary);align-items:center;gap:8px;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.guides-home .arrow-icon{transition:transform .3s}.guides-home .card:hover .arrow-icon{transform:translate(5px)}@media (max-width:768px){.guides-home .hero h1{font-size:2.2rem}.guides-home .hero .hero-btns{flex-direction:column;align-self:center;max-width:80%;margin-left:10%}.guides-home .status-bar{border-radius:20px;flex-direction:column;gap:15px;width:90%}}
