.home{display:flex;align-items:center;justify-content:space-between;gap:2rem;background-color:#f5f8fa;padding:3rem 4rem;margin-top:5rem;border-radius:1rem}.details{flex:1 1 55%;background-color:#faebd7;border-radius:1rem;padding:2rem;line-height:1.7;font-size:1.1rem;color:#333}.details h2{color:#fa8b75;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.details ol{margin:1rem 0 1rem 1.5rem}.details li{margin-bottom:.5rem}.side{flex:1 1 40%;display:flex;justify-content:center;align-items:center}.side img{width:100%;max-width:500px;height:auto;min-height:400px;border-radius:1rem;object-fit:cover;box-shadow:0 5px 20px #00000026}@media(max-width:900px){.home{flex-direction:column;padding:2rem 1.5rem}.details{flex:1 1 100%;margin-bottom:2rem}.details h2{font-size:2rem}.side{flex:1 1 100%;width:100%}.side img{max-width:100%;min-height:300px}}@media(max-width:600px){.home{padding:1.5rem 1rem;margin-top:3rem}.details{padding:1.5rem;font-size:1rem}.details h2{font-size:1.75rem}.side img{min-height:250px}}:root{--primary: #0078ff;--text-dark: #1e293b;--text-light: #64748b}.about-hero{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:6rem 2rem;max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#f8fafc,#eef3f8);border-radius:16px}.about-content{flex:1}.about-content h1{font-size:3rem;font-weight:800;background:linear-gradient(90deg,#fa8b75 100%,#eef3f8 0%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.about-content p{color:#475569;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;max-width:600px}.about-btn{padding:.9rem 2rem;background:#fa8b75;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.about-btn:hover{background:#d45f48;transform:translateY(-2px)}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.about-image img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 8px 25px #00000026;object-fit:cover}@media(max-width:900px){.about-hero{flex-direction:column-reverse;text-align:center;padding:4rem 1.5rem}.about-image img{max-width:100%}.about-btn{width:100%}}body{font-family:Inter,sans-serif;margin:0;background:#f8fafc;color:var(--text-dark)}section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.review-section{padding:60px 20px;background-color:#f9f9f9;text-align:center}.main-review-heading{font-size:2.5em;color:#333;margin-bottom:40px}.reviews-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.review-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;justify-content:space-between;text-align:left;transition:transform .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.review-text{font-size:1.1em;line-height:1.6;color:#555;margin-bottom:20px;font-style:italic}.reviewer-info{margin-top:15px;padding-top:15px;border-top:1px solid #eee}.stars{color:gold;font-size:1.2em;display:block;margin-bottom:5px}.reviewer-name{font-weight:700;color:#333;margin:5px 0 2px}.reviewer-title{font-size:.9em;color:#777;margin:0}@media(max-width:768px){.main-review-heading{font-size:2em}.reviews-container{grid-template-columns:1fr}}.faq-page{max-width:900px;margin:0 auto;padding:4rem 2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{color:#fa8b75;font-size:3rem;font-weight:700;margin-bottom:1rem}.faq-subtitle{color:#555;font-size:1.2rem;line-height:1.6}.faq-container{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.faq-item{background-color:#f5f8fa;border-radius:1rem;overflow:hidden;transition:all .3s ease}.faq-item.active{box-shadow:0 5px 20px #fa8b7526}.faq-question{width:100%;background-color:transparent;border:none;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease;text-align:left}.faq-question:hover{background-color:#fa8b750d}.faq-item.active .faq-question{background-color:#fa8b7514}.question-text{color:#333;font-size:1.1rem;font-weight:600;line-height:1.5;padding-right:1rem}.faq-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#fa8b75;border-radius:50%;transition:transform .3s ease}.faq-icon.rotate{transform:rotate(180deg)}.faq-icon svg{width:18px;height:18px;color:#fff}.faq-answer{padding:0 2rem 1.5rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#555;font-size:1rem;line-height:1.7;margin:0}.faq-cta{background:linear-gradient(135deg,#fa8b75,#ff6b6b);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#fff}.faq-cta h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.faq-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.contact-button{background-color:#fff;color:#fa8b75;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.contact-button:active{transform:translateY(0)}@media(max-width:768px){.faq-page{padding:3rem 1.5rem}.faq-header h1{font-size:2.2rem}.faq-subtitle{font-size:1rem}.faq-question{padding:1.25rem 1.5rem}.question-text{font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.95rem}.faq-cta h2{font-size:1.8rem}.faq-cta p{font-size:1rem}.contact-button{padding:.9rem 2rem;font-size:1rem}}@media(max-width:480px){.faq-page{padding:2rem 1rem}.faq-header{margin-bottom:2rem}.faq-header h1{font-size:1.8rem}.faq-subtitle{font-size:.95rem}.faq-question{padding:1rem 1.25rem}.question-text{font-size:.95rem}.faq-icon{width:24px;height:24px}.faq-icon svg{width:16px;height:16px}.faq-answer{padding:0 1.25rem 1rem}.faq-cta{padding:2rem 1.5rem}.faq-cta h2{font-size:1.5rem}}
