/* Corvida — global styles. Ported verbatim from the approved design reference. */
html, body { margin: 0; padding: 0; }
body {
  background:
    radial-gradient(1100px 800px at 82% -8%, rgba(124,58,237,0.09), transparent 62%),
    radial-gradient(900px 700px at 8% 22%, rgba(0,229,255,0.11), transparent 58%),
    radial-gradient(800px 600px at 52% 108%, rgba(0,255,102,0.09), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #e9eef5 100%);
  background-attachment: fixed;
}
body::after { content: ''; position: fixed; inset: 0; z-index: 2147483647; pointer-events: none; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 180px 180px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; }
a { color: #0891b2; text-decoration: none; }
a:hover { color: #059669; }
[hidden] { display: none !important; }
@keyframes heroReveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scanSweep { from { top: 22%; } to { top: 78%; } }
@keyframes nodePulse { 0%, 100% { transform: scale(1); opacity: 0.55; } 50% { transform: scale(1.6); opacity: 1; } }
@keyframes ringPulse { 0% { transform: scale(0.9); opacity: 0.7; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes floatPhone { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-14px); } }
@keyframes glowDrift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(40px, -30px); } }
@keyframes waveMove { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -200; } }
@keyframes roiGlow { 0%, 100% { text-shadow: 0 0 24px rgba(0,255,102,0.45); } 50% { text-shadow: 0 0 44px rgba(0,255,102,0.8); } }
@keyframes borderSpin { to { transform: rotate(360deg); } }
@keyframes vitalPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }
@keyframes dotBlink { 0%, 100% { opacity: 1; box-shadow: 0 0 12px currentColor; } 50% { opacity: 0.4; box-shadow: 0 0 4px currentColor; } }
@keyframes stepGlow { 0%, 100% { box-shadow: 0 0 0 rgba(0,229,255,0); } 50% { box-shadow: 0 0 22px rgba(0,229,255,0.4); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(28px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lockShake { 0%, 100% { transform: translateX(0); } 12% { transform: translateX(-4px); } 25% { transform: translateX(4px); } 37% { transform: translateX(-4px); } 50% { transform: translateX(4px); } 62% { transform: translateX(-4px); } 75% { transform: translateX(4px); } 87% { transform: translateX(-2px); } }
@keyframes lockIn { from { transform: scale(0.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.js .rv { opacity: 0; transform: translateY(28px); }
.js .rv.rv-in { opacity: 1; transform: none; transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
@media print { .js .rv { opacity: 1 !important; transform: none !important; } }
.vc-asm-toggle { display: none; }
.vc-hero { overflow-x: clip; }
@media (max-width: 1280px) and (min-width: 921px) {
  .vc-chip { width: 132px !important; padding: 10px 12px !important; }
  .vc-chip-l { right: calc(50% + 76px) !important; }
  .vc-chip-r { left: calc(50% + 76px) !important; }
}
@media (max-width: 1100px) and (min-width: 921px) {
  .vc-pad { padding: 72px 32px !important; }
}
input[type="range"].vc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; outline: none; cursor: pointer; border: none; }
input[type="range"].vc-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #f2f5f7; border: 3px solid #00E5FF; box-shadow: 0 0 16px rgba(0,229,255,0.7); transition: transform 0.15s; }
input[type="range"].vc-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
input[type="range"].vc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #f2f5f7; border: 3px solid #00E5FF; box-shadow: 0 0 16px rgba(0,229,255,0.7); }
.vc-field { width: 100%; box-sizing: border-box; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; color: #f2f5f7; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 14px 16px; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.vc-field:focus { border-color: rgba(0,229,255,0.6); box-shadow: 0 0 0 3px rgba(0,229,255,0.12); }
.vc-field option { background: #1e2735; }
.vc-burger { display: none; }
@media (max-width: 920px) {
  .vc-nav, .vc-headercta { display: none !important; }
  .vc-burger { display: grid !important; }
  .vc-header { padding: 12px 20px !important; }
  .vc-hero { grid-template-columns: 1fr !important; padding: 56px 24px !important; }
  .vc-hero-visual { display: none !important; }
  .vc-calc, .vc-svc, .vc-care, .vc-portal, .vc-about, .vc-plat { grid-template-columns: 1fr !important; }
  .vc-plat > div:first-child { max-width: 400px; width: 100%; margin: 0 auto; }
  .vc-about > div { grid-column: span 1 !important; grid-row: auto !important; }
  .vc-pad { padding: 56px 20px !important; }
  .vc-footer { flex-direction: column !important; gap: 14px !important; text-align: center; }
  .vc-modal { padding: 24px !important; }
  .vc-calc > div:first-child { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .vc-priv { grid-template-columns: 1fr !important; }
  .vc-hero-mobile { display: grid !important; }
  .vc-calc > div:last-child { order: -1; }
  .vc-asm-toggle { display: block !important; }
  .vc-asm { display: none; }
  .vc-asm.open { display: block; }
  .vc-faqcols { columns: 1 !important; }
  .vc-habits { grid-template-columns: 1fr !important; }
  .vc-priv-card { position: static !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Hover states (the reference expressed these as style-hover attributes).
   !important is required to override the element's inline styles. */
.hv-nav:hover { color: #0f172a !important; background: rgba(15,23,42,0.05) !important; }
.hv-cta:hover { transform: translateY(-1px) !important; box-shadow: 0 0 44px rgba(0,255,102,0.65), inset 0 1px 0 rgba(255,255,255,0.4) !important; }
.hv-cta-lg:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 56px rgba(0,229,255,0.5), inset 0 1px 0 rgba(255,255,255,0.45) !important; }
.hv-sec:hover { border-color: rgba(0,229,255,0.5) !important; background: rgba(0,229,255,0.06) !important; }
.hv-drow:hover { border-color: rgba(0,229,255,0.4) !important; }
.hv-scan:hover { transform: scale(1.015) translateY(-4px) !important; }
.hv-scan-inner:hover { box-shadow: inset 0 0 60px rgba(0,229,255,0.06) !important; }
.hv-tele:hover { transform: scale(1.015) translateY(-4px) !important; box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 50px rgba(138,43,226,0.18) !important; border-color: rgba(138,43,226,0.35) !important; }
.hv-plat-phone:hover { transform: translateY(-5px) !important; box-shadow: 0 36px 84px rgba(0,0,0,0.55), 0 0 70px rgba(0,255,102,0.14), inset 0 1px 0 rgba(255,255,255,0.08) !important; }
.hv-plat-browser:hover { transform: translateY(-5px) !important; box-shadow: 0 36px 84px rgba(0,0,0,0.55), 0 0 70px rgba(0,229,255,0.12), inset 0 1px 0 rgba(255,255,255,0.08) !important; }
.hv-bar:hover { filter: brightness(1.35) !important; }
.hv-step:hover { border-color: rgba(178,102,255,0.4) !important; background: rgba(255,255,255,0.05) !important; transform: translateX(6px) !important; }
.hv-fit:hover { transform: scale(1.015) translateY(-4px) !important; box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 50px rgba(0,255,102,0.15) !important; border-color: rgba(0,255,102,0.35) !important; }
.hv-nut:hover { transform: scale(1.015) translateY(-4px) !important; box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 50px rgba(0,229,255,0.15) !important; border-color: rgba(0,229,255,0.35) !important; }
.hv-course:hover { border-color: rgba(0,255,102,0.4) !important; background: rgba(255,255,255,0.05) !important; transform: translateX(6px) !important; }
.hv-about-green:hover { transform: translateY(-4px) !important; border-color: rgba(0,255,102,0.3) !important; }
.hv-about-cyan:hover { transform: translateY(-4px) !important; border-color: rgba(0,229,255,0.3) !important; }
.hv-about-violet:hover { transform: translateY(-4px) !important; border-color: rgba(178,102,255,0.35) !important; }
.hv-lift:hover { transform: translateY(-4px) !important; }
.hv-feat-cyan:hover { border-color: rgba(0,229,255,0.3) !important; background: rgba(255,255,255,0.05) !important; }
.hv-feat-green:hover { border-color: rgba(0,255,102,0.3) !important; background: rgba(255,255,255,0.05) !important; }
.hv-feat-violet:hover { border-color: rgba(178,102,255,0.3) !important; background: rgba(255,255,255,0.05) !important; }
.hv-faq:hover { background: linear-gradient(170deg, #26303f 0%, #1e2734 100%) !important; }
.hv-flink:hover { color: #0891b2 !important; }
.hv-vctl:hover { background: rgba(255,255,255,0.16) !important; }
.hv-vend:hover { transform: scale(1.06) !important; box-shadow: 0 0 36px rgba(255,59,77,0.7) !important; }
.hv-mclose:hover { background: rgba(255,255,255,0.1) !important; color: #ffffff !important; }
.hv-modal-cta:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 50px rgba(0,229,255,0.5), inset 0 1px 0 rgba(255,255,255,0.45) !important; }
