@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--navy:#0a1f63;--navy-deep:#12307d;--gold:#f5b800;--green:#2fa84f;--green-tag:#16a34a;--text-muted:#6b7280}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.grid.reveal.visible>*,.why-right.reveal.visible>*,.testimonial-grid.reveal.visible>*,.process-steps.reveal.visible>*{opacity:0;animation:.6s forwards fadeSlideUp}.grid.reveal.visible>:first-child,.why-right.reveal.visible>:first-child,.testimonial-grid.reveal.visible>:first-child,.process-steps.reveal.visible>:first-child{animation-delay:0s}.grid.reveal.visible>:nth-child(2),.why-right.reveal.visible>:nth-child(2),.testimonial-grid.reveal.visible>:nth-child(2),.process-steps.reveal.visible>:nth-child(2){animation-delay:80ms}.grid.reveal.visible>:nth-child(3),.why-right.reveal.visible>:nth-child(3),.testimonial-grid.reveal.visible>:nth-child(3),.process-steps.reveal.visible>:nth-child(3){animation-delay:.16s}.grid.reveal.visible>:nth-child(4),.why-right.reveal.visible>:nth-child(4),.process-steps.reveal.visible>:nth-child(4){animation-delay:.24s}.grid.reveal.visible>:nth-child(5){animation-delay:.32s}.grid.reveal.visible>:nth-child(6){animation-delay:.4s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.grid.reveal.visible>*,.why-right.reveal.visible>*,.testimonial-grid.reveal.visible>*,.process-steps.reveal.visible>*{opacity:1;animation:none}.reveal{opacity:1;transition:none;transform:none}}*{box-sizing:border-box;overflow-wrap:break-word;margin:0;padding:0;font-family:Poppins,Segoe UI,sans-serif}html,body{scroll-behavior:smooth;width:100%;height:auto;overflow-x:hidden}body{color:#0a1f63;background:linear-gradient(#f7fbff 0%,#eef7ff 45%,#f8fcff 100%);margin:0;padding:0;font-family:Poppins,sans-serif}.section{padding:70px 8%}.title{text-align:center;color:#0a1f63;margin-bottom:30px;font-size:38px;font-weight:800;line-height:1.2}@media (width<=600px){.title{font-size:28px}}.grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.card{-webkit-backdrop-filter:blur(12px);text-align:left;background:#ffffffbf;border:1px solid #ffffff4d;border-radius:42px 14px;padding:30px;transition:all .4s cubic-bezier(.22,.9,.32,1);box-shadow:0 4px 14px #0a2a6a0f,0 14px 34px #0a2a6a0f}.card:hover{border-color:#2fa84f;transform:translateY(-10px);box-shadow:0 10px 20px #0a2a6a14,0 30px 60px #0a2a6a29}.icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:18px;font-size:24px;display:flex}.grid .card:nth-child(6n+1) .icon{color:#2fa84f;background:#e8f5ee}.grid .card:nth-child(6n+2) .icon{color:#f5b800;background:#fff3d6}.grid .card:nth-child(6n+3) .icon{color:#0a66d9;background:#e3edff}.grid .card:nth-child(6n+4) .icon{color:#e05252;background:#fdeaea}.grid .card:nth-child(6n+5) .icon{color:#2fa84f;background:#e8f5ee}.grid .card:nth-child(6n+6) .icon{color:#f5b800;background:#fff3d6}.about{text-align:center;padding:80px 8%}.about-icon{color:#fff;background:linear-gradient(135deg,#0a1f63,#2fa84f);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:26px;display:flex;box-shadow:0 12px 30px #0a2a6a33}.about h2{color:#0a1f63;margin-bottom:14px;font-size:clamp(22px,3vw,30px)}@media (width<=480px){.about{padding:60px 6%}.about p{font-size:15px}}.about p{color:#6b7280;max-width:700px;margin:auto;line-height:1.8}.process-section{background:#f8fcff;padding:90px 8%}.process-steps{justify-content:center;align-items:flex-start;gap:0;max-width:1200px;margin:0 auto;display:flex}.process-step{text-align:center;flex:1;max-width:260px;position:relative}.process-step-number{background:var(--gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin:0 auto 14px;font-size:14px;font-weight:800;display:flex}.process-icon{background:linear-gradient(135deg, var(--navy), var(--navy-deep));color:#fff;border-radius:20px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 18px;font-size:26px;display:flex;box-shadow:0 14px 30px #0a1f6333}.process-step h3{color:var(--navy);margin-bottom:10px;font-size:18px}.process-step p{color:var(--text-muted);font-size:14.5px;line-height:1.7}.process-connector{background:repeating-linear-gradient(90deg,#d8e0f5 0 8px,#0000 8px 14px);flex:0 0 60px;height:2px;margin-top:34px}@media (width<=900px){.process-section{padding:60px 6%}.process-steps{flex-direction:column;align-items:center;gap:36px}.process-step{max-width:340px}.process-connector{display:none}}.stats{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:40px;display:grid}.stats div{text-align:center;background:#fff;border-radius:10px;padding:15px;box-shadow:0 2px 10px #0000000d}.stats h3{color:#16a34a}.contact{text-align:center;padding:70px 8%}.contact-box{flex-direction:column;gap:12px;max-width:500px;margin:auto;display:flex}.contact-box input,.contact-box textarea{border:1px solid #ddd;border-radius:8px;padding:12px}.contact-box button{color:#fff;background:#0a1f63;border:none;border-radius:8px;padding:12px}.whatsapp-container{z-index:9999;align-items:center;display:flex;position:fixed;bottom:25px;right:25px}.whatsapp-float{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:26px;text-decoration:none;display:flex;box-shadow:0 10px 25px #0003}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-tooltip{color:#fff;opacity:0;white-space:nowrap;pointer-events:none;background:#111827;border-radius:6px;margin-right:10px;padding:6px 10px;font-size:13px;transition:all .3s;transform:translate(10px)}.whatsapp-container:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}@media (width<=600px){.card{-webkit-backdrop-filter:none;background:#ffffffeb}}@media (width<=900px){.grid{grid-template-columns:repeat(2,1fr);gap:24px}.stats{grid-template-columns:1fr 1fr}.hero h1{font-size:28px}}@media (width<=600px){.grid{grid-template-columns:1fr}.section{padding:50px 6%}}.contact-info{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 25px #00000014}.contact-info h3{color:#0a1f63;margin-bottom:25px;font-size:28px}.info-item{background:#f8fbfd;border-radius:12px;align-items:center;gap:18px;margin-bottom:15px;padding:18px;transition:all .3s;display:flex}.info-item:hover{background:#eef7ff;transform:translate(5px)}.info-item span{font-size:28px}.info-item h4{color:#0a1f63;margin-bottom:4px}.info-item p{color:#666;margin:0}.why-us{content-visibility:auto;contain-intrinsic-size:1px 700px;background:#fff;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:90px 8%;display:grid}.section-tag{color:#16a34a;letter-spacing:2px;font-size:14px;font-weight:700}.why-left h2{color:#0a1f63;margin:15px 0;font-size:clamp(26px,4vw,48px)}.why-left p{color:#6b7280;margin-bottom:30px;line-height:1.8}.why-right{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.why-card{background:#f8fbff;border:1px solid #0a2a6a0d;border-radius:36px 14px;padding:28px;transition:all .3s;box-shadow:0 10px 30px #0a2a6a0f}.why-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0a2a6a1f}.why-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;font-size:22px;display:flex}.why-right .why-card:first-child .why-icon{color:#f5b800;background:#fff3d6}.why-right .why-card:nth-child(2) .why-icon{color:#0a66d9;background:#e3edff}.why-right .why-card:nth-child(3) .why-icon{color:#2fa84f;background:#e8f5ee}.why-right .why-card:nth-child(4) .why-icon{color:#e05252;background:#fdeaea}.why-card h3{color:#0a1f63;margin-bottom:10px;font-size:18px}.why-card p{color:#6b7280;font-size:15px;line-height:1.6}@media (width<=900px){.why-us{grid-template-columns:1fr;gap:40px;padding:70px 6%}.why-right{grid-template-columns:1fr 1fr}}@media (width<=480px){.why-right{grid-template-columns:1fr}.why-left .primary-btn{justify-content:center;width:100%}}.testimonials{content-visibility:auto;contain-intrinsic-size:1px 800px;background:#f8fbff;padding:100px 8%}.section-header h2{color:#0a1f63;margin-top:10px;font-size:clamp(24px,4vw,42px)}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.testimonial-card{background:#fff;border:1px solid #0a2a6a0d;border-top:4px solid #2fa84f;border-radius:38px 14px;flex-direction:column;padding:32px;transition:all .3s;display:flex;box-shadow:0 12px 30px #0a2a6a14}.testimonial-card:nth-child(2){border-top-color:#f5b800}.testimonial-card:nth-child(3){border-top-color:#0a66d9}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0a2a6a24}.quote-icon{color:#2fa84f;margin-bottom:6px;font-size:26px}.testimonial-card:nth-child(2) .quote-icon{color:#f5b800}.testimonial-card:nth-child(3) .quote-icon{color:#0a66d9}.testimonial-stars{color:#f5b800;gap:4px;margin-bottom:14px;font-size:13px;display:flex}.testimonial-card p{color:#475569;flex:1;margin-bottom:24px;line-height:1.8}.testimonial-author{border-top:1px solid #eef2f7;align-items:center;gap:14px;padding-top:18px;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#0a1f63,#2fa84f);border-radius:50%;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;font-size:15px;font-weight:700;display:flex}.testimonial-card h4{color:#0a1f63;margin-bottom:3px;font-size:15px}.testimonial-card span{color:#64748b;font-size:13px}@media (width<=900px){.testimonials{padding:70px 6%}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.testimonial-grid{grid-template-columns:1fr}}.doctor-image{object-fit:cover;border-radius:30px;width:100%;max-width:500px;box-shadow:0 20px 40px #0000001f}.contact-info{margin-top:50px}.contact-info h3{text-align:center;color:#0a1f63;margin-bottom:30px;font-size:32px}.contact-section{background:linear-gradient(135deg,#f8fcff,#eef7ff,#f6fff8);padding:100px 8%}.contact-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.info-card{text-align:center;color:inherit;cursor:pointer;background:#fff;border:1px solid #0a2a6a0f;border-top:none;border-radius:34px 14px;padding:40px 26px;text-decoration:none;transition:all .35s cubic-bezier(.22,.9,.32,1);display:block;position:relative;overflow:hidden;box-shadow:0 10px 26px #0a2a6a0f}.info-card:before{content:"";opacity:.9;background:currentColor;height:4px;position:absolute;top:0;left:0;right:0}.info-card:hover{border-color:#0a2a6a1a;transform:translateY(-10px);box-shadow:0 24px 48px #0a2a6a24}.info-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:24px;transition:transform .35s;display:flex}.info-card:hover .info-icon{transform:scale(1.1)rotate(-6deg)}.info-icon.icon-green{color:#2fa84f;background:#e8f5ee}.info-icon.icon-gold{color:#f5b800;background:#fff3d6}.info-icon.icon-blue{color:#0a66d9;background:#e3edff}.info-icon.icon-red{color:#e05252;background:#fdeaea}.contact-grid .info-card:first-child{color:#2fa84f}.contact-grid .info-card:nth-child(2){color:#f5b800}.contact-grid .info-card:nth-child(3){color:#0a66d9}.contact-grid .info-card:nth-child(4){color:#e05252}.contact-grid .info-card:first-child:hover{background:#f6fdf9}.contact-grid .info-card:nth-child(2):hover{background:#fffcf3}.contact-grid .info-card:nth-child(3):hover{background:#f4f8ff}.contact-grid .info-card:nth-child(4):hover{background:#fef7f7}.info-card h4{color:#0a1f63;margin-bottom:10px;font-size:19px;font-weight:700}.info-card p{color:#6b7280;overflow-wrap:break-word;word-break:break-word;font-size:15px;line-height:1.5}@media (width<=1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.contact-grid{grid-template-columns:1fr}.contact-section{padding:70px 6%}}.services-section{background:#f8fcff}.section-header{text-align:center;margin-bottom:60px}.section-tag{color:#16a34a;letter-spacing:1px;background:#16a34a1f;border-radius:50px;margin-bottom:18px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.section-subtitle{color:#6b7280;max-width:700px;margin:15px auto 0;font-size:clamp(15px,2vw,18px);line-height:1.8}.services-section .title{color:#0a1f63;font-size:clamp(24px,4vw,42px)}@media (width<=480px){.section{padding:50px 6%}.section-header{margin-bottom:36px}}.achievements{content-visibility:auto;contain-intrinsic-size:1px 400px;background:linear-gradient(135deg,#0a1f63,#12307d);grid-template-columns:repeat(4,1fr);gap:25px;padding:80px 8%;display:grid}.achievement-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:35px}.achievement-card h2{color:#16a34a;margin-bottom:10px;font-size:clamp(28px,4vw,42px)}.achievement-card p{color:#fff;font-size:16px}@media (width<=900px){.achievements{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.achievements{grid-template-columns:1fr;padding:60px 6%}}.floating-buttons{right:25px;bottom:calc(25px + env(safe-area-inset-bottom));z-index:999;flex-direction:column;gap:15px;display:flex;position:fixed}.float-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 10px 25px #0003}.float-btn:hover{transform:scale(1.1)}.whatsapp-btn{background:#25d366}.call-btn{background:#0a1f63}@media (width<=480px){.floating-buttons{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));gap:12px}.float-btn{width:50px;height:50px;font-size:22px}}.faq-section{content-visibility:auto;contain-intrinsic-size:1px 900px;background:#f8fafc;padding:100px 8%}@media (width<=480px){.faq-section{padding:60px 6%}.faq-item{padding:20px}.faq-item h3{font-size:15.5px}}.faq-container{max-width:900px;margin:50px auto 0}.faq-item{cursor:pointer;background:#fff;border:1px solid #0a2a6a0d;border-left:4px solid #0000;border-radius:28px 12px;margin-bottom:18px;padding:25px 30px;transition:all .3s;box-shadow:0 8px 20px #0a2a6a0d}.faq-item:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0a2a6a1a}.faq-item.open{border-left-color:#f5b800}.faq-question{justify-content:space-between;align-items:center;gap:20px;display:flex}.faq-question svg{color:#f5b800;min-width:16px;font-size:15px}.faq-item h3{color:#0a1f63;margin:0;font-size:17px}.faq-item p{color:#64748b;margin-top:16px;line-height:1.7}.premium-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1f63 0%,#0e3a8a 60%,#2fa84f 100%);padding:100px 8%}.premium-cta-content{max-width:900px;margin:auto}.section-tag-light{letter-spacing:1px;background:#ffffff26;border-radius:50px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-block}.premium-cta h2{margin:25px 0;font-size:clamp(26px,5vw,52px);line-height:1.2}.premium-cta p{color:#ffffffd9;max-width:700px;margin:auto;line-height:1.8}.cta-buttons{justify-content:center;gap:20px;margin-top:35px;display:flex}.cta-primary{color:#0a1f63;cursor:pointer;cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:10px;padding:15px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-secondary{color:#fff;cursor:pointer;cursor:pointer;background:0 0;border:2px solid #fff9;border-radius:50px;align-items:center;gap:10px;padding:13px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-primary:hover{color:#fff;background:#f5b800;transform:translateY(-3px)}.cta-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-3px)}@media (width<=900px){.premium-cta{padding:70px 6%}.cta-buttons{flex-direction:column;align-items:center}}@media (width<=480px){.cta-primary,.cta-secondary{justify-content:center;width:100%}}.navbar{z-index:1000;background:#fff;border-bottom:3px solid #f5b800;justify-content:space-between;align-items:center;padding:15px 8%;transition:box-shadow .3s,padding .3s;display:flex;position:sticky;top:0;box-shadow:0 8px 25px #0000000f}.navbar.scrolled{padding:10px 8%;box-shadow:0 12px 35px #0a2a6a24}.nav-left{align-items:center;gap:12px;display:flex}.logo{object-fit:contain;width:55px;height:55px}.brand-container{flex-direction:column;display:flex}.brand{color:#0a1f63;margin:0;font-size:26px;font-weight:800}.brand-highlight{color:#f5b800}.brand-tagline{color:#8a94a6;letter-spacing:2px;text-transform:uppercase;font-size:11px;font-weight:600}.nav-links{align-items:center;gap:38px;margin-left:40px;margin-right:30px;display:flex}@media (width>=901px) and (width<=1100px){.nav-links{gap:22px;margin-left:20px;margin-right:16px}.nav-outline-btn{padding:11px 18px}.nav-btn{padding:13px 20px}}.nav-links a{color:#3b4457;align-items:center;gap:6px;padding-bottom:6px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.nav-links a:hover{color:#2fa84f}.nav-links a.active{color:#f5b800;border-bottom:2px solid #f5b800}.nav-dropdown-icon{margin-top:2px;font-size:11px}.nav-actions{gap:15px;display:flex}.nav-outline-btn{color:#2fa84f;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #2fa84f;border-radius:50px;padding:11px 26px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.nav-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#f5b800;border:none;border-radius:50px;padding:13px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 20px #f5b80059}.nav-btn:hover,.nav-outline-btn:hover{transform:translateY(-2px)}.nav-toggle{color:#0a1f63;cursor:pointer;z-index:1401;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:10px;font-size:24px;display:none}.nav-actions-mobile,.nav-overlay{display:none}@media (width<=900px){.navbar{flex-wrap:wrap;padding:14px 5%}.nav-toggle{justify-content:center;align-items:center;display:flex}.nav-actions{display:none}.nav-links{z-index:1400;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;width:78%;max-width:320px;height:100vh;margin-left:0;margin-right:0;padding:100px 30px 40px;transition:right .35s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 40px #0a2a6a26}.nav-links.open{right:0}.nav-links a{border-bottom:1px solid #0a2a6a0f;width:100%;padding:14px 0;font-size:16px}.nav-links a.active{border-bottom:1px solid #f5b800}.nav-actions-mobile{flex-direction:column;gap:14px;width:100%;margin-top:24px;display:flex}.nav-actions-mobile .nav-outline-btn,.nav-actions-mobile .nav-btn{text-align:center;width:100%;text-decoration:none;display:block}.nav-overlay{z-index:1350;background:#081b4b73;display:block;position:fixed;inset:0}}@media (width<=480px){.logo{width:44px;height:44px}.brand{font-size:20px}.brand-tagline{font-size:9px}.nav-links{width:88%}}@media (width<=900px){body.nav-menu-open .chatbot-widget{opacity:0;pointer-events:none;transition:opacity .2s}}.hero{background:#f7fbff;padding:70px 8% 0;overflow:hidden}.hero-content{justify-content:space-between;align-items:center;gap:60px;display:flex}.hero-left{flex:1}.hero-badge{color:#2fa84f;background:#e8f5ee;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.hero-title{margin-bottom:22px;font-size:clamp(28px,6vw,58px);font-weight:800;line-height:1.12}.hero-title span{display:block}.hero-title .line-navy{color:#0a1f63}.hero-title .line-green{color:#2fa84f}.hero-description{color:#5b6577;max-width:560px;margin-bottom:34px;font-size:17px;line-height:1.8}.hero-buttons{gap:18px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#f5b800;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 30px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 12px 25px #f5b80059}.primary-btn:hover{transform:translateY(-3px)}.secondary-btn{color:#2fa84f;cursor:pointer;background:#fff;border:2px solid #2fa84f;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #2fa84f26}.secondary-btn:hover{color:#fff;background:#2fa84f;transform:translateY(-3px);box-shadow:0 14px 28px #2fa84f47}.hero-right{flex:1;justify-content:center;display:flex}.hero-visual{justify-content:center;width:100%;max-width:460px;display:flex;position:relative}.hero-circle-bg{z-index:0;background:radial-gradient(circle,#eaf3ff 0%,#eaf3ff00 70%);border-radius:50%;width:84%;height:84%;position:absolute;top:8%;left:8%}.hero-arc{z-index:1;pointer-events:none;width:60%;height:60%;position:absolute;top:-6%;left:-8%}.hero-dots{z-index:1;opacity:.6;background-image:radial-gradient(#2fa84f 2px,#0000 2px);background-size:16px 16px;width:70px;height:55px;position:absolute;top:12%;left:-2%}.hero-image{z-index:2;object-fit:cover;border-radius:180px 180px 24px 24px;width:100%;max-width:340px;position:relative;box-shadow:0 25px 50px #0a2a6a2e}.float-card{z-index:3;color:#0a1f63;white-space:nowrap;background:#fff;border-radius:18px;align-items:center;gap:12px;padding:14px 18px;font-size:14px;font-weight:700;line-height:1.3;display:flex;position:absolute;box-shadow:0 15px 35px #0a2a6a24}.float-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:18px;display:flex}.float-icon.orange{color:#f5b800;background:#fff3d6}.float-icon.green{color:#2fa84f;background:#e8f5ee}.float-icon.navy{color:#fff;background:#0a1f63;border-radius:50%}.float-card-left{top:38%;left:-8%}.float-card-top-right{top:8%;right:-6%}.float-card-bottom-right{bottom:10%;right:-4%}@media (width<=900px){.hero{padding:50px 6% 0}.hero-content{text-align:center;flex-direction:column}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-visual{margin-top:50px}.float-card{display:none}}@media (width<=480px){.hero-description{font-size:15.5px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{justify-content:center;width:100%}.hero-image{max-width:260px}.primary-btn,.secondary-btn{justify-content:center;width:100%}}.hero-stats-section{padding:60px 8% 0}.stats-bar{background:#fff;border-radius:28px;grid-template-columns:repeat(4,1fr);gap:20px;padding:40px 30px;display:grid;box-shadow:0 20px 50px #0a2a6a1a}.stat-item{justify-content:center;align-items:center;gap:16px;display:flex}.stat-icon{border-radius:50%;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;font-size:22px;display:flex}.stat-icon.green-bg{color:#2fa84f;background:#e8f5ee}.stat-icon.orange-bg{color:#f5b800;background:#fff3d6}.stat-icon.blue-bg{color:#0a66d9;background:#e3edff}.stat-item h2{margin-bottom:4px;font-size:32px}.stat-item p{color:#64748b;font-size:14px}.stat-green h2{color:#2fa84f}.stat-orange h2{color:#f5b800}.stat-blue h2{color:#0a66d9}@media (width<=900px){.stats-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.hero-stats-section{padding:40px 6% 0}.stats-bar{grid-template-columns:1fr;gap:24px;padding:28px 22px}.stat-item{justify-content:flex-start}}.card h3{color:#0a1f63;margin-bottom:12px;font-size:22px}.card p{color:#64748b;line-height:1.7}.partners-section{text-align:center;background:linear-gradient(135deg,#f8fcff,#eef7ff,#f6fff8);padding:90px 8%}.partners-section h2{color:#0a1f63;margin-top:15px;margin-bottom:45px;font-size:32px}.partners-slider{grid-template-columns:repeat(6,1fr);gap:22px;display:grid}.partner-logo{color:#0a1f63;background:#fff;border:1px solid #0a2a6a0f;border-top:4px solid #0000;border-radius:30px 12px;flex-direction:column;align-items:center;gap:14px;padding:34px 18px;font-size:15px;font-weight:700;line-height:1.4;transition:all .35s;display:flex;box-shadow:0 15px 40px #0a2a6a14}.partner-icon{border-radius:15px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;font-size:22px;display:flex}.partner-logo:nth-child(6n+1) .partner-icon{color:#2fa84f;background:#e8f5ee}.partner-logo:nth-child(6n+2) .partner-icon{color:#f5b800;background:#fff3d6}.partner-logo:nth-child(6n+3) .partner-icon{color:#0a66d9;background:#e3edff}.partner-logo:nth-child(6n+4) .partner-icon{color:#e05252;background:#fdeaea}.partner-logo:nth-child(6n+5) .partner-icon{color:#2fa84f;background:#e8f5ee}.partner-logo:nth-child(6n+6) .partner-icon{color:#f5b800;background:#fff3d6}.partner-logo:nth-child(6n+1):hover{border-top-color:#2fa84f}.partner-logo:nth-child(6n+2):hover{border-top-color:#f5b800}.partner-logo:nth-child(6n+3):hover{border-top-color:#0a66d9}.partner-logo:nth-child(6n+4):hover{border-top-color:#e05252}.partner-logo:nth-child(6n+5):hover{border-top-color:#2fa84f}.partner-logo:nth-child(6n+6):hover{border-top-color:#f5b800}.partner-logo:hover{transform:translateY(-10px);box-shadow:0 20px 45px #0a2a6a26}@media (width<=1200px){.partners-slider{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.partners-slider{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.partners-section{padding:60px 6%}.partners-slider{grid-template-columns:1fr}}.dashboard-section{background:radial-gradient(circle at 15% 20%,#2fa84f0f,#0000 40%),radial-gradient(circle at 85% 80%,#f5b80014,#0000 40%),#fff;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:100px 8%;display:grid}.dashboard-left h2{color:#0a1f63;margin:20px 0;font-size:clamp(28px,4vw,48px)}.dashboard-left p{color:#64748b;line-height:1.8}.dashboard-features{margin-top:30px;padding:0;list-style:none}.dashboard-features li{color:#0a1f63;align-items:center;gap:12px;margin-bottom:16px;font-weight:600;display:flex}.check-icon{color:#2fa84f;min-width:19px;font-size:19px}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 35px 70px #0a2a6a29}.dashboard-chrome{background:#eef2f7;gap:8px;padding:14px 20px;display:flex}.chrome-dot{border-radius:50%;width:12px;height:12px}.chrome-dot.red{background:#f45f5f}.chrome-dot.yellow{background:#f5b800}.chrome-dot.green{background:#2fa84f}.dashboard-body{padding:30px}.dashboard-header{color:#0a1f63;justify-content:space-between;align-items:center;margin-bottom:30px;font-size:22px;font-weight:700;display:flex}.live-badge{color:#2fa84f;background:#e8f5ee;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.live-dot{background:#2fa84f;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #2fa84f80}70%{box-shadow:0 0 0 6px #2fa84f00}to{box-shadow:0 0 #2fa84f00}}.dashboard-stats{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dashboard-stat{text-align:center;border:1px solid #0000;border-radius:16px;padding:16px 12px}.dashboard-stat.blue{background:#e3edff}.dashboard-stat.gold{background:#fff3d6}.dashboard-stat.green{background:#e8f5ee}.dashboard-stat-icon{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 10px;font-size:15px;display:flex}.dashboard-stat.blue .dashboard-stat-icon{background:#0a66d9}.dashboard-stat.gold .dashboard-stat-icon{background:#f5b800}.dashboard-stat.green .dashboard-stat-icon{background:#2fa84f}.dashboard-stat h3{margin-bottom:2px;font-size:22px}.dashboard-stat.blue h3{color:#0a66d9}.dashboard-stat.gold h3{color:#c98a00}.dashboard-stat.green h3{color:#2fa84f}.dashboard-stat span{color:#64748b;font-size:12.5px;font-weight:600}.dashboard-chart{color:#fff;background:linear-gradient(135deg,#0a1f63,#2fa84f);border-radius:16px;justify-content:center;align-items:center;gap:12px;height:170px;margin-top:22px;font-size:20px;font-weight:700;display:flex}@media (width<=900px){.dashboard-section{grid-template-columns:1fr;gap:40px;padding:70px 6%}}@media (width<=480px){.dashboard-stats{grid-template-columns:1fr}.dashboard-body{padding:22px}}.footer{color:#fff;background:#081b4b;margin-top:0}.footer-top{grid-template-columns:2fr 1fr 1fr 2fr;gap:50px;padding:70px 8%;display:grid}.footer-brand h2{color:#f5b800;margin-bottom:15px}.footer-brand p{color:#cbd5e1;line-height:1.8}.footer-links h4,.footer-newsletter h4{color:#f5b800;margin-bottom:20px}.footer-links{flex-direction:column;display:flex}.footer-links a{color:#cbd5e1;margin-bottom:12px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#2fa84f}.social-icons{gap:15px;margin-top:20px;display:flex}.social-icons a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{color:#0a1f63;background:#f5b800;transform:translateY(-4px)}.newsletter-box{margin-top:20px;display:flex}.newsletter-box input{border:none;border-radius:10px 0 0 10px;outline:none;flex:1;min-width:0;padding:14px;font-family:Poppins,sans-serif;font-size:16px}.newsletter-box button{color:#fff;cursor:pointer;background:#2fa84f;border:none;border-radius:0 10px 10px 0;justify-content:center;align-items:center;min-width:110px;padding:14px 20px;display:flex}.newsletter-box button:disabled{opacity:.85;cursor:not-allowed}.btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.newsletter-success{color:#2fa84f;align-items:center;gap:8px;margin-top:10px;margin-bottom:10px;font-weight:600;display:flex}.view-newsletters-link{color:#f5b800;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.view-newsletters-link:hover{color:#ffd257;gap:12px}.footer-bottom{text-align:center;color:#7c8798;border-top:1px solid #ffffff1a;padding:20px}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:36px;padding:50px 6%}.newsletter-box{flex-direction:column;gap:10px}.newsletter-box input,.newsletter-box button{border-radius:10px}}@media (width<=360px){.navbar{padding:10px 4%}.hero{padding:40px 5% 0}.hero-badge{padding:8px 14px;font-size:12.5px}.hero-description{font-size:14.5px}.primary-btn,.secondary-btn,.cta-primary,.cta-secondary{padding-left:18px;padding-right:18px;font-size:14.5px}.section,.why-us,.testimonials,.faq-section,.dashboard-section,.premium-cta,.contact-section,.partners-section,.achievements{padding-left:5%;padding-right:5%}.info-card,.why-card,.testimonial-card,.newsletter-card{padding:22px 18px}}@media (height<=500px) and (orientation:landscape){.hero{padding:24px 6% 0}.hero-content{gap:24px}.hero-visual{max-width:220px;margin-top:20px}.float-card{display:none}.hero-stats-section{padding:24px 6% 0}.section,.why-us,.testimonials,.faq-section,.dashboard-section,.premium-cta,.contact-section,.partners-section,.achievements{padding-top:36px;padding-bottom:36px}}@media (width>=1600px){.hero-content,.why-us,.dashboard-section,.achievements,.partners-slider,.footer-top{max-width:1500px;margin-left:auto;margin-right:auto}.testimonial-grid{max-width:1300px;margin-left:auto;margin-right:auto}}.newsletters-hero{text-align:center;background:#f7fbff;padding:90px 8% 60px}.newsletters-hero h1{color:#0a1f63;margin:18px 0 14px;font-size:clamp(24px,4vw,44px)}.newsletters-hero p{color:#5b6577;max-width:600px;margin:0 auto;font-size:17px}.newsletters-list{background:#f7fbff;padding:20px 8% 100px}.newsletters-grid{grid-template-columns:repeat(3,1fr);gap:26px;max-width:1300px;margin:0 auto;display:grid}.newsletter-card{background:#fff;border:1px solid #0a2a6a0d;border-top:4px solid #2fa84f;border-radius:22px;flex-direction:column;padding:30px;transition:all .3s;display:flex;box-shadow:0 15px 35px #0a2a6a14}.newsletters-grid .newsletter-card:nth-child(3n+2){border-top-color:#f5b800}.newsletters-grid .newsletter-card:nth-child(3n+3){border-top-color:#0a66d9}.newsletter-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0a2a6a24}.newsletter-meta{justify-content:space-between;align-items:center;margin-bottom:16px;font-size:12px;font-weight:700;display:flex}.newsletter-tag{color:#2fa84f;background:#e8f5ee;border-radius:50px;align-items:center;gap:6px;padding:5px 12px;display:inline-flex}.newsletter-date{color:#7c8798;align-items:center;gap:6px;display:inline-flex}.newsletter-card h3{color:#0a1f63;margin-bottom:12px;font-size:19px;line-height:1.4}.newsletter-card p{color:#64748b;flex:1;margin-bottom:20px;font-size:14.5px;line-height:1.7}.newsletter-read{color:#0a1f63;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.newsletter-read:hover{color:#2fa84f;gap:12px}@media (width<=900px){.newsletters-grid{grid-template-columns:repeat(2,1fr)}.newsletters-hero{padding:70px 6% 40px}.newsletters-list{padding:20px 6% 70px}}@media (width<=480px){.newsletters-grid{grid-template-columns:1fr}.newsletter-card{padding:24px}}.reading-progress-track{z-index:1200;background:0 0;width:100%;height:4px;position:fixed;top:0;left:0}.reading-progress-bar{background:linear-gradient(90deg,#2fa84f,#f5b800);height:100%;transition:width .15s ease-out}.detail-hero{background:#f7fbff;max-width:900px;margin:0 auto;padding:70px 8% 40px}.detail-back-link{color:#0a1f63;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.detail-back-link:hover{color:#2fa84f;gap:12px}.detail-tag{margin-bottom:18px}.detail-hero h1{color:#0a1f63;margin-bottom:22px;font-size:clamp(24px,4vw,38px);line-height:1.3}.detail-meta{color:#64748b;border-bottom:1px solid #0a2a6a14;flex-wrap:wrap;gap:24px;padding-bottom:24px;font-size:14px;font-weight:600;display:flex}.detail-meta span{align-items:center;gap:8px;display:inline-flex}.detail-body{background:#f7fbff;padding:10px 8% 80px}.detail-content{max-width:900px;margin:0 auto}.detail-stats{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.detail-stat-card{text-align:center;background:#fff;border:1px solid #0a2a6a0d;border-top:4px solid #2fa84f;border-radius:18px;padding:26px 20px;box-shadow:0 12px 30px #0a2a6a14}.detail-stats .detail-stat-card:nth-child(2){border-top-color:#f5b800}.detail-stats .detail-stat-card:nth-child(3){border-top-color:#0a66d9}.detail-stat-card h3{color:#0a1f63;margin-bottom:6px;font-size:28px}.detail-stat-card p{color:#64748b;font-size:13px;font-weight:600}.detail-article{background:#fff;border:1px solid #0a2a6a0d;border-radius:22px;padding:44px;box-shadow:0 15px 35px #0a2a6a14}.detail-article p{color:#374151;margin-bottom:22px;font-size:16px;line-height:1.9}.detail-article p:last-child{margin-bottom:0}.detail-share{color:#0a1f63;align-items:center;gap:16px;margin-top:30px;font-size:14px;font-weight:700;display:flex}.detail-share .social-icons a{color:#0a1f63;background:#eef2f7;width:38px;height:38px}.detail-share .social-icons a:hover{color:#fff;background:#2fa84f}@media (width<=900px){.detail-hero{padding:60px 6% 30px}.detail-body{padding:10px 6% 60px}.detail-stats{grid-template-columns:1fr}.detail-article{padding:28px}.detail-meta{gap:14px}}@media (width<=480px){.detail-article{padding:20px}.detail-article p{font-size:15px}.detail-share{flex-wrap:wrap}}.chatbot-widget{left:25px;bottom:calc(25px + env(safe-area-inset-bottom));z-index:1200;font-family:Poppins,sans-serif;position:fixed}.chatbot-toggle{cursor:pointer;color:#fff;background:linear-gradient(135deg,#0a1f63,#0e3a8a);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 10px 25px #0a1f6359}.chatbot-toggle:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0a1f636b}.chatbot-toggle.is-open{background:linear-gradient(135deg,#12307d,#0a1f63)}.chatbot-pulse{opacity:.55;z-index:-1;background:#f5b800;border-radius:50%;animation:2.2s ease-out infinite chatbotPulse;position:absolute;inset:0}@keyframes chatbotPulse{0%{opacity:.5;transform:scale(1)}70%{opacity:0;transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}.chatbot-panel{background:#fff;border:1px solid #eef2fa;border-radius:18px;flex-direction:column;width:350px;max-width:calc(100vw - 32px);height:500px;max-height:70vh;animation:.22s chatbotOpen;display:flex;position:absolute;bottom:76px;left:0;overflow:hidden;box-shadow:0 20px 55px #0a1f6347}@keyframes chatbotOpen{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0a1f63 0%,#0e3a8a 60%,#2fa84f 100%);flex-shrink:0;align-items:center;gap:10px;padding:14px;display:flex}.chatbot-avatar{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.chatbot-header-text{flex:1;min-width:0}.chatbot-header-text h4{margin:0;font-size:15px;font-weight:600}.chatbot-header-text span{opacity:.9;align-items:center;gap:5px;font-size:11.5px;display:flex}.chatbot-online-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;display:inline-block}.chatbot-reset-btn,.chatbot-close-btn{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;transition:background .15s;display:flex}.chatbot-reset-btn:hover,.chatbot-close-btn:hover{background:#ffffff47}.chatbot-messages{background:#f8faff;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chatbot-msg{border-radius:14px;max-width:82%;padding:10px 13px;font-size:13.5px;line-height:1.5}.chatbot-msg.bot{color:#1e293b;background:#fff;border:1px solid #e7ecf7;border-bottom-left-radius:4px;align-self:flex-start}.chatbot-msg.user{background:var(--navy);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chatbot-typing{align-items:center;gap:4px;padding:13px 15px;display:flex}.chatbot-typing span{background:#9aa6c4;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite chatbotTypingDot;display:inline-block}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatbotTypingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chatbot-topics{border-top:1px solid #eef2fa;flex-wrap:wrap;flex-shrink:0;gap:6px;max-height:90px;padding:10px 12px;display:flex;overflow-y:auto}.chatbot-chip{color:#0a1f63;cursor:pointer;white-space:nowrap;background:#f4f7ff;border:1px solid #d8e0f5;border-radius:20px;padding:6px 10px;font-size:11.5px;font-weight:500;transition:background .15s,color .15s}.chatbot-chip:hover{color:#0a1f63;background:#f5b800;border-color:#f5b800}.chatbot-input-row{background:#fff;border-top:1px solid #eef2fa;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.chatbot-input-row input{border:1px solid #e2e8f0;border-radius:20px;outline:none;flex:1;padding:9px 14px;font-family:Poppins,sans-serif;font-size:13px}.chatbot-input-row input:focus{border-color:#0a1f63}.chatbot-send-btn{color:#fff;cursor:pointer;background:#2fa84f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;transition:background .15s;display:flex}.chatbot-send-btn:hover{background:#0a1f63}@media (width<=768px){.chatbot-panel{width:min(360px,100vw - 24px)}}@media (width<=600px){.chatbot-widget{left:14px;bottom:calc(14px + env(safe-area-inset-bottom))}.chatbot-toggle{width:54px;height:54px;font-size:22px}body.chatbot-open-mobile{overflow:hidden}.chatbot-panel{border:none;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;animation:.22s chatbotOpenMobile;position:fixed;inset:0}.chatbot-header{padding-top:calc(14px + env(safe-area-inset-top));border-radius:0}.chatbot-messages{padding:14px 14px calc(14px + env(safe-area-inset-bottom))}.chatbot-msg{max-width:88%;font-size:14.5px}.chatbot-topics{max-height:76px}.chatbot-chip{padding:7px 11px;font-size:12px}.chatbot-input-row{padding:10px 12px calc(10px + env(safe-area-inset-bottom))}.chatbot-input-row input{padding:11px 14px;font-size:16px}.chatbot-send-btn{width:40px;height:40px;font-size:15px}}@keyframes chatbotOpenMobile{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px) and (height<=480px) and (orientation:landscape){.chatbot-panel{border-radius:0;position:fixed;inset:0}.chatbot-topics{max-height:52px}.chatbot-messages{padding:8px 14px}}.partners-section,.services-section,.why-us,.testimonials,.faq-section,.contact-section{position:relative;overflow:hidden}.partners-section:before,.partners-section:after,.services-section:before,.services-section:after,.why-us:before,.why-us:after,.testimonials:before,.testimonials:after,.faq-section:before,.faq-section:after,.contact-section:before,.contact-section:after{content:"";z-index:-1;pointer-events:none;opacity:.16;background-repeat:no-repeat;background-size:contain;position:absolute}.partners-section:before,.why-us:before,.faq-section:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 64'%3E%3Crect x='3' y='3' width='144' height='58' rx='29' fill='none' stroke='%23167a34' stroke-width='6'/%3E%3Cline x1='75' y1='3' x2='75' y2='61' stroke='%23167a34' stroke-width='6'/%3E%3C/svg%3E");width:190px;height:82px}.partners-section:before{top:-24px;left:-36px;transform:rotate(-18deg)}.why-us:before{bottom:30px;left:-46px;transform:rotate(22deg)}.faq-section:before{top:40px;right:-42px;transform:rotate(-30deg)}.services-section:before,.testimonials:before,.contact-section:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='%23084a99' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='45' y='40' width='62' height='26' rx='5'/%3E%3Cline x1='107' y1='53' x2='135' y2='53'/%3E%3Cline x1='45' y1='40' x2='18' y2='13'/%3E%3Cline x1='45' y1='66' x2='18' y2='93'/%3E%3Cline x1='63' y1='28' x2='63' y2='40'/%3E%3Cline x1='76' y1='28' x2='76' y2='40'/%3E%3Cline x1='89' y1='28' x2='89' y2='40'/%3E%3C/g%3E%3C/svg%3E");width:190px;height:190px}.services-section:before{top:-30px;right:-30px;transform:rotate(15deg)}.testimonials:before{top:30px;left:-36px;transform:rotate(-10deg)}.contact-section:before{bottom:-24px;left:30px;transform:rotate(35deg)}.why-us:after,.faq-section:after,.contact-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 130'%3E%3Cg fill='none' stroke='%23b8860b' stroke-width='6'%3E%3Crect x='32' y='5' width='26' height='16' rx='3'/%3E%3Cpath d='M32 21 L32 38 L15 58 L15 118 Q15 123 20 123 L70 123 Q75 123 75 118 L75 58 L58 38 L58 21'/%3E%3Cline x1='15' y1='80' x2='75' y2='80'/%3E%3C/g%3E%3C/svg%3E");width:110px;height:158px}.why-us:after{top:-12px;right:46px;transform:rotate(-12deg)}.faq-section:after{bottom:-18px;left:56px;transform:rotate(16deg)}.contact-section:after{top:20px;right:-24px;transform:rotate(-20deg)}.partners-section:after,.services-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 70'%3E%3Cpath d='M0 35 L50 35 L65 10 L85 60 L100 20 L112 35 L220 35' fill='none' stroke='%23c0392b' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");width:220px;height:70px}.partners-section:after{bottom:-18px;right:-30px;transform:rotate(6deg)}.services-section:after{bottom:20px;left:-40px;transform:rotate(-6deg)}.testimonials:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Ccircle cx='40' cy='40' r='35' fill='none' stroke='%23167a34' stroke-width='5'/%3E%3Cline x1='40' y1='20' x2='40' y2='60' stroke='%23167a34' stroke-width='9' stroke-linecap='round'/%3E%3Cline x1='20' y1='40' x2='60' y2='40' stroke='%23167a34' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E");width:100px;height:100px;bottom:-14px;right:40px;transform:rotate(-10deg)}.faq-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 120'%3E%3Cg fill='none' stroke='%23084a99' stroke-width='6' stroke-linecap='round'%3E%3Cpath d='M22 8 Q22 42 42 55 Q60 66 60 84'/%3E%3Cpath d='M78 8 Q78 42 58 55'/%3E%3Ccircle cx='60' cy='95' r='16'/%3E%3Ccircle cx='22' cy='8' r='6'/%3E%3Ccircle cx='78' cy='8' r='6'/%3E%3C/g%3E%3C/svg%3E");width:118px;height:130px}.services-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 70'%3E%3Cpath d='M0 35 L50 35 L65 10 L85 60 L100 20 L112 35 L220 35' fill='none' stroke='%23c0392b' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 90'%3E%3Cg fill='none' stroke='%230A1F63' stroke-width='5' stroke-linejoin='round'%3E%3Crect x='5' y='5' width='50' height='80' rx='25'/%3E%3Cline x1='30' y1='5' x2='30' y2='40'/%3E%3C/g%3E%3C/svg%3E");background-position:0 0,100% 100%;background-repeat:no-repeat,no-repeat;background-size:220px 70px,46px 70px;width:260px;height:90px}@media (width<=640px){.partners-section:before,.partners-section:after,.services-section:before,.services-section:after,.why-us:before,.why-us:after,.testimonials:before,.testimonials:after,.faq-section:before,.faq-section:after,.contact-section:before,.contact-section:after{opacity:.1;transform:scale(.55)rotate(0)}}
