.homePageContainer{background:#fff}.hero-section{min-height:45vh;display:flex;align-items:center;justify-content:center;padding:6.5rem 2rem 2.5rem;background:linear-gradient(135deg,#1a1a1a,#000000);position:relative;overflow:hidden}.hero-section:before{top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,215,0,.1) 0,transparent 70%)}.hero-section:after,.hero-section:before{content:"";position:absolute;border-radius:50%}.hero-section:after{bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,215,0,.08) 0,transparent 70%)}.hero-section .hero-content{max-width:1200px;text-align:center;position:relative;z-index:1}.hero-section .hero-content .hero-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.hero-section .hero-content .hero-title .brand-highlight{background:linear-gradient(135deg,#ffd700,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative;display:inline-block}.hero-section .hero-content .hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.8rem);color:hsla(0,0%,100%,.9);font-weight:300;line-height:1.6}.hero-section .hero-content .hero-subtitle .highlight-word{color:gold;font-weight:600}.services-hero{padding:3.5rem 2rem;max-width:1400px;margin:0 auto}.services-hero .services-section-title{text-align:center;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#1a1a1a;margin-bottom:2.5rem;position:relative;padding-bottom:1rem}.services-hero .services-section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#1a1a1a,#ffd700);border-radius:2px}.services-hero .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-top:2.5rem}.services-hero .service-card{background:#fff;border:2px solid #f0f0f0;border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.services-hero .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#1a1a1a,#ffd700);transform:scaleX(0);transition:transform .4s ease}.services-hero .service-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(0,0,0,.15);border-color:#1a1a1a}.services-hero .service-card:hover:before{transform:scaleX(1)}.services-hero .service-card:hover .service-number{background:linear-gradient(135deg,#1a1a1a,#ffd700);color:#fff}.services-hero .service-card:hover .service-icon{transform:scale(1.2) rotate(5deg)}.services-hero .service-card .service-number{display:inline-block;width:60px;height:60px;line-height:60px;background:#f5f5f5;color:#1a1a1a;border-radius:50%;font-size:1.5rem;font-weight:800;margin-bottom:1rem;transition:all .4s ease}.services-hero .service-card .service-icon{font-size:4rem;margin:1rem 0;display:block;transition:all .4s ease}.services-hero .service-card .service-title{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:1.5rem 0 1rem;line-height:1.3}.services-hero .service-card .service-content{font-size:1.05rem;line-height:1.7;color:#555;margin:0}.aboutUs{overflow:hidden;background:#fafafa;padding:2.5rem 0}.vertical-line{margin-top:25px;width:0;height:150px;border-left:3px solid;border-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.5)) 1;position:relative;left:50%;transform:translateX(-50%);-webkit-transform:translate(-50%)}.aboutUsContent{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.aboutUsContent h2{position:relative;font-feature-settings:"smcp";font-variant:small-caps;letter-spacing:10px;text-align:center;margin-bottom:18px;font-size:clamp(2rem,4vw,3rem);color:#1a1a1a}.aboutUsContent p{position:relative;text-align:center;width:85%;left:50%;transform:translateX(-50%);-webkit-transform:translate(-50%);font-size:1.1rem;line-height:1.8;color:#555}.aboutUsContent .membersContainer{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.aboutUsContent .membersContainer .team{display:flex;flex-direction:column;align-items:center;text-align:center;width:300px;transition:all .5s ease-in-out;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.aboutUsContent .membersContainer .team img{border-radius:50%;height:200px;width:200px;margin-top:0;object-fit:cover;border:4px solid #f5f5f5;transition:all .4s ease}.aboutUsContent .membersContainer .team h1{font-size:20px;font-weight:600;margin:20px 0 5px;white-space:nowrap;color:#1a1a1a}.aboutUsContent .membersContainer .team .teamRole{font-size:16px;color:#666;font-style:italic;margin:0;text-align:center;white-space:nowrap;width:100%}.aboutUsContent .membersContainer .team:hover{transform:translateY(-10px);box-shadow:0 10px 40px rgba(0,0,0,.15)}.aboutUsContent .membersContainer .team:hover img{border-color:gold;transform:scale(1.05)}.aboutUsContent .processSteps{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:25px auto 35px;padding:0 20px}.aboutUsContent .processSteps .processStep{display:flex;align-items:flex-start;gap:25px;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease}.aboutUsContent .processSteps .processStep:hover{transform:translateX(10px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.aboutUsContent .processSteps .processStep .stepNumber{min-width:60px;height:60px;background:linear-gradient(135deg,#1a1a1a,#000000);color:gold;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;flex-shrink:0;box-shadow:0 4px 15px rgba(0,0,0,.3)}.aboutUsContent .processSteps .processStep .stepContent{flex:1 1;text-align:left}.aboutUsContent .processSteps .processStep .stepContent h3{font-size:24px;font-weight:600;margin:5px 0 12px;color:#1a1a1a;text-align:left}.aboutUsContent .processSteps .processStep .stepContent p{font-size:16px;line-height:1.6;color:#555;margin:0;text-align:left;width:100%;left:auto;transform:none}.home-cta-section{background:linear-gradient(135deg,#1a1a1a,#000000);padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden}.home-cta-section:before{content:"";position:absolute;top:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,215,0,.08) 0,transparent 70%);border-radius:50%}.home-cta-section .home-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.home-cta-section .home-cta-content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:gold;margin-bottom:1rem}.home-cta-section .home-cta-content p{font-size:clamp(1.1rem,2vw,1.3rem);color:hsla(0,0%,100%,.9);margin-bottom:2rem;line-height:1.6}.home-cta-section .home-cta-content .home-cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#ffd700,#ffed4e);color:#000;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,215,0,.3)}.home-cta-section .home-cta-content .home-cta-button:hover{background:linear-gradient(135deg,#ffed4e,#ffd700);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,215,0,.5)}@media screen and (max-width:768px){.hero-section{min-height:40vh;padding:5.5rem 1.5rem 2rem}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.home-cta-section{padding:3rem 1.5rem}.home-cta-section .home-cta-content h2{font-size:1.75rem}.home-cta-section .home-cta-content p{font-size:1rem}.home-cta-section .home-cta-content .home-cta-button{padding:.9rem 2rem;font-size:1rem}.services-hero{padding:2.5rem 1rem}.services-hero .services-section-title{font-size:2rem;margin-bottom:1.75rem}.services-hero .services-grid{grid-template-columns:1fr;gap:1.75rem}.services-hero .service-card{padding:2rem 1.5rem;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;grid-gap:0;gap:0;align-items:start}.services-hero .service-card .service-number{grid-column:1;grid-row:1;margin-bottom:0;margin-right:1rem;align-self:center}.services-hero .service-card .service-title{font-size:1.4rem;text-align:left;margin:0;grid-column:2;grid-row:1;align-self:center}.services-hero .service-card .service-icon{grid-column:1/-1;grid-row:2;margin:1rem 0;justify-self:center}.services-hero .service-card .service-content{font-size:1rem;grid-column:1/-1;grid-row:3}.aboutUsContent{padding:0}.aboutUsContent h2{font-size:2rem;letter-spacing:5px}.aboutUsContent p{width:95%;font-size:1rem}.aboutUsContent .membersContainer{flex-direction:column;align-items:center;gap:2rem}.vertical-line{display:none}.processSteps{padding:0 10px;gap:20px}.processSteps .processStep{padding:1.5rem;display:block}.processSteps .processStep:hover{transform:translateY(-5px)}.processSteps .processStep .stepNumber{display:inline-block;width:50px;height:50px;font-size:24px;margin-right:1rem;margin-bottom:0;vertical-align:top}.processSteps .processStep .stepContent{display:inline-block;vertical-align:top;width:calc(100% - 66px)}.processSteps .processStep .stepContent h3{font-size:20px;text-align:left;margin:0;line-height:25px}.processSteps .processStep .stepContent p{font-size:14px;text-align:center;margin-top:1rem;margin-left:-66px;width:calc(100% + 66px)}}