.hero-art-card{margin:0 auto}.hero-art-visual{width:100%}.hero-art-visual svg{display:block;width:100%;height:auto;overflow:visible}.dashboard-badge{display:inline-flex;align-items:center;gap:6px}.ha-live-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0 rgba(16,185,129,.6);animation:haLivePulse 2s ease-out infinite}@keyframes haLivePulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.5)}70%{box-shadow:0 0 0 7px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.ha-glow{animation:haGlow 3s ease-in-out infinite;transform-box:fill-box;transform-origin:center}@keyframes haGlow{0%,to{opacity:.18}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.ha-glow,.ha-live-dot{animation:none}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,5vh,5rem) 0 clamp(2.5rem,4vh,4rem);background:var(--color-text);overflow:hidden}.hero-bg-wrapper{position:absolute;inset:0;z-index:0}.hero-bg-wrapper:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,26,46,.55),rgba(26,26,46,.65) 50%,rgba(26,26,46,.8));pointer-events:none}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-container{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;margin-top:1rem}.hero-content{display:flex;flex-direction:column;justify-content:flex-start;padding-top:1rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600;color:#ffffff;margin-bottom:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);width:-moz-fit-content;width:fit-content}.hero-title{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,3.5rem);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin-bottom:1.25rem;color:#ffffff}.hero-title .text-gradient{background:linear-gradient(135deg,#c4b5fd,#d8b4fe 50%,#e9d5ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1rem,1.4vw,1.125rem);color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-value-props{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.value-prop{gap:1rem}.value-prop,.value-prop-icon{display:flex;align-items:center}.value-prop-icon{flex-shrink:0;width:42px;height:42px;justify-content:center;background:rgba(124,58,237,.25);border:1px solid rgba(124,58,237,.3);border-radius:var(--radius-md);color:#d8b4fe}.value-prop-text{display:flex;flex-direction:column;gap:.125rem}.value-prop-text strong{font-size:.9375rem;font-weight:600;color:#ffffff;letter-spacing:-.01em}.value-prop-text span{font-size:.8125rem;color:rgba(255,255,255,.65);line-height:1.4}.hero-ctas{display:flex;flex-wrap:wrap;gap:.875rem}.hero .btn-primary{background:var(--color-primary);box-shadow:0 4px 14px rgba(107,33,168,.35)}.hero .btn-primary:hover{background:var(--color-primary-light);transform:translateY(-1px);box-shadow:0 6px 20px rgba(107,33,168,.45)}.hero .btn-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#ffffff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero .btn-secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35)}.btn-lg{padding:1rem 2rem;font-size:.9375rem}.hero-form-wrapper,.hero-image-wrapper{position:relative;z-index:2}.hero-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.hero-dashboard-card{width:100%;max-width:540px;background:rgba(20,15,35,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 30px 60px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.1);overflow:hidden;animation:floatImage 6s ease-in-out infinite}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:rgba(255,255,255,.03);border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-dots{display:flex;gap:6px}.dashboard-dots .dot{width:10px;height:10px;border-radius:50%}.dashboard-dots .dot-red{background:#ff5f56}.dashboard-dots .dot-yellow{background:#ffbd2e}.dashboard-dots .dot-green{background:#27c93f}.dashboard-title{font-family:var(--font-body);font-size:.8125rem;color:rgba(255,255,255,.5);font-weight:500;letter-spacing:.02em}.dashboard-badge{font-family:var(--font-body);font-size:.6875rem;color:#10b981;background:rgba(16,185,129,.12);padding:2px 8px;border-radius:10px;border:1px solid rgba(16,185,129,.25);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.dashboard-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.dashboard-stat-row{display:flex;gap:2.5rem;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:1.25rem}.dashboard-stat-row .stat-item{display:flex;flex-direction:column;gap:.25rem}.dashboard-stat-row .stat-label{font-family:var(--font-body);font-size:.6875rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.dashboard-stat-row .stat-value{font-family:var(--font-body);font-size:1.625rem;font-weight:700;color:#ffffff;line-height:1}.dashboard-stat-row .stat-value.success{color:#10b981}.dashboard-chart-container{display:flex;justify-content:center;align-items:center;padding:.5rem 0}.hero-growth-chart-img{max-width:100%;object-fit:contain}.hero-growth-chart-img,.hero-service-img{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(124,58,237,.15))}.hero-service-img{max-width:550px;border-radius:16px;object-fit:cover;box-shadow:0 20px 40px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.1)}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-form-card{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:12px;padding:.75rem;box-shadow:0 20px 60px rgba(0,0,0,.2),inset 0 0 0 1px rgba(255,255,255,.1)}.hero-form-header{text-align:center;margin-bottom:1.5rem}.hero-form-header h3{font-family:var(--font-body);font-size:1.375rem;font-weight:700;margin-bottom:.375rem;color:var(--color-text);letter-spacing:-.01em}.hero-form-header p{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.hero-form{display:flex;flex-direction:column;gap:.75rem}.hero-form .input{background:#ffffff;border:1px solid var(--color-border);font-size:.9375rem;padding:.8125rem 1rem;border-radius:var(--radius-md);transition:all var(--transition-fast)}.hero-form .input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(107,33,168,.1)}.hero-form .input::placeholder{color:var(--color-text-muted)}.form-group{position:relative}.btn-full{width:100%;margin-top:.375rem;padding:.9375rem 1.5rem;font-size:.9375rem;font-weight:600}.form-disclaimer{text-align:center;font-size:.75rem;color:var(--color-text-muted);margin-top:1rem}.form-consent{margin-top:.25rem}.hero-form .consent-label{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer}.hero-form .consent-checkbox{width:16px;height:16px;margin-top:2px;accent-color:var(--color-primary);cursor:pointer}.hero-form .consent-text{font-size:.75rem;color:var(--color-text-secondary);line-height:1.5}.hero-form .consent-text a{color:var(--color-primary);text-decoration:underline}.hero-form .consent-text a:hover{color:var(--color-primary-light)}.hero-testimonial-strip{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem;padding:0 var(--container-padding);max-width:var(--container-max);margin-left:auto;margin-right:auto}.hero-quote-card{padding:1.25rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:.75rem}.hero-quote-stars{display:flex;gap:2px;color:var(--color-warning)}.hero-quote-text{font-size:.9375rem;color:rgba(255,255,255,.85);font-style:italic;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-quote-author{display:flex;align-items:center;gap:.5rem;margin-top:auto}.hero-quote-name{font-size:.75rem;font-weight:600;color:#ffffff}.hero-quote-role{font-size:.6875rem;color:rgba(255,255,255,.5)}.hero-quote-name:after{content:"\00b7";margin-left:.5rem;color:rgba(255,255,255,.3)}.hero-testimonial{position:relative;padding:1.25rem 1.25rem 1.25rem 1.5rem;background:rgba(255,255,255,.08);border-left:3px solid rgba(196,181,253,.6);border-radius:0 var(--radius-md) var(--radius-md) 0}.testimonial-quote-icon{display:none}.hero-testimonial p{font-size:.875rem;color:rgba(255,255,255,.8);font-style:italic;line-height:1.7}.hero-testimonial p:before{content:"\201C";margin-right:.25rem}.hero-testimonial p:after,.hero-testimonial p:before{font-family:var(--font-display);font-size:1.5rem;color:#c4b5fd;opacity:.5}.hero-testimonial p:after{content:"\201D";margin-left:.125rem}@media (max-width:1200px){.hero-container{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:1024px){.hero{min-height:auto;padding:clamp(4rem,6vh,5.5rem) 0 clamp(2.5rem,4vh,3.5rem)}.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-form-wrapper{max-width:480px}.hero-testimonial-strip{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media (max-width:768px){.hero{padding:clamp(3.5rem,5vh,5rem) 0 clamp(2rem,3vh,3rem)}.hero-title{font-size:clamp(2rem,6vw,2.75rem)}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%;justify-content:center}.hero-form-wrapper{max-width:100%}.hero-testimonial-strip{grid-template-columns:1fr}.hero-quote-card:nth-child(3){display:none}}@media (max-width:640px){.hero{padding:3rem 0 1.5rem}.hero-form-card{padding:1.5rem}.hero-testimonial-strip{grid-template-columns:1fr;gap:.75rem}.hero-quote-card:nth-child(3){display:none}}