:root{--red:#dc0019;--navy:#050039;--pink:#efb1ba;--white:#fff}@font-face{font-family:'Bud';src:url(/static/BudweiserSerif-Display.otf) format('opentype');font-weight:400;font-style:normal}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#0a0541;font-family:Helvetica,sans-serif}.phone-screen{position:relative;width:min(100vw, 450px);min-height:800px;background:var(--red);color:var(--white);overflow:hidden;border-radius:12px}@media (max-width:800px){.phone-screen{border-radius:0}}.brand-header{height:112px;border-bottom:5px solid var(--navy);display:grid;place-items:center}.logo{width:190px;max-height:75px;object-fit:contain}.screen-content{padding:42px 50px 120px}.age-gate{text-align:center}.age-gate .heading{font-size:28px;line-height:1.2;font-weight:400;margin-bottom:0;margin-top:0;font-family:'Bud',serif}.intro{font-size:15px;line-height:1.35;margin:6px 0 30px 0}label{display:block;font-weight:700;font-size:16px}input[type="text"],input[type="email"],input:not([type]){width:100%;height:44px;border:0;margin-top:6px;padding:8px 10px;font-size:18px}.dob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.dob-grid input{height:44px;border:0;margin-top:6px;width:100%;font-size:18px;background:#fff0;border-bottom:1px solid #fff;color:#fff}.btn{display:block;width:204px;margin:38px auto 0;border:0;background:var(--navy);color:var(--white);text-align:center;text-decoration:none;font-family:Georgia,serif;font-weight:700;font-size:30px;cursor:pointer}.check-containers{margin-top:28px;display:flex;flex-direction:column;gap:10px}.check{display:flex;gap:12px;align-items:flex-start;font-weight:400;font-size:12px;color:#fff;position:relative}.check input{position:absolute;opacity:0;pointer-events:none}.check-label{position:relative;padding-left:34px;line-height:1.4;cursor:pointer;display:inline-block}.check-label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:17px;height:17px;border:2px solid #050039;border-radius:2px;background:#fff0}.check-label::after{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%) rotate(45deg);width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;opacity:0}.check input:checked+.check-label::before{background:#050039}.check input:checked+.check-label::after{opacity:1}.answers input{width:20px;height:20px;margin:0}a{color:inherit;text-decoration:underline}.question-card{position:relative;background:var(--pink);color:var(--navy);margin-top:25px}.question-card h1{margin:0;padding:16px 52px 16px 18px;background:var(--white);font-size:22px;line-height:1.2;font-weight:400}.chevron{position:absolute;top:16px;right:14px;width:38px;height:38px;border:0;border-radius:6px;background:var(--navy);font-size:25px;display:flex;justify-content:center}.answers{padding:16px 18px 18px}.answers label{display:flex;gap:20px;align-items:center;font-size:22px;font-weight:400;margin-bottom:12px}.answers input{width:25px;height:25px;accent-color:var(--navy)}.success-panel{text-align:center;padding-top:35px;display:flex;flex-direction:column;gap:40px;align-items:center}.success-panel span{font-size:16px;text-transform:uppercase}.success-panel img{width:120px;height:auto}.success-panel h1{font-size:28px;font-weight:400;margin:16px 0 70px}.hero-products{position:absolute;bottom:0;width:75%;pointer-events:none}.hero-products img{width:100%;display:block}.legal-footer{position:absolute;left:0;right:0;bottom:28px;text-align:center}.ts-and-cs img{width:100%;margin-top:18px}.drink-aware{display:inline-block;margin-top:72px;padding:5px 8px;border:1px solid var(--white);color:var(--white);font-size:10px;box-shadow:0 0 31px var(--red);background:#ff000087}.error{background:#fff;color:#b00020;padding:10px;margin:0 0 15px}@media (max-width:430px){.phone-screen{min-height:100vh}.screen-content{padding-left:34px;padding-right:34px}}