.home-container{color:#333;background-color:#faf9f7;padding:2rem;font-family:Inter,sans-serif}.home-header{text-align:center;margin-bottom:3rem}.home-title{color:#ff6b6b;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:3rem;font-weight:700}.home-subtitle{margin-bottom:2rem;font-size:1.25rem}.home-cta{flex-wrap:wrap;justify-content:center;gap:2px;min-height:100px;display:flex}.home-cta .home-button{border-radius:12px;margin:.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s}.home-button.primary{color:#fff;background-color:#ff6b6b}.home-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,107,.3)}.home-button.secondary{color:#fff;background-color:#2e8b8b}.home-button.secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(46,139,139,.3)}.home-button.tertiary{color:#333;background-color:#f4e1d2}.home-button.tertiary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(244,225,210,.3)}.home-button.large{border-radius:16px;flex-direction:column;align-items:center;padding:1rem 2rem;font-size:1.1rem;display:flex}.home-button.large span{opacity:.9;margin-top:.25rem;font-size:.85rem;font-weight:400}.home-features{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.feature-card{text-align:center;background-color:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05)}.feature-card:hover{transition:all .2s;transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{margin-bottom:1rem}.feature-card.coming-soon{color:#2e8b8b;background-color:#faf9f7;border:2px dashed #2e8b8b;font-style:italic}.feature-highlight{color:#2e8b8b;margin-bottom:1rem;font-weight:600}.feature-card ul{margin-bottom:1rem;padding:0;list-style:none}.feature-card ul li{margin:.3rem 0}.home-why{text-align:center;background:linear-gradient(135deg,rgba(255,107,107,.08),rgba(46,139,139,.08));border-radius:20px;max-width:800px;margin:4rem auto;padding:2rem}.home-why h2{color:#ff6b6b;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2rem}.home-why p{color:#333;font-size:1.15rem;line-height:1.7}.home-about{text-align:center;color:#333;max-width:700px;margin:3rem auto;padding:1.5rem;font-size:1.1rem;line-height:1.7}.home-about strong{color:#2e8b8b;font-weight:700}.home-about:before{content:"";background-color:#f4e1d2;border-radius:2px;width:60px;height:4px;margin:0 auto 1.5rem;display:block}.home-button{cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;padding:.9rem 1.8rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.home-button.large{gap:.2rem;min-width:220px;font-size:1.1rem}.home-button span{opacity:.9;font-size:.8rem;font-weight:400}.home-button.primary{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff8787);box-shadow:0 6px 16px rgba(255,107,107,.35)}.home-button.secondary{color:#fff;background:linear-gradient(135deg,#2e8b8b,#3aa6a6);box-shadow:0 6px 16px rgba(46,139,139,.35)}.home-button:hover{transform:translateY(-3px)scale(1.02)}.home-button:active{transform:scale(.97);box-shadow:0 2px 8px rgba(0,0,0,.2)}.home-button:after{content:"";background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);width:120%;height:100%;transition:all .5s;position:absolute;top:0;left:-120%}.home-button:hover:after{left:120%}
