*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050505;color:#f5f1e8;font-family:Arial,Helvetica,sans-serif}.topbar{height:86px;background:#050505;border-bottom:1px solid #8d671f;display:flex;align-items:center;justify-content:space-between;padding:10px 5%;position:sticky;top:0;z-index:20}.brand img{width:230px;max-height:64px;object-fit:contain}.topbar nav{display:flex;align-items:center;gap:24px}.topbar a{color:#eee;text-decoration:none;font-size:14px}.outline{background:transparent;border:1px solid #d7a93e;color:#f0c45e;border-radius:7px;padding:12px 18px;cursor:pointer}.hero{min-height:610px;position:relative;display:flex;align-items:center;background:radial-gradient(circle at 70% 40%,#2b1b08 0,#090705 42%,#000 80%);overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.38),rgba(0,0,0,.82))}.hero-overlay{position:absolute;right:-10%;width:58%;height:120%;background:radial-gradient(ellipse,rgba(170,105,20,.24),transparent 62%);filter:blur(10px)}.hero-content{position:relative;z-index:2;padding:70px 8%;max-width:850px}.eyebrow{letter-spacing:2px;color:#d9ad4d;font-size:12px;font-weight:700}.hero h1{font-family:Georgia,serif;font-size:72px;line-height:.95;margin:18px 0;color:#f2c45d;text-shadow:0 2px 25px #000}.hero h1 strong{font-size:1.08em}.tagline{font:italic 27px Georgia,serif;color:#eee}.event-meta{display:flex;gap:18px;flex-wrap:wrap;margin:28px 0;color:#fff;font-weight:700;font-size:13px}.gold-btn{display:inline-block;background:linear-gradient(#f3cc72,#bd8422);border:1px solid #f6d37b;color:#130d03;font-weight:800;padding:14px 24px;border-radius:7px;text-transform:uppercase;cursor:pointer;text-decoration:none}.section{padding:78px 7%;border-top:1px solid #3e2d12}.section-title{text-align:center;max-width:800px;margin:0 auto 40px}.section-title h2{font:42px Georgia,serif;margin:10px 0;color:#f1c35b}.section-title p{color:#c9c4ba}.feature-grid,.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1100px;margin:auto}.feature-grid>div,.steps-grid>div{border:1px solid #73551c;background:#0b0a08;padding:26px;border-radius:10px;text-align:center}.feature-grid b{display:block;color:#efc25c;margin-bottom:10px}.feature-grid span,.steps-grid p{color:#aaa;line-height:1.5;font-size:14px}.ticket-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1050px;margin:auto}.ticket-card{border:2px solid #c18e2b;background:linear-gradient(145deg,#14100a,#070707);padding:30px;border-radius:12px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.35)}.ticket-icon{font-size:34px;color:#efc25c}.ticket-card h3{color:#efc25c;font-size:24px;margin:10px}.prices{border-top:1px solid #574016;border-bottom:1px solid #574016;margin:20px 0;padding:12px 0}.prices span{display:flex;justify-content:space-between;padding:7px 0;color:#c9c4ba}.prices b{color:#fff}.notice{max-width:850px;margin:28px auto 0;padding:16px;border:1px solid #624a1a;border-radius:8px;text-align:center;color:#d8c8a2}.steps-grid strong{font-size:34px;color:#dcae47}.steps-grid h3{color:#f0c45e}footer{padding:50px 7%;border-top:1px solid #5b4315;text-align:center;color:#777}footer img{width:220px;max-width:80%;margin-bottom:15px}.toast{position:fixed;bottom:25px;right:25px;background:#17120a;border:1px solid #d1a23d;color:#fff;padding:15px 18px;border-radius:8px;display:none;z-index:50;max-width:340px}@media(max-width:800px){.topbar{height:auto;padding:12px 18px}.topbar nav a{display:none}.brand img{width:180px}.hero{min-height:520px}.hero-content{padding:55px 24px}.hero h1{font-size:50px}.feature-grid,.steps-grid,.ticket-grid{grid-template-columns:1fr}.section{padding:60px 20px}.section-title h2{font-size:34px}}

.form{max-width:620px;margin:auto}.form input{width:100%;padding:14px;margin:8px 0;background:#111;border:1px solid #5d451a;border-radius:7px;color:#fff}.form button{margin-top:10px}.form #msg{margin-top:15px;color:#dcb253}