*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#151515;color:#f7f7f4;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit}img{display:block;width:100%}.nav{position:sticky;top:0;z-index:20;background:rgba(21,21,21,.93);backdrop-filter:blur(16px);display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:14px clamp(16px,5vw,54px);border-bottom:1px dashed rgba(255,198,39,.35)}.brand{text-decoration:none;font-size:24px;font-weight:900;color:#ffc627}.brand span{color:#fff}.links{display:flex;gap:10px;overflow:auto}.links a{text-decoration:none;border:1px dashed rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;color:#eee;white-space:nowrap;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:999px;text-decoration:none;background:#ffc627;color:#111;font-weight:800;box-shadow:0 18px 35px -24px #ffc627}.btn.dark{background:#111;color:#ffc627;border:1px dashed #ffc627}.mobile-menu{display:none}.hero{padding:62px clamp(16px,5vw,54px) 28px;background:radial-gradient(circle at 10% 20%,rgba(255,198,39,.22),transparent 35%),linear-gradient(130deg,#151515,#241f0e 62%,#0b2318)}.hero-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:1fr .78fr;gap:28px;align-items:center}.ticket{position:relative;background:#fff;color:#111;border-radius:28px;padding:30px;box-shadow:0 30px 90px -44px #000}.ticket:before,.ticket:after{content:"";position:absolute;top:45%;width:48px;height:48px;border-radius:50%;background:#151515}.ticket:before{left:-24px}.ticket:after{right:-24px}.crumb{font-size:13px;color:#5b6472}.ticket h1{font-size:clamp(42px,8vw,84px);line-height:.98;margin:16px 0;color:#111;letter-spacing:-2px}.lead{font-size:19px;color:#38404a}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-img{border:1px dashed rgba(255,198,39,.45);border-radius:28px;padding:10px;background:#201f1a}.hero-img img{border-radius:20px;height:480px;object-fit:cover}.notice{max-width:1160px;margin:18px auto 0;background:#211f16;border:1px dashed rgba(255,198,39,.45);border-radius:22px;padding:18px 22px;color:#f4e6b0}.wrap{max-width:1160px;margin:auto;padding:34px clamp(16px,5vw,54px)}.coupon{display:grid;grid-template-columns:260px 1fr;gap:0;margin:26px 0;background:#fff;color:#111;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px -46px #000}.coupon .media{background:#ffc627;padding:10px}.coupon img{height:100%;min-height:360px;object-fit:cover;border-radius:20px}.copy{padding:28px;display:flex;flex-direction:column}.tag{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#177346;font-weight:900}h2{font-size:clamp(28px,4vw,46px);line-height:1.08;margin:8px 0 10px;letter-spacing:-1px}h3{font-size:19px;margin:0 0 8px;color:#515b68}p{color:#53606d}.copy .btn{align-self:flex-start;margin-top:auto}.faq{padding:48px clamp(16px,5vw,54px);background:#f8f5e8;color:#111}.faq-inner{max-width:1160px;margin:auto}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.faq details{background:#fff;border:1px dashed #dcc26b;border-radius:18px;padding:16px}.faq summary{cursor:pointer;font-weight:800}footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;max-width:1160px;margin:auto;padding:28px clamp(16px,5vw,54px) calc(50px + env(safe-area-inset-bottom));color:#cabd83}footer a{text-decoration:none;margin-left:14px;color:#ffc627}@media(max-width:840px){.nav{grid-template-columns:1fr auto;padding:12px 14px;border-bottom:0;box-shadow:none}.links{display:none}.nav>.btn{min-height:36px;padding:8px 12px;font-size:13px}.mobile-menu{display:block;grid-column:1/-1}.mobile-menu summary{list-style:none;display:flex;align-items:center;justify-content:center;min-height:38px;border:1px dashed #ffc627;border-radius:999px;color:#ffc627}.mobile-menu summary::-webkit-details-marker{display:none}.drawer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;padding:10px;background:#202020;border:1px dashed rgba(255,198,39,.35);border-radius:18px}.drawer a{text-decoration:none;text-align:center;padding:10px;border-radius:14px;background:#111;border:1px dashed rgba(255,255,255,.18)}.hero-grid,.coupon{display:flex;flex-direction:column}.hero-img img,.coupon img{height:auto;min-height:0;aspect-ratio:16/9}.ticket{padding:24px 22px}.actions .btn,.copy .btn{width:100%}.faq-grid{grid-template-columns:1fr}footer{flex-direction:column;text-align:center}footer a{margin:0 8px}}