.Navbar-module___rHu7W__navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-light);background:#ffffffd9;align-items:center;height:90px;display:flex;position:fixed;top:0;left:0;right:0}[data-theme=dark] .Navbar-module___rHu7W__navbar{border-bottom:1px solid var(--border-light);background:#0f172ad9}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module___rHu7W__logo{align-items:center;display:flex}.Navbar-module___rHu7W__logoWrapper{align-items:center;width:auto;height:64px;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;width:auto!important;height:100%!important}.Navbar-module___rHu7W__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module___rHu7W__navLink{color:var(--text-primary);font-weight:500;transition:color .2s;position:relative}.Navbar-module___rHu7W__navLink:hover{color:var(--primary)}.Navbar-module___rHu7W__themeBtn{border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.Navbar-module___rHu7W__themeBtn:hover{background:var(--background-alt);color:var(--primary)}.Navbar-module___rHu7W__mobileMenuBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__mobileMenuBtn{display:block}}.Navbar-module___rHu7W__mobileMenu{background:var(--background);box-shadow:var(--shadow-lg);border-bottom:1px solid #e2e8f0;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:80px;left:0;right:0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{display:flex}.Navbar-module___rHu7W__mobileMenu a{color:var(--text-main);font-size:1.1rem;font-weight:500}.Navbar-module___rHu7W__mobileMenu a:hover{color:var(--primary)}
.Hero-module__JgYmMq__hero{background:var(--bg-surface);padding-top:140px;padding-bottom:80px;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0ea5e90d 40%,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-20%;right:-10%}.Hero-module__JgYmMq__hero:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-10%;left:-10%}.Hero-module__JgYmMq__container{z-index:1;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.Hero-module__JgYmMq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__JgYmMq__content{max-width:600px}.Hero-module__JgYmMq__label{color:var(--primary);background:#6366f11a;border:1px solid #6366f133;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.Hero-module__JgYmMq__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__gradientText{background:linear-gradient(135deg,#4f46e5 0%,#0ea5e9 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__JgYmMq__primaryBtn{background:var(--primary);color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #4f46e533,0 2px 4px -1px #4f46e51a}.Hero-module__JgYmMq__primaryBtn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 15px -3px #4f46e54d}.Hero-module__JgYmMq__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-medium);background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;transition:all .3s;display:flex}.Hero-module__JgYmMq__secondaryBtn:hover{background:var(--bg-surface-alt);border-color:var(--text-secondary);color:var(--primary)}.Hero-module__JgYmMq__trustBadges{border-top:1px solid var(--border-light);padding-top:1.5rem}.Hero-module__JgYmMq__trustText{color:var(--text-tertiary);margin-bottom:1rem;font-size:.875rem;font-weight:500}.Hero-module__JgYmMq__logos{opacity:.6;filter:grayscale();gap:2rem;display:flex}.Hero-module__JgYmMq__visual{perspective:1000px;width:100%;height:600px;position:relative}.Hero-module__JgYmMq__dashboardMockup{aspect-ratio:16/10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2;background:#fffc;border:1px solid #fff9;border-radius:16px;width:90%;height:auto;transition:transform .5s;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a,0 0 0 1px #0000000d}.Hero-module__JgYmMq__dashboardMockup:hover{transform:translate(-50%,-52%)rotateY(-2deg)rotateX(2deg)}.Hero-module__JgYmMq__headerBar{border-bottom:1px solid var(--border-light);background:#fff;align-items:center;gap:.75rem;height:48px;padding:0 1.5rem;display:flex}.Hero-module__JgYmMq__dot{background:var(--border-medium);border-radius:50%;width:10px;height:10px}.Hero-module__JgYmMq__dot:first-child{background:#ef4444}.Hero-module__JgYmMq__dot:nth-child(2){background:#f59e0b}.Hero-module__JgYmMq__dot:nth-child(3){background:#22c55e}.Hero-module__JgYmMq__mockContent{grid-template-columns:200px 1fr;gap:1.5rem;height:calc(100% - 48px);padding:1.5rem;display:grid}.Hero-module__JgYmMq__sidebar{background:var(--bg-surface-alt);border-radius:12px;height:100%}.Hero-module__JgYmMq__mainArea{flex-direction:column;gap:1rem;display:flex}.Hero-module__JgYmMq__mockCard{height:120px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);background:#fff;border-radius:12px;position:relative;overflow:hidden}.Hero-module__JgYmMq__mockChart{border-top:2px solid var(--primary);background:linear-gradient(#4f46e51a 0%,#0000 100%);height:60px;position:absolute;bottom:0;left:0;right:0}.Hero-module__JgYmMq__floatingCard{box-shadow:var(--shadow-lg);z-index:3;background:#fff;border:1px solid #fffc;border-radius:12px;align-items:center;gap:1rem;padding:1rem;animation:6s ease-in-out infinite Hero-module__JgYmMq__float;display:flex;position:absolute}.Hero-module__JgYmMq__card1{top:20%;right:-5%}.Hero-module__JgYmMq__card2{animation-delay:2s;bottom:25%;left:-5%}.Hero-module__JgYmMq__iconBox{background:var(--bg-surface-alt);width:40px;height:40px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.Hero-module__JgYmMq__cardText{flex-direction:column;display:flex}.Hero-module__JgYmMq__cardTitle{color:var(--text-primary);font-size:.875rem;font-weight:700}.Hero-module__JgYmMq__cardSubtitle{color:var(--text-secondary);font-size:.75rem}@keyframes Hero-module__JgYmMq__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:1024px){.Hero-module__JgYmMq__title{font-size:3rem}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding-top:120px;padding-bottom:40px}.Hero-module__JgYmMq__grid{text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__content{margin:0 auto}.Hero-module__JgYmMq__actions{justify-content:center}.Hero-module__JgYmMq__trustBadges{display:none}.Hero-module__JgYmMq__visual{height:400px;margin-top:2rem}.Hero-module__JgYmMq__dashboardMockup{width:100%;position:relative;top:0;left:0;transform:none!important}.Hero-module__JgYmMq__floatingCard{display:none}}
.Stats-module__Lag95a__section{z-index:20;background:0 0;width:100%;margin-top:-60px;padding:4rem 0;position:relative}.Stats-module__Lag95a__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Stats-module__Lag95a__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;display:grid}.Stats-module__Lag95a__card{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex}.Stats-module__Lag95a__card:hover{box-shadow:var(--shadow-glow);border-color:var(--primary-light);transform:translateY(-5px)}.Stats-module__Lag95a__iconWrapper{background:var(--bg-surface-alt);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:flex}.Stats-module__Lag95a__card:hover .Stats-module__Lag95a__iconWrapper{background:var(--primary);color:#fff}.Stats-module__Lag95a__number{color:#0000;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;line-height:1}.Stats-module__Lag95a__label{color:var(--text-secondary);font-size:.95rem;font-weight:600}@media (max-width:1024px){.Stats-module__Lag95a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Stats-module__Lag95a__section{margin-top:0;padding-top:2rem}.Stats-module__Lag95a__grid{grid-template-columns:1fr}}
.About-module__S-Ka5a__about{background-color:var(--background);padding:5rem 0}.About-module__S-Ka5a__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.About-module__S-Ka5a__grid{grid-template-columns:1fr 1fr;align-items:center}}.About-module__S-Ka5a__content h2{color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem}.About-module__S-Ka5a__content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.About-module__S-Ka5a__cards{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}.About-module__S-Ka5a__card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.About-module__S-Ka5a__card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem}.About-module__S-Ka5a__valuesList{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0;list-style:none;display:grid}.About-module__S-Ka5a__valuesList li{align-items:center;gap:.5rem;font-weight:500;display:flex}.About-module__S-Ka5a__valuesList li:before{content:"✓";color:var(--primary);font-weight:700}
.Founders-module__y0zQfa__section{background:var(--bg-surface);padding:5rem 0}.Founders-module__y0zQfa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Founders-module__y0zQfa__header{text-align:center;margin-bottom:4rem}.Founders-module__y0zQfa__title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Founders-module__y0zQfa__titleAccent{color:var(--primary)}.Founders-module__y0zQfa__grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.Founders-module__y0zQfa__card{border:1px solid var(--border);background:#fff;border-radius:1.5rem;align-items:center;gap:1.5rem;width:100%;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:768px){.Founders-module__y0zQfa__card{width:calc(50% - 1rem)}}.Founders-module__y0zQfa__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.Founders-module__y0zQfa__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#06b6d4 100%);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.5rem;font-weight:700;display:flex}.Founders-module__y0zQfa__info{flex-grow:1}.Founders-module__y0zQfa__name{color:var(--text-main);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Founders-module__y0zQfa__role{color:var(--primary);font-size:.875rem;font-weight:500}
.Services-module__h5-agW__section{background:var(--bg-surface-alt);padding:8rem 0;position:relative}.Services-module__h5-agW__header{text-align:center;max-width:700px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.Services-module__h5-agW__label{color:var(--primary);background:#6366f11a;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.Services-module__h5-agW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.Services-module__h5-agW__subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.Services-module__h5-agW__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.Services-module__h5-agW__card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__h5-agW__card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-5px)}.Services-module__h5-agW__card:before{content:"";background:var(--gradient-brand);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__h5-agW__card:hover:before{opacity:1}.Services-module__h5-agW__iconContainer{background:var(--bg-surface-alt);width:64px;height:64px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .3s;display:flex}.Services-module__h5-agW__card:hover .Services-module__h5-agW__iconContainer{background:var(--primary);color:#fff;transform:scale(1.1)rotate(-5deg)}.Services-module__h5-agW__cardTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__h5-agW__cardDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.7}.Services-module__h5-agW__learnMore{color:var(--primary);opacity:0;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;transform:translateY(10px)}.Services-module__h5-agW__card:hover .Services-module__h5-agW__learnMore{opacity:1;transform:translateY(0)}@media (max-width:768px){.Services-module__h5-agW__section{padding:5rem 0}}
.WhyChooseUs-module__YwVtra__section{background-color:var(--bg-surface);padding:5rem 0}.WhyChooseUs-module__YwVtra__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.WhyChooseUs-module__YwVtra__header{text-align:center;margin-bottom:4rem}.WhyChooseUs-module__YwVtra__text{max-width:600px;color:var(--text-light);margin:0 auto}.WhyChooseUs-module__YwVtra__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.WhyChooseUs-module__YwVtra__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.WhyChooseUs-module__YwVtra__grid{grid-template-columns:repeat(3,1fr)}}.WhyChooseUs-module__YwVtra__card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.WhyChooseUs-module__YwVtra__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.WhyChooseUs-module__YwVtra__icon{width:5rem;height:5rem;color:var(--primary);background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.WhyChooseUs-module__YwVtra__title{color:var(--text-main);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.WhyChooseUs-module__YwVtra__description{color:var(--text-light);font-size:.95rem;line-height:1.6}
.Testimonials-module__5wb8fq__testimonials{background-color:var(--background-alt);padding:5rem 0}.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr 1fr}}.Testimonials-module__5wb8fq__card{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.Testimonials-module__5wb8fq__quote{color:var(--foreground);margin-bottom:1.5rem;font-size:1.125rem;font-style:italic}.Testimonials-module__5wb8fq__author{color:var(--primary);font-weight:600}
.Enquiry-module__PfUoJG__section{color:#fff;background:radial-gradient(circle at 100% 0,#1e293b 0%,#0f172a 100%);padding:8rem 0;position:relative;overflow:hidden}.Enquiry-module__PfUoJG__container{z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative}.Enquiry-module__PfUoJG__glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;right:-100px}.Enquiry-module__PfUoJG__glow2{z-index:1;pointer-events:none;background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-50px;left:-50px}.Enquiry-module__PfUoJG__header{text-align:center;margin-bottom:5rem}.Enquiry-module__PfUoJG__label{color:#67e8f9;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.Enquiry-module__PfUoJG__title{background:linear-gradient(90deg,#fff,#94a3b8);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Enquiry-module__PfUoJG__gradientText{background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#0000;-webkit-background-clip:text;background-clip:text}.Enquiry-module__PfUoJG__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.7}.Enquiry-module__PfUoJG__formWrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff14;border-radius:2rem;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto;padding:3rem;display:grid;box-shadow:0 25px 50px -12px #00000080}@media (min-width:1024px){.Enquiry-module__PfUoJG__formWrapper{grid-template-columns:350px 1fr;padding:4rem}}.Enquiry-module__PfUoJG__context{flex-direction:column;gap:2rem;display:flex}.Enquiry-module__PfUoJG__contextTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Enquiry-module__PfUoJG__contextText{color:#94a3b8;margin-bottom:2rem;line-height:1.6}.Enquiry-module__PfUoJG__benefits{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Enquiry-module__PfUoJG__benefitItem{color:#e2e8f0;align-items:center;gap:1rem;font-weight:500;display:flex}.Enquiry-module__PfUoJG__checkIcon{color:#60a5fa;background:#3b82f633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Enquiry-module__PfUoJG__tabs{background:#0f172a99;border-radius:1rem;flex-direction:column;gap:1rem;padding:.5rem;display:flex}.Enquiry-module__PfUoJG__tabButton{text-align:left;color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Enquiry-module__PfUoJG__tabButton:hover{color:#fff;background:#ffffff0d}.Enquiry-module__PfUoJG__activeTab{color:#fff;background:linear-gradient(135deg,#3b82f633 0%,#06b6d41a 100%);border:1px solid #3b82f666;box-shadow:0 4px 6px -1px #0003}.Enquiry-module__PfUoJG__formContainer{position:relative}.Enquiry-module__PfUoJG__formTitle{color:#fff;align-items:center;gap:1rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.Enquiry-module__PfUoJG__formTitle:before{content:"";background:linear-gradient(#3b82f6,#06b6d4);border-radius:2px;width:4px;height:24px;display:block}.Enquiry-module__PfUoJG__formGrid{gap:1.5rem;display:grid}.Enquiry-module__PfUoJG__col2{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Enquiry-module__PfUoJG__col2{grid-template-columns:1fr 1fr}}.Enquiry-module__PfUoJG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Enquiry-module__PfUoJG__labelInput{color:#cbd5e1;margin-left:.25rem;font-size:.875rem;font-weight:600}.Enquiry-module__PfUoJG__input,.Enquiry-module__PfUoJG__select,.Enquiry-module__PfUoJG__textarea{color:#fff;background:#0f172a99;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.Enquiry-module__PfUoJG__input::placeholder,.Enquiry-module__PfUoJG__textarea::placeholder{color:#64748b}.Enquiry-module__PfUoJG__input:focus,.Enquiry-module__PfUoJG__select:focus,.Enquiry-module__PfUoJG__textarea:focus{background:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.Enquiry-module__PfUoJG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#0891b2 100%);border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #2563eb4d}.Enquiry-module__PfUoJG__submitBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.Enquiry-module__PfUoJG__arrowIcon{width:1.25rem;height:1.25rem;transition:transform .3s}.Enquiry-module__PfUoJG__submitBtn:hover .Enquiry-module__PfUoJG__arrowIcon{transform:translate(4px)}
.ContactInfo-module__WE_3sG__section{background:var(--bg-light);padding:5rem 0}.ContactInfo-module__WE_3sG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ContactInfo-module__WE_3sG__title{text-align:center;color:var(--text-main);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.ContactInfo-module__WE_3sG__accent{color:var(--accent)}.ContactInfo-module__WE_3sG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ContactInfo-module__WE_3sG__card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.ContactInfo-module__WE_3sG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.ContactInfo-module__WE_3sG__iconWrapper{width:4rem;height:4rem;color:var(--primary);background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.ContactInfo-module__WE_3sG__cardTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactInfo-module__WE_3sG__content{color:var(--text-light);font-size:1rem}.ContactInfo-module__WE_3sG__link{color:var(--primary);font-weight:500;text-decoration:none}.ContactInfo-module__WE_3sG__link:hover{text-decoration:underline}
.Footer-module__Grjkva__footer{background:var(--bg-dark);color:#fff;padding:5rem 0 2rem}.Footer-module__Grjkva__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brand h3{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.Footer-module__Grjkva__brand p{color:#94a3b8;max-width:320px;line-height:1.6}.Footer-module__Grjkva__column h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__Grjkva__links{list-style:none}.Footer-module__Grjkva__links li{margin-bottom:1rem}.Footer-module__Grjkva__links a{color:#94a3b8;transition:color .2s}.Footer-module__Grjkva__links a:hover{color:var(--primary)}.Footer-module__Grjkva__copyright{text-align:center;color:#64748b;border-top:1px solid #1e293b;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__Grjkva__copyright{flex-direction:column;gap:1rem}}
