.homePageContainer{width:100%;max-width:100vw;overflow-x:hidden;font-family:Inter,sans-serif}.heroSection{position:relative;height:55vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0A2463,#047857)}.heroSection:before{top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(212,175,55,.2) 0,transparent 70%);animation:float 8s ease-in-out infinite}.heroSection:after,.heroSection:before{content:"";position:absolute;border-radius:50%}.heroSection:after{bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(212,175,55,.15) 0,transparent 70%);animation:float 10s ease-in-out infinite reverse}.heroSection .heroContent{position:relative;z-index:3;text-align:center;color:#fff;padding:0 40px;max-width:1000px}.heroSection .heroContent h1{font-size:4.5rem;font-weight:700;margin:0 0 30px;letter-spacing:-1px;line-height:1.1;text-shadow:2px 4px 12px rgba(0,0,0,.3)}.heroSection .heroContent p{font-size:1.6rem;font-weight:400;line-height:1.6;margin:0;letter-spacing:.3px;text-shadow:1px 2px 6px rgba(0,0,0,.3);color:hsla(0,0%,100%,.95)}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(20px)}}.aboutUs{overflow:hidden;width:100vw;max-width:100%}.stats-section{display:flex;justify-content:center;gap:80px;margin:60px 0;flex-wrap:wrap}.stats-section .stat-item{text-align:center}.stats-section .stat-item .stat-number{font-size:3rem;font-weight:800;color:#0a2463;margin:0}.stats-section .stat-item .stat-label{font-size:1.1rem;color:#666;margin-top:10px}.mountainImg{position:fixed;opacity:.25;width:100%;bottom:0;z-index:-10;padding-bottom:-10vw}.vertical-line{margin-top:20px;width:0;height:120px;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%;padding:50px 20px}.aboutUsContent h2{font-weight:700;font-size:3rem;letter-spacing:-.5px;color:#0a2463}.aboutUsContent h2,.aboutUsContent p{position:relative;text-align:center;margin-bottom:20px}.aboutUsContent p{width:75%;max-width:900px;left:50%;transform:translateX(-50%);-webkit-transform:translate(-50%);font-size:1.2rem;line-height:1.8;color:#555;font-weight:400}.aboutUsContent p:last-of-type{margin-bottom:0}.aboutUsContent .membersContainer{display:flex;justify-content:center}.aboutUsContent .membersContainer .team{display:flex;flex-direction:column;align-items:center;text-align:center;width:300px;transition:all .5s ease-in-out}.aboutUsContent .membersContainer .team img{border-radius:50%;height:200px;width:200px;margin-top:20px}.aboutUsContent .membersContainer .team h1{font-size:20px;font-weight:600;margin:10px 0 50px;white-space:nowrap}.aboutUsContent .membersContainer .team:hover{transform:scale(1.1)}.aboutUsContent .brandsContainer{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin:40px 0 60px;padding:0 20px}.aboutUsContent .brand-card{width:300px;height:200px;perspective:1000px;cursor:pointer}.aboutUsContent .brand-card .brand-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.aboutUsContent .brand-card:hover .brand-card-inner{transform:rotateY(180deg)}.aboutUsContent .brand-card .brand-card-back,.aboutUsContent .brand-card .brand-card-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.aboutUsContent .brand-card .brand-card-front{background:linear-gradient(135deg,#0A2463,#047857);color:#fff}.aboutUsContent .brand-card .brand-card-front h3{font-size:1.3rem;font-weight:600;margin:0;line-height:1.4}.aboutUsContent .brand-card .brand-card-back{background-color:#fff;color:#0a2463;transform:rotateY(180deg);border:2px solid #0a2463}.aboutUsContent .brand-card .brand-card-back p{font-size:1rem;margin:0 0 20px;line-height:1.5}.aboutUsContent .brand-card .brand-card-back .brand-button{background:linear-gradient(135deg,#0A2463,#047857);color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease}.aboutUsContent .brand-card .brand-card-back .brand-button:hover{background-color:#fff;color:#0a2463;border:2px solid #0a2463}.brandsSection{width:100%;max-width:1200px;margin:40px auto;padding:0 20px;text-align:center}.brands-header{margin-bottom:50px}.brands-header .brands-label{color:#0a2463;font-size:1rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;display:inline-block;margin-bottom:15px;opacity:.8}.brands-header .brands-title{font-size:3.5rem;font-weight:700;color:#0a2463;margin:15px 0;line-height:1.2;letter-spacing:-1px}.brands-header .brands-subtitle{font-size:1.25rem;color:#666;margin:20px 0 35px;line-height:1.6;font-weight:400}.brands-header .explore-brands-button{display:inline-block;background:linear-gradient(135deg,#0A2463,#047857);color:#fff;padding:18px 45px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;letter-spacing:.5px;transition:all .4s cubic-bezier(.4,0,.2,1);margin-bottom:25px;border:2px solid rgba(0,0,0,0)}.brands-header .explore-brands-button:hover{background:linear-gradient(135deg,#047857,#0A2463);transform:translateY(-3px);box-shadow:0 8px 20px rgba(10,36,99,.4);border-color:#d4af37}.brandsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:25px;gap:25px;max-width:1000px;margin:0 auto}.brand-tile{background:#fff;border-radius:20px;padding:30px 28px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;border:1px solid rgba(10,36,99,.08)}.brand-tile .brand-tile-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.brand-tile .brand-tile-content h3{font-size:1.4rem;font-weight:700;color:#0a2463;text-align:left;margin:0;flex:1 1;line-height:1.3;letter-spacing:-.3px}.brand-tile .brand-tile-content .brand-expand{font-size:2rem;color:#0a2463;font-weight:300;margin-left:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.brand-tile .brand-description{text-align:left;max-height:0;overflow:hidden;opacity:0;transition:all .3s ease}.brand-tile .brand-description p{color:#666;font-size:1rem;line-height:1.6;margin:0}.brand-tile:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(10,36,99,.15);border-color:rgba(10,36,99,.15)}.brand-tile:hover .brand-expand{transform:rotate(90deg)}.brand-tile:hover .brand-description{max-height:200px;opacity:1;margin-top:20px}.brand-tile.coming-soon-tile{background:linear-gradient(135deg,#0A2463,#047857)}.brand-tile.coming-soon-tile .brand-tile-content h3{color:#fff;font-feature-settings:"smcp";font-variant:small-caps;letter-spacing:2px}.brand-tile.coming-soon-tile .brand-tile-content .brand-expand{color:#fff}.brand-tile.coming-soon-tile .brand-description p{color:hsla(0,0%,100%,.9)}.brand-tile.coming-soon-tile:hover{box-shadow:0 8px 25px rgba(10,36,99,.4)}@media screen and (max-width:678px){.heroSection{height:50vh}.heroSection .heroContent h1{font-size:2.5rem}.heroSection .heroContent p{font-size:1.1rem}.membersContainer{flex-direction:column;align-items:center}.aboutParagraph{font-size:12px}.aboutUsContent{padding:35px 0}.aboutUsContent h2{font-size:2.2rem;margin-bottom:15px}.vertical-line{display:none}.stats-section{gap:40px;margin:40px 0}.stats-section .stat-item .stat-number{font-size:2rem}.stats-section .stat-item .stat-label{font-size:.9rem}.brandsContainer{flex-direction:column;align-items:center;gap:30px}.brand-card{width:280px;height:180px}.brandsSection{padding:0;margin:30px auto}.brands-header{margin-bottom:35px}.brands-header .brands-title{font-size:2rem}.brands-header .brands-subtitle{font-size:1rem}.brandsGrid{grid-template-columns:1fr;gap:18px}.brand-tile{padding:25px 18px}.brand-tile .brand-tile-content h3{font-size:1.1rem}}.home-faq{max-width:800px;margin:3rem auto 4rem;padding:0 2rem}.home-faq .faq-title{font-size:1.75rem;font-weight:700;color:#0a2463;text-align:center;margin-bottom:2rem}.home-faq .faq-list{display:flex;flex-direction:column;gap:1rem}.home-faq .faq-item{background:#f4f6fa;border-left:3px solid #047857;border-radius:8px;padding:1.25rem 1.5rem}.home-faq .faq-item .faq-question{font-size:1rem;font-weight:600;color:#0a2463;margin-bottom:.5rem}.home-faq .faq-item .faq-answer{font-size:.95rem;color:#444;line-height:1.6;margin:0}@media only screen and (max-width:480px){.home-faq{padding:0 1rem;margin:2rem auto 3rem}.home-faq .faq-title{font-size:1.4rem}.home-faq .faq-item{padding:1rem 1.25rem}.home-faq .faq-item .faq-question{font-size:.95rem}.home-faq .faq-item .faq-answer{font-size:.9rem}}