*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}.site-container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 4px 15px rgba(255,107,53,0.3)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.site-logo{display:flex;align-items:center;gap:12px}.site-logo img{height:50px;width:auto}.site-logo__text{font-size:1.75rem;font-weight:900;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.site-nav{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.site-nav__link{color:#fff;font-weight:600;transition:all 0.3s;padding:0.5rem 1rem;border-radius:8px}.site-nav__link:hover{background:rgba(255,255,255,0.2);transform:translateY(-2px)}.site-nav__cta{background:#fff;color:#ff6b35!important;padding:0.75rem 2rem!important;border-radius:25px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,0.2);transition:all 0.3s}.site-nav__cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.3)}.site-hero{background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/images/hero-background.jpg) center/cover;padding:5rem 0;text-align:center;color:#fff}.site-hero__title{font-size:3rem;font-weight:900;margin-bottom:1rem;text-shadow:0 4px 12px rgba(0,0,0,0.5)}.site-hero__subtitle{font-size:1.5rem;margin-bottom:2rem;text-shadow:0 2px 8px rgba(0,0,0,0.5)}.site-section{padding:4rem 0}.site-section__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#ff6b35}.site-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.site-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,0.1);transition:all 0.3s}.site-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(255,107,53,0.3)}.site-card__image{width:100%;height:200px;object-fit:cover}.site-card__content{padding:1.5rem}.site-card__title{font-size:1.5rem;font-weight:700;color:#ff6b35;margin-bottom:0.75rem}.site-card__text{color:#666;margin-bottom:1rem}.site-btn{display:inline-block;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);color:#fff;padding:0.75rem 2rem;border-radius:25px;font-weight:700;transition:all 0.3s;box-shadow:0 4px 12px rgba(255,107,53,0.4)}.site-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,107,53,0.6)}.site-faq{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.site-faq__question{font-size:1.25rem;font-weight:700;color:#ff6b35;margin-bottom:0.75rem}.site-faq__answer{color:#666;line-height:1.8}.site-review{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.site-review__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.site-review__author{font-weight:700;color:#333}.site-review__rating{color:#ffa500;font-size:1.25rem}.site-review__text{color:#666;line-height:1.8}.site-footer{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);color:#e0e0e0;padding:3rem 0 1.5rem}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.site-footer__title{color:#ff6b35;font-weight:700;margin-bottom:1rem;font-size:1.125rem}.site-footer__links{display:flex;flex-direction:column;gap:0.5rem}.site-footer__links a{color:#e0e0e0;transition:color 0.3s}.site-footer__links a:hover{color:#ff6b35}.site-footer__copy{text-align:center;padding-top:2rem;border-top:1px solid#444;color:#999;font-size:0.9rem}@media(max-width:768px){.site-header__inner{flex-direction:column;gap:1rem}.site-nav{width:100%;justify-content:center}.site-hero__title{font-size:2rem}.site-hero__subtitle{font-size:1.25rem}.site-section__title{font-size:2rem}.site-grid{grid-template-columns:1fr}}
