.guides-hero-section{padding:2rem;position:relative;overflow:hidden}.guides-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:10}.guides-hero-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width:1024px){.guides-hero-grid{grid-template-columns:1fr 1fr;gap:6rem}}.guides-badge{display:inline-flex;align-items:center;background:#e0f2fe;color:#0284c7;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:800;letter-spacing:.05em;margin-bottom:1.5rem}.guides-title{font-size:clamp(2.5rem, 5vw, 1rem);font-weight:900;color:#0f172a;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.guides-desc{font-size:1.25rem;color:#64748b;line-height:1.6;max-width:550px}.featured-content{padding:2.5rem}.featured-label{color:#d97706;font-weight:800;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;display:block}.featured-card-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.2}.featured-card-desc{color:#64748b;margin-bottom:2rem;font-size:1.05rem}.featured-btn{display:inline-flex;align-items:center;gap:.75rem;background:#0f172a;color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:700;text-decoration:none;transition:all 0.3s ease}.featured-btn:hover{background:#334155;gap:1rem}.guides-library-section{background-color:#fff;padding:2rem 0;position:relative}.guide-filter-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.guide-filter-btn{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:3rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s ease}.guide-filter-btn:hover{background:#f1f5f9;color:#0f172a;transform:translateY(-2px)}.guide-filter-btn.active{background:#0ea5e9;color:#fff;border-color:#0ea5e9;box-shadow:0 10px 15px -3px rgb(14 165 233 / .3)}.guide-card-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.guide-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.guide-card-grid{grid-template-columns:repeat(4,1fr)}}.guide-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;transition:all 0.3s ease;position:relative}.guide-item-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px rgb(0 0 0 / .08);border-color:#cbd5e1}.guide-card-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.bg-blue-light{background:#e0f2fe;color:#0284c7}.bg-green-light{background:#dcfce7;color:#16a34a}.bg-purple-light{background:#f3e8ff;color:#9333ea}.bg-yellow-light{background:#fef9c3;color:#ca8a04}.guide-card-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.3}.guide-card-desc{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:2rem;flex-grow:1}.guide-download-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:#0ea5e9;text-decoration:none;transition:color 0.3s ease;margin-top:auto}.guide-download-link:hover{color:#0284c7}.guide-download-link svg{transition:transform 0.3s ease}.guide-item-card:hover .guide-download-link svg{transform:translateY(3px)}.guides-steps-section{padding:2rem 0;position:relative;overflow:hidden}.guides-steps-header{text-align:center;max-width:700px;margin:0 auto 5rem auto}.guides-steps-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:900;color:#0f172a;line-height:1.2;margin-bottom:1rem}.guides-steps-desc{font-size:1.15rem;color:#64748b;line-height:1.6}.steps-grid{display:grid;grid-template-columns:1fr;gap:3rem;position:relative;max-width:1100px;margin:0 auto}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid::before{content:'';position:absolute;top:60px;left:15%;right:15%;height:2px;background:#e2e8f0;z-index:1;border-style:dashed;border-width:2px 0 0 0;border-color:#cbd5e1}}.step-card{background:#fff;border-radius:1.5rem;padding:3rem 2rem;text-align:center;position:relative;z-index:2;box-shadow:0 10px 25px -5px rgb(0 0 0 / .05);border:1px solid rgb(0 0 0 / .03);transition:transform 0.3s ease}.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px rgb(14 165 233 / .15)}.step-icon-wrapper{width:90px;height:90px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem auto;border:4px solid #f8fafc;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1);position:relative;transition:transform 0.3s ease}.step-card:hover .step-icon-wrapper{transform:scale(1.1)}.step-icon-wrapper svg{width:40px;height:40px}.step-number{position:absolute;top:-5px;right:-5px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;color:#fff;border:3px solid #fff;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1)}.step-1 .step-icon-wrapper svg{color:#0ea5e9}.step-1 .step-number{background:#0ea5e9}.step-2 .step-icon-wrapper svg{color:#8b5cf6}.step-2 .step-number{background:#8b5cf6}.step-3 .step-icon-wrapper svg{color:#10b981}.step-3 .step-number{background:#10b981}.step-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.step-desc{color:#64748b;line-height:1.6;font-size:1rem}.btn-hero-primary{display:inline-flex;align-items:center;background:#16a34a;color:white!important;padding:14px 28px;border-radius:12px;font-weight:700;text-decoration:none;transition:0.3s;box-shadow:0 10px 20px -5px rgb(22 163 74 / .4);width:fit-content}.btn-hero-primary:hover{background:#15803d;transform:translateY(-2px)}.btn-hero-primary svg{width:20px;height:20px;margin-left:8px}