/* Tuca – Website-Stylesheet */
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-sans-400.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-sans-700.woff") format("woff"); font-weight: 600 700; font-display: swap; }
/* Display-Schrift: Fraunces (variabel, SOFT 100 / WONK 1 fixiert, opsz + wght 400–900); Lora nur als Notfall */
@font-face { font-family: "Tuca Display"; src: url("../fonts/fraunces-italic.woff") format("woff"), url("../fonts/lora-700-italic.woff") format("woff"); font-weight: 400 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Tuca Display"; src: url("../fonts/fraunces.woff") format("woff"), url("../fonts/lora-700.woff") format("woff"); font-weight: 400 900; font-style: normal; font-display: swap; }

:root {
  --ink: #1A1233; --cream: #FFF4E4; --sand: #F4EBDD; --sun: #FFC72C; --orange: #FF8A1F;
  --pink: #D11F5C; --purple: #5B2A86; --green: #0B4F43; --muted: #4A4060; --accent: #1F6F8B;
  --display: "Tuca Display", Georgia, "Times New Roman", serif;
  --body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1280px; --pad: clamp(20px, 5vw, 80px);
}
.page-karneval { --accent: #D11F5C; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, .display { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; margin: 0; }
h1 em, h2 em { font-style: italic; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; }
.h2 { font-size: clamp(32px, 4.6vw, 60px); line-height: 1.06; }
.lead { font-size: clamp(16px, 1.4vw, 19px); max-width: 720px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 28px; border-radius: 999px; font-weight: 700; font-size: 17px; text-decoration: none; border: 2px solid var(--ink); cursor: pointer; font-family: inherit; }
.btn-dark { background: var(--ink); color: var(--sun); border-color: var(--ink); }
.btn-dark:hover { background: #2B2150; }
.btn-sun { background: var(--sun); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.btn-outline { background: transparent; color: var(--ink); }
.shadow-accent { box-shadow: 6px 6px 0 var(--accent); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

/* Top bar */
.topbar { background: var(--ink); color: var(--sun); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.topbar .wrap { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 12px; position: relative; text-align: center; }
.topbar a { color: var(--sun); }
.topbar .muted { color: var(--cream); }
.topbar .lang { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); }

/* Language switch */
.lang { display: inline-flex; border: 2px solid currentColor; border-radius: 999px; overflow: hidden; font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.lang a { padding: 6px 11px; text-decoration: none; }
.lang a[aria-current="true"] { background: var(--ink); color: var(--cream); }
.topbar .lang { color: var(--cream); border-width: 1.5px; font-size: 11px; }
.topbar .lang a { padding: 4px 8px; color: var(--cream); }
.topbar .lang a[aria-current="true"] { background: var(--cream); color: var(--ink); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--hero-bg, var(--sand)); border-bottom: 2px solid rgba(26,18,51,0.08); }
.site-header .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo img { height: 44px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 600; }
.nav a:not(.btn) { text-decoration: none; }
.nav a:not(.btn):hover { text-decoration: underline; }
.nav .btn { min-height: 46px; padding: 0 20px; font-size: 15px; }
.nav .lang { color: var(--ink); }

/* Hero */
.hero { background: var(--hero-bg, var(--sand)); position: relative; overflow: hidden; }
.page-karneval .hero, .page-karneval .site-header { --hero-bg: var(--sun); }
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; padding-top: 40px; padding-bottom: 200px; }
.hero-kicker { display: inline-block; background: var(--ink); color: var(--cream); padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.hero h1 { font-size: clamp(46px, 7.4vw, 104px); line-height: 1; margin: 20px 0; font-weight: 900; }
.hero h1 em { color: var(--accent); }
.hero .lead { font-weight: 500; font-size: clamp(17px, 1.6vw, 22px); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 18px; }
.checks { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 15px; font-weight: 600; padding: 0; margin: 0; list-style: none; }
.phone-col { position: relative; display: flex; justify-content: center; }
.phone { width: min(340px, 100%); background: var(--cream); border: 12px solid var(--ink); border-radius: 46px; transform: rotate(4deg); box-shadow: 16px 20px 0 rgba(26,18,51,0.18); overflow: hidden; }
.phone-head { display: flex; align-items: center; gap: 10px; padding: 18px 16px 12px; border-bottom: 2px solid #F0DDBF; }
.phone-head img { width: 38px; height: 38px; border-radius: 50%; }
.phone-head strong { display: block; font-size: 15px; }
.phone-head small { color: var(--green); font-weight: 600; font-size: 12px; }
.chat { display: flex; flex-direction: column; gap: 10px; padding: 16px 14px; font-size: 14px; line-height: 1.4; min-height: 360px; }
.bubble { max-width: 84%; padding: 10px 14px; }
.bubble.me { align-self: flex-end; background: var(--ink); color: var(--cream); border-radius: 18px 18px 4px 18px; }
.bubble.bot { align-self: flex-start; background: #fff; border: 2px solid var(--ink); border-radius: 18px 18px 18px 4px; }
.bubble.typing { font-weight: 700; letter-spacing: 0.2em; }
.phone-input { margin: 0 12px 14px; padding: 12px 16px; border: 2px solid #F0DDBF; border-radius: 999px; font-size: 13px; color: #6A5F7E; }
.sticker { position: absolute; top: -10px; right: 0; width: 136px; height: 136px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(12deg); box-shadow: 0 0 0 6px var(--hero-bg, var(--sand)), 0 0 0 8px var(--ink); z-index: 3; }
.sticker b { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 40px; line-height: 1; }
.sticker span { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; max-width: 104px; line-height: 1.25; }
.skyline { position: absolute; left: 0; right: 0; bottom: 48px; z-index: 1; width: 100%; height: 200px; }
.waves { position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background-color: var(--cream); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='48'%3E%3Cpath d='M0 16 Q30 6 60 16 T120 16 M0 36 Q30 26 60 36 T120 36' fill='none' stroke='%231A1233' stroke-width='8'/%3E%3C/svg%3E"); background-repeat: repeat-x; z-index: 1; }

/* Ticker */
.ticker { background: var(--ink); color: var(--cream); overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 28px; padding: 18px 0; font-family: var(--display); font-style: italic; font-weight: 700; font-size: clamp(22px, 2.4vw, 32px); animation: ticker 40s linear infinite; }
.ticker-track span.star { color: var(--sun); }
.ticker-track span.star:nth-child(4n) { color: var(--pink); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } html { scroll-behavior: auto; } }

/* Why cards */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 40px; }
.card { background: #fff; border: 2px solid var(--ink); border-radius: 26px; overflow: hidden; box-shadow: 8px 8px 0 var(--ink); }
.card-top { height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; }
.card-top svg { width: 50px; height: 50px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.card-top b { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 40px; }
.card-body { padding: 24px 26px 28px; }
.card-body h3 { font-size: 26px; margin-bottom: 8px; }
.card-body p { margin: 0; font-size: 16px; }
.t-sun { background: var(--sun); color: var(--ink); } .t-accent { background: var(--accent); color: #fff; } .t-green { background: var(--green); color: var(--cream); }

/* Day */
.day { background: var(--ink); color: var(--cream); }
.day .eyebrow { color: var(--sun); }
.day h2 em { color: var(--sun); }
.slots { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-top: 40px; }
.slot { border-radius: 26px; padding: 24px 20px; min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.slot time { font-family: var(--display); font-weight: 900; font-size: clamp(34px, 3.2vw, 46px); line-height: 1; }
.slot .label { display: block; font-family: var(--display); font-style: italic; font-weight: 700; font-size: 22px; margin-top: 4px; }
.slot q { display: block; background: #fff; color: var(--ink); border-radius: 18px 18px 18px 4px; padding: 12px 14px; font-size: 15px; line-height: 1.4; font-weight: 500; quotes: none; }
.s1 { background: var(--sun); color: var(--ink); } .s2 { background: var(--orange); color: var(--ink); } .s3 { background: var(--accent); color: #fff; } .s4 { background: var(--purple); color: #fff; } .s5 { background: var(--green); color: #fff; border: 2px solid var(--sun); }

/* What you get */
.get .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.polaroids { position: relative; height: 500px; }
.polaroid { position: absolute; width: 46%; background: #fff; padding: 12px 12px 14px; box-shadow: 0 12px 30px rgba(26,18,51,0.18); margin: 0; }
.polaroid img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.polaroid figcaption { font-family: var(--display); font-style: italic; font-size: 20px; text-align: center; margin-top: 10px; }
.polaroid:nth-child(1) { left: 0; top: 30px; transform: rotate(-5deg); }
.polaroid:nth-child(2) { left: 48%; top: 0; transform: rotate(4deg); }
.polaroid:nth-child(3) { left: 24%; top: 220px; transform: rotate(-1deg); z-index: 2; }
.stamp { position: absolute; right: 2%; bottom: 20px; width: 104px; height: 104px; border-radius: 50%; background: var(--sun); border: 2px solid var(--ink); transform: rotate(-12deg); display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--display); font-style: italic; font-weight: 900; font-size: 19px; line-height: 1.05; z-index: 3; }
.get h2 em { color: var(--green); }
.dots { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; font-weight: 600; font-size: 17px; }
.dots li { display: flex; gap: 12px; align-items: flex-start; }
.dots li::before { content: ""; width: 14px; height: 14px; margin-top: 5px; border-radius: 50%; border: 2px solid var(--ink); flex-shrink: 0; background: var(--dot, var(--sun)); }
.dots li:nth-child(6n+2) { --dot: var(--orange); } .dots li:nth-child(6n+3) { --dot: var(--accent); } .dots li:nth-child(6n+4) { --dot: var(--purple); } .dots li:nth-child(6n+5) { --dot: var(--green); } .dots li:nth-child(6n) { --dot: var(--pink); }

/* Steps */
.steps { background: var(--green); color: var(--cream); position: relative; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 30px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='30'%3E%3Cpath d='M0 15 Q20 5 40 15 T80 15' fill='none' stroke='%23FFC72C' stroke-width='6'/%3E%3C/svg%3E"); background-repeat: repeat-x; }
.steps .eyebrow { color: var(--sun); } .steps h2 em { color: var(--sun); }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 40px; }
.step .num { font-family: var(--display); font-style: italic; font-weight: 900; font-size: clamp(72px, 9vw, 120px); line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--sun); }
.step h3 { font-size: 28px; margin: 10px 0 8px; }
.step p { margin: 0; }

/* Trust */
.trust { text-align: center; }
.trust .wrap { display: flex; flex-direction: column; align-items: center; }
.trust h2 em { color: var(--green); }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }
.chips span { border: 2px solid var(--ink); border-radius: 999px; padding: 14px 24px; font-weight: 700; background: #fff; }
.chips span:last-child { background: var(--sun); }

/* Pricing */
.pricing { background: var(--sun); text-align: center; }
.pricing .eyebrow { color: var(--ink); }
.pricing h2 em { color: var(--accent); }
.ticket { position: relative; display: flex; max-width: 900px; margin: 40px auto 0; background: var(--cream); border: 3px solid var(--ink); border-radius: 28px; box-shadow: 10px 10px 0 var(--ink); text-align: left; }
.ticket-main { flex: 1; padding: 32px 40px; }
.ticket-label { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #6A5F7E; }
.price { font-family: var(--display); font-weight: 900; font-size: clamp(60px, 8vw, 92px); line-height: 0.95; letter-spacing: -0.03em; }
.price-row { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; margin: 8px 0 14px; }
.ticket ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; font-weight: 600; }
.ticket-stub { width: 230px; border-left: 3px dashed var(--ink); background: var(--accent); color: #fff; border-radius: 0 25px 25px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.ticket-stub b { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 80px; line-height: 1; }
.ticket-stub span { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; text-align: center; }
.pricing .after { margin-top: 32px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.note-dashed { border: 2px dashed var(--ink); border-radius: 16px; padding: 12px 20px; font-weight: 600; }

/* Plan choice (Carnival) */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; gap: 36px; margin-top: 48px; text-align: left; }
.plan { position: relative; display: flex; flex-direction: column; border: 3px solid var(--ink); border-radius: 28px; background: var(--cream); cursor: pointer; transition: transform .15s, box-shadow .15s; }
.plan input { position: absolute; opacity: 0; pointer-events: none; }
.plan:has(input:checked) { transform: translateY(-6px); box-shadow: 10px 10px 0 var(--ink); }
.plan:has(input:focus-visible) { outline: 3px solid var(--pink); outline-offset: 4px; }
.plan-body { padding: 30px 32px 22px; display: flex; flex-direction: column; gap: 10px; }
.plan-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.radio { width: 28px; height: 28px; border-radius: 50%; border: 3px solid var(--ink); background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.plan:has(input:checked) .radio::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--ink); }
.plan h3 { font-size: 32px; line-height: 1.05; }
.plan .price { font-size: clamp(56px, 6vw, 84px); }
.plan .strike { color: #6A5F7E; font-weight: 600; text-decoration: line-through; }
.plan .save { background: var(--sun); border-radius: 999px; padding: 3px 10px; font-size: 13px; font-weight: 700; }
.plan ul { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 7px; font-weight: 600; font-size: 16px; }
.plan .upsell { margin-top: 6px; padding-top: 10px; border-top: 2px dashed #E7D5B8; font-size: 14px; font-style: italic; font-weight: 600; color: var(--muted); }
.plan-stub { margin-top: auto; border-top: 3px dashed var(--ink); padding: 14px 32px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.plan.featured { background: #fff; }
.plan.featured .plan-stub { background: var(--accent); color: #fff; border-radius: 0 0 25px 25px; }
.plan.featured .price { color: var(--accent); }
.badge { position: absolute; top: -20px; right: 24px; background: var(--sun); border: 3px solid var(--ink); border-radius: 999px; padding: 8px 16px; font-size: 14px; font-weight: 700; transform: rotate(3deg); white-space: nowrap; }

/* Carnival banner */
.banner { background: var(--pink); color: #fff; }
.banner .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.banner .eyebrow { color: var(--sun); } .banner h2 em { color: var(--sun); }
.banner .side { display: flex; flex-direction: column; align-items: center; gap: 18px; flex-shrink: 0; }
.banner .circle { width: 112px; height: 112px; border-radius: 50%; background: var(--sun); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-style: italic; font-weight: 900; font-size: 36px; transform: rotate(-10deg); box-shadow: 0 0 0 4px var(--pink), 0 0 0 6px var(--cream); }

/* Waitlist */
.waitlist { background: var(--ink); color: var(--cream); }
.waitlist .wrap { display: grid; grid-template-columns: 1fr 520px; gap: 64px; align-items: center; }
.waitlist .eyebrow { color: var(--sun); } .waitlist h2 em { color: var(--sun); }

/* FAQ */
.faq-list { max-width: 880px; margin: 40px auto 0; display: grid; gap: 12px; }
.faq h2 { text-align: center; } .faq .eyebrow { text-align: center; } .faq h2 em { color: var(--green); }
details { background: #fff; border: 2px solid var(--ink); border-radius: 20px; }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; font-weight: 700; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 34px; height: 34px; border-radius: 50%; background: var(--sun); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 22px 20px; }

/* Final CTA */
.final { background: var(--accent); color: #fff; text-align: center; position: relative; overflow: hidden; }
.final .display { font-style: italic; font-weight: 900; font-size: clamp(72px, 13vw, 180px); line-height: 1; letter-spacing: -0.04em; }
.final p { font-size: clamp(18px, 2vw, 24px); margin: 16px auto 28px; max-width: 700px; }

/* Footer */
.site-footer { background: var(--ink); color: var(--cream); font-size: 15px; }
.site-footer .wrap { min-height: 120px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 32px; padding-top: 24px; padding-bottom: 24px; }
.site-footer img.logo-f { height: 40px; width: auto; }
.project { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.project span { opacity: 0.8; }
.project img { height: 17px; width: auto; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.footer-links .btn { min-height: 42px; padding: 0 18px; font-size: 14px; background: var(--sun); color: var(--ink); border-color: var(--sun); }
.legal-line { flex-basis: 100%; font-size: 12px; opacity: 0.7; }

/* Legal pages */
.legal { padding: 56px 0 80px; }
.legal .wrap { max-width: 860px; }
.legal h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 8px; }
.legal h2 { font-size: 26px; margin: 36px 0 10px; }
.legal table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 15px; display: block; overflow-x: auto; }
.legal th, .legal td { text-align: left; vertical-align: top; border-bottom: 1px solid #E7D5B8; padding: 10px 12px 10px 0; }
.legal th { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.legal .meta { color: var(--muted); }

/* Brevo form (Tuca look) */
.tuca-form .sib-form { background: transparent; padding: 0; text-align: left; font-family: var(--body); }
.tuca-form :where(.sib-form-message-panel) { display: none; }
.tuca-form .sib-form-message-panel { max-width: 520px; margin: 0 0 12px; padding: 14px 16px; border-radius: 16px; border: 2px solid var(--ink); font-size: 15px; line-height: 1.45; }
.tuca-form #error-message { background: #FFE3EA; color: #7A0F2E; }
.tuca-form #success-message { background: var(--cream); color: var(--ink); }
.tuca-form .sib-notification__icon { width: 20px; height: 20px; flex-shrink: 0; }
.tuca-form #sib-container { max-width: 520px; background: var(--cream); color: var(--ink); border: 0; border-radius: 28px; padding: 28px; text-align: left; }
.tuca-form .tuca-field { padding: 0 0 16px; }
.tuca-form .entry__label, .tuca-form .tuca-label { display: block; margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.tuca-form #EMAIL { width: 100%; height: 52px; border: 2px solid var(--ink); border-radius: 14px; padding: 0 16px; font-size: 16px; font-family: inherit; background: #fff; color: var(--ink); }
.tuca-form .entry__error { display: block; margin-top: 6px; font-size: 14px; color: #7A0F2E; }
.tuca-form .tuca-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.tuca-form .tuca-choices label { position: relative; cursor: pointer; }
.tuca-form .tuca-choices input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.tuca-form .tuca-choices span { display: inline-block; padding: 9px 16px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 700; }
.tuca-form .tuca-choices input:checked + span { background: var(--sun); }
.tuca-form .tuca-choices input:focus-visible + span { outline: 3px solid var(--pink); outline-offset: 2px; }
.tuca-form .tuca-consent { margin: 0 0 16px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.tuca-form .sib-form-block__button { width: 100%; min-height: 54px; border: 0; border-radius: 999px; background: var(--ink); color: var(--sun); font-size: 17px; font-weight: 700; font-family: inherit; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.tuca-form .sib-form-block__button svg { width: 18px; height: 18px; fill: currentColor; }
.tuca-form .sib-hide-loader-icon { display: none; }
.tuca-form .input--hidden { display: none !important; }

/* Responsive */
@media (max-width: 1100px) {
  .slots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .waitlist .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav a:not(.btn), .nav .lang { display: none; }
  .hero .wrap { grid-template-columns: 1fr; padding-bottom: 150px; }
  .phone-col { margin-top: 10px; }
  .skyline { height: 120px; bottom: 40px; }
  .waves { height: 40px; }
  .cards, .step-grid { grid-template-columns: 1fr; gap: 22px; }
  .slots { grid-template-columns: 1fr; }
  .slot { min-height: 0; }
  .get .wrap { grid-template-columns: 1fr; gap: 32px; }
  .polaroids { height: 340px; }
  .polaroid:nth-child(3) { top: 150px; }
  .ticket { flex-direction: column; }
  .ticket-stub { width: auto; border-left: 0; border-top: 3px dashed var(--ink); border-radius: 0 0 25px 25px; padding: 16px; flex-direction: row; }
  .ticket-stub b { font-size: 44px; }
  .ticket ul { grid-template-columns: 1fr; }
  .plans { grid-template-columns: minmax(0, 440px); }
  .banner .wrap { flex-direction: column; align-items: flex-start; }
  .banner .side { flex-direction: row; }
}
@media (min-width: 901px) { .topbar .lang { display: none; } }
@media (max-width: 900px) { .topbar .wrap { justify-content: flex-start; padding-right: 86px; font-size: 11px; } .topbar .hide-sm { display: none; } }
@media (max-width: 480px) {
  .logo img { height: 38px; }
  .nav .btn { padding: 0 14px; font-size: 14px; min-height: 42px; }
  .sticker { width: 104px; height: 104px; } .sticker b { font-size: 30px; } .sticker span { font-size: 9px; }
  .ticket-main, .plan-body { padding: 24px 22px 18px; }
  .plan-stub { padding: 12px 22px; }
  .badge { font-size: 12px; right: 14px; }
}
.phone-head > div { min-width: 0; }
.phone-head small { display: block; line-height: 1.3; }
