.elementor-167 .elementor-element.elementor-element-0b272be{--display:flex}:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--secondary:#8b5cf6;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--text-primary:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-white:#ffffff;--bg-gray-50:#f9fafb;--bg-gray-100:#f3f4f6;--bg-gray-900:#111827;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1);--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:24px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text-primary);background:var(--bg-white);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:clamp(2.25rem, 5vw, 3.5rem)}h2{font-size:clamp(1.75rem, 4vw, 2.5rem)}h3{font-size:clamp(1.1rem, 2.5vw, 1.5rem)}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 14px rgb(59 130 246 / .4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(59 130 246 / .5)}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-secondary-white{background:#fff;color:var(--primary);border:2px solid #fff}.btn-secondary-white:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .3)}.btn-outline{background:#fff0;color:var(--primary);border:2px solid var(--border)}.btn-outline:hover{border-color:var(--primary);background:rgb(59 130 246 / .05)}.btn-lg{padding:16px 32px;font-size:1rem}.btn-block{width:100%;display:flex}.hero-section{padding:60px 0 40px;background:linear-gradient(180deg,#e8f4fd 0%,#f5f9fc 50%,#ffffff 100%);position:relative;overflow:hidden}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-left{max-width:550px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:var(--primary);padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;box-shadow:0 2px 8px rgb(59 130 246 / .15)}.badge-dot{width:7px;height:7px;background:var(--primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero-title{font-size:clamp(2rem, 4vw, 3.25rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;color:var(--text-primary)}.hero-description{font-size:.95rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.65;max-width:500px}.hero-features-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.feature-check{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:.9rem}.feature-check svg{color:var(--success);flex-shrink:0}.hero-cta{display:flex;gap:1rem}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2.5rem 0 2rem}@media (max-width:1024px){.hero-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero-stats{grid-template-columns:1fr}}.hero-right{display:flex;justify-content:center;align-items:center}.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:480px}.stat-box{background:#fff;padding:1.5rem 1rem;border-radius:var(--radius-lg);text-align:center;box-shadow:0 4px 20px rgb(0 0 0 / .08);border:1px solid rgb(59 130 246 / .1);transition:var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-box:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgb(59 130 246 / .15);border-color:rgb(59 130 246 / .3)}.stat-icon-wrapper{width:48px;height:48px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);flex-shrink:0}.stat-box:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg)}.stat-icon-wrapper svg{filter:drop-shadow(0 4px 12px rgb(0 0 0 / .15));transition:var(--transition)}.stat-box:hover .stat-icon-wrapper svg{filter:drop-shadow(0 6px 16px rgb(0 0 0 / .25))}.stat-info{text-align:center}.stat-value{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:.25rem;line-height:1}}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500;line-height:1.4}.section-header{margin-bottom:3rem}.section-title{margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-secondary)}.rdp-types-section{padding:80px 0;background:#fff}.rdp-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.types-section{padding:80px 0;background:#fff}.types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}@media (max-width:968px){.types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.types-grid{grid-template-columns:1fr}}.type-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:var(--transition);position:relative;cursor:pointer}.type-card:hover{transform:translateY(-8px);border-color:var(--primary);box-shadow:var(--shadow-xl)}.type-card.featured{border-color:var(--primary);box-shadow:var(--shadow-lg)}.type-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:4px 16px;border-radius:50px;font-size:.7rem;font-weight:700;white-space:nowrap}.type-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.type-card:hover .type-icon{transform:scale(1.1) rotate(-5deg)}.type-icon svg{filter:drop-shadow(0 4px 12px rgb(0 0 0 / .2));transition:var(--transition)}.type-card:hover .type-icon svg{filter:drop-shadow(0 6px 20px rgb(0 0 0 / .3))}.type-title{font-size:1.25rem;margin-bottom:.75rem}.type-description{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;line-height:1.5}.type-price{font-size:1.25rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.plans-section{padding:80px 0;background:var(--bg-gray-50)}.filter-tabs{display:flex;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center;background:#fff;padding:.5rem;border-radius:var(--radius-lg);box-shadow:0 2px 8px rgb(0 0 0 / .06);border:1px solid var(--border-light)}.filter-tab{padding:10px 20px;background:#fff0;border:none;border-radius:var(--radius);font-weight:600;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.filter-tab svg{flex-shrink:0}.filter-tab:hover{background:rgb(59 130 246 / .08);color:var(--primary)}.filter-tab.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 2px 8px rgb(59 130 246 / .3)}.filter-tab.active:hover{box-shadow:0 4px 12px rgb(59 130 246 / .4)}.plans-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.plans-grid.uk-cloud-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.plans-grid.uk-cloud-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.plans-grid{grid-template-columns:1fr}}.plan-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;transition:var(--transition);position:relative}.plan-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary-light)}.plan-card.featured{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:scale(1.02)}.plan-card.featured:hover{transform:translateY(-8px) scale(1.02)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:6px 18px;border-radius:50px;font-size:.75rem;font-weight:700;box-shadow:0 4px 12px rgb(59 130 246 / .4);white-space:nowrap}.plan-header{margin-bottom:1.5rem}.plan-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--primary);font-weight:700;margin-bottom:.5rem}.plan-name{font-size:1.5rem;margin:0}.plan-pricing{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-light)}.price-old{text-decoration:line-through;color:var(--text-light);font-size:.95rem;margin-bottom:.5rem}.price-current{display:flex;align-items:baseline;margin-bottom:.5rem}.currency{font-size:1.25rem;font-weight:700;color:var(--text-secondary)}.amount{font-size:2.75rem;font-weight:800;color:var(--primary)}.period{font-size:.95rem;color:var(--text-secondary);margin-left:4px}.price-save{display:inline-block;background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);color:#166534;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:700}.plan-features{list-style:none;margin-bottom:1.5rem;flex-grow:1}.plan-features li{padding:.6rem 0;color:var(--text-secondary);font-size:.9rem;position:relative;padding-left:24px;line-height:1.5}.plan-features li::before{content:'✓';position:absolute;left:0;color:var(--success);font-weight:700;font-size:1.1rem}.plan-features li strong{color:var(--text-primary);font-weight:600}.features-section{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-box{text-align:center;padding:2rem;border-radius:var(--radius-lg);transition:var(--transition)}.feature-box:hover{background:var(--bg-gray-50)}.feature-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.feature-box:hover .feature-icon{transform:translateY(-8px)}.feature-icon svg{filter:drop-shadow(0 8px 16px rgb(59 130 246 / .25));transition:var(--transition)}.feature-box:hover .feature-icon svg{filter:drop-shadow(0 12px 24px rgb(59 130 246 / .35));transform:scale(1.05)}.feature-title{font-size:1.25rem;margin-bottom:.75rem}.feature-description{color:var(--text-secondary);line-height:1.6}.faq-section{padding:80px 0;background:var(--bg-gray-50)}.faq-grid{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1rem;background:#fff;border-radius:var(--radius);overflow:hidden;border:2px solid var(--border);transition:var(--transition)}.faq-item:hover{border-color:var(--primary-light)}.faq-question{width:100%;padding:1.5rem;background:#fff0;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;color:var(--text-primary);font-size:1rem;text-align:left;transition:var(--transition)}.faq-question:hover{color:var(--primary)}.faq-toggle{font-size:1.5rem;font-weight:300;color:var(--primary);transition:var(--transition);flex-shrink:0;margin-left:1rem}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-secondary);line-height:1.7}.cta-section{padding:80px 0;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);text-align:center;color:#fff}.cta-content{max-width:700px;margin:0 auto}.cta-title{color:#fff;margin-bottom:1rem}.cta-description{font-size:1.15rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cta-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cta-feature{font-size:.9rem;opacity:.95}@media (max-width:968px){.hero-wrapper{grid-template-columns:1fr;gap:2.5rem}.hero-left{max-width:100%;text-align:center}.hero-badge{justify-content:center}.hero-cta{justify-content:center}.hero-features-list{align-items:center}.stats-container{grid-template-columns:repeat(2,1fr);max-width:400px;margin:0 auto}.rdp-types-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.plan-card.featured{transform:scale(1)}}@media (max-width:768px){.hero-section{padding:40px 0 30px}.hero-wrapper{gap:2rem}.hero-title{font-size:2rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%}.stats-container{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:350px}.stat-box{padding:1.25rem 1rem}.stat-icon-wrapper{font-size:1.75rem;margin-bottom:.5rem}.stat-value{font-size:1.75rem}.filter-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:.5rem;gap:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex-shrink:0;padding:8px 16px;font-size:.85rem}.features-grid{grid-template-columns:1fr}.cta-features{flex-direction:column;gap:.5rem}}@media (max-width:640px){.hero-section{padding:30px 0 25px}.hero-wrapper{gap:1.5rem}.hero-title{font-size:1.75rem;margin-bottom:1rem}.hero-badge{font-size:.75rem;padding:5px 14px;margin-bottom:1rem}.hero-description{font-size:.9rem;margin-bottom:1.25rem}.hero-features-list{gap:.5rem;margin-bottom:1.5rem}.feature-check{font-size:.85rem}.stats-container{grid-template-columns:1fr;max-width:280px;gap:.75rem}.stat-box{padding:1rem .75rem}.plans-grid{grid-template-columns:1fr}.rdp-types-grid{grid-template-columns:1fr}.plan-card{padding:1.5rem}.amount{font-size:2.25rem}}@media (max-width:480px){.hero-section{padding:25px 0 20px}.hero-title{font-size:1.5rem}.hero-description{font-size:.85rem}.type-card{padding:1.5rem}.stat-icon-wrapper{font-size:1.5rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}