@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#ef4444;--primary-dark:#dc2626;--primary-light:#fca5a5;--secondary-color:#f87171;--accent-color:#ef4444;--red-accent:#ef4444;--red-dark:#dc2626;--red-light:#fca5a5;--dark-color:#0f172a;--light-color:#f1f5f9;--white:#fff;--text-dark:#1e293b;--text-light:#64748b;--gradient:linear-gradient(135deg,#ef4444,#f87171);--gradient-hover:linear-gradient(135deg,#dc2626,#ef4444);--gradient-red:linear-gradient(135deg,#ef4444,#fca5a5)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;color:var(--text-dark);font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;margin:0;overflow-x:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.loading{color:#ef4444;color:var(--primary-color);padding:4rem;text-align:center}.loading i{animation:spin 1s linear infinite;font-size:3rem}.btn{border:none;border-radius:10px;cursor:pointer;display:inline-block;font-size:1.05rem;font-weight:600;letter-spacing:.3px;padding:1rem 2.5rem;text-decoration:none;transition:all .25s ease}.btn-primary{background:#fff;background:var(--white);box-shadow:0 4px 16px #ffffff4d;color:#ef4444;color:var(--primary-color)}.btn-primary:hover{box-shadow:0 8px 24px #ffffff80;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ffffffe6;color:#fff;color:var(--white)}.btn-secondary:hover{background:#ffffff26;border-color:#fff;border-color:var(--white);transform:translateY(-2px)}.btn-gradient{background:linear-gradient(135deg,#ef4444,#f87171);background:var(--gradient);border-radius:8px;box-shadow:0 4px 12px #ef444440;color:#fff;color:var(--white);overflow:hidden;padding:.65rem 1.8rem;position:relative}.btn-gradient:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-gradient:hover:before{left:100%}.btn-gradient:hover{background:linear-gradient(135deg,#dc2626,#ef4444);background:var(--gradient-hover);box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}html{scroll-behavior:smooth}section{padding:0}.section-title{margin-bottom:2.5rem;text-align:center}.section-title h2{color:#1e293b;color:var(--text-dark);font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.section-title p{color:#64748b;color:var(--text-light);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:700px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;background:var(--light-color)}::-webkit-scrollbar-thumb{background:#ef4444;background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#dc2626;background:var(--primary-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(-20px)}}.text-center{text-align:center}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f87171);background:var(--gradient);-webkit-background-clip:text;background-clip:text}@media (max-width:768px){section{padding:3rem 0}.container{padding:0 15px}.btn{font-size:.95rem;padding:.75rem 1.5rem}.section-title{margin-bottom:2rem}.section-title h2{font-size:1.6rem}.section-title p{font-size:1rem}}.header{background:var(--white);border-bottom:1px solid #ef444414;box-shadow:0 2px 15px #00000014,0 1px 3px #ef44441a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{box-shadow:0 4px 20px #0000001a,0 2px 8px #ef444426}.header .container{padding-left:2rem;padding-right:2rem}.nav-content{justify-content:space-between;min-height:80px}.logo,.nav-content{align-items:center;display:flex}.logo{gap:12px;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo img{height:50px;transition:all .3s ease;width:auto}.nav-links{align-items:center;display:flex;gap:3rem;list-style:none;margin:0}.nav-links a{color:#333;font-size:1.1rem;font-weight:500;letter-spacing:.3px;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s ease}.nav-links a:hover{color:var(--primary-color)}.nav-links .btn-register{background:var(--gradient);border-radius:50px;box-shadow:0 4px 15px #ef444440;color:var(--white);font-size:1rem;font-weight:600;letter-spacing:.3px;padding:.7rem 1.8rem;transition:all .3s ease}.nav-links .btn-register:hover{box-shadow:0 6px 20px #ef444459;color:var(--white);transform:translateY(-2px)}.mobile-menu-toggle{background:none;border:none;color:var(--text-dark);cursor:pointer;display:none;font-size:1.5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.mobile-menu-toggle{display:block}.nav-links{background:var(--white);box-shadow:0 4px 20px #0000001a;display:none;flex-direction:column;gap:0;left:0;padding:1rem 0;position:absolute;right:0;top:100%}.nav-links.show{display:flex}.nav-links li{border-bottom:1px solid var(--light-color);text-align:center;width:100%}.nav-links a{display:block;padding:1rem;width:100%}.nav-links .btn-register{display:inline-block;margin:.5rem 1rem;text-align:center;width:calc(100% - 2rem)}.nav-links .btn-register:hover{transform:none}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.hero-carousel{margin-bottom:0;margin-top:80px;overflow:hidden;position:relative}.hero-swiper{height:600px;width:100%}.slide{align-items:center;background-position:50%;background-size:cover;display:flex;height:600px;justify-content:center;position:relative}.slide-overlay{background:#0000004d;inset:0;position:absolute}.slide-content{animation:fadeInUp .6s ease;color:var(--white);max-width:900px;padding:3rem 2rem;position:relative;text-align:center;z-index:10}.slide-content h1{font-size:3.8rem;font-weight:800;letter-spacing:-1.5px;line-height:1.15;margin-bottom:1.2rem;text-shadow:0 2px 20px #0003}.slide-content p{font-size:1.35rem;font-weight:400;line-height:1.7;margin-bottom:2.2rem;margin-left:auto;margin-right:auto;max-width:650px;opacity:.96}.cta-buttons{flex-wrap:wrap;gap:1.2rem;justify-content:center}.hero-swiper .swiper-pagination{bottom:30px!important}.hero-swiper .swiper-pagination-bullet{background:var(--white);height:10px;opacity:.5;transition:all .3s ease;width:10px}.hero-swiper .swiper-pagination-bullet-active{background:var(--white);border-radius:5px;opacity:1;width:28px}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;color:var(--white);height:48px;transition:all .25s ease;width:48px}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover{background:#ffffff40;transform:scale(1.05)}.hero-fallback,.hero-loading{align-items:center;background:#0000004d;display:flex;height:600px;justify-content:center;width:100%}.hero-fallback .hero-content{color:var(--white);padding:2rem;text-align:center}.hero-fallback h1{font-size:3rem;margin-bottom:1rem}@media (max-width:768px){.hero-fallback,.hero-loading,.hero-swiper,.slide{height:500px}.slide-content h1{font-size:2.2rem}.slide-content p{font-size:1.1rem}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{display:none}}.why-haazri{background:var(--light-color);padding:3rem 0 4rem}.problems-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.problem-card{background:var(--white);border-radius:12px;border-top:4px solid var(--red-accent);box-shadow:0 4px 12px #00000014;padding:1.5rem 1.25rem;text-align:center;transition:all .3s ease}.problem-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.problem-icon{filter:grayscale(.2);font-size:2.5rem;margin-bottom:1rem}.problem-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.problem-card p{color:var(--text-light);font-size:.95rem;line-height:1.5}.solution-statement{background:var(--gradient);border-radius:12px;box-shadow:0 8px 20px #ef444433;padding:2rem 1.5rem;text-align:center}.solution-statement p{color:var(--white);font-size:1.2rem;font-weight:600;line-height:1.5;margin:0}@media (max-width:768px){.why-haazri{padding:3rem 0}.problems-grid{gap:1rem;grid-template-columns:1fr}.problem-card{padding:1.25rem 1rem}.solution-statement{padding:1.5rem 1rem}.solution-statement p{font-size:1rem}}.how-it-works{background:var(--white);padding:8rem 0}.steps{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.step{position:relative;text-align:center}.step-number{align-items:center;background:var(--gradient-red);border-radius:50%;box-shadow:0 10px 25px #14b8a64d,0 5px 15px #ef444440;color:var(--white);display:flex;font-size:2rem;font-weight:800;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.step h3{color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:1rem}.step p{color:var(--text-light);line-height:1.8}@media (max-width:768px){.steps{gap:2rem;grid-template-columns:1fr}}.features{background:var(--light-color);padding:4rem 0}.features-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:var(--white);border-top:4px solid var(--primary-color);box-shadow:0 4px 12px #ef444414;overflow:hidden;padding:1.75rem 1.5rem;position:relative;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 24px #ef444426;transform:translateY(-8px)}.feature-icon{align-items:center;background:var(--gradient);border-radius:12px;box-shadow:0 6px 16px #ef444440;display:flex;font-size:1.8rem;height:60px;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:60px}.feature-icon img{filter:brightness(0) invert(1);height:32px;object-fit:contain;width:32px}.feature-icon span{filter:none;font-size:1.8rem;line-height:1}.feature-icon i{color:var(--white);font-size:1.8rem}.feature-card:hover .feature-icon{box-shadow:0 8px 20px #ef444459;transform:scale(1.1)}.feature-card h3{color:var(--text-dark);font-size:1.15rem;font-weight:700;line-height:1.3}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (max-width:768px){.features{padding:3rem 0}.features-grid{gap:1rem;grid-template-columns:1fr}.feature-card{padding:1.5rem 1.25rem}.feature-icon{font-size:1.5rem;height:50px;width:50px}.feature-card h3{font-size:1.05rem}.feature-card p{font-size:.9rem}}.blog-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}.blog-modal{animation:slideUp .3s ease;background:var(--white);border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{align-items:center;background:var(--white);border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:var(--text-dark);cursor:pointer;display:flex;font-size:2.5rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:var(--red-accent);color:var(--white);transform:rotate(90deg)}.modal-content{padding:3rem}.modal-category{background:var(--primary-color);border-radius:6px;color:var(--white);display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem 1rem;text-transform:uppercase}.modal-content h2{color:var(--text-dark);font-size:2.2rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.modal-image{border-radius:12px;margin-bottom:2rem;overflow:hidden;width:100%}.modal-image img{display:block;height:auto;width:100%}.modal-video{border-radius:12px;margin-bottom:2rem;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.modal-video iframe{height:100%;left:0;position:absolute;top:0;width:100%}.modal-body{color:var(--text-dark);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.modal-body p{margin-bottom:1.5rem}.modal-body h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin:2rem 0 1rem}.modal-body ol,.modal-body ul{margin-bottom:1.5rem;margin-left:2rem}.modal-body li{margin-bottom:.5rem}.modal-meta{align-items:flex-start;border-top:1px solid var(--light-color);display:flex;flex-wrap:wrap;gap:2rem;padding-top:1.5rem}.modal-meta p{color:var(--text-light);font-size:.95rem;margin:0}.modal-meta strong{color:var(--text-dark)}.modal-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.modal-tags strong{margin-right:.5rem}.modal-tags .tag{background:var(--light-color);border-radius:4px;color:var(--text-dark);font-size:.85rem;font-weight:500;padding:.3rem .8rem}@media (max-width:768px){.blog-modal-overlay{padding:1rem}.modal-content{padding:2rem 1.5rem}.modal-content h2{font-size:1.6rem}.modal-body{font-size:1rem}.modal-close{font-size:2rem;height:35px;right:1rem;top:1rem;width:35px}}.blogs-section{background:var(--white);padding:4rem 0}.blogs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.blog-card{background:var(--white);border-radius:12px;border-top:4px solid var(--primary-color);box-shadow:0 4px 12px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.blog-image{height:220px;overflow:hidden;width:100%}.blog-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-video-preview{align-items:center;background:var(--gradient);display:flex;height:220px;justify-content:center;position:relative;width:100%}.video-play-icon{color:var(--white);font-size:4rem;opacity:.9}.video-badge{background:#000c;border-radius:4px;color:var(--white);font-size:.85rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:1rem;top:1rem}.blog-content{padding:1.5rem}.blog-category{background:var(--primary-color);border-radius:4px;color:var(--white);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;padding:.3rem .8rem;text-transform:uppercase}.blog-content h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.blog-content p{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.blog-meta{color:var(--text-light);display:flex;font-size:.85rem;gap:1rem;margin-bottom:.75rem}.blog-author:before{content:"👤 "}.blog-date:before{content:"📅 "}.read-more{color:var(--primary-color);display:inline-block;font-size:.95rem;font-weight:600;transition:all .3s ease}.blog-card:hover .read-more{transform:translateX(5px)}@media (max-width:768px){.blogs-section{padding:3rem 0}.blogs-grid{gap:1rem;grid-template-columns:1fr}.blog-content{padding:1.25rem}}.pricing-section{background:var(--light-color);padding:4rem 0}.pricing-section .free-message{color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-top:.5rem}.pricing-calculator{background:var(--white);border-radius:12px;border-top:4px solid var(--gradient);box-shadow:0 8px 24px #0000001a;margin-bottom:2.5rem;padding:2rem}.calculator-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.calculator-header h3{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin:0}.currency-switcher{background:var(--light-color);border-radius:8px;display:flex;gap:.5rem;padding:.4rem}.currency-switcher button{background:#0000;border:none;border-radius:6px;color:var(--text-dark);cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.currency-switcher button.active{background:var(--primary-color);color:var(--white)}.currency-switcher button:hover:not(.active){background:#0000000d}.calculator-controls{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.control-group label{color:var(--text-dark);display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem}.license-input{align-items:center;display:flex;gap:1rem}.license-input button{background:var(--white);border:2px solid var(--primary-color);border-radius:8px;color:var(--primary-color);cursor:pointer;font-size:1.5rem;font-weight:700;height:45px;transition:all .3s ease;width:45px}.license-input button:hover{background:var(--primary-color);color:var(--white)}.license-input input{border:2px solid var(--light-color);border-radius:8px;color:var(--text-dark);flex:1 1;font-size:1.2rem;font-weight:600;padding:.8rem 1rem;text-align:center}.license-input input:focus{border-color:var(--primary-color);outline:none}.unit-price-info{color:var(--text-light);font-size:.9rem;font-weight:500;margin-top:.75rem;text-align:center}.billing-options{display:flex;flex-wrap:wrap;gap:1rem}.billing-options button{background:var(--white);border:2px solid var(--light-color);border-radius:8px;color:var(--text-dark);cursor:pointer;flex:1 1;font-weight:600;min-width:120px;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.billing-options button.active{background:var(--gradient);color:var(--white)}.billing-options button.active,.billing-options button:hover:not(.active){border-color:var(--primary-color)}.discount{display:block;font-size:.75rem;font-weight:500;margin-top:.25rem;opacity:.9}.pricing-breakdown{background:var(--light-color);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.price-row{align-items:center;border-bottom:1px solid #0000001a;display:flex;font-size:1.1rem;justify-content:space-between;padding:1rem 0}.price-row:last-child{border-bottom:none}.price-row.total{border-top:2px solid var(--primary-color);color:var(--primary-color);font-size:1.4rem;font-weight:700;margin-top:1rem;padding-top:1.5rem}.price{color:var(--text-dark);font-weight:700}.free-notice{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 8px 24px #667eea4d;color:var(--white);margin-bottom:1.5rem;padding:1.5rem;text-align:center}.free-notice strong{display:block;font-size:1.3rem;margin-bottom:.5rem}.free-notice p{font-size:1rem;margin:0;opacity:.95}.cta-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.cta-buttons .btn{font-size:1.1rem;font-weight:700;min-width:350px;padding:1.1rem 2.5rem;text-align:center}.cta-buttons .btn-gradient{box-shadow:0 8px 25px #ef44444d;font-size:1.2rem;letter-spacing:.5px;min-width:450px;padding:1.3rem 3rem;transition:all .3s ease}.cta-buttons .btn-gradient:hover{box-shadow:0 12px 35px #ef444466;transform:translateY(-3px)}.cta-buttons .btn-secondary{min-width:350px}.pricing-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.stat-card{background:var(--white);border-radius:12px;border-top:4px solid var(--primary-color);box-shadow:0 4px 12px #00000014;padding:1.25rem 1rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 10px 24px #0000001f;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:var(--gradient);font-size:2rem;font-weight:800;margin-bottom:.25rem}.stat-label{color:var(--text-light);font-size:.85rem;font-weight:600}@media (max-width:768px){.pricing-section{padding:3rem 0}.pricing-calculator{padding:1.5rem 1.25rem}.calculator-controls{gap:1.5rem;grid-template-columns:1fr}.billing-options{flex-direction:column}.billing-options button{min-width:100%}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.pricing-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.testimonials{background:var(--light-color);padding:4rem 0}.use-cases-section{margin-bottom:3rem}.use-cases-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.use-case-card{background:var(--white);border-radius:12px;border-top:4px solid var(--primary-color);box-shadow:0 4px 12px #00000014;padding:1.5rem 1.25rem;text-align:center;transition:all .3s ease}.use-case-card:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.use-case-icon{font-size:2.5rem;margin-bottom:1rem}.use-case-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.use-case-card p{color:var(--text-light);font-size:.95rem;line-height:1.5}.reviews-section{margin-top:3rem}.average-rating{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem;margin-top:1.5rem}.rating-badge{align-items:center;background:linear-gradient(135deg,#fffffff2,#ffffffe6);background-clip:padding-box;border:2px solid #0000;border-radius:100px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d,inset 0 1px 0 #ffffffe6;display:inline-flex;gap:.75rem;padding:.875rem 1.75rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.rating-badge:before{background:linear-gradient(135deg,#ef4444,#14b8a6);border-radius:100px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.4;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.rating-badge:hover{box-shadow:0 12px 35px #0000001f,0 4px 10px #00000014,inset 0 1px 0 #fff;transform:translateY(-3px)}.rating-badge:hover:before{opacity:.8}.rating-badge .rating-stars{color:#fbbf24;display:flex;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3));font-size:1.4rem;gap:.15rem}.rating-badge .rating-stars .star{display:inline-block;transition:all .3s ease}.rating-badge .rating-stars .star.filled{animation:twinkle 3s ease-in-out infinite;color:#fbbf24}.rating-badge .rating-stars .star.filled:first-child{animation-delay:0s}.rating-badge .rating-stars .star.filled:nth-child(2){animation-delay:.2s}.rating-badge .rating-stars .star.filled:nth-child(3){animation-delay:.4s}.rating-badge .rating-stars .star.filled:nth-child(4){animation-delay:.6s}.rating-badge .rating-stars .star.filled:nth-child(5){animation-delay:.8s}@keyframes twinkle{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.3);transform:scale(1.15)}}.rating-badge .rating-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f59e0b 50%,#14b8a6);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1}.rating-badge .rating-label{color:var(--text-light);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.testimonials-carousel{margin-top:2rem;padding:2rem 0 3rem}.testimonials-carousel .swiper-slide{display:flex;height:auto}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.testimonial-card{background:var(--white);border-image:var(--gradient) 1;border-left:5px solid #0000;border-radius:12px;box-shadow:0 8px 24px #ef44441a;padding:1.75rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:before{-webkit-text-fill-color:#0000;background:var(--gradient);-webkit-background-clip:text;background-clip:text;content:'"';font-family:Georgia,serif;font-size:5rem;line-height:1;opacity:.15;position:absolute;right:1.5rem;top:1rem}.testimonial-card:hover{box-shadow:0 20px 50px #ef444433;transform:translateY(-10px)}.rating{color:#fbbf24;display:flex;font-size:1.1rem;gap:.15rem;margin-bottom:1rem}.star{display:inline-block;transition:all .2s ease}.star.filled{color:#fbbf24;transform:scale(1.1)}.testimonial-text{color:var(--text-dark);font-size:.98rem;font-style:italic;line-height:1.6;margin-bottom:1.25rem}.author-info{border-top:1px solid var(--light-color);padding-top:1rem}.testimonial-author{color:var(--primary-color);font-size:1rem;font-weight:700;margin-bottom:.25rem}.testimonial-position{color:var(--text-light);font-size:.9rem;line-height:1.5}@media (max-width:768px){.testimonials{padding:3rem 0}.testimonials-grid,.use-cases-grid{gap:1rem;grid-template-columns:1fr}.use-cases-section{margin-bottom:2.5rem}.reviews-section{margin-top:2rem}.use-case-card{padding:1.25rem 1rem}.testimonial-card{padding:1.5rem 1.25rem}.average-rating{margin-bottom:.25rem;margin-top:1rem}.rating-badge{gap:.5rem;padding:.75rem 1.5rem}.rating-badge .rating-text{font-size:1.6rem}.rating-badge .rating-stars{font-size:1.2rem}.rating-badge .rating-label{font-size:.75rem}}.testimonials-carousel .swiper-button-next,.testimonials-carousel .swiper-button-prev{background:var(--white);border-radius:50%;box-shadow:0 4px 12px #0000001a;color:var(--primary-color);height:45px;transition:all .3s ease;width:45px}.testimonials-carousel .swiper-button-next:after,.testimonials-carousel .swiper-button-prev:after{font-size:1.2rem;font-weight:700}.testimonials-carousel .swiper-button-next:hover,.testimonials-carousel .swiper-button-prev:hover{background:var(--primary-color);box-shadow:0 8px 20px #14b8a64d;color:var(--white);transform:scale(1.1)}.testimonials-carousel .swiper-pagination-bullet{background:var(--text-light);height:10px;opacity:.3;transition:all .3s ease;width:10px}.testimonials-carousel .swiper-pagination-bullet-active{background:var(--primary-color);border-radius:5px;opacity:1;width:28px}.no-testimonials{color:var(--text-light);font-size:1.1rem;padding:3rem 1.5rem;text-align:center}.no-testimonials p{margin:0}.testimonials-carousel .testimonial-card{display:flex;flex-direction:column;height:100%;width:100%}@media (max-width:768px){.testimonials-carousel{padding:1.5rem 0 2.5rem}.testimonials-carousel .swiper-button-next,.testimonials-carousel .swiper-button-prev{height:35px;width:35px}.testimonials-carousel .swiper-button-next:after,.testimonials-carousel .swiper-button-prev:after{font-size:1rem}}.cta-section{background:linear-gradient(135deg,#14b8a6,#06b6d4);color:var(--white);overflow:hidden;padding:8rem 0;position:relative}.cta-section:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-10%;top:-50%;width:40%}.cta-section .container{position:relative;z-index:1}.cta-section h2{font-size:3.5rem;font-weight:900;letter-spacing:-1px;margin-bottom:1.5rem;text-shadow:0 4px 20px #0003}.cta-section p{color:red;font-size:1.4rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.cta-button{font-size:1.2rem;padding:1.2rem 3rem}@media (max-width:768px){.cta-section h2{font-size:2.2rem}.cta-section p{font-size:1.1rem}}.faq{background:var(--white);padding:8rem 0}.faq-container{margin:0 auto;max-width:900px}.faq-item{background:var(--white);border:1px solid #14b8a61a;border-radius:20px;box-shadow:0 5px 25px #14b8a614;margin-bottom:1.5rem;overflow:hidden;transition:all .3s}.faq-item:hover{box-shadow:0 10px 35px #14b8a61f}.faq-question{align-items:center;background:var(--white);border:none;color:var(--text-dark);cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;padding:1.8rem;text-align:left;transition:all .3s;width:100%}.faq-icon,.faq-question:hover{color:var(--primary-color)}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{color:var(--text-light);line-height:1.8;max-height:0;overflow:hidden;padding:0 1.8rem;transition:all .3s ease}.faq-answer.show{max-height:500px;padding:0 1.8rem 1.8rem}.faq-answer p{margin:0}.contact-info{background:var(--light-color);padding:4rem 0}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.contact-card{background:var(--white);border-image:var(--gradient) 1;border-radius:12px;border-top:4px solid #0000;box-shadow:0 8px 24px #ef444414;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.contact-card:hover{box-shadow:0 15px 40px #ef444426;transform:translateY(-10px)}.contact-card.full-width{grid-column:1/-1}.contact-icon{align-items:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border-radius:50%;box-shadow:0 8px 20px #ef444433;color:var(--white);display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.contact-card h3{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.contact-card p{color:var(--text-light);font-size:1rem;line-height:1.6;margin:.5rem 0}.contact-card a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:all .3s ease}.contact-card a:hover{color:var(--secondary-color);text-decoration:underline}@media (max-width:768px){.contact-info{padding:3rem 0}.contact-grid{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.contact-card{padding:1.75rem 1.25rem}.contact-icon{font-size:1.5rem;height:60px;margin-bottom:1.25rem;width:60px}.contact-card h3{font-size:1.15rem}.contact-card p{font-size:.95rem}}.social-media-section{background:#fff;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;padding:60px 0}.social-media-content{margin:0 auto;max-width:900px;text-align:center}.social-header h2{color:#14b8a6;font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.social-header p{color:#ef4444;font-size:1rem;font-weight:500;margin-bottom:40px}.social-icons-grid{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.social-icon-link{text-decoration:none;transition:transform .3s ease}.social-icon-link:hover{transform:translateY(-8px)}.social-icon-wrapper{align-items:center;background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:50%;box-shadow:0 4px 15px #14b8a64d;display:flex;height:60px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:60px}.social-icon-wrapper:before{background:linear-gradient(135deg,#ef4444,#dc2626);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.social-icon-link:hover .social-icon-wrapper:before{opacity:1}.social-icon-wrapper i{color:#fff;font-size:1.5rem;position:relative;transition:transform .3s ease;z-index:1}.social-icon-link:hover .social-icon-wrapper i{transform:scale(1.1)}.social-icon-link:hover .social-icon-wrapper{box-shadow:0 8px 25px #ef444466}@media (max-width:768px){.social-media-section{padding:50px 0}.social-header h2{font-size:1.75rem}.social-header p{font-size:.95rem;margin-bottom:35px}.social-icons-grid{gap:18px}.social-icon-wrapper{height:55px;width:55px}.social-icon-wrapper i{font-size:1.3rem}}@media (max-width:480px){.social-media-section{padding:40px 0}.social-header h2{font-size:1.5rem}.social-header p{font-size:.9rem;margin-bottom:30px}.social-icons-grid{gap:15px}.social-icon-wrapper{height:50px;width:50px}.social-icon-wrapper i{font-size:1.2rem}}.footer{background:var(--dark-color);color:var(--white);padding:4rem 0 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3{color:var(--primary-light);font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{padding:.5rem 0}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--primary-light)}.footer-link-button{background:none;border:none;color:#cbd5e1;cursor:pointer;font:inherit;padding:0;text-align:left;transition:color .3s}.footer-link-button:hover{color:var(--primary-light)}.footer-description{background:#ffffff0d;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:center}.footer-description p{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin:0}.footer-bottom{border-top:1px solid #334155;color:#94a3b8;margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:repeat(2,1fr)}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.contact-modal{animation:modalFadeIn .3s ease;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:95%;overflow-x:hidden;overflow-y:auto;width:500px}.contact-modal,.modal-header{background-color:#fff;position:relative}.modal-header{border-top-left-radius:8px;border-top-right-radius:8px;color:#333;padding:24px;text-align:center}.modal-header h1{font-size:24px;font-weight:500;margin:0}.form-container{background-color:#f5f5f5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:24px}.form-container h2{color:#333;font-size:20px;font-weight:600;margin-bottom:24px;margin-top:0;text-align:center}.close-button{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px;z-index:10}.close-button:hover{background-color:#0003}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.required{color:#ef4444;margin-left:2px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.form-group input.error,.form-group textarea.error{background-color:#ef44440d;border-color:#ef4444}.error-message{color:#ef4444;font-size:12px;margin-top:5px}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#ef4444;outline:none}.file-upload-area{border:2px dashed #ddd;border-radius:4px;cursor:pointer;margin-bottom:20px;padding:24px;text-align:center;transition:all .2s ease}.file-upload-area:hover{border-color:#ef4444}.file-upload-label{align-items:center;cursor:pointer;display:flex;flex-direction:column}.file-upload-label svg{color:#ef4444;margin-bottom:12px}.file-upload-label h5{color:#333;font-size:16px;font-weight:600;margin:0 0 8px}.file-upload-label p{color:#777;font-size:14px;margin:0}.uploaded-files{margin-top:16px;text-align:left;width:100%}.file-item{align-items:center;background-color:#ef44440d;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:8px;overflow:hidden;padding:8px}.file-name{color:#333;font-size:14px;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file{background:none;border:none;color:#666;cursor:pointer;font-size:18px;padding:0 4px}.remove-file:hover{color:#ef4444}.recaptcha-badge{align-items:center;background-color:#00000008;border-radius:4px;color:#777;display:flex;flex-direction:column;font-size:12px;margin-bottom:20px;padding:8px;position:relative;text-align:center}.recaptcha-badge:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDEuNUM3LjU0NCAxLjUgMS41IDcuNTQ0IDEuNSAxNVM3LjU0NCAyOC41IDE1IDI4LjUgMjguNSAyMi40NTYgMjguNSAxNSAyMi40NTYgMS41IDE1IDEuNVoiIGZpbGw9IiM0Njg1RTMiLz48cGF0aCBkPSJNMTUgMTcuMjVhMi4yNSAyLjI1IDAgMSAwIDAtNC41IDIuMjUgMi4yNSAwIDAgMCAwIDQuNVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTUgNy41YzIuMDc1IDAgMy44OTguODIyIDQuOTIgMi4xdi0uMDAxYTIuNjIgMi42MiAwIDAgMC0yLjYyLTIuNjI0TDE1IDYuOWEyLjYyNSAyLjYyNSAwIDAgMC0yLjYyNSAyLjYyNWwtLjA3NSAyLjMtLjUyNi0uMDAyLS41MjQuMDAyQTIuNTcgMi41NyAwIDAgMCA4LjY3NSAxNC40VjE0djIuODM2Yy4yMTEuMDk5LjY0OC4zMjYuNjUuMzI3IDAgMCAzLjc3MSAxLjg2MiA1LjY3NCAxLjg2MiAxLjkwNSAwIDUuNjc2LTEuODYyIDUuNjc2LTEuODYyLjAwMy0uMDAyLjQ1NS0uMjM0LjY3NS0uMzM4VjE0YzAtMS4wMjctMS4xNTEtMi4xNzgtMi41NzgtMi4xNzhoLS41MjJsLS4xLTIuMTQ5QzE3LjQzMiA4LjM1NiAxNi4zMTggNy41IDE1IDcuNVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat;background-size:contain;content:"";display:inline-block;height:20px;margin-right:5px;vertical-align:middle;width:20px}.grecaptcha-badge{visibility:hidden}#recaptcha-container{display:none}.submit-result{border-radius:6px;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.submit-result.success{background-color:#e8f5e9;border:1px solid #c8e6c9;color:#2e7d32}.submit-result.error{background-color:#ffebee;border:1px solid #ffcdd2;color:#c62828}.submit-button{background:linear-gradient(135deg,#ef4444,#f87171);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 0;transition:all .2s ease;width:100%}.submit-button:hover{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 4px 8px #ef444440}.submit-button:active{background:linear-gradient(135deg,#b91c1c,#dc2626)}.submit-button:disabled{background:#999;cursor:not-allowed}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.contact-modal{max-height:80vh;width:95%}.form-container,.modal-header{padding:20px 16px}.close-button{right:12px;top:12px}.form-container h2{font-size:18px;margin-bottom:20px}.file-upload-area{padding:16px}.file-upload-label h5{font-size:14px}.file-upload-label p{font-size:12px}}.help-button{bottom:30px;left:30px;position:fixed;z-index:999}.floating-help-button{align-items:center;background:linear-gradient(135deg,#ef4444,#f87171);border:none;border-radius:30px;box-shadow:0 4px 15px #ef444466;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s}.floating-help-button:hover{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 8px 20px #ef444480;transform:translateY(-3px)}.help-icon{align-items:center;background-color:#fff;border-radius:50%;color:#ef4444;display:flex;font-size:14px;font-weight:700;height:20px;justify-content:center;width:20px}@media (max-width:768px){.help-button{bottom:20px;left:20px}.floating-help-button{font-size:13px;padding:10px 20px}.help-icon{font-size:12px;height:18px;width:18px}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse-opacity{0%,to{opacity:.6}50%{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget-container{bottom:20px;font-family:Plus Jakarta Sans,sans-serif;position:fixed;right:20px;z-index:99999}.chat-widget-container *{box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif!important}.chat-toggle-btn{align-items:center;background:#0d9488;border:none;border-radius:28px;box-shadow:0 4px 12px #0d948866;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:10px;height:40px;justify-content:center;min-width:100px;padding:0 24px;transition:all .3s ease}.chat-toggle-btn:hover{background:#0f766e;box-shadow:0 6px 16px #0d948880;transform:scale(1.02)}.chat-toggle-btn:active{transform:scale(.98)}.chat-icon{height:27px;object-fit:contain;width:27px}.chat-btn-text{font-size:13px;font-weight:600;letter-spacing:.3px}.chat-panel{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e5e7eb;border-radius:16px;bottom:80px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;height:600px;max-height:calc(100vh - 120px);max-width:calc(100vw - 40px);overflow:hidden;position:fixed;right:20px;width:380px;z-index:99998}.chat-header{background:#000;border-bottom:1px solid #e5e7eb;color:#fff;flex-shrink:0;justify-content:space-between;padding:16px 20px}.chat-header,.chat-header-info{align-items:center;display:flex}.chat-header-info{gap:10px}.header-avatar{height:28px;object-fit:contain;width:28px}.header-text{display:flex;flex-direction:column;gap:2px}.header-title{color:#fff;font-size:15px;font-weight:700;line-height:1.2}.header-status{align-items:center;color:#21bf62;display:flex;font-size:12px;font-weight:400;gap:7px}.status-dot{background:#21bf62;border-radius:50%;flex-shrink:0;height:6px;width:6px}.hide-chat-button{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:6px;position:relative;transition:all .2s}.hide-chat-button:hover{background:#ffffff1a}.hide-chat-button img{height:20px;object-fit:contain;width:20px}.hide-tooltip{background:#1f2937;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:12px;font-weight:500;margin-right:35px;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;right:0;top:15px;transition:opacity .2s;white-space:nowrap;z-index:1}.hide-chat-button:hover .hide-tooltip{opacity:1}.welcome-container{height:100%;overflow:hidden;position:relative}.welcome-container,.welcome-view{display:flex;flex-direction:column}.welcome-view{align-items:center;background:#fff;bottom:110px;justify-content:center;left:0;overflow-y:auto;padding:40px 28px;position:absolute;right:0;top:0}.welcome-greeting{color:#000;font-size:25px;font-weight:700;line-height:1.2;margin:200px 0 7px}.welcome-subtitle{color:#6b7280;font-size:15px;font-weight:500;line-height:1.4;margin:0 0 50px}.quick-questions-container{display:flex;flex-direction:column;gap:12px;margin-top:auto;width:100%}.quick-question-btn{align-items:center;background:#fff;border:none;border-bottom:1px solid #636363;border-radius:0;color:#1f2937;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:12px;justify-content:flex-start;padding:10px 0;text-align:left;transition:all .2s}.quick-question-btn:hover{background:#f3f4f6;border-color:#0d9488;box-shadow:0 4px 12px #0d94881f;transform:translateY(-2px)}.quick-question-btn:active{transform:translateY(0)}.quick-question-btn img{flex-shrink:0;height:20px;object-fit:contain;width:20px}.chat-messages{background:#fff;bottom:110px;display:flex;flex-direction:column;gap:16px;left:0;overflow-x:hidden;overflow-y:auto;padding:12px 18px 35px;position:absolute;right:0;scroll-behavior:smooth;top:0}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chat-started-badge{margin:4px 0;padding:4px;text-align:center}.chat-started-badge span{background:#e5e7eb;border-radius:12px;color:#6b7280;font-size:11px;padding:4px 12px;text-transform:lowercase}.message-wrapper{align-items:flex-start;display:flex;gap:8px;margin-bottom:12px;width:100%}.message-wrapper.user{justify-content:flex-end;padding-left:40px}.message-wrapper.agent{justify-content:flex-start}.agent-message-container{display:flex;flex-direction:column;gap:6px;max-width:85%}.agent-label{align-items:center;display:flex;gap:6px;padding-left:2px}.agent-avatar{height:24px;object-fit:contain;width:24px}.agent-name{color:#1f2937;font-size:13px;font-weight:700;letter-spacing:.2px}.message-bubble{word-wrap:break-word;font-size:14px;line-height:1.7;padding:12px 16px;white-space:pre-wrap;word-break:break-word}.message-bubble.user{background:linear-gradient(135deg,#0d9488,#0f766e);border-radius:18px 18px 4px 18px;box-shadow:0 2px 8px #0d948833;color:#fff;max-width:75%;padding:14px 18px}.message-bubble.agent{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #00000014;color:#1f2937;width:100%}.message-bubble.agent strong{color:#0d9488;font-size:15px;font-weight:800}.message-bubble.agent em{color:#374151;font-style:italic}.message-bubble.agent code{background:#f3f4f6;border-radius:4px;color:#dc2626;font-family:Courier New,monospace;font-size:13px;padding:2px 6px}.typing-bubble{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#f0fdfa 4%,#ccfbf1 25%,#f0fdfa 36%);background-size:1000px 100%;border:1px solid #99f6e4;border-radius:12px;box-shadow:0 2px 5px #0d94881a;color:#0f766e;font-size:13px;font-weight:500;gap:10px;padding:12px 16px}.typing-bubble,.typing-icon{align-items:center;display:flex}.typing-icon{animation:pulse-opacity 1.5s ease-in-out infinite;color:#0d9488}.lead-form-container{background:#fff;border:1px solid #fca5a5;border-radius:12px;box-shadow:0 4px 15px #dc26260d;margin-bottom:12px;padding:16px}.lead-form-header{align-items:center;color:#991b1b;display:flex;font-size:13px;font-weight:600;gap:6px;margin-bottom:12px}.lead-form-message{color:#4b5563;font-size:13px;line-height:1.4;margin:0 0 15px}.lead-form{display:flex;flex-direction:column;gap:10px}.lead-form input,.lead-form textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:13px;outline:none;padding:10px;transition:border-color .2s;width:100%}.lead-form input:focus,.lead-form textarea:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.lead-form textarea{resize:none}.lead-form button{background:#0d9488;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px;transition:background .2s}.lead-form button:hover:not(:disabled){background:#0f766e}.lead-form button:active:not(:disabled){transform:scale(.98)}.lead-form button:disabled{cursor:not-allowed;opacity:.7}.lead-success{color:#0f766e;padding:20px 0;text-align:center}.lead-success svg{color:#0d9488;margin-bottom:8px}.lead-success-title{font-size:14px;font-weight:700;margin-bottom:5px}.lead-success-message{color:#6b7280;font-size:13px}.chat-input-container{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 10px #00000014;flex-shrink:0;left:0;padding:16px 16px 5px;position:absolute;right:0}.input-wrapper{position:relative;width:100%}.chat-input{background:#f9fafb;border:2px solid #0000;border-radius:24px;color:#111827;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;line-height:1.5;max-height:120px;min-height:70px;outline:none;padding:14px 50px 14px 18px;resize:none;transition:border-color .2s ease;width:100%}.chat-input:focus{border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.chat-input:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.chat-input::placeholder{color:#9ca3af}.send-btn{align-items:center;background:#d1d5db;border:none;border-radius:50%;bottom:15px;cursor:not-allowed;display:flex;height:30px;justify-content:center;padding:8px;position:absolute;right:10px;transition:all .2s ease;width:30px}.send-btn.active{background:#0d9488;cursor:pointer}.send-btn.active:hover{background:#0f766e;transform:scale(1.05)}.send-btn.active:active{transform:scale(.95)}.send-btn img{filter:brightness(0) saturate(100%) invert(45%);height:100%;object-fit:contain;transition:filter .2s;width:100%}.send-btn.active img{filter:brightness(0) saturate(100%) invert(100%)}.disclaimer{margin-top:2px;text-align:center}.disclaimer span{color:#6b7280;font-size:11px}@media (max-width:480px){.chat-widget-container{bottom:10px;right:10px}.chat-panel{border-radius:0;bottom:0;height:100vh;left:0;max-height:100vh;max-width:100%;position:fixed;right:0;top:0;width:100%}.welcome-greeting{font-size:22px;margin:100px 0 7px}.welcome-subtitle{font-size:14px;margin-bottom:30px}}@media (min-width:481px) and (max-width:767px){.chat-panel{bottom:75px;height:550px;max-height:calc(100vh - 100px);max-width:calc(100vw - 30px);right:15px;width:360px}}@media (min-width:768px) and (max-width:1024px){.chat-panel{bottom:80px;height:600px;max-height:calc(100vh - 120px);right:20px;width:380px}}@media (min-width:1025px) and (max-width:1440px){.chat-panel{bottom:85px;height:650px;max-height:calc(100vh - 120px);right:30px;width:400px}}@media (min-width:1441px){.chat-panel{bottom:90px;height:680px;max-height:calc(100vh - 140px);right:40px;width:420px}}@media (min-width:1920px){.chat-panel{bottom:100px;height:700px;max-height:calc(100vh - 150px);right:60px;width:440px}}@supports (padding:max(0px)){.chat-panel{max-height:calc(100vh - 120px - env(safe-area-inset-bottom));padding-bottom:max(0px,env(safe-area-inset-bottom))}@media (max-width:480px){.chat-panel{max-height:calc(100vh - env(safe-area-inset-bottom))}}}.chat-toggle-btn:focus,.hide-chat-button:focus,.lead-form button:focus,.quick-question-btn:focus,.send-btn:focus{outline:2px solid #0d9488;outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page-loader{align-items:center;animation:fadeIn .3s ease;background:linear-gradient(135deg,#fff,#f8f9fa);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loader-content{text-align:center}.spinner{border:4px solid #ef44441a;border-top-color:#ef4444;height:60px;margin:0 auto 1.5rem;width:60px}.loader-content p{animation:pulse 1.5s ease-in-out infinite;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.page-hidden{opacity:0;transition:opacity .5s ease,visibility 0s .5s;visibility:hidden}.page-visible{animation:fadeIn .5s ease;opacity:1;visibility:visible}.about-us-page{background-color:#fff;min-height:100vh}.about-hero{background:linear-gradient(135deg,#ef4444,#f87171);color:#fff;margin-top:80px;padding:8rem 0 4rem;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.25rem;opacity:.9}.about-content{padding:4rem 0}.about-section{margin-bottom:4rem}.about-section h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.about-section p{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:800px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background:#f9fafb;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:#6b7280;font-size:1rem;margin:0}.values-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-item{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #ef4444;border-radius:12px;padding:2rem}.value-item h3{color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.value-item p{color:#4b5563;font-size:1rem;margin:0}.cta-section{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:16px;padding:4rem 2rem;text-align:center}.cta-section h2{color:#dc2626}.cta-button{background:linear-gradient(135deg,#ef4444,#f87171);border-radius:50px;box-shadow:0 4px 15px #ef44444d;color:#fff;display:inline-block;font-size:1.125rem;font-weight:600;margin-top:1.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.cta-button:hover{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 8px 25px #ef444466;transform:translateY(-3px)}@media (max-width:768px){.about-hero{padding:6rem 0 3rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.about-section h2{font-size:2rem}.features-grid,.values-list{grid-template-columns:1fr}}.legal-page{background-color:#fff;min-height:100vh}.legal-hero{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;margin-top:80px;padding:8rem 0 4rem;text-align:center}.legal-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.legal-hero p{color:#d1d5db;font-size:1rem;opacity:.8}.legal-content{margin:0 auto;max-width:900px;padding:4rem 0}.legal-section{margin-bottom:3rem}.legal-section h2{border-bottom:3px solid #ef4444;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.legal-section h3{color:#374151;font-size:1.5rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.legal-section p{color:#4b5563;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.legal-section ul{margin:1rem 0 1rem 2rem;padding:0}.legal-section ul li{color:#4b5563;font-size:1.0625rem;line-height:1.8;list-style-type:disc;margin-bottom:.5rem}.legal-section ul li strong{color:#1f2937;font-weight:600}.legal-section a{color:#ef4444;text-decoration:none;transition:color .3s}.legal-section a:hover{color:#dc2626;text-decoration:underline}@media (max-width:768px){.legal-hero{padding:6rem 0 3rem}.legal-hero h1{font-size:2rem}.legal-content{padding:3rem 1rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.25rem}.legal-section p,.legal-section ul li{font-size:1rem}.legal-section ul{margin-left:1.5rem}}.App,.loading{min-height:100vh}.loading{align-items:center;background:var(--light-color);display:flex;flex-direction:column;justify-content:center}.spinner{animation:spin 1s linear infinite;border-top:4px solid var(--light-color);border:4px solid var(--light-color);border-radius:50%;border-top-color:var(--primary-color);height:50px;width:50px}.spinner+p{color:var(--primary-color);font-weight:600;margin-top:1rem}
/*# sourceMappingURL=main.b4f90380.css.map*/