@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-primary:#fff;--bg-secondary:#f7f9fc;--bg-tertiary:#f1f5f9;--bg-elevated:#fff;--bg-card:#fff;--bg-hover:#f0fdf4;--bg-dark:#0f172a;--accent-primary:#00d68f;--accent-secondary:#00b377;--accent-tertiary:#6ee7b7;--accent-light:#ecfdf5;--accent-gradient:linear-gradient(135deg,#00d68f 0%,#00b377 100%);--accent-gradient-hover:linear-gradient(135deg,#10b981 0%,#047857 100%);--accent-gradient-soft:linear-gradient(135deg,#fff 0%,#ecfdf5 100%);--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-inverted:#fff;--border-primary:#e5e7eb;--border-secondary:#f3f4f6;--border-accent:#00d68f66;--font-sans:"Inter",system-ui,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--radius-3xl:2.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006;--shadow-xl:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;--shadow-card:0 4px 20px #00000008;--shadow-glow:0 0 20px #00d68f33;--shadow-glow-lg:0 0 40px #00d68f40;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);--duration-fast:.15s;--duration-base:.2s;--duration-slow:.3s;--container-max:1280px;--navbar-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:700;line-height:1.1}h1{font-size:var(--text-5xl);letter-spacing:-.03em;font-weight:800}h2{font-size:var(--text-4xl);font-weight:700}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{color:var(--text-secondary);line-height:1.7}a{color:inherit;transition:color var(--duration-fast)var(--ease-out);text-decoration:none}a:hover{color:var(--accent-primary)}.container{width:100%;max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);font-family:var(--font-sans);font-size:var(--text-sm);border-radius:var(--radius-xl);cursor:pointer;transition:all var(--duration-base)var(--ease-bounce);white-space:nowrap;border:none;font-weight:600;line-height:1.5;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";width:100%;height:100%;transition:left var(--duration-slow)var(--ease-out);background:linear-gradient(90deg,#0000,#ffffff4d,#0000);position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:var(--shadow-md),var(--shadow-glow)}.btn-primary:hover{background:var(--accent-gradient-hover);box-shadow:var(--shadow-lg),var(--shadow-glow-lg);color:#fff;transform:translateY(-3px)scale(1.02)}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:2px solid var(--border-primary)}.btn-secondary:hover{background:var(--accent-light);border-color:var(--accent-primary);color:var(--accent-secondary);transform:translateY(-2px)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--bg-tertiary);color:var(--accent-primary)}.btn-lg{padding:var(--space-4)var(--space-8);font-size:var(--text-base);border-radius:var(--radius-2xl)}.btn-sm{padding:var(--space-2)var(--space-4);font-size:var(--text-xs)}.card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-2xl);padding:var(--space-8);box-shadow:var(--shadow-card);transition:all var(--duration-base)var(--ease-out)}.card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-6px)}.input{width:100%;padding:var(--space-3)var(--space-4);font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-elevated);border:2px solid var(--border-primary);border-radius:var(--radius-xl);transition:all var(--duration-fast)var(--ease-out)}.input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 4px #10b98126}.input::placeholder{color:var(--text-muted)}.label{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:600;display:block}.badge{padding:var(--space-1)var(--space-3);font-size:var(--text-xs);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;font-weight:600;display:inline-flex}.badge-primary{color:var(--accent-secondary);background:#10b9811f;border:1px solid #10b9814d}.badge-success{background:var(--success-bg);color:var(--success)}.badge-warning{background:var(--warning-bg);color:var(--warning)}.badge-error{background:var(--error-bg);color:var(--error)}.section{padding:var(--space-20)0}.section-lg{padding:var(--space-24)0}.hero-gradient{background:radial-gradient(at 20% 20%,#10b98114 0%,#0000 50%),radial-gradient(at 80%,#0ea5e90d 0%,#0000 50%),radial-gradient(at 50% 80%,#34d3990f 0%,#0000 50%)}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80;box-shadow:0 8px 32px #0000000d}.gradient-mesh{background:radial-gradient(at 0 0,#10b98114 0%,#0000 50%),radial-gradient(at 100% 0,#0ea5e90d 0%,#0000 50%),radial-gradient(at 50% 100%,#34d3990f 0%,#0000 50%)}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-10px)rotate(1deg)}75%{transform:translateY(5px)rotate(-1deg)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.02);box-shadow:0 0 20px 10px #10b98100}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes glow{0%,to{box-shadow:0 0 20px #10b9814d}50%{box-shadow:0 0 40px #10b98199}}@keyframes fadeInUpStaggered{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-stagger-1{animation:fadeInUpStaggered .6s var(--ease-out).1s both}.animate-stagger-2{animation:fadeInUpStaggered .6s var(--ease-out).2s both}.animate-stagger-3{animation:fadeInUpStaggered .6s var(--ease-out).3s both}.animate-stagger-4{animation:fadeInUpStaggered .6s var(--ease-out).4s both}.reveal-on-scroll{opacity:0;transition:all .8s var(--ease-out);transform:translateY(30px)}.reveal-on-scroll.visible{opacity:1;transform:translateY(0)}.hover-underline-animation{position:relative}.hover-underline-animation:after{content:"";background-color:var(--accent-primary);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.hover-underline-animation:hover:after{transform-origin:0 100%;transform:scaleX(1)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.hover-lift{transition:transform var(--duration-base)var(--ease-bounce)}.hover-lift:hover{transform:translateY(-8px)}.hover-scale{transition:transform var(--duration-base)var(--ease-bounce)}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow var(--duration-base)var(--ease-out)}.hover-glow:hover{box-shadow:var(--shadow-glow-lg)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent-primary)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.grid{display:grid}.hidden{display:none}@media (max-width:1024px){:root{--text-5xl:2.75rem;--text-4xl:2rem;--text-3xl:1.75rem}}@media (max-width:768px){:root{--text-5xl:2.25rem;--text-4xl:1.75rem;--text-3xl:1.5rem;--navbar-height:72px}.section{padding:var(--space-16)0}.section-lg{padding:var(--space-20)0}.container{padding:0 var(--space-4)}}
.Navbar-module__KHvhDq__header{top:var(--space-4);z-index:1000;padding:0 var(--space-4);transition:all var(--duration-base)var(--ease-out);justify-content:center;display:flex;position:fixed;left:0;right:0}.Navbar-module__KHvhDq__nav{width:100%;max-width:var(--container-max);height:72px;padding:0 var(--space-6);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);transition:all var(--duration-base)var(--ease-out);background:#ffffffe6;border:1px solid #0000000d;justify-content:space-between;align-items:center;display:flex;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__nav{box-shadow:var(--shadow-md);background:#fffffff2;border-color:#00000014}.Navbar-module__KHvhDq__logo{align-items:center;gap:var(--space-2);padding-right:var(--space-4);text-decoration:none;display:flex}.Navbar-module__KHvhDq__logoIconWrapper{background:var(--accent-gradient);width:40px;height:40px;box-shadow:var(--shadow-sm);transition:transform var(--duration-base)var(--ease-bounce);border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__KHvhDq__logo:hover .Navbar-module__KHvhDq__logoIconWrapper{transform:rotate(10deg)scale(1.05)}.Navbar-module__KHvhDq__logoIcon{z-index:1;font-size:1.25rem}.Navbar-module__KHvhDq__logoTextWrapper{flex-direction:column;line-height:1;display:flex}.Navbar-module__KHvhDq__logoText{font-size:var(--text-base);color:var(--text-primary);letter-spacing:-.02em;font-weight:800}.Navbar-module__KHvhDq__logoSubtext{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.Navbar-module__KHvhDq__navLinks{align-items:center;gap:var(--space-1);margin:0 var(--space-4);border-radius:var(--radius-full);background:#f3f4f6;padding:4px;list-style:none;display:flex}.Navbar-module__KHvhDq__navLink{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--duration-fast)var(--ease-out);font-weight:600;text-decoration:none;display:flex;position:relative}.Navbar-module__KHvhDq__navLink:hover{color:var(--text-primary);background:#fffc}.Navbar-module__KHvhDq__navLink.Navbar-module__KHvhDq__active{color:var(--accent-primary);background:#fff;font-weight:700;box-shadow:0 2px 4px #0000000d}.Navbar-module__KHvhDq__navLinkText{z-index:1;position:relative}.Navbar-module__KHvhDq__navActions{align-items:center;gap:var(--space-3);display:flex}.Navbar-module__KHvhDq__loginBtn{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-fast);font-weight:600;text-decoration:none;display:flex}.Navbar-module__KHvhDq__loginBtn:hover{color:var(--text-primary)}.Navbar-module__KHvhDq__ctaBtn{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-5);background:var(--text-primary);color:#fff;font-size:var(--text-sm);border-radius:var(--radius-full);transition:all var(--duration-base)var(--ease-out);box-shadow:var(--shadow-md);font-weight:600;text-decoration:none;display:flex}.Navbar-module__KHvhDq__ctaBtn:hover{box-shadow:var(--shadow-lg);background:#000;transform:translateY(-2px)}.Navbar-module__KHvhDq__ctaArrow{transition:transform var(--duration-fast)var(--ease-out)}.Navbar-module__KHvhDq__ctaBtn:hover .Navbar-module__KHvhDq__ctaArrow{transform:translate(4px)}.Navbar-module__KHvhDq__menuBtn{cursor:pointer;z-index:1001;background:#0000000d;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Navbar-module__KHvhDq__menuLine{background:var(--text-primary);width:20px;height:2px;transition:all var(--duration-base);border-radius:2px}.Navbar-module__KHvhDq__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:var(--space-8);justify-content:center;align-items:center;gap:var(--space-6);transition:transform var(--duration-slow)cubic-bezier(.16,1,.3,1);background:#fffffff2;flex-direction:column;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.Navbar-module__KHvhDq__mobileMenu.Navbar-module__KHvhDq__mobileMenuOpen{transform:translateY(0)}.Navbar-module__KHvhDq__mobileLinks{align-items:center;gap:var(--space-4);flex-direction:column;list-style:none;display:flex}.Navbar-module__KHvhDq__mobileLink{font-size:var(--text-2xl);color:var(--text-primary);font-weight:700;text-decoration:none}.Navbar-module__KHvhDq__mobileActions{align-items:center;gap:var(--space-4);margin-top:var(--space-6);flex-direction:column;width:100%;max-width:300px;display:flex}.Navbar-module__KHvhDq__mobileCtaBtn{width:100%;padding:var(--space-4);background:var(--text-primary);color:#fff;text-align:center;border-radius:var(--radius-xl);font-weight:700;text-decoration:none}@media (max-width:1024px){.Navbar-module__KHvhDq__navLinks,.Navbar-module__KHvhDq__navActions{display:none}.Navbar-module__KHvhDq__menuBtn{display:flex}.Navbar-module__KHvhDq__nav{padding:0 var(--space-4)}}
.Footer-module__668lQW__footer{background:var(--bg-dark);color:#fff;padding:var(--space-16)0 var(--space-8);position:relative;overflow:hidden}.Footer-module__668lQW__footer:before{content:"";pointer-events:none;background:radial-gradient(at 20% 20%,#10b9811a 0%,#0000 50%),radial-gradient(at 80% 80%,#34d3990d 0%,#0000 50%);position:absolute;inset:0}.Footer-module__668lQW__container{max-width:var(--container-max);padding:0 var(--space-6);z-index:1;margin:0 auto;position:relative}.Footer-module__668lQW__grid{gap:var(--space-12);padding-bottom:var(--space-12);border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1.5fr;display:grid}.Footer-module__668lQW__brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.Footer-module__668lQW__brandIcon{background:var(--accent-gradient);border-radius:var(--radius-xl);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;animation:6s ease-in-out infinite Footer-module__668lQW__float;display:flex}.Footer-module__668lQW__brandText{font-size:var(--text-xl);color:#fff;font-weight:800}.Footer-module__668lQW__description{color:#fff9;font-size:var(--text-sm);margin-bottom:var(--space-6);line-height:1.7}.Footer-module__668lQW__social{gap:var(--space-3);display:flex}.Footer-module__668lQW__socialLink{border-radius:var(--radius-lg);color:#fff9;width:42px;height:42px;transition:all var(--duration-base)var(--ease-bounce);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__668lQW__socialLink:hover{background:var(--accent-gradient);color:#fff;box-shadow:var(--shadow-glow);border-color:#0000;transform:translateY(-4px)rotate(5deg)}.Footer-module__668lQW__column{flex-direction:column;display:flex}.Footer-module__668lQW__columnTitle{font-size:var(--text-xs);color:#fff;margin-bottom:var(--space-6);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.Footer-module__668lQW__links{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__668lQW__links a{color:#fff9;font-size:var(--text-sm);transition:all var(--duration-fast)var(--ease-out)}.Footer-module__668lQW__links a:hover{color:var(--accent-tertiary);transform:translate(4px)}.Footer-module__668lQW__contactList{gap:var(--space-4);flex-direction:column;list-style:none;display:flex}.Footer-module__668lQW__contactList li{gap:var(--space-3);color:#fff9;font-size:var(--text-sm);display:flex}.Footer-module__668lQW__contactIcon{flex-shrink:0;animation:3s ease-in-out infinite Footer-module__668lQW__bounce}.Footer-module__668lQW__contactList a{color:#fff9;transition:color var(--duration-fast)var(--ease-out)}.Footer-module__668lQW__contactList a:hover{color:var(--accent-tertiary)}.Footer-module__668lQW__bottom{padding-top:var(--space-6);justify-content:space-between;align-items:center;display:flex}.Footer-module__668lQW__copyright{color:#fff6;font-size:var(--text-xs)}.Footer-module__668lQW__legal{gap:var(--space-6);display:flex}.Footer-module__668lQW__legal a{color:#fff6;font-size:var(--text-xs);transition:color var(--duration-fast)var(--ease-out)}.Footer-module__668lQW__legal a:hover{color:var(--accent-tertiary)}@media (max-width:900px){.Footer-module__668lQW__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__668lQW__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__668lQW__bottom{gap:var(--space-4);text-align:center;flex-direction:column}}
.CookieBanner-module__XJ8pKG__banner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#ffffffe6;border:1px solid #0000001a;border-radius:16px;padding:24px;animation:.5s ease-out CookieBanner-module__XJ8pKG__slideUp;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 10px 30px #0000001a}@keyframes CookieBanner-module__XJ8pKG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module__XJ8pKG__content{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.CookieBanner-module__XJ8pKG__text h3{color:#111;margin:0 0 8px;font-size:1.1rem}.CookieBanner-module__XJ8pKG__text p{color:#444;margin:0;font-size:.9rem;line-height:1.5}.CookieBanner-module__XJ8pKG__actions{flex-shrink:0;gap:12px;display:flex}.CookieBanner-module__XJ8pKG__acceptBtn,.CookieBanner-module__XJ8pKG__declineBtn{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.CookieBanner-module__XJ8pKG__acceptBtn{color:#fff;background:#008148;border:none}.CookieBanner-module__XJ8pKG__acceptBtn:hover{background:#006b3c;transform:translateY(-2px)}.CookieBanner-module__XJ8pKG__declineBtn{color:#444;background:0 0;border:1px solid #ddd}.CookieBanner-module__XJ8pKG__declineBtn:hover{background:#f5f5f5}@media (max-width:768px){.CookieBanner-module__XJ8pKG__content{flex-direction:column;align-items:flex-start}.CookieBanner-module__XJ8pKG__actions{width:100%}.CookieBanner-module__XJ8pKG__acceptBtn,.CookieBanner-module__XJ8pKG__declineBtn{flex:1}}
