.Hero-module__ejOdHG__hero{min-height:100vh;padding-top:var(--navbar-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__heroBg{z-index:0;position:absolute;inset:0}.Hero-module__ejOdHG__gradientOrb{filter:blur(100px);opacity:.4;border-radius:50%;animation:15s ease-in-out infinite Hero-module__ejOdHG__float-orb;position:absolute}.Hero-module__ejOdHG__orb1{background:radial-gradient(circle,#7c3aed66 0%,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-10%;right:-5%}.Hero-module__ejOdHG__orb2{background:radial-gradient(circle,#06b6d44d 0%,#0000 70%);width:400px;height:400px;animation-delay:-5s;bottom:-5%;left:-5%}.Hero-module__ejOdHG__orb3{background:radial-gradient(circle,#7c3aed33 0%,#0000 70%);width:300px;height:300px;animation-delay:-10s;top:50%;left:40%}@keyframes Hero-module__ejOdHG__float-orb{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-30px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(20px,10px)scale(1.02)}}.Hero-module__ejOdHG__heroSplit{z-index:1;gap:var(--space-3xl);width:100%;max-width:1200px;padding:var(--space-3xl) var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid;position:relative}.Hero-module__ejOdHG__heroTextContent{text-align:left}.Hero-module__ejOdHG__badge{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);color:var(--accent-primary-light);font-size:var(--fs-xs);margin-bottom:var(--space-xl);letter-spacing:.05em;background:#7c3aed1a;border:1px solid #7c3aed33;padding:6px 16px;font-weight:600;display:inline-flex}.Hero-module__ejOdHG__heroTitle{margin-bottom:var(--space-lg);letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.Hero-module__ejOdHG__heroSubtitle{font-size:var(--fs-md);color:var(--text-secondary);max-width:500px;margin-bottom:var(--space-2xl);line-height:1.8}.Hero-module__ejOdHG__ctaRow{align-items:center;gap:var(--space-md);display:flex}.Hero-module__ejOdHG__heroCta{align-items:center;gap:var(--space-sm);background:var(--accent-gradient);color:#fff;font-size:var(--fs-base);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);border:none;padding:16px 32px;font-weight:700;text-decoration:none;animation:3s ease-in-out infinite Hero-module__ejOdHG__pulse-glow;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__heroCta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.Hero-module__ejOdHG__heroCta:hover:before{transform:translate(100%)}.Hero-module__ejOdHG__heroCta:hover{color:#fff;transform:translateY(-2px);box-shadow:0 0 40px #7c3aed66}.Hero-module__ejOdHG__heroVisuals{perspective:1000px;width:100%;height:500px;position:relative}.Hero-module__ejOdHG__macWindow{background:var(--bg-secondary);border:1px solid var(--border-subtle);transform-origin:100%;border-radius:12px;flex-direction:column;width:500px;height:340px;transition:transform .3s;display:flex;position:absolute;top:0;right:15%;overflow:hidden;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.Hero-module__ejOdHG__macWindow:hover{transform:rotateY(0)rotateX(0)}.Hero-module__ejOdHG__macHeader{border-bottom:1px solid var(--border-subtle);background:#ffffff08;align-items:center;gap:8px;height:32px;padding:0 12px;display:flex}.Hero-module__ejOdHG__macDot{border-radius:50%;width:10px;height:10px}.Hero-module__ejOdHG__macBody{background:var(--bg-primary);flex:1;padding:16px;position:relative;overflow:hidden}.Hero-module__ejOdHG__miniNav{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Hero-module__ejOdHG__miniLogo{color:var(--text-primary);letter-spacing:-.5px;font-size:14px;font-weight:800}.Hero-module__ejOdHG__miniLinks{gap:12px;display:flex}.Hero-module__ejOdHG__miniLink{color:var(--text-secondary);font-size:10px;font-weight:500}.Hero-module__ejOdHG__miniHero{background:linear-gradient(135deg,#7c3aed26,#06b6d426);border-radius:8px;align-items:center;width:100%;height:120px;margin-bottom:16px;padding:0 16px;display:flex}.Hero-module__ejOdHG__miniHeroText{flex-direction:column;gap:4px;display:flex}.Hero-module__ejOdHG__miniHeroTitle{color:var(--text-primary);font-size:16px;font-weight:800}.Hero-module__ejOdHG__miniHeroSubtitle{color:var(--text-secondary);margin-bottom:8px;font-size:10px}.Hero-module__ejOdHG__miniHeroBtn{background:var(--accent-primary);color:#fff;border-radius:4px;width:fit-content;padding:4px 10px;font-size:10px;font-weight:600}.Hero-module__ejOdHG__miniGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Hero-module__ejOdHG__miniCard{border:1px solid var(--border-subtle);background:#ffffff05;border-radius:6px;flex-direction:column;gap:4px;padding:8px;display:flex}.Hero-module__ejOdHG__miniCardImg{background:#ffffff0d;border-radius:4px;width:100%;height:60px}.Hero-module__ejOdHG__miniCardTitle{color:var(--text-primary);margin-top:4px;font-size:10px;font-weight:600}.Hero-module__ejOdHG__miniCardPrice{color:var(--text-secondary);font-size:9px}.Hero-module__ejOdHG__simulatedCursor{z-index:10;filter:drop-shadow(0 4px 6px #0000004d);position:absolute;top:40%;left:30%}.Hero-module__ejOdHG__iphoneWindow{background:var(--bg-primary);z-index:5;border:6px solid #222;border-radius:36px;flex-direction:column;width:200px;height:400px;display:flex;position:absolute;bottom:0;left:auto;right:5%;overflow:hidden;box-shadow:0 25px 50px -12px #000c,inset 0 0 0 2px #ffffff1a}.Hero-module__ejOdHG__iphoneNotch{z-index:10;background:#222;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:80px;height:20px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__ejOdHG__iphoneBody{background:linear-gradient(to bottom, var(--bg-secondary), var(--bg-primary));flex-direction:column;flex:1;gap:12px;padding:32px 16px 16px;display:flex}.Hero-module__ejOdHG__mobileNav{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.Hero-module__ejOdHG__mobileNavTitle{color:var(--text-primary);font-size:12px;font-weight:700}.Hero-module__ejOdHG__mobileNavMenu{color:var(--text-secondary);font-size:14px}.Hero-module__ejOdHG__mobileHero{background:#10b9811a;border:1px solid #10b98133;border-radius:12px;flex-direction:column;justify-content:center;padding:16px;display:flex}.Hero-module__ejOdHG__mobileHeroTitle{color:var(--success-light);margin-bottom:4px;font-size:16px;font-weight:800}.Hero-module__ejOdHG__mobileHeroSubtitle{color:var(--text-secondary);font-size:10px}.Hero-module__ejOdHG__mobileCalendarTitle{color:var(--text-primary);margin-top:8px;font-size:12px;font-weight:600}.Hero-module__ejOdHG__mobileCalendar{flex-direction:column;gap:6px;display:flex}.Hero-module__ejOdHG__calRow{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:6px;align-items:center;height:32px;padding:0 12px;display:flex}.Hero-module__ejOdHG__calRow span{color:var(--text-secondary);font-size:11px;font-weight:600}.Hero-module__ejOdHG__mobileBtn{background:var(--success-light);color:#000;border-radius:20px;justify-content:center;align-items:center;width:100%;height:40px;margin-top:auto;font-size:12px;font-weight:700;display:flex}.Hero-module__ejOdHG__colorStrip{z-index:10;background:linear-gradient(90deg,#7c3aed,#ec4899,#f59e0b,#10b981,#0ea5e9);width:100%;height:4px;transition:height .3s;position:absolute;bottom:0;left:0}.Hero-module__ejOdHG__colorStrip:hover{height:12px}@keyframes Hero-module__ejOdHG__pulse-glow{0%,to{box-shadow:0 0 20px #7c3aed33}50%{box-shadow:0 0 30px #7c3aed80}}@media (max-width:992px){.Hero-module__ejOdHG__heroSplit{text-align:center;gap:var(--space-2xl);padding-top:var(--space-4xl);grid-template-columns:1fr}.Hero-module__ejOdHG__heroTextContent{text-align:center;flex-direction:column;align-items:center;display:flex}.Hero-module__ejOdHG__heroSubtitle{margin:0 auto var(--space-2xl)}.Hero-module__ejOdHG__heroVisuals{perspective:none;justify-content:center;height:380px;display:flex}.Hero-module__ejOdHG__macWindow{transform-origin:50%;left:50%;right:auto;transform:translate(-50%)scale(.95)!important}.Hero-module__ejOdHG__iphoneWindow{display:none!important}}@media (max-width:580px){.Hero-module__ejOdHG__heroVisuals{height:320px}.Hero-module__ejOdHG__macWindow{transform:translate(-50%)scale(.8)!important}}@media (max-width:480px){.Hero-module__ejOdHG__heroVisuals{height:280px}.Hero-module__ejOdHG__macWindow{transform:translate(-50%)scale(.7)!important}}@media (max-width:380px){.Hero-module__ejOdHG__heroVisuals{height:240px}.Hero-module__ejOdHG__macWindow{transform:translate(-50%)scale(.6)!important}}
.ProblemSolution-module__UZia-a__section{padding:var(--space-5xl) 0;position:relative}.ProblemSolution-module__UZia-a__sectionHeader{text-align:center;margin-bottom:var(--space-3xl)}.ProblemSolution-module__UZia-a__sectionHeader h2{margin-bottom:var(--space-md)}.ProblemSolution-module__UZia-a__sectionHeader p{font-size:var(--fs-md);max-width:600px;margin:0 auto}.ProblemSolution-module__UZia-a__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.ProblemSolution-module__UZia-a__column{padding:var(--space-2xl);border-radius:var(--radius-lg);border:1px solid var(--border-subtle)}.ProblemSolution-module__UZia-a__columnBad{background:#ef444408;border-color:#ef44441a}.ProblemSolution-module__UZia-a__columnGood{background:#10b98108;border-color:#10b98126;box-shadow:0 0 40px #10b9810d}.ProblemSolution-module__UZia-a__columnTitle{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);font-size:var(--fs-lg);display:flex}.ProblemSolution-module__UZia-a__columnIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ProblemSolution-module__UZia-a__iconBad{color:var(--danger-light);background:#ef44441a}.ProblemSolution-module__UZia-a__iconGood{color:var(--success-light);background:#10b9811a}.ProblemSolution-module__UZia-a__items{gap:var(--space-lg);flex-direction:column;display:flex}.ProblemSolution-module__UZia-a__item{gap:var(--space-md);align-items:flex-start;display:flex}.ProblemSolution-module__UZia-a__itemIcon{flex-shrink:0;margin-top:2px}.ProblemSolution-module__UZia-a__itemContent h4{font-size:var(--fs-base);margin-bottom:var(--space-xs)}.ProblemSolution-module__UZia-a__itemContent p{font-size:var(--fs-sm);color:var(--text-tertiary);line-height:1.6}@media (max-width:768px){.ProblemSolution-module__UZia-a__grid{grid-template-columns:1fr}}
.ServiceCards-module__kq11FG__section{padding:var(--space-5xl) 0;background:var(--bg-secondary)}.ServiceCards-module__kq11FG__sectionHeader{text-align:center;margin-bottom:var(--space-3xl)}.ServiceCards-module__kq11FG__sectionHeader p{font-size:var(--fs-md);max-width:600px;margin:var(--space-md) auto 0}.ServiceCards-module__kq11FG__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.ServiceCards-module__kq11FG__card{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-base);flex-direction:column;height:100%;padding:0;text-decoration:none;display:flex;position:relative;overflow:hidden}.ServiceCards-module__kq11FG__cardContent{padding:var(--space-2xl);flex-direction:column;flex:1;display:flex}.ServiceCards-module__kq11FG__card:before{content:"";background:var(--accent-gradient);opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.ServiceCards-module__kq11FG__card:hover{background:var(--bg-glass-strong);border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.ServiceCards-module__kq11FG__card:hover:before{opacity:1}.ServiceCards-module__kq11FG__cardImage{width:100%;height:180px;transition:all var(--transition-base);background-position:50%;background-size:cover;margin-bottom:0;position:relative;overflow:hidden}.ServiceCards-module__kq11FG__cardImage:after{content:"";background:linear-gradient(#0000,#09090fcc);position:absolute;inset:0}.ServiceCards-module__kq11FG__card:hover .ServiceCards-module__kq11FG__cardImage{transform:scale(1.02)}.ServiceCards-module__kq11FG__imgEcom{background-color:#7c3aed1a;background-image:linear-gradient(135deg,#7c3aed33,#06b6d433)}.ServiceCards-module__kq11FG__imgCorp{background-color:#10b9811a;background-image:linear-gradient(135deg,#10b98133,#f59e0b33)}.ServiceCards-module__kq11FG__imgLanding{background-color:#ec48991a;background-image:linear-gradient(135deg,#ec489933,#f43f5e33)}.ServiceCards-module__kq11FG__card h3{font-size:var(--fs-lg);margin-bottom:var(--space-md);color:var(--text-primary)}.ServiceCards-module__kq11FG__card p{font-size:var(--fs-sm);color:var(--text-tertiary);margin-bottom:var(--space-lg);line-height:1.7}.ServiceCards-module__kq11FG__cardLink{align-items:center;gap:var(--space-sm);color:var(--accent-primary-light);font-size:var(--fs-sm);transition:gap var(--transition-fast);margin-top:auto;font-weight:600;display:inline-flex}.ServiceCards-module__kq11FG__card:hover .ServiceCards-module__kq11FG__cardLink{gap:var(--space-md)}@media (max-width:900px){.ServiceCards-module__kq11FG__grid{grid-template-columns:1fr}}
.TrustLogos-module__SCyXWa__section{padding:var(--space-4xl) 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);overflow:hidden}.TrustLogos-module__SCyXWa__title{text-align:center;font-size:var(--fs-sm);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-2xl);font-weight:600}.TrustLogos-module__SCyXWa__marqueeContainer{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.TrustLogos-module__SCyXWa__marqueeTrack{gap:var(--space-4xl);width:max-content;animation:30s linear infinite TrustLogos-module__SCyXWa__marquee;display:flex}@keyframes TrustLogos-module__SCyXWa__marquee{0%{transform:translate(0)}to{transform:translateX(calc(-50% - (var(--space-4xl) / 2)))}}.TrustLogos-module__SCyXWa__marqueeTrack:hover{animation-play-state:paused}.TrustLogos-module__SCyXWa__logoItem{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);opacity:.4;filter:grayscale();transition:all var(--transition-base);-webkit-user-select:none;user-select:none;flex-shrink:0;display:flex}.TrustLogos-module__SCyXWa__logoItem:hover{opacity:1;filter:grayscale(0%)}.TrustLogos-module__SCyXWa__logoText{font-size:var(--fs-lg);color:var(--text-primary);white-space:nowrap;letter-spacing:-.02em;font-weight:700}.TrustLogos-module__SCyXWa__logoIcon{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.TrustLogos-module__SCyXWa__logoIcon svg{width:100%;height:100%}
