.pricing-section{padding:120px 0;background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);position:relative;overflow:hidden}.pricing-section .section-header{text-align:center;margin-bottom:80px}.pricing-section .section-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);border-radius:50px;margin-bottom:24px;font-size:14px;font-weight:500;color:#6366f1}.pricing-section .section-badge .badge-icon{font-size:16px}.pricing-section .section-title{font-size:48px;font-weight:700;line-height:1.2;color:#1e293b;margin-bottom:24px}.pricing-section .section-title .title-highlight{background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.pricing-section .section-description{font-size:20px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.pricing-section .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:32px;max-width:1200px;margin:0 auto}.pricing-section .pricing-card{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;position:relative;border:2px solid rgba(0,0,0,0)}.pricing-section .pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.pricing-section .pricing-card.pricing-card-featured{border-color:#6366f1;transform:scale(1.05)}.pricing-section .pricing-card.pricing-card-featured .popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);color:#fff;padding:8px 24px;border-radius:50px;font-size:14px;font-weight:600;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.pricing-section .pricing-card.pricing-card-featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-section .pricing-header{text-align:center;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.pricing-section .pricing-header .plan-name{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:8px}.pricing-section .pricing-header .plan-description{font-size:16px;color:#64748b;margin-bottom:24px;line-height:1.5}.pricing-section .pricing-header .plan-price{display:flex;align-items:baseline;justify-content:center;gap:4px}.pricing-section .pricing-header .plan-price .currency{font-size:24px;font-weight:600;color:#6366f1}.pricing-section .pricing-header .plan-price .amount{font-size:48px;font-weight:700;color:#1e293b}.pricing-section .pricing-header .plan-price .period{font-size:18px;color:#64748b}.pricing-section .pricing-header .annual-price{margin-top:8px}.pricing-section .pricing-header .annual-price small{color:#22c55e;font-weight:600;font-size:14px;padding:4px 12px;background:rgba(34,197,94,.1);border-radius:20px;border:1px solid rgba(34,197,94,.2)}.pricing-section .pricing-features{margin-bottom:32px}.pricing-section .pricing-features .feature-item{display:flex;align-items:center;padding:12px 0;font-size:16px;color:#475569;border-bottom:1px solid #f1f5f9}.pricing-section .pricing-features .feature-item:last-child{border-bottom:none}.pricing-section .pricing-btn{display:block;width:100%;padding:16px 24px;text-align:center;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease}.pricing-section .pricing-btn.btn-primary{background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);color:#fff;border:2px solid rgba(0,0,0,0)}.pricing-section .pricing-btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(99,102,241,.3)}.pricing-section .pricing-btn.btn-outline{background:rgba(0,0,0,0);color:#6366f1;border:2px solid #6366f1}.pricing-section .pricing-btn.btn-outline:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}.pricing-section .pricing-btn.btn-enterprise{background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);color:#fff;border:2px solid rgba(0,0,0,0)}.pricing-section .pricing-btn.btn-enterprise:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(245,158,11,.3)}.pricing-section .enterprise-section{margin-top:60px}.pricing-section .enterprise-section .enterprise-card{background:linear-gradient(135deg, #1e293b 0%, #334155 100%);border-radius:24px;padding:40px 32px;color:#fff;max-width:600px;margin:0 auto;position:relative;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center}.pricing-section .enterprise-section .enterprise-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #f59e0b 0%, #d97706 50%, #f59e0b 100%)}.pricing-section .enterprise-section .enterprise-card .enterprise-header{text-align:left;flex:1}.pricing-section .enterprise-section .enterprise-card .enterprise-header .enterprise-name{font-size:28px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.pricing-section .enterprise-section .enterprise-card .enterprise-header .enterprise-description{font-size:16px;color:#cbd5e1;margin-bottom:24px}.pricing-section .enterprise-section .enterprise-card .pricing-btn{align-self:center;width:auto;min-width:200px}.pricing-section .pricing-footer{text-align:center;margin-top:60px}.pricing-section .pricing-footer .pricing-note{display:inline-block;padding:20px 32px;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:16px;font-size:16px;color:#16a34a;margin:0}@media(max-width: 768px){.pricing-section{padding:80px 0}.pricing-section .section-title{font-size:36px}.pricing-section .section-description{font-size:18px}.pricing-section .pricing-grid{grid-template-columns:1fr;gap:24px}.pricing-section .pricing-card{padding:32px 24px}.pricing-section .pricing-card.pricing-card-featured{transform:none}.pricing-section .pricing-card.pricing-card-featured:hover{transform:translateY(-8px)}.pricing-section .pricing-header .plan-price .amount{font-size:40px}.pricing-section .enterprise-section{margin-top:40px}.pricing-section .enterprise-section .enterprise-card{padding:32px 24px;margin:0 16px;flex-direction:column}.pricing-section .enterprise-section .enterprise-card .enterprise-header{margin-bottom:16px}.pricing-section .enterprise-section .enterprise-card .enterprise-header .enterprise-name{font-size:24px}.pricing-section .enterprise-section .enterprise-card .pricing-btn{align-self:stretch;width:100%}}.cta-section{padding:120px 0;position:relative;background:linear-gradient(135deg, #1e293b 0%, #334155 100%);overflow:hidden}.cta-section .cta-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cta-section .cta-background .cta-shape{position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.cta-section .cta-background .cta-shape.cta-shape-1{width:300px;height:300px;background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);top:-150px;right:-150px;animation-delay:0s}.cta-section .cta-background .cta-shape.cta-shape-2{width:200px;height:200px;background:linear-gradient(135deg, #f59e0b 0%, #f97316 100%);bottom:-100px;left:-100px;animation-delay:3s}.cta-section .container{position:relative;z-index:2}.cta-section .cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-section .cta-title{font-size:48px;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}.cta-section .cta-description{font-size:20px;color:#cbd5e1;margin-bottom:40px;line-height:1.6}.cta-section .cta-buttons{display:flex;gap:24px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.cta-section .cta-buttons .btn{padding:16px 32px;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;min-width:180px}.cta-section .cta-buttons .btn.btn-primary{background:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);color:#fff;border:2px solid rgba(0,0,0,0)}.cta-section .cta-buttons .btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 25px -5px rgba(99,102,241,.4)}.cta-section .cta-buttons .btn.btn-outline{background:rgba(0,0,0,0);color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-section .cta-buttons .btn.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-3px)}.cta-section .cta-buttons .btn.btn-large{padding:18px 36px;font-size:18px}.cta-section .cta-trust{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}.cta-section .cta-trust .trust-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:16px;font-weight:500}.cta-section .cta-trust .trust-item .trust-icon{font-size:20px;filter:grayscale(1) brightness(2)}@keyframes float{0%,100%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media(max-width: 768px){.cta-section{padding:80px 0}.cta-section .cta-title{font-size:36px}.cta-section .cta-description{font-size:18px}.cta-section .cta-buttons{flex-direction:column;align-items:center;gap:16px}.cta-section .cta-buttons .btn{width:100%;max-width:300px}.cta-section .cta-trust{gap:24px}.cta-section .cta-trust .trust-item{font-size:14px;gap:8px}.cta-section .cta-trust .trust-item .trust-icon{font-size:18px}.cta-section .cta-background .cta-shape.cta-shape-1{width:200px;height:200px;top:-100px;right:-100px}.cta-section .cta-background .cta-shape.cta-shape-2{width:150px;height:150px;bottom:-75px;left:-75px}}.digital-presence-modern{padding:120px 0;background:linear-gradient(135deg, #fafafa 0%, #f5f7fa 100%);position:relative;overflow:hidden}.digital-presence-modern .presence-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:600px}@media(max-width: 1024px){.digital-presence-modern .presence-grid{grid-template-columns:1fr;gap:60px;text-align:center}}.digital-presence-modern .presence-visual-side{position:relative;height:600px}@media(max-width: 1024px){.digital-presence-modern .presence-visual-side{height:400px;order:2}}.digital-presence-modern .presence-visual-side .floating-icon-card{position:absolute;width:80px;height:80px;background:#fff;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite;z-index:2}.digital-presence-modern .presence-visual-side .floating-icon-card.icon-card-1{top:10%;right:10%;animation-delay:0s}.digital-presence-modern .presence-visual-side .floating-icon-card.icon-card-1 .icon-wrapper{color:#ff6b6b}.digital-presence-modern .presence-visual-side .floating-icon-card.icon-card-2{bottom:30%;left:5%;animation-delay:3s}.digital-presence-modern .presence-visual-side .floating-icon-card.icon-card-2 .icon-wrapper{color:#4ecdc4}.digital-presence-modern .presence-visual-side .floating-icon-card .icon-wrapper{transition:transform .3s ease}.digital-presence-modern .presence-visual-side .floating-icon-card:hover .icon-wrapper{transform:scale(1.1)}.digital-presence-modern .presence-visual-side .main-visual-container{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;height:70%;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.15)}.digital-presence-modern .presence-visual-side .main-visual-container .main-visual-image{width:100%;height:100%;object-fit:cover}.digital-presence-modern .presence-visual-side .main-visual-container .visual-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(124, 58, 237, 0.1), rgba(59, 130, 246, 0.1))}.digital-presence-modern .presence-visual-side .bottom-visual-card{position:absolute;bottom:10%;right:5%;background:#fff;padding:20px;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,.1);min-width:160px}.digital-presence-modern .presence-visual-side .bottom-visual-card .card-content{display:flex;align-items:center;gap:12px}.digital-presence-modern .presence-visual-side .bottom-visual-card .card-content .card-icon{width:40px;height:40px;background:linear-gradient(45deg, #10b981, #059669);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.digital-presence-modern .presence-visual-side .bottom-visual-card .card-content .card-info{display:flex;flex-direction:column}.digital-presence-modern .presence-visual-side .bottom-visual-card .card-content .card-info .card-number{font-size:20px;font-weight:700;color:#1a202c;line-height:1}.digital-presence-modern .presence-visual-side .bottom-visual-card .card-content .card-info .card-label{font-size:12px;color:#64748b;margin-top:2px}.digital-presence-modern .presence-content-side{padding-left:40px}@media(max-width: 1024px){.digital-presence-modern .presence-content-side{padding-left:0;order:1}}.digital-presence-modern .presence-content-side .content-header{margin-bottom:40px}.digital-presence-modern .presence-content-side .content-header .section-title{font-size:48px;font-weight:800;line-height:1.1;color:#1a202c;margin:20px 0 24px 0}@media(max-width: 768px){.digital-presence-modern .presence-content-side .content-header .section-title{font-size:36px}}.digital-presence-modern .presence-content-side .content-header .section-title .title-highlight{background:linear-gradient(45deg, #7c3aed, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.digital-presence-modern .presence-content-side .content-header .section-description{font-size:18px;line-height:1.6;color:#64748b;margin:0}.digital-presence-modern .presence-content-side .features-list{margin:40px 0}.digital-presence-modern .presence-content-side .features-list .feature-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px}.digital-presence-modern .presence-content-side .features-list .feature-item .feature-check{width:24px;height:24px;background:linear-gradient(45deg, #10b981, #059669);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;color:#fff}.digital-presence-modern .presence-content-side .features-list .feature-item .feature-content .feature-title{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px 0}.digital-presence-modern .presence-content-side .features-list .feature-item .feature-content .feature-desc{font-size:15px;color:#64748b;margin:0;line-height:1.5}.digital-presence-modern .presence-content-side .highlight-quote{background:linear-gradient(135deg, #f8fafc, #e2e8f0);padding:32px;border-radius:16px;border-left:4px solid #7c3aed;margin:40px 0;position:relative}.digital-presence-modern .presence-content-side .highlight-quote .quote-line{position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(45deg, #7c3aed, #3b82f6);border-radius:0 2px 2px 0}.digital-presence-modern .presence-content-side .highlight-quote .quote-text{font-size:16px;line-height:1.6;color:#475569;margin:0;font-style:italic}.digital-presence-modern .presence-content-side .action-buttons{display:flex;gap:16px;margin-top:40px}@media(max-width: 640px){.digital-presence-modern .presence-content-side .action-buttons{flex-direction:column}}.digital-presence-modern .stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;margin-top:80px;padding-top:60px;border-top:1px solid #e2e8f0}@media(max-width: 1024px){.digital-presence-modern .stats-grid{grid-template-columns:repeat(2, 1fr);gap:30px}}@media(max-width: 640px){.digital-presence-modern .stats-grid{grid-template-columns:1fr}}.digital-presence-modern .stats-grid .stat-item{text-align:center}.digital-presence-modern .stats-grid .stat-item .stat-number{font-size:36px;font-weight:800;background:linear-gradient(45deg, #7c3aed, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1;margin-bottom:8px;display:block}.digital-presence-modern .stats-grid .stat-item .stat-label{font-size:14px;color:#64748b;font-weight:500}.services-section-modern{padding:120px 0;background:linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);position:relative;overflow:hidden}.services-section-modern .services-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center;min-height:700px}@media(max-width: 1024px){.services-section-modern .services-grid{grid-template-columns:1fr;gap:60px}}.services-section-modern .services-content-side .content-header{margin-bottom:50px}.services-section-modern .services-content-side .content-header .section-title{font-size:48px;font-weight:800;line-height:1.1;color:#1a202c;margin:20px 0 24px 0}@media(max-width: 768px){.services-section-modern .services-content-side .content-header .section-title{font-size:36px}}.services-section-modern .services-content-side .content-header .section-title .title-highlight{background:linear-gradient(45deg, #7c3aed, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.services-section-modern .services-content-side .content-header .section-description{font-size:18px;line-height:1.6;color:#64748b;margin:0}.services-section-modern .services-content-side .services-cards{display:flex;flex-direction:column;gap:32px}.services-section-modern .services-content-side .services-cards .service-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.services-section-modern .services-content-side .services-cards .service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #7c3aed, #3b82f6);opacity:0;transition:opacity .3s ease}.services-section-modern .services-content-side .services-cards .service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.services-section-modern .services-content-side .services-cards .service-card:hover::before{opacity:1}.services-section-modern .services-content-side .services-cards .service-card.service-card-primary{border-left:4px solid #7c3aed}.services-section-modern .services-content-side .services-cards .service-card.service-card-secondary{border-left:4px solid #3b82f6}.services-section-modern .services-content-side .services-cards .service-card .card-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}.services-section-modern .services-content-side .services-cards .service-card .card-header .service-icon{width:56px;height:56px;background:linear-gradient(45deg, #7c3aed, #3b82f6);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.services-section-modern .services-content-side .services-cards .service-card .card-header .service-info{flex:1}.services-section-modern .services-content-side .services-cards .service-card .card-header .service-info .service-title{font-size:22px;font-weight:700;color:#1a202c;margin:0 0 8px 0;line-height:1.3}.services-section-modern .services-content-side .services-cards .service-card .card-header .service-info .service-subtitle{font-size:15px;color:#64748b;margin:0;line-height:1.4}.services-section-modern .services-content-side .services-cards .service-card .service-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:15px}.services-section-modern .services-content-side .services-cards .service-card .service-btn .btn-arrow{transition:transform .3s ease}.services-section-modern .services-content-side .services-cards .service-card .service-btn:hover .btn-arrow{transform:translateX(4px)}.services-section-modern .services-visual-side{position:relative;height:700px}@media(max-width: 1024px){.services-section-modern .services-visual-side{height:500px;order:-1}}.services-section-modern .services-visual-side .floating-element{position:absolute;background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 15px 35px rgba(0,0,0,.1);animation:float 8s ease-in-out infinite}.services-section-modern .services-visual-side .floating-element.element-1{top:15%;left:10%;animation-delay:0s}.services-section-modern .services-visual-side .floating-element.element-2{bottom:25%;right:15%;animation-delay:4s}.services-section-modern .services-visual-side .floating-element .element-content{display:flex;align-items:center;gap:12px}.services-section-modern .services-visual-side .floating-element .element-content .element-icon{width:32px;height:32px;background:linear-gradient(45deg, #7c3aed, #3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.services-section-modern .services-visual-side .floating-element .element-content .element-text{font-size:14px;font-weight:600;color:#1a202c;white-space:nowrap}.services-section-modern .services-visual-side .main-services-visual{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:85%;height:75%}.services-section-modern .services-visual-side .main-services-visual .visual-container{width:100%;height:100%;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.2);position:relative}.services-section-modern .services-visual-side .main-services-visual .visual-container .services-image{width:100%;height:100%;object-fit:cover}.services-section-modern .services-visual-side .main-services-visual .visual-container .visual-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(124, 58, 237, 0.15), rgba(59, 130, 246, 0.15))}.services-section-modern .services-visual-side .main-services-visual .stats-floating-cards .stat-card{position:absolute;background:#fff;padding:20px 24px;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);text-align:center;min-width:120px}.services-section-modern .services-visual-side .main-services-visual .stats-floating-cards .stat-card.stat-card-1{top:-20px;right:-30px}.services-section-modern .services-visual-side .main-services-visual .stats-floating-cards .stat-card.stat-card-2{bottom:-20px;left:-30px}.services-section-modern .services-visual-side .main-services-visual .stats-floating-cards .stat-card .stat-number{font-size:28px;font-weight:800;background:linear-gradient(45deg, #7c3aed, #3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;line-height:1;margin-bottom:4px;display:block}.services-section-modern .services-visual-side .main-services-visual .stats-floating-cards .stat-card .stat-label{font-size:12px;color:#64748b;font-weight:500}.services-section-modern .services-visual-side .bg-decorative-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.services-section-modern .services-visual-side .bg-decorative-elements .bg-circle{position:absolute;border-radius:50%;background:linear-gradient(45deg, rgba(124, 58, 237, 0.05), rgba(59, 130, 246, 0.05))}.services-section-modern .services-visual-side .bg-decorative-elements .bg-circle.bg-circle-1{width:200px;height:200px;top:10%;right:20%}.services-section-modern .services-visual-side .bg-decorative-elements .bg-circle.bg-circle-2{width:150px;height:150px;bottom:15%;left:10%}.services-section-modern .services-visual-side .bg-decorative-elements .bg-gradient-blob{position:absolute;width:300px;height:300px;background:linear-gradient(45deg, rgba(124, 58, 237, 0.03), rgba(59, 130, 246, 0.03));border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);filter:blur(100px)}.services-section-modern .integration-highlight{background:linear-gradient(135deg, #f1f5f9, #e2e8f0);border-radius:24px;padding:40px;margin-top:60px;display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width: 1024px){.services-section-modern .integration-highlight{flex-direction:column;text-align:center;gap:30px}}.services-section-modern .integration-highlight .integration-content{display:flex;align-items:center;gap:24px}@media(max-width: 1024px){.services-section-modern .integration-highlight .integration-content{flex-direction:column;gap:16px}}.services-section-modern .integration-highlight .integration-content .integration-icon{width:64px;height:64px;background:linear-gradient(45deg, #7c3aed, #3b82f6);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.services-section-modern .integration-highlight .integration-content .integration-text .integration-title{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 8px 0}.services-section-modern .integration-highlight .integration-content .integration-text .integration-desc{font-size:16px;color:#64748b;margin:0;line-height:1.5}.services-section-modern .integration-highlight .integration-benefits{display:flex;gap:12px;flex-wrap:wrap}@media(max-width: 1024px){.services-section-modern .integration-highlight .integration-benefits{justify-content:center}}.services-section-modern .integration-highlight .integration-benefits .benefit-tag{background:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;color:#475569;box-shadow:0 2px 8px rgba(0,0,0,.05)}:root{--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 40px;--spacing-3xl: 48px;--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-xl: 20px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--font-size-4xl: 36px;--transition-fast: 0.15s ease;--transition-base: 0.3s ease;--transition-slow: 0.5s ease}.reserves-main{min-height:100vh;position:relative;overflow-x:hidden}.reserves-main .container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}@media(max-width: 768px){.reserves-main .container{padding:0 var(--spacing-md)}}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg, #101944 0%, #4a1f76 100%)}.hero-section .container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media(max-width: 1024px){.hero-section .container{gap:40px}}@media(max-width: 768px){.hero-section .container{grid-template-columns:1fr;gap:32px;text-align:center}}.hero-section .hero-content{color:#fff}.hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:8px 20px;font-size:14px;font-weight:500;margin-bottom:32px;animation:slideInUp .8s ease-out}.hero-section .hero-content .hero-badge .badge-icon{font-size:16px}.hero-section .hero-content .hero-title{font-size:40px;font-weight:700;line-height:1.1;margin-bottom:24px;animation:slideInUp .8s ease-out .1s both}@media(max-width: 1024px){.hero-section .hero-content .hero-title{font-size:36px}}@media(max-width: 768px){.hero-section .hero-content .hero-title{font-size:32px;line-height:1.2}}.hero-section .hero-content .hero-title .title-gradient{background:linear-gradient(135deg, #ffa726, #ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero-section .hero-content .hero-description{font-size:20px;margin-bottom:40px;opacity:.9;animation:slideInUp .8s ease-out .2s both}@media(max-width: 768px){.hero-section .hero-content .hero-description{font-size:18px;margin-bottom:32px}}.hero-section .hero-content .hero-buttons{display:flex;gap:20px;margin-bottom:60px;animation:slideInUp .8s ease-out .3s both}@media(max-width: 768px){.hero-section .hero-content .hero-buttons{flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}}.hero-section .hero-content .hero-buttons .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:18px}@media(max-width: 768px){.hero-section .hero-content .hero-buttons .btn{width:100%;max-width:280px;justify-content:center;font-size:16px;padding:14px 28px}}.hero-section .hero-content .hero-buttons .btn.btn-primary{background:linear-gradient(135deg, #ffa726, #ff6b6b);color:#fff;border:none;box-shadow:0 8px 25px rgba(255,167,38,.3)}.hero-section .hero-content .hero-buttons .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(255,167,38,.4)}.hero-section .hero-content .hero-buttons .btn.btn-outline{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.hero-section .hero-content .hero-buttons .btn.btn-outline:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.hero-section .hero-content .hero-stats{display:flex;gap:40px;animation:slideInUp .8s ease-out .4s both}@media(max-width: 768px){.hero-section .hero-content .hero-stats{justify-content:center;gap:32px;flex-wrap:wrap}}.hero-section .hero-content .hero-stats .stat-item{text-align:center}.hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:32px;font-weight:700;color:#ffa726;margin-bottom:4px}@media(max-width: 768px){.hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:28px}}.hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:14px;opacity:.8}@media(max-width: 768px){.hero-section .hero-content .hero-stats .stat-item .stat-label{font-size:13px}}.hero-section .hero-visual{display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out .5s both}@media(max-width: 768px){.hero-section .hero-visual{order:-1;margin-bottom:32px}}.hero-section .hero-visual img{max-width:100%;border-radius:20px}@media(max-width: 768px){.hero-section .hero-visual img{max-width:90%;border-radius:16px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--border-radius-md);font-weight:600;font-size:var(--font-size-md);text-decoration:none;transition:var(--transition-base);cursor:pointer;border:2px solid rgba(0,0,0,0);gap:8px;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.btn:active{transform:translateY(0)}.btn .btn-icon{font-size:18px}.btn-primary{background:linear-gradient(45deg, #667eea, #764ba2);color:#fff;box-shadow:0 4px 15px rgba(102,126,234,.4)}.btn-primary:hover{background:linear-gradient(45deg, #5a6fd8, #6a4190);box-shadow:0 8px 25px rgba(102,126,234,.6);color:#fff}.btn-outline{background:rgba(0,0,0,0);color:#fff;border-color:rgba(255,255,255,.3)}.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);color:#fff}.btn-outline-purple{background:rgba(0,0,0,0);color:#667eea;border-color:#667eea}.btn-outline-purple:hover{background:#667eea;color:#fff}.btn-outline-dark{background:rgba(0,0,0,0);color:#1a202c;border-color:#1a202c}.btn-outline-dark:hover{background:#1a202c;color:#fff}.section-header{text-align:center;margin-bottom:60px}.section-header .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg, #f3f4f6, #e5e7eb);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;margin-bottom:16px}.section-header .section-badge .badge-icon{font-size:16px}.section-header .section-title{font-size:42px;font-weight:800;line-height:1.2;color:#1a202c;margin:0 0 16px 0}@media(max-width: 768px){.section-header .section-title{font-size:32px}}.section-header .section-title .title-highlight{background:linear-gradient(45deg, #667eea, #764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.section-header .section-description{font-size:18px;line-height:1.6;color:#6b7280;max-width:600px;margin:0 auto}@media(max-width: 768px){.section-header .section-description{font-size:16px}}.features-section{padding:100px 0;background:#f8fafc}.features-section .features-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px;margin-top:60px}@media(max-width: 768px){.features-section .features-grid{grid-template-columns:repeat(2, 1fr);gap:20px}}.features-section .feature-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e5e7eb;transition:var(--transition-base);position:relative}@media(max-width: 768px){.features-section .feature-card{padding:24px}}.features-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.features-section .feature-icon{margin-bottom:20px}.features-section .feature-icon .icon-bg{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.features-section .feature-icon .icon-bg.icon-bg-blue{background:linear-gradient(45deg, #3b82f6, #1d4ed8)}.features-section .feature-icon .icon-bg.icon-bg-purple{background:linear-gradient(45deg, #8b5cf6, #7c3aed)}.features-section .feature-icon .icon-bg.icon-bg-green{background:linear-gradient(45deg, #10b981, #059669)}.features-section .feature-icon .icon-bg.icon-bg-orange{background:linear-gradient(45deg, #f59e0b, #d97706)}.features-section .feature-icon .icon-bg.icon-bg-pink{background:linear-gradient(45deg, #ec4899, #db2777)}.features-section .feature-icon .icon-bg.icon-bg-cyan{background:linear-gradient(45deg, #06b6d4, #0891b2)}.features-section .feature-title{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 12px 0}.features-section .feature-description{font-size:16px;line-height:1.6;color:#6b7280;margin:0 0 20px 0}.services-section{padding:100px 0;background:#fff}.services-section .services-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:60px}@media(max-width: 1024px){.services-section .services-showcase{grid-template-columns:1fr}}.services-section .service-demo{background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);border-radius:24px;padding:40px;border:1px solid #e2e8f0;transition:var(--transition-base);position:relative;overflow:hidden}.services-section .service-demo::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(102, 126, 234, 0.02), rgba(118, 75, 162, 0.02));opacity:0;transition:var(--transition-base)}.services-section .service-demo:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.services-section .service-demo:hover::before{opacity:1}.services-section .demo-content{position:relative;z-index:2}.services-section .demo-header{display:flex;align-items:center;gap:20px;margin-bottom:24px}.services-section .demo-header .demo-icon{width:64px;height:64px;background:linear-gradient(45deg, #667eea, #764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-section .demo-header .demo-icon .icon-svg{width:32px;height:32px;filter:brightness(0) invert(1)}.services-section .demo-header .demo-info .demo-title{font-size:22px;font-weight:700;color:#1a202c;margin:0 0 8px 0}.services-section .demo-header .demo-info .demo-subtitle{font-size:14px;color:#6b7280;margin:0 0 8px 0}.services-section .demo-header .demo-info .demo-badge{margin-top:8px}.services-section .demo-header .demo-info .demo-badge .badge-pro{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:linear-gradient(45deg, #f59e0b, #d97706);color:#fff;font-size:12px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.services-section .demo-header .demo-info .demo-badge .badge-free{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:linear-gradient(45deg, #10b981, #059669);color:#fff;font-size:12px;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.services-section .demo-features{margin:24px 0}.services-section .demo-features .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.services-section .demo-features .feature-item .feature-icon{font-size:18px;width:24px;text-align:center}.services-section .demo-features .feature-item .feature-text{font-size:14px;color:#4b5563;font-weight:500}.services-section .demo-features .feature-item:last-child{margin-bottom:0}.services-section .demo-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(45deg, #667eea, #764ba2);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:14px;transition:var(--transition-base);margin-top:20px}.services-section .demo-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4);color:#fff}.services-section .demo-btn .btn-arrow{transition:transform .3s ease}.services-section .demo-btn:hover .btn-arrow{transform:translateX(4px)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}.btn-large{padding:18px 36px !important;font-size:18px !important}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}@media(max-width: 768px){.hero-section{min-height:100vh}.hero-section .container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-section .hero-content .hero-title{font-size:32px}.hero-section .hero-content .hero-description{font-size:18px}.hero-section .hero-content .hero-buttons{flex-direction:column;align-items:center;gap:16px}.hero-section .hero-content .hero-buttons .btn{width:100%;max-width:280px;justify-content:center}.hero-section .hero-content .hero-stats{justify-content:center;gap:32px}.hero-section .hero-content .hero-stats .stat-item .stat-number{font-size:28px}.hero-section .hero-visual{order:-1}.hero-section .hero-visual img{max-width:90%}.features-section{padding:60px 0}.features-section .features-grid{grid-template-columns:repeat(2, 1fr);gap:20px;margin-top:40px}.features-section .feature-card{padding:24px}.features-section .feature-icon{margin-bottom:16px}.features-section .feature-icon .icon-bg{width:56px;height:56px}.features-section .feature-title{font-size:18px}.features-section .feature-description{font-size:15px}.services-section{padding:60px 0}.services-section .services-showcase{grid-template-columns:1fr;gap:32px;margin-top:40px}.services-section .service-demo{padding:32px 24px}.services-section .demo-header{flex-direction:column;text-align:center;gap:16px}.services-section .demo-header .demo-icon{width:56px;height:56px}.services-section .demo-header .demo-icon .icon-svg{width:28px;height:28px}.services-section .demo-header .demo-info .demo-title{font-size:20px}.services-section .demo-features .feature-item{justify-content:center;text-align:center;flex-direction:column;gap:8px}.services-section .demo-features .feature-item .feature-icon{width:auto}.services-section .demo-features .feature-item .feature-text{font-size:13px}.services-section .demo-btn{width:100%;justify-content:center;padding:14px 24px}.section-header{margin-bottom:40px}.section-header .section-title{font-size:28px}.section-header .section-description{font-size:16px}.btn{padding:12px 24px;font-size:15px}.btn.btn-large{padding:16px 32px !important;font-size:16px !important}}/*# sourceMappingURL=landing_reserves.css.map */
