:root{--primary:#6C3AED;--primary-light:#8B5CF6;--primary-dark:#5B21B6;--accent:#06B6D4;--accent-light:#22D3EE;--bg:#F8FAFC;--bg-card:#FFFFFF;--text:#1E293B;--text-light:#64748B;--text-lighter:#94A3B8;--border:#E2E8F0;--gradient-1:linear-gradient(135deg,#6C3AED,#06B6D4);--gradient-2:linear-gradient(135deg,#8B5CF6,#22D3EE);--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 10px 40px rgba(0,0,0,0.12);--shadow-glow:0 0 40px rgba(108,58,237,0.15);--radius:16px}.legacy-home *{margin:0;padding:0;box-sizing:border-box}.legacy-home{scroll-behavior:smooth;font-size:16px;scroll-padding-top:88px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}.legacy-home header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.legacy-home header.scrolled{box-shadow:var(--shadow-md)}.legacy-home .header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.legacy-home .logo{gap:12px;text-decoration:none;color:var(--text)}.legacy-home .logo,.legacy-home .logo-icon{display:flex;align-items:center;flex-shrink:0}.legacy-home .logo-icon{width:40px;height:40px;justify-content:center}.legacy-home .logo-text{font-size:1.2rem;font-weight:800;letter-spacing:-.5px;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legacy-home .nav-links{display:flex;align-items:center;gap:4px;background:#F1F5F9;padding:4px;border-radius:12px}.legacy-home .nav-links a{padding:8px 16px;border-radius:9px;font-size:.85rem;font-weight:600;color:var(--text-light);text-decoration:none;transition:all .2s;white-space:nowrap}.legacy-home .nav-links a.active,.legacy-home .nav-links a:hover{background:white;color:var(--primary);box-shadow:var(--shadow-sm)}.legacy-home .header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.legacy-home .btn{padding:10px 20px;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.legacy-home .btn-ghost{background:transparent;color:var(--text)}.legacy-home .btn-ghost:hover{background:rgba(108,58,237,.08);color:var(--primary)}.legacy-home .btn-primary{background:var(--gradient-1);color:white;box-shadow:0 4px 15px rgba(108,58,237,.3)}.legacy-home .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(108,58,237,.4)}.legacy-home .btn-outline{background:white;color:var(--primary);border:2px solid rgba(108,58,237,.2)}.legacy-home .btn-outline:hover{border-color:var(--primary);background:rgba(108,58,237,.04)}.legacy-home .hero{min-height:100vh;display:flex;align-items:center;padding:100px 2rem 60px;position:relative;overflow:hidden}.legacy-home .hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(108,58,237,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.legacy-home .hero-inner{max-width:1280px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.legacy-home .hero-left{display:flex;flex-direction:column;align-items:center;gap:24px}.legacy-home .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(108,58,237,.08);border:1px solid rgba(108,58,237,.15);border-radius:50px;font-size:.82rem;font-weight:600;color:var(--primary)}.legacy-home .hero-badge .dot{width:8px;height:8px;background:#10B981;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.legacy-home .hero-title{font-size:3rem;font-weight:800;line-height:1.15;letter-spacing:-1.5px;text-align:center}.legacy-home .hero-title .gradient{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legacy-home .hero-subtitle{font-size:1.05rem;color:var(--text-light);text-align:center;max-width:480px}.legacy-home .hero-description-photo{display:block;width:100%;max-width:480px;height:auto;border-radius:16px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.legacy-home .chatbox{background:var(--bg-card);border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden;max-width:480px;margin:0 auto}.legacy-home .chatbox-header{background:var(--gradient-1);padding:20px 24px;display:flex;align-items:center;gap:14px}.legacy-home .chatbox-avatar{width:44px;height:44px;background:rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;color:white}.legacy-home .chatbox-header-info h3{color:white;font-size:1rem;font-weight:700}.legacy-home .chatbox-header-info p{color:rgba(255,255,255,.75);font-size:.8rem}.legacy-home .chatbox-body{padding:24px;height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:#F8FAFF}.legacy-home .chat-msg{display:flex;gap:10px;max-width:85%}.legacy-home .chat-msg.bot{align-self:flex-start}.legacy-home .chat-msg.user{align-self:flex-end;flex-direction:row-reverse}.legacy-home .chat-msg-avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.legacy-home .chat-msg.bot .chat-msg-avatar{background:var(--gradient-1);color:white}.legacy-home .chat-msg.user .chat-msg-avatar{background:#E0E7FF;color:var(--primary)}.legacy-home .chat-msg-bubble{padding:12px 16px;border-radius:14px;font-size:.88rem;line-height:1.5}.legacy-home .chat-msg.bot .chat-msg-bubble{background:white;border:1px solid var(--border);border-bottom-left-radius:4px}.legacy-home .chat-msg.user .chat-msg-bubble{background:var(--gradient-1);color:white;border-bottom-right-radius:4px}.legacy-home .chatbox-footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;gap:10px;background:white}.legacy-home .chatbox-footer input{flex:1;padding:12px 16px;border:2px solid var(--border);border-radius:12px;font-size:.88rem;font-family:inherit;outline:none}.legacy-home .chatbox-footer button{width:46px;height:46px;border:none;background:var(--gradient-1);color:white;border-radius:12px;cursor:pointer;font-size:16px}.legacy-home section{padding:100px 2rem}.legacy-home .section-header{text-align:center;margin-bottom:70px}.legacy-home .section-label{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgba(108,58,237,.08);border-radius:50px;font-size:.82rem;font-weight:600;color:var(--primary);margin-bottom:16px}.legacy-home .section-title{font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:16px}.legacy-home .section-desc{font-size:1.05rem;color:var(--text-light);max-width:600px;margin:0 auto}.legacy-home .product-list{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.legacy-home .product-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;opacity:0;transform:translateY(40px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .product-card.visible{opacity:1;transform:translateY(0)}.legacy-home .product-card:nth-child(2n){direction:rtl}.legacy-home .product-card:nth-child(2n)>*{direction:ltr}.legacy-home .product-image-wrap{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#f1f5f9}.legacy-home .product-screenshot{display:block;width:100%;height:auto;vertical-align:middle}.legacy-home .functions-section{padding:100px 1.5rem;background:var(--bg)}.legacy-home .functions-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.legacy-home .functions-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 20px;border-radius:16px;text-decoration:none;color:inherit;background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease}.legacy-home .functions-card:hover{transform:translateY(-3px);border-color:rgba(108,58,237,.25);box-shadow:var(--shadow-md)}.legacy-home .functions-card h3{font-size:1.05rem;font-weight:700}.legacy-home .functions-arrow{font-size:1.1rem;color:var(--primary);font-weight:700}.legacy-home .functions-cta-wrap{max-width:1280px;margin:28px auto 0;text-align:center}.legacy-home .product-info{display:flex;flex-direction:column;gap:16px}.legacy-home .product-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--gradient-1);color:white;border-radius:12px;font-size:1.1rem;font-weight:800}.legacy-home .product-info h3{font-size:1.7rem;font-weight:800;letter-spacing:-.5px}.legacy-home .product-info p{font-size:.98rem;color:var(--text-light);line-height:1.7}.legacy-home .product-tags{display:flex;flex-wrap:wrap;gap:8px}.legacy-home .product-tag{padding:6px 14px;background:rgba(108,58,237,.06);border:1px solid rgba(108,58,237,.12);border-radius:8px;font-size:.78rem;font-weight:600;color:var(--primary)}.legacy-home .ui-mock{font-size:11px;line-height:1.4;color:#334155}.legacy-home .ui-mock-bar{background:white;border-bottom:1px solid #e2e8f0;padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.legacy-home .ui-mock-bar .brand{font-weight:700;color:#1e293b;font-size:12px}.legacy-home .ui-mock-bar .sub{font-size:10px;color:#64748b}.legacy-home .ui-mock-body{display:flex;min-height:280px;background:#f8fafc}.legacy-home .ui-sidebar{width:130px;background:white;border-right:1px solid #e2e8f0;padding:10px 8px;display:flex;flex-direction:column;gap:4px}.legacy-home .ui-nav-item{padding:6px 8px;border-radius:6px;font-size:10px;color:#64748b;display:flex;align-items:center;gap:6px}.legacy-home .ui-nav-item.active{background:#eff6ff;color:#2563eb;font-weight:600}.legacy-home .ui-main{flex:1;padding:14px;overflow:hidden}.legacy-home .ui-greeting{font-size:16px;font-weight:700;margin-bottom:12px;color:#1e293b}.legacy-home .ui-input-box{background:white;border:1px solid #e2e8f0;border-radius:10px;padding:12px;margin-bottom:12px;min-height:56px;color:#94a3b8;font-size:11px}.legacy-home .ui-chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.legacy-home .ui-chip{padding:3px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:9px;color:#475569}.legacy-home .ui-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.legacy-home .ui-skill{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.legacy-home .ui-skill .title{font-weight:600;font-size:10px;margin-bottom:4px}.legacy-home .ui-skill .tag{font-size:8px;color:#2563eb;background:#eff6ff;padding:1px 5px;border-radius:4px}.legacy-home .ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.legacy-home .ui-metric{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.legacy-home .ui-metric .label{font-size:9px;color:#64748b;margin-bottom:4px}.legacy-home .ui-metric .value{font-size:18px;font-weight:800;color:#1e293b}.legacy-home .ui-metric .trend{font-size:8px;color:#10b981;margin-top:2px}.legacy-home .ui-player{background:white;border:1px solid #e2e8f0;border-radius:8px;padding:10px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.legacy-home .ui-play-btn{width:28px;height:28px;border-radius:50%;background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-size:10px}.legacy-home .ui-wave{flex:1;height:24px;background:linear-gradient(90deg,#cbd5e1 30%,#e2e8f0 30% 35%,#cbd5e1 35% 60%,#e2e8f0 60%);border-radius:4px}.legacy-home .ui-transcript{display:flex;flex-direction:column;gap:8px}.legacy-home .ui-speaker-block{background:white;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.legacy-home .ui-speaker-head{background:#eff6ff;padding:5px 10px;font-size:9px;font-weight:600;color:#2563eb;display:flex;justify-content:space-between}.legacy-home .ui-speaker-text{padding:8px 10px;font-size:10px;color:#475569}.legacy-home .features{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.legacy-home .feature-card{background:var(--bg-card);border-radius:var(--radius);padding:32px 26px;border:1px solid var(--border);transition:all .35s cubic-bezier(.16,1,.3,1);opacity:0;transform:translateY(30px);box-shadow:var(--shadow-sm)}.legacy-home .feature-card.visible{opacity:1;transform:translateY(0)}.legacy-home .feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:rgba(108,58,237,.2)}.legacy-home .feature-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px}.legacy-home .feature-icon.purple{background:rgba(108,58,237,.1);color:var(--primary)}.legacy-home .feature-icon.cyan{background:rgba(6,182,212,.1);color:var(--accent)}.legacy-home .feature-icon.green{background:rgba(16,185,129,.1);color:#10B981}.legacy-home .feature-icon.orange{background:rgba(245,158,11,.1);color:#F59E0B}.legacy-home .feature-icon.pink{background:rgba(236,72,153,.1);color:#EC4899}.legacy-home .feature-icon.blue{background:rgba(59,130,246,.1);color:#3B82F6}.legacy-home .feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}.legacy-home .feature-card p{font-size:.88rem;color:var(--text-light);line-height:1.6}.legacy-home .pricing{background:white}.legacy-home .pricing-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.legacy-home .pricing-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:all .3s;opacity:0;transform:translateY(30px)}.legacy-home .pricing-card.visible{opacity:1;transform:translateY(0)}.legacy-home .pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.legacy-home .pricing-card.popular{border-color:var(--primary);background:linear-gradient(180deg,#faf5ff,#f8fafc);position:relative}.legacy-home .pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gradient-1);color:white;font-size:.72rem;font-weight:700;padding:4px 14px;border-radius:999px}.legacy-home .pricing-card h3{font-size:1.1rem;font-weight:700}.legacy-home .pricing-card .desc{font-size:.85rem;color:var(--text-light);min-height:40px}.legacy-home .pricing-card .price{font-size:2.2rem;font-weight:800;letter-spacing:-1px}.legacy-home .pricing-card .period{font-size:.85rem;color:var(--text-light);font-weight:500}.legacy-home .pricing-card ul{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.legacy-home .pricing-card li{font-size:.88rem;color:var(--text-light);display:flex;align-items:center;gap:8px}.legacy-home .pricing-card li i{color:var(--primary);font-size:.75rem}.legacy-home .pricing-card .btn{width:100%;justify-content:center;margin-top:auto}.legacy-home .addons{max-width:900px;margin:50px auto 0;text-align:center}.legacy-home .addons h3{font-size:1.3rem;font-weight:700;margin-bottom:24px}.legacy-home .addons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.legacy-home .addon-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:20px 16px}.legacy-home .addon-card .amount{font-size:1rem;font-weight:700;margin-bottom:6px}.legacy-home .addon-card .cost{font-size:1.4rem;font-weight:800;color:var(--primary)}.legacy-home .pricing-note{text-align:center;margin-top:32px;font-size:.85rem;color:var(--text-lighter)}.legacy-home .about-section{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .about-content{max-width:800px;margin:0 auto;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px 44px;box-shadow:var(--shadow-md);opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .about-content.visible{opacity:1;transform:translateY(0)}.legacy-home .about-content p{font-size:1rem;color:var(--text-light);line-height:1.75;margin-bottom:20px}.legacy-home .about-content p:last-child{margin-bottom:0}.legacy-home .partners-section{background:white}.legacy-home .partners-section-alt{background:linear-gradient(180deg,#F8FAFC,#EEF2FF 50%,#F8FAFC)}.legacy-home .partners-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.16,1,.3,1)}.legacy-home .partners-grid.visible{opacity:1;transform:translateY(0)}.legacy-home .partner-logo-cell{min-height:96px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:20px 16px;box-shadow:var(--shadow-sm);transition:box-shadow .25s,border-color .25s}.legacy-home .partner-logo-cell:hover{box-shadow:var(--shadow-md);border-color:rgba(108,58,237,.2)}.legacy-home .partner-logo-cell img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain}.legacy-home .partner-logo-name{font-size:.88rem;font-weight:700;color:var(--text-light);text-align:center}.legacy-home .partner-skeleton{min-height:96px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:legacy-shimmer 1.4s infinite}@keyframes legacy-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.legacy-home .footer{background:#0F172A;color:#CBD5E1;padding:80px 2rem 40px}.legacy-home .footer-inner{max-width:1280px;margin:0 auto}.legacy-home .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:60px}.legacy-home .footer-brand .logo-text{font-size:1.3rem;font-weight:800;color:white;margin-bottom:16px;display:block;-webkit-text-fill-color:white}.legacy-home .footer-brand p{font-size:.9rem;line-height:1.7;color:#94A3B8;max-width:320px}.legacy-home .footer-col h4{color:white;font-size:.95rem;font-weight:700;margin-bottom:20px}.legacy-home .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.legacy-home .footer-col a{color:#94A3B8;text-decoration:none;font-size:.88rem;transition:color .2s}.legacy-home .footer-col a:hover{color:white}.legacy-home .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.legacy-home .footer-bottom p{font-size:.82rem;color:#64748B}.legacy-home .footer-bottom-links{display:flex;gap:24px}.legacy-home .footer-bottom-links a{font-size:.82rem;color:#64748B;text-decoration:none}.legacy-home .footer-bottom-links a:hover{color:white}.legacy-home .modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.legacy-home .modal-overlay.active{opacity:1;visibility:visible}.legacy-home .modal{background:white;border-radius:24px;width:440px;max-width:90vw;padding:40px;position:relative;transform:scale(.9) translateY(20px);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:0 25px 60px rgba(0,0,0,.2)}.legacy-home .modal-overlay.active .modal{transform:scale(1) translateY(0)}.legacy-home .modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:rgba(0,0,0,.05);border-radius:10px;cursor:pointer}.legacy-home .modal h2{font-size:1.6rem;font-weight:800;margin-bottom:8px}.legacy-home .modal .subtitle{color:var(--text-light);font-size:.92rem;margin-bottom:28px}.legacy-home .modal-tabs{display:flex;background:#F1F5F9;border-radius:12px;padding:4px;margin-bottom:28px}.legacy-home .modal-tab{flex:1;padding:10px;text-align:center;border:none;background:transparent;border-radius:10px;font-size:.88rem;font-weight:600;color:var(--text-light);cursor:pointer}.legacy-home .modal-tab.active{background:white;color:var(--primary);box-shadow:var(--shadow-sm)}.legacy-home .form-group{margin-bottom:18px}.legacy-home .form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.legacy-home .form-group input{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:12px;font-size:.9rem;font-family:inherit;outline:none}.legacy-home .form-panel{display:none}.legacy-home .form-panel.active{display:block}.legacy-home .modal .btn-primary{width:100%;justify-content:center;padding:14px;margin-top:8px}.legacy-home .scroll-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;background:var(--gradient-1);color:white;border:none;border-radius:14px;cursor:pointer;font-size:18px;opacity:0;visibility:hidden;transition:all .3s;z-index:999}.legacy-home .scroll-top.visible{opacity:1;visibility:visible}@media (max-width:1024px){.legacy-home .nav-links{display:none}.legacy-home .addons-grid,.legacy-home .partners-grid,.legacy-home .pricing-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .functions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.legacy-home .hero-inner{grid-template-columns:1fr;gap:40px}.legacy-home .hero-title{font-size:2.2rem}.legacy-home .product-card{grid-template-columns:1fr;gap:30px}.legacy-home .product-card:nth-child(2n){direction:ltr}.legacy-home .features-grid,.legacy-home .functions-grid{grid-template-columns:repeat(2,1fr)}.legacy-home .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.legacy-home .features-grid,.legacy-home .footer-grid,.legacy-home .functions-grid,.legacy-home .pricing-grid{grid-template-columns:1fr}.legacy-home .section-title{font-size:1.8rem}.legacy-home .addons-grid,.legacy-home .partners-grid{grid-template-columns:1fr 1fr}}