@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";.hero-hosting-section{background:linear-gradient(135deg,#3215b5,#cfd9fa);padding:6rem 2rem;font-family:Segoe UI,sans-serif;position:relative;overflow:hidden}.hero-container{max-width:1240px;height:50rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:5rem}.hero-left{flex:1 1 50%}.hero-left h1{font-size:4.2rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:2rem}.hero-left .highlight{color:#fff}.hero-subtext{font-size:1.6rem;color:#f3f7fc;line-height:1.7;margin-bottom:3rem}.hero-buttons{display:flex;gap:1.5rem}.primary-btn{background:#1d4ed8;color:#fff;font-size:1.6rem;padding:1.2rem 2.4rem;border-radius:.8rem;cursor:pointer;transition:all .3s ease;font-weight:600;border:none;box-shadow:0 .5rem 1.5rem #3b82f64d}.primary-btn:hover{background:#2563eb}.secondary-btn{background:#fff;color:#3b82f6;font-size:1.6rem;padding:1.2rem 2.4rem;border:1px solid #3b82f6;border-radius:.8rem;cursor:pointer;transition:all .3s ease;font-weight:600}.secondary-btn:hover{background:#e0e7ff}.hero-right{flex:1 1 45%;display:flex;justify-content:center;position:relative}.image-bg{position:absolute;width:40rem;height:40rem;background:radial-gradient(circle,#3578d0dc 40%,transparent 70%);border-radius:50%;z-index:1;animation:pulse 4s ease-in-out infinite}.main-image{max-width:58rem;width:100%;position:relative;z-index:2}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.hero-wave{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:1}.hero-wave svg{display:block;width:100%;height:100px}.domain-search-section{background:#fff;padding:2.5rem 2rem;text-align:center;box-shadow:0 -1px 5px #0000000d}.domain-container{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;max-width:700px;margin:0 auto 2rem;background:#f8fafc;border-radius:1rem;padding:1.2rem;box-shadow:0 1rem 3rem #0000000a}.domain-container input{flex:1;font-size:1.6rem;padding:1.2rem 1.8rem;border:none;outline:none;background:#fff;border-radius:.8rem;min-width:250px}.search-btn{background:#3b82f6;color:#fff;font-size:1.6rem;padding:1.2rem 2.4rem;border:none;border-radius:.8rem;cursor:pointer;transition:.3s;white-space:nowrap}.search-btn:hover{background:#2563eb}.tld-pricing{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:1.4rem;color:#3b82f6;font-weight:500}.tld strong{color:#1e293b;margin-left:.4rem}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center}.hero-left h1{font-size:3rem}.hero-subtext{font-size:1.4rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.domain-container{flex-direction:column}.search-btn{width:100%}}.services-section{background:linear-gradient(135deg,#f9fafb,#e0f2fe);padding:8rem 2rem;font-family:Segoe UI,sans-serif}.services-wrapper{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:6rem}.services-intro{text-align:center;max-width:720px;margin:0 auto}.services-badge{display:inline-block;background:#dbeafe;color:#2563eb;font-weight:600;font-size:1.2rem;padding:.6rem 1.4rem;border-radius:999px;margin-bottom:2rem}.services-intro h2{font-size:3.6rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem}.services-intro .highlight{color:#2563eb}.services-intro p{font-size:1.6rem;color:#475569;margin-bottom:3rem;line-height:1.7}.services-cta{background:#2563eb;color:#fff;padding:1.2rem 2.4rem;font-size:1.4rem;border:none;border-radius:.8rem;font-weight:600;cursor:pointer;transition:background .3s ease}.services-cta:hover{background:#1e40af}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.4rem}.service-card{background:#fff;border:1px solid #e2e8f0;padding:2.8rem 2rem;border-radius:1.6rem;box-shadow:0 8px 24px #0000000a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-.5rem);box-shadow:0 16px 32px #0000000f}.icon-wrapper{width:5.6rem;height:5.6rem;background:#e0f2fe;color:#2563eb;font-size:2.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1.5rem}.service-card h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.service-card p{font-size:1.4rem;color:#475569;line-height:1.6}@media (max-width: 768px){.services-intro h2{font-size:2.8rem}.services-intro p{font-size:1.5rem}.services-cta{width:100%}.service-card h3{font-size:1.8rem}.service-card p{font-size:1.4rem}}.hosting-process-section{padding:8rem 3rem;background:#f9fafb;font-family:Inter,sans-serif;color:#1f2937}.process-header{text-align:center;max-width:820px;margin:0 auto 6rem}.process-subtitle{font-size:1.2rem;font-weight:700;text-transform:uppercase;color:#4f46e5;margin-bottom:1rem}.process-header h2{font-size:3.2rem;font-weight:800;color:#0f172a;margin-bottom:1.6rem}.process-header p{font-size:1.5rem;color:#475569;line-height:1.7}.process-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;position:relative}.process-step{background:#fff;border-radius:1.4rem;padding:3rem 2rem;max-width:260px;text-align:center;position:relative;box-shadow:0 8px 24px #0000000a;flex:1 1 240px}.step-icon{font-size:2.4rem;color:#4f46e5;background:#eef2ff;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.6rem}.step-content h3{font-size:1.8rem;margin-bottom:.8rem;color:#1e293b}.step-content p{font-size:1.4rem;color:#4b5563;line-height:1.6}.step-connector{position:absolute;top:50%;right:-1.2rem;width:2.4rem;height:4px;background-color:#c7d2fe;transform:translateY(-50%)}.process-step:last-child .step-connector{display:none}@media (max-width: 768px){.process-steps{flex-direction:column;align-items:stretch}.step-connector{display:none}.process-step{max-width:100%}.process-header h2{font-size:2.4rem}.process-header p{font-size:1.3rem}}.cta-banner-updated{background:linear-gradient(to right,#0f172a,#1e3a8a);padding:7rem 2rem;color:#f8fafc;position:relative;overflow:hidden}.banner-glass-container{max-width:1240px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4rem;background:#ffffff0a;padding:4rem;border-radius:2rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 0 0 1px #ffffff0d,0 12px 40px #00000040}.banner-left{flex:1 1 540px}.banner-left h2{font-size:3.6rem;font-weight:800;margin-bottom:1.8rem;line-height:1.3;color:#fff}.banner-left .highlight{color:#38bdf8}.banner-left p{font-size:1.6rem;color:#cbd5e1;line-height:1.8;margin-bottom:3rem}.banner-left button{background-color:#38bdf8;color:#0f172a;padding:1.4rem 3.2rem;font-size:1.5rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #38bdf840}.banner-left button:hover{background-color:#0ea5e9;transform:translateY(-4px)}.banner-right{flex:1 1 440px;display:flex;justify-content:center;align-items:center}.banner-right img{width:100%;max-width:460px;border-radius:1.6rem;box-shadow:0 14px 36px #0000004d}@media (max-width: 1024px){.banner-left h2{font-size:3rem}.banner-left p{font-size:1.4rem}}@media (max-width: 768px){.banner-glass-container{flex-direction:column;text-align:center;padding:2.4rem}.banner-left,.banner-right{flex:1 1 100%}.banner-left h2{font-size:2.6rem}.banner-left p{font-size:1.3rem}.banner-left button{width:100%;max-width:280px}.banner-right{margin-top:2rem}.banner-right img{max-width:100%}}.pricing-redesign{background:#fff;padding:8rem 2rem;font-family:Segoe UI,sans-serif}.pricing-header{text-align:center;margin-bottom:6rem}.pricing-header h2{font-size:3.6rem;color:#0f172a;font-weight:800;margin-bottom:1rem}.pricing-header p{font-size:1.6rem;color:#475569}.pricing-plan-wrapper{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.pricing-card-modern{background:#f8fafc;border-radius:1.6rem;padding:3rem 2rem;max-width:350px;flex:1 1 300px;text-align:center;box-shadow:0 4px 24px #0000000d;position:relative;transition:transform .3s ease}.pricing-card-modern:hover{transform:translateY(-.5rem)}.pricing-card-modern.active{border:2px solid #3b82f6;background:#fff;box-shadow:0 12px 32px #3b82f626}.badge-popular{position:absolute;top:-1.2rem;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;font-size:1.2rem;padding:.4rem 1rem;border-radius:999px}.pricing-card-modern h3{font-size:2.4rem;color:#1e293b;margin-bottom:1rem}.pricing-card-modern .price{font-size:2.6rem;color:#ef4444;font-weight:700;margin-bottom:2rem}.modern-features{list-style:none;padding:0;margin-bottom:2.5rem}.modern-features li{font-size:1.4rem;color:#334155;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:center;gap:.8rem}.check-icon{color:#10b981;font-size:1.2rem}.select-btn{background:#3b82f6;color:#fff;border:none;font-size:1.5rem;padding:1.2rem 2.4rem;border-radius:.8rem;cursor:pointer;transition:.3s;width:100%}.select-btn:hover{background:#2563eb}@media (max-width: 768px){.pricing-header h2{font-size:2.8rem}.pricing-card-modern{max-width:100%}.select-btn{width:100%}}.whyus-section{background:#f1f5f9;padding:7rem 2rem;font-family:Inter,sans-serif}.whyus-heading{text-align:center;max-width:820px;margin:0 auto 5rem}.whyus-heading .tagline{font-size:1.3rem;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.whyus-heading h2{font-size:3.2rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}.whyus-heading .subtext{font-size:1.5rem;color:#475569;line-height:1.8}.whyus-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1140px;margin:0 auto}.whyus-card{background:#fff;border-radius:1.5rem;padding:3.2rem 2.4rem;text-align:center;box-shadow:0 8px 32px #0000000a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #3b82f6}.whyus-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000000f}.whyus-icon{font-size:3.2rem;color:#3b82f6;margin-bottom:1.6rem}.whyus-card h3{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.whyus-card p{font-size:1.4rem;color:#4b5563;line-height:1.7}@media (max-width: 768px){.whyus-section{padding:5rem 1.5rem}.whyus-heading h2{font-size:2.4rem}.whyus-card{padding:2.4rem 2rem}}.footer-modern{background-color:#0f172a;color:#e2e8f0;padding:6rem 2rem 3rem;font-family:Inter,sans-serif;border-top:6px solid #22d3ee}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:4rem;max-width:1280px;margin:0 auto 4rem}.footer-col h4{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:1.4rem;border-bottom:2px solid #22d3ee;display:inline-block;padding-bottom:.4rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:1rem}.footer-col a{color:#cbd5e1;font-size:1.4rem;text-decoration:none;transition:color .3s ease}.footer-col a:hover{color:#22d3ee}.footer-col p{font-size:1.4rem;color:#94a3b8;margin-bottom:.8rem}.footer-col.brand h2{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:1rem}.footer-col.brand p{font-size:1.5rem;color:#94a3b8;line-height:1.6;margin-bottom:2rem}.footer-socials a{margin-right:1.2rem;color:#94a3b8;font-size:1.8rem;transition:color .3s ease}.footer-socials a:hover{color:#22d3ee}.footer-bottom{text-align:center;font-size:1.3rem;color:#64748b;border-top:1px solid #1e293b;padding-top:2rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-col.brand h2{font-size:2rem}.footer-col h4{font-size:1.5rem}.footer-bottom{font-size:1.2rem}}.clean-header{position:fixed;top:0;width:100%;padding:1.2rem 1rem;box-shadow:0 0 0 transparent;transition:box-shadow .3s ease;z-index:1000;color:#fff}.clean-header.scrolled{color:#fff;background:linear-gradient(135deg,#3215b5,#c1cfff);box-shadow:0 2px 6px #0000000a}.clean-header.black{color:#000}.clean-header.scrolled.black{color:#fff}.header-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{font-size:2rem;font-weight:700;cursor:pointer}.nav-desktop{display:flex;gap:28px}.nav-link{font-size:1.6rem;cursor:pointer;transition:color .3s ease}.nav-link:hover,.nav-link.active{border-bottom:2px solid white}.header-right{display:flex;align-items:center;gap:20px}.cta-button{background-color:#1d4ed8;color:#fff;padding:10px 22px;border-radius:50px;font-weight:600;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .3s ease}.cta-button:hover{background-color:#2563eb}.mobile-toggle{display:none;font-size:22px;cursor:pointer;color:#1e293b}.nav-mobile{position:fixed;top:0;right:-100%;width:75%;height:100vh;background:#fff;box-shadow:-2px 0 12px #00000014;display:flex;flex-direction:column;padding:80px 24px 24px;transition:right .3s ease;z-index:999}.nav-mobile.open{right:0}.nav-mobile .mobile-link{font-size:1rem;margin-bottom:20px;color:#334155;cursor:pointer}.nav-mobile .mobile-link.active{color:#1d4ed8}.nav-mobile .cta-button{width:100%;justify-content:center;margin-top:20px}@media (max-width: 1024px){.nav-desktop{display:none}.mobile-toggle{display:block}}html{font-size:10px}.service-page{font-family:Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.7}.service-hero-redesign{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:8rem 10%;background:linear-gradient(135deg,#3215b5,#c1cfff);color:#fff;position:relative;overflow:hidden}.service-hero-text{flex:1 1 45%;max-width:60rem;z-index:2}.service-hero-text h1{font-size:4.6rem;font-weight:800;margin-bottom:2rem}.service-hero-text p{font-size:1.8rem;margin-bottom:3rem;color:#e0f2fe}.service-hero-text button{background:#facc15;border:none;padding:1.4rem 3rem;font-size:1.6rem;border-radius:1rem;font-weight:600;cursor:pointer;color:#1e3a8a;transition:.3s ease}.service-hero-text button:hover{background:#fbbf24}.service-hero-image{flex:1 1 40%;text-align:center;z-index:2}.service-hero-image img{width:100%;max-width:40rem;border-radius:1.2rem;box-shadow:0 2rem 4rem #00000004}.service-features-redesign{padding:8rem 5%;background:#fff}.service-features-redesign h2{text-align:center;font-size:3.6rem;color:#1e3a8a;margin-bottom:5rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.feature-card{background:#f9fafb;border:1px solid #e2e8f0;border-radius:1.2rem;padding:2.4rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 1rem 2rem #00000008}.feature-card:hover{transform:translateY(-.5rem);box-shadow:0 1.5rem 2.4rem #0000000f}.feature-icon{color:#10b981;font-size:2.4rem;margin-bottom:1.5rem}.feature-card p{font-size:1.6rem;color:#334155}.service-testimonials-redesign{padding:8rem 5%;background:#f1f5f9;text-align:center}.service-testimonials-redesign h2{font-size:3.6rem;color:#1e3a8a;font-weight:700;margin-bottom:4rem}.testimonial-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.4rem}.testimonial-slide{background:#fff;border-radius:1rem;padding:2.4rem;text-align:left;box-shadow:0 1rem 2.4rem #0000000a;border-left:4px solid #3b82f6}.testimonial-slide blockquote{font-size:1.6rem;color:#475569;margin-bottom:1rem;font-style:italic}.testimonial-slide span{font-size:1.4rem;font-weight:600;color:#1e3a8a}.service-faqs-redesign{padding:8rem 5%;background:#fff}.service-faqs-redesign h2{text-align:center;font-size:3.6rem;color:#1e3a8a;font-weight:700;margin-bottom:5rem}.faq-list{max-width:80rem;margin:0 auto}.faq-item{margin-bottom:2rem}.faq-item details{background:#f9fafb;border:1px solid #e2e8f0;border-radius:1rem;padding:1.8rem 2.4rem;cursor:pointer;font-size:1.6rem;transition:all .3s ease}.faq-item summary{font-weight:600;color:#1f2937}.faq-item p{margin-top:1rem;color:#334155}@media (max-width: 768px){.service-hero-redesign{flex-direction:column;padding:6rem 2rem;text-align:center}.service-hero-text h1{font-size:3.2rem}.service-hero-text p{font-size:1.6rem}.service-hero-image img{max-width:100%}.testimonial-slider,.features-grid{grid-template-columns:1fr}}.about-hosting-page{font-family:Inter,sans-serif;color:#1e293b}.about-hero{display:flex;flex-wrap:wrap;align-items:center;gap:3rem;padding:6rem 2rem;max-width:1280px;margin:auto}.about-hero-text{flex:1 1 520px}.about-hero-text h1{font-size:3.4rem;font-weight:800;color:#1d4ed8;margin-bottom:1.5rem}.about-hero-text p{font-size:1.7rem;color:#475569;line-height:1.7}.about-hero-img{flex:1 1 460px;text-align:center}.about-hero-img img{max-width:480px;width:100%;border-radius:12px}.about-capabilities{background:#f9fafb;padding:6rem 2rem;text-align:center}.about-capabilities h2{font-size:3rem;margin-bottom:4rem;color:#0f172a}.capability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;max-width:1100px;margin:auto}.capability-card{background:#fff;padding:2.8rem;border-radius:1rem;box-shadow:0 8px 24px #0000000a;transition:transform .3s ease}.capability-card:hover{transform:translateY(-6px)}.capability-card .icon{font-size:2.8rem;color:#3b82f6;margin-bottom:1.4rem}.capability-card h4{font-size:1.8rem;color:#1e3a8a;margin-bottom:1rem}.capability-card p{font-size:1.5rem;color:#475569}.about-metrics{background:#e0f2fe;padding:6rem 2rem;text-align:center}.about-metrics h2{font-size:2.8rem;color:#0f172a;margin-bottom:4rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:980px;margin:auto}.metrics-grid h3{font-size:3rem;color:#10b981;margin-bottom:.5rem}.metrics-grid p{font-size:1.4rem;color:#334155}.about-vision{padding:6rem 2rem;background:#fff;text-align:center;max-width:900px;margin:auto}.about-vision h2{font-size:2.6rem;color:#1d4ed8;margin-bottom:1.2rem}.about-vision p{font-size:1.6rem;color:#475569;line-height:1.8;margin-bottom:3rem}@media (max-width: 768px){.about-hero{text-align:center}.about-hero-text h1{font-size:2.6rem}.metrics-grid h3{font-size:2.2rem}}.contact-section{max-width:1400px;margin:0 auto;padding:6rem 2rem;font-family:Inter,sans-serif}.contact-header{text-align:center;margin-bottom:5rem}.contact-header h1{font-size:3.2rem;color:#0f172a;font-weight:800;margin-bottom:1.5rem}.contact-header p{max-width:800px;margin:0 auto;color:#334155;font-size:1.6rem;line-height:1.7}.contact-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-bottom:4rem}.contact-info-box,.contact-form-box{flex:1 1 480px;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 6px 30px #0000000f;border:1px solid #e2e8f0}.contact-info-box h2,.contact-form-box h2{font-size:2rem;color:#1d4ed8;margin-bottom:1.8rem}.contact-info-box ul{list-style:none;padding:0}.contact-info-box li{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem;font-size:1.5rem;color:#475569}.contact-info-box span{font-weight:600;width:90px}.contact-info-box a{color:#3b82f6;text-decoration:none;font-weight:500}.contact-info-box a:hover{text-decoration:underline}.contact-form-box form{display:flex;flex-direction:column;gap:1.4rem}.contact-form-box input,.contact-form-box textarea{border:1px solid #cbd5e1;border-radius:8px;padding:1.4rem;font-size:1.5rem}.contact-form-box input:focus,.contact-form-box textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.contact-form-box button{background-color:#3b82f6;color:#fff;padding:1.4rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1.6rem;cursor:pointer;transition:background .3s ease}.contact-form-box button:hover{background-color:#2563eb}.partnership-cta{background:#f1f5f9;border-left:5px solid #3b82f6;padding:3rem;margin:4rem auto;max-width:900px;text-align:center;border-radius:12px}.partnership-cta h3{color:#1e293b;font-size:2rem;margin-bottom:1rem}.partnership-cta p{font-size:1.5rem;color:#475569}.partnership-cta a{color:#3b82f6;text-decoration:none;font-weight:600}.partnership-cta a:hover{text-decoration:underline}.contact-map{overflow:hidden;border-radius:12px;box-shadow:0 6px 24px #0000001a}.contact-map iframe{width:100%;height:400px;border:none}@media (max-width: 768px){.contact-header h1{font-size:2.4rem}.contact-grid{flex-direction:column}.contact-form-box,.contact-info-box{flex:1 1 100%}.contact-map iframe{height:300px}}.privacy-policy-header h2{font-size:32px;font-weight:800;color:#1d4ed8;margin-bottom:10px}.privacy-policy-content h3{font-size:20px;color:#1e293b;margin-bottom:10px;margin-top:30px}.privacy-policy-content p{font-size:15.5px;color:#475569;line-height:1.7;margin-bottom:16px}.policy-wrapper{padding:20px 24px;background-color:#f9fafe;font-family:Segoe UI,sans-serif;color:#1e293b}.policy-header{text-align:center;max-width:1200px;margin:0 auto 60px}.policy-header h1{font-size:36px;color:#1d4ed8;margin-bottom:16px}.policy-header p{font-size:16px;color:#475569}.policy-content{max-width:1200px;margin:0 auto}.policy-section{margin-bottom:40px}.policy-section h2{font-size:22px;color:#0f172a;margin-bottom:10px}.policy-section p{font-size:15.5px;color:#4b5563;line-height:1.7}.policy-section ul{list-style:disc;margin-left:20px;padding-left:0;color:#4b5563}.policy-section ul li{margin-bottom:10px;font-size:15.5px}.policy-section a{color:#3b82f6;text-decoration:none;font-weight:500}.policy-section a:hover{text-decoration:underline}@media (max-width: 768px){.policy-wrapper{padding:40px 16px}.policy-header h1{font-size:28px}.policy-section h2{font-size:19px}}.privacy-policy{max-width:1200px;margin:0 auto;padding:20px 24px;font-family:Segoe UI,sans-serif;color:#0f172a;background-color:#fff}.privacy-policy-header{text-align:center;margin-bottom:40px}.privacy-policy-header h2{font-size:32px;font-weight:800;color:#1d4ed8}.privacy-policy-content h3{font-size:20px;margin-top:32px;margin-bottom:10px;color:#1e293b}.privacy-policy-content p{font-size:15.5px;color:#475569;line-height:1.7;margin-bottom:18px}.privacy-policy-content strong{color:#0f172a;font-weight:600}.privacy-policy-content a{color:#1d4ed8;text-decoration:none;font-weight:500}.privacy-policy-content a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-policy{padding:40px 20px}.privacy-policy-header h2{font-size:26px}.privacy-policy-content h3{font-size:18px}.privacy-policy-content p{font-size:15px}}.sub-footer-glass{background:radial-gradient(ellipse at center,#1e293b,#0f172a);padding:6rem 2rem;text-align:center;font-family:Inter,sans-serif;position:relative;overflow:hidden;z-index:1;border-top:4px solid #0ea5e9}.sub-footer-glass:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:120%;height:120%;background:linear-gradient(120deg,#0ea5e926,#6366f11f);filter:blur(100px);z-index:0}.sub-footer-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;color:#f8fafc}.sub-footer-inner h3{font-size:3rem;font-weight:800;margin-bottom:1.6rem;line-height:1.3;color:#e2e8f0}.sub-footer-inner p{font-size:1.6rem;color:#cbd5e1;margin-bottom:3rem;line-height:1.8}.sub-footer-cta{display:inline-block;background:#0ea5e9;color:#0f172a;font-size:1.5rem;font-weight:700;padding:1.2rem 2.8rem;border-radius:999px;text-decoration:none;transition:background .3s ease,transform .3s ease;box-shadow:0 8px 24px #0ea5e940}.sub-footer-cta:hover{background:#0284c7;transform:translateY(-3px)}@media (max-width: 768px){.sub-footer-inner h3{font-size:2.4rem}.sub-footer-inner p{font-size:1.4rem}.sub-footer-cta{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;font-family:Poppins,sans-serif}:root{--primary-color: #0072ce;--secondary-color: #f43f5e;--accent-color: #63b400;--ternary-color: #ffe0e6;--light-bg: #f9fbfd;--medium-bg: #e8f1fb;--dark-bg: #0b2d4a;--text-dark: #0c1d2c;--text-light: #ffffff;--font-family-main: "Segoe UI", sans-serif;--shadow-soft: 0 4px 10px rgba(0, 0, 0, .08)}@keyframes slideUpFade{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.animated-up{animation:slideUpFade .8s ease forwards;opacity:0}.delay-0{animation-delay:.25s}.delay-1{animation-delay:.5s}.delay-2{animation-delay:.75s}.delay-3{animation-delay:1s}
