.home-container{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,#f0f4ff,#fff,#e6f0ff);background-size:300% 300%;animation:gradientShift 15s ease infinite;text-align:center;padding:2rem}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-section{position:relative;height:93vh;width:100%;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.hero-video{height:170px;border-radius:12px}.hero-section:after{content:"";position:absolute;inset:0;background:#0000008c}.hero-overlay{position:relative;z-index:2;text-align:center;color:#fff;max-width:750px;padding:20px}.hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1}.hero-subtitle{margin-top:20px;font-size:1.2rem;opacity:.9}.hero-cta{margin-top:35px;padding:14px 32px;border:none;background:#fff;color:#000;cursor:pointer;border-radius:6px;font-weight:600}.hero-cta:hover{transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:painted;overflow:hidden}.shape{position:absolute;opacity:.4;animation:floatShape 10s linear infinite}.circle{width:60px;height:60px;border-radius:50%;background:#a0c4ff;top:10%;left:20%;animation-duration:12s}.square{width:50px;height:50px;background:#bdb2ff;top:30%;left:70%;animation-duration:15s}.triangle{width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:50px solid #ffc6ff;top:60%;left:40%;animation-duration:18s}.hexagon{width:60px;height:34.64px;background:#ffadad;position:absolute;top:80%;left:10%;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);animation-duration:20s}.small{transform:scale(.6)}.medium{transform:scale(1.2)}.large{transform:scale(1.5)}.circle{top:10%;left:20%;animation-duration:12s}.square{top:30%;left:70%;animation-duration:15s}.triangle{top:60%;left:40%;animation-duration:18s}.hexagon{top:80%;left:10%;animation-duration:20s}.circle.small{top:50%;left:50%;animation-duration:14s}.square.medium{top:20%;left:80%;animation-duration:17s}.triangle.large{top:70%;left:60%;animation-duration:19s}.hexagon.small{top:40%;left:30%;animation-duration:16s}@keyframes floatShape{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}to{transform:translateY(0) rotate(360deg)}}@media(max-width:1400px){.hero-title{font-size:2.7rem}.hero-subtitle{font-size:1.15rem;max-width:650px}}@media(max-width:1024px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.1rem;max-width:600px}.shape{transform:scale(.8)}}@media(max-width:768px){.home-container{padding:3rem 1.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;max-width:500px}.shape{opacity:.3;transform:scale(.65)}}@media(max-width:600px){.hero-title{font-size:1.9rem}.hero-subtitle{font-size:.95rem;max-width:420px}.circle,.square,.triangle,.hexagon{transform:scale(.5)}}@media(max-width:480px){.home-container{padding:2.5rem 1rem}.hero-title{font-size:1.7rem}.hero-subtitle{font-size:.9rem}.shape{opacity:.25}}@media(max-width:360px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.85rem}.shape{transform:scale(.4);opacity:.2}}.statement-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 8vw;background:#fff}.statement-text{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.2;max-width:1000px;text-align:center}.pillars-section{min-height:100vh;padding:120px 8vw;background:#f7f7f7;text-align:center}.pillars-title{font-size:3rem;font-weight:700;margin-bottom:20px}.pillars-intro{max-width:750px;margin:auto auto 70px;line-height:1.7;opacity:.85}.pillars-container{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1100px;margin:auto;align-items:stretch}.pillar-card{background:#fff;padding:45px;border-radius:12px;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.pillar-card:hover{transform:translateY(-8px)}.pillar-card h3{font-size:1.6rem;margin-bottom:16px}.pillar-card p{line-height:1.7;opacity:.85}.pillar-examples{margin-top:25px;display:flex;flex-wrap:wrap;gap:10px}.pillar-examples span{background:#eee;padding:6px 14px;border-radius:20px;font-size:.85rem}@media(max-width:900px){.pillars-container{grid-template-columns:1fr}}.initiatives-intro{max-width:720px;margin:auto auto 60px;text-align:center;line-height:1.7;opacity:.85}.initiatives-section{min-height:100vh;padding:120px 8vw;background:#fff}.initiatives-title{font-size:3rem;font-weight:700;margin-bottom:80px;text-align:center}.initiatives-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:auto}.initiative-card{padding:40px;background:#f5f5f5;border-radius:12px;transition:transform .3s ease}.initiative-card:hover{transform:translateY(-6px)}.initiative-card h3{font-size:1.5rem;margin-bottom:12px}.initiative-card p{line-height:1.6;opacity:.8}@media(max-width:900px){.initiatives-container{grid-template-columns:1fr}}.philosophy-section{min-height:100vh;padding:120px 8vw;background:#f7f7f7}.philosophy-title{font-size:3rem;font-weight:700;margin-bottom:80px;text-align:center}.philosophy-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1100px;margin:auto}.philosophy-item{padding:40px;background:#fff;border-radius:12px;transition:transform .3s ease}.philosophy-item:hover{transform:translateY(-6px)}.philosophy-item h3{font-size:1.5rem;margin-bottom:12px}.philosophy-item p{line-height:1.6;opacity:.85}@media(max-width:900px){.philosophy-container{grid-template-columns:1fr}}.about-container{padding:120px 8vw;background:#fff;color:#111}.about-hero{text-align:center;margin-bottom:80px}.section-title{font-size:3rem;font-weight:700;margin-bottom:15px}.section-subtitle{font-size:1.2rem;max-width:750px;margin:auto;line-height:1.7;opacity:.8}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:100px}.about-text h2{font-size:2rem;margin-bottom:20px}.about-text p{line-height:1.7;margin-bottom:15px;opacity:.9}.about-image img{width:100%;border-radius:12px;object-fit:cover;box-shadow:0 20px 40px #00000026}.about-details{display:grid;grid-template-columns:repeat(3,2fr);gap:40px}.about-item{background:#f7f7f7;padding:40px;border-radius:12px;transition:transform .3s ease}.about-item:hover{transform:translateY(-8px)}.about-item h3{margin-bottom:12px;font-size:1.4rem}.about-item p{line-height:1.6;opacity:.85}@media(max-width:900px){.about-story,.about-details{grid-template-columns:1fr}}.projects-container{min-height:100vh;padding:4rem 2rem;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}.section-title{font-size:2.8rem;font-weight:700;margin-bottom:2rem;color:#111}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;max-width:1200px}.project-card{background:#f9f9f9;padding:2rem;border-radius:12px;box-shadow:0 10px 25px #0000000d;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #0000001a}.project-card img{width:100%;border-radius:8px;margin-bottom:1rem}.project-card h2{font-size:1.5rem;margin-bottom:.5rem;color:#111}.project-card p{font-size:1rem;color:#555;line-height:1.6;margin-bottom:1rem}.project-btn{padding:.6rem 1.2rem;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.project-btn:hover{background:#0056b3}@media(max-width:768px){.section-title{font-size:2.4rem;margin-bottom:2.2rem}.projects-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.project-card{padding:1.8rem}.project-card h2{font-size:1.5rem}}@media(max-width:480px){.projects-container{padding:3.5rem 1rem}.section-title{font-size:2rem}.project-card{padding:1.5rem;border-radius:12px}.project-card h2{font-size:1.35rem}.project-card p{font-size:.95rem}.project-btn{padding:.6rem 1.1rem;font-size:.95rem}}@media(max-width:360px){.projects-grid{grid-template-columns:1fr}}.team-container{padding:120px 8vw;text-align:center}.team-title{font-size:3rem;font-weight:700;margin-bottom:20px}.team-subtitle{max-width:800px;margin:auto auto 80px;line-height:1.7;opacity:.85}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:20px}.team-image:nth-child(1){grid-column:span 2;grid-row:span 2}.team-image:nth-child(4){grid-column:span 2}.team-image:nth-child(6){grid-row:span 2}.team-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease}.team-image:hover img{transform:scale(1.05)}@media(max-width:900px){.team-grid{grid-template-columns:1fr 1fr}}.contact-container{min-height:100vh;padding:6rem 2rem;background:#f7f9fc;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.section-title{font-size:clamp(2.4rem,4vw,3.2rem);font-weight:700;margin-bottom:1.8rem;color:#10172a;opacity:0;animation:fadeInUp 1.2s forwards}.team-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;width:min(900px,100%);margin-bottom:3.5rem}.team-member{background:#fff;padding:2.25rem 2rem;border-radius:18px;box-shadow:0 18px 40px #0f172a14;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp 1.2s forwards;display:flex;flex-direction:column;gap:.4rem}.team-member:nth-child(1){animation-delay:.3s}.team-member:nth-child(2){animation-delay:.45s}.team-member:hover{transform:translateY(-8px);box-shadow:0 28px 55px #0f172a1f}.team-member h2{font-size:1.5rem;margin:0;color:#1f2940;font-weight:600}.team-member p{font-size:1.05rem;color:#475569;margin:0;word-break:keep-all;white-space:nowrap}.form-title{font-size:clamp(2rem,3.5vw,2.6rem);margin-bottom:1.8rem;color:#10172a;opacity:0;animation:fadeInUp 1.3s forwards}.contact-form{display:flex;flex-direction:column;width:min(620px,100%);gap:1.25rem;opacity:0;animation:fadeInUp 1.3s forwards;animation-delay:.4s}.contact-form input,.contact-form textarea{padding:1.1rem 1rem;border:1px solid #d4dce8;border-radius:14px;font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease;background:#fff;color:#1f2940}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#5c80ff;box-shadow:0 0 0 4px #5c80ff26}.contact-form textarea{resize:vertical;min-height:150px}.contact-form button{padding:1.05rem;font-size:1.05rem;font-weight:600;background:linear-gradient(135deg,#5c80ff,#3f62ff);color:#fff;border:none;border-radius:14px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 18px 35px #3f62ff33}.thankyou-msg{font-size:1.2rem;color:#475569;margin-top:2rem;opacity:0;animation:fadeInUp 1.2s forwards}.contact-container:before,.contact-container:after{content:"";position:absolute;border-radius:50%;background:#5c80ff0f;filter:blur(0);pointer-events:none}.contact-container:before{width:clamp(200px,32vw,480px);height:clamp(200px,32vw,480px);top:-15%;left:-18%;animation:floatSlow 22s linear infinite alternate}.contact-container:after{width:clamp(180px,28vw,420px);height:clamp(180px,28vw,420px);bottom:-12%;right:-15%;animation:floatSlow 27s linear infinite alternate-reverse}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes floatSlow{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(0,-28px,0) rotate(180deg)}to{transform:translateZ(0) rotate(360deg)}}@media(max-width:1024px){.contact-container{padding:5rem 2rem}.team-contacts{gap:2rem}.team-member{padding:2rem 1.75rem}}@media(max-width:768px){.contact-container{padding:4.5rem 1.5rem}.team-contacts{grid-template-columns:minmax(240px,1fr);gap:1.75rem}.team-member{width:100%}.team-member p{font-size:1rem;text-align:center}.contact-container:before,.contact-container:after{opacity:.3;filter:blur(2px)}}@media(max-width:480px){.contact-container{padding:3.5rem 1.25rem}.team-member{padding:1.8rem 1.5rem;border-radius:16px}.team-member h2{font-size:1.35rem}.team-member p{font-size:.98rem}.contact-form input,.contact-form textarea{font-size:.98rem;padding:1rem .9rem}.contact-container:before,.contact-container:after{display:none}}@media(max-width:360px){.section-title{font-size:1.75rem}.form-title{font-size:1.55rem}.team-member{padding:1.5rem 1.2rem}.contact-form button{font-size:1rem;padding:.95rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Georgia,Times New Roman,Times,serif}.shape{position:fixed;z-index:0;pointer-events:none}body{position:relative;z-index:1}body{background:#fff;color:#111;scroll-behavior:smooth}h1,h2,h3,h4,h5{font-family:Georgia,Times New Roman,Times,serif;font-weight:600}.navbar{display:flex;justify-content:space-between;align-items:center;padding:18px 48px;position:sticky;top:0;background:#ffffffbf;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.4);z-index:1000;transition:padding .3s ease,background .3s ease;box-shadow:0 4px 20px #0000000a}.nav-logo{display:flex;align-items:center;gap:12px;font-size:1.65rem;font-weight:700;opacity:0;animation:fadeSlide .7s ease-out forwards}.logo-img{height:46px;width:auto;transition:.3s ease}.logo-img:hover{transform:scale(1.08)}.logo-text{font-weight:700;letter-spacing:-.6px}.nav-links{display:flex;list-style:none;gap:34px}.nav-links a{position:relative;text-decoration:none;color:#111;font-weight:500;padding-bottom:4px;transition:color .25s ease}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;height:2px;width:0%;background:#111;transition:width .25s ease;border-radius:2px}.nav-links a:hover{color:#000}.nav-links a:hover:after{width:100%}@keyframes fadeSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.navbar{padding:12px 28px}.nav-links{gap:20px}}@media(max-width:768px){.navbar{padding:12px 20px}.nav-logo{font-size:1.3rem}.logo-img{height:34px}.nav-links{gap:16px}.nav-links a{font-size:.9rem}}@media(max-width:480px){.navbar{padding:10px 14px}.nav-logo{font-size:1.15rem}.nav-links{gap:12px}.logo-img{height:30px}}.footer{width:100%;background:#111;color:#fff;padding:60px 8vw 20px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand h3{font-size:1.5rem;margin-bottom:10px}.footer-brand p{line-height:1.6;opacity:.8}.footer-links h4,.footer-contact h4{margin-bottom:12px}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{text-decoration:none;color:#ddd;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-contact p{margin-bottom:6px;opacity:.85}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:15px;text-align:center;font-size:.9rem;opacity:.7}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-top{grid-template-columns:1fr}}
