.header{background:var(--bg-dark-alt);box-shadow:0 2px 10px #0000004d;position:sticky;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--text-light);transition:opacity .3s ease}.logo:hover{opacity:.8}.logo svg{flex-shrink:0}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:var(--text-light);font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:var(--primary-color)}.nav-links a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--primary-color)}.nav-cta{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-dark)!important;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;padding:5px}.menu-toggle span{display:block;width:25px;height:3px;background:var(--text-light);transition:all .3s ease;border-radius:3px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:relative}.nav-links{position:absolute;top:100%;left:0;right:0;background:var(--bg-dark-alt);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 10px #00000080;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .3s ease,visibility .3s ease}.nav-links.active{max-height:400px;visibility:visible}.nav-links a.active:after{display:none}}@media (max-width: 480px){.logo{font-size:1rem}}.footer{background:var(--bg-dark-alt);border-top:1px solid rgba(233,193,43,.1);color:var(--text-light);padding:4rem 0 2rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1.5rem;font-size:1.125rem;color:var(--primary-color)}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-description{color:var(--text-muted);line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--text-muted);transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-color)}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e9c12b1a;border-radius:50%;color:var(--text-light);transition:all .3s ease}.social-links a:hover{background:var(--primary-color);color:var(--bg-dark);transform:translateY(-3px)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(233,193,43,.1);text-align:center;color:var(--text-muted)}@media (max-width: 992px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 576px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:3rem 0 1.5rem}}.hero{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-dark-alt) 100%);padding:100px 0;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-light)}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-dark);box-shadow:0 4px 15px #e9c12b4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #e9c12b80}.btn-secondary{background:transparent;color:var(--text-light);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--bg-dark)}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease}.phone-mockup{width:100%;max-width:300px;animation:float 3s ease-in-out infinite}.phone{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.about-section{background:var(--bg-dark);text-align:center}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;color:var(--bg-dark)}.cta-content p{font-size:1.25rem;margin-bottom:2rem;color:var(--bg-dark);opacity:.9}.cta-content .btn-primary{background:var(--bg-dark);color:var(--primary-color);box-shadow:0 4px 15px #142a4280;font-weight:700}.cta-content .btn-primary:hover{background:var(--bg-dark-alt);transform:translateY(-3px)}@media (max-width: 992px){.hero .container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-image{order:-1}.phone-mockup{max-width:250px}}@media (max-width: 768px){.hero{padding:60px 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.features-grid{grid-template-columns:1fr}.phone-mockup{max-width:160px}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.125rem}}.products-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));text-align:center;padding:100px 0 80px}.products-hero .section-title{color:var(--bg-dark)}.products-hero .section-subtitle{color:var(--bg-dark);opacity:.9}.products-list{background:var(--bg-dark)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.product-card{background:var(--bg-dark-alt);border:1px solid rgba(233,193,43,.2);border-radius:15px;overflow:hidden;box-shadow:0 2px 10px #0000004d;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 4px 20px #e9c12b33}.product-header{padding:3rem 2rem;display:flex;justify-content:center;align-items:center}.product-icon{width:210px;height:210px}.product-icon svg{width:100%;height:100%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.product-icon img{width:100%;height:100%;object-fit:contain;border-radius:12px}.product-body{padding:2rem;flex:1;display:flex;flex-direction:column}.product-category{display:inline-block;padding:.25rem .75rem;background:#e9c12b26;color:var(--primary-color);font-size:.875rem;font-weight:600;border-radius:20px;margin-bottom:1rem;width:fit-content}.product-name{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.product-description{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.product-features{margin-bottom:1.5rem;flex:1}.product-features h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--text-light)}.product-features ul{list-style:none}.product-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--text-muted)}.product-features li svg{flex-shrink:0;color:var(--primary-color)}.product-actions{margin-top:auto}.btn-download{width:100%;padding:1rem;border-radius:10px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.btn-download:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e9c12b4d}.download-label{color:var(--text-muted);font-size:.875rem;margin-bottom:.5rem}.download-buttons{display:flex;gap:.75rem}.download-buttons .btn-download{flex:1;width:auto}.coming-soon{padding:80px 0;background:var(--bg-dark-alt)}.coming-soon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.coming-soon-card{background:var(--bg-dark);padding:2.5rem;border-radius:15px;border:1px solid rgba(233,193,43,.2);box-shadow:0 2px 10px #0000004d;text-align:center;position:relative;transition:all .3s ease}.coming-soon-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 4px 20px #e9c12b33}.coming-soon-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--bg-dark)}.coming-soon-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-light)}.coming-soon-card p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.coming-badge{display:inline-block;padding:.5rem 1rem;background:var(--primary-color);color:var(--bg-dark);font-weight:600;border-radius:20px;font-size:.875rem}@media (max-width: 768px){.products-hero{padding:60px 0 50px}.products-grid,.coming-soon-grid{grid-template-columns:1fr}}.legal-page{background:var(--bg-dark)}.legal-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));text-align:center;padding:100px 0 60px}.legal-hero .section-title{color:var(--bg-dark);margin-bottom:1rem}.legal-updated{color:var(--bg-dark);opacity:.8;font-size:1rem;font-weight:500}.legal-content{background:var(--bg-dark);padding:60px 0 80px}.legal-wrapper{max-width:900px;margin:0 auto}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.875rem;font-weight:700;color:var(--text-light);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:3px solid var(--primary-color)}.legal-section h3{font-size:1.375rem;font-weight:600;color:var(--text-light);margin-top:1.5rem;margin-bottom:1rem}.legal-section p{color:var(--text-light);line-height:1.8;margin-bottom:1rem;font-size:1.0625rem}.legal-section ul{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{color:var(--text-light);line-height:1.8;margin-bottom:.75rem;font-size:1.0625rem}.legal-section li strong{color:var(--text-light);font-weight:600}.contact-info{background:var(--bg-dark-alt);padding:1.5rem;border-radius:10px;margin-top:1rem;border-left:4px solid var(--primary-color)}.contact-info p{margin-bottom:.5rem;color:var(--text-light);font-weight:500}.contact-info p:last-child{margin-bottom:0}@media (max-width: 768px){.legal-hero{padding:60px 0 40px}.legal-hero .section-title{font-size:2rem}.legal-content{padding:40px 0 60px}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.25rem}.legal-section p,.legal-section li{font-size:1rem}}.lang-selector-bar{background:var(--bg-dark-alt);border-bottom:1px solid rgba(233,193,43,.2);padding:.75rem 0}.lang-selector-bar .container{display:flex;align-items:center;gap:.75rem}.lang-selector-label{font-size:1.25rem;line-height:1;cursor:default}.lang-selector-select{background:var(--bg-dark);color:var(--text-light);border:1px solid rgba(233,193,43,.4);border-radius:6px;padding:.4rem .75rem;font-size:.9375rem;font-family:inherit;cursor:pointer;transition:border-color .2s ease}.lang-selector-select:hover,.lang-selector-select:focus{border-color:var(--primary-color);outline:none}.lang-selector-select option{background:var(--bg-dark);color:var(--text-light)}.legal-markdown h1{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.legal-markdown h2{font-size:1.875rem;font-weight:700;color:var(--text-light);margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:3px solid var(--primary-color)}.legal-markdown h3{font-size:1.375rem;font-weight:600;color:var(--text-light);margin-top:1.5rem;margin-bottom:1rem}.legal-markdown p{color:var(--text-light);line-height:1.8;margin-bottom:1rem;font-size:1.0625rem}.legal-markdown ul,.legal-markdown ol{margin-left:1.5rem;margin-bottom:1rem}.legal-markdown[dir=rtl] ul,.legal-markdown[dir=rtl] ol{margin-left:0;margin-right:1.5rem}.legal-markdown li{color:var(--text-light);line-height:1.8;margin-bottom:.75rem;font-size:1.0625rem}.legal-markdown strong{color:var(--text-light);font-weight:600}.legal-markdown a{color:var(--primary-color);text-decoration:underline;word-break:break-word}.legal-markdown hr{border:none;border-top:1px solid rgba(233,193,43,.2);margin:2rem 0}.legal-markdown code{background:#e9c12b1a;padding:.1em .3em;border-radius:3px;font-size:.9em;font-family:monospace}@media (max-width: 768px){.legal-markdown h2{font-size:1.5rem}.legal-markdown h3{font-size:1.25rem}.legal-markdown p,.legal-markdown li{font-size:1rem}}.contact-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));text-align:center;padding:100px 0 80px}.contact-hero .section-title{color:var(--bg-dark)}.contact-hero .section-subtitle{color:var(--bg-dark);opacity:.9}.contact-content{background:var(--bg-dark);padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.contact-info-section h2,.contact-form-section h2{font-size:2rem;font-weight:700;color:var(--text-light);margin-bottom:1.5rem}.contact-intro{color:var(--text-muted);line-height:1.8;margin-bottom:2.5rem;font-size:1.125rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{display:flex;gap:1.25rem;padding:1.5rem;background:var(--bg-dark-alt);border:1px solid rgba(233,193,43,.1);border-radius:10px;transition:all .3s ease}.contact-method:hover{background:var(--bg-dark);border-color:var(--primary-color);box-shadow:0 2px 10px #e9c12b33;transform:translate(5px)}.method-icon{width:50px;height:50px;flex-shrink:0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--bg-dark)}.method-content h3{font-size:1.125rem;font-weight:600;color:var(--text-light);margin-bottom:.5rem}.method-content p{color:var(--text-muted);line-height:1.6;margin-bottom:.25rem}.method-note{font-size:.875rem;color:var(--text-muted);opacity:.8}.social-links-list{display:flex;gap:1rem;flex-wrap:wrap}.social-links-list a{color:var(--primary-color);font-weight:500;transition:color .3s ease}.social-links-list a:hover{color:var(--secondary-color);text-decoration:underline}.contact-form{background:var(--bg-dark-alt);border:1px solid rgba(233,193,43,.2);padding:2.5rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:var(--text-light);margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(233,193,43,.2);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--bg-dark);color:var(--text-light);transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #e9c12b1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-dark);font-weight:600;font-size:1.125rem;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #e9c12b80}.submit-btn svg{transition:transform .3s ease}.submit-btn:hover svg{transform:translate(5px)}@media (max-width: 992px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-section{order:-1}}@media (max-width: 768px){.contact-hero{padding:60px 0 50px}.contact-content{padding:60px 0}.contact-form{padding:1.5rem}.contact-method{flex-direction:column;text-align:center}.method-icon{margin:0 auto}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}:root{--tulip-tree: #e9c12b;--amber: #fdc205;--big-stone: #142A42;--aqua-haze: #f5f8f9;--hit-gray: #a1adb7;--egg-white: #fff6c1;--rob-roy: #e9ce69;--river-bed: #4f5d69;--primary-color: #e9c12b;--primary-light: #e9ce69;--secondary-color: #fdc205;--accent-color: #fff6c1;--bg-dark: #142A42;--bg-dark-alt: #4f5d69;--bg-light: #f5f8f9;--text-dark: #142A42;--text-light: #f5f8f9;--text-muted: #a1adb7;--white: #ffffff;--shadow: 0 2px 10px rgba(20, 42, 66, .3);--shadow-hover: 0 4px 20px rgba(20, 42, 66, .4);--shadow-light: 0 2px 10px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-light);background:var(--bg-dark);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--text-light)}.section-subtitle{font-size:1.125rem;color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto 3rem}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}
