.Navbar-module___rHu7W__navbar{background:var(--navbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--navbar-border);justify-content:space-between;align-items:center;padding:1.25rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__logoContainer{cursor:pointer;align-items:center;height:40px;display:flex}.Navbar-module___rHu7W__navLinks{gap:3rem;list-style:none;display:flex}.Navbar-module___rHu7W__navLink{color:var(--secondary);font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.Navbar-module___rHu7W__navLink:hover{color:var(--foreground)}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__ctaButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #e34c434d}.Navbar-module___rHu7W__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e34c4366}@media (max-width:768px){.Navbar-module___rHu7W__navbar{padding:1rem 1.5rem}.Navbar-module___rHu7W__navLinks{display:none}}.Navbar-module___rHu7W__themeToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.Navbar-module___rHu7W__themeToggle:hover{background:#ffffff1a}
.Hero-module__JgYmMq__hero{text-align:center;background:radial-gradient(circle at 50% 50%,var(--hero-gradient-start)0%,var(--hero-gradient-end)100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__hero:before{content:"";background-image:linear-gradient(var(--foreground)1px,transparent 1px),linear-gradient(90deg,var(--foreground)1px,transparent 1px);opacity:.03;z-index:1;background-size:50px 50px;position:absolute;inset:0}.Hero-module__JgYmMq__content{z-index:2;max-width:800px;position:relative}.Hero-module__JgYmMq__logoWrapper{max-width:600px;margin:0 auto 2rem;position:relative}.Hero-module__JgYmMq__tagline{background:var(--hero-text-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.Hero-module__JgYmMq__subheadline{color:var(--secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__ctaGroup{justify-content:center;gap:1rem;display:flex}.Hero-module__JgYmMq__primaryButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #e34c4366}.Hero-module__JgYmMq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e34c4380}.Hero-module__JgYmMq__secondaryButton{color:var(--foreground);border:1px solid var(--secondary);cursor:pointer;background:0 0;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .2s}.Hero-module__JgYmMq__secondaryButton:hover{background:var(--secondary);color:var(--background);border-color:var(--secondary)}.Hero-module__JgYmMq__floatingShape{filter:blur(100px);z-index:0;opacity:.3;border-radius:50%;animation:10s ease-in-out infinite Hero-module__JgYmMq__float;position:absolute}.Hero-module__JgYmMq__shape1{background:var(--accent);width:400px;height:400px;animation-delay:0s;top:-10%;left:-10%}.Hero-module__JgYmMq__shape2{background:#4c5c9c;width:500px;height:500px;animation-delay:-5s;bottom:-10%;right:-10%}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@media (max-width:768px){.Hero-module__JgYmMq__tagline{font-size:1.75rem}.Hero-module__JgYmMq__hero{padding-top:6rem}.Hero-module__JgYmMq__ctaGroup{flex-direction:column}}
.Features-module__MNwinW__section{background:var(--background);padding:8rem 2rem;position:relative}.Features-module__MNwinW__container{max-width:1200px;margin:0 auto}.Features-module__MNwinW__header{text-align:center;margin-bottom:5rem}.Features-module__MNwinW__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Features-module__MNwinW__subtitle{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Features-module__MNwinW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Features-module__MNwinW__card{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.Features-module__MNwinW__card:hover{background:var(--card-hover-bg);border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.Features-module__MNwinW__iconWrapper{width:56px;height:56px;color:var(--accent);background:#e34c431a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.Features-module__MNwinW__card:hover .Features-module__MNwinW__iconWrapper{background:var(--accent);color:#fff;transform:scale(1.1)}.Features-module__MNwinW__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Features-module__MNwinW__cardDescription{color:var(--secondary);font-size:.95rem;line-height:1.6}
.AICompliance-module__EYRyjq__section{background:var(--background);padding:8rem 2rem;position:relative}.AICompliance-module__EYRyjq__container{max-width:1200px;margin:0 auto}.AICompliance-module__EYRyjq__header{text-align:center;margin-bottom:5rem}.AICompliance-module__EYRyjq__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.AICompliance-module__EYRyjq__subtitle{color:var(--secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.AICompliance-module__EYRyjq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.AICompliance-module__EYRyjq__card{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.AICompliance-module__EYRyjq__card:hover{background:var(--card-hover-bg);border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.AICompliance-module__EYRyjq__iconWrapper{width:56px;height:56px;color:var(--accent);background:#e34c431a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.AICompliance-module__EYRyjq__card:hover .AICompliance-module__EYRyjq__iconWrapper{background:var(--accent);color:#fff;transform:scale(1.1)}.AICompliance-module__EYRyjq__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.AICompliance-module__EYRyjq__cardDescription{color:var(--secondary);font-size:.95rem;line-height:1.6}
.Footer-module__Grjkva__footer{background:var(--footer-bg);border-top:1px solid var(--footer-border);padding:4rem 2rem 2rem}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto}.Footer-module__Grjkva__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__logoText{color:var(--foreground);font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__description{color:var(--secondary);max-width:300px;line-height:1.6}.Footer-module__Grjkva__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__Grjkva__heading{color:var(--foreground);font-size:1.1rem;font-weight:600}.Footer-module__Grjkva__links{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__Grjkva__link{color:var(--secondary);align-items:center;gap:.5rem;transition:color .2s;display:flex}.Footer-module__Grjkva__link:hover{color:var(--accent)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--footer-border);color:var(--muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__Grjkva__bottom{flex-direction:column;gap:1rem}}
