@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@400;500&display=swap";
.landing-module__jDH3nq__landingContainer{--primary:#0b6c84;--primary-light:#22a3c3;--secondary:#172136;--accent:#29a37a;--background:#f9fafb;--surface:#fff;--text-main:#172136;--text-muted:#627084;--glass-bg:#ffffffd9;--glass-border:#fff6;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000008;--shadow-lg:0 20px 25px -5px #0000000d, 0 10px 10px -5px #00000005;--shadow-glow:0 0 20px #0e6e7333;color:var(--text-main);background-color:var(--background);width:100%;max-width:100vw;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.landing-module__jDH3nq__heroTagBr{display:none}.landing-module__jDH3nq__headingFont{font-family:Outfit,sans-serif}.landing-module__jDH3nq__nav{z-index:50;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;height:80px;padding:0 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-module__jDH3nq__logo{color:var(--primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.landing-module__jDH3nq__logoSpan{color:var(--text-main)}.landing-module__jDH3nq__navLinks{gap:2rem;display:flex}.landing-module__jDH3nq__navLink{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.landing-module__jDH3nq__navLink:after{content:"";background:var(--primary);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.landing-module__jDH3nq__navLink:hover{color:var(--primary)}.landing-module__jDH3nq__navLink:hover:after{width:100%}.landing-module__jDH3nq__mobileMenuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:background .2s;display:none}.landing-module__jDH3nq__mobileMenuBtn:active{background:#0000000d}.landing-module__jDH3nq__navDesktopBtn{display:block}.landing-module__jDH3nq__btnPrimary{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:999px;padding:.75rem 1.75rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-module__jDH3nq__btnPrimary:hover{box-shadow:var(--shadow-glow), var(--shadow-md);transform:translateY(-2px)}.landing-module__jDH3nq__btnSecondary{background:var(--surface);color:var(--primary);border:1px solid var(--primary-light);cursor:pointer;border-radius:999px;padding:.75rem 1.75rem;font-weight:500;text-decoration:none;transition:all .3s}.landing-module__jDH3nq__btnSecondary:hover{background:var(--background);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.landing-module__jDH3nq__hero{align-items:center;min-height:100vh;padding:120px 5% 60px;display:flex;position:relative;overflow:hidden}.landing-module__jDH3nq__heroBg{z-index:0;background:radial-gradient(circle at 80% 20%,#e7f9fd 0%,#0000 40%),radial-gradient(circle at 20% 80%,#ebfaf5 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.landing-module__jDH3nq__heroShape{background:linear-gradient(135deg, var(--primary-light), var(--accent));filter:blur(80px);opacity:.15;z-index:0;border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite alternate landing-module__jDH3nq__float;position:absolute;top:10%;right:-5%}.landing-module__jDH3nq__heroContent{z-index:10;max-width:800px;position:relative}.landing-module__jDH3nq__heroTag{color:var(--primary);letter-spacing:.5px;text-transform:uppercase;background:#0e6e731a;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.6s ease-out backwards landing-module__jDH3nq__slideUpFade;display:inline-block}.landing-module__jDH3nq__heroTitle{color:var(--secondary);margin-bottom:1.5rem;font-size:4.5rem;font-weight:700;line-height:1.1;animation:.8s ease-out .1s backwards landing-module__jDH3nq__slideUpFade}.landing-module__jDH3nq__gradientText{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__jDH3nq__heroDesc{color:var(--text-muted);max-width:650px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6;animation:1s ease-out .2s backwards landing-module__jDH3nq__slideUpFade}.landing-module__jDH3nq__heroActions{gap:1rem;animation:1.2s ease-out .3s backwards landing-module__jDH3nq__slideUpFade;display:flex}.landing-module__jDH3nq__infoSection{background:var(--surface);z-index:10;padding:5rem 5%;position:relative}.landing-module__jDH3nq__infoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:-8rem;display:grid;position:relative}.landing-module__jDH3nq__infoCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);border-radius:24px;padding:2.5rem;transition:transform .4s,box-shadow .4s}.landing-module__jDH3nq__infoCard:hover{box-shadow:var(--shadow-glow), var(--shadow-lg);transform:translateY(-8px)}.landing-module__jDH3nq__iconWrapper{width:56px;height:56px;color:var(--primary);background:#0e6e731a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;transition:all .3s;display:flex}.landing-module__jDH3nq__infoCard:hover .landing-module__jDH3nq__iconWrapper{background:var(--primary);color:#fff;transform:scale(1.05)rotate(5deg)}.landing-module__jDH3nq__infoTitle{color:var(--secondary);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600}.landing-module__jDH3nq__infoDesc{color:var(--text-muted);line-height:1.6}.landing-module__jDH3nq__sectionBlock{padding:8rem 5%;position:relative}.landing-module__jDH3nq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.landing-module__jDH3nq__sectionSub{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.landing-module__jDH3nq__sectionTitle{color:var(--secondary);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:700;line-height:1.2}.landing-module__jDH3nq__sectionDesc{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.landing-module__jDH3nq__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.landing-module__jDH3nq__serviceCard{background:var(--surface);box-shadow:var(--shadow-md);border:1px solid #00000008;border-radius:24px;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.landing-module__jDH3nq__serviceCard:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.landing-module__jDH3nq__serviceCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.landing-module__jDH3nq__serviceCard:hover:before{transform:scaleX(1)}.landing-module__jDH3nq__serviceIcon{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:3rem}.landing-module__jDH3nq__approachFlow{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;display:flex}.landing-module__jDH3nq__approachStep{background:var(--surface);box-shadow:var(--shadow-sm);border-radius:20px;gap:2rem;padding:2.5rem;transition:all .3s;display:flex;position:relative}.landing-module__jDH3nq__approachStep:hover{box-shadow:var(--shadow-md);transform:translate(10px)}.landing-module__jDH3nq__stepNumber{color:#0000;-webkit-text-stroke:2px #0e6e7333;min-width:100px;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800;line-height:1}.landing-module__jDH3nq__approachStep:hover .landing-module__jDH3nq__stepNumber{color:var(--primary-light);-webkit-text-stroke:0px;text-shadow:0 4px 12px #0e6e7333;transition:all .4s}.landing-module__jDH3nq__stepContent h3{color:var(--secondary);margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem}.landing-module__jDH3nq__stepContent p{color:var(--text-muted);line-height:1.6}.landing-module__jDH3nq__ctaSection{background:var(--secondary);text-align:center;color:#fff;padding:8rem 5%;position:relative;overflow:hidden}.landing-module__jDH3nq__ctaBg{background:radial-gradient(circle at 50% 0,#0e6e7366 0%,#0000 60%);position:absolute;inset:0}.landing-module__jDH3nq__ctaContent{z-index:10;max-width:600px;margin:0 auto;position:relative}.landing-module__jDH3nq__ctaTitle{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700}.landing-module__jDH3nq__ctaDesc{color:#fffc;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.landing-module__jDH3nq__contactBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.landing-module__jDH3nq__contactPhone{color:#fff;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.landing-module__jDH3nq__contactEmail{color:var(--primary-light);font-weight:500;text-decoration:none}.landing-module__jDH3nq__footer{background:var(--secondary);text-align:center;color:#ffffff80;border-top:1px solid #ffffff0d;padding:2rem 5%;font-size:.875rem}@keyframes landing-module__jDH3nq__slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module__jDH3nq__float{0%{transform:translateY(0)scale(1)}to{transform:translateY(-20px)scale(1.05)}}@media (max-width:1024px){.landing-module__jDH3nq__heroTitle{font-size:3.5rem}.landing-module__jDH3nq__infoGrid{margin-top:-6rem}.landing-module__jDH3nq__approachStep{flex-direction:column;gap:1rem}.landing-module__jDH3nq__stepNumber{font-size:3rem}}@media (max-width:768px){.landing-module__jDH3nq__navDesktopBtn{display:none}.landing-module__jDH3nq__mobileMenuBtn{justify-content:center;align-items:center;display:flex}.landing-module__jDH3nq__navLinks{background:var(--surface);opacity:0;visibility:hidden;z-index:40;border-bottom:1px solid var(--glass-border);flex-direction:column;gap:1.5rem;padding:2rem 5%;transition:all .3s ease-in-out;position:absolute;top:80px;left:0;right:0;transform:translateY(-150%);box-shadow:0 10px 15px -3px #0000001a}.landing-module__jDH3nq__navLinksOpen{opacity:1;visibility:visible;transform:translateY(0)}.landing-module__jDH3nq__hero{padding:120px 5% 40px}.landing-module__jDH3nq__heroContent{text-align:center}.landing-module__jDH3nq__heroDesc{margin-left:auto;margin-right:auto}.landing-module__jDH3nq__heroTag{text-align:center;border-radius:16px;padding:.6rem 1.25rem;line-height:1.4}.landing-module__jDH3nq__heroTagBr{display:block}.landing-module__jDH3nq__sectionBlock{padding:4rem 5%}.landing-module__jDH3nq__infoSection{padding:3rem 5%}.landing-module__jDH3nq__ctaSection{padding:5rem 5%}.landing-module__jDH3nq__heroTitle{font-size:2.5rem}.landing-module__jDH3nq__sectionTitle{font-size:2.25rem}.landing-module__jDH3nq__heroActions{flex-direction:column}.landing-module__jDH3nq__btnPrimary,.landing-module__jDH3nq__btnSecondary{text-align:center;width:100%}.landing-module__jDH3nq__infoGrid{margin-top:2rem}}
