.header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;padding:16px 0}.header-content{display:flex;justify-content:space-between;align-items:center;gap:32px}.logo-section{display:flex;align-items:center;gap:12px;text-decoration:none;color:#000;cursor:pointer;transition:opacity .2s ease}.logo-section:hover{opacity:.8}.logo{height:32px;width:auto;object-fit:contain}.logo-text{font-size:24px;font-weight:600;color:#000}.nav{display:none;gap:32px;align-items:center;flex:1;justify-content:center}.nav-link{color:#333;text-decoration:none;font-size:15px;font-weight:400;transition:color .2s ease}.nav-link:hover{color:#000}.header-buttons{display:flex;gap:12px;align-items:center}.btn-login{background-color:#000;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-block}.btn-login:hover{background-color:#333}.btn-get-access{background-color:#ffc703;color:#000;border:none;padding:10px 24px;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-block}.btn-get-access:hover{background-color:#e6b303}@media (max-width: 968px){.nav{display:none}.header-content{gap:16px}}@media (max-width: 640px){.logo-text{font-size:20px}.header-buttons{gap:8px}.btn-login,.btn-get-access{padding:8px 16px;font-size:14px}}.footer{background-color:#000;color:#fff;padding:80px 0 32px;margin-top:100px}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:48px;margin-bottom:48px}.footer-section{display:flex;flex-direction:column;gap:16px}.footer-logo{height:32px;width:auto;object-fit:contain;margin-bottom:8px}.footer-description{font-size:16px;line-height:1.6;color:#9ca3af;margin:0}.footer-heading{font-size:16px;font-weight:600;color:#fff;margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#9ca3af;text-decoration:none;font-size:15px;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #1f2937;padding-top:32px;text-align:center}.footer-copyright{font-size:14px;color:#6b7280;margin:0}@media (max-width: 968px){.footer-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 640px){.footer{padding:60px 0 24px;margin-top:60px}.footer-content{grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-bottom{padding-top:24px}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.hero{padding:80px 0 60px;background-color:#fff}.hero-content{max-width:900px;margin:0 auto;text-align:center}.hero-title{font-size:64px;font-weight:700;line-height:1.1;color:#000;margin-bottom:24px;letter-spacing:-.02em}.rotating-word{background-color:#ffc703;color:#000;padding:4px 12px;border-radius:6px;display:inline-block;transition:opacity .3s ease;width:180px;text-align:center}.hero-subtitle{font-size:20px;line-height:1.6;color:#666;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:#ffc703;color:#000;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px;text-decoration:none}.btn-primary:hover{background-color:#e6b303}.btn-arrow{font-size:18px}.btn-secondary{background-color:#fff;color:#000;border:2px solid #e5e7eb;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.btn-secondary:hover{border-color:#000;background-color:#f9fafb}@media (max-width: 768px){.hero{padding:60px 0 40px}.hero-title{font-size:40px}.hero-subtitle{font-size:18px}.hero-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%;justify-content:center}}@media (max-width: 480px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}}.screenshot-section{padding:60px 0;background:linear-gradient(to bottom,#fff,#f9fafb);position:relative}.screenshot-wrapper{position:relative;max-width:1400px;margin:0 auto}.screenshot-image{width:100%;height:auto;border-radius:16px;border:10px solid #000;box-shadow:0 20px 60px #0000001a;display:block;object-fit:contain}@media (max-width: 768px){.screenshot-section{padding:40px 0}.screenshot-image{border-radius:12px}}.client-logos{padding:80px 0;background-color:#fff}.client-logos-title{font-size:32px;font-weight:600;text-align:center;color:#000;margin-bottom:48px;letter-spacing:-.01em}.logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px;align-items:center;max-width:1000px;margin:0 auto}.logo-item{display:flex;align-items:center;justify-content:center;padding:24px;background-color:#f9fafb;border-radius:8px;min-height:80px;transition:background-color .2s ease,opacity .2s ease}.logo-item:hover{background-color:#f3f4f6}.logo-image{max-width:100%;max-height:60px;width:auto;height:auto;object-fit:contain;opacity:.9;transition:opacity .2s ease,filter .2s ease}.logo-item:hover .logo-image{opacity:1;filter:grayscale(0%)}@media (max-width: 768px){.client-logos{padding:60px 0}.client-logos-title{font-size:28px;margin-bottom:32px}.logos-grid{grid-template-columns:repeat(2,1fr);gap:16px}.logo-item{padding:16px;min-height:60px}.logo-image{max-height:40px}}.bottom-section{padding:100px 0;background-color:#fff}.bottom-title{font-size:56px;font-weight:700;line-height:1.1;color:#000;text-align:center;margin-bottom:24px;letter-spacing:-.02em;max-width:900px;margin-left:auto;margin-right:auto}.bottom-description{font-size:20px;line-height:1.7;color:#666;text-align:center;max-width:800px;margin:0 auto}@media (max-width: 768px){.bottom-section{padding:60px 0}.bottom-title{font-size:36px}.bottom-description{font-size:18px}}@media (max-width: 480px){.bottom-title{font-size:28px}.bottom-description{font-size:16px}}.feature-section{padding:100px 0;background-color:#fff}.feature-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.feature-content{display:flex;flex-direction:column;gap:24px}.feature-small-heading{font-size:16px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0}.feature-main-heading{font-size:48px;font-weight:700;line-height:1.1;color:#000;margin:0;letter-spacing:-.02em}.feature-description{font-size:18px;line-height:1.7;color:#666;margin:0}.feature-cta-text{font-size:18px;font-weight:600;color:#000;margin:8px 0 0}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:center;gap:16px;font-size:18px;color:#333}.feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;font-size:24px;background-color:#ffc703;border-radius:8px;color:#000}.feature-text{line-height:1.5}.feature-screenshot{display:flex;align-items:center;justify-content:center}.feature-image{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000001a;object-fit:contain}.feature-placeholder{width:100%;min-height:500px;background:linear-gradient(135deg,#f5f7fa,#e9ecef);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:18px}.feature-section-reverse .feature-content-wrapper{direction:rtl}.feature-section-reverse .feature-content-wrapper>*{direction:ltr}.feature-section-reverse .feature-content-wrapper{grid-template-columns:1fr 1fr}@media (max-width: 1024px){.feature-content-wrapper{gap:60px}.feature-main-heading{font-size:40px}}@media (max-width: 768px){.feature-section{padding:60px 0}.feature-content-wrapper{grid-template-columns:1fr;gap:40px}.feature-main-heading{font-size:32px}.feature-description,.feature-cta-text,.feature-item{font-size:16px}.feature-section-reverse .feature-content-wrapper{direction:ltr}}.legal-content{padding:100px 0;background-color:#fff;min-height:60vh}.legal-content .container{max-width:800px}.legal-content h1{font-size:48px;font-weight:700;color:#000;margin-bottom:24px;line-height:1.2}.legal-content h2{font-size:32px;font-weight:600;color:#000;margin-top:48px;margin-bottom:16px;line-height:1.3}.legal-content h3{font-size:24px;font-weight:600;color:#000;margin-top:32px;margin-bottom:12px}.legal-content p{font-size:16px;line-height:1.7;color:#333;margin-bottom:16px}.legal-content ul{margin-bottom:24px;padding-left:24px}.legal-content li{font-size:16px;line-height:1.7;color:#333;margin-bottom:8px}.legal-content a{color:#000;text-decoration:underline;transition:color .2s ease}.legal-content a:hover{color:#666}.legal-content strong{font-weight:600;color:#000}.legal-content em{font-style:italic}@media (max-width: 768px){.legal-content{padding:60px 0}.legal-content h1{font-size:36px}.legal-content h2{font-size:28px;margin-top:40px}.legal-content h3{font-size:20px;margin-top:24px}.legal-content p,.legal-content li{font-size:15px}}.app{min-height:100vh;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}[class*=css-][class*=ant-typography],[class*=css-][class*=ant-typography] h1,[class*=css-][class*=ant-typography] h2,[class*=css-][class*=ant-typography] h3,[class*=css-][class*=ant-typography] h4,[class*=css-][class*=ant-typography] h5,[class*=css-][class*=ant-typography] p,.ant-typography,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5,.ant-typography p,[class*=ant-]{font-family:Plus Jakarta Sans,sans-serif!important}.ant-btn,.ant-input,.ant-select,.ant-form-item-label>label,.ant-menu,.ant-table,.ant-card,.ant-modal,.ant-drawer,.ant-dropdown,.ant-tooltip,.ant-popover{font-family:Plus Jakarta Sans,sans-serif!important}@media (max-width: 768px){.container{padding:0 16px}}
