.Modules-module__VprQxW__page{--navy-deep:#042c54;--aqua:#06b6d4;--aqua-light:#22d3ee;--aqua-dark:#0891b2;--text-primary:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--bg-subtle:#f8fafc;--card-gradient:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);--font:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;min-height:100vh;color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;background:#fff;overflow-x:hidden}.Modules-module__VprQxW__section{position:relative}.Modules-module__VprQxW__sectionInner{max-width:1200px;margin:0 auto;padding:5rem 2rem}.Modules-module__VprQxW__sectionHeader{text-align:center;margin-bottom:3.5rem}.Modules-module__VprQxW__sectionBadge{letter-spacing:.04em;text-transform:uppercase;color:var(--aqua-dark);background:#06b6d40f;border:1px solid #06b6d426;border-radius:999px;align-items:center;gap:.375rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Modules-module__VprQxW__sectionBadge svg{flex-shrink:0}.Modules-module__VprQxW__sectionTitle{color:var(--text-primary);letter-spacing:-.025em;margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.Modules-module__VprQxW__sectionDesc{max-width:580px;color:var(--text-muted);margin:0 auto;font-size:1rem;line-height:1.7}.Modules-module__VprQxW__btnPrimary{color:var(--navy-deep);background:linear-gradient(135deg,var(--aqua),var(--aqua-light));cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #06b6d44d}.Modules-module__VprQxW__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #06b6d466}.Modules-module__VprQxW__btnSecondary{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Modules-module__VprQxW__btnSecondary:hover{color:#fff;background:#ffffff1f}.Modules-module__VprQxW__hero{text-align:center;background:var(--card-gradient);padding:10rem 0 5rem;position:relative;overflow:hidden}.Modules-module__VprQxW__heroBg{pointer-events:none;background:radial-gradient(500px 350px at 25% 30%,#06b6d414 0%,#0000 70%),radial-gradient(400px 400px at 75% 60%,#1b78de14 0%,#0000 70%);position:absolute;inset:0}.Modules-module__VprQxW__heroInner{z-index:2;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.Modules-module__VprQxW__heroBadge{color:var(--aqua-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Modules-module__VprQxW__heroBadge svg{flex-shrink:0}.Modules-module__VprQxW__heroTitle{color:#fff;letter-spacing:-.025em;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.Modules-module__VprQxW__heroAccent{color:var(--aqua-light)}.Modules-module__VprQxW__heroSubtitle{color:#fff9;max-width:560px;margin:0 auto 2rem;font-size:1.0625rem;line-height:1.7}.Modules-module__VprQxW__heroActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.Modules-module__VprQxW__heroIcons{justify-content:center;gap:.75rem;display:flex}.Modules-module__VprQxW__heroIconDot{width:44px;height:44px;color:var(--aqua-light);background:#06b6d414;border:1px solid #06b6d426;border-radius:12px;justify-content:center;align-items:center;animation:.4s ease-out backwards Modules-module__VprQxW__iconPop;display:flex}@keyframes Modules-module__VprQxW__iconPop{0%{opacity:0;transform:scale(.5)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}#Modules-module__VprQxW__core-modules{background:var(--bg-subtle)}.Modules-module__VprQxW__modulesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Modules-module__VprQxW__moduleCard{background:var(--card-gradient);border-radius:18px;padding:2rem 1.75rem;transition:all .35s;animation:.5s ease-out backwards Modules-module__VprQxW__cardUp;position:relative;overflow:hidden;box-shadow:0 4px 20px #042c541f}.Modules-module__VprQxW__moduleCard:before{content:"";background:linear-gradient(90deg,transparent,var(--aqua-light),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Modules-module__VprQxW__moduleCard:hover{transform:translateY(-5px);box-shadow:0 14px 44px #042c5447}.Modules-module__VprQxW__moduleCard:hover:before{opacity:1}@keyframes Modules-module__VprQxW__cardUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Modules-module__VprQxW__moduleHeader{align-items:center;gap:.875rem;margin-bottom:.875rem;display:flex}.Modules-module__VprQxW__moduleIcon{background:#ffffff0f;border:1px solid #ffffff14;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Modules-module__VprQxW__moduleCard:hover .Modules-module__VprQxW__moduleIcon{background:#06b6d41f;border-color:#06b6d440;transform:scale(1.08)rotate(-3deg)}.Modules-module__VprQxW__moduleTitle{color:#fff;margin:0;font-size:1.0625rem;font-weight:700}.Modules-module__VprQxW__moduleDesc{color:#ffffff80;margin:0 0 1rem;font-size:.8125rem;line-height:1.6}.Modules-module__VprQxW__moduleFeatures{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Modules-module__VprQxW__moduleFeatures li{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Modules-module__VprQxW__moduleFeatures li svg{color:var(--aqua-light);flex-shrink:0}.Modules-module__VprQxW__highlightsSection{background:var(--card-gradient);padding:4rem 2rem}.Modules-module__VprQxW__highlightsInner{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Modules-module__VprQxW__highlightCard{text-align:center}.Modules-module__VprQxW__highlightIcon{width:48px;height:48px;color:var(--aqua-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.Modules-module__VprQxW__highlightTitle{color:#fff;margin:0 0 .375rem;font-size:.9375rem;font-weight:700}.Modules-module__VprQxW__highlightDesc{color:#ffffff80;margin:0;font-size:.8125rem;line-height:1.55}#Modules-module__VprQxW__addons{background:#fff}.Modules-module__VprQxW__addonsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.Modules-module__VprQxW__addonCard{background:var(--card-gradient);text-align:center;border-radius:16px;padding:1.75rem 1.5rem;transition:all .3s;box-shadow:0 4px 18px #042c541f}.Modules-module__VprQxW__addonCard:hover{transform:translateY(-4px);box-shadow:0 12px 36px #042c5440}.Modules-module__VprQxW__addonIcon{width:44px;height:44px;color:var(--aqua-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:11px;justify-content:center;align-items:center;margin:0 auto .875rem;transition:all .3s;display:flex}.Modules-module__VprQxW__addonCard:hover .Modules-module__VprQxW__addonIcon{transform:scale(1.1)rotate(-4deg);box-shadow:0 0 12px #06b6d433}.Modules-module__VprQxW__addonTitle{color:#fff;margin:0 0 .375rem;font-size:.9375rem;font-weight:700}.Modules-module__VprQxW__addonDesc{color:#ffffff73;margin:0;font-size:.75rem;line-height:1.55}#Modules-module__VprQxW__integration{background:var(--bg-subtle)}.Modules-module__VprQxW__integrationGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Modules-module__VprQxW__integrationCard{background:var(--card-gradient);text-align:center;border-radius:18px;padding:2rem 1.75rem;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 4px 20px #042c541f}.Modules-module__VprQxW__integrationCard:before{content:"";background:linear-gradient(90deg,transparent,var(--aqua-light),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Modules-module__VprQxW__integrationCard:hover{transform:translateY(-5px);box-shadow:0 14px 44px #042c5447}.Modules-module__VprQxW__integrationCard:hover:before{opacity:1}.Modules-module__VprQxW__integrationIcon{width:52px;height:52px;color:var(--navy-deep);background:linear-gradient(135deg,var(--aqua),var(--aqua-light));border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 16px #06b6d44d}.Modules-module__VprQxW__integrationCard:hover .Modules-module__VprQxW__integrationIcon{transform:scale(1.1);box-shadow:0 6px 24px #06b6d466}.Modules-module__VprQxW__integrationTitle{color:#fff;margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.Modules-module__VprQxW__integrationDesc{color:#ffffff80;margin:0;font-size:.8125rem;line-height:1.6}@media (max-width:1024px){.Modules-module__VprQxW__modulesGrid,.Modules-module__VprQxW__addonsGrid{grid-template-columns:repeat(2,1fr)}.Modules-module__VprQxW__highlightsInner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Modules-module__VprQxW__integrationGrid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width:768px){.Modules-module__VprQxW__hero{padding:8rem 0 3.5rem}.Modules-module__VprQxW__heroTitle{font-size:2rem}.Modules-module__VprQxW__heroActions{flex-direction:column;align-items:center}.Modules-module__VprQxW__btnPrimary,.Modules-module__VprQxW__btnSecondary{justify-content:center;width:100%;max-width:260px}.Modules-module__VprQxW__heroIcons{flex-wrap:wrap}.Modules-module__VprQxW__sectionInner{padding:3.5rem 1.25rem}.Modules-module__VprQxW__modulesGrid{grid-template-columns:1fr}.Modules-module__VprQxW__addonsGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.Modules-module__VprQxW__highlightsSection{padding:3rem 1.25rem}.Modules-module__VprQxW__highlightsInner{grid-template-columns:1fr}}@media (max-width:480px){.Modules-module__VprQxW__hero{padding:7rem 0 2.5rem}.Modules-module__VprQxW__heroTitle{font-size:1.75rem}.Modules-module__VprQxW__moduleCard{border-radius:14px;padding:1.5rem 1.25rem}.Modules-module__VprQxW__addonCard{border-radius:14px;padding:1.25rem}.Modules-module__VprQxW__integrationCard{border-radius:14px;padding:1.5rem 1.25rem}.Modules-module__VprQxW__heroIconDot{border-radius:10px;width:38px;height:38px}}@media (prefers-reduced-motion:reduce){.Modules-module__VprQxW__moduleCard,.Modules-module__VprQxW__heroIconDot,.Modules-module__VprQxW__addonCard,.Modules-module__VprQxW__integrationCard{animation:none}.Modules-module__VprQxW__btnPrimary,.Modules-module__VprQxW__btnSecondary,.Modules-module__VprQxW__moduleCard,.Modules-module__VprQxW__addonCard,.Modules-module__VprQxW__integrationCard{transition:none}}@media print{.Modules-module__VprQxW__hero,.Modules-module__VprQxW__highlightsSection{color:#000;background:#fff}.Modules-module__VprQxW__moduleCard,.Modules-module__VprQxW__addonCard,.Modules-module__VprQxW__integrationCard{background:#fff;border:1px solid #ccc}.Modules-module__VprQxW__heroTitle,.Modules-module__VprQxW__moduleTitle,.Modules-module__VprQxW__addonTitle,.Modules-module__VprQxW__integrationTitle{color:#000}}
