#section-switch-hero{overflow:hidden}#section-switch-hero .switch-hero-content{max-width:900px;margin:0 auto;text-align:center}#section-switch-hero .switch-badge-animated{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(16,185,129,0.3);padding:10px 24px;border-radius:30px;margin-bottom:32px;box-shadow:0 4px 16px rgba(16,185,129,0.1)}#section-switch-hero .switch-pulse{width:8px;height:8px;border-radius:50%;background:#10b981;animation:switch-pulse 2s infinite}@keyframes switch-pulse{0,100%{opacity:1}50%{opacity:0.5}}#section-switch-hero .switch-pulse::after{content:'';width:100%;height:100%;border-radius:50%;background:#10b981;opacity:0.4;animation:switch-pulse-ring 2s infinite}@keyframes switch-pulse-ring{0{transform:scale(1);opacity:0.4}100%{transform:scale(2.5);opacity:0}}#section-switch-hero h1{margin-bottom:24px;line-height:1.2;text-align:center}#section-switch-hero .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-switch-hero .switch-hero-lead{opacity:0.9;line-height:1.7;margin-bottom:16px;text-align:center}#section-switch-hero .switch-hero-tagline{color:#6366f1;font-weight:600;margin-bottom:40px;text-align:center}#section-switch-hero .switch-cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}#section-switch-hero .btn-switch-primary{background:linear-gradient(135deg,#10b981 0,#059669 100%);border:none;color:#fff;padding:0 40px;height:58px;border-radius:38px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 24px rgba(16,185,129,0.3);transition:all 0.3s ease;text-decoration:none;font-weight:600}#section-switch-hero .btn-switch-primary:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(16,185,129,0.4);color:#fff}#section-switch-hero .btn-switch-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151;padding:0 40px;height:58px;border-radius:38px;display:inline-flex;align-items:center;gap:10px;transition:all 0.3s ease;text-decoration:none;font-weight:600}#section-switch-hero .btn-switch-secondary:hover{border-color:#6366f1;color:#6366f1;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}#section-switch-hero .switch-badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}#section-switch-hero .switch-badge-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:all 0.3s ease}#section-switch-hero .switch-badge-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.08);border-color:#e5e7eb}#section-switch-hero .switch-badge-item i{color:#10b981;font-size:20px;flex-shrink:0}#section-switch-hero .switch-badge-item span{opacity:0.9;text-align:left}#section-switch-hero .bg{background:radial-gradient(circle at 20% 30%,rgba(16,185,129,0.15) 0,transparent 30%),radial-gradient(circle at 80% 20%,rgba(99,102,241,0.12) 0,transparent 35%),radial-gradient(circle at 15% 85%,rgba(139,92,246,0.1) 0,transparent 40%),radial-gradient(circle at 90% 90%,rgba(16,185,129,0.18) 0,transparent 50%),linear-gradient(135deg,#f0fdf4 0,#fafbfc 50%,#fff 100%);background-size:200% 200%;animation:hero-gradient-move 15s ease-in-out infinite alternate;filter:blur(60px);pointer-events:none}@keyframes hero-gradient-move{0{background-position:0 0}50%{background-position:100% 50%}100%{background-position:0 100%}}@media(max-width:768px){#section-switch-hero .switch-cta-buttons{flex-direction:column;align-items:center}#section-switch-hero .btn-switch-primary,#section-switch-hero .btn-switch-secondary{width:100%;max-width:320px;justify-content:center}#section-switch-hero .switch-badges-grid{grid-template-columns:1fr}}#section-why-switch{background:linear-gradient(135deg,#fafbfc 0,#fff 100%);overflow:hidden}#section-why-switch .why-switch-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-why-switch .why-switch-header h2{margin-bottom:16px;text-align:center;line-height:1.3}#section-why-switch .highlight-text{color:#ef4444;display:inline-block}#section-why-switch .why-switch-subtitle{opacity:0.85;line-height:1.7;text-align:center;font-size:18px}#section-why-switch .why-switch-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;margin:0 auto}#section-why-switch .problems-side,#section-why-switch .solutions-side{display:flex;flex-direction:column}#section-why-switch .side-label{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 24px;border-radius:30px;font-weight:700;margin-bottom:24px;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;align-self:flex-start}#section-why-switch .problem-label{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);color:#fff;box-shadow:0 4px 16px rgba(239,68,68,0.3)}#section-why-switch .solution-label{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;box-shadow:0 4px 16px rgba(16,185,129,0.3)}#section-why-switch .side-label i{font-size:16px}#section-why-switch .problems-content,#section-why-switch .solutions-content{background:#fff;border-radius:24px;padding:40px;box-shadow:0 8px 32px rgba(0,0,0,0.08);display:flex;flex-direction:column;flex:1}#section-why-switch .problems-content{border:2px solid rgba(239,68,68,0.15)}#section-why-switch .solutions-content{border:2px solid rgba(16,185,129,0.15);background:linear-gradient(135deg,rgba(240,253,244,0.5) 0,#fff 100%)}#section-why-switch .problems-content h3,#section-why-switch .solutions-content h3{margin-bottom:24px;text-align:left;font-size:20px;line-height:1.4}#section-why-switch .problems-content h3{color:#ef4444}#section-why-switch .solutions-content h3{color:#10b981}#section-why-switch .solutions-intro{opacity:0.85;margin-bottom:28px;text-align:left;line-height:1.6}#section-why-switch .problems-list{display:flex;flex-direction:column;gap:16px}#section-why-switch .problem-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:rgba(254,242,242,0.6);border:1px solid rgba(239,68,68,0.15);border-radius:12px;transition:all 0.3s ease}#section-why-switch .problem-item:hover{background:rgba(254,242,242,1);border-color:rgba(239,68,68,0.25);transform:translateX(-4px)}#section-why-switch .problem-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(239,68,68,0.3)}#section-why-switch .problem-icon i{font-size:18px}#section-why-switch .problem-text{display:flex;flex-direction:column;gap:4px;flex:1}#section-why-switch .problem-text strong{display:block;font-size:16px;color:#1f2937;text-align:left;line-height:1.4}#section-why-switch .problem-text span{font-size:13px;color:#6b7280;text-align:left;line-height:1.4}#section-why-switch .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}#section-why-switch .solution-feature{background:#fff;border:1px solid rgba(16,185,129,0.2);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;transition:all 0.3s ease}#section-why-switch .solution-feature:hover{transform:translateY(-4px);background:rgba(16,185,129,0.05);border-color:rgba(16,185,129,0.3);box-shadow:0 4px 16px rgba(16,185,129,0.1)}#section-why-switch .solution-feature i{font-size:24px;color:#10b981}#section-why-switch .solution-feature span{font-weight:600;font-size:14px;color:#1f2937;line-height:1.3}#section-why-switch .solutions-footer{margin-top:auto;padding-top:28px;border-top:2px solid rgba(16,185,129,0.15)}#section-why-switch .footer-highlight{display:flex;align-items:center;gap:12px;background:rgba(16,185,129,0.1);padding:16px;border-radius:12px;margin-bottom:16px}#section-why-switch .footer-highlight i{font-size:24px;color:#10b981;flex-shrink:0}#section-why-switch .footer-highlight p{margin:0;opacity:0.9;text-align:left;line-height:1.5}#section-why-switch .footer-tagline{display:block;color:#10b981;font-size:16px;text-align:center;line-height:1.5}@media(max-width:1024px){#section-why-switch .why-switch-container{grid-template-columns:1fr;gap:48px}#section-why-switch .solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){#section-why-switch .why-switch-header{margin-bottom:48px}#section-why-switch .why-switch-header h2{font-size:28px}#section-why-switch .why-switch-subtitle{font-size:16px}#section-why-switch .side-label{align-self:center;margin-bottom:20px}#section-why-switch .problems-content,#section-why-switch .solutions-content{padding:28px 24px}#section-why-switch .problems-content h3,#section-why-switch .solutions-content h3{font-size:18px;margin-bottom:20px}#section-why-switch .problem-item{padding:14px;gap:14px}#section-why-switch .problem-icon{width:36px;height:36px}#section-why-switch .problem-icon i{font-size:16px}#section-why-switch .problem-text strong{font-size:15px}#section-why-switch .problem-text span{font-size:12px}#section-why-switch .solutions-grid{grid-template-columns:repeat(2,1fr);gap:10px}#section-why-switch .solution-feature{padding:14px}#section-why-switch .solution-feature i{font-size:20px}#section-why-switch .solution-feature span{font-size:13px}#section-why-switch .footer-tagline{font-size:15px}}@media(max-width:576px){#section-why-switch .why-switch-header h2{font-size:24px}#section-why-switch .why-switch-subtitle{font-size:15px}#section-why-switch .side-label{padding:8px 20px;font-size:12px;width:auto;max-width:100%}#section-why-switch .problems-content,#section-why-switch .solutions-content{padding:24px 20px}#section-why-switch .problem-item{flex-direction:column;text-align:center;align-items:center}#section-why-switch .problem-text strong,#section-why-switch .problem-text span{text-align:center}#section-why-switch .solutions-grid{grid-template-columns:1fr;gap:8px}#section-why-switch .solution-feature{padding:12px}#section-why-switch .footer-highlight{flex-direction:column;text-align:center}#section-why-switch .footer-highlight p{text-align:center}}#section-real-cost{position:relative}#section-real-cost .real-cost-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-real-cost h2{margin-bottom:16px;text-align:center}#section-real-cost .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-real-cost .section-subtitle{opacity:0.8;text-align:center}#section-real-cost .cost-comparison-layout{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center;max-width:1200px;margin:0 auto}#section-real-cost .cost-breakdown-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,0.08);border:2px solid rgba(239,68,68,0.2)}#section-real-cost .cost-header{text-align:center;padding-bottom:24px;border-bottom:2px solid #fee2e2;margin-bottom:24px}#section-real-cost .cost-header h3{margin-bottom:8px;text-align:center;color:#ef4444}#section-real-cost .cost-header p{opacity:0.8;text-align:center}#section-real-cost .cost-items{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}#section-real-cost .cost-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fef2f2;border-radius:8px}#section-real-cost .cost-label{opacity:0.9;text-align:left}#section-real-cost .cost-value{font-weight:600;color:#ef4444;text-align:right}#section-real-cost .cost-total{padding-top:24px;border-top:2px solid #fee2e2}#section-real-cost .total-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0}#section-real-cost .total-row.yearly{padding-top:16px;margin-top:16px;border-top:1px solid #fee2e2}#section-real-cost .total-row span{opacity:0.9;text-align:left}#section-real-cost .total-row strong{text-align:right}#section-real-cost .danger-text{color:#ef4444}#section-real-cost .cost-arrow{display:flex;align-items:center;justify-content:center}#section-real-cost .cost-arrow i{font-size:48px;color:#6366f1;animation:arrow-pulse 2s ease-in-out infinite}@keyframes arrow-pulse{0,100%{transform:translateX(0)}50%{transform:translateX(10px)}}#section-real-cost .devaito-pricing-card{background:linear-gradient(135deg,#f0fdf4 0,#fff 100%);border-radius:20px;padding:32px;box-shadow:0 4px 24px rgba(16,185,129,0.15);border:2px solid rgba(16,185,129,0.3)}#section-real-cost .devaito-header{text-align:center;margin-bottom:24px}#section-real-cost .devaito-logo-badge{display:inline-block;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:8px 20px;border-radius:20px;font-weight:700;margin-bottom:12px}#section-real-cost .devaito-header h3{margin:0;text-align:center;color:#10b981}#section-real-cost .devaito-price{text-align:center;margin-bottom:8px;display:flex;align-items:baseline;justify-content:center;gap:4px}#section-real-cost .price-currency{font-size:32px;font-weight:700;color:#10b981}#section-real-cost .price-number{font-size:72px;font-weight:700;line-height:1;color:#10b981}#section-real-cost .price-period{font-size:20px;opacity:0.8}#section-real-cost .yearly-price{text-align:center;opacity:0.8;margin-bottom:16px}#section-real-cost .savings-badge{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:12px 20px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px;font-weight:600}#section-real-cost .savings-badge i{font-size:20px}#section-real-cost .included-items{margin-bottom:24px}#section-real-cost .included-title{font-weight:600;margin-bottom:16px;text-align:center}#section-real-cost .included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}#section-real-cost .included-grid span{background:#fff;padding:8px 12px;border-radius:6px;font-size:14px;border:1px solid rgba(16,185,129,0.2);text-align:left}#section-real-cost .btn-devaito-switch{background:linear-gradient(135deg,#10b981 0,#059669 100%);border:none;color:#fff;padding:0 40px;height:56px;border-radius:38px;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px 24px rgba(16,185,129,0.3);transition:all 0.3s ease;text-decoration:none;font-weight:600;width:100%}#section-real-cost .btn-devaito-switch:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(16,185,129,0.4);color:#fff}#section-real-cost .bg{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:-1}@media(max-width:1024px){#section-real-cost .cost-comparison-layout{grid-template-columns:1fr;gap:32px}#section-real-cost .cost-arrow{transform:rotate(90deg);margin:20px 0}}#section-feature-comparison{background:#fafbfc;overflow:hidden}#section-feature-comparison .comparison-table-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-feature-comparison h2{margin-bottom:16px;text-align:center}#section-feature-comparison .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-feature-comparison .section-subtitle{opacity:0.8;text-align:center}#section-feature-comparison .modern-comparison-table{background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,0.08);overflow:hidden;max-width:1200px;margin:0 auto}#section-feature-comparison .comparison-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;border-bottom:1px solid #f0f0f0;transition:all 0.3s ease}#section-feature-comparison .comparison-table-row:last-child{border-bottom:none}#section-feature-comparison .comparison-table-row:hover{background:#fafbfc}#section-feature-comparison .header-row{background:linear-gradient(135deg,#f8f9ff 0,#fff 100%)}#section-feature-comparison .header-row:hover{background:linear-gradient(135deg,#f8f9ff 0,#fff 100%)}#section-feature-comparison .comparison-cell{padding:20px;display:flex;align-items:center;justify-content:center;text-align:center;gap:8px}#section-feature-comparison .feature-header{justify-content:flex-start;font-weight:700}#section-feature-comparison .platform-header{flex-direction:column;gap:8px;font-weight:600}#section-feature-comparison .platform-header img{height:24px;object-fit:contain}#section-feature-comparison .devaito-header{background:linear-gradient(135deg,rgba(16,185,129,0.1) 0,rgba(5,150,105,0.1) 100%)}#section-feature-comparison .devaito-badge{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:14px}#section-feature-comparison .feature-cell{justify-content:flex-start;background:#fafbfc;font-weight:600;text-align:left}#section-feature-comparison .negative{color:#ef4444;font-size:20px}#section-feature-comparison .devaito-cell{background:linear-gradient(135deg,rgba(16,185,129,0.05) 0,rgba(5,150,105,0.05) 100%);font-weight:600;gap:8px}#section-feature-comparison .devaito-cell i{color:#10b981;font-size:18px}#section-feature-comparison .devaito-cell span{color:#059669}#section-feature-comparison .total-row{background:linear-gradient(135deg,#f8f9ff 0,#fff 100%);font-weight:700}#section-feature-comparison .cost-cell{color:#ef4444;font-weight:700}#section-feature-comparison .winner{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff}@media(max-width:1024px){#section-feature-comparison .modern-comparison-table{overflow-x:auto;-webkit-overflow-scrolling:touch}#section-feature-comparison .comparison-table-row{min-width:900px}}@media(max-width:768px){#section-feature-comparison .comparison-table-header{margin-bottom:48px}#section-feature-comparison .modern-comparison-table{display:flex;flex-direction:column;border-radius:0;box-shadow:none;background:transparent}#section-feature-comparison .comparison-table-row{display:flex;flex-direction:column;min-width:100%;border-bottom:none;padding:0;margin-bottom:32px;background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.08);overflow:hidden}#section-feature-comparison .comparison-table-row:hover{background:#fff}#section-feature-comparison .header-row{display:none}#section-feature-comparison .comparison-cell{justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}#section-feature-comparison .comparison-cell:last-child{border-bottom:none}#section-feature-comparison .feature-cell{background:#f8f9ff;padding:20px;border-bottom:none;margin-bottom:0;font-weight:700;justify-content:center;text-align:center}#section-feature-comparison .comparison-cell::before{content:attr(data-platform);font-size:13px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:0.5px;flex-shrink:0}#section-feature-comparison .devaito-cell::before{color:#10b981}#section-feature-comparison .total-row{background:#fff;margin-bottom:0}#section-feature-comparison .total-row .feature-cell{background:linear-gradient(135deg,#f8f9ff 0,#fff 100%)}#section-feature-comparison .total-row .winner{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:16px 20px;justify-content:space-between}}@media(max-width:576px){#section-feature-comparison .comparison-table-row{margin-bottom:24px}#section-feature-comparison .feature-cell{padding:16px}#section-feature-comparison .comparison-cell{padding:14px 16px;font-size:14px}#section-feature-comparison .comparison-cell::before{font-size:11px}#section-feature-comparison .devaito-cell i{font-size:16px}}#section-migration{background:#fff;overflow:hidden}#section-migration .migration-layout{display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}#section-migration h2{margin-bottom:20px;text-align:left}#section-migration h3{margin-bottom:16px;text-align:left;color:#10b981}#section-migration .gradient-text{background:linear-gradient(135deg,#10b981 0,#059669 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-migration .migration-lead{opacity:0.85;line-height:1.7;margin-bottom:32px;text-align:left}#section-migration .migration-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}#section-migration .migration-feature-item{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;display:flex;align-items:center;gap:16px;transition:all 0.3s ease}#section-migration .migration-feature-item:hover{transform:translateX(4px);box-shadow:0 4px 16px rgba(0,0,0,0.08);border-color:#10b981}#section-migration .feature-icon-circle{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,rgba(16,185,129,0.1) 0,rgba(5,150,105,0.1) 100%);color:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0}#section-migration .feature-icon-circle i{font-size:20px}#section-migration .feature-text{display:flex;flex-direction:column;gap:4px;flex:1}#section-migration .feature-text strong{display:block;text-align:left}#section-migration .feature-text span{font-size:13px;opacity:0.7;text-align:left}#section-migration .regeneration-box{background:linear-gradient(135deg,#f0fdf4 0,#fff 100%);border:2px solid rgba(16,185,129,0.2);border-radius:16px;padding:24px;margin-bottom:24px}#section-migration .regen-items{display:flex;flex-wrap:wrap;gap:12px}#section-migration .regen-items span{background:#fff;border:1px solid rgba(16,185,129,0.2);border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:8px}#section-migration .regen-items i{color:#10b981;font-size:14px}#section-migration .migration-time-badge{background:#fff;border:2px solid #10b981;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;margin-bottom:24px}#section-migration .migration-time-badge i{color:#10b981;font-size:24px;flex-shrink:0}#section-migration .migration-time-badge span{text-align:left;line-height:1.5}#section-migration .migration-time-badge strong{color:#10b981}#section-migration .btn-migrate-now{background:linear-gradient(135deg,#10b981 0,#059669 100%);border:none;color:#fff;padding:0 40px;height:58px;border-radius:38px;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px 24px rgba(16,185,129,0.3);transition:all 0.3s ease;text-decoration:none;font-weight:600;width:100%}#section-migration .btn-migrate-now:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(16,185,129,0.4);color:#fff}#section-migration .migration-visual{display:flex;flex-direction:column;gap:24px}#section-migration .platform-boxes{display:flex;flex-direction:column;gap:12px}#section-migration .platform-box{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;min-height:80px}#section-migration .platform-box:hover{border-color:#6366f1;transform:translateX(-4px)}#section-migration .platform-box img{max-height:40px;max-width:120px;object-fit:contain}#section-migration .migration-arrow{display:flex;flex-direction:column;align-items:center;gap:8px;color:#10b981;padding:16px 0}#section-migration .migration-arrow i{font-size:40px;animation:arrow-bounce 2s ease-in-out infinite}@keyframes arrow-bounce{0,100%{transform:translateY(0)}50%{transform:translateY(10px)}}#section-migration .migration-arrow span{font-weight:600;font-size:14px}#section-migration .devaito-result-box{background:linear-gradient(135deg,#10b981 0,#059669 100%);border-radius:16px;padding:32px;box-shadow:0 8px 32px rgba(16,185,129,0.3);text-align:center}#section-migration .devaito-logo-text{display:block;color:#fff;font-weight:700;margin-bottom:20px}#section-migration .result-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}#section-migration .result-features span{background:rgba(255,255,255,0.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.3);border-radius:8px;padding:12px;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;line-height:1.3}#section-migration .result-features i{font-size:16px;flex-shrink:0}@media(max-width:992px){#section-migration .migration-layout{grid-template-columns:1fr;gap:40px}#section-migration h2{text-align:center}#section-migration .migration-lead{text-align:center}}@media(max-width:768px){#section-migration .migration-features{grid-template-columns:1fr;gap:14px}#section-migration .migration-feature-item{padding:14px;gap:14px}#section-migration .feature-icon-circle{width:44px;height:44px}#section-migration .feature-icon-circle i{font-size:18px}#section-migration .regeneration-box{padding:20px}#section-migration .migration-time-badge{padding:14px;gap:10px;flex-wrap:wrap}#section-migration .migration-time-badge i{font-size:20px}#section-migration .btn-migrate-now{padding:0 32px;height:54px}#section-migration .platform-box{padding:16px;min-height:70px}#section-migration .platform-box img{max-height:35px;max-width:100px}#section-migration .devaito-result-box{padding:24px}#section-migration .result-features{gap:10px}#section-migration .result-features span{padding:10px;font-size:12px}}@media(max-width:576px){#section-migration h2{text-align:center}#section-migration .migration-lead{text-align:center}#section-migration .migration-features{gap:12px}#section-migration .migration-feature-item{padding:12px}#section-migration .regeneration-box{padding:16px}#section-migration .regen-items{gap:8px}#section-migration .regen-items span{padding:6px 12px;font-size:13px}#section-migration .migration-time-badge{padding:12px}#section-migration .btn-migrate-now{height:52px;padding:0 24px}#section-migration .platform-box{padding:14px;min-height:60px}#section-migration .platform-box img{max-height:30px;max-width:90px}#section-migration .migration-arrow{padding:12px 0}#section-migration .migration-arrow i{font-size:32px}#section-migration .devaito-result-box{padding:20px}#section-migration .result-features{grid-template-columns:1fr;gap:8px}#section-migration .result-features span{padding:10px;justify-content:flex-start}}#section-what-you-get{position:relative}#section-what-you-get .what-you-get-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-what-you-get h2{margin-bottom:16px;text-align:center}#section-what-you-get .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-what-you-get .section-subtitle{opacity:0.8;text-align:center}#section-what-you-get .features-list-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}#section-what-you-get .feature-block{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #f0f0f0;transition:all 0.3s ease}#section-what-you-get .feature-block:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.1);border-color:#e5e7eb}#section-what-you-get .feature-block-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}#section-what-you-get .feature-block-icon{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px rgba(99,102,241,0.3)}#section-what-you-get .feature-block-icon.mobile{background:linear-gradient(135deg,#10b981 0,#059669 100%);box-shadow:0 4px 16px rgba(16,185,129,0.3)}#section-what-you-get .feature-block-icon.automation{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);box-shadow:0 4px 16px rgba(245,158,11,0.3)}#section-what-you-get .feature-block-icon.voice{background:linear-gradient(135deg,#ec4899 0,#db2777 100%);box-shadow:0 4px 16px rgba(236,72,153,0.3)}#section-what-you-get .feature-block-icon.multilingual{background:linear-gradient(135deg,#8b5cf6 0,#7c3aed 100%);box-shadow:0 4px 16px rgba(139,92,246,0.3)}#section-what-you-get .feature-block-icon.visuals{background:linear-gradient(135deg,#06b6d4 0,#0891b2 100%);box-shadow:0 4px 16px rgba(6,182,212,0.3)}#section-what-you-get .feature-block-icon.marketplace{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);box-shadow:0 4px 16px rgba(239,68,68,0.3)}#section-what-you-get .feature-block-icon i{font-size:28px}#section-what-you-get .feature-block-header h3{margin:0;text-align:left}#section-what-you-get .feature-block-items{display:flex;flex-direction:column;gap:12px}#section-what-you-get .feature-block-items span{display:flex;align-items:flex-start;gap:10px;opacity:0.9;line-height:1.5;text-align:left}#section-what-you-get .feature-block-items i{color:#10b981;font-size:16px;margin-top:2px;flex-shrink:0}#section-what-you-get .bg{position:absolute;top:0;left:0;right:0;bottom:0;background:#fafbfc;z-index:-1}@media(max-width:768px){#section-what-you-get .features-list-modern{grid-template-columns:1fr}}#section-case-studies-switch{position:relative}#section-case-studies-switch .case-studies-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-case-studies-switch h2{margin-bottom:16px;text-align:center}#section-case-studies-switch .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-case-studies-switch .section-subtitle{opacity:0.8;text-align:center}#section-case-studies-switch .case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}#section-case-studies-switch .case-study-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:2px solid #f0f0f0;transition:all 0.3s ease}#section-case-studies-switch .case-study-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,0.12)}#section-case-studies-switch .case-study-card.shopify{border-color:rgba(149,191,70,0.3)}#section-case-studies-switch .case-study-card.wix{border-color:rgba(12,110,252,0.3)}#section-case-studies-switch .case-study-card.benefits{border-color:rgba(16,185,129,0.3);background:linear-gradient(135deg,#f0fdf4 0,#fff 100%)}#section-case-studies-switch .case-study-badge{display:inline-block;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);color:#fff;padding:8px 20px;border-radius:20px;font-weight:600;margin-bottom:24px}#section-case-studies-switch .case-study-badge.highlight{background:linear-gradient(135deg,#10b981 0,#059669 100%)}#section-case-studies-switch .case-study-metrics{display:flex;flex-direction:column;gap:20px}#section-case-studies-switch .case-metric{display:flex;flex-direction:column;gap:6px;padding:16px;background:#fafbfc;border-radius:12px;transition:all 0.3s ease}#section-case-studies-switch .case-metric:hover{background:#f3f4f6}#section-case-studies-switch .case-metric strong{display:block;color:#6366f1;text-align:left}#section-case-studies-switch .case-metric span{opacity:0.8;text-align:left}#section-case-studies-switch .case-metric.benefit{flex-direction:row;align-items:center;gap:12px;background:rgba(16,185,129,0.1)}#section-case-studies-switch .case-metric.benefit i{color:#10b981;font-size:20px;flex-shrink:0}#section-case-studies-switch .case-metric.benefit span{font-weight:600;color:#059669}#section-case-studies-switch .bg{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:-1}@media(max-width:768px){#section-case-studies-switch .case-studies-grid{grid-template-columns:1fr}}#section-why-choose-devaito{background:linear-gradient(135deg,#fafbfc 0,#fff 100%);overflow:hidden}#section-why-choose-devaito .why-choose-header{text-align:center;max-width:800px;margin:0 auto 64px}#section-why-choose-devaito h2{margin-bottom:16px;text-align:center;line-height:1.3}#section-why-choose-devaito h3{margin-bottom:24px;text-align:left}#section-why-choose-devaito h4{margin-bottom:20px;text-align:center;opacity:0.9}#section-why-choose-devaito .gradient-text-alt{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-why-choose-devaito .why-choose-subtitle{opacity:0.85;line-height:1.7;text-align:center}#section-why-choose-devaito .entrepreneur-problems{background:#fff;border-radius:24px;padding:48px;box-shadow:0 8px 32px rgba(0,0,0,0.08);border:2px solid rgba(239,68,68,0.15);margin-bottom:48px}#section-why-choose-devaito .problems-intro{text-align:center;margin-bottom:40px}#section-why-choose-devaito .problems-intro h3{text-align:center;color:#ef4444;margin-bottom:0}#section-why-choose-devaito .problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:32px}#section-why-choose-devaito .entrepreneur-problem-card{background:rgba(254,242,242,0.5);border:1px solid rgba(239,68,68,0.15);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:all 0.3s ease}#section-why-choose-devaito .entrepreneur-problem-card:hover{background:rgba(254,242,242,1);border-color:rgba(239,68,68,0.25);transform:translateY(-4px);box-shadow:0 8px 24px rgba(239,68,68,0.1)}#section-why-choose-devaito .problem-number{font-weight:700;color:#ef4444;text-align:center;padding:16px;background:#fff;border-radius:12px;border:2px solid rgba(239,68,68,0.2)}#section-why-choose-devaito .problem-content strong{display:block;margin-bottom:8px;text-align:center;color:#1f2937}#section-why-choose-devaito .problem-content p{opacity:0.8;line-height:1.6;text-align:center;margin:0}#section-why-choose-devaito .nightmare-box{background:linear-gradient(135deg,rgba(239,68,68,0.05) 0,rgba(220,38,38,0.05) 100%);border-left:4px solid #ef4444;border-radius:16px;padding:32px;display:flex;gap:20px;align-items:flex-start}#section-why-choose-devaito .nightmare-box i{font-size:32px;color:#ef4444;flex-shrink:0;margin-top:4px}#section-why-choose-devaito .nightmare-text{flex:1}#section-why-choose-devaito .nightmare-text p{margin:0 0 12px 0;line-height:1.7;text-align:left}#section-why-choose-devaito .nightmare-text p:last-child{margin-bottom:0}#section-why-choose-devaito .nightmare-text strong{color:#ef4444}#section-why-choose-devaito .devaito-solution-visual{background:#fff;border-radius:24px;padding:48px;box-shadow:0 8px 32px rgba(16,185,129,0.1);border:2px solid rgba(16,185,129,0.15)}#section-why-choose-devaito .solution-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:10px 24px;border-radius:30px;font-weight:700;box-shadow:0 4px 16px rgba(16,185,129,0.3);margin-bottom:32px}#section-why-choose-devaito .solution-badge i{font-size:16px}#section-why-choose-devaito .solution-simple h3{text-align:center;margin-bottom:40px;line-height:1.5}#section-why-choose-devaito .highlight-time{color:#10b981;font-weight:700}#section-why-choose-devaito .solution-flow{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:40px}#section-why-choose-devaito .flow-step{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;max-width:200px}#section-why-choose-devaito .flow-icon{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,rgba(16,185,129,0.1) 0,rgba(5,150,105,0.1) 100%);color:#10b981;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(16,185,129,0.15)}#section-why-choose-devaito .flow-icon i{font-size:32px}#section-why-choose-devaito .flow-step p{margin:0;text-align:center;font-weight:600;line-height:1.4}#section-why-choose-devaito .flow-arrow{color:#10b981}#section-why-choose-devaito .flow-arrow i{font-size:32px;animation:arrow-slide 2s ease-in-out infinite}@keyframes arrow-slide{0,100%{transform:translateX(0);opacity:1}50%{transform:translateX(10px);opacity:0.6}}#section-why-choose-devaito .generated-items{background:linear-gradient(135deg,rgba(240,253,244,0.5) 0,#fff 100%);border-radius:16px;padding:32px;margin-bottom:32px;border:1px solid rgba(16,185,129,0.2)}#section-why-choose-devaito .generated-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}#section-why-choose-devaito .generated-grid span{background:#fff;border:1px solid rgba(16,185,129,0.2);border-radius:10px;padding:14px;display:flex;align-items:center;gap:10px;font-weight:600;transition:all 0.3s ease}#section-why-choose-devaito .generated-grid span:hover{background:rgba(16,185,129,0.05);border-color:rgba(16,185,129,0.3);transform:translateX(4px)}#section-why-choose-devaito .generated-grid i{color:#10b981;font-size:18px;flex-shrink:0}#section-why-choose-devaito .solution-footer-message{display:flex;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 16px rgba(16,185,129,0.3)}#section-why-choose-devaito .solution-footer-message i{font-size:28px;flex-shrink:0}#section-why-choose-devaito .solution-footer-message p{margin:0;text-align:left;line-height:1.6}#section-why-choose-devaito .solution-footer-message strong{color:#fff}@media(max-width:992px){#section-why-choose-devaito .solution-flow{flex-direction:column;gap:24px}#section-why-choose-devaito .flow-arrow{transform:rotate(90deg)}#section-why-choose-devaito .flow-arrow i{animation:arrow-slide-down 2s ease-in-out infinite}@keyframes arrow-slide-down{0,100%{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:0.6}}}@media(max-width:768px){#section-why-choose-devaito .why-choose-header{margin-bottom:48px}#section-why-choose-devaito .entrepreneur-problems{padding:32px 24px}#section-why-choose-devaito .problems-grid{grid-template-columns:1fr;gap:20px}#section-why-choose-devaito .nightmare-box{flex-direction:column;padding:24px;text-align:center}#section-why-choose-devaito .nightmare-box i{margin-top:0}#section-why-choose-devaito .nightmare-text p{text-align:center}#section-why-choose-devaito .devaito-solution-visual{padding:32px 24px}#section-why-choose-devaito .solution-badge{margin-left:auto;margin-right:auto}#section-why-choose-devaito .generated-items{padding:24px 20px}#section-why-choose-devaito .generated-grid{grid-template-columns:1fr;gap:10px}#section-why-choose-devaito .solution-footer-message{flex-direction:column;text-align:center;padding:20px}#section-why-choose-devaito .solution-footer-message p{text-align:center}}@media(max-width:576px){#section-why-choose-devaito .entrepreneur-problems{padding:24px 20px}#section-why-choose-devaito .entrepreneur-problem-card{padding:20px}#section-why-choose-devaito .nightmare-box{padding:20px}#section-why-choose-devaito .devaito-solution-visual{padding:24px 20px}#section-why-choose-devaito .flow-icon{width:64px;height:64px}#section-why-choose-devaito .flow-icon i{font-size:28px}#section-why-choose-devaito .generated-items{padding:20px 16px}}#section-final-cta-switch{position:relative;overflow:hidden}#section-final-cta-switch .final-cta-switch-wrapper{max-width:1100px;margin:0 auto}#section-final-cta-switch .final-cta-switch-content{text-align:center;margin-bottom:48px}#section-final-cta-switch .cta-switch-headline{margin-bottom:24px}#section-final-cta-switch .cta-switch-headline h2{margin-bottom:16px;line-height:1.3;text-align:center}#section-final-cta-switch .cta-switch-subheadline{margin:0;text-align:center}#section-final-cta-switch .gradient-text{background:linear-gradient(135deg,#10b981 0,#059669 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-final-cta-switch .cta-switch-lead{opacity:0.9;line-height:1.7;margin-bottom:16px;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}#section-final-cta-switch .cta-switch-tagline{color:#6366f1;font-weight:600;margin-bottom:40px;text-align:center}#section-final-cta-switch .cta-switch-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:32px;flex-wrap:wrap}#section-final-cta-switch .btn-final-switch-primary{background:linear-gradient(135deg,#10b981 0,#059669 100%);border:none;color:#fff;padding:0 48px;height:64px;border-radius:38px;display:inline-flex;align-items:center;gap:12px;box-shadow:0 8px 32px rgba(16,185,129,0.3);transition:all 0.3s ease;text-decoration:none;font-weight:600;font-size:18px}#section-final-cta-switch .btn-final-switch-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(16,185,129,0.4);color:#fff}#section-final-cta-switch .btn-final-switch-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151;padding:0 48px;height:64px;border-radius:38px;display:inline-flex;align-items:center;gap:12px;transition:all 0.3s ease;text-decoration:none;font-weight:600;font-size:18px}#section-final-cta-switch .btn-final-switch-secondary:hover{border-color:#6366f1;color:#6366f1;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1)}#section-final-cta-switch .cta-trust-badges{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}#section-final-cta-switch .trust-badge-item{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}#section-final-cta-switch .trust-badge-item i{color:#10b981;font-size:18px}#section-final-cta-switch .trust-badge-item span{font-weight:500}#section-final-cta-switch .final-cta-visual-cards{display:flex;gap:24px;justify-content:center;margin-bottom:64px;flex-wrap:wrap}#section-final-cta-switch .visual-stat-card{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:2px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:180px;transition:all 0.4s ease}#section-final-cta-switch .visual-stat-card.card-1{animation:float-up-down 3s ease-in-out infinite}#section-final-cta-switch .visual-stat-card.card-2{animation:float-up-down 3s ease-in-out infinite 1s}#section-final-cta-switch .visual-stat-card.card-3{animation:float-up-down 3s ease-in-out infinite 2s}@keyframes float-up-down{0,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}#section-final-cta-switch .visual-stat-card:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 12px 40px rgba(0,0,0,0.12)}#section-final-cta-switch .stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}#section-final-cta-switch .card-1 .stat-icon{background:linear-gradient(135deg,rgba(16,185,129,0.1) 0,rgba(5,150,105,0.1) 100%);color:#10b981}#section-final-cta-switch .card-2 .stat-icon{background:linear-gradient(135deg,rgba(251,191,36,0.1) 0,rgba(245,158,11,0.1) 100%);color:#fbbf24}#section-final-cta-switch .card-3 .stat-icon{background:linear-gradient(135deg,rgba(99,102,241,0.1) 0,rgba(139,92,246,0.1) 100%);color:#6366f1}#section-final-cta-switch .stat-icon i{font-size:32px}#section-final-cta-switch .visual-stat-card strong{font-size:48px;line-height:1;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#section-final-cta-switch .visual-stat-card span{opacity:0.8;text-align:center}#section-final-cta-switch .final-testimonial-box{background:linear-gradient(135deg,rgba(99,102,241,0.05) 0,rgba(139,92,246,0.05) 100%);border-left:4px solid #6366f1;border-radius:20px;padding:48px;max-width:800px;margin:0 auto;position:relative}#section-final-cta-switch .quote-icon{position:absolute;top:32px;left:32px;font-size:40px;color:#6366f1;opacity:0.2}#section-final-cta-switch .testimonial-text{font-size:18px;line-height:1.7;opacity:0.9;margin:0 0 24px 0;padding-left:56px;text-align:left;font-style:italic}#section-final-cta-switch .testimonial-author{padding-left:56px;display:flex;flex-direction:column;gap:4px}#section-final-cta-switch .testimonial-author strong{display:block;color:#6366f1;text-align:left}#section-final-cta-switch .testimonial-author span{opacity:0.7;text-align:left}#section-final-cta-switch .bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f0fdf4 0,#fff 100%);z-index:-1}@media(max-width:768px){#section-final-cta-switch .cta-switch-buttons{flex-direction:column;align-items:center}#section-final-cta-switch .btn-final-switch-primary,#section-final-cta-switch .btn-final-switch-secondary{width:100%;max-width:360px;justify-content:center}#section-final-cta-switch .final-cta-visual-cards{flex-direction:column;align-items:center}#section-final-cta-switch .visual-stat-card{width:100%;max-width:280px}#section-final-cta-switch .final-testimonial-box{padding:32px 24px}#section-final-cta-switch .quote-icon{left:24px;font-size:32px}#section-final-cta-switch .testimonial-text{padding-left:0;padding-top:40px;font-size:16px;text-align:center}#section-final-cta-switch .testimonial-author{padding-left:0;align-items:center}#section-final-cta-switch .testimonial-author strong,#section-final-cta-switch .testimonial-author span{text-align:center}}