.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f5ede0}.navbar{background-color:#f5ede0;border-bottom:2px solid #2c2c2c;padding:.75rem 1rem;position:sticky;top:0;z-index:100;min-height:60px;display:flex;align-items:center}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-size:.85rem;font-weight:400;letter-spacing:.08em;color:#2c2c2c;text-transform:uppercase;line-height:1.2}.nav-links{display:flex;gap:1rem;flex-wrap:wrap}.nav-links a{color:#2c2c2c;text-decoration:none;transition:all .3s ease;font-size:.8rem;letter-spacing:.05em;position:relative;padding:12px 8px;display:flex;align-items:center;min-height:44px;justify-content:center}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#d4af37,#8b3a3a);transition:width .3s ease;border-radius:2px}.nav-links a:hover{color:#d4af37}.nav-links a:hover:after{width:100%}.hero{background-color:#f5ede0;color:#2c2c2c;padding:4rem 3rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;overflow:hidden;box-sizing:border-box;max-height:calc(100vh - 60px)}.hero:before{content:"";position:absolute;top:1rem;left:1rem;width:35px;height:35px;border:2px solid #d4af37;border-right:none;border-bottom:none;border-radius:8px}.hero:after{content:"";position:absolute;bottom:1rem;right:1rem;width:35px;height:35px;border:2px solid #8b3a3a;border-left:none;border-top:none;border-radius:8px}.hero-content{flex:1;max-width:100%;text-align:center;width:100%}.hero h1{font-size:1.5rem;margin-bottom:.5rem;line-height:1.3;letter-spacing:.06em;font-weight:400}.subtitle{font-size:.9rem;color:#8b3a3a;margin-bottom:.8rem;font-style:italic;font-weight:400}.hero-description{font-size:.85rem;margin-bottom:1rem;line-height:1.6;opacity:.9}.hero-description:before{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,#8b3a3a,#d4af37,#8b3a3a);margin:1rem auto;border-radius:2px}.cta-container{margin-bottom:1.5rem;width:100%}.email-form{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-direction:column;justify-content:center;width:100%}.email-form input{width:100%;padding:.8rem 1rem;border:2px solid #2c2c2c;border-radius:8px;background-color:#fff;font-size:.9rem;font-family:Georgia,serif;color:#2c2c2c;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;min-height:44px;display:flex;align-items:center}.email-form input::placeholder{color:#bbb;font-style:italic}.email-form input:focus{outline:none;border-color:#d4af37;background-color:#fffdf8;box-shadow:0 6px 16px #d4af3733}.btn-submit{width:100%;padding:.8rem 1.5rem;background:linear-gradient(135deg,#d4af37,#e5c158);color:#2c2c2c;border:2px solid #d4af37;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:Georgia,serif;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 12px #d4af374d;min-height:44px;display:flex;align-items:center;justify-content:center}.btn-submit:hover{background:linear-gradient(135deg,#e5c158,gold);color:#2c2c2c;transform:translateY(-2px);box-shadow:0 6px 18px #d4af3780}.btn-submit:active{transform:translateY(-1px)}.success-message{color:#4a90a4;font-size:.9rem;margin-top:1rem;font-style:italic;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn-download{display:flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#c41e3a,#8b3a3a);color:#fff;text-decoration:none;border:2px solid #8b3a3a;border-radius:12px;font-weight:700;font-size:.9rem;transition:all .3s ease;font-family:Georgia,serif;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 6px 16px #c41e3a4d;min-height:44px}.btn-download:hover{background:linear-gradient(135deg,#e63946,#c41e3a);color:#fff;transform:translateY(-3px) rotate(1deg);box-shadow:0 8px 22px #c41e3a80}.hero-image{flex:1;display:flex;align-items:center;justify-content:center;width:100%}.hero-illustration{max-width:100%;max-height:250px;object-fit:contain}.container{max-width:1000px;margin:0 auto;padding:0 1rem;width:100%}.about{background-color:#f5ede0;padding:3rem 1rem;border-top:2px solid #2c2c2c;border-bottom:2px solid #2c2c2c}.about h2{font-size:1.6rem;margin-bottom:2rem;color:#2c2c2c;text-align:center;letter-spacing:.06em;font-weight:400}.about h2:before{content:"";display:block;width:50px;height:2px;background:linear-gradient(90deg,#d4af37,#8b3a3a,#4a90a4);margin:0 auto 1.5rem;border-radius:2px}.placeholder{font-size:.95rem;color:#5c5c5c;padding:1.5rem;background:linear-gradient(135deg,#d4af3714,#c41e3a0d);border:2px dashed #d4af37;border-radius:12px;text-align:center;font-style:italic;line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem}.about-part{background:linear-gradient(135deg,#d4af370d,#c41e3a05);padding:2rem;border-left:3px solid #d4af37;border-radius:8px}.about-part h3{font-size:1.4rem;color:#2c2c2c;margin-bottom:1.5rem;letter-spacing:.06em;font-weight:400}.about-part p{font-size:.95rem;color:#5c5c5c;line-height:1.8;margin-bottom:1rem;text-align:justify}.about-part p:last-child{margin-bottom:0}.features{background-color:#f5ede0;padding:3rem 1rem}.features h2{font-size:1.6rem;margin-bottom:2rem;text-align:center;color:#2c2c2c;letter-spacing:.06em;font-weight:400}.features h2:before{content:"";display:block;width:50px;height:2px;background:linear-gradient(90deg,#8b3a3a,#d4af37,#4a90a4);margin:0 auto 1.5rem;border-radius:2px}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.feature-card{background:linear-gradient(135deg,#fff,#fffdf8);padding:1.5rem;border:2px solid #2c2c2c;border-radius:16px;text-align:center;box-shadow:0 8px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d4af37,#8b3a3a,#4a90a4);transform:scaleX(0);transition:transform .3s ease;transform-origin:left}.feature-card:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:0 14px 30px #d4af3733;border-color:#d4af37}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.2rem;margin-bottom:.8rem;color:#2c2c2c;letter-spacing:.05em;font-weight:500}.feature-card p{font-size:.9rem;line-height:1.6}.contact{background-color:#f5ede0;padding:3rem 1rem;text-align:center;border-top:2px solid #2c2c2c}.contact h2{font-size:1.6rem;margin-bottom:2rem;color:#2c2c2c;letter-spacing:.06em;font-weight:400}.contact h2:before{content:"";display:block;width:50px;height:2px;background:linear-gradient(90deg,#4a90a4,#d4af37,#8b3a3a);margin:0 auto 1.5rem;border-radius:2px}.contact-intro{font-size:.95rem;color:#5c5c5c;margin-bottom:2.5rem;line-height:1.7}.contact-methods{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.contact-link{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.2rem 1.5rem;background:linear-gradient(135deg,#fff,#fffdf8);border:2px solid #2c2c2c;border-radius:12px;text-decoration:none;color:#2c2c2c;transition:all .3s ease;font-size:.95rem;font-weight:500;letter-spacing:.05em}.contact-link:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a;border-color:#d4af37;background:linear-gradient(135deg,#fffdf8,#fffef9)}.contact-icon{font-size:1.5rem}.footer{background-color:#2c2c2c;color:#f5ede0;text-align:center;padding:1.5rem 1rem;margin-top:auto;font-size:.8rem;letter-spacing:.05em}.footer p{margin:0;font-style:italic}@media(min-width:640px){.navbar{padding:1.5rem 1rem}.nav-container{padding:0 1.5rem}.logo{font-size:1.1rem}.nav-links{gap:1.5rem}.nav-links a{font-size:.85rem}.hero{padding:4rem 2.5rem;max-height:calc(100vh - 86px)}.hero:before{width:40px;height:40px;border-width:2px;top:2rem;left:2rem}.hero:after{width:40px;height:40px;border-width:2px;bottom:2rem;right:2rem}.hero h1{font-size:2.2rem}.subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.email-form{flex-direction:row;gap:.8rem}.email-form input{flex:1;min-width:200px}.btn-submit{flex:0 1 auto;width:auto}.btn-download{width:auto}.hero-illustration{max-height:400px}.container{padding:0 2rem}.about{padding:4rem 2rem}.about h2{font-size:1.9rem}.about-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.features{padding:4rem 2rem}.features h2{font-size:1.9rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card{padding:2rem}.contact{padding:4rem 2rem}.contact h2{font-size:1.9rem}.contact-methods{flex-direction:row;max-width:100%;justify-content:center;gap:1.5rem}.contact-link{flex:1;max-width:200px;flex-direction:column;padding:1.5rem}}@media(min-width:1024px){.navbar{padding:2rem}.nav-container{padding:0 2rem}.logo{font-size:1.3rem}.nav-links{gap:3rem}.nav-links a{font-size:.95rem}.hero{flex-direction:row;padding:6rem 4rem;gap:4rem;max-height:calc(100vh - 102px)}.hero:before{width:50px;height:50px;border-width:3px}.hero:after{width:50px;height:50px;border-width:3px}.hero-content{flex:1;max-width:600px;text-align:center}.hero h1{font-size:2.2rem}.subtitle{font-size:1rem}.hero-description{font-size:.9rem;margin-bottom:2rem}.hero-description:before{width:80px;height:3px;margin:2rem auto}.email-form{margin-bottom:3rem}.btn-submit{width:auto;padding:.7rem 1.5rem;font-size:.85rem}.btn-submit:hover{transform:translateY(-2px)}.btn-download{width:auto;padding:.8rem 2rem;font-size:.85rem}.btn-download:hover{transform:translateY(-4px) rotate(2deg)}.hero-image{flex:1}.hero-illustration{max-height:350px}.about{padding:5rem 2rem}.about h2{font-size:2.2rem;margin-bottom:3rem}.about-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.about-part{padding:2.5rem}.about-part h3{font-size:1.5rem;margin-bottom:2rem}.about-part p{font-size:1rem}.about h2:before{width:60px;height:3px;margin:0 auto 2rem}.placeholder{font-size:1rem;padding:2.5rem}.features{padding:5rem 2rem}.features h2{font-size:2.2rem;margin-bottom:4rem}.features h2:before{width:60px;height:3px;margin:0 auto 2rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:3rem}.feature-card{padding:2.5rem}.feature-card:hover{transform:translateY(-8px) rotate(-2deg)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem}.contact{padding:5rem 2rem}.contact h2{font-size:2.2rem;margin-bottom:3rem}.contact h2:before{width:60px;height:3px;margin:0 auto 2rem}.contact-intro{font-size:1rem;margin-bottom:3rem}.contact-methods{gap:2rem}.contact-link{max-width:250px;padding:2rem}.contact-icon{font-size:2rem}.footer{padding:2.5rem;font-size:.85rem}}@media(min-width:1440px){.nav-container{max-width:1400px}.container{max-width:1200px}.hero{max-width:1400px;margin:0 auto}.hero h1{font-size:3.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,Garamond,serif;line-height:1.8;color:#2c2c2c;background-color:#f5ede0}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Georgia,Garamond,serif;font-weight:500;letter-spacing:.05em}
