:root {
  --ink: #073f4d;
  --ink-soft: #245b67;
  --paper: #fcfbf7;
  --paper-deep: #f0f5f3;
  --coral: #006d60;
  --coral-deep: #00584d;
  --aqua: #d9f2ec;
  --sun: #f6b93a;
  --leaf: #005e54;
  --user-blue: #00677b;
  --line: rgba(7, 63, 77, .16);
  --display: "Bricolage Grotesque", Arial, sans-serif;
  --body: "Onest", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
::selection { background: var(--coral); color: #fff; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.skip-link { position: fixed; z-index: 20; left: 1rem; top: -4rem; padding: .7rem 1rem; background: #fff; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 1rem; }

/* ── HEADER ── */
.site-header { height: 74px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: fixed; inset: 0 0 auto; z-index: 5; color: #fff; transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: var(--leaf); box-shadow: 0 2px 16px rgba(0,0,0,.18); }
.brand { display: inline-flex; align-items: center; gap: .48rem; font: 750 1.28rem/1 var(--display); letter-spacing: -.045em; }
.brand img { width: 27px; height: 27px; }
.desktop-nav { display: flex; gap: clamp(1.25rem, 3vw, 2.75rem); margin-left: auto; margin-right: 1rem; font-size: .9rem; font-weight: 600; }
.desktop-nav a { opacity: .77; transition: opacity .2s ease; }.desktop-nav a:hover { opacity: 1; }
.header-action { font-size: .9rem; font-weight: 700; background: #fff; color: var(--ink); border-radius: 99px; padding: .74rem 1rem; transition: transform .2s ease, background .2s ease; }.header-action:hover { transform: translateY(-2px); background: var(--aqua); }
.mobile-menu { display: none; position: relative; }.mobile-menu summary { list-style: none; height: 2.7rem; width: 2.7rem; display: grid; place-content: center; gap: 5px; background: #fff; border-radius: 50%; cursor: pointer; }.mobile-menu summary::-webkit-details-marker { display:none; }.mobile-menu summary span { display: block; width: 16px; height: 2px; background: var(--ink); }.mobile-menu nav { position: absolute; right: 0; top: 3.25rem; width: 210px; padding: .6rem; display: grid; background: #fff; color: var(--ink); border-radius: 12px; box-shadow: 0 16px 35px rgba(0,0,0,.18); }.mobile-menu nav a { padding: .75rem; font-weight: 700; border-radius: 8px; }.mobile-menu nav a:hover { background: var(--paper-deep); }
.lang-switch { display: flex; gap: .3rem; margin-left: .5rem; }
.lang-btn { padding: .35rem .55rem; border: 1.5px solid rgba(255,255,255,.35); border-radius: 6px; background: transparent; color: rgba(255,255,255,.7); font: 700 .7rem/1 var(--body); cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.lang-btn:hover { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.55); }
.lang-btn.is-active { background: #fff; color: var(--ink); border-color: #fff; }

/* ── HERO ── */
.hero { min-height: 720px; padding: 157px clamp(1.25rem, 8vw, 10rem) 4.5rem; position: relative; display: grid; grid-template-columns: minmax(320px, .93fr) minmax(400px, .9fr); gap: 2rem; overflow: hidden; isolation: isolate; color: #fff; background: var(--leaf); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 43vw; min-width: 480px; aspect-ratio: 1; right: -10vw; top: -13vw; border: 1px solid rgba(217,242,236,.34); border-radius: 48% 52% 36% 64% / 42% 34% 66% 58%; transform: rotate(16deg); }.hero::after { content: ""; position: absolute; z-index: -1; width: 32vw; height: 30vw; left: -13vw; bottom: -20vw; background: var(--ink); border-radius: 48% 52% 0 0; transform: rotate(-18deg); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }.hero-orb-one { height: 20px; width: 20px; top: 24%; left: 49%; background: var(--coral); }.hero-orb-two { height: 35px; width: 35px; top: 54%; right: 47%; background: var(--sun); }
.hero-copy { align-self: center; max-width: 650px; padding-bottom: 2.2rem; }
.hero-prelude { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.25rem; color: var(--aqua); font-size: .79rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }.hero-prelude span:first-child { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; flex-shrink: 0; }
h1,h2,h3,p { margin-top: 0; } h1,h2,h3 { font-family: var(--display); letter-spacing: -.055em; text-wrap: balance; }
h1 { max-width: 710px; margin-bottom: 1.4rem; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; font-weight: 700; }
.hero-intro { max-width: 500px; margin-bottom: 2rem; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.3vw, 1.17rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; }.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .94rem 1.16rem; border-radius: 10px; font-size: .92rem; font-weight: 750; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }.button:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.14); }.button-coral { background: var(--coral); color: #fff; }.button-coral:hover { background: var(--coral-deep); }.text-link { display: inline-flex; align-items: center; gap: .52rem; font-weight: 700; font-size: .92rem; }.text-link span { font-size: 1.2rem; transition: transform .2s ease; }.text-link:hover span { transform: translateY(3px); }.store-note { margin: 2.35rem 0 0; font-size: .78rem; color: rgba(255,255,255,.59); }.store-note strong { color: #fff; }

/* ── HERO STAGE (phone + tickets) ── */
.hero-stage { min-height: 500px; position: relative; align-self: end; }.stage-sun { position: absolute; width: clamp(280px, 33vw, 450px); aspect-ratio: 1; top: 5%; left: 4%; border-radius: 50%; background: var(--aqua); }.hero-phone-wrap { position: absolute; right: 8%; z-index: 1; width: min(270px, 54%); top: -5%; transform: rotate(4deg); filter: drop-shadow(20px 23px 22px rgba(0,0,0,.28)); }.hero-phone-wrap::after { content:""; position: absolute; inset: -6px; z-index: -1; border-radius: 33px; background: #061621; }.hero-phone { width: 100%; border-radius: 29px; border: 4px solid #061621; }.phone-label { position: absolute; top: 13px; left: -75px; z-index: 2; padding: .42rem .7rem; background: var(--coral); color: #fff; border-radius: 8px; transform: rotate(-6deg); font: 700 .72rem var(--body); }.booking-ticket { position: absolute; z-index: 2; width: 205px; padding: 1rem 1.1rem; color: var(--ink); border-radius: 14px; box-shadow: 12px 15px 24px rgba(0,0,0,.17); transition: transform 800ms cubic-bezier(.16, 1, .3, 1), opacity 520ms ease; }.ticket-request { left: 0; top: 29%; background: var(--sun); transform: rotate(-7deg); }.ticket-confirmed { right: 0; bottom: 3%; background: #fff; transform: rotate(5deg) translateY(-18px); opacity: 0; }.hero-stage.is-active .ticket-request { transform: rotate(-7deg) translateY(-30px); opacity: 0; }.hero-stage.is-active .ticket-confirmed { transform: rotate(5deg) translateY(0); opacity: 1; transition-delay: 360ms; }.ticket-state { display: flex; align-items: center; gap: .35rem; margin-bottom: .7rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 750; }.ticket-state i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #2eb18d; }.booking-ticket strong { display:block; font: 700 1.1rem/1.05 var(--display); letter-spacing: -.03em; }.booking-ticket p { margin: .25rem 0 .9rem; font-size: .79rem; }.booking-ticket div { display:flex; justify-content: space-between; padding-top: .65rem; border-top: 1px dashed rgba(10,36,59,.35); font-weight: 700; font-size: .74rem; }.booking-ticket b { font-size: 1.1rem; line-height: .7; }

/* ── SIGNAL STRIP ── */
.signal-strip { min-height: 76px; padding: 1rem clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: center; gap: clamp(.65rem, 2vw, 2rem); background: var(--coral); color: #fff; font: 700 clamp(.75rem, 1.25vw, 1rem)/1 var(--display); letter-spacing: .03em; text-align: center; }.signal-strip span { height: 8px; width: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--sun); }

/* ── INTRO ── */
.intro-section { padding: clamp(5rem, 10vw, 9.5rem) clamp(1.25rem, 8vw, 10rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 9vw, 10rem); align-items: end; }.section-kicker { color: var(--coral-deep); margin-bottom: 1rem; font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; }.section-lead h2, .control-header h2, .process-heading h2, .team-copy h2, .who-heading h2, .flow-heading h2, .faq-heading h2, .dashboard-copy h2, .avail-copy h2 { margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 5.15rem); line-height: .96; }.intro-detail { max-width: 410px; padding-bottom: .45rem; }.intro-detail p,.feature-copy > p,.control-header > p,.team-copy > p,.dashboard-copy > p,.avail-copy > p { font-size: 1.04rem; line-height: 1.66; color: var(--ink-soft); }.dark-link { margin-top: 1rem; color: var(--ink); }

/* ── FEATURE SPOTLIGHT (requests) ── */
.feature-spotlight { min-height: 650px; display: grid; grid-template-columns: minmax(300px, .92fr) minmax(430px, 1.08fr); gap: 4rem; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 8vw, 10rem); background: var(--aqua); }.feature-copy { align-self: center; max-width: 490px; }.feature-copy h2 { margin-bottom: 1.35rem; font-size: clamp(2.6rem, 4.6vw, 4.8rem); line-height: .95; }.feature-copy .section-kicker { color: var(--ink-soft); }.check-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: 1rem; }.check-list li { display:flex; align-items: flex-start; gap: .7rem; font-weight: 600; line-height: 1.38; }.check-list svg { width: 22px; height: 22px; flex: 0 0 22px; fill: none; stroke: var(--ink); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.request-gallery { position: relative; min-height: 450px; align-self: center; }.paper-shadow { position:absolute; width: 52%; height: 71%; right: 5%; bottom: 3%; background: var(--coral); border-radius: 16px; transform: rotate(9deg); }.request-screen,.detail-screen { position:absolute; background: #fff; border: 5px solid var(--ink); border-radius: 16px; box-shadow: 18px 19px 0 rgba(10,36,59,.18); }.request-screen { width: min(48%, 300px); top: 2%; left: 9%; transform: rotate(-6deg); }.detail-screen { width: min(54%, 335px); right: 9%; bottom: 2%; transform: rotate(5deg); }.gallery-caption { position:absolute; left: 1%; bottom: 4%; transform: rotate(-4deg); display: flex; align-items:center; gap: .45rem; padding: .6rem .8rem; background: var(--ink); color: #fff; border-radius: 8px; font-weight: 700; font-size: .75rem; }.gallery-caption span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); flex-shrink: 0; }

/* ── CONTROL (calendar) ── */
.control-section { padding: clamp(5rem, 10vw, 9.5rem) clamp(1.25rem, 8vw, 10rem); }.control-header { max-width: 710px; }.control-header h2 { margin-bottom: 1.35rem; }.control-header > p { max-width: 580px; }.control-board { position: relative; display: grid; grid-template-columns: .78fr 1fr .7fr; gap: 2rem; min-height: 560px; margin-top: clamp(2.75rem, 5vw, 5.5rem); padding: clamp(2rem, 4vw, 4rem); overflow: hidden; background: var(--ink); color: #fff; border-radius: 20px; }.control-board::after { content:""; position: absolute; width: 280px; height: 280px; right: -60px; bottom: -140px; border: 45px solid var(--coral); border-radius: 50%; opacity:.35; }.board-intro { position:relative; z-index:1; }.board-intro h3 { margin: 1rem 0; font-size: clamp(1.85rem, 2.5vw, 2.7rem); line-height: .96; }.board-intro p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.6; font-size: .92rem; }.board-rules { position:relative; z-index:1; display:grid; align-content: center; gap: 1.2rem; }.board-rules > div { display:grid; grid-template-columns: 37px 1fr; column-gap: .8rem; }.board-rules strong { align-self:center; font-size: .92rem; }.board-rules p { grid-column: 2; margin: .15rem 0 0; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.45; }.rule-icon { width: 34px; height: 34px; grid-row: span 2; display:grid; place-content:center; border-radius: 50%; }.rule-icon svg { width: 18px; height:18px; fill:none; stroke: currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }.rule-hours { background: var(--sun); color: var(--ink); }.rule-party { background: var(--aqua); color: var(--ink); }.rule-capacity { background: var(--coral); color: #fff; }.calendar-cutout { position:relative; z-index:1; align-self:center; justify-self:end; width: min(100%, 170px); transform: rotate(6deg); }.calendar-cutout img { border:4px solid #fff; border-radius: 14px; box-shadow: 13px 15px 15px rgba(0,0,0,.27); }

/* ── AVAILABILITY CARDS ── */
.availability-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 10rem); background: var(--paper-deep); }
.avail-copy { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.avail-copy h2 { margin-bottom: 1.35rem; }
.avail-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.avail-card { background: #fff; padding: 2rem 1.75rem; border-radius: 16px; border: 1px solid var(--line); transition: transform .22s ease, box-shadow .22s ease; }
.avail-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(7,63,77,.1); }
.avail-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-content: center; margin-bottom: 1.2rem; }
.avail-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.avail-icon-hours { background: var(--sun); color: var(--ink); }
.avail-icon-services { background: var(--aqua); color: var(--ink); }
.avail-icon-capacity { background: var(--coral); color: #fff; }
.avail-icon-party { background: var(--ink); color: #fff; }
.avail-card h3 { font-size: 1.15rem; margin-bottom: .5rem; line-height: 1.1; }
.avail-card p { margin: 0; font-size: .88rem; line-height: 1.55; color: var(--ink-soft); }

/* ── DASHBOARD ── */
.dashboard-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.dashboard-visual { min-height: 500px; position: relative; display: flex; align-items: center; justify-content: center; background: var(--leaf); }
.dashboard-disc { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(76%, 480px); aspect-ratio: 1; border-radius: 39% 61% 69% 31% / 42% 36% 64% 58%; background: var(--aqua); }
.dashboard-visual img { position: relative; z-index: 1; width: min(49%, 270px); transform: rotate(-5deg); border: 5px solid var(--ink); border-radius: 16px; box-shadow: 15px 18px 0 var(--ink); }
.dashboard-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.dashboard-copy h2 { margin-bottom: 1.35rem; }
.stat-list { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: .85rem; }
.stat-list li { font-size: .92rem; line-height: 1.5; color: var(--ink-soft); }
.stat-list strong { color: var(--ink); font-weight: 700; }

/* ── TEAM ── */
.team-section { display:grid; grid-template-columns: 1fr 1fr; min-height: 580px; }.team-visual { min-height: 500px; position:relative; display:flex; align-items:center; justify-content:center; background: var(--ink); }.team-visual::before { content:""; width: min(76%, 480px); aspect-ratio:1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); border-radius: 39% 61% 69% 31% / 42% 36% 64% 58%; background: var(--coral); }.team-visual img { position:relative; z-index:1; width: min(49%, 270px); transform: rotate(-5deg); border: 5px solid #fff; border-radius: 16px; box-shadow: 15px 18px 0 rgba(0,0,0,.2); }.team-star { position:absolute; z-index:2; top:15%; right:12%; font: 700 clamp(2.5rem, 6vw, 5rem) var(--display); color: var(--sun); }.team-sticker { position:absolute; z-index:2; bottom:14%; left: 13%; padding:.9rem 1rem; color:var(--ink); background:#fff; border-radius: 10px; transform: rotate(8deg); font:700 1rem/1.05 var(--display); letter-spacing:-.04em; }.team-copy { padding: clamp(4rem, 8vw, 8rem); align-self:center; }.team-copy h2 { margin-bottom: 1.35rem; }.team-copy > p { max-width:460px; margin-bottom: 1.5rem; }.button-ink { color:#fff; background:var(--leaf); }

/* ── WHO IT'S FOR ── */
.who-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 10rem); background: var(--leaf); color: #fff; }
.who-heading { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.who-heading h2 { margin-bottom: 1.35rem; }
.who-heading p { max-width: 520px; color: rgba(255,255,255,.75); font-size: 1.04rem; line-height: 1.62; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.who-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(4px); padding: 2rem 1.75rem; border-radius: 16px; transition: transform .22s ease, background .22s ease; }
.who-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.14); }
.who-icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-content: center; margin-bottom: 1rem; }
.who-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.who-icon-restaurant { background: var(--sun); color: var(--ink); }
.who-icon-salon { background: var(--coral); color: #fff; }
.who-icon-clinic { background: var(--aqua); color: var(--ink); }
.who-icon-spa { background: rgba(255,255,255,.18); color: #fff; }
.who-icon-fitness { background: var(--sun); color: var(--ink); }
.who-icon-service { background: var(--coral); color: #fff; }
.who-card h3 { font-size: 1.15rem; margin-bottom: .5rem; line-height: 1.1; }
.who-card p { margin: 0; font-size: .88rem; line-height: 1.55; color: rgba(255,255,255,.72); }

/* ── HOW IT WORKS (getting started) ── */
.process-section { padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 8vw, 10rem); background: var(--paper-deep); }.process-heading { max-width: 680px; }.process-heading p { color: var(--ink-soft); font-size: 1.04rem; line-height: 1.62; margin-top: 1rem; }.process-list { list-style: none; margin: clamp(2.5rem, 5vw, 5rem) 0 0; padding: 0; border-top: 1px solid var(--line); }.process-list li { display:grid; grid-template-columns: 80px 1fr auto; gap: 1.5rem; padding: 1.65rem 0; border-bottom:1px solid var(--line); transition: transform .25s ease, color .25s ease; }.process-list li:hover { transform: translateX(1rem); color: var(--coral-deep); }.process-count { font: 700 1rem var(--display); color: var(--coral-deep); }.process-list h3 { margin: 0 0 .38rem; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height:1; }.process-list p { max-width: 620px; margin:0; color: var(--ink-soft); font-size: .94rem; line-height:1.6; }.process-symbol { align-self:center; font: 700 1.9rem/1 var(--display); }

/* ── FLOW (reservation path) ── */
.flow-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 10rem); background: var(--ink); color: #fff; }
.flow-heading { max-width: 680px; margin-bottom: clamp(3rem, 5vw, 5rem); }
.flow-heading h2 { color: #fff; }
.flow-steps { display: flex; align-items: flex-start; gap: 0; justify-content: center; }
.flow-step { flex: 1; max-width: 260px; text-align: center; padding: 0 1rem; position: relative; }
.flow-number { position: absolute; top: -8px; left: 50%; transform: translateX(-50%); width: 28px; height: 28px; background: var(--sun); color: var(--ink); border-radius: 50%; font: 700 .8rem var(--display); display: grid; place-content: center; }
.flow-icon { width: 64px; height: 64px; margin: 1.5rem auto 1.2rem; border-radius: 16px; background: rgba(255,255,255,.08); display: grid; place-content: center; }
.flow-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--aqua); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.flow-step h3 { font-size: 1.05rem; margin-bottom: .5rem; line-height: 1.15; }
.flow-step p { margin: 0; font-size: .84rem; line-height: 1.52; color: rgba(255,255,255,.65); }
.flow-arrow { flex: 0 0 auto; align-self: center; margin-top: 2rem; font: 700 1.6rem var(--display); color: var(--sun); padding: 0 .25rem; }

/* ── FAQ ── */
.faq-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 10rem); }
.faq-heading { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.faq-heading h2 { margin-bottom: 0; }
.faq-list { max-width: 780px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 1.4rem 0; font-weight: 700; font-size: 1.05rem; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: color .2s ease; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font: 700 1.4rem/1 var(--display); color: var(--coral); flex: 0 0 auto; transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--coral-deep); }
.faq-item p { margin: 0; max-width: 640px; font-size: .95rem; line-height: 1.62; color: var(--ink-soft); overflow: hidden; }
.faq-item .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item[open] .faq-answer { grid-template-rows: 1fr; }
.faq-item .faq-answer > p { min-height: 0; padding-bottom: 0; transition: padding-bottom .3s ease; }
.faq-item[open] .faq-answer > p { padding-bottom: 1.4rem; }

/* ── CLOSING CTA ── */
.closing-section { min-height: 530px; position:relative; z-index:0; padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 8vw, 10rem); display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; text-align:center; background: var(--user-blue); color:#fff; }.closing-section h2 { max-width:940px; margin-bottom:1.2rem; font-size:clamp(2.85rem, 6.5vw, 6.3rem); line-height:.91; }.closing-section > p:not(.closing-sub) { max-width:510px; margin-bottom:2rem; color:rgba(255,255,255,.8); line-height:1.6; }.closing-sub { margin-top: 1.5rem; font-size: .82rem; color: rgba(255,255,255,.55); letter-spacing: .02em; }.button-light { position:relative; z-index:1; background:#fff; color:var(--ink); }.shape-a,.shape-b { position:absolute; z-index:-1; border-radius:50%; }.shape-a { width:430px; height:430px; left:-160px; bottom:-230px; background:var(--aqua); }.shape-b { width:270px; height:270px; right:-85px; top:-115px; border: 34px solid var(--sun); }

/* ── FOOTER ── */
.site-footer { padding: 3rem clamp(1.25rem, 5vw, 5.5rem) 2rem; background:var(--ink); color:#fff; font-size:.82rem; }
.footer-top { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { font-size:1.25rem; }
.footer-top p { margin:0; color:rgba(255,255,255,.57); }
.footer-top > a:last-child { color:var(--aqua); font-weight:700; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding-top: 1.5rem; }
.footer-links { display:flex; gap: 1.5rem; }
.footer-links a { color: rgba(255,255,255,.55); transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.footer-contact { color: rgba(255,255,255,.55); }
.footer-contact a { color: var(--aqua); font-weight: 600; }

/* ── RESPONSIVE: TABLET ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; padding-left:clamp(1.25rem,5vw,3rem); padding-right:clamp(1.25rem,5vw,3rem); }
  .feature-spotlight { grid-template-columns:.86fr 1.14fr; gap:2rem; padding-left:clamp(1.25rem,5vw,3rem); padding-right:clamp(1.25rem,5vw,3rem); }
  .control-board { grid-template-columns: .8fr 1fr; }
  .calendar-cutout { display:none; }
  .intro-section,.control-section,.process-section,.availability-section,.faq-section,.flow-section { padding-left:clamp(1.25rem,5vw,3rem); padding-right:clamp(1.25rem,5vw,3rem); }
  .avail-cards { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .who-section { padding-left:clamp(1.25rem,5vw,3rem); padding-right:clamp(1.25rem,5vw,3rem); }
}

/* ── RESPONSIVE: MOBILE ── */
@media (max-width: 700px) {
  .site-header { height:64px; }
  .desktop-nav,.header-action { display:none; }
  .mobile-menu { display:block; }
  .lang-switch { position: absolute; top: 78px; right: 1.25rem; margin-left: 0; }
  .hero { min-height:auto; padding: 116px 1.25rem 3rem; grid-template-columns:1fr; gap:1rem; }
  .hero-copy { padding-bottom:0; }
  .hero-stage { min-height:440px; max-width:500px; width:100%; margin:auto; }
  .stage-sun { width:300px; left:5%; }
  .hero-phone-wrap { top:0; right:11%; width:226px; }
  .phone-label { left:-45px; }
  .ticket-request { top:37%; width:166px; }
  .ticket-confirmed { width:175px; right:0; bottom:4%; }
  .signal-strip { min-height:66px; gap:.55rem; font-size:.64rem; }
  .signal-strip span { width:5px; height:5px; flex-basis:5px; }
  .intro-section { padding-top:4.4rem; padding-bottom:4.4rem; grid-template-columns:1fr; gap:1.5rem; }
  .section-lead h2,.control-header h2,.process-heading h2,.team-copy h2,.who-heading h2,.flow-heading h2,.faq-heading h2,.dashboard-copy h2,.avail-copy h2 { font-size:clamp(2.6rem,12vw,4.2rem); }
  .feature-spotlight { grid-template-columns:1fr; gap:2.5rem; padding-top:4.5rem; padding-bottom:4.5rem; }
  .request-gallery { min-height:430px; }
  .request-screen { left:5%; width:min(42%,240px); }
  .detail-screen { right:3%; width:min(48%,275px); }
  .control-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .control-board { grid-template-columns:1fr; gap:1.8rem; padding:2rem 1.45rem; }
  .board-rules { gap:1rem; }
  .avail-cards { grid-template-columns: 1fr; }
  .availability-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .dashboard-section { grid-template-columns: 1fr; }
  .dashboard-visual { min-height: 460px; overflow: hidden; }
  .dashboard-visual img { width: min(36%, 170px); }
  .dashboard-copy { padding: 4.5rem 1.25rem; }
  .process-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .process-list li { grid-template-columns:38px 1fr auto; gap:.75rem; }
  .process-list p { font-size:.87rem; }
  .team-section { grid-template-columns:1fr; }
  .team-visual { min-height:460px; overflow:hidden; }
  .team-visual img { width: min(36%, 170px); }
  .team-copy { padding:4.5rem 1.25rem; }
  .who-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .who-grid { grid-template-columns: 1fr; }
  .flow-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .flow-steps { flex-direction: column; align-items: center; gap: 0; }
  .flow-step { max-width: 400px; width: 100%; padding: 1.5rem 0; }
  .flow-number { position: static; transform: none; margin: 0 auto .5rem; }
  .flow-icon { margin-top: .5rem; }
  .flow-arrow { transform: rotate(90deg); padding: .25rem 0; }
  .faq-section { padding-top:4.5rem; padding-bottom:4.5rem; }
  .closing-section { min-height:510px; }
  .footer-top { flex-wrap:wrap; }
  .footer-top p { order:3; width:100%; }
  .footer-bottom { flex-direction:column; align-items:flex-start; gap:.75rem; }
  .hero-orb-two { right:5%; top:64%; }
}

@media (max-width: 380px) {
  h1 { font-size:2.86rem; }
  .ticket-request { left:-5px; }
  .ticket-confirmed { right:-5px; }
  .hero-stage { transform:scale(.93); margin:-10px 0; }
  .signal-strip { letter-spacing:0; }
  .signal-strip div { max-width:94px; }
  .team-sticker { left:7%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
