*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,'Segoe UI',sans-serif;background:#fbfffb;color:#173238}a{color:inherit;text-decoration:none}.dock{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center;padding:18px clamp(18px,4vw,56px);background:rgba(251,255,251,.92);border-bottom:1px solid #cfe4df;backdrop-filter:blur(16px)}.brand,footer{display:flex;align-items:center;gap:12px;font-weight:900}.brand img,footer img{width:46px;height:46px;border-radius:12px}nav{display:flex;gap:22px;color:#60777b;font-weight:800}.language{display:flex;border:1px solid #cfe4df;border-radius:999px;padding:4px;background:white}.language button{border:0;background:transparent;padding:8px 12px;border-radius:999px;font-weight:900;cursor:pointer}.language .active{background:#008c7a;color:white}.hero{min-height:calc(100vh - 83px);display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,560px);gap:44px;align-items:center;padding:60px clamp(18px,5vw,76px);background:linear-gradient(115deg,#fbfffb 0%,#e8f7f2 62%,#ffb000 62%)}.tag{display:inline-flex;padding:8px 12px;border:1px solid #cfe4df;border-radius:8px;background:white;color:#008c7a;font-weight:900}h1{margin:20px 0 0;font-size:clamp(42px,6vw,82px);line-height:.94;letter-spacing:0}.lead{font-size:20px;color:#60777b;max-width:650px}.cta,.ticket button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border:0;border-radius:8px;padding:0 22px;background:#008c7a;color:white;font-weight:900;margin-top:22px;cursor:pointer}.hero aside{background:white;border:2px solid #173238;border-radius:10px;padding:16px;box-shadow:16px 18px 0 #ffb000}.hero img{width:100%;border-radius:8px}.hero ul{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0 0;padding:0;list-style:none}.hero li{padding:10px;border:1px dashed #008c7a;border-radius:8px;font-weight:800}.manifest,.crew,.start,.questions{padding:76px clamp(18px,5vw,76px)}.manifest{background:white}h2{font-size:clamp(30px,4vw,54px);line-height:1;margin:0 0 28px;letter-spacing:0}.manifest>div{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}article{border:1px solid #cfe4df;border-radius:8px;padding:24px;background:#fbfffb}article h3{margin:0 0 10px;font-size:22px}article p{margin:0;color:#60777b}.crew{display:grid;grid-template-columns:.75fr 1.25fr;gap:36px;background:#e8f7f2}.crew>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.start{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start;background:white}.ticket{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:26px;border:2px solid #173238;border-radius:10px;box-shadow:-14px 14px 0 #e8f7f2}label{display:grid;gap:6px;font-weight:800}.wide,.legal,.status{grid-column:1/-1}input{min-height:48px;border:1px solid #cfe4df;border-radius:8px;padding:0 12px}.legal{color:#60777b;margin:0}.status{font-weight:900;color:#008c7a}details{border-bottom:1px solid #cfe4df;padding:18px 0}summary{cursor:pointer;font-weight:900;font-size:20px}footer{padding:34px clamp(18px,5vw,76px);background:#173238;color:white}@media(max-width:900px){.dock{grid-template-columns:1fr auto}nav{display:none}.hero,.crew,.start{grid-template-columns:1fr}.manifest>div,.crew>div:last-child{grid-template-columns:1fr 1fr}}@media(max-width:560px){.manifest>div,.crew>div:last-child,.ticket{grid-template-columns:1fr}.hero aside{box-shadow:8px 10px 0 #ffb000}}