.hero-section{position:relative;min-height:auto;padding:3rem 0 3.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--primary-color)}.hero-background{position:absolute;inset:0;z-index:0}.hero-overlay{position:absolute;inset:0;background:var(--gradient-hero);z-index:1}.hero-pattern{position:absolute;inset:0;background-image:linear-gradient(30deg,rgba(255,255,255,.05) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.05) 87.5%,rgba(255,255,255,.05)),linear-gradient(150deg,rgba(255,255,255,.05) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.05) 87.5%,rgba(255,255,255,.05)),linear-gradient(30deg,rgba(255,255,255,.05) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.05) 87.5%,rgba(255,255,255,.05)),linear-gradient(150deg,rgba(255,255,255,.05) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.05) 87.5%,rgba(255,255,255,.05));background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px;z-index:2;opacity:.3}.hero-content{position:relative;z-index:10;width:100%;padding:0}.hero-text-container{text-align:center;max-width:900px;margin:0 auto}.hero-tagline{margin-bottom:1.5rem}.tagline-text{display:inline-block;font-size:1.125rem;font-weight:600;color:#fff;background:#fff3;padding:.625rem 1.75rem;border-radius:50px;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);letter-spacing:.05em;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.tagline-text:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.hero-title{font-size:clamp(3rem,8vw,7rem);font-weight:800;color:#fff;margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 4px 12px rgba(0,0,0,.2)}.hero-title .gradient-text{background:linear-gradient(135deg,#fff,#f0f9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;font-weight:800}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#fffffff2;margin-bottom:2rem;line-height:1.6;max-width:750px;margin-left:auto;margin-right:auto;font-weight:400}.hero-cta-group{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:0}.hero-btn-primary{background:#fff!important;color:var(--primary-color)!important;border:none!important;font-weight:600!important;padding:1rem 2.5rem!important;font-size:1.0625rem!important;box-shadow:0 10px 30px #0003!important;transition:all .3s ease!important}.hero-btn-primary:hover{background:#f8f9fa!important;transform:translateY(-4px)!important;box-shadow:0 15px 40px #0000004d!important}.hero-btn-secondary{background:transparent!important;color:#fff!important;border:2px solid #ffffff!important;font-weight:600!important;padding:1rem 2.5rem!important;font-size:1.0625rem!important;transition:all .3s ease!important}.hero-btn-secondary:hover{background:#ffffff26!important;border-color:#fff!important;transform:translateY(-4px)!important;box-shadow:0 10px 30px #fff3!important}.hero-trust-indicators{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:1.25rem 2.5rem;max-width:fit-content;margin:0 auto}.trust-item{display:flex;align-items:center;gap:.625rem;color:#fffffff2;font-size:1rem;font-weight:500}.trust-item i{color:#4ade80;font-size:1.25rem;filter:drop-shadow(0 2px 4px rgba(74,222,128,.4))}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#ffffff1a;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(10px);transition:var(--transition-default);z-index:10;opacity:0}.scroll-indicator i{color:#fff;font-size:1.5rem;animation:bounce 2s infinite}.scroll-indicator:hover{background:#fff3;transform:translate(-50%) translateY(-5px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 992px) and (min-width: 769px){.hero-trust-indicators{padding:1rem 2rem;gap:2rem}.scroll-indicator{bottom:1.75rem;width:46px;height:46px}.scroll-indicator i{font-size:1.375rem}}@media (max-width: 768px){.hero-section{min-height:calc(100vh - 70px)}.hero-tagline{margin-bottom:1.5rem}.tagline-text{font-size:1rem;padding:.5rem 1.5rem}.hero-title{margin-bottom:1.25rem}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:2.5rem}.hero-cta-group{flex-direction:column;gap:1rem;margin-bottom:2.5rem}.hero-cta-group .p-button{width:100%;max-width:320px}.hero-trust-indicators{flex-direction:column;gap:1rem;padding:1rem 2rem}.trust-item{font-size:.9375rem}.scroll-indicator{bottom:1.5rem;width:44px;height:44px}.scroll-indicator i{font-size:1.25rem}}@media (max-width: 576px){.hero-section{min-height:calc(100vh - 65px)}.hero-content{padding:1.5rem 0}.tagline-text{font-size:.9375rem;padding:.5rem 1.25rem}.hero-subtitle,.hero-cta-group{margin-bottom:2rem}.hero-cta-group .p-button{max-width:280px}.hero-trust-indicators{padding:1rem 1.5rem;gap:.875rem}}@media (max-width: 576px) and (min-width: 481px){.hero-title{font-size:2.25rem}.scroll-indicator{bottom:1.25rem;width:42px;height:42px}.scroll-indicator i{font-size:1.125rem}}@media (max-width: 480px){.hero-section{min-height:calc(100vh - 60px)}.hero-content{padding:1rem 0}.tagline-text{font-size:.875rem;padding:.4rem 1rem}.hero-subtitle,.hero-cta-group{margin-bottom:1.5rem}.hero-trust-indicators{padding:.875rem 1rem;gap:.75rem}.trust-item{font-size:.875rem}.scroll-indicator{bottom:1rem;width:40px;height:40px}}@media (max-height: 600px) and (orientation: landscape){.hero-section{min-height:auto;padding:3rem 0}.hero-content{padding:1rem 0}.hero-tagline{margin-bottom:.75rem}.hero-title{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-cta-group{margin-bottom:1rem;flex-direction:row;gap:1rem}.hero-cta-group .p-button{width:auto;padding:.75rem 1.5rem!important}.hero-trust-indicators{flex-direction:row;padding:.75rem 1.5rem;gap:1.5rem}.scroll-indicator{display:none}}.hero-tagline.animate-fade-in-down,.hero-title.animate-fade-in-up,.hero-subtitle.animate-fade-in-up,.hero-cta-group.animate-fade-in-up,.hero-trust-indicators.animate-fade-in,.scroll-indicator.animate-fade-in{animation-fill-mode:forwards}.overview-section{background-color:var(--background-color)}.overview-intro{max-width:800px;margin:0 auto;opacity:1!important}.overview-intro.scroll-animate{opacity:1!important}.overview-description{font-size:1.125rem;line-height:1.8}.stat-card{text-align:center;height:100%;background:var(--background-muted);border:none!important;opacity:1!important}.stat-card.scroll-animate{opacity:1!important}.stat-card-content{padding:1rem}.stat-card-content *{opacity:1!important;visibility:visible!important}.stat-icon-wrapper{width:80px;height:80px;margin:0 auto var(--spacing-icon-heading);display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:50%}.stat-icon{font-size:2.5rem;color:#fff}.stat-value{font-size:3rem;font-weight:700;margin-bottom:.5rem;font-family:var(--font-family-heading);line-height:1.2}.stat-card .stat-value{color:var(--primary-color)!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--primary-color)!important;background-clip:unset!important;text-fill-color:var(--primary-color)!important}.stat-card-content .stat-value.gradient-text{color:var(--primary-color)!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--primary-color)!important;background-clip:unset!important}.stat-label{font-size:1.125rem;font-weight:500;color:var(--text-color)!important;line-height:1.5;opacity:1!important;display:block!important;visibility:visible!important}.stat-card-content .stat-label.text-muted{color:var(--text-secondary)!important;opacity:1!important}@media (max-width: 768px){.overview-description{font-size:1rem}.stat-icon-wrapper{width:60px;height:60px}.stat-icon{font-size:2rem}.stat-value{font-size:2.5rem}.stat-label{font-size:1rem}}.services-section{position:relative}.section-header{max-width:700px;margin:0 auto 3rem}.section-subtitle{font-size:1.125rem;margin-top:1rem}.service-card{height:100%;padding:2rem 1.5rem;text-align:center;background:#fff;border:1px solid var(--border-color)!important;transition:var(--transition-default)}.service-card:hover{border-color:var(--primary-color)!important}.service-icon-wrapper{width:80px;height:80px;margin:0 auto var(--spacing-icon-heading);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0040af1a,#212fce1a);border-radius:1rem;transition:var(--transition-default)}.service-card:hover .service-icon-wrapper{background:var(--gradient-primary)}.service-icon-wrapper i{font-size:2.5rem;color:var(--primary-color);transition:var(--transition-default)}.service-card:hover .service-icon-wrapper i{color:#fff}.service-title{font-size:1.375rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.service-description{font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem;min-height:100px}@media (max-width: 768px){.service-description{min-height:auto}}.home-page{min-height:100vh}.cta-section{background:var(--gradient-primary);padding:5rem 0;margin-top:5rem;color:#fff}.cta-heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;color:#fff}.cta-text{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#fffffff2;line-height:1.8}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-buttons .p-button-primary{background:#fff!important;color:var(--primary-color)!important;border:none!important}.cta-buttons .p-button-primary:hover{background:#f8f9fa!important;transform:translateY(-3px)}.cta-buttons .p-button-outlined{background:transparent!important;color:#fff!important;border:2px solid white!important}.cta-buttons .p-button-outlined:hover{background:#ffffff1a!important;transform:translateY(-3px)}@media (max-width: 768px){.cta-section{padding:3rem 0;margin-top:3rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-buttons .p-button{width:100%;max-width:300px}}
