@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&family=Roboto:wght@400;500&display=swap";:root{--font-primary: "Inter", sans-serif;--font-heading: "Poppins", sans-serif;--font-body: "Roboto", sans-serif;--text-xs: 14px;--text-sm: 16px;--text-base: 18px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 32px;--text-3xl: 48px;--text-4xl: 64px;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.6;--spacing-xs: 16px;--spacing-sm: 24px;--spacing-md: 32px;--spacing-lg: 40px;--spacing-xl: 60px;--spacing-2xl: 80px;--spacing-3xl: 120px;--color-text-primary: #1a1a1a;--color-text-secondary: #4b5563;--color-text-light: #6b7280}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:var(--leading-normal);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:var(--leading-tight);margin-bottom:var(--spacing-md)}h1{font-size:var(--text-4xl);letter-spacing:-.02em}h2{font-size:var(--text-3xl);letter-spacing:-.01em}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);margin-bottom:var(--spacing-md)}section{padding:var(--spacing-3xl) 0}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}@media (max-width: 768px){:root{--text-4xl: 48px;--text-3xl: 36px;--text-2xl: 28px;--text-xl: 22px;--text-base: 16px}section{padding:var(--spacing-2xl) 0}}@media (max-width: 480px){:root{--text-4xl: 40px;--text-3xl: 32px;--text-2xl: 24px;--text-xl: 20px;--text-base: 14px}section{padding:var(--spacing-xl) 0}.container{padding:0 var(--spacing-xs)}}@media (max-width: 768px){.text-center-mobile{text-align:center}.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media (min-width: 769px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}.text-gradient{background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.05em}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000;height:75px;display:flex;align-items:center}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:75px;width:auto}.nav-center{display:flex;gap:6.5rem;margin-left:auto;margin-right:auto}.nav-center a{color:#333;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease}.nav-center a:hover{color:#065f46}.nav-buttons{display:flex;gap:2rem;align-items:center}.calculator-button{background-color:#f6b445;color:#000;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.calculator-button:hover{background-color:#e5a534}.contact-button{border:2px solid #065f46;color:#065f46;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;transition:all .2s ease}.contact-button:hover{background-color:#065f46;color:#fff}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1201}.navbar-hamburger span{display:block;width:26px;height:3px;margin:4px 0;background:#222;border-radius:2px;transition:.3s}.navbar-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-desktop{display:flex}.nav-mobile{display:none}.navbar-mobile-menu{position:fixed;top:0;right:-100vw;width:80vw;max-width:340px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000014;z-index:1200;display:flex;flex-direction:column;align-items:flex-start;padding:90px 2rem 2rem;transition:right .3s cubic-bezier(.4,1.01,.32,1)}.navbar-mobile-menu.open{right:0}.navbar-mobile-menu .nav-center,.navbar-mobile-menu .nav-buttons{flex-direction:column;gap:2.5rem;width:100%;align-items:flex-start}@media (max-width: 900px){.navbar,.navbar-logo img{height:60px}.nav-desktop{display:none!important}.nav-mobile{display:flex!important}.navbar-hamburger{display:flex}.nav-mobile-links{display:flex;flex-direction:column;gap:1.8rem;align-items:center;width:100%;color:#000;text-decoration:none}.Links{color:#000;text-decoration:none}.nav-mobile-links .calculator-button,.nav-mobile-links .contact-button{width:100%;text-align:center;padding:.75rem 1rem}}.hero-section{position:relative;width:100%;min-height:480px;background:url(/assets/Landing-bg-C0iemPTD.jpg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00202073;z-index:1}.hero-content{position:relative;z-index:2;display:flex;width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem;align-items:center;justify-content:space-between;gap:2rem;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) .2s both}.hero-left{flex:1.2;color:#fff;display:flex;flex-direction:column;gap:1.5rem;animation:slideInLeft 1.2s cubic-bezier(.23,1.01,.32,1) .2s both}.hero-title{font-size:2.7rem;font-weight:700;line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:1.15rem;font-weight:400;margin-bottom:1.5rem;color:#e0e0e0}.hero-buttons{display:flex;gap:1.2rem}.hero-btn{font-size:1rem;font-weight:600;padding:.85rem 2rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s,color .2s,border .2s}.hero-btn-yellow{background:#f6b445;color:#222}.hero-btn-yellow:hover{background:#e5a534}.hero-btn-outline{background:transparent;color:#fff;border:2px solid #fff}.hero-btn-outline:hover{background:#fff;color:#065f46}.hero-right{flex:1;display:flex;align-items:center;justify-content:flex-end;animation:slideInRight 1.2s cubic-bezier(.23,1.01,.32,1) .4s both}.hero-media{background:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 32px #00000040;width:600px;height:285px;display:flex;align-items:center;justify-content:center}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover}@media (max-width: 900px){.hero-content{flex-direction:column;gap:2.5rem;padding:2rem 1rem;align-items:flex-start}.hero-right{justify-content:center;width:100%}.hero-media{width:100%;max-width:350px;height:180px}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-buttons{gap:1rem}.hero-btn{padding:.8rem 1.5rem;font-size:.95rem}.why-choose-cards{flex-direction:column;gap:1.5rem;align-items:center}.why-card{max-width:95vw;min-width:0;width:100%;align-items:flex-start}.about-container{flex-direction:column;gap:2rem;padding:0 1rem;align-items:flex-start}.about-image-placeholder img{width:100%;height:100%;object-fit:cover}.about-title{font-size:1.5rem}.about-desc{font-size:1rem}}@media (max-width: 600px){.hero-section{min-height:400px;padding:0}.hero-content{padding:1.5rem 1rem;gap:1.5rem;text-align:center}.hero-left{align-items:center;text-align:center}.hero-title{font-size:1.5rem;line-height:1.3;margin-top:3.5rem}.hero-subtitle{font-size:1rem;margin-bottom:1.2rem}.hero-buttons{flex-direction:column;gap:.8rem;width:100%;max-width:280px}.hero-btn{width:100%;padding:.8rem 1rem;font-size:.95rem}.hero-media{max-width:100%;height:140px}.why-choose-section{padding:2rem 0 1.5rem}.why-choose-title{font-size:1.2rem}.why-choose-subtitle{font-size:1rem;margin-bottom:1.2rem}.why-card{padding:1.2rem .7rem 1rem;margin-bottom:1rem}.why-card-title{font-size:1.1rem;margin:1.2rem 0 .5rem}.why-card-desc{font-size:.95rem}.about-section{padding:2rem 0}.about-container{padding:0 .5rem;gap:1.2rem}.about-image-placeholder{min-width:120px;min-height:90px;width:100%}.about-title{font-size:1.1rem;margin-bottom:.7rem}.about-desc{font-size:.95rem;margin-bottom:.7rem}}@media (max-width: 480px){.hero-section{min-height:350px}.hero-content{padding:1rem .8rem;gap:1.2rem}.hero-title{font-size:1.3rem;line-height:1.4}.hero-subtitle{font-size:.9rem}.hero-buttons{max-width:250px}.hero-btn{padding:.7rem .8rem;font-size:.9rem}.hero-media{height:120px}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.why-choose-section{background:#fff;padding:3.5rem 0 3rem;width:100%}.why-choose-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.why-choose-title{font-size:2.3rem;font-weight:400;margin-bottom:.7rem;color:#111}.why-choose-subtitle{font-size:1.25rem;color:#222;margin-bottom:2.5rem;font-weight:400}.why-choose-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.why-card{background:#0d5c74;color:#fff;border-radius:10px;box-shadow:0 2px 12px #00000012;flex:1 1 300px;min-width:280px;max-width:370px;padding:2.2rem 1.5rem 1.7rem;position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;border:2px solid transparent;transition:border .2s,box-shadow .2s;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) both}.why-card:hover{border:2px solid #2ec4b6;box-shadow:0 6px 24px #00000021}.why-card-circle{width:54px;height:54px;background:#f6b445;border-radius:50%;position:absolute;top:-27px;left:24px;border:4px solid #fff;box-shadow:0 2px 8px #00000014}.why-card-title{font-size:1.45rem;font-weight:700;margin:1.7rem 0 .7rem;color:#fff;text-align:left}.why-card-desc{font-size:1.08rem;color:#e0e0e0;font-weight:400;text-align:left}.about-section{background:#e3d8b35c;width:100%;padding:3.5rem 0}.about-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem;padding:0 1.5rem}.about-image-placeholder{flex:1.1;min-width:320px;min-height:280px;background:#39404c;border-radius:0;display:block}.about-content{flex:1.3;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.about-title{font-size:2.3rem;font-weight:600;margin-bottom:1.2rem;color:#111;text-align:left}.about-desc{font-size:1.18rem;color:#111;margin-bottom:1.1rem;text-align:left;font-weight:400}.about-image-placeholder img{width:100%;height:280px;object-fit:cover;display:block}.process-section{background:#fff;width:100%;padding:3.5rem 0 3rem}.process-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.process-header{text-align:center;margin-bottom:2.5rem}.process-title{font-size:2.3rem;font-weight:400;margin-bottom:.7rem;color:#111}.process-subtitle{font-size:1.25rem;color:#222;margin-bottom:0;font-weight:400}.process-content{display:flex;align-items:flex-start;gap:3rem;flex-wrap:wrap}.process-left{flex:1.2;min-width:320px;display:flex;flex-direction:column;justify-content:center;animation:slideInLeft 1.1s cubic-bezier(.23,1.01,.32,1) .1s both}.process-steps{display:flex;flex-direction:column;gap:2.1rem}.process-step{display:flex;align-items:flex-start;gap:1.2rem;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) both}.process-circle{width:48px;height:48px;background:#179a3b;border-radius:50%;margin-top:2px;flex-shrink:0}.process-step-title{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:.2rem}.process-step-desc{font-size:1.05rem;color:#222;font-weight:400}.process-right{flex:1.1;min-width:280px;display:flex;align-items:center;justify-content:center;animation:slideInRight 1.1s cubic-bezier(.23,1.01,.32,1) .2s both}.process-image{width:100%;max-width:540px;min-height:340px;aspect-ratio:4/3;border-radius:6px;box-shadow:0 4px 24px #0000001a;object-fit:cover}@media (max-width: 900px){.process-content{flex-direction:column;gap:2rem}.process-right{order:-1;width:100%}.process-image{width:100%;max-width:400px;height:200px}.process-title{font-size:1.8rem}.process-step-title{font-size:1.1rem}.process-step-desc{font-size:.95rem}.process-icon-circle{width:48px;height:48px;margin-right:1rem}.process-icon-circle svg{width:28px;height:28px}}@media (max-width: 600px){.process-section{padding:2rem 0 1.5rem}.process-container{padding:0 .8rem}.process-header{margin-bottom:1.5rem}.process-title{font-size:1.3rem}.process-subtitle{font-size:.95rem}.process-steps{gap:1rem}.process-icon-circle{width:36px;height:36px;margin-right:.7rem}.process-icon-circle svg{width:18px;height:18px}.process-step-title{font-size:1rem}.process-step-desc{font-size:.9rem}.process-image{height:150px}}.projects-section{background:#fff;width:100%;padding:3.5rem 0 3rem}.projects-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.projects-title{font-size:2.3rem;font-weight:400;margin-bottom:.7rem;color:#111}.projects-subtitle{font-size:1.25rem;color:#222;margin-bottom:2.5rem;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}.projects-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap;margin-bottom:2.5rem}.project-card{background:#f3f3f3;border-radius:8px;box-shadow:0 2px 12px #00000012;flex:1 1 300px;min-width:260px;max-width:340px;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;transition:box-shadow .2s,transform .2s;height:340px}.project-image-half{width:100%;height:50%;background:#e0e0e0;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image-half img{width:100%;height:100%;object-fit:cover;display:block}.project-info-half{width:100%;height:50%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:1.1rem 1.2rem;gap:.3rem}.project-name{font-family:var(--font-heading);font-size:1.18rem;font-weight:700;color:#1a1a1a;margin-bottom:.2rem;line-height:1.2}.project-desc{font-family:var(--font-body);font-size:1rem;color:#4b5563;line-height:1.5;font-weight:400}.project-card:hover{box-shadow:0 6px 24px #00000021;transform:translateY(-6px) scale(1.03)}.projects-btn-wrapper{display:flex;justify-content:center;margin-top:1.5rem}.projects-btn{background:#f6b445;color:#222;font-weight:600;font-size:1.1rem;border:none;border-radius:8px;padding:.9rem 2.5rem;cursor:pointer;transition:background .2s,color .2s}.projects-btn:hover{background:#e5a534;color:#111}@media (max-width: 900px){.projects-cards{flex-direction:column;gap:1.5rem;align-items:center}.project-card{max-width:95vw;min-width:0;width:100%;flex-direction:column}.project-info-half{padding:1.2rem 1rem}.project-name{font-size:1.2rem}.project-desc{font-size:.95rem}.projects-title{font-size:1.8rem}}@media (max-width: 600px){.projects-section{padding:2rem 0 1.5rem}.projects-container{padding:0 .8rem}.projects-title{font-size:1.3rem}.projects-subtitle{font-size:.95rem}.project-card{border-radius:8px}.project-info-half{padding:1rem .8rem}.project-name{font-size:1.1rem}.project-desc{font-size:.9rem}.projects-btn{font-size:.95rem;padding:.8rem 1.5rem}}.fade-section{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.23,1.01,.32,1),transform .7s cubic-bezier(.23,1.01,.32,1)}.fade-section.animate-in{opacity:1;transform:none}.savings-section{background:#f3f3f3;width:100%;padding:3.5rem 0 3rem}.savings-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:3rem;padding:0 1.5rem;flex-wrap:wrap}.savings-left{flex:1.1;min-width:320px;display:flex;flex-direction:column;justify-content:center;gap:1.2rem}.savings-title{font-size:2.1rem;font-weight:500;margin-bottom:.7rem;color:#111;text-align:left}.savings-desc{font-size:1.18rem;color:#222;margin-bottom:1.2rem;font-weight:400;text-align:left}.savings-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.7rem}.savings-list li{display:flex;align-items:center;font-size:1.08rem;color:#222;font-weight:400;margin-bottom:.2rem}.savings-dot{width:16px;height:16px;background:#f6b445;border-radius:50%;margin-right:1rem;flex-shrink:0;display:inline-block}.savings-btn{background:#179a3b;color:#fff;font-weight:600;font-size:1.08rem;border:none;border-radius:8px;padding:.8rem 2rem;cursor:pointer;transition:background .2s,color .2s;margin-top:.7rem;width:fit-content}.savings-btn:hover{background:#12732c}.savings-right{flex:1.1;min-width:320px;display:flex;align-items:center;justify-content:center}.savings-image{width:100%;max-width:440px;min-height:260px;aspect-ratio:4/3;border-radius:8px;box-shadow:0 4px 24px #0000001a;object-fit:cover}@media (max-width: 900px){.savings-container{flex-direction:column;gap:2rem;align-items:center}.savings-right{order:-1;width:100%}.savings-image{width:100%;max-width:400px;height:200px}.savings-title{font-size:1.8rem}}@media (max-width: 600px){.savings-section{padding:2rem 0 1.5rem}.savings-container{padding:0 .8rem;gap:1.5rem}.savings-title{font-size:1.3rem}.savings-desc{font-size:.95rem;margin-bottom:1rem}.savings-list li{font-size:.9rem;margin-bottom:.5rem}.savings-dot{width:10px;height:10px;margin-right:.6rem}.savings-btn{font-size:.95rem;padding:.8rem 1.5rem}.savings-image{height:150px}}.testimonials-section{background:#fff;width:100%;padding:3.5rem 0 3rem}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.testimonials-title{font-size:2.3rem;font-weight:400;margin-bottom:.7rem;color:#111}.testimonials-subtitle{font-size:1.18rem;color:#222;margin-bottom:2.5rem;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}.testimonials-cards{display:flex;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap;margin-bottom:2.5rem}.testimonial-card{background:#e3d8b35c;border-radius:16px;box-shadow:0 4px 24px #00000014;flex:1 1 420px;min-width:340px;max-width:480px;display:flex;flex-direction:column;align-items:flex-start;padding:2.2rem 2rem 2rem;margin:.5rem 0;transition:box-shadow .2s,transform .2s}.testimonial-card:hover{box-shadow:0 8px 32px #00000021;transform:translateY(-4px) scale(1.02)}.testimonial-avatar{width:56px;height:56px;border-radius:50%;margin-bottom:1.2rem;flex-shrink:0}.testimonial-content{width:100%}.testimonial-name{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:#222;margin-bottom:.2rem}.testimonial-role{font-family:var(--font-body);font-size:1.05rem;color:#6b7280;margin-bottom:.7rem;font-weight:500}.testimonial-quote{font-family:var(--font-body);font-size:1.08rem;color:#222;font-style:italic;line-height:1.6;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:4.5em;max-height:6.5em}@media (max-width: 1100px){.testimonials-cards{flex-direction:column;gap:1.5rem;align-items:center}.testimonial-card{max-width:95vw;min-width:0;width:100%;padding:1.5rem 1rem 1.2rem}}@media (max-width: 600px){.testimonials-section{padding:2rem 0 1.5rem}.testimonials-container{padding:0 .8rem}.testimonials-title{font-size:1.3rem}.testimonials-subtitle{font-size:.95rem}.testimonial-card{padding:1rem .8rem .8rem;border-radius:10px}.testimonial-name{font-size:1.05rem}.testimonial-role{font-size:.9rem}.testimonial-quote{font-size:.9rem;min-height:3.5em;max-height:5em}}.process-icon-circle{width:64px;height:64px;background:#13705b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.3rem;margin-right:1.2rem;flex-shrink:0}.process-icon-circle svg{width:38px;height:38px;display:block}@media (max-width: 900px){.process-icon-circle{width:48px;height:48px;margin-right:1rem}.process-icon-circle svg{width:28px;height:28px}}@media (max-width: 600px){.process-icon-circle{width:36px;height:36px;margin-right:.7rem}.process-icon-circle svg{width:18px;height:18px}}.about-hero-section{position:relative;width:100%;min-height:400px;background:#222;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.about-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/About-page2-DT7WsTIf.png) center/cover no-repeat;z-index:1;width:100%;height:100%;opacity:.3}.about-hero-content{position:relative;z-index:2;padding:4rem 2rem 3rem 5vw;color:#111;max-width:900px}.about-hero-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;line-height:1.2}.about-hero-subtitle{font-family:var(--font-body);font-size:1.25rem;color:#fff;font-weight:400;max-width:700px;line-height:1.6}@media (max-width: 900px){.about-hero-section{min-height:350px}.about-hero-content{padding:3rem 1.5rem 2rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}}@media (max-width: 600px){.about-hero-section{min-height:280px}.about-hero-content{padding:2rem 1rem 1.5rem}.about-hero-title{font-size:1.8rem;line-height:1.3}.about-hero-subtitle{font-size:.95rem;line-height:1.5}}@media (max-width: 480px){.about-hero-section{min-height:250px}.about-hero-content{padding:1.5rem .8rem 1rem}.about-hero-title{font-size:1.5rem}.about-hero-subtitle{font-size:.9rem}}.mv-section{background:#fff;width:100%;padding:5.5rem 0 3rem}.mv-container{max-width:1200px;margin:0 auto;display:flex;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap;padding:0 1.5rem}.mv-card{background:#f6b445;color:#fff;border-radius:0;flex:1 1 340px;min-width:280px;max-width:600px;padding:2.2rem 2rem 1.7rem;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;position:relative;box-shadow:0 2px 12px #00000012;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) both}.mv-circle{width:40px;height:40px;background:#0d5c74;border-radius:50%;margin-bottom:1.2rem;margin-left:.1rem}.mv-title{font-size:1.5rem;font-weight:700;margin-bottom:.7rem;color:#fff}.mv-desc{font-size:1.08rem;color:#fff;font-weight:400}@media (max-width: 900px){.mv-section{padding:3rem 0 2rem}.mv-container{flex-direction:column;gap:1.5rem;align-items:center;padding:0 1rem}.mv-card{max-width:95vw;min-width:0;width:100%;align-items:flex-start}.mv-title{font-size:1.3rem}.mv-desc{font-size:1rem}}@media (max-width: 600px){.mv-section{padding:2rem 0 1.5rem}.mv-container{padding:0 .8rem;gap:1.2rem}.mv-card{padding:1.2rem 1rem 1rem;margin-bottom:1rem}.mv-circle{width:32px;height:32px;margin-bottom:.8rem}.mv-title{font-size:1.1rem}.mv-desc{font-size:.95rem}}@media (max-width: 480px){.mv-container{padding:0 .5rem}.mv-card{padding:1rem .8rem .8rem}.mv-title{font-size:1rem}.mv-desc{font-size:.9rem}}.team-section{background:#fff;width:100%;padding:5rem 0 4rem}.team-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.team-title{font-family:var(--font-heading);font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.team-subtitle{font-family:var(--font-body);font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:3rem;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.team-cards{display:flex;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap;margin-bottom:3rem}.team-card{background:#0d5c74;color:#fff;border-radius:12px;flex:1 1 320px;min-width:280px;max-width:360px;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.5rem 2rem;box-shadow:0 4px 20px #0d5c7426;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0d5c7440}.team-avatar-wrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:4px solid rgba(255,255,255,.2)}.team-avatar{width:100%;height:100%;object-fit:cover}.avatar-athrava{object-position:center 5%}.team-name{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff}.team-role{font-family:var(--font-body);font-size:1rem;color:#ffffffe6;margin-bottom:1rem;font-weight:500}.team-exp{font-family:var(--font-body);font-size:.9rem;color:#fffc;line-height:1.5}@media (max-width: 900px){.team-section{padding:3rem 0 2rem}.team-container{padding:0 1rem}.team-cards{flex-direction:column;gap:1.5rem;align-items:center}.team-card{max-width:95vw;min-width:0;width:100%}.team-title{font-size:2rem}.team-subtitle{font-size:1.1rem}}@media (max-width: 600px){.team-section{padding:2rem 0 1.5rem}.team-container{padding:0 .8rem}.team-title{font-size:1.5rem}.team-subtitle{font-size:.95rem;margin-bottom:1.5rem}.team-card{padding:1.5rem 1rem 1.2rem}.team-avatar-wrapper{width:80px;height:80px}.team-name{font-size:1.1rem}.team-role{font-size:.9rem}.team-exp{font-size:.85rem}}@media (max-width: 480px){.team-container{padding:0 .5rem}.team-title{font-size:1.3rem}.team-subtitle{font-size:.9rem}.team-card{padding:1.2rem .8rem 1rem}.team-avatar-wrapper{width:70px;height:70px}.team-name{font-size:1rem}.team-role{font-size:.85rem}.team-exp{font-size:.8rem}}.projects-page{width:100%;background:#fff}.projects-hero-section{position:relative;width:100%;min-height:320px;background:#222;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) .1s both}.projects-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/About5-BP3uti2F.jpeg) center/cover no-repeat;z-index:1;width:100%;height:100%;opacity:.4}.projects-hero-content{position:relative;z-index:2;padding:3.5rem 2rem 2.5rem 4vw;color:#111;max-width:900px;animation:slideInLeft 1.1s cubic-bezier(.23,1.01,.32,1) .2s both}.projects-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.1rem;color:#fff;line-height:1.2}.projects-hero-subtitle{font-size:1.18rem;color:#fff;font-weight:400;max-width:700px;line-height:1.6}.live-projects-section{background:#fff;width:100%;padding:3rem 0 2.5rem;animation:fadeInUp 1.1s cubic-bezier(.23,1.01,.32,1) .3s both}.live-projects-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.live-projects-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#111;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) .4s both}.live-projects-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.live-project-card{background:#f3f3f3;border-radius:10px;box-shadow:0 2px 12px #00000012;flex:1 1 300px;min-width:260px;max-width:340px;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;transition:box-shadow .2s,transform .2s;margin-bottom:1.5rem;opacity:0;transform:translateY(40px);animation:fadeSection .9s cubic-bezier(.23,1.01,.32,1) forwards;animation-delay:.5s}.live-project-card:nth-child(2){animation-delay:.7s}.live-project-card:nth-child(3){animation-delay:.9s}.live-project-card:hover{box-shadow:0 6px 24px #00000021;transform:translateY(-6px) scale(1.03)}.live-project-image-wrapper{width:100%;height:180px;background:#e0e0e0;overflow:hidden;display:flex;align-items:center;justify-content:center}.live-project-image{width:100%;height:100%;object-fit:cover;display:block}.live-project-info{width:100%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:1.1rem 1.2rem;gap:.3rem}.live-project-name{font-size:1.18rem;font-weight:700;color:#1a1a1a;margin-bottom:.2rem;line-height:1.2}.live-project-desc{font-size:1rem;color:#4b5563;line-height:1.5;font-weight:400}@media (max-width: 1200px){.live-projects-cards{gap:1.2rem}}@media (max-width: 900px){.projects-hero-section{min-height:280px}.projects-hero-content{padding:2.5rem 1.5rem 2rem}.projects-hero-title{font-size:2rem}.projects-hero-subtitle{font-size:1.1rem}.live-projects-section{padding:2.5rem 0 2rem}.live-projects-container{padding:0 1rem}.live-projects-title{font-size:1.8rem}.live-projects-cards{flex-direction:column;gap:1.5rem;align-items:center}.live-project-card{max-width:95vw;min-width:0;width:100%}.live-project-info{padding:1rem}.live-project-name{font-size:1.1rem}.live-project-desc{font-size:.95rem}.past-projects-cards{flex-direction:column;gap:1.5rem;align-items:center}.past-project-card{max-width:95vw;min-width:0;width:100%}.past-project-info{padding:1rem}.past-project-name{font-size:1.1rem}.past-project-desc{font-size:.95rem}.past-projects-section{padding:2.5rem 0 2rem}.past-projects-container{padding:0 1rem}.past-projects-title{font-size:1.8rem}}@media (max-width: 600px){.projects-hero-section{min-height:220px}.projects-hero-content{padding:2rem 1rem 1.5rem}.projects-hero-title{font-size:1.5rem;line-height:1.3}.projects-hero-subtitle{font-size:.95rem;line-height:1.5}.live-projects-section{padding:2rem 0 1.5rem}.live-projects-container{padding:0 .8rem}.live-projects-title{font-size:1.3rem;margin-bottom:1.5rem}.live-project-card{margin-bottom:1rem}.live-project-image-wrapper{height:140px}.live-project-info{padding:.8rem}.live-project-name{font-size:1rem}.live-project-desc{font-size:.9rem}.past-projects-section{padding:2rem 0 1.5rem}.past-projects-container{padding:0 .8rem}.past-projects-title{font-size:1.3rem;margin-bottom:1.5rem}.past-project-card{margin-bottom:1rem}.past-project-image-wrapper{height:140px}.past-project-info{padding:.8rem}.past-project-name{font-size:1rem}.past-project-desc{font-size:.9rem}}@media (max-width: 480px){.projects-hero-section{min-height:180px}.projects-hero-content{padding:1.5rem .8rem 1rem}.projects-hero-title{font-size:1.3rem}.projects-hero-subtitle{font-size:.9rem}.live-projects-container,.past-projects-container{padding:0 .5rem}.live-projects-title,.past-projects-title{font-size:1.2rem}.live-project-image-wrapper,.past-project-image-wrapper{height:120px}.live-project-info,.past-project-info{padding:.7rem}.live-project-name,.past-project-name{font-size:.95rem}.live-project-desc,.past-project-desc{font-size:.85rem}}@keyframes fadeSection{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.past-projects-section{background:#fff;width:100%;padding:3rem 0 2.5rem;animation:fadeInUp 1.1s cubic-bezier(.23,1.01,.32,1) .5s both}.past-projects-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.past-projects-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#111;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) .6s both}.past-projects-cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.past-project-card{background:#f3f3f3;border-radius:10px;box-shadow:0 2px 12px #00000012;flex:1 1 300px;min-width:260px;max-width:340px;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;transition:box-shadow .2s,transform .2s;margin-bottom:1.5rem;opacity:0;transform:translateY(40px);animation:fadeSection .9s cubic-bezier(.23,1.01,.32,1) forwards;animation-delay:.8s}.past-project-card:nth-child(2){animation-delay:1s}.past-project-card:nth-child(3){animation-delay:1.2s}.past-project-card:hover{box-shadow:0 6px 24px #00000021;transform:translateY(-6px) scale(1.03)}.past-project-image-wrapper{width:100%;height:180px;background:#e0e0e0;overflow:hidden;display:flex;align-items:center;justify-content:center}.past-project-image{width:100%;height:100%;object-fit:cover;display:block}.past-project-info{width:100%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:1.1rem 1.2rem;gap:.3rem}.past-project-name{font-size:1.18rem;font-weight:700;color:#1a1a1a;margin-bottom:.2rem;line-height:1.2}.past-project-desc{font-size:1rem;color:#4b5563;line-height:1.5;font-weight:400}@media (max-width: 1200px){.past-projects-cards{gap:1.2rem}}@media (max-width: 900px){.past-projects-cards{flex-direction:column;gap:1.5rem;align-items:center}.past-project-card{max-width:95vw;min-width:0;width:100%}.past-project-info{padding:.8rem .7rem}.past-project-name{font-size:1rem}.past-project-desc{font-size:.92rem}.past-projects-section{padding:2rem 0 1.2rem}}@media (max-width: 600px){.past-projects-section{padding:1.5rem 0 1rem}.past-projects-container{padding:0 .5rem}.past-projects-title{font-size:1.1rem;margin-bottom:1rem}.past-project-card{margin-bottom:1rem}.past-project-image-wrapper{height:110px}.past-project-info{padding:.5rem}.past-project-name{font-size:.92rem}.past-project-desc{font-size:.85rem}}.coming-soon-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;color:#000;font-family:Inter,sans-serif;position:relative;overflow:hidden;padding:120px 24px}.coming-soon-container:before{content:"";position:absolute;width:200%;height:200%;background:linear-gradient(45deg,#f3f4f6,#fff,#f3f4f6);animation:gradientMove 15s ease infinite;z-index:0}.coming-soon-content{text-align:center;animation:fadeIn 1.5s ease-in;position:relative;z-index:1;padding:40px;border-radius:20px;background:#ffffffe6;box-shadow:0 10px 30px #0000000d;max-width:800px;width:100%}.title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.2;margin-bottom:40px;color:#1a1a1a;letter-spacing:-.02em}.coming-soon-text{font-family:Poppins,sans-serif;font-size:48px;font-weight:700;margin:80px 0;background:linear-gradient(45deg,#2563eb,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;animation:float 3s ease-in-out infinite;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.description{font-family:Roboto,sans-serif;font-size:18px;line-height:1.6;color:#4b5563;margin-top:40px;font-weight:400;animation:slideUp 1s ease-out .5s both;max-width:600px;margin-left:auto;margin-right:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientMove{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 768px){.title{font-size:48px;margin-bottom:32px}.coming-soon-text{font-size:36px;margin:60px 0}.description{font-size:16px;margin-top:32px}.coming-soon-content{padding:60px 24px}}.contact-page{width:100%;background:#fff}.contact-hero-section{position:relative;width:100%;min-height:220px;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden;animation:fadeInUp 1s cubic-bezier(.23,1.01,.32,1) .1s both}.contact-hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#111;z-index:1;pointer-events:none}.contact-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:1;width:100%;height:100%;opacity:.5}.contact-hero-content{position:relative;z-index:3;padding:3.5rem 2rem 2.5rem 4vw;color:#111;max-width:900px;animation:slideInLeft 1.1s cubic-bezier(.23,1.01,.32,1) .2s both}.contact-hero-title{font-size:2.2rem;font-weight:700;margin-bottom:1.1rem;color:#fff;line-height:1.2}.contact-hero-subtitle{font-size:1.18rem;color:#fff;font-weight:400;max-width:700px;line-height:1.6}.contact-main-section{width:100%;background:#fff;padding:2.5rem 0 2rem}.contact-main-container{max-width:1200px;margin:0 auto;display:flex;gap:2.5rem;align-items:flex-start;justify-content:space-between;padding:0 1.5rem;flex-wrap:wrap;animation:fadeInUp 1.1s cubic-bezier(.23,1.01,.32,1) .2s both}.contact-form-block{background:#0d5c74;color:#fff;border-radius:4px;padding:2.2rem 2rem 2rem;flex:1 1 340px;min-width:300px;max-width:400px;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;animation:slideInLeft 1.1s cubic-bezier(.23,1.01,.32,1) .3s both}.contact-form-title{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem}.contact-form{width:100%;display:flex;flex-direction:column;gap:.7rem}.contact-form label{font-size:1.05rem;font-weight:500;margin-bottom:.2rem}.contact-form input,.contact-form textarea{width:100%;padding:.7rem 1rem;border-radius:6px;border:none;font-size:1rem;margin-bottom:.5rem;background:#fff;color:#222;box-sizing:border-box;outline:none;transition:box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 2px #f6b445}.contact-form textarea{resize:vertical;min-height:80px;font-family:Mona Sans,sans-serif}.contact-form-btn{background:#f6b445;color:#fff;font-weight:600;font-size:1.08rem;border:none;border-radius:6px;padding:.9rem 0;cursor:pointer;margin-top:.7rem;width:100%;transition:background .2s,color .2s}.contact-form-btn:hover{background:#e5a534;color:#0d5c74}.contact-info-block{flex:1 1 340px;min-width:300px;max-width:500px;background:#fff;border-radius:4px;padding:2.2rem 2rem 2rem;box-shadow:0 2px 12px #00000012;margin-bottom:1.5rem;animation:slideInRight 1.1s cubic-bezier(.23,1.01,.32,1) .3s both}.contact-info-title{font-size:1.3rem;font-weight:600;margin-bottom:1.2rem}.contact-info-list{display:flex;flex-direction:column;gap:1.2rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;font-size:1rem}.contact-info-icon{font-size:1.3rem;color:#0d5c74;margin-top:.2rem}.contact-info-link{color:#0d5c74;text-decoration:underline;font-size:1rem;transition:color .2s}.contact-info-link:hover{color:#f6b445}.contact-info-links-list{margin:.3rem 0 0 .2rem;padding:0;list-style:disc inside;color:#222;font-size:.98rem}.contact-info-social-label{margin-bottom:.3rem}.contact-info-socials{display:flex;gap:.7rem;margin-top:.2rem}.contact-info-social{color:#0d5c74;font-size:1.3rem;transition:color .2s}.contact-info-social:hover{color:#f6b445}.contact-map-section{width:100%;display:flex;justify-content:center;margin-top:2.5rem;animation:fadeInUp 1.1s cubic-bezier(.23,1.01,.32,1) .5s both}.contact-map-container{width:100%;max-width:800px;height:400px;background:#f5f5f5;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e0e0e0;position:relative}.contact-map-iframe{width:100%;height:100%;border:none;border-radius:12px;display:block;min-height:300px}.contact-map-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #0d5c74;border-radius:50%;animation:spin 1s linear infinite;z-index:1}.contact-map-iframe[src]+.contact-map-container:before{display:none}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 900px){.contact-hero-section{min-height:200px}.contact-hero-content{padding:2.5rem 1.5rem 2rem}.contact-hero-title{font-size:1.8rem}.contact-hero-subtitle{font-size:1.1rem}.contact-main-container{flex-direction:column;gap:2rem;align-items:stretch;padding:0 1rem}.contact-form-block,.contact-info-block{max-width:100%;width:100%}.contact-map-container{width:100%;max-width:600px;height:350px;margin:0 auto}}@media (max-width: 600px){.contact-hero-section{min-height:180px}.contact-hero-content{padding:2rem 1rem 1.5rem}.contact-hero-title{font-size:1.5rem;line-height:1.3}.contact-hero-subtitle{font-size:.95rem;line-height:1.5}.contact-main-section{padding:1.5rem 0 1rem}.contact-main-container{padding:0 .8rem;gap:1.5rem}.contact-form-block,.contact-info-block{padding:1.5rem 1rem 1.2rem}.contact-form-title,.contact-info-title{font-size:1.2rem;margin-bottom:1rem}.contact-form label{font-size:.95rem}.contact-form input,.contact-form textarea{padding:.6rem .8rem;font-size:.95rem}.contact-form-btn{font-size:1rem;padding:.8rem 0}.contact-info-item{font-size:.9rem}.contact-info-icon{font-size:1.1rem}.contact-map-section{margin-top:1.5rem}.contact-map-container{height:280px;min-width:0;max-width:100%;border-radius:8px}.contact-map-iframe{border-radius:8px}}@media (max-width: 480px){.contact-hero-section{min-height:160px}.contact-hero-content{padding:1.5rem .8rem 1rem}.contact-hero-title{font-size:1.3rem}.contact-hero-subtitle{font-size:.9rem}.contact-main-container{padding:0 .5rem}.contact-form-block,.contact-info-block{padding:1.2rem .8rem 1rem}.contact-form-title,.contact-info-title{font-size:1.1rem}.contact-form input,.contact-form textarea{padding:.5rem .7rem;font-size:.9rem}.contact-form-btn{font-size:.95rem;padding:.7rem 0}.contact-info-item{font-size:.85rem}.contact-map-container{height:220px;border-radius:6px}.contact-map-iframe{border-radius:6px;min-height:200px}}@media (max-width: 360px){.contact-map-container{height:180px;border-radius:4px}.contact-map-iframe{border-radius:4px;min-height:160px}.contact-map-section{margin-top:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.cta-section{background:#f6b445;width:100%;padding:3.5rem 0 3rem;text-align:center}.cta-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.1rem;line-height:1.2}.cta-subtitle{font-size:1.18rem;color:#17495a;margin-bottom:2.2rem;font-weight:400;line-height:1.5}.cta-btns{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.cta-btn{font-size:1.1rem;font-weight:600;border-radius:8px;padding:.9rem 2.2rem;border:none;cursor:pointer;transition:background .2s,color .2s,border .2s}.cta-btn-primary{background:#17495a;color:#fff;border:none}.cta-btn-primary:hover{background:#0d5c74}.cta-btn-outline{background:transparent;color:#17495a;border:2px solid #17495a}.cta-btn-outline:hover{background:#17495a;color:#fff}@media (max-width: 900px){.cta-section{padding:2.5rem 0 2rem}.cta-container{padding:0 1rem}.cta-title{font-size:2rem;margin-bottom:1rem}.cta-subtitle{font-size:1.1rem;margin-bottom:1.8rem}.cta-btns{gap:1.5rem}.cta-btn{font-size:1rem;padding:.8rem 1.8rem}}@media (max-width: 600px){.cta-section{padding:2rem 0 1.5rem}.cta-container{padding:0 .8rem}.cta-title{font-size:1.5rem;margin-bottom:.8rem}.cta-subtitle{font-size:1rem;margin-bottom:1.5rem}.cta-btns{flex-direction:column;gap:1rem;align-items:center}.cta-btn{width:100%;max-width:280px;padding:.8rem 1rem;font-size:.95rem}}@media (max-width: 480px){.cta-section{padding:1.5rem 0 1rem}.cta-container{padding:0 .5rem}.cta-title{font-size:1.3rem;margin-bottom:.7rem}.cta-subtitle{font-size:.9rem;margin-bottom:1.2rem}.cta-btn{max-width:250px;padding:.7rem .8rem;font-size:.9rem}}.footer-section{background:#0d5c74;color:#fff;width:100%;padding:3rem 0 2.2rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:space-between;gap:2.5rem;padding:0 1.5rem}.footer-brand{display:flex;align-items:center;gap:1.2rem;min-width:260px;flex:1.2}.footer-logo{height:60px;width:auto}.footer-brand-title{font-size:1.3rem;font-weight:600;margin-bottom:.2rem}.footer-brand-tag{font-size:1rem;color:#fff}.footer-links{display:flex;gap:3rem;flex-wrap:nowrap}.footer-col{display:flex;flex-direction:column;gap:.5rem;flex:1 1 180px;min-width:140px;max-width:180px}.footer-contact{flex:1 1 240px;min-width:140px;max-width:300px}.footer-col-title{font-size:1.08rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer-col a{color:#fff;text-decoration:none;font-size:1rem;transition:color .2s}.footer-col a:hover{color:#f6b445}@media (max-width: 900px){.footer-container{flex-direction:column;align-items:flex-start;gap:2rem}.footer-links{gap:2rem}}@media (max-width: 600px){.footer-section{padding:2rem 0 1.2rem}.footer-container{padding:0 .5rem;gap:1.2rem}.footer-brand{flex-direction:column;align-items:flex-start;gap:.7rem}.footer-links{flex-direction:column;gap:1.2rem}.footer-col{min-width:0}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.page-container{min-height:calc(100vh - 80px);display:flex;flex-direction:column}.section{padding:var(--spacing-3xl) 0}.section-title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;margin-bottom:var(--spacing-xl);text-align:center}.section-subtitle{font-family:var(--font-body);font-size:var(--text-lg);color:var(--color-text-secondary);margin-bottom:var(--spacing-2xl);text-align:center;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.main-content{padding-top:60px}.page-container{min-height:calc(100vh - 60px)}.section{padding:var(--spacing-2xl) 0}}@media (max-width: 900px){.main-content{padding-top:60px}.page-container{min-height:calc(100vh - 60px)}.section{padding:var(--spacing-2xl) 0}}
