:root{--hosting-blue:#00a6fb;--hosting-blue-hover:#0582ca;--hosting-grey:#f8f8f8;--hosting-black:#000;--hosting-white:#fff;--hosting-text:#333;--hosting-border:#e0e0e0}.hosting-hero{position:relative;width:100vw;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;background:url('public/images/blob-scene-haikei.svg') center/cover no-repeat;background-color:#001b34;margin-top:12vh}.hosting-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.5) 100%);z-index:1}.hosting-hero-content{position:relative;z-index:2;max-width:800px;text-align:center;padding:2rem;color:var(--hosting-white)}.hosting-hero-heading{font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 1.5rem 0;letter-spacing:-.05rem;color:var(--hosting-white)}.hosting-hero-text{font-size:1.15rem;line-height:1.7;margin:0 0 2rem 0;color:rgba(255,255,255,.95);font-weight:400}.btn-hosting{display:inline-block;background:var(--hosting-blue);color:var(--hosting-white);padding:1rem 2.5rem;border-radius:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 15px rgba(0,166,251,.3);border:none;cursor:pointer}.btn-hosting:hover{background:var(--hosting-blue-hover);transform:scale(1.03);box-shadow:0 6px 20px rgba(0,166,251,.4)}.btn-hosting-large{padding:1.2rem 3rem;font-size:1.25rem}.hosting-section{width:100vw;padding:5rem 1.875rem}.hosting-section:nth-of-type(2n){background:var(--hosting-grey)}.hosting-section:nth-of-type(odd){background:var(--hosting-white)}.hosting-container{max-width:1200px;margin:0 auto}.hosting-heading{font-size:2.5rem;font-weight:800;text-align:center;margin:0 0 2rem 0;color:var(--hosting-black);letter-spacing:-.05rem}.hosting-intro-text{font-size:1.1rem;line-height:1.8;text-align:center;margin:0 0 3rem 0;color:var(--hosting-text);max-width:800px;margin-left:auto;margin-right:auto}.hosting-text-content{max-width:900px;margin:0 auto}.hosting-text{font-size:1.15rem;line-height:1.9;color:var(--hosting-text);margin:0 0 1.5rem 0;text-align:center}.hosting-text:last-child{margin-bottom:0}.comparison-table{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}.comparison-column{background:var(--hosting-white);border-radius:1rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.comparison-column:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.comparison-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid var(--hosting-border)}.comparison-header i{font-size:2rem;color:var(--hosting-blue)}.comparison-header h3{font-size:1.5rem;font-weight:700;margin:0;color:var(--hosting-black)}.managed-column{border:3px solid var(--hosting-blue);position:relative}.comparison-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.comparison-list li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.6;color:var(--hosting-text)}.comparison-list i{font-size:1.25rem;margin-top:.1rem;flex-shrink:0}.diy-column .comparison-list i{color:#d32f2f}.managed-column .comparison-list i{color:#2e7d32}.infrastructure-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;max-width:1000px;margin-left:auto;margin-right:auto;justify-content:center}.infrastructure-card{background:var(--hosting-white);padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 12px rgba(0,0,0,.08);text-align:center;transition:all .3s ease;border:2px solid transparent;flex:0 0 100%}.infrastructure-card:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,166,251,.15);border-color:var(--hosting-blue)}.infrastructure-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hosting-blue),var(--hosting-blue-hover));border-radius:50%;color:var(--hosting-white);font-size:1.75rem;box-shadow:0 4px 15px rgba(0,166,251,.3)}.infrastructure-title{font-size:1.15rem;font-weight:700;margin:0 0 .75rem 0;color:var(--hosting-black)}.infrastructure-description{font-size:.95rem;line-height:1.5;color:var(--hosting-text);margin:0}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.benefit-card-flip{perspective:1000px;height:450px}.benefit-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.benefit-card-flip.flipped .benefit-card-inner{transform:rotateY(180deg)}.benefit-card{background:var(--hosting-white);padding:2.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:all .3s ease;border:2px solid transparent;position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.benefit-card-front{transform:rotateY(0);padding-bottom:2rem}.benefit-card-back{transform:rotateY(180deg);justify-content:flex-start;padding:1.25rem 1.5rem 2.25rem 1.5rem;text-align:center}.benefit-card-back .benefit-icon{margin-bottom:.75rem;width:60px;height:60px;font-size:1.75rem}.benefit-card-back .benefit-title{margin-bottom:1rem;font-size:1.3rem}.benefit-card:hover{border-color:var(--hosting-blue);box-shadow:0 8px 30px rgba(0,166,251,.2)}.benefit-icon{width:70px;height:70px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hosting-blue),var(--hosting-blue-hover));border-radius:1rem;color:var(--hosting-white);font-size:2rem;box-shadow:0 6px 20px rgba(0,166,251,.35);flex-shrink:0}.benefit-icon i{display:block}.benefit-title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem 0;color:var(--hosting-black);min-height:3.6rem;display:flex;align-items:center;justify-content:center}.benefit-description{font-size:1.05rem;line-height:1.7;color:var(--hosting-text);margin:0 0 1rem 0;min-height:5.1rem;display:flex;align-items:center;justify-content:center}.benefit-cta{display:inline-block;color:var(--hosting-blue);font-weight:600;font-size:.95rem;background:0 0;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:auto}.benefit-cta:hover{background:var(--hosting-blue);color:var(--hosting-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,166,251,.3)}.benefit-details{list-style:none;padding:0;margin:0;text-align:left;flex-grow:1;width:100%}.benefit-details li{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.6rem;font-size:.9rem;line-height:1.35;color:var(--hosting-text)}.benefit-details li i{color:var(--hosting-blue);font-size:.9rem;margin-top:.2rem;flex-shrink:0}.technical-content{max-width:900px;margin:0 auto;text-align:center;background:var(--hosting-white);padding:2.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border-left:5px solid var(--hosting-blue)}.technical-text{font-size:1.15rem;line-height:1.9;color:var(--hosting-text);margin:0}.hosting-final-cta{background:var(--hosting-grey);text-align:center}.final-cta-text{font-size:1.15rem;line-height:1.8;color:var(--hosting-text);max-width:700px;margin:0 auto 2.5rem}.final-cta-buttons{margin-bottom:1.5rem}.final-cta-email{font-size:1rem;color:var(--hosting-text);margin:0}.hosting-email-link{color:var(--hosting-blue);text-decoration:none;font-weight:600;transition:color .2s ease}.hosting-email-link:hover{color:var(--hosting-blue-hover);text-decoration:underline}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}body:has(.hosting-hero) .navbar{background:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.05)}body:has(.hosting-hero) .navbar.scrolled{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}html{scroll-behavior:smooth}@media (min-width:576px){.hosting-hero-heading{font-size:3rem}.hosting-hero-text{font-size:1.25rem}.infrastructure-card{flex:0 0 calc(50% - 0.75rem)}.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.hosting-hero{height:80vh}.hosting-hero-heading{font-size:3.5rem}.hosting-hero-text{font-size:1.35rem}.hosting-section{padding:6rem 2rem}.hosting-heading{font-size:3rem;margin-bottom:2.5rem}.comparison-table{grid-template-columns:repeat(2,1fr)}.infrastructure-card{flex:0 0 calc(33.333% - 1rem)}.infrastructure-card:first-child,.infrastructure-card:nth-child(2),.infrastructure-card:nth-child(3){flex:0 0 calc(33.333% - 1rem)}.infrastructure-card:nth-child(4),.infrastructure-card:nth-child(5){flex:0 0 calc(33.333% - 1rem)}}@media (min-width:992px){.hosting-hero{height:90vh}.hosting-hero-heading{font-size:4rem}.hosting-hero-text{font-size:1.45rem}.hosting-section{padding:80px 20px}.hosting-heading{font-size:3.5rem;margin-bottom:3rem}.benefits-grid{grid-template-columns:repeat(4,1fr)}.comparison-table{gap:3rem}}@media (min-width:1200px){.hosting-hero-heading{font-size:4.5rem}}