@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary:#6e4f34;--primary-light:#8b6f54;--primary-dark:#523a26;--accent:#c9a96e;--accent-light:#e0c89a;--bg-light:#faf8f5;--bg-dark:#1a1714;--text-dark:#2d2418;--text-light:#f5f3f0;--text-muted:#8b7d6b;--gradient-warm:linear-gradient(135deg, #6e4f34 0%, #c9a96e 100%);--gradient-light:linear-gradient(180deg, #faf8f5 0%, #fff 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-light);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}#root{text-align:left;width:100%;max-width:100%;margin:0 auto}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#faf8f5cc;border-bottom:1px solid #6e4f341a;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 4px 30px #6e4f341a}.logo{color:var(--primary);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo svg{width:40px;height:40px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary)}.nav-cta{background:var(--primary);border-radius:50px;padding:.75rem 1.5rem;color:#fff!important;transition:transform .3s,box-shadow .3s!important}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6e4f344d}.hero{background:var(--bg-light);justify-content:center;align-items:center;min-height:100vh;padding:8rem 5% 4rem;display:flex;position:relative;overflow:hidden}.hero-3d{z-index:0;opacity:0;animation:1s .5s forwards fadeIn3D;position:absolute;inset:0}@keyframes fadeIn3D{to{opacity:1}}.hero-bg{z-index:0;pointer-events:none;inset:0;position:absolute;inset:0;overflow:hidden}.hero-bg:before{content:"";background:radial-gradient(circle,#c9a96e26 0%,#0000 70%);width:800px;height:800px;animation:8s ease-in-out infinite pulse;position:absolute;top:-200px;right:-200px}.hero-bg:after{content:"";background:radial-gradient(circle,#6e4f341a 0%,#0000 70%);width:600px;height:600px;animation:10s ease-in-out 2s infinite pulse;position:absolute;bottom:-100px;left:-100px}.hero-3d{z-index:0;position:absolute;inset:0}.hero-3d canvas{width:100%;height:100%}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;display:grid}.hero-text{z-index:10}.hero-text h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-text h1 span{background:var(--gradient-warm);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-text p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #6e4f3459}.btn-secondary{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.phone-mockup{background:linear-gradient(145deg,#2d2418 0%,#1a1714 100%);border-radius:45px;width:320px;height:650px;padding:12px;animation:6s ease-in-out infinite float;position:relative;box-shadow:0 50px 100px #2d241866,inset 0 -2px 10px #ffffff1a}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}.phone-screen{background:linear-gradient(#1a1714 0%,#2d2418 100%);border-radius:35px;width:100%;height:100%;position:relative;overflow:hidden}.phone-screen img{object-fit:cover;width:100%;height:100%}.phone-notch{z-index:10;background:#1a1714;border-radius:20px;width:120px;height:28px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.floating-card{background:#fff;border-radius:16px;padding:1rem 1.5rem;animation:4s ease-in-out infinite cardFloat;position:absolute;box-shadow:0 20px 60px #6e4f3433}.floating-card-1{animation-delay:0s;top:20%;left:-80px}.floating-card-2{animation-delay:1s;bottom:25%;right:-100px}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.stats-card{align-items:center;gap:.75rem;display:flex}.stats-card .icon{background:var(--gradient-warm);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.25rem;display:flex}.stats-card .text h4{color:var(--text-dark);font-size:1.25rem;font-weight:700}.stats-card .text span{color:var(--text-muted);font-size:.85rem}.features{background:#fff;padding:8rem 5%;position:relative}.section-header{text-align:center;margin-bottom:5rem}.section-header span{color:var(--primary);background:#6e4f341a;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.section-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.feature-card{background:var(--bg-light);border-radius:24px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-warm);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #6e4f3426}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{background:var(--gradient-warm);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;display:flex}.feature-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.feature-card p{color:var(--text-muted);line-height:1.6}.how-it-works{background:var(--bg-light);padding:8rem 5%}.steps-container{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.steps-container:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);z-index:0;height:3px;position:absolute;top:60px;left:10%;right:10%}.step{text-align:center;z-index:1;position:relative}.step-number{width:80px;height:80px;color:var(--primary);border:3px solid var(--primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:800;display:flex;box-shadow:0 10px 40px #6e4f3426}.step h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.step p{color:var(--text-muted);font-size:.95rem}.gallery{background:#fff;padding:8rem 5%}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;display:grid}.gallery-item{aspect-ratio:1;border-radius:20px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 50%,#2d2418cc 100%);align-items:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-weight:600}.cta{background:var(--gradient-warm);text-align:center;padding:8rem 5%;position:relative;overflow:hidden}.cta:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-200px;left:-200px}.cta:after{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-100px;right:-100px}.cta-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.cta h2{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.cta p{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{color:var(--primary);background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-white:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.btn-outline-white{color:#fff;background:0 0;border:2px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-outline-white:hover{color:var(--primary);background:#fff}.footer{background:var(--bg-dark);color:var(--text-light);padding:5rem 5% 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto 4rem;display:grid}.footer-brand{max-width:350px}.footer-brand .logo{color:#fff;margin-bottom:1.5rem}.footer-brand p{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.7}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.social-links a:hover{background:var(--primary);transform:translateY(-3px)}.footer-column h4{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-column a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding-top:2rem;display:flex}.footer-bottom p{color:#ffffff80;font-size:.9rem}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}.lang-switcher{color:var(--primary);border:2px solid var(--primary);cursor:pointer;letter-spacing:.05em;background:#6e4f341a;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .3s}.lang-switcher:hover{background:var(--primary);color:#fff}.footer-lang{color:#ffffffb3;background:#ffffff1a;border-color:#ffffff4d}.footer-lang:hover{background:var(--accent);color:var(--bg-dark);border-color:var(--accent)}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-text p{margin:0 auto 2rem}.hero-buttons{justify-content:center}.hero-visual{order:-1}.phone-mockup{width:280px;height:570px}.floating-card{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-container{grid-template-columns:repeat(2,1fr);gap:3rem}.steps-container:before{display:none}.gallery-grid{grid-template-columns:repeat(3,1fr)}.footer-content{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links{display:none}.features-grid,.steps-container{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
