/**handles:hero-style**/
.hero-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px;background-color:#000;color:#fff}.text-container{font-family:Roboto,sans-serif;height:80vh;width:80vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:20px;line-height:1.6;letter-spacing:2px;font-weight:400;font-size:32px}.text-container h1{font-size:48px;font-weight:300;margin-bottom:32px;text-align:left;width:100%;line-height:1.2;letter-spacing:0}.typewriter-text::after{content:'|';animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}.text-container p.subheadline{color:#fff;font-size:32px;letter-spacing:2px;margin-bottom:16px;line-height:1.4;font-weight:400}.text-container p.description{color:#c8c8c8;font-size:16px;line-height:1.6;letter-spacing:1px;font-weight:300;text-decoration:none;margin-bottom:32px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{width:fit-content;align-self:flex-start;margin-top:20px;margin-right:16px;padding:14px 32px;font-size:16px;font-weight:600;background-color:#fff;color:#000;border:2px solid transparent;border-radius:9999px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.button-container{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.btn:hover{background-color:#000;color:#fff;border:2px solid #fff}.tyger-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:30px;padding:20px}.headline-row{position:relative;overflow:hidden;width:100%;text-align:center}.outline{display:inline-block;position:relative;font-family:Arvo,serif;color:transparent;-webkit-text-stroke:2px grey;font-size:32px;font-weight:700;left:0;opacity:0;transition:all 1.2s ease-out;margin:0 8px}.outline.animate-in{left:0;opacity:1}.orbs{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;font-size:48px;font-weight:700;line-height:1.2;max-width:100%}.word-group{display:inline-flex;white-space:nowrap}.orbs span{color:#fff;text-shadow:0 0 10px #e22226,1px 1px 10px #e22226;opacity:0;transform:translateY(-50px) scale(.8);transition:transform .4s ease,opacity .4s ease}.orbs span.visible{opacity:1;transform:translateY(0) scale(1)}.cta-wrapper{opacity:0;transition:opacity 2s ease;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.fade-in{opacity:1}.fade-text{opacity:0;transition:opacity 2s ease;font-size:20px;text-align:center;max-width:100%}.fade-text.visible{opacity:1}@media (max-width:768px){.hero-container{padding:15px}.text-container{width:95vw;height:auto;min-height:70vh;padding:15px;font-size:18px;letter-spacing:1px}.text-container h1{font-size:28px;margin-bottom:24px;line-height:1.3}.text-container p.subheadline{font-size:20px;letter-spacing:1px;margin-bottom:12px}.text-container p.description{font-size:14px;letter-spacing:.5px;line-height:1.5;margin-bottom:24px}.button-container{justify-content:center}.btn{font-size:14px;padding:12px 24px;margin-top:0;margin-right:0;margin-bottom:0}.tyger-container{min-height:50vh;gap:20px;padding:15px}.outline{font-size:20px;margin:0 4px;display:block;margin-bottom:8px}.headline-row{line-height:1.4}.orbs{font-size:28px;gap:2px;line-height:1.1}.fade-text{font-size:16px;padding:0 10px;line-height:1.4}.cta-wrapper{align-items:center;gap:12px;width:100%}.cta-wrapper .btn{width:auto;min-width:180px;text-align:center}}@media (max-width:480px){.text-container{width:98vw;padding:10px;font-size:16px}.text-container h1{font-size:24px}.text-container p.subheadline{font-size:18px}.text-container p.description{font-size:13px}.outline{font-size:18px}.orbs{font-size:24px}.fade-text{font-size:14px}.btn{font-size:13px;padding:10px 20px;min-width:160px}}@media (max-height:500px) and (orientation:landscape){.hero-container{height:auto;min-height:100vh;padding:10px}.text-container{height:auto;min-height:60vh}.tyger-container{min-height:40vh;gap:15px}}