:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{margin:0;min-width:320px}#root{display:flex;flex-direction:column}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Playfair Display,Georgia,serif;line-height:1.6;color:#2c2c2c}.navbar{background:#fffffffa;padding:1.2rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:1rem}.nav-logo{height:50px;width:auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.1));transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.logo-text{font-size:1.6rem;font-weight:700;letter-spacing:2px;color:#8b4654;font-family:Playfair Display,serif}.nav-links{display:flex;gap:3rem}.nav-links a{color:#2c2c2c;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background-color:#8b4654;transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#fef9f7,#fef5f2,#faf5f3);padding:8rem 2rem;text-align:center;min-height:750px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(230,200,210,.3) 0%,transparent 70%);border-radius:50%}.hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(220,180,200,.2) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}.hero-logo{max-width:280px;width:100%;height:auto;margin-bottom:2.5rem;animation:floatIn 1.2s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}@keyframes floatIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-title{font-size:5rem;margin-bottom:.8rem;color:#8b4654;font-weight:800;letter-spacing:3px;font-family:Playfair Display,serif;animation:slideUp 1s ease-out .2s both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-tagline{font-size:1.6rem;color:#8b4654;margin-bottom:.5rem;font-style:italic;font-weight:400;letter-spacing:1px;animation:slideUp 1s ease-out .3s both}.hero-subtitle{font-size:1.1rem;color:#a86b7c;margin-bottom:3rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;animation:slideUp 1s ease-out .4s both}.hero-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;animation:slideUp 1s ease-out .5s both}.btn{padding:1.1rem 3rem;border:2px solid transparent;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-block;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .5s ease;z-index:-1}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#8b4654,#a86b7c);color:#fff;box-shadow:0 8px 25px #8b46544d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #8b465480}.btn-secondary{background:#fff;color:#8b4654;border:2px solid #8b4654;box-shadow:0 8px 25px #8b465426}.btn-secondary:hover{background:#8b4654;color:#fff;transform:translateY(-3px);box-shadow:0 12px 35px #8b465466}.features{padding:6rem 2rem;max-width:1400px;margin:0 auto;background:#fff}.features h2{text-align:center;font-size:3rem;margin-bottom:4rem;color:#2c2c2c;position:relative;padding-bottom:1.5rem;font-family:Playfair Display,serif;letter-spacing:2px}.features h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:3px;background:#8b4654;border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3.5rem}.feature-card{background:linear-gradient(135deg,#fef9f7,#faf5f3);padding:3rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 8px 30px #00000014;transition:all .5s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(139,70,84,.1)}.feature-card:hover{transform:translateY(-15px);box-shadow:0 20px 50px #8b465426}.feature-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#8b4654;font-family:Playfair Display,serif;font-weight:700}.feature-card p{color:#666;font-size:1rem;line-height:1.8;font-family:Segoe UI,sans-serif}.about{padding:6rem 2rem;max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#fef9f7,#faf5f3)}.about-content{text-align:center}.about h2{font-size:3rem;margin-bottom:2.5rem;color:#2c2c2c;position:relative;padding-bottom:1.5rem;font-family:Playfair Display,serif;letter-spacing:2px}.about h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:3px;background:#8b4654;border-radius:2px}.about p{font-size:1.1rem;color:#555;margin-bottom:2rem;line-height:1.9;font-family:Segoe UI,sans-serif}.newsletter{padding:5rem 2rem;background:linear-gradient(135deg,#8b4654,#a86b7c);color:#fff;text-align:center}.newsletter h2{font-size:2.5rem;margin-bottom:.8rem;font-family:Playfair Display,serif;letter-spacing:2px}.newsletter p{font-size:1.1rem;margin-bottom:2.5rem;opacity:.95}.newsletter-form{display:flex;gap:1rem;max-width:550px;margin:0 auto;flex-wrap:wrap;justify-content:center}.newsletter-form input{padding:1.1rem 1.5rem;border:none;border-radius:50px;font-size:1rem;min-width:280px;outline:none;transition:all .3s ease;font-family:Segoe UI,sans-serif}.newsletter-form input:focus{box-shadow:0 0 20px #ffffff80;transform:scale(1.02)}.newsletter-form .btn{background:#fff;color:#8b4654;border:none}.newsletter-form .btn:hover{background:#f5f5f5}.contact{padding:6rem 2rem;background:#fff;text-align:center;max-width:1200px;margin:0 auto}.contact h2{font-size:3rem;margin-bottom:3.5rem;color:#2c2c2c;position:relative;padding-bottom:1.5rem;font-family:Playfair Display,serif;letter-spacing:2px}.contact h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:3px;background:#8b4654;border-radius:2px}.contact-links{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.contact-link{display:inline-flex;align-items:center;gap:1rem;padding:1.3rem 2.5rem;background:linear-gradient(135deg,#fef9f7,#faf5f3);color:#8b4654;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 8px 25px #0000001a;transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid transparent;letter-spacing:1px}.contact-link:hover{background:linear-gradient(135deg,#8b4654,#a86b7c);color:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #8b46544d}.contact-link .icon{font-size:1.8rem}.footer{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#fff;text-align:center;padding:3rem}.footer p{margin:.7rem 0;font-size:1rem}.footer .tagline{font-style:italic;color:#e6c8d2;margin-top:1.5rem;font-size:1.1rem}@media(max-width:768px){.logo-text{font-size:1.2rem}.nav-links{gap:1.5rem;font-size:.85rem}.hero{padding:4rem 1.5rem;min-height:auto}.hero-title{font-size:3rem}.hero-tagline{font-size:1.2rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features h2,.about h2,.contact h2{font-size:2.2rem}.features-grid{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:100%}.contact-links{flex-direction:column}.contact-link{width:100%;max-width:320px;justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}.hero-logo{max-width:200px}.features h2,.about h2,.contact h2{font-size:1.8rem}.feature-card{padding:2rem}.feature-icon{font-size:3rem}}
