.hero{position:relative;min-height:90vh;display:flex;align-items:center;background-color:#112535;padding-top:100px;padding-bottom:var(--space-xl);overflow:hidden}.hero-container{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-xl);align-items:center;max-width:1240px;margin:0 auto;width:100%;position:relative;z-index:10}.hero-content{z-index:10;position:relative}.hero-subtitle{display:inline-block;color:var(--color-primary);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-sm);opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.hero-text{transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-title{font-size:clamp(2.75rem,5.5vw,4rem);font-weight:850;color:#fff;line-height:1.1;margin-bottom:var(--space-md);letter-spacing:-.03em}.title-highlight{color:var(--color-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.typing-line{display:inline-block;opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards}.typing-line-1{animation-delay:.1s}.typing-line-2{animation-delay:.4s}.hero-description{font-size:clamp(1.0625rem,1.3vw,1.25rem);color:#ffffffb3;line-height:1.6;margin-bottom:var(--space-xl);max-width:540px;opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards .7s}.hero-actions{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-lg);opacity:0;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1) forwards .9s}.btn{padding:1.125rem 2.5rem;border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn-primary{background:var(--color-primary);color:var(--color-secondary);box-shadow:0 10px 30px #c5d63d33}.btn-primary:hover{transform:translateY(-3px);background:#d4e157;box-shadow:0 15px 40px #c5d63d59}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff6;transform:translateY(-3px)}.hero-controls{display:flex;align-items:center;gap:var(--space-md);opacity:0;animation:fadeInUp .8s ease-out forwards 1.4s}.hero-arrows{display:flex;gap:12px}.hero-arrow{width:48px;height:48px;border-radius:50%;border:2px solid var(--color-secondary);background:transparent;color:var(--color-secondary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.hero-arrow:hover{background:var(--color-secondary);color:#fff;transform:rotate(360deg)}.hero-dots{display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--color-secondary);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot.active{background:var(--color-secondary);transform:scale(1.5)}.hero-image{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.hero-image-wrapper{width:100%;max-width:600px;height:auto;display:flex;justify-content:center;align-items:center}@media(max-width:968px){.hero{padding-top:80px;padding-bottom:var(--space-xl);min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-container{grid-template-columns:1fr;text-align:center;gap:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.hero-content{order:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-image{display:none}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;gap:var(--space-md);width:100%;max-width:280px}.hero-actions,.hero-controls{justify-content:center}}.features{padding:calc(var(--space-2xl) * 1.5) 0;background:var(--color-bg-main)}.features-container{display:grid;grid-template-columns:1fr 1.1fr;gap:calc(var(--space-2xl) * 1.5);align-items:center}.features-content{max-width:580px}.features-title{font-size:clamp(2.25rem,4vw,3rem);font-weight:800;color:var(--color-secondary);line-height:1.2;margin-bottom:var(--space-lg);letter-spacing:-.02em}.features-description{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.75;margin-bottom:calc(var(--space-xl) * 1.5)}.features-list{display:flex;flex-direction:column;gap:var(--space-lg)}.feature-item-modern{display:flex;gap:var(--space-md);align-items:flex-start}.feature-check-modern{width:32px;height:32px;min-width:32px;color:var(--color-primary);flex-shrink:0;font-size:2rem;margin-top:-4px}.feature-item-title{font-size:1.0625rem;font-weight:600;color:var(--color-text-primary);line-height:1.6;margin:0}.features-visual-modern{display:flex;justify-content:center;align-items:center}.features-svg{width:100%;max-width:600px;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.chart-bars-animated rect{animation:bar-grow 2s ease-out backwards;transform-origin:bottom}.chart-bars-animated rect:nth-child(1){animation-delay:.1s}.chart-bars-animated rect:nth-child(2){animation-delay:.2s}.chart-bars-animated rect:nth-child(3){animation-delay:.3s}.chart-bars-animated rect:nth-child(4){animation-delay:.4s}.chart-bars-animated rect:nth-child(5){animation-delay:.5s}.chart-bars-animated rect:nth-child(6){animation-delay:.6s}.chart-bars-animated rect:nth-child(7){animation-delay:.7s}.chart-bars-animated rect:nth-child(8){animation-delay:.8s}@keyframes bar-grow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.growth-arrow-animated{animation:arrow-draw 2s ease-out 1s backwards}@keyframes arrow-draw{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.percentage-symbol{animation:symbol-pulse 3s ease-in-out infinite}@keyframes symbol-pulse{0%,to{opacity:.6}50%{opacity:1}}.data-point{animation:point-pulse 2s ease-in-out infinite}.point-1{animation-delay:0s}.point-2{animation-delay:.5s}.point-3{animation-delay:1s}@keyframes point-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.stat-text{animation:stat-float 3s ease-in-out infinite}.floating-stats text:nth-child(1){animation-delay:0s}.floating-stats text:nth-child(2){animation-delay:.5s}.floating-stats text:nth-child(3){animation-delay:1s}@keyframes stat-float{0%,to{transform:translateY(0);opacity:.9}50%{transform:translateY(-5px);opacity:1}}@media(max-width:968px){.features-container{grid-template-columns:1fr;gap:var(--space-xl)}.features-content{max-width:100%;order:2}.features-visual-modern{order:1}.features-svg{max-width:500px}}@media(max-width:640px){.features-svg{max-width:100%}.feature-check-modern{font-size:1.75rem;width:28px;height:28px;min-width:28px}.feature-item-title{font-size:1rem}}
