.home-container{min-height:100vh;display:flex;flex-direction:column}.fa-solid{font-size:1.4rem}.home-hero-banner{position:relative;min-height:calc(100vh - 80px);height:calc(102vh - 80px);background-image:url(/banner.png);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.65);z-index:1}.home-hero-content{position:relative;z-index:2;text-align:left;color:#fff;max-width:950px;padding:2rem;margin-top:-90px;margin-left:-20px}.home-hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.15);padding:10px 22px;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:2rem;color:#fff}.home-hero-badge i{font-size:.8rem}.blinking-dot{width:8px;height:8px;background:gold;border-radius:50%;display:inline-block;animation:blink 1.5s ease-in-out infinite;box-shadow:0 0 8px rgba(255,215,0,.6)}@keyframes blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.9)}}.home-hero-title{font-size:4.2rem;font-weight:800;line-height:4.5rem;margin-bottom:1.2rem;color:#fff;letter-spacing:-1.5px}.home-hero-title-orange{color:#ffa726;display:block;font-weight:800}.home-hero-description{font-size:1.6rem;line-height:1.5;color:hsla(0,0%,100%,.92);margin-bottom:1.4rem;font-weight:400;max-width:700px;margin-left:0;margin-right:auto}.home-hero-buttons{display:flex;gap:1.2rem;align-items:left;margin-bottom:2.2rem;flex-wrap:wrap}.home-hero-btn-primary{display:inline-flex;align-items:center;gap:10px;background:#d84315;color:#fff;padding:16px 32px;border-radius:8px;font-size:1.125rem;font-weight:900;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(255,87,34,.3)}.home-hero-btn-primary:hover{background:#e64a19;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,87,34,.4)}.home-hero-btn-primary i:first-child{font-size:1.4rem}.home-hero-btn-primary i:last-child{font-size:1.2rem}.home-hero-btn-secondary{display:inline-flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.25);color:#fff;padding:16px 32px;border-radius:8px;font-size:1.3rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.home-hero-btn-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:translateY(-2px)}.home-hero-categories{display:flex;gap:14px;align-items:left;flex-wrap:wrap}.home-category-badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.12);padding:10px 18px;border-radius:50px;font-size:.875rem;font-weight:500;color:#fff;transition:all .3s ease}.home-category-badge:hover{background:rgba(0,0,0,.65);border-color:hsla(0,0%,100%,.25);transform:translateY(-1px)}.home-category-badge i{font-size:.75rem;color:#ffb84d}.home-hero-wave{position:absolute;bottom:-1px;left:0;width:100%;z-index:2;line-height:0;height:120px}.home-hero-wave svg{display:block;width:100%;height:100%}@media (max-width:1200px){.home-hero-title{font-size:3.8rem}.home-hero-description{font-size:1.05rem}}@media (max-width:1024px){.home-hero-banner{min-height:calc(100vh - 80px);height:calc(100vh - 80px)}.home-hero-title{font-size:3.2rem}.home-hero-description{font-size:1rem}}@media (max-width:768px){.home-hero-banner{min-height:100vh;height:auto;padding:100px 0 80px}.home-hero-content{padding:1.5rem;margin-top:0}.home-hero-badge{font-size:.8rem;padding:8px 18px}.home-hero-title{font-size:2.8rem;margin-bottom:1rem}.home-hero-description{font-size:1rem;margin-bottom:2.2rem}.home-hero-description br{display:none}.home-hero-buttons{flex-direction:column;gap:1rem;margin-bottom:2.5rem}.home-hero-btn-primary,.home-hero-btn-secondary{width:100%;max-width:320px;justify-content:center;padding:14px 28px}.home-hero-categories{gap:10px}.home-category-badge{font-size:.8rem;padding:8px 14px}}@media (max-width:480px){.home-hero-banner{padding:80px 0 60px}.home-hero-content{padding:1rem}.home-hero-badge{font-size:.75rem;padding:7px 16px}.home-hero-title{font-size:2.2rem;margin-bottom:.8rem;letter-spacing:-1px}.home-hero-description{font-size:.95rem;margin-bottom:2rem}.home-hero-btn-primary,.home-hero-btn-secondary{padding:13px 26px;font-size:.95rem}.home-category-badge{font-size:.75rem;padding:7px 12px}.home-category-badge i{font-size:.7rem}}.home-about-section{background:#faf9f6;padding:100px 2rem}.home-about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.home-about-image{position:relative}.home-about-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.home-about-content{display:flex;flex-direction:column;gap:1.5rem}.home-about-label{color:#ff5722;font-size:.875rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin:0}.home-about-title{font-size:2.75rem;font-weight:800;line-height:1.2;color:#1a1a1a;margin:0}.home-about-description{font-size:1.05rem;line-height:1.8;color:#666;margin:0}.home-about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:.5rem}.home-about-feature{display:flex;align-items:center;gap:12px;font-size:.95rem;font-weight:600;color:#333}.home-about-feature i{font-size:1.1rem;color:#ff5722}.home-about-feature:first-child i{color:#4caf50}.home-about-feature:nth-child(2) i{color:#ff5722}.home-about-feature:nth-child(3) i{color:#ffb84d}.home-about-feature:nth-child(4) i{color:#8d6e63}.home-about-link{display:inline-flex;align-items:center;gap:10px;color:#ff5722;font-size:1rem;font-weight:600;text-decoration:none;margin-top:.5rem;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.home-about-link:hover{gap:15px;color:#e64a19}.home-about-link i{font-size:.9rem;transition:transform .3s ease}.home-about-link:hover i{transform:translateX(5px)}@media (max-width:1024px){.home-about-section{padding:80px 2rem}.home-about-container{gap:60px}.home-about-title{font-size:2.3rem}}@media (max-width:768px){.home-about-section{padding:60px 1.5rem}.home-about-container{grid-template-columns:1fr;gap:40px}.home-about-image{order:1}.home-about-content{order:2}.home-about-title{font-size:2rem}.home-about-description{font-size:1rem}.home-about-features{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.home-about-section{padding:50px 1rem}.home-about-title{font-size:1.75rem}.home-about-title br{display:none}.home-about-description{font-size:.95rem}.home-about-feature{font-size:.9rem}.home-about-link{font-size:.95rem}}