.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000000d;z-index:1000;padding:1rem 0}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;text-decoration:none;font-size:2.5rem;font-weight:600;letter-spacing:-.02em}.logo-text{background:#3b82f6;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;transition:transform .3s ease}.logo-text:hover{transform:scale(1.02)}.lang-dropdown{position:relative}.lang-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#1e293b}.lang-dropdown-trigger:hover{background:#e2e8f0;border-color:#cbd5e1}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.lang-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 20px #00000014;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;overflow:hidden}.lang-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;text-decoration:none;color:#1e293b;transition:background .2s ease;font-size:.9rem}.lang-dropdown-item:hover{background:#f1f5f9}.lang-dropdown-item.active{background:#3b82f6;color:#fff}.flag{font-size:1.2rem}.lang-name{font-weight:500}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-logo{font-size:1.4rem}.lang-dropdown-trigger{padding:.4rem .8rem;font-size:.85rem}.lang-dropdown-menu{right:-1rem;min-width:150px}.lang-dropdown-item{padding:.6rem .8rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 3rem;background:#fff;overflow:visible}.hero-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:2}.hero-content{color:#1e293b}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1e293b}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:#64748b}.hero-cta{margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #3b82f633}.cta-button.primary{background:#3b82f6;color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #3b82f64d;background:#2563eb}.hero-trust{font-size:.9rem;color:#64748b}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 20px 60px #0000001a}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-visual{order:-1}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero:after{height:70px}}.video-section{position:relative;background:#fff;padding:3rem 0 7rem;overflow:visible;margin-top:-4rem}.video-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.video-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:3rem}.video-wrapper{position:relative;width:100%;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a;background:#000}.video-player{width:100%;height:auto;display:block}@media (max-width: 768px){.video-title{font-size:1.8rem}.video-section:after{height:70px}}.use-cases{padding:0 0 7rem;background:#fff;position:relative;overflow:visible}.use-cases-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.use-cases-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.use-cases-subtitle{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:2rem}.roles-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:4rem}.role-badge{padding:.4rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;font-size:.85rem;font-weight:500;color:#64748b;cursor:default}.role-badge-more{padding:.4rem 1rem;color:#94a3b8;font-size:.85rem;font-weight:400}.use-cases-list{display:flex;flex-direction:column;gap:6rem}.use-case-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.use-case-item.reversed{direction:rtl}.use-case-item.reversed>*{direction:ltr}.use-case-content{padding:2rem}.use-case-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.use-case-description{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:2rem}.use-case-hint-example{margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.hint-example-img{width:100%;height:auto;display:block}.hint-example-caption{text-align:center;font-size:.85rem;color:#94a3b8;font-style:italic;margin-top:.5rem}.use-case-benefits{list-style:none;padding:0;margin:0}.benefit-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#475569;margin-bottom:1rem;font-weight:500}.benefit-icon{flex-shrink:0;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.use-case-video{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a;background:#000}.case-video{width:100%;height:auto;display:block}@media (max-width: 968px){.use-case-item{grid-template-columns:1fr;gap:2rem}.use-case-item.reversed{direction:ltr}.use-cases-list{gap:4rem}.use-case-title{font-size:1.6rem}.use-cases:after{height:70px}}.download-section{padding:6rem 0 7rem;text-align:center;position:relative}.download-section.variant-hero{background:#fff}.download-section.variant-useCases{background:#fff;padding-top:0}.download-section.variant-pricing{background:#fff;padding-top:7rem}.download-section.variant-pricing:before{content:"";position:absolute;top:-1px;left:0;right:0;height:120px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,70 C360,30 540,110 720,80 S1140,40 1440,70 L1440,120 L0,120 Z' fill='%23b90065'/%3E%3C/svg%3E");background-size:cover;background-position:top;background-repeat:no-repeat;transform:scaleY(-1);pointer-events:none}.download-section.variant-useCases:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:120px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C300,90 600,20 900,60 S1200,100 1440,50 L1440,120 L0,120 Z' fill='%23b90065'/%3E%3C/svg%3E");background-size:cover;background-position:bottom;background-repeat:no-repeat;pointer-events:none}.download-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.download-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.download-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:3rem}.download-cta{margin-bottom:2rem}.download-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 3rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 4px 20px #3b82f64d;transition:all .3s ease}.download-button:hover{transform:translateY(-3px);box-shadow:0 6px 30px #3b82f666;background:#2563eb}.download-icon{font-size:1.3rem}.download-rating{font-size:.95rem;color:#64748b;font-weight:500}@media (max-width: 768px){.download-title{font-size:1.8rem}.download-button{padding:1rem 2rem;font-size:1rem}.download-section:after{height:70px}}.trusted-by{padding:4rem 0;background:#f1f5f9}.trusted-container{max-width:1200px;margin:0 auto;padding:0 2rem}.trusted-title{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:3rem;font-weight:500}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;align-items:center}.company-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.company-item:hover{transform:translateY(-5px);background:#fff;box-shadow:0 10px 30px #00000014;border-color:#3b82f6}.company-logo{font-size:2.5rem}.company-name{font-size:.9rem;color:#64748b;font-weight:600}@media (max-width: 768px){.companies-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.company-logo{font-size:2rem}.company-name{font-size:.85rem}}.pricing{padding:7rem 0;background:#fff;position:relative;overflow:visible}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.pricing-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.pricing-subtitle{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:4rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:900px;margin:0 auto}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:3rem 2rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a;border-color:#3b82f6}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px}.pricing-card.personal:before{background:#3b82f6}.pricing-card.enterprise:before{background:#3b82f6}.pricing-badge{position:absolute;top:1.5rem;right:1.5rem;padding:.4rem 1rem;background:#3b82f6;color:#fff;border-radius:20px;font-size:.8rem;font-weight:600}.plan-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem;margin-top:2rem}.plan-price{font-size:3rem;font-weight:800;color:#3b82f6;text-align:left;margin-bottom:2rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#475569;font-size:1rem}.feature-icon{flex-shrink:0;width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.plan-button{display:block;width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.plan-button.personal{background:#3b82f6;color:#fff}.plan-button.personal:hover{transform:translateY(-2px);box-shadow:0 4px 20px #3b82f666;background:#2563eb}.plan-button.enterprise{background:#3b82f6;color:#fff}.plan-button.enterprise:hover{transform:translateY(-2px);box-shadow:0 4px 20px #3b82f666;background:#2563eb}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}.plan-price{font-size:2.5rem}.pricing:after{height:70px}}.footer{background:#1e293b;color:#fff;padding:5rem 0 2rem;position:relative}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;gap:4rem;position:relative;z-index:1}.footer-contact{max-width:600px}.footer-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-subtitle{font-size:1rem;opacity:.9;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{width:100%;padding:1rem;border:1px solid #334155;border-radius:10px;font-size:1rem;font-family:inherit;background:#0f172a;color:#f1f5f9;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:120px}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.form-submit{padding:1rem 2rem;border:none;border-radius:10px;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover:not(:disabled){transform:translateY(-2px);background:#2563eb;box-shadow:0 4px 20px #3b82f666}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:.875rem 1rem;border-radius:10px;font-size:.95rem;text-align:center;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message-success{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.form-message-error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.footer-links{padding-top:2rem}.links-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.links-list{list-style:none;padding:0;margin:0}.links-list li{margin-bottom:.8rem}.links-list a{color:#fff;text-decoration:none;opacity:.9;transition:all .3s ease;font-size:.95rem}.links-list a:hover{opacity:1;padding-left:5px;color:#3b82f6}.footer-logos{display:flex;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.footer-logo{height:40px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s ease}.footer-logo:hover{opacity:1}.footer-bottom{max-width:1400px;margin:3rem auto 0;padding:2rem 2rem 0;text-align:center;border-top:1px solid #334155}.footer-bottom p{font-size:.9rem;opacity:.8}@media (max-width: 968px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-links{padding-top:0}.footer:before{height:70px}}.legal-content h3{font-size:1.25rem;font-weight:600;color:#334155}.legal-content ul{padding-left:1.5rem}.legal-content li{line-height:1.6;color:#475569}.legal-page{min-height:100vh;padding:8rem 0 4rem;background:#fff}.legal-container{max-width:800px;margin:0 auto;padding:0 2rem}.legal-page h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.legal-updated{color:#64748b;font-size:.95rem;margin-bottom:3rem}.legal-content{display:flex;flex-direction:column;gap:1rem}.legal-content section{display:flex;flex-direction:column;gap:1rem}.legal-content h2{font-size:1.5rem;font-weight:600;color:#1e293b}.legal-content p{line-height:1.7;color:#475569}@media (max-width: 768px){.legal-page{padding:7rem 0 3rem}.legal-page h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}.blog-page{min-height:100vh;padding:8rem 0 4rem;background:#fff;display:flex;align-items:center;justify-content:center}.blog-container{text-align:center;padding:0 2rem}.blog-page h1{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.blog-coming-soon{font-size:1.5rem;color:#64748b}@media (max-width: 768px){.blog-page{padding:7rem 0 3rem}.blog-page h1{font-size:2rem}.blog-coming-soon{font-size:1.25rem}}.how-to-section{padding:6rem 0;background:#b90065}.how-to-container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-to-title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1rem}.how-to-subtitle{font-size:1.25rem;color:#ffffffe6;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.step-card{display:flex;align-items:flex-start;gap:1.5rem;position:relative}.step-card:nth-child(2n){margin-top:4rem}.step-number{flex-shrink:0;width:50px;height:50px;background:#fff3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content{flex:1;padding-top:.5rem}.step-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.step-description{font-size:.95rem;line-height:1.6;color:#ffffffd9}.how-to-use-cases{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:3rem;text-align:center}.use-cases-title{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1rem}.use-cases-text{font-size:1.1rem;line-height:1.7;color:#fffffff2;max-width:900px;margin:0 auto}@media (max-width: 1024px){.steps-grid{grid-template-columns:1fr;gap:3rem}.step-card:nth-child(2n){margin-top:0}}@media (max-width: 640px){.how-to-section{padding:4rem 0}.how-to-title{font-size:2rem}.how-to-subtitle{font-size:1.1rem}.steps-grid{gap:2.5rem}.step-number{width:40px;height:40px;font-size:1.25rem}.step-title{font-size:1rem}.step-description{font-size:.9rem}.how-to-use-cases{padding:2rem}.use-cases-title{font-size:1.5rem}.use-cases-text{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}@media (max-width: 768px){body{font-size:14px}}::selection{background:#667eea4d;color:#333}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.video-player,.case-video{background:#000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media print{.navbar,.download-section,.footer{display:none}}
