:root{--hosting-primary:#0066ff;--hosting-primary-dark:#0052cc;--hosting-secondary:#00d4ff;--hosting-gradient:linear-gradient(135deg, #0066ff 0%, #00d4ff 100%);--hosting-dark:#0a0e27;--hosting-dark-alt:#141a35;--hosting-text:#e4e7eb;--hosting-text-muted:#94a3b8;--hosting-border:rgba(255, 255, 255, 0.1);--hosting-card-bg:rgba(20, 26, 53, 0.6);--hosting-shadow:0 20px 40px rgba(0, 102, 255, 0.1)}#hosting-page{background:var(--hosting-dark);color:var(--hosting-text)}.hosting-hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 0 80px}.hosting-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,102,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,102,255,.05) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,rgba(0,102,255,.15) 0,transparent 70%)}.hosting-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:rgba(0,102,255,.1);border:1px solid rgba(0,102,255,.3);border-radius:50px;margin-bottom:30px;backdrop-filter:blur(10px);animation:fadeInUp .6s ease-out}.hero-badge svg{color:var(--hosting-secondary);animation:rotate 3s linear infinite}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-badge span{font-size:14px;font-weight:600;color:var(--hosting-text);text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;line-height:1.2;margin-bottom:24px;animation:fadeInUp .6s ease-out .2s backwards}.hero-title-gradient{display:block;background:var(--hosting-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem, 2vw, 1.25rem);line-height:1.6;color:var(--hosting-text-muted);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s ease-out .4s backwards}.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;animation:fadeInUp .6s ease-out .6s backwards}.hero-feature-item{display:flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(255,255,255,.05);border:1px solid var(--hosting-border);border-radius:50px;font-size:14px;font-weight:500;transition:all .3s ease}.hero-feature-item:hover{background:rgba(0,102,255,.1);border-color:var(--hosting-primary);transform:translateY(-2px)}.hero-feature-item svg{color:var(--hosting-secondary);flex-shrink:0}.hero-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:60px;animation:fadeInUp .6s ease-out .8s backwards}.hero-btn-primary,.hero-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;border-radius:50px;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.hero-btn-primary{background:var(--hosting-gradient);color:#fff;border:2px solid transparent}.hero-btn-primary::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-btn-primary:hover::before{left:100%}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,102,255,.3)}.hero-btn-secondary{background:0 0;color:var(--hosting-text);border:2px solid var(--hosting-border)}.hero-btn-secondary:hover{background:rgba(255,255,255,.05);border-color:var(--hosting-primary);transform:translateY(-2px)}.hero-trust-indicators{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap;padding:30px;background:rgba(255,255,255,.03);border:1px solid var(--hosting-border);border-radius:20px;backdrop-filter:blur(10px);animation:fadeInUp .6s ease-out 1s backwards}.trust-item{text-align:center}.trust-number{font-size:2rem;font-weight:800;background:var(--hosting-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:5px}.trust-label{font-size:14px;color:var(--hosting-text-muted)}.trust-divider{width:1px;height:40px;background:var(--hosting-border)}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero-particles .particle{position:absolute;width:4px;height:4px;background:var(--hosting-secondary);border-radius:50%;animation:float 6s ease-in-out infinite;opacity:.6}.hero-particles .particle:first-child{top:20%;left:10%;animation-delay:0s}.hero-particles .particle:nth-child(2){top:60%;left:80%;animation-delay:1s}.hero-particles .particle:nth-child(3){top:40%;left:20%;animation-delay:2s}.hero-particles .particle:nth-child(4){top:80%;left:70%;animation-delay:3s}.hero-particles .particle:nth-child(5){top:30%;left:90%;animation-delay:4s}@keyframes float{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-30px) translateX(20px)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pricing-section{padding:100px 0;position:relative;background:linear-gradient(180deg,var(--hosting-dark) 0,var(--hosting-dark-alt) 100%)}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:800;line-height:1.2;margin-bottom:20px}.title-gradient{display:block;background:var(--hosting-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:var(--hosting-text-muted);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.pricing-card{position:relative;background:var(--hosting-card-bg);border:1px solid var(--hosting-border);border-radius:24px;padding:40px 30px;transition:all .3s ease;backdrop-filter:blur(10px)}.pricing-card:hover{transform:translateY(-10px);border-color:var(--hosting-primary);box-shadow:var(--hosting-shadow)}.pricing-card.featured{background:linear-gradient(135deg,rgba(0,102,255,.1) 0,rgba(0,212,255,.05) 100%);border:2px solid var(--hosting-primary);transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-10px)}.popular-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:8px 20px;background:var(--hosting-gradient);border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fff}.popular-badge svg{width:16px;height:16px}.card-header{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--hosting-border)}.plan-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:rgba(0,102,255,.1);border:1px solid var(--hosting-primary);border-radius:16px;color:var(--hosting-secondary)}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:var(--hosting-text)}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:5px;margin-bottom:15px}.currency{font-size:1.25rem;font-weight:600;color:var(--hosting-text-muted)}.amount{font-size:3rem;font-weight:800;background:var(--hosting-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{font-size:1rem;color:var(--hosting-text-muted)}.plan-description{font-size:14px;color:var(--hosting-text-muted);margin:0}.plan-features{list-style:none;padding:0;margin:0 0 30px 0}.feature-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.feature-item:last-child{border-bottom:none}.feature-item svg{flex-shrink:0;color:var(--hosting-secondary);margin-top:2px}.feature-content{display:flex;flex-direction:column;gap:2px}.feature-title{font-size:14px;font-weight:600;color:var(--hosting-text)}.feature-desc{font-size:12px;color:var(--hosting-text-muted)}.card-footer{margin-top:auto}.plan-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:var(--hosting-gradient);color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.plan-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.plan-btn:hover::before{left:100%}.plan-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,102,255,.3)}.plan-btn svg{transition:transform .3s ease}.plan-btn:hover svg{transform:translateX(5px)}@media (max-width:768px){.hosting-hero-section{padding:80px 0 60px;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-trust-indicators{gap:20px}.trust-divider{display:none}.pricing-grid{grid-template-columns:1fr;gap:20px}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:scale(1) translateY(-10px)}.hero-cta{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center}.pricing-section{padding:60px 0}}.features-section{padding:100px 0;position:relative;background:var(--hosting-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{position:relative;padding:40px 30px;background:var(--hosting-card-bg);border:1px solid var(--hosting-border);border-radius:20px;transition:all .3s ease;backdrop-filter:blur(10px);overflow:hidden}.feature-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--hosting-gradient);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover::before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-5px);border-color:var(--hosting-primary);box-shadow:0 10px 40px rgba(0,102,255,.15)}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(0,102,255,.1);border:1px solid var(--hosting-primary);border-radius:16px;color:var(--hosting-secondary);margin-bottom:24px;transition:all .3s ease}.feature-card:hover .feature-icon{background:var(--hosting-gradient);color:#fff;transform:scale(1.1) rotate(5deg)}.feature-title{font-size:1.375rem;font-weight:700;color:var(--hosting-text);margin-bottom:12px}.feature-description{font-size:15px;line-height:1.7;color:var(--hosting-text-muted);margin:0}.cta-section{position:relative;padding:120px 0;overflow:hidden;background:var(--hosting-dark-alt)}.cta-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.cta-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,102,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,102,255,.03) 1px,transparent 1px);background-size:40px 40px;animation:gridMove 15s linear infinite reverse}.cta-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(0,102,255,.2) 0,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.cta-title{font-size:clamp(2rem, 4vw, 3rem);font-weight:800;line-height:1.2;margin-bottom:20px;color:var(--hosting-text)}.cta-title-gradient{display:block;background:var(--hosting-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-subtitle{font-size:1.125rem;color:var(--hosting-text-muted);line-height:1.6;margin-bottom:40px}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.cta-btn-primary,.cta-btn-secondary{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;font-size:16px;font-weight:600;border-radius:50px;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.cta-btn-primary{background:var(--hosting-gradient);color:#fff;border:2px solid transparent}.cta-btn-primary::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-btn-primary:hover::before{left:100%}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,102,255,.4)}.cta-btn-secondary{background:0 0;color:var(--hosting-text);border:2px solid var(--hosting-border)}.cta-btn-secondary:hover{background:rgba(255,255,255,.05);border-color:var(--hosting-primary);transform:translateY(-3px)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.feature-card,.pricing-card{opacity:0;animation:fadeInUp .6s ease-out forwards}.pricing-card:first-child{animation-delay:.1s}.pricing-card:nth-child(2){animation-delay:.2s}.pricing-card:nth-child(3){animation-delay:.3s}.pricing-card:nth-child(4){animation-delay:.4s}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}@media (max-width:992px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.section-title{font-size:2.5rem}.hero-trust-indicators{flex-direction:column}}@media (max-width:768px){.hosting-hero-section{padding:80px 0 60px;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features{flex-direction:column;align-items:stretch}.hero-feature-item{justify-content:center}.hero-trust-indicators{gap:20px;padding:20px}.trust-divider{display:none}.trust-number{font-size:1.5rem}.features-section,.pricing-section{padding:60px 0}.pricing-grid{grid-template-columns:1fr;gap:20px}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:scale(1) translateY(-10px)}.features-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center}.cta-section{padding:80px 0}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.cta-buttons{flex-direction:column}.cta-btn-primary,.cta-btn-secondary{width:100%;justify-content:center}.section-header{margin-bottom:40px}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}@media (max-width:480px){.hero-badge span{font-size:12px}.plan-icon{width:56px;height:56px}.plan-icon svg{width:28px;height:28px}.plan-name{font-size:1.25rem}.amount{font-size:2.5rem}.feature-icon{width:56px;height:56px}.feature-title{font-size:1.125rem}.feature-description{font-size:14px}.feature-card,.pricing-card{padding:30px 20px}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}@media print{.cta-section,.hosting-hero-section{background:#fff;color:#000}.cta-background,.hero-particles{display:none}.feature-card,.pricing-card{border:1px solid #ddd;page-break-inside:avoid}}.cta-btn-primary:focus,.cta-btn-secondary:focus,.hero-btn-primary:focus,.hero-btn-secondary:focus,.plan-btn:focus{outline:3px solid var(--hosting-primary);outline-offset:4px}@media (prefers-contrast:high){.feature-card,.pricing-card{border-width:2px}.cta-btn-primary,.hero-btn-primary,.plan-btn{border:2px solid var(--hosting-primary)}}@media (prefers-color-scheme:dark){:root{--hosting-text:#f8fafc;--hosting-text-muted:#cbd5e1}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.footer-particles .particle,.hero-particles .particle{width:3px;height:3px}}