.banner-steps{background:linear-gradient(135deg,#fefaf5,#fdf3ea);border-radius:32px;padding:2rem 1.5rem;margin-bottom:2.5rem;text-align:center;border:1px solid #f0e0cf}.banner-title{font-size:1.5rem;font-weight:700;color:#3e2a1f;margin-bottom:.5rem}.banner-sub{font-size:.95rem;color:#6a5a4a;margin-bottom:1.5rem}.steps-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.step-item{display:flex;align-items:center;gap:.8rem;background:#fff;padding:.6rem 1.2rem;border-radius:60px;border:1px solid #f0e0cf;box-shadow:0 2px 4px rgba(0,0,0,.02);flex:0 1 auto}.step-number{background:#b45f2b;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.step-text{font-size:.85rem;font-weight:500;color:#3e2a1f;white-space:nowrap}.step-arrow{color:#cbbaa9;font-size:1.2rem}.step-arrow:last-child{display:none}.description-wrapper{background:#fefaf5;border-radius:24px;padding:1.2rem 1.5rem;margin:2rem 0 2.5rem;border:1px solid #f0e0cf;transition:all .3s}.description-text{font-size:.95rem;line-height:1.8;color:#4a3a2c;max-height:110px;overflow:hidden;transition:max-height .4s ease}.description-text.expanded{max-height:2000px}.read-more-btn{display:inline-block;background:transparent;border:0;color:#b45f2b;font-weight:600;font-size:.85rem;cursor:pointer;padding:.5rem 0;margin-top:.5rem;font-family:inherit}.read-more-btn:hover{text-decoration:underline}.faq-section{margin:2.5rem 0}.faq-title{font-size:1.3rem;font-weight:700;color:#3e2a1f;margin-bottom:1.5rem;padding-right:12px}.faq-item{background:#fefaf5;border:1px solid #f0e0cf;border-radius:16px;margin-bottom:.8rem;overflow:hidden}.faq-question{width:100%;background:transparent;border:0;padding:1rem 1.2rem;text-align:right;font-size:.95rem;font-weight:600;color:#3e2a1f;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:inherit;gap:1rem}.faq-arrow{font-size:.7rem;color:#b45f2b;transition:transform .2s;flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.2rem 1.2rem 1.2rem;font-size:.9rem;line-height:1.7;color:#4a3a2c;border-top:1px solid #f0e0cf}.faq-item.open .faq-answer{display:block}.reviews-section{margin:2.5rem 0}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}.review-card{background:#fefaf5;border:1px solid #f0e0cf;border-radius:20px;padding:1.2rem;transition:border-color .2s}.review-card:hover{border-color:#decbb8}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-name{font-weight:600;color:#3e2a1f}.review-date{font-size:.7rem;color:#b98f6b}.review-stars{color:#f5a623;font-size:.85rem;margin-bottom:.4rem}.review-text{font-size:.85rem;color:#4a3a2c;line-height:1.6}