@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Quicksand:wght@400;700&display=swap";.hero{background-color:#f5f1ed;padding:6rem 0;text-align:center;border-bottom:3px solid #000;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;border:3px solid #ff6b4a;border-radius:50%;opacity:.1}.hero:after{content:"";position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;border:3px solid #ff6b4a;opacity:.1}.hero-content{position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;letter-spacing:2px}.hero-title strong{color:#ff6b4a}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;color:#333;font-weight:600}.hero-description{font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;color:#555;line-height:1.8}.cta-button{background-color:#ff6b4a;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;font-family:Quicksand,sans-serif}.cta-button:hover{background-color:#e55a39;transform:translateY(-3px);box-shadow:0 6px 12px #00000026}.cta-button:active{transform:translateY(-1px)}@media(max-width:768px){.hero{padding:4rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.cta-button{padding:.8rem 2rem;font-size:1rem}}.features{padding:6rem 0;background-color:#fef9f7}.features-title{font-size:3rem;text-align:center;margin-bottom:4rem;color:#1a1a1a;position:relative;padding-bottom:2rem}.features-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,#ff6b4a,transparent)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:#fff;padding:2.5rem 2rem;border-radius:15px;border:2px solid #e0d5cc;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:#ff6b4a0d;border-radius:50%;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);border-color:#ff6b4a;box-shadow:0 10px 25px #ff6b4a26}.feature-card:hover:before{top:-30%;right:-30%}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.4rem;margin-bottom:1rem;color:#1a1a1a;position:relative;z-index:1}.feature-description{font-size:1rem;color:#666;line-height:1.6;position:relative;z-index:1}@media(max-width:768px){.features{padding:3rem 0}.features-title{font-size:2rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.2rem}}.email-form{display:flex;flex-direction:column;gap:1.5rem;max-width:500px;width:100%}.form-input,.form-textarea{padding:1rem;border:2px solid #e0d5cc;border-radius:8px;font-size:1rem;font-family:Quicksand,sans-serif;background-color:#fff;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ff6b4a;box-shadow:0 0 0 3px #ff6b4a1a}.form-input::placeholder,.form-textarea::placeholder{color:#999}.submit-button{padding:1rem 2rem;background-color:#ff6b4a;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:Quicksand,sans-serif}.submit-button:hover:not(:disabled){background-color:#e55a39;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b4a4d}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-status{text-align:center;padding:1rem;border-radius:8px;font-weight:600}.form-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:768px){.email-form{gap:1rem}.form-input,.form-textarea{padding:.8rem;font-size:1rem}.submit-button{padding:.8rem 1.5rem;font-size:1rem}}.footer{background-color:#f5f1ed;padding:4rem 0 2rem;border-top:3px solid #000;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-30px;left:-50px;width:150px;height:150px;border:2px solid #ff6b4a;border-radius:50%;opacity:.08}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;align-items:start}.footer-section{z-index:2;position:relative}.footer-title{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.footer-description{font-size:1rem;color:#666;line-height:1.7;margin-bottom:1.5rem}.footer-form-section{display:flex;justify-content:center;z-index:2;position:relative}.footer-divider{height:2px;background:linear-gradient(90deg,transparent,#ddd,transparent);margin:2rem 0}.footer-bottom{text-align:center;padding-top:2rem}.footer-credit{font-size:.95rem;color:#888;margin-bottom:.5rem}.heart{color:#ff6b4a;animation:heartbeat 1s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.footer-tagline{font-size:.9rem;color:#999;font-style:italic}.footer-social{text-align:center;z-index:2;position:relative}.social-title{font-size:1.2rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600}.social-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background-color:#fff;border:2px solid #e0d5cc;border-radius:8px;text-decoration:none;color:#1a1a1a;font-weight:600;font-size:1rem;transition:all .3s ease}.social-link:hover{border-color:#ff6b4a;background-color:#ff6b4a;color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #ff6b4a4d}.social-link span{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.footer{padding:2rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-title{font-size:1.5rem}.footer-description{font-size:.95rem}.footer-divider{margin:1.5rem 0}.social-links{gap:1rem}.social-link{padding:.7rem 1.2rem;font-size:.95rem}}.app{min-height:100vh;background-color:#f5f1ed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f5f1ed;color:#1a1a1a;line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Caveat,cursive;font-weight:700}p,span{font-family:Quicksand,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mt{margin-top:2rem}.mb{margin-bottom:2rem}.py{padding:3rem 0}@media(max-width:768px){.container{padding:0 15px}}
