.toast{animation:toastSlideIn .3s ease-out;background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 8px 32px #0006;max-width:400px;min-width:300px;overflow:hidden;position:fixed;right:2rem;top:2rem;z-index:9999}.toast-content{align-items:center;display:flex;gap:.75rem;padding:1rem}.toast-icon{flex-shrink:0;font-size:1.25rem}.toast-message{color:#fff;flex:1 1;font-size:.9rem;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:4px;color:#a1a1aa;cursor:pointer;display:flex;flex-shrink:0;font-size:1.25rem;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.toast-close:hover{background:#333;color:#fff}.toast-progress{background:#333;height:3px;overflow:hidden}.toast-progress-bar{animation:toastProgress 5s linear forwards;background:#10b981;height:100%;width:0}.toast-success{border-left:4px solid #10b981}.toast-success .toast-progress-bar{background:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-progress-bar{background:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-progress-bar{background:#3b82f6}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes toastProgress{0%{width:100%}to{width:0}}[data-theme=light] .toast{background:#fff;border-color:#e5e7eb;box-shadow:0 8px 32px #0000001a}[data-theme=light] .toast-message{color:#111827}[data-theme=light] .toast-close{color:#6b7280}[data-theme=light] .toast-close:hover{background:#f3f4f6;color:#111827}[data-theme=light] .toast-progress{background:#f3f4f6}@media (max-width:480px){.toast{left:1rem;max-width:none;min-width:auto;right:1rem;top:1rem}}.cookie-banner{animation:slideUp .5s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;box-shadow:0 -4px 20px #00000026;color:#fff;left:0;position:fixed;right:0;z-index:9999}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:20px}.cookie-banner-text{flex:1 1;min-width:300px}.cookie-banner-text h3{color:#fff;font-size:18px;font-weight:600;margin:0 0 8px}.cookie-banner-text p{color:#ffffffe6;font-size:14px;line-height:1.5;margin:0}.cookie-banner-text a{color:gold;text-decoration:underline;transition:color .3s ease}.cookie-banner-text a:hover{color:#fff}.cookie-banner-buttons{display:flex;flex-shrink:0;gap:12px}.cookie-banner-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:100px;padding:10px 20px;transition:all .3s ease}.cookie-banner-btn-decline{background:#fff3;border:1px solid #ffffff4d;color:#fff}.cookie-banner-btn-decline:hover{background:#ffffff4d;transform:translateY(-1px)}.cookie-banner-btn-accept{background:gold;color:#333;font-weight:600}.cookie-banner-btn-accept:hover{background:#ffed4e;box-shadow:0 4px 12px #ffd7004d;transform:translateY(-1px)}.cookie-banner-btn-settings{background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.cookie-banner-btn-settings:hover{background:#fff3;transform:translateY(-1px)}@media (max-width:768px){.cookie-banner-content{flex-direction:column;padding:16px;text-align:center}.cookie-banner-text{min-width:auto}.cookie-banner-text h3{font-size:16px}.cookie-banner-text p{font-size:13px}.cookie-banner-buttons{justify-content:center;width:100%}.cookie-banner-btn{flex:1 1;max-width:150px}}@media (max-width:480px){.cookie-banner-content{padding:12px}.cookie-banner-text h3{font-size:15px}.cookie-banner-text p{font-size:12px}.cookie-banner-btn{font-size:13px;padding:8px 16px}}.cookie-settings-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.cookie-settings-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cookie-settings-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 24px 16px}.cookie-settings-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.cookie-settings-close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:24px;padding:4px;transition:all .2s ease}.cookie-settings-close:hover{background:#f3f4f6;color:#374151}.cookie-settings-content{padding:24px}.cookie-settings-intro{color:#6b7280;line-height:1.6;margin:0 0 24px}.cookie-settings-section{margin-bottom:24px}.cookie-setting-item{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:16px 0}.cookie-setting-item:last-child{border-bottom:none}.cookie-setting-info{flex:1 1;margin-right:20px}.cookie-setting-info h3{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 4px}.cookie-setting-info p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.cookie-setting-toggle{align-items:center;display:flex;flex-shrink:0;gap:8px}.cookie-setting-toggle input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:20px;width:20px}.toggle-label{color:#6b7280;font-size:14px;min-width:80px;text-align:right}.cookie-settings-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.cookie-settings-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;min-width:120px;padding:10px 20px;transition:all .3s ease}.cookie-settings-btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.cookie-settings-btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.cookie-settings-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.cookie-settings-btn-primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}@media (max-width:768px){.cookie-settings-overlay{padding:10px}.cookie-settings-modal{max-height:95vh}.cookie-settings-header{padding:20px 20px 12px}.cookie-settings-content{padding:20px}.cookie-setting-item{flex-direction:column;gap:12px}.cookie-setting-info{margin-right:0}.cookie-setting-toggle{align-self:flex-end}.cookie-settings-actions{justify-content:center}.cookie-settings-btn{flex:1 1;min-width:auto}}.cookie-manager-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:50px;z-index:9998}.cookie-manager-btn:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.cookie-manager-btn:active{transform:translateY(0)}@media (max-width:768px){.cookie-manager-btn{bottom:15px;font-size:18px;height:45px;right:15px;width:45px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#09090b;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:5rem 0}[data-theme=light] body{background:#fff;color:#111827}html{scroll-behavior:smooth}.privacy-modal{max-height:90vh;max-width:800px}.privacy-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.privacy-content{-ms-overflow-style:none;max-height:60vh;overflow-y:auto;padding:0 2rem 2rem;scrollbar-width:none}.privacy-content::-webkit-scrollbar{display:none}.privacy-content section{margin-bottom:2rem}.privacy-content h3{border-bottom:1px solid #333;color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.privacy-content p{color:#d4d4d8;line-height:1.6;margin-bottom:1rem}.privacy-content ul{color:#d4d4d8;margin:1rem 0;padding-left:1.5rem}.privacy-content li{line-height:1.5;margin-bottom:.5rem}.privacy-footer{background:#6366f11a;border:1px solid #6366f133;border-radius:8px;margin-top:2rem;padding:1rem;text-align:center}.privacy-footer p{color:#6366f1;font-size:.9rem;margin:0}[data-theme=light] .privacy-content h3{border-bottom-color:#e5e7eb;color:#111827}[data-theme=light] .privacy-content li,[data-theme=light] .privacy-content p,[data-theme=light] .privacy-content ul{color:#374151}[data-theme=light] .privacy-footer{background:#6366f10d;border-color:#6366f126}[data-theme=light] .privacy-footer p{color:#4f46e5}.btn{box-shadow:0 2px 4px #0000001a;font-size:.95rem;letter-spacing:.5px;text-transform:none}.btn:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}@media (max-width:480px){.container{padding:0 15px}.section{padding:3rem 0}.testimonial-card{padding:1.5rem}.privacy-modal{margin:.5rem;max-width:calc(100vw - 1rem)}.privacy-content{max-height:50vh;padding:0 1.5rem 1.5rem}}.logo-link{text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo{align-items:center;display:flex;font-weight:700;gap:.5rem;height:auto;max-width:100%;object-fit:contain;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}[data-theme=light] .logo,[data-theme=light] .logo-link{color:#111827}.logo[style*="width: 130px"],.logo[style*="width: 200px"],.logo[style*="width: 90px"]{height:auto!important;max-width:100%!important;object-fit:contain!important}.theme-toggle{align-items:center;display:flex;gap:.75rem}.theme-toggle .theme-label{color:#a1a1aa}.toggle-pill{align-items:center;background:#0f0f12;border:1px solid #2a2a2e;border-radius:9999px;display:inline-flex;gap:.25rem;padding:.25rem}.toggle-btn{background:#0000;border:1px solid #0000;border-radius:9999px;color:#e5e7eb;cursor:pointer;display:grid;height:28px;place-items:center;transition:all .2s ease;width:36px}.toggle-btn.active{background:#27272a;border-color:#3f3f46;color:#fff}.theme-toggle-mobile{align-items:center;display:flex;justify-content:space-between;padding:1rem .25rem}.theme-label-mobile{color:#e5e7eb;font-weight:500}.toggle-pill-mobile{align-items:center;background:#0f0f12;border:1px solid #2a2a2e;border-radius:9999px;display:inline-flex;gap:.25rem;padding:.25rem}.toggle-btn-mobile{background:#0000;border:1px solid #0000;border-radius:9999px;color:#e5e7eb;cursor:pointer;display:grid;font-size:16px;height:32px;place-items:center;transition:all .2s ease;width:40px}.toggle-btn-mobile.active{background:#27272a;border-color:#3f3f46;color:#fff}[data-theme=light] .theme-toggle .theme-label{color:#6b7280}[data-theme=light] .toggle-pill{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .toggle-btn{color:#6b7280}[data-theme=light] .toggle-btn.active{background:#fff;border-color:#d1d5db;box-shadow:0 1px 3px #0000001a;color:#374151}[data-theme=light] .theme-toggle-mobile{border-bottom-color:#e5e7eb}[data-theme=light] .theme-label-mobile{color:#111827}[data-theme=light] .toggle-pill-mobile{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .toggle-btn-mobile{color:#6b7280}[data-theme=light] .toggle-btn-mobile.active{background:#fff;border-color:#d1d5db;box-shadow:0 1px 3px #0000001a;color:#374151}.header{background:#0b0b0d;border-bottom:1px solid #27272a;box-shadow:0 2px 10px #0000004d;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#a1a1aa;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#fff}.nav-buttons{align-items:center;display:flex;gap:1rem}.menu-toggle{align-items:center;background:#111114;border:1px solid #2a2a2e;border-radius:10px;color:#e5e7eb;display:none;flex-direction:column;gap:6px;height:36px;justify-content:center;width:42px}.menu-toggle .bar{background:#e5e7eb;border-radius:2px;display:block;height:2px;transition:transform .25s ease,opacity .2s ease;width:18px}.menu-toggle.open .bar:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{background:#0009;display:none;inset:0;position:fixed;z-index:1001}.mobile-menu.open{display:block}.mobile-modal{background:#0b0b0d;background:var(--surface,#0b0b0d);display:flex;flex-direction:column;inset:0;overflow-y:auto;padding:1rem 1rem 20px;position:absolute}.mm-header{align-items:center;border-bottom:1px solid #27272a;display:flex;justify-content:space-between;padding:0 0 1rem}.mm-close{background:#0000;border:1px solid #2a2a2e;border-radius:10px;color:#e5e7eb;cursor:pointer;display:grid;font-size:24px;height:40px;line-height:1;place-items:center;width:40px}.mm-nav{padding-top:1rem}.mm-list{list-style:none;margin:0;padding:0}.mm-item{border-bottom:1px solid #1e1e22}.mm-link{align-items:center;color:#e5e7eb;display:flex;justify-content:space-between;padding:1rem .25rem;text-decoration:none}.mm-link:hover{color:#fff}.mm-chevron{opacity:.6}.mm-theme-section{padding:1rem 0}.mm-header-container{display:flex;flex:1 1;flex-direction:column}.mm-footer{border-top:1px solid #27272a;display:flex;justify-content:center;padding:1rem}.menu-overlay{background:#0009;display:none;inset:0;position:fixed;z-index:1000}.menu-overlay.open{display:block}.no-scroll{overflow:hidden}.btn{border:none;border-radius:9999px;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary{background:#0000;border:1px solid #27272a;color:#a1a1aa}.btn-secondary:hover{background:#27272a;color:#fff}.btn-primary{background:#8e51ff;color:#fff}.btn-primary:hover{background:#7c3aed}[data-theme=light] .header{background:#fff;border-bottom-color:#e5e7eb;box-shadow:0 2px 10px #0000000f}[data-theme=light] .nav-links a{color:#374151}[data-theme=light] .nav-links a:hover{color:#111827}[data-theme=light] .author-info p,[data-theme=light] .card-desc,[data-theme=light] .footer-links a,[data-theme=light] .section-header p,[data-theme=light] .social-links a,[data-theme=light] .testimonial-content{color:#4b5563}[data-theme=light] .btn-secondary{border-color:#d1d5db;color:#374151}[data-theme=light] .btn-secondary:hover{background:#f3f4f6;border-color:#cfd6de;color:#111827}[data-theme=light] .mobile-modal{background:#fff}[data-theme=light] .mm-header,[data-theme=light] .mm-item{border-bottom-color:#e5e7eb}[data-theme=light] .mm-link{color:#111827}[data-theme=light] .mm-link:hover{color:#000}[data-theme=light] .mm-close{border-color:#e5e7eb;color:#111827}[data-theme=light] .menu-toggle{background:#f9fafb;border-color:#e5e7eb;color:#374151}[data-theme=light] .menu-toggle .bar{background:#374151}[data-theme=light] .mm-theme-section{border-top-color:#e5e7eb}@media (max-width:992px){.nav-buttons,.nav-links{display:none}.menu-toggle{display:inline-flex}}@media (max-width:768px){.nav{gap:1rem;padding:1rem 0}.nav-links{flex-wrap:wrap;gap:1rem;justify-content:center}.nav-buttons{flex-direction:column;gap:.5rem;width:100%}.nav-buttons .btn{max-width:200px;width:100%}}@media (max-width:480px){.container{padding:0 15px}}.lazy-load-image-background.blur.lazy-load-image-loaded{transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.hero{background:#0b0b0d;color:#fff;overflow:hidden;padding:10rem 0 7rem;position:relative;text-align:center}.hero:before{background:repeating-linear-gradient(90deg,#ffffff1a 0,#ffffff1a 1px,#0000 0,#0000 120px),repeating-linear-gradient(180deg,#ffffff1a 0,#ffffff1a 1px,#0000 0,#0000 120px);content:"";inset:0;pointer-events:none;position:absolute}.hero-content{position:relative;z-index:1}.customers{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.avatar-group{display:flex;margin-right:1rem}.avatar{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1)}.avatar,.hero-avatar{border:2px solid #fff;border-radius:50%;height:40px;margin-left:-8px;width:40px}.hero-avatar{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.hero-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.hero-avatar-1{background:linear-gradient(135deg,#ff6b6b,#ff8e8e)}.hero-avatar-2{background:linear-gradient(135deg,#4ecdc4,#6fd9d1)}.hero-avatar-3{background:linear-gradient(135deg,#45b7d1,#64c5e8)}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:3rem}.hero .subtitle{font-size:1.25rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-white{background:#8e51ff;color:#fff}.btn-white:hover{background:#7c3aed}.btn-outline{background:#0000;border:2px solid #8e51ff;color:#fff}.btn-outline:hover{background:#8e51ff;color:#fff}[data-theme=light] .hero{background:linear-gradient(135deg,#fff,#fff)}[data-theme=light] .hero .customers span,[data-theme=light] .hero .subtitle,[data-theme=light] .hero h1{color:#111827}[data-theme=light] .hero-avatar-1{background:linear-gradient(135deg,#ef4444,#f87171)}[data-theme=light] .hero-avatar-2{background:linear-gradient(135deg,#10b981,#34d399)}[data-theme=light] .hero-avatar-3{background:linear-gradient(135deg,#3b82f6,#60a5fa)}[data-theme=light] .btn-outline{border-color:#8e51ff;color:#8e51ff}[data-theme=light] .btn-outline:hover{background:#8e51ff;color:#fff}[data-theme=light] .hero-avatar{border-color:#e5e7eb}[data-theme=light] .hero:before{background:repeating-linear-gradient(90deg,#0000000d 0,#0000000d 1px,#0000 0,#0000 120px),repeating-linear-gradient(180deg,#0000000d 0,#0000000d 1px,#0000 0,#0000 120px)}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text}[data-theme=light] .hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;background-clip:text}@media (max-width:768px){.hero{padding:7rem 0 4rem}.hero h1{font-size:2.5rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.hero-buttons .btn{max-width:250px;width:100%}}@media (max-width:480px){.hero{padding:6rem 0 3rem}.hero h1{font-size:2rem;line-height:1.3}.hero .subtitle{font-size:1.1rem}}.companies{background:#0b0b0d;padding:3rem 0;text-align:center}.companies h3{color:#a1a1aa;font-weight:500;margin-bottom:2rem}.companies-marquee{overflow:hidden;position:relative}.marquee-track{display:flex;width:-webkit-max-content;width:max-content}.marquee-group{animation:marquee 18s linear infinite;display:flex;gap:3rem;padding:1rem 1.5rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.company-logo{color:#71717a;font-size:1.2rem;font-weight:600}.companies-marquee .company-logo{color:#a1a1aa;flex:0 0 auto;min-width:160px;min-width:150px;text-align:center}[data-theme=light] .companies{background:#fff}[data-theme=light] .companies-marquee .company-logo{color:#6b7280}@media (max-width:480px){.companies-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.communication .comm-rows{display:flex;flex-direction:column;gap:2rem}.comm-row{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1.2fr 1fr}.comm-row.reverse{grid-template-columns:1fr 1.2fr}.comm-text{background:#0b0b0d;border:1px solid #27272a;border-radius:12px;box-shadow:0 4px 6px #0000004d;padding:1.75rem}.comm-text h3{color:#fff;margin-bottom:.5rem}.comm-text p{color:#a1a1aa}.comm-list{list-style:none;margin-top:1rem}.comm-list li{color:#a1a1aa;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.comm-list li:before{background:#8e51ff;border-radius:9999px;content:"";height:6px;left:0;position:absolute;top:.6rem;width:6px}.comm-media{background:#0b0b0d;border:1px solid #27272a;border-radius:12px;display:grid;padding:1.75rem;place-items:center}.chat-demo{background:radial-gradient(60% 80% at 50% 50%,#8e51ff26,#0000);border-radius:10px;height:220px;position:relative;width:100%}.bubble{border-radius:9999px;color:#fff;font-size:.9rem;padding:.5rem .75rem;position:absolute}.bubble.right{background:#6950ea;right:12%;top:28%}.bubble.left{background:#787882;left:18%;top:52%}.board-demo{background:#1a1a1a;border:1px solid #333;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:.75rem;width:100%}.add-task-btn{background:#0000;border:2px dashed #6366f1;border-radius:8px;color:#6366f1;cursor:pointer;flex-shrink:0;font-size:.8rem;font-weight:500;padding:.5rem;text-align:center;transition:all .3s ease;width:100%}.add-task-btn:hover{background:#6366f10d;border-color:#7c3aed}.tasks-container{flex:1 1;flex-direction:row;gap:.5rem}.board-demo .card,.tasks-container{display:flex;min-height:0;overflow:hidden}.board-demo .card{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-sizing:border-box;flex:1 1;flex-direction:column;gap:.35rem;min-width:0;padding:.5rem}.task-header{align-items:center;display:flex;justify-content:space-between}.task-label{background:#6366f1;border-radius:4px;color:#fff;font-size:.65rem;font-weight:500;padding:.15rem .4rem}.task-menu{color:#a1a1aa;cursor:pointer;font-size:1rem}.task-title{color:#fff;font-size:.8rem;font-weight:600;line-height:1.2;margin:0}.task-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#a1a1aa;display:-webkit-box;flex:1 1;font-size:.65rem;line-height:1.2;margin:0 0 5px;overflow:hidden}.task-footer{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-top:auto}.task-avatars{display:flex;gap:-.25rem}.task-avatar{align-items:center;border:1px solid #2a2a2a;border-radius:50%;display:flex;height:16px;justify-content:center;margin-left:-.25rem;overflow:hidden;position:relative;width:16px}.task-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.task-avatar-1{background:linear-gradient(135deg,#ff6b6b,#ff8e8e)}.task-avatar-2{background:linear-gradient(135deg,#4ecdc4,#6fd9d1)}.task-avatar-3{background:linear-gradient(135deg,#45b7d1,#64c5e8)}.task-avatar:first-child{margin-left:0}.task-stats{align-items:center;display:flex;gap:.35rem}.task-attachments,.task-comments{align-items:center;color:#a1a1aa;display:flex;font-size:.6rem;gap:.2rem}.secure-demo{display:grid;height:220px;place-items:center;width:100%}.secure-demo .badge{background:#16161a;border:1px solid #3f3f46;border-radius:9999px;color:#e5e7eb;padding:.75rem 1rem}[data-theme=light] .comm-text{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 10px #0000000f}[data-theme=light] .comm-text h3{color:#111827}[data-theme=light] .comm-list li,[data-theme=light] .comm-text p{color:#6b7280}[data-theme=light] .comm-media{background:#fff;border-color:#e5e7eb}[data-theme=light] .bubble.right{background:#6950ea;color:#fff}[data-theme=light] .bubble.left{background:#787882;color:#fff}[data-theme=light] .board-demo{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .add-task-btn{border-color:#6366f1;color:#6366f1}[data-theme=light] .add-task-btn:hover{background:#6366f10d}[data-theme=light] .board-demo .card{background:#fff;border-color:#e5e7eb}[data-theme=light] .task-title{color:#111827}[data-theme=light] .task-attachments,[data-theme=light] .task-comments,[data-theme=light] .task-desc,[data-theme=light] .task-menu{color:#6b7280}[data-theme=light] .task-avatar{border-color:#e5e7eb}[data-theme=light] .task-avatar-1{background:linear-gradient(135deg,#ef4444,#f87171)}[data-theme=light] .task-avatar-2{background:linear-gradient(135deg,#10b981,#34d399)}[data-theme=light] .task-avatar-3{background:linear-gradient(135deg,#3b82f6,#60a5fa)}[data-theme=light] .secure-demo .badge{background:#f3f4f6;border-color:#e5e7eb;color:#111827}@media (max-width:992px){.communication .comm-rows{gap:1.25rem}.communication .comm-row{grid-template-columns:1fr}.communication .comm-media,.communication .comm-text{padding:1.25rem}.communication .comm-row .comm-text{order:1}.communication .comm-row .comm-media{order:2}.communication .chat-demo,.communication .secure-demo{height:200px}}@media (max-width:600px){.communication .comm-text h3{font-size:1.125rem}.communication .comm-text p{font-size:.95rem}.communication .comm-list li{margin-bottom:.4rem}.communication .chat-demo,.communication .secure-demo{height:160px}.communication .bubble{font-size:.85rem;padding:.4rem .6rem}.communication .bubble.right{right:8%;top:24%}.communication .bubble.left{left:10%;top:58%}}.cta-panel{border-radius:12px;margin:8rem 0}.cta-content{flex:1 1}.cta-content h3{font-size:1.8rem}.cta-content p{font-size:1rem;line-height:1.5;margin-bottom:0}.cta-actions{flex-direction:column}.cta-panel .btn{align-items:center;border:1px solid #0000;display:inline-flex;justify-content:center;text-align:center;transition:background-color .25s ease,border-color .25s ease,transform .2s ease}.cta-panel .btn-primary:hover{background:#7c3aed;border-color:#0000;transform:translateY(-2px)}.cta-panel .btn-secondary{background:#0000;border:1px solid #2a2a2e;color:#e5e7eb}[data-theme=light] .cta-panel{background:#f8f9fa;border:1px solid #e5e7eb}[data-theme=light] .cta-panel .btn-secondary{background:#0000;border:1px solid #d1d5db;color:#374151}[data-theme=light] .cta-panel .btn-secondary:hover{background:#0000;border-color:#d1d5db;color:#374151}@media (max-width:768px){.cta-panel{flex-direction:column;gap:2rem;text-align:center}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{width:100%}}.management-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.management-card{background:#0000;border:1px solid #27272a;border-radius:12px;padding:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.management-card:hover{border-color:#3f3f46;box-shadow:0 12px 30px #8e51ff1f;transform:translateY(-4px)}.management-icon{align-items:center;background:linear-gradient(135deg,#8e51ff,#7c3aed);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.eyebrow{color:#a1a1aa;font-size:.9rem;margin-bottom:.75rem}.headline{font-size:2.8rem}.card-icon{background:#0000;border:1px solid #2a2a2e;border-radius:9999px;color:#fff;font-size:1.1rem;height:44px;width:44px}.management .card-icon img{display:block;filter:brightness(0) invert(1)!important;height:22px;width:22px}.cta-strip{background:#0000;border:none;display:flex;gap:.75rem;justify-content:center;margin-top:3rem;padding:0}.cta-strip .btn{border-radius:9999px;font-weight:600;line-height:1;padding:.65rem 1.25rem}.cta-strip .btn-primary{background:#8e51ff;border:1px solid #8e51ff;box-shadow:inset 0 0 0 1px #ffffff0f,0 6px 24px #8e51ff40;color:#fff}.cta-strip .btn-primary:hover{background:#7c3aed;box-shadow:inset 0 0 0 1px #ffffff14,0 8px 28px #8e51ff59}.cta-strip .btn-secondary{background:#ffffff05;border:1px solid #2a2a2e;color:#e5e7eb}.cta-strip .btn-secondary:hover{background:#16161a;border-color:#3f3f46;color:#fff}header .btn-primary:hover{background:#7c3aed;border-color:#0000}[data-theme=light] .management-card{background:#0000;border-color:#e5e7eb}[data-theme=light] .card-title{color:#111827}[data-theme=light] .card-desc{color:#6b7280}[data-theme=light] .card-icon{background:#0000;border-color:#e5e7eb}[data-theme=light] .management .card-icon img{filter:brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1000%) hue-rotate(220deg) brightness(100%) contrast(100%)!important}[data-theme=light] .cta-strip .btn-secondary{background:#8e51ff0d;border:1px solid #e5e7eb;color:#8e51ff}[data-theme=light] .cta-strip .btn-secondary:hover{background:#8e51ff1a;border-color:#8e51ff;color:#7c3aed}@media (max-width:1100px){.management .headline{font-size:2.4rem}.management-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.management .headline{font-size:2rem}.management .section-header p{font-size:1.05rem}.management-grid{gap:1.25rem;grid-template-columns:1fr}.management-card{padding:1.25rem}.card-icon{height:40px;width:40px}.management .card-icon img{height:20px;width:20px}}@media (max-width:560px){.management .headline{font-size:1.6rem}.management .section-header p{font-size:.95rem}.management-grid{gap:.9rem;grid-template-columns:1fr}.management-card{padding:1rem}.card-icon{height:36px;width:36px}.management .card-icon img{height:18px;width:18px}}@media (max-width:480px){.management .headline{font-size:1.75rem}.management .section-header p{font-size:.95rem}.management-grid{grid-template-columns:1fr}}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background:#0000;border:1px solid #27272a;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 25px #8e51ff4d;transform:translateY(-4px)}.feature-icon{background:#8e51ff1f;border:1px solid #27272a;border-radius:12px;color:#fff;display:grid;font-size:1.5rem;height:48px;margin-bottom:1.5rem;place-items:center;width:48px}.feature-icon img{filter:brightness(0) invert(1);height:22px;width:22px}.feature-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#a1a1aa;line-height:1.6;margin-bottom:1rem}.feature-list{list-style:none;margin-top:1rem}.feature-list li{color:#a1a1aa;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.feature-list li:before{color:#8e51ff;content:"✓";font-weight:700;left:0;position:absolute}[data-theme=light] .section-header h2{color:#111827}[data-theme=light] .section-header p{color:#6b7280}[data-theme=light] .feature-card{background:#0000;border-color:#e5e7eb}[data-theme=light] .feature-card h3{color:#1f2937}[data-theme=light] .feature-card p,[data-theme=light] .feature-list li{color:#4b5563}[data-theme=light] .feature-icon{background:#f3f4f6;border-color:#e5e7eb}[data-theme=light] .feature-icon img{filter:brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1000%) hue-rotate(220deg) brightness(100%) contrast(100%)}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.features-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.section-header h2{font-size:1.75rem}.feature-card{padding:1.5rem}}.productivity .prod-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1.1fr 1.4fr}.prod-left{position:-webkit-sticky;position:sticky;top:96px}.prod-left h2{margin:.5rem 0 .75rem}.prod-left p{color:#a1a1aa;max-width:520px}.prod-actions{margin-top:1rem}.prod-right{display:flex;flex-direction:column;gap:1rem}.prod-item{grid-gap:1rem;align-items:start;background:#0b0b0d;border:1px solid #27272a;gap:1rem;grid-template-columns:48px 1fr;padding:1rem 1.25rem}.prod-icon,.prod-item{border-radius:12px;display:grid}.prod-icon{background:#0000;border:1px solid #27272a;color:#fff;font-size:1.1rem;height:40px;place-items:center;width:40px}.prod-icon img{filter:brightness(0) invert(1);height:20px;width:20px}.prod-content h3{color:#fff;margin-bottom:.25rem}.prod-content p{color:#a1a1aa}[data-theme=light] .prod-left p{color:#6b7280}[data-theme=light] .prod-item{background:#fff;border-color:#e5e7eb}[data-theme=light] .prod-icon{background:#0000;border-color:#e5e7eb;color:#111827}[data-theme=light] .prod-icon img{filter:brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1000%) hue-rotate(220deg) brightness(100%) contrast(100%)}[data-theme=light] .prod-content h3{color:#111827}[data-theme=light] .prod-content p{color:#6b7280}@media (max-width:992px){.productivity .prod-grid{grid-template-columns:1fr}.prod-left{position:static}}.portfolio{background:#0b0b0d;padding:5rem 0}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.portfolio-item{background:#0000;border:1px solid #27272a;border-radius:12px;overflow:hidden;padding:0 0 70%;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.portfolio-item:hover{border-color:#3f3f46;box-shadow:0 12px 30px #8e51ff26;transform:translateY(-8px)}.portfolio-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.portfolio-item:hover .portfolio-image{transform:scale(1.05)}.portfolio-overlay{align-items:flex-end;background:linear-gradient(180deg,#0009 0,#000c);bottom:0;display:flex;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-content{color:#fff;padding:1.5rem}.portfolio-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;overflow:hidden}.portfolio-category{background:#8e51ff33;border-radius:20px;color:#c4b5fd;display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:.75rem;padding:.25rem .75rem}.portfolio-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#d2d2dc;display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis}.portfolio-links{display:flex;gap:.75rem}.portfolio-link{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:background .3s ease}.portfolio-link:hover{background:#fff3;color:#fff}.portfolio-link svg{height:16px;width:16px}[data-theme=light] .portfolio{background:#fff}[data-theme=light] .portfolio-item{border-color:#e5e7eb}[data-theme=light] .portfolio-item:hover{border-color:#d1d5db;box-shadow:0 12px 30px #0000001a}[data-theme=light] .portfolio-title{color:#111827}[data-theme=light] .portfolio-description{color:#6b7280}[data-theme=light] .portfolio-category{background:#8e51ff1a;color:#7c3aed}[data-theme=light] .portfolio-link{background:#0000000d;color:#111827}[data-theme=light] .portfolio-link:hover{background:#0000001a;color:#111827}[data-theme=light] .portfolio-item:hover .portfolio-title{color:#fff}[data-theme=light] .portfolio-item:hover .portfolio-description{color:#e5e7eb}[data-theme=light] .portfolio-item:hover .portfolio-category{background:#8e51ff33;color:#c4b5fd}[data-theme=light] .portfolio-item:hover .portfolio-link{background:#ffffff1a;color:#fff}[data-theme=light] .portfolio-item:hover .portfolio-link:hover{background:#fff3;color:#fff}@media (max-width:768px){.portfolio-grid{gap:1.5rem;grid-template-columns:1fr}.portfolio-item:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#8e51ffe6;border-radius:20px;color:#fff;content:attr(data-category);font-size:.8rem;font-weight:500;left:1rem;padding:.25rem .75rem;position:absolute;top:1rem;z-index:10}.portfolio-overlay .portfolio-category{display:none}}@media (max-width:480px){.portfolio{padding:3rem 0}.portfolio-grid{gap:1rem}.portfolio-content{padding:1rem}.portfolio-title{font-size:1.1rem}.portfolio-links{flex-direction:column}.portfolio-link{justify-content:center}}@media (max-width:768px){[data-theme=light] .portfolio-item:before{background:#8e51ffe6;color:#fff}}.portfolio-image-wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.portfolio-image-wrapper img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.portfolio-item:hover .portfolio-image-wrapper img{transform:scale(1.05)}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0)}.portfolio-image-wrapper:before{animation:loading 1.5s infinite;background:linear-gradient(90deg,#27272a 25%,#3f3f46 50%,#27272a 75%);background-size:200% 100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=light] .portfolio-image-wrapper:before{background:linear-gradient(90deg,#e5e7eb 25%,#d1d5db 50%,#e5e7eb 75%)}.portfolio-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.portfolio-modal{background:#1a1a1d;border:1px solid #27272a;border-radius:16px;box-shadow:0 25px 50px #00000080;max-height:90vh;max-width:900px;overflow-y:auto;overscroll-behavior:contain;position:relative;width:100%}.portfolio-modal-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .3s ease;width:40px;z-index:10}.portfolio-modal-close:hover{background:#fff3}.portfolio-modal-close svg{height:20px;width:20px}.portfolio-modal-content{padding:2rem}.portfolio-modal-header{margin-bottom:2rem}.portfolio-modal-category{background:#8e51ff33;border-radius:20px;color:#c4b5fd;display:inline-block;font-size:.85rem;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem}.portfolio-modal-title{color:#fff;font-size:2rem;font-weight:700;line-height:1.2;margin:0}.portfolio-modal-image-container{border-radius:12px;box-shadow:0 8px 25px #0000004d;margin-bottom:2rem;overflow:hidden;padding:0 0 70%;position:relative}.portfolio-modal-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.portfolio-modal-body,.portfolio-modal-section{margin-bottom:2rem}.portfolio-modal-section h3{border-bottom:2px solid #8e51ff4d;color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.portfolio-modal-section p{color:#d2d2dc;line-height:1.6;margin-bottom:1rem}.portfolio-modal-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.portfolio-modal-tech{background:#8e51ff26;border:1px solid #8e51ff4d;border-radius:20px;color:#c4b5fd;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.portfolio-modal-features{list-style:none;margin:0;padding:0}.portfolio-modal-features li{color:#d2d2dc;padding:.5rem 0 .5rem 1.5rem;position:relative}.portfolio-modal-features li:before{color:#8e51ff;content:"✓";font-weight:700;left:0;position:absolute}.portfolio-modal-footer{border-top:1px solid #27272a;padding-top:2rem}.portfolio-modal-links{display:flex;gap:1rem;justify-content:center}.portfolio-modal-link{align-items:center;border-radius:8px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.portfolio-modal-link.demo{background:linear-gradient(135deg,#8e51ff,#6366f1);color:#fff}.portfolio-modal-link.demo:hover{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 8px 20px #8e51ff4d;transform:translateY(-2px)}.portfolio-modal-link.code{background:#ffffff1a;border:1px solid #fff3;color:#fff}.portfolio-modal-link.code:hover{background:#fff3;transform:translateY(-2px)}.portfolio-modal-link svg{height:18px;width:18px}[data-theme=light] .portfolio-modal{background:#fff;border-color:#e5e7eb;box-shadow:0 25px 50px #00000026}[data-theme=light] .portfolio-modal-close{background:#0000001a;color:#111827}[data-theme=light] .portfolio-modal-close:hover{background:#0003}[data-theme=light] .portfolio-modal-title{color:#111827}[data-theme=light] .portfolio-modal-section h3{border-bottom-color:#8e51ff33;color:#111827}[data-theme=light] .portfolio-modal-features li,[data-theme=light] .portfolio-modal-section p{color:#6b7280}[data-theme=light] .portfolio-modal-footer{border-top-color:#e5e7eb}[data-theme=light] .portfolio-modal-link.code{background:#0000000d;border-color:#0000001a;color:#111827}[data-theme=light] .portfolio-modal-link.code:hover{background:#0000001a}@media (max-width:768px){.portfolio-modal{max-height:95vh;max-width:95vw}.portfolio-modal-content{padding:1.5rem}.portfolio-modal-title{font-size:1.5rem}.portfolio-modal-links{flex-direction:column}.portfolio-modal-link{justify-content:center}}@media (max-width:480px){.portfolio-modal-content{padding:1rem}.portfolio-modal-title{font-size:1.25rem}.portfolio-modal-section h3{font-size:1.1rem}}.portfolio-modal::-webkit-scrollbar{width:4px}.portfolio-modal::-webkit-scrollbar-track{background:#0000}.portfolio-modal::-webkit-scrollbar-thumb{background:#8e51ff4d;border-radius:2px;-webkit-transition:background .3s ease;transition:background .3s ease}.portfolio-modal::-webkit-scrollbar-thumb:hover{background:#8e51ff99}.portfolio-modal{scrollbar-color:#8e51ff4d #0000;scrollbar-width:thin}.portfolio-modal-image-container img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.testimonials{background:#0b0b0d;overflow-x:hidden}[data-theme=light] .testimonials{background:#fff}.testimonials-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.testimonials-header h2{font-size:2rem}.tnav{display:flex;gap:.75rem}.tnav-btn{background:#111114;border:1px solid #2a2a2e;border-radius:9999px;color:#e5e7eb;cursor:pointer;display:grid;height:44px;place-items:center;width:44px}.tnav-btn:hover{background:#16161a;border-color:#3f3f46}.testimonials-swiper{margin-top:1rem;overflow:visible}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.testimonial-card{background:#0000;border:1px solid #2a2a2e;border-radius:16px;padding:2rem;scroll-snap-align:start}.testimonial-content{color:#d4d4d8;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-quote{color:#e5e7eb;font-size:1.5rem;line-height:1.6;margin-bottom:1.75rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.testimonial-footer{grid-gap:1rem;align-items:center;border-top:1px solid #1e1e22;display:grid;gap:1rem;grid-template-columns:1fr auto;padding-top:1rem}.author{gap:.75rem}.author,.author-avatar{align-items:center;display:flex}.author-avatar{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50%;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;position:relative;width:48px}.author-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonial-avatar-1{background:linear-gradient(135deg,#ff6b6b,#ff8e8e)}.testimonial-avatar-2{background:linear-gradient(135deg,#4ecdc4,#6fd9d1)}.testimonial-avatar-3{background:linear-gradient(135deg,#45b7d1,#64c5e8)}.author-name{color:#fff;font-weight:600}.author-title{color:#a1a1aa;font-size:.9rem}.company-badge{background:#8e51ff14;border:1px solid #2a2a2e;border-radius:9999px;color:#c4b5fd;font-weight:600;padding:.5rem .75rem}.author-info p{font-size:.9rem}[data-theme=light] .testimonial-card{background:#0000;border-color:#e5e7eb}[data-theme=light] .testimonials-header h2{color:#111827}[data-theme=light] .tnav-btn{background:#fff;border-color:#e5e7eb;color:#111827}[data-theme=light] .testimonial-quote{color:#374151}[data-theme=light] .author-name{color:#111827}[data-theme=light] .company-badge{background:#f3f4f6;border-color:#e5e7eb;color:#7c3aed}[data-theme=light] .testimonial-avatar-1{background:linear-gradient(135deg,#ef4444,#f87171)}[data-theme=light] .testimonial-avatar-2{background:linear-gradient(135deg,#10b981,#34d399)}[data-theme=light] .testimonial-avatar-3{background:linear-gradient(135deg,#3b82f6,#60a5fa)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonial-card{animation:fadeInUp .6s ease-out}@media (max-width:768px){.testimonials-grid{gap:2rem;grid-template-columns:1fr}}.faq-grid{grid-gap:1rem;display:grid;gap:1rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px}.faq-item{background:#0000;border:1px solid #27272a;border-radius:8px;overflow:hidden}.faq-question{align-items:center;background:#0000;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1.5rem;transition:background-color .2s ease}.faq-question:hover{background:#ffffff05}.faq-toggle{align-items:center;color:#a1a1aa;display:flex;font-size:1.2rem;font-weight:700;height:24px;justify-content:center;transition:color .2s ease;width:24px}.faq-question:hover .faq-toggle{color:#fff}.faq-answer{color:#a1a1aa;line-height:1.6;overflow:hidden}.faq-answer-content{padding:0 1.5rem 1.5rem}[data-theme=light] .faq-item{background:#0000;border-color:#e5e7eb}[data-theme=light] .faq-question{background:#0000;color:#111827}[data-theme=light] .faq-answer{color:#4b5563}[data-theme=light] .faq-question:hover{background:#00000005}[data-theme=light] .faq-toggle{color:#6b7280}[data-theme=light] .faq-question:hover .faq-toggle{color:#111827}.newsletter{background:#1a1a1a;color:#fff;padding:3rem 0}.newsletter .container{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.newsletter-content{flex:1 1}.newsletter h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.newsletter p{font-size:1rem;line-height:1.5;margin-bottom:0;opacity:.8}.newsletter-form{background:#2a2a2a;border:1px solid #333;border-radius:25px;display:flex;min-width:400px;overflow:hidden;position:relative;transition:border-color .3s ease}.newsletter-form:focus-within{border-color:#666}.newsletter-form input{background:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;outline:none;padding:.875rem 140px .875rem 1rem}.newsletter-form input::placeholder{color:#888}.newsletter-form button{background:#fff;border:none;border-radius:20px;bottom:4px;color:#1a1a1a;cursor:pointer;font-size:.9rem;font-weight:600;padding:0 1.5rem;position:absolute;right:4px;top:4px;transition:background-color .3s ease;white-space:nowrap}.newsletter-form button:hover{background:#f0f0f0}@media (max-width:768px){.newsletter .container{flex-direction:column;gap:2rem;text-align:center}.newsletter-form{margin:0 auto;max-width:400px;min-width:auto;width:100%}.newsletter-form input{padding-right:1rem}.newsletter-form{background:#0000;border:none;flex-direction:column;gap:1rem}.newsletter-form input{background:#2a2a2a;border:1px solid #333;border-radius:25px;padding:.875rem 1rem}.newsletter-form button{border-radius:20px;padding:.875rem 1.5rem;position:static;width:100%}}.footer{background:#0b0b0d;border-top:1px solid #27272a;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{color:#a1a1aa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #27272a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1rem}.social-links{display:flex;gap:1rem;list-style:none}.social-links a{color:#a1a1aa;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#fff}[data-theme=light] .footer-links a,[data-theme=light] .social-links a{color:#6b7280}[data-theme=light] .footer-links a:hover,[data-theme=light] .social-links a:hover{color:#111827}[data-theme=light] .footer{background:#fff;border-top-color:#e5e7eb}@media (max-width:768px){.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-links,.social-links{flex-wrap:wrap;justify-content:center}}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{-ms-overflow-style:none;background:#1a1a1a;border:1px solid #333;border-radius:16px;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;scrollbar-width:none;width:100%}.modal-content::-webkit-scrollbar{display:none}.modal-header{padding:2rem 2rem 1rem;position:relative;text-align:center}.modal-icon{align-items:center;background:linear-gradient(135deg,#8e51ff,#7c3aed);border-radius:12px;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.modal-header h2{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.modal-header p{color:#a1a1aa;margin-bottom:0}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#a1a1aa;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:32px}.modal-close:hover{background:#333;color:#fff}.contact-form{padding:0 2rem 2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-field{margin-bottom:1.5rem}.form-field label{color:#fff;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{background:#2a2a2a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;padding:.875rem 1rem;transition:border-color .3s ease;width:100%}.form-field input::placeholder,.form-field textarea::placeholder{color:#666}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#8e51ff;outline:none}.form-field textarea{min-height:100px;resize:none}.checkbox-label{display:flex!important}.checkbox-container input[type=checkbox]:checked+.checkbox-label .checkmark{background:#8e51ff;border-color:#8e51ff}.checkbox-label a{color:#8e51ff}.checkbox-label a:hover{color:#7c3aed}.submit-btn{font-size:1rem;font-weight:600;padding:1rem;width:100%}[data-theme=light] .modal-content{background:#fff;border-color:#e5e7eb}[data-theme=light] .modal-header h2{color:#111827}[data-theme=light] .modal-close,[data-theme=light] .modal-header p{color:#6b7280}[data-theme=light] .modal-close:hover{background:#f3f4f6;color:#111827}[data-theme=light] .form-field label{color:#111827}[data-theme=light] .form-field input,[data-theme=light] .form-field select,[data-theme=light] .form-field textarea{background:#f9fafb;border-color:#e5e7eb;color:#111827}[data-theme=light] .form-field input::placeholder,[data-theme=light] .form-field textarea::placeholder{color:#9ca3af}[data-theme=light] .form-field input:focus,[data-theme=light] .form-field select:focus,[data-theme=light] .form-field textarea:focus{border-color:#8e51ff}[data-theme=light] .checkbox-container input[type=checkbox]:checked+.checkbox-label .checkmark{background:#8e51ff;border-color:#8e51ff}@media (max-width:480px){.modal-content{margin:10px;max-height:calc(100vh - 2rem)}.modal-overlay{padding:10px}.modal-header{padding:15px}.contact-form{padding:0 15px 15px}.form-row{gap:0;grid-template-columns:1fr}.form-field{margin-bottom:10px}}.audit-modal{max-width:700px}.audit-icon{background:linear-gradient(135deg,#10b981,#059669)}.audit-benefits{background:#10b9811a;border:1px solid #10b98133;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.audit-benefits h4{color:#10b981;font-size:1rem;font-weight:600;margin-bottom:1rem}.audit-benefits ul{list-style:none;margin:0;padding:0}.audit-benefits li{align-items:center;color:#fff;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.audit-benefits li:last-child{margin-bottom:0}[data-theme=light] .audit-benefits{background:#10b9810d;border-color:#10b98126}[data-theme=light] .audit-benefits h4{color:#059669}[data-theme=light] .audit-benefits li{color:#111827}.char-count{color:#666;font-size:.8rem;margin-top:.25rem;text-align:right}.checkbox-field{margin-bottom:1.5rem}.checkbox-container{align-items:flex-start;display:flex;gap:.75rem}.checkbox-container input[type=checkbox]{display:none}.checkbox-label{align-items:flex-start;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;line-height:1.5;margin:0;padding:0;width:100%}.checkmark{background:#2a2a2a;border:2px solid #333;border-radius:4px;flex-shrink:0;height:20px;margin-top:2px;position:relative;transition:all .3s ease;width:20px}.checkbox-text{flex:1 1;line-height:1.5}.checkbox-container input[type=checkbox]:checked+.checkbox-label .checkmark{background:#10b981;border-color:#10b981}.checkbox-container input[type=checkbox]:checked+.checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.checkbox-label a{color:#10b981;text-decoration:none;transition:color .3s ease}.checkbox-label a:hover{color:#059669;text-decoration:underline}[data-theme=light] .char-count{color:#9ca3af}[data-theme=light] .checkbox-label{color:#111827}[data-theme=light] .checkmark{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .checkbox-container input[type=checkbox]:checked+.checkbox-label .checkmark{background:#10b981;border-color:#10b981}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#a1a1aa;font-size:1.2rem;margin:0 auto;max-width:600px}.eyebrow{color:#6b7280;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}[data-theme=dark] .eyebrow{color:#a1a1aa}[data-theme=light] .eyebrow{color:#6b7280}.card-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.card-desc{color:#a1a1aa;line-height:1.6}.card-icon{align-items:center;background:#8e51ff1a;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.card-icon img{filter:brightness(0) saturate(100%) invert(85%) sepia(15%) saturate(1000%) hue-rotate(220deg) brightness(100%) contrast(100%);height:24px;width:24px}.cta-panel{align-items:center;background:linear-gradient(135deg,#1a1a1a,#0b0b0d);border:1px solid #27272a;border-radius:16px;display:flex;gap:2rem;justify-content:space-between;padding:3rem}.cta-content h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.cta-content p{color:#a1a1aa;margin-bottom:1.5rem}.cta-actions{display:flex;flex-shrink:0;gap:1rem}.cta-actions .btn{white-space:nowrap}.author-info h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.author-info p{color:#a1a1aa;font-size:.875rem}[data-theme=light] .author-info h4,[data-theme=light] .card-title,[data-theme=light] .section-header h2{color:#111827}[data-theme=light] .author-info p,[data-theme=light] .card-desc,[data-theme=light] .section-header p{color:#6b7280}[data-theme=light] .card-icon{background:#8e51ff0d}[data-theme=light] .card-icon img{filter:brightness(0) saturate(100%) invert(30%) sepia(80%) saturate(1000%) hue-rotate(220deg) brightness(100%) contrast(100%)}[data-theme=light] .cta-panel{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#e5e7eb}[data-theme=light] .cta-content h3{color:#111827}[data-theme=light] .cta-content p{color:#6b7280}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.cta-panel{flex-direction:column;gap:2rem;text-align:center}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{width:100%}}@media (max-width:480px){.section-header h2{font-size:1.75rem}.cta-panel{padding:2rem}}.privacy-page{background:#0b0b0d;color:#fff;min-height:100vh}.privacy-main{padding:4rem 0}.privacy-hero{margin-bottom:4rem;text-align:center}.privacy-icon-large{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:20px;display:flex;font-size:3rem;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.privacy-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#d4d4d8);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.privacy-subtitle{color:#a1a1aa;font-size:1.25rem;margin-bottom:2rem}.privacy-updated{background:#6366f11a;border:1px solid #6366f133;border-radius:20px;color:#6366f1;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.privacy-content-page{line-height:1.7;margin:0 auto;max-width:800px}.privacy-content-page section{margin-bottom:3rem}.privacy-content-page h2{border-bottom:2px solid #333;color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.privacy-content-page h3{color:#fff;font-size:1.25rem;font-weight:600;margin:1.5rem 0 1rem}.privacy-content-page p{color:#d4d4d8;margin-bottom:1.5rem}.privacy-content-page ul{color:#d4d4d8;margin:1.5rem 0;padding-left:2rem}.privacy-content-page li{margin-bottom:.75rem}.privacy-content-page strong{color:#fff;font-weight:600}.processing-table{margin:2rem 0;overflow-x:auto}.processing-table table{background:#1a1a1a;border:1px solid #333;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.processing-table td,.processing-table th{border-bottom:1px solid #333;padding:1rem;text-align:left;vertical-align:top}.processing-table th{background:#2a2a2a;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.processing-table td{color:#d4d4d8}.processing-table td:first-child{color:#6366f1;font-weight:600;min-width:200px}.processing-table ul{margin:0;padding-left:1.5rem}.processing-table li{margin-bottom:.5rem}.processing-table li:last-child{margin-bottom:0}.contact-info{background:#1a1a1a;border:1px solid #333;border-radius:12px;margin:2rem 0;padding:2rem}.contact-item{display:flex;gap:1rem;margin-bottom:1rem}.contact-item:last-child{margin-bottom:0}.contact-item strong{color:#6366f1;min-width:140px}[data-theme=light] .privacy-page{background:#fff;color:#111827}[data-theme=light] .privacy-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#111827,#374151);-webkit-background-clip:text;background-clip:text}[data-theme=light] .privacy-subtitle{color:#6b7280}[data-theme=light] .privacy-updated{background:#6366f10d;border-color:#6366f126;color:#4f46e5}[data-theme=light] .privacy-content-page h2{border-bottom-color:#e5e7eb;color:#111827}[data-theme=light] .privacy-content-page h3{color:#111827}[data-theme=light] .privacy-content-page li,[data-theme=light] .privacy-content-page p,[data-theme=light] .privacy-content-page ul{color:#374151}[data-theme=light] .privacy-content-page strong{color:#111827}[data-theme=light] .processing-table table{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .processing-table th{background:#f3f4f6;border-bottom-color:#e5e7eb;color:#111827}[data-theme=light] .processing-table td{border-bottom-color:#e5e7eb;color:#374151}[data-theme=light] .processing-table td:first-child{color:#4f46e5}[data-theme=light] .contact-info{background:#f9fafb;border-color:#e5e7eb}[data-theme=light] .contact-item strong{color:#4f46e5}@media (max-width:768px){.privacy-hero h1{font-size:2rem}.privacy-icon-large{font-size:2rem;height:80px;width:80px}.privacy-main{padding:2rem 0}.privacy-hero{margin-bottom:2rem}.contact-item{flex-direction:column;gap:.5rem}.contact-item strong{min-width:auto}.processing-table td:first-child{min-width:150px}}@media (max-width:480px){.privacy-hero h1{font-size:1.75rem}.privacy-content-page{padding:0 1rem}.contact-info{padding:1.5rem}.processing-table td,.processing-table th{padding:.75rem}.processing-table td:first-child{min-width:120px}}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.blog-card{background:#0b0b0d;border:1px solid #27272a;border-radius:12px;display:flex;flex-direction:column;padding:1.5rem;&>.btn{align-self:flex-start;margin-top:auto}}.blog-meta{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.blog-title{-webkit-line-clamp:2;color:#fff;font-size:1.25rem;margin:.25rem 0 .5rem}.blog-excerpt,.blog-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-excerpt{-webkit-line-clamp:6;color:#a1a1aa;margin-bottom:1rem}[data-theme=light] .blog-card{background:#fff;border-color:#e5e7eb}[data-theme=light] .blog-title{color:#111827}[data-theme=light] .blog-date,[data-theme=light] .blog-excerpt{color:#6b7280}@media (max-width:992px){.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr}}.blog-article{margin:0 auto;max-width:800px}.post-meta{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.post-title{color:#fff;font-size:2rem;margin:.5rem 0 1rem}.post-content{color:#d4d4d8;line-height:1.8}.post-content h3{color:#fff;font-size:1.25rem;margin:1.25rem 0 .5rem}.post-content ul{margin:.75rem 0 1rem 1.25rem}.post-content li{margin-bottom:.5rem}.post-content p{margin-bottom:1rem}.blog-category{background:#8e51ff14;border:1px solid #2a2a2e;border-radius:9999px;color:#c4b5fd;font-size:.8rem;padding:.25rem .5rem}.blog-date{color:#a1a1aa;font-size:.85rem}.back-to-blog{margin-top:2rem}.post-footer{border-top:1px solid #2a2a2e;margin-top:3rem;padding-top:2rem;text-align:left}.post-footer .btn{align-items:center;background:#0000;border:1px solid #6b7280;border-radius:9999px;color:#6b7280;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.post-footer .btn:hover{background:#27272a;box-shadow:0 4px 8px #00000026;color:#fff;transform:translateY(-2px)}[data-theme=light] .post-footer{border-top-color:#e5e7eb}[data-theme=light] .post-title{color:#111827}[data-theme=light] .post-content{color:#374151}[data-theme=light] .post-content h3{color:#111827}[data-theme=light] .blog-category{background:#8e51ff0d;border-color:#e5e7eb;color:#7c3aed}[data-theme=light] .blog-date{color:#6b7280}@media (max-width:768px){.post-title{font-size:1.75rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.post-title{font-size:1.5rem}.blog-article{padding:0 1rem}}
/*# sourceMappingURL=main.98a00018.css.map*/