:root{--color-text-on-dark:#edebf0;--color-white:#ffffff;--color-pink-primary:#e6007e;--container-max-width:1246px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:#4a1942}.lp-ig-header{background:#53565a}.lp-ig-header__inner{max-width:var(--container-max-width);margin:0 auto;padding:clamp(12px, 1.6vw, 20px) 24px;display:flex;justify-content:center}.lp-ig-header__logo{display:inline-flex}.lp-ig-header__logo img{height:clamp(32px, 3.6vw, 52px);width:auto}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4rem 1.5rem}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem, 2.8vw, 2.5rem);max-width:var(--container-max-width);text-align:center}.hero__title{font-family:'Inter',sans-serif;font-weight:900;text-transform:uppercase;color:var(--color-white);font-size:clamp(2.75rem, 4.8vw, 5.73rem);line-height:1.26;max-width:47rem}.hero__title--pink{color:var(--color-pink-primary)}.hero__subtitle{font-family:'Oswald',sans-serif;font-weight:400;color:var(--color-text-on-dark);font-size:clamp(1.75rem, 2.6vw, 3.125rem);line-height:1.1;max-width:68rem}.hero__subtitle strong{font-weight:700}.hero__lucky{font-family:'Oswald',sans-serif;font-weight:400;color:var(--color-text-on-dark);font-size:clamp(1.125rem, 1.56vw, 1.875rem);line-height:1.5;max-width:51.5rem}.hero__lucky strong{font-weight:700}.hero__disclaimer{font-family:'Inter',sans-serif;font-weight:400;color:var(--color-white);font-size:clamp(0.8125rem, 0.83vw, 1rem);line-height:1.5;max-width:54.75rem;margin-top:clamp(0.5rem, 1.5vw, 1.5rem)}.hero__disclaimer a{color:inherit;text-decoration:underline;text-decoration-skip-ink:none}@media (max-width:640px){.hero{padding:3rem 1.25rem}.hero__content{gap:1.25rem}}