.hero{max-width:80rem;padding:0 1.5rem;text-align:center;margin:8rem auto 5rem}@media (min-width:768px){.hero{padding:0 2rem}}.hero-border-gradient{background:linear-gradient(45deg,#E6B655,#ffd700,#E6B655);background-size:200% 200%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-badge{display:inline-flex;height:1.75rem;align-items:center;justify-content:space-between;border-radius:9999px;border:1px solid #e5e7eb;background-color:rgba(255,255,255,.1);padding:0 .75rem;font-size:.75rem;color:#000000;transition:all .3s ease-in;gap:.25rem;margin-bottom:2rem;cursor:pointer}.hero-badge:hover{background-color:rgba(255,255,255,.2)}.hero-badge-icon{width:.75rem;height:.75rem;margin-left:.25rem;transition:transform .3s ease-in-out}.hero-badge:hover .hero-badge-icon{transform:translateX(.125rem)}.hero-title{background:linear-gradient(to bottom right,#000000 30%,rgba(0,0,0,.4));-webkit-background-clip:text;background-clip:text;color:transparent;padding:1.5rem 0;font-size:3rem;font-weight:500;line-height:1;letter-spacing:-.02em;text-wrap:balance}@media (min-width:640px){.hero-title{font-size:3.75rem}}@media (min-width:768px){.hero-title{font-size:4.5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}.hero-title-break{display:none}@media (min-width:768px){.hero-title-break{display:block}}.hero-description{margin-bottom:3rem;font-size:1.125rem;line-height:1.5;letter-spacing:-.01em;color:#4b5563;text-wrap:balance}@media (min-width:768px){.hero-description{font-size:1.25rem}}.hero-description-break{display:none}@media (min-width:768px){.hero-description-break{display:block}}.hero-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.875rem;font-weight:500;transition:all .2s;outline:none;border:none;background-color:#000000;color:#ffffff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);height:2.25rem;padding:0 1rem;gap:.25rem;border-radius:.5rem;cursor:pointer;position:relative;overflow:hidden}.hero-button:hover{background-color:rgba(0,0,0,.9)}.hero-button:focus-visible{outline:2px solid #000000;outline-offset:2px}.hero-button:disabled{pointer-events:none;opacity:.5}.hero-button-icon{width:1rem;height:1rem;margin-left:.25rem;transition:transform .3s ease-in-out}.hero-button:hover .hero-button-icon{transform:translateX(.25rem)}.hero-image-container{position:relative;margin-top:8rem;perspective:2000px}.hero-image-wrapper{border-radius:.75rem;border:1px solid #e5e7eb;background-color:rgba(255,255,255,.01);position:relative;overflow:hidden}.hero-border-effect{pointer-events:none;position:absolute;inset:0;border-radius:inherit;border-color:transparent;mask-clip:padding-box,border-box;mask-composite:intersect;mask-image:linear-gradient(transparent,transparent),linear-gradient(#000,#000)}.hero-border-gradient{position:absolute;aspect-ratio:1;background:linear-gradient(270deg,#3b82f6,#8b5cf6,transparent);width:200px;animation:borderPulse 2s ease-in-out infinite}@keyframes borderPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.hero-image-placeholder{width:100%;height:50rem;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border-radius:inherit;display:flex;align-items:center;justify-content:center}.hero-image-text{color:#6b7280;font-size:1.125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.hero-badge,.hero-button,.hero-description,.hero-image-container,.hero-title{animation:fadeInUp .6s ease-out forwards}.hero-badge{animation-delay:.1s;opacity:0}.hero-title{animation-delay:.2s;opacity:0}.hero-description{animation-delay:.3s;opacity:0}.hero-button{animation-delay:.4s;opacity:0}.hero-image-container{animation-delay:.5s;opacity:0}@media (max-width:640px){.hero{margin-top:4rem;padding:0 1rem}.hero-title{font-size:2.5rem;padding:1rem 0}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-image-placeholder{height:16rem}.hero-image-container{margin-top:4rem}}@media (prefers-color-scheme:dark){.hero-badge{border-color:#374151;background-color:rgba(255,255,255,.05);color:#ffffff}.hero-title{background:linear-gradient(to bottom right,#ffffff 30%,rgba(255,255,255,.4));-webkit-background-clip:text;background-clip:text}.hero-description{color:#9ca3af}.hero-button{background-color:#ffffff;color:#000000}.hero-button:hover{background-color:rgba(255,255,255,.9)}.hero-image-wrapper{border-color:#374151;background-color:rgba(0,0,0,.01)}.hero-image-placeholder{background:linear-gradient(to bottom right,#1f2937,#111827)}.hero-image-text{color:#9ca3af}}