.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-background);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.hero-container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg);text-align:center;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3xl)}.hero-content{flex:1;text-align:left;max-width:600px}.hero-animation{flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-animation dotlottie-wc{width:450px!important;height:450px!important}.hero-animation>dotlottie-wc{width:450px!important;height:450px!important}dotlottie-wc{width:450px!important;height:450px!important}#hero-lottie{width:450px!important;height:450px!important}@media (max-width: 1200px){.hero-animation dotlottie-wc,.hero-animation>dotlottie-wc,dotlottie-wc,#hero-lottie{width:400px!important;height:400px!important}}@media (max-width: 1024px){.hero-animation dotlottie-wc,.hero-animation>dotlottie-wc,dotlottie-wc,#hero-lottie{width:350px!important;height:350px!important}}@media (max-width: 768px){.hero-animation dotlottie-wc,.hero-animation>dotlottie-wc,dotlottie-wc,#hero-lottie{width:300px!important;height:300px!important}}@media (max-width: 480px){.hero-animation dotlottie-wc,.hero-animation>dotlottie-wc,dotlottie-wc,#hero-lottie{width:250px!important;height:250px!important}}@media (max-width: 360px){.hero-animation dotlottie-wc,.hero-animation>dotlottie-wc,dotlottie-wc,#hero-lottie{width:200px!important;height:200px!important}}.hero-badge{display:inline-block;background-color:#f4a261;color:#000;padding:var(--space-xs) var(--space-md);border-radius:var(--border-radius);font-size:.875rem;font-weight:var(--font-weight-semibold);margin-bottom:var(--space-lg);box-shadow:var(--shadow-sm)}.hero-badge:hover{display:inline-block;background-color:#f4a261;color:#000;padding:var(--space-xs) var(--space-md);border-radius:var(--border-radius);font-size:.875rem;font-weight:var(--font-weight-semibold);margin-bottom:var(--space-lg);box-shadow:var(--shadow-sm);transform:scale(1.05);transition:transform .1s ease-in-out;cursor:pointer}.hero-title{font-size:3.5rem;font-weight:var(--font-weight-bold);color:var(--color-text);margin-bottom:var(--space-md);line-height:1.1;max-width:800px;margin-left:0;margin-right:0}.hero-title span{color:var(--color-accent);display:block}.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:var(--space-xl);max-width:600px;margin-left:0;margin-right:0;line-height:1.6;font-weight:var(--font-weight-regular)}.hero-buttons{display:flex;gap:var(--space-md);justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:var(--space-xl)}.hero .btn-primary{padding:var(--space-md) var(--space-xl);font-size:1.125rem;font-weight:var(--font-weight-semibold);box-shadow:var(--shadow-md)}.hero .btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.hero .btn-secondary{padding:var(--space-md) var(--space-xl);font-size:1.125rem;font-weight:var(--font-weight-medium);border:2px solid var(--color-primary)}.hero .btn-secondary:hover{transform:translateY(-2px)}@media (max-width: 768px){.hero{padding:var(--space-2xl) 0;min-height:80vh}.hero-container{flex-direction:column;text-align:center;gap:var(--space-xl)}.hero-content{text-align:center;max-width:none}.hero-title{font-size:2.5rem;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.125rem;margin-left:auto;margin-right:auto}.hero-buttons{flex-direction:column;align-items:stretch;justify-content:center}.hero .btn-primary,.hero .btn-secondary{width:100%;justify-content:center}.hero-animation{order:-1}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{gap:var(--space-sm)}.hero .btn-primary,.hero .btn-secondary{padding:var(--space-sm) var(--space-lg);font-size:1rem}}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(43,45,66,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(43,45,66,.03) 0%,transparent 50%);pointer-events:none;z-index:1}
