:root {
  --color-forest: #06211d;
  --color-forest-2: #08342e;
  --color-forest-soft: #0f4a42;
  --color-silver: #c8d0d2;
  --color-silver-soft: #eef2f3;
  --color-steel: #7f8c8f;
  --color-graphite: #1b2224;
  --brushed-silver: linear-gradient(135deg, #8f9b9f 0%, #d7dddf 18%, #f7f9f9 31%, #aeb9bc 48%, #e8ecee 64%, #7d898d 100%);
  --color-cream: #f3f5f4;
  --color-warm-white: #fbfcfb;
  --color-stone: #d4dcdd;
  --color-text: #1c1c1a;
  --color-muted: #5f686a;
  --color-border: #ccd5d7;
  --shadow-soft: 0 26px 70px rgba(15, 47, 39, .14);
  --shadow-silver: 0 18px 50px rgba(200, 208, 210, .28);
  --radius-md: 20px;
  --radius-lg: 36px;
  --container: 1180px;
  --header-height: 96px;
  --header-height-scrolled: 76px;
  --font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(200,208,210,.12), transparent 28rem),
    linear-gradient(180deg, var(--color-warm-white), var(--color-cream));
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--color-silver); }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--color-silver); outline-offset: 4px; }

.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 68px 0; position: relative; }
.section-wave { position: relative; height: 42px; overflow: hidden; pointer-events: none; margin: -6px 0; }
.section-wave::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: min(1840px, 156vw); height: 42px; transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='1840' height='54' viewBox='0 0 1840 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-40 32 C170 2 294 8 472 30 C660 54 792 54 990 26 C1192 -3 1348 4 1540 29 C1662 45 1752 43 1880 18' fill='none' stroke='%23c8d0d2' stroke-width='1.25' stroke-linecap='round' opacity='.36'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  filter: drop-shadow(0 12px 18px rgba(200,208,210,.08)); opacity: .82;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000;
  transform: translateY(-150%); background: var(--color-forest); color: #fff;
  padding: 10px 14px; border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 900; min-height: var(--header-height); overflow: visible; transition: min-height .45s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease; will-change: min-height;
  background:
    linear-gradient(100deg, transparent 0 18%, rgba(255,255,255,.075) 19%, transparent 20% 52%, rgba(255,255,255,.045) 53%, transparent 54%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.11), transparent 16rem),
    radial-gradient(circle at 70% 0%, rgba(200,208,210,.18), transparent 22rem),
    linear-gradient(135deg, rgba(6,33,29,.99), rgba(8,52,46,.98) 52%, rgba(27,34,36,.98));
  border-bottom: 1px solid rgba(200, 208, 210, .42);
  box-shadow: 0 14px 34px rgba(6,33,29,.22);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; mix-blend-mode: screen;
  background:
    linear-gradient(112deg, transparent 0 20%, rgba(255,255,255,.08) 21%, transparent 22% 52%, rgba(255,255,255,.055) 53%, transparent 54%),
    repeating-linear-gradient(145deg, rgba(255,255,255,.05) 0 1px, transparent 1px 9px),
    radial-gradient(circle at 42% 45%, rgba(255,255,255,.12), transparent 1px);
  filter: blur(.2px);
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(238,242,243,.9), transparent);
}
.header-inner { width: min(100% - 24px, 1760px); display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: var(--header-height); position: relative; z-index: 1; transition: min-height .45s cubic-bezier(.22, 1, .36, 1); will-change: min-height; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--color-forest); line-height: 1; }
.brand-logo img { width: auto; height: 52px; object-fit: contain; display: block; filter: drop-shadow(0 8px 18px rgba(15,47,39,.08)); }
.site-header .brand-logo img { height: 64px; max-width: 210px; filter: brightness(1.1) contrast(1.12) drop-shadow(0 8px 18px rgba(0,0,0,.28)); transition: height .45s cubic-bezier(.22, 1, .36, 1), max-width .45s cubic-bezier(.22, 1, .36, 1), filter .35s ease; will-change: height, max-width; }
.site-header.is-scrolled { min-height: var(--header-height-scrolled); box-shadow: 0 10px 26px rgba(15,47,39,.2); }
.site-header.is-scrolled .header-inner { min-height: var(--header-height-scrolled); }
.site-header.is-scrolled .brand-logo img { height: 46px; max-width: 160px; filter: brightness(1.12) contrast(1.14) drop-shadow(0 8px 18px rgba(0,0,0,.28)); }
.site-footer .brand-logo img { height: 68px; max-width: 220px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.18)); }
.nav-toggle { width: 46px; height: 46px; border: 1px solid rgba(238,242,243,.4); border-radius: 999px; background: rgba(251,252,251,.08); display: grid; place-content: center; gap: 4px; cursor: pointer; flex: 0 0 46px; position: relative; z-index: 2; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--color-silver-soft); border-radius: 2px; }
.primary-nav {
  position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; gap: 4px; z-index: 910;
  background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); padding: 18px 16px 26px; border-bottom: 1px solid rgba(200,208,210,.36); box-shadow: var(--shadow-soft);
}
.primary-nav.active { display: flex; }
.primary-nav a { padding: 12px 14px; text-decoration: none; border-radius: 999px; font-weight: 800; color: rgba(255,255,255,.88); }
.primary-nav a:hover, .primary-nav a:focus-visible { background: rgba(255,255,255,.09); color: var(--color-silver-soft); }
.header-phone { display: none; text-decoration: none; background: rgba(251,252,251,.08); color: var(--color-silver-soft); padding: 11px 16px; border-radius: 999px; font-weight: 900; border: 1px solid rgba(238,242,243,.48); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.header-phone:hover { background: var(--color-silver); color: var(--color-graphite); }

.hero { min-height: calc(100vh - var(--header-height)); display: flex; align-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 26% 16%, rgba(15,74,66,.62), transparent 30rem), radial-gradient(circle at 78% 34%, rgba(200,208,210,.14), transparent 24rem), linear-gradient(135deg, #031411 0%, #06211d 46%, #08342e 76%, #0b1112 100%); color: rgba(255,255,255,.86); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background: linear-gradient(110deg, transparent 0 18%, rgba(255,255,255,.055) 19%, transparent 20% 52%, rgba(255,255,255,.03) 53%, transparent 54%), repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 12px), radial-gradient(circle at 50% 0%, rgba(255,255,255,.06), transparent 24rem); mix-blend-mode: screen; }
.hero::after {
  content: ""; position: absolute; left: 50%; right: auto; bottom: 10px; width: min(1840px, 156vw); height: 54px; transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg width='1840' height='54' viewBox='0 0 1840 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-40 32 C170 2 294 8 472 30 C660 54 792 54 990 26 C1192 -3 1348 4 1540 29 C1662 45 1752 43 1880 18' fill='none' stroke='%23c8d0d2' stroke-width='1.2' stroke-linecap='round' opacity='.42'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  filter: drop-shadow(0 14px 20px rgba(200,208,210,.12)); opacity: .88; pointer-events: none;
}
.hero-inner { width: min(100% - 28px, 1680px); display: grid; gap: 28px; align-items: center; padding: 26px 0 46px; position: relative; z-index: 1; }
.hero-copy { max-width: 620px; min-width: 0; }
.hero-brand-split .hero-copy { max-width: 700px; text-align: left; }
.hero-brand-panel { display: grid; gap: 8px; align-content: center; justify-items: stretch; }
.hero-logo-mark { width: min(70vw, 496px); margin: 0 auto; padding: 0; background: transparent; border: 0; box-shadow: none; }
.hero-logo-mark img { width: 100%; height: auto; opacity: .96; filter: brightness(1.12) contrast(1.08) drop-shadow(0 32px 58px rgba(0,0,0,.38)) drop-shadow(0 0 28px rgba(200,208,210,.11)); }
.hero-brand-note { max-width: 500px; margin: -8px auto 0; color: rgba(255,255,255,.7); font-size: clamp(.9rem, 1.15vw, .96rem); line-height: 1.45; text-align: center; }
h1, h2, h3 { margin: 0 0 18px; color: var(--color-forest); line-height: 1.04; letter-spacing: -.032em; font-family: var(--font-heading); font-weight: 600; text-wrap: balance; }
.hero h1 { color: #fff; text-shadow: 0 18px 44px rgba(0,0,0,.28); }
h1 { font-size: clamp(2.7rem, 8.2vw, 5.35rem); max-width: 11ch; }
.hero h1, .page-hero h1 { font-size: clamp(2.05rem, 4.35vw, 3.55rem); max-width: 14.5ch; }
.hero-brand-split h1 { max-width: 820px; width: min(100vw - 56px, 820px); }
h2 { font-size: clamp(2.35rem, 7vw, 4.05rem); }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.08rem, 3vw, 1.25rem); color: var(--color-muted); max-width: 720px; }
.hero-brand-split .lead { max-width: 690px; }
.hero .lead { color: rgba(255,255,255,.78); line-height: 1.62; }
.eyebrow { color: var(--color-silver); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 900; margin-bottom: 14px; }
.hero .eyebrow { color: var(--color-silver-soft); }
.microcopy { font-size: .95rem; margin-top: 16px; color: var(--color-muted); }
.sub { max-width: 720px; color: var(--color-muted); font-size: 1.08rem; }
.cta-group { display: flex; flex-direction: column; gap: 12px; margin: 30px 0 8px; }
.hero-actions { display: grid; justify-items: start; gap: 10px; margin-top: 30px; }
.hero-actions .cta-group { margin: 0; }
.hero-proof { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; max-width: 520px; width: 100%; justify-self: center; }
.hero-proof li { background: rgba(251,252,251,.045); border: 1px solid rgba(200,208,210,.2); border-radius: 12px 12px 4px 12px; padding: 7px 9px; display: grid; gap: 2px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-proof strong { color: #fff; font-family: var(--font-heading); font-size: clamp(1.18rem, 2.5vw, 1.55rem); line-height: .95; }
.hero-proof span { color: rgba(255,255,255,.66); font-weight: 700; font-size: .7rem; line-height: 1.18; }
.btn-primary, .btn-secondary {
  display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 24px;
  border-radius: 999px; font-weight: 900; text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 44%),
    radial-gradient(circle at 20% 0%, rgba(238,242,243,.18), transparent 34%),
    linear-gradient(135deg, #06211d 0%, #0b3d36 52%, #041714 100%);
  color: #fff;
  border-color: rgba(238,242,243,.54);
  box-shadow:
    0 18px 42px rgba(6,33,29,.24),
    0 0 0 1px rgba(200,208,210,.22),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.32);
  text-shadow: 0 1px 1px rgba(0,0,0,.28);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(105deg, transparent 0 16%, rgba(255,255,255,.28) 23%, transparent 31% 64%, rgba(200,208,210,.12) 72%, transparent 82%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
  opacity: .72;
  pointer-events: none;
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 7px;
  height: 1px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(238,242,243,.72), transparent);
  pointer-events: none;
}
.btn-primary:hover {
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 44%),
    radial-gradient(circle at 24% 0%, rgba(238,242,243,.24), transparent 36%),
    linear-gradient(135deg, #08342e 0%, #0f4a42 52%, #06211d 100%);
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.74);
  box-shadow:
    0 22px 58px rgba(6,33,29,.28),
    0 0 0 1px rgba(238,242,243,.34),
    0 0 34px rgba(15,74,66,.22),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.28);
}
.btn-secondary { background: transparent; color: var(--color-forest); border-color: rgba(15,47,39,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.hero .btn-secondary { color: #fff; background: rgba(251,252,251,.09); border-color: rgba(238,242,243,.44); box-shadow: 0 12px 32px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: var(--color-forest); color: #fff; transform: translateY(-1px); border-color: var(--color-forest); }
.hero .btn-secondary:hover { background: rgba(238,242,243,.18); border-color: rgba(255,255,255,.68); color: #fff; }
.cta-center { margin-top: 30px; text-align: center; }
.cta-stack, .inline-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.inline-actions { align-items: flex-start; margin-top: 26px; }
.text-link { color: var(--color-forest); font-weight: 900; text-decoration-color: rgba(200,208,210,.7); }
.hero .text-link { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 13px; border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(251,252,251,.07); border: 1px solid rgba(200,208,210,.26); text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.text-link:hover { color: var(--color-silver); }
.hero .text-link:hover { color: #fff; background: rgba(238,242,243,.15); border-color: rgba(255,255,255,.55); }
.light-actions .text-link { color: var(--color-silver-soft); }
.light-actions .text-link:hover { color: #fff; }

.hero-visual { position: relative; border-radius: 44px 44px 12px 44px; padding: 10px; background: linear-gradient(180deg, rgba(255,255,255,.55), transparent 42%), var(--brushed-silver); box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.78); }
.hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 36px 36px 8px 36px; background: var(--color-forest); }

.hero-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; gap: 2px; padding: 14px 16px; border-radius: 20px; background: rgba(15,47,39,.88); color: #fff; border: 1px solid rgba(238,242,243,.45); backdrop-filter: blur(10px); }
.hero-badge strong { font-family: var(--font-heading); font-size: 1.5rem; color: var(--color-silver-soft); line-height: 1; }
.hero-badge span { font-size: .84rem; color: rgba(255,255,255,.82); }

.dlaczego { background: var(--color-warm-white); }
.atuty { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 14px; }
.atuty li { position: relative; display: flex; gap: 14px; align-items: center; background: linear-gradient(135deg, #fff, var(--color-cream)); padding: 18px; border-radius: 22px 22px 8px 22px; font-weight: 800; border: 1px solid rgba(200,208,210,.28); box-shadow: 0 12px 34px rgba(15,47,39,.05); }
.atuty li::before { content: ""; position: absolute; inset: 12px auto 12px 0; width: 3px; border-radius: 99px; background: var(--color-silver); }
.atuty span { color: var(--color-silver); font-size: .82rem; font-weight: 900; }
.signature-quote, .owner-quote { border-left: 3px solid var(--color-silver); padding: 14px 0 14px 18px; color: var(--color-forest); font-family: var(--font-heading); font-size: clamp(1.35rem, 4vw, 1.8rem); line-height: 1.18; margin: 28px 0; }
.owner-quote { background: rgba(200,208,210,.08); border-radius: 0 20px 20px 0; }
.section-heading { margin-bottom: 30px; }
.accordion { display: grid; gap: 14px; }
.accordion-item { position: relative; background: rgba(251,252,251,.92); border: 1px solid rgba(200,208,210,.28); border-radius: 24px 24px 10px 24px; overflow: hidden; box-shadow: 0 12px 34px rgba(15,47,39,.06); scroll-margin-top: calc(var(--header-height-scrolled) + 28px); }
.accordion-item::after { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; background: var(--color-silver); border-radius: 99px; }
.accordion-header { width: 100%; border: 0; background: transparent; color: var(--color-forest); display: flex; justify-content: space-between; align-items: center; padding: 21px 20px 18px 22px; text-align: left; font-weight: 900; cursor: pointer; }
.accordion-icon { color: var(--color-silver); font-size: 1.5rem; line-height: 1; }
.accordion-content { display: none; padding: 0 20px 22px 22px; color: var(--color-muted); }
.accordion-item.active .accordion-content { display: block; }
.accordion-item.active .accordion-icon { transform: rotate(45deg); }

.split { display: grid; gap: 34px; align-items: center; }
.media-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--color-forest); box-shadow: var(--shadow-soft); min-height: 280px; }
.media-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(238,242,243,.42); border-radius: 28px; z-index: 1; pointer-events: none; }
.media-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.o-mnie { background: linear-gradient(180deg, var(--color-cream), var(--color-warm-white)); }
.expert-grid, .process-list, .faq-grid { display: grid; gap: 16px; }
.expert-card, .process-list li, .faq-item, .info-card, .quote-card { position: relative; background: linear-gradient(145deg, rgba(251,252,251,.97), rgba(243,245,244,.92)); border: 1px solid rgba(200,208,210,.42); border-radius: 26px 26px 10px 26px; padding: 22px; box-shadow: 0 12px 34px rgba(15,47,39,.06), inset 0 1px 0 rgba(255,255,255,.74); overflow: hidden; }
.expert-card::before, .process-list li::before, .faq-item::before, .info-card::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 99px; background: var(--color-silver); }
.expert-card h3, .process-list h3, .faq-item h3, .info-card h3 { font-size: clamp(1.45rem, 5vw, 2rem); margin-bottom: 10px; }
.expert-card p, .process-list p, .faq-item p, .info-card p { color: var(--color-muted); margin-bottom: 0; }
.process-section { background: var(--color-warm-white); }
.process-list { list-style: none; margin: 0; padding: 0; counter-reset: process; }
.process-list li { counter-increment: process; padding-top: 66px; }
.process-list li::after { content: counter(process, decimal-leading-zero); position: absolute; top: 18px; left: 22px; color: var(--color-silver); font-weight: 900; letter-spacing: .12em; font-size: .82rem; }
.anti-aging-section { background: radial-gradient(circle at 82% 18%, rgba(15,74,66,.48), transparent 24rem), linear-gradient(135deg, var(--color-forest), var(--color-forest-2) 58%, var(--color-graphite)); color: rgba(255,255,255,.86); overflow: hidden; }
.anti-aging-section::before, .lipoedema-section::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background: radial-gradient(circle at 12% 8%, rgba(200,208,210,.22), transparent 24rem), linear-gradient(135deg, rgba(255,255,255,.05), transparent 38%); }
.anti-aging-section .container, .lipoedema-section .container { position: relative; z-index: 1; }
.anti-aging-section h2 { color: #fff; }
.anti-aging-section .eyebrow { color: var(--color-silver-soft); }
.anti-aging-section .btn-primary { background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.2) 42%), var(--brushed-silver); color: var(--color-graphite); border-color: rgba(255,255,255,.8); text-shadow: 0 1px 0 rgba(255,255,255,.52); }
.quote-card { display: grid; align-content: center; min-height: 260px; background: linear-gradient(135deg, rgba(238,242,243,.16), rgba(251,252,251,.08)); border-color: rgba(238,242,243,.4); color: #fff; }
.quote-card p { margin: 0; font-family: var(--font-heading); font-size: clamp(1.75rem, 6vw, 2.65rem); line-height: 1.08; color: inherit; }
.lipoedema-section { background: linear-gradient(180deg, var(--color-cream), var(--color-warm-white)); overflow: hidden; }
.info-card { align-self: center; }
.info-card h3 { color: var(--color-forest); }
.light-card { background: #fff; }
.check-list { margin: 0; padding-left: 1.15rem; color: var(--color-muted); }
.check-list li { margin-bottom: 8px; }
.hero-info-card h2 { font-size: clamp(2rem, 6vw, 3rem); margin-bottom: 12px; }
.faq-section { background: var(--color-warm-white); }
.accent-card { padding: 12px; background: var(--brushed-silver); }
.aquabooster { background: var(--color-forest); color: rgba(255,255,255,.86); overflow: hidden; }
.aquabooster::before {
  content: ""; position: absolute; inset: 0; opacity: .34; pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.12), transparent 25rem),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 35%);
}
.aquabooster h2 { color: #fff; }
.aquabooster .eyebrow { color: var(--color-silver-soft); }
.aquabooster .split { position: relative; z-index: 1; }
.aquabooster .btn-primary { background: var(--color-silver-soft); }
.galeria { display: grid; gap: 18px; }
.efekty .container { width: min(100% - 32px, 1440px); }
.results-toolbar { display: flex; justify-content: flex-end; gap: 10px; margin: -54px 0 18px; }
.slider-btn { width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(200,208,210,.4); background: var(--color-warm-white); color: var(--color-forest); font-weight: 900; cursor: pointer; box-shadow: 0 10px 28px rgba(15,47,39,.08); }
.slider-btn:hover { background: var(--color-forest); color: var(--color-silver-soft); }
.results-slider-wrap { position: relative; overflow: hidden; }
.results-slider { display: flex; gap: 18px; overflow-x: auto; padding: 4px 2px 20px; margin-inline: -2px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.results-slider::-webkit-scrollbar { display: none; }
.result-slide { flex: 0 0 min(86vw, 380px); min-height: 560px; margin: 0; scroll-snap-align: start; background: var(--color-warm-white); border-radius: 28px 28px 12px 28px; overflow: hidden; border: 1px solid rgba(200,208,210,.28); box-shadow: 0 14px 38px rgba(15,47,39,.07); display: flex; flex-direction: column; }
.result-media { position: relative; height: 390px; display: flex; align-items: center; justify-content: center; padding: 14px; background: var(--color-forest); border-bottom: 1px solid rgba(200,208,210,.18); overflow: hidden; }
.result-media::before { content: ""; position: absolute; inset: -22px; background-image: linear-gradient(rgba(15,47,39,.56), rgba(15,47,39,.56)), var(--result-bg); background-size: cover; background-position: center; filter: blur(18px); transform: scale(1.08); opacity: .9; }
.result-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, rgba(251,252,251,.14), transparent 42%); pointer-events: none; }
.result-media img { position: relative; z-index: 1; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; transition: transform .35s ease; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.result-slide:hover .result-media img { transform: scale(1.008); }
.galeria figure { margin: 0; background: var(--color-warm-white); border-radius: 26px 26px 10px 26px; overflow: hidden; border: 1px solid rgba(200,208,210,.28); box-shadow: 0 12px 34px rgba(15,47,39,.06); }
.galeria img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--color-stone); transition: transform .35s ease; }
.galeria figure:hover img { transform: scale(1.025); }
.galeria figcaption, .result-slide figcaption { padding: 16px 18px; color: var(--color-forest); border-top: 1px solid rgba(200,208,210,.22); }
.result-slide figcaption { display: grid; gap: 5px; min-height: 118px; }
.result-slide figcaption span { color: var(--color-silver); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.result-slide figcaption strong { font-family: var(--font-heading); font-size: clamp(1.18rem, 4vw, 1.48rem); line-height: 1.08; font-weight: 600; }
.results-note { max-width: 820px; margin: 24px auto 0; color: var(--color-muted); text-align: center; font-size: .95rem; }

.instagram-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(200,208,210,.2), transparent 24rem),
    linear-gradient(180deg, var(--color-warm-white), var(--color-cream));
  overflow: hidden;
}
.instagram-section .container { width: min(100% - 32px, 1320px); }
.instagram-widget-card {
  position: relative;
  min-height: 360px;
  padding: 14px;
  border-radius: 34px 34px 12px 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.22)),
    var(--brushed-silver);
  border: 1px solid rgba(200,208,210,.5);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.72);
  overflow: hidden;
}
.instagram-widget-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 26px 26px 8px 26px;
  pointer-events: none;
  z-index: 1;
}
.instagram-widget-card > * { position: relative; z-index: 2; }
.social-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 24px;
}
.social-cta .btn-primary,
.social-cta .btn-secondary { width: 100%; }

.kontakt { background: linear-gradient(180deg, var(--color-warm-white) 0%, var(--color-cream) 100%); }
.contact-panel { display: grid; gap: 28px; background: radial-gradient(circle at 82% 14%, rgba(15,74,66,.4), transparent 22rem), linear-gradient(135deg, var(--color-forest), var(--color-forest-2) 64%, var(--color-graphite)); color: rgba(255,255,255,.84); border: 1px solid rgba(200,208,210,.45); border-radius: 38px 38px 12px 38px; padding: 24px; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; scroll-margin-top: calc(var(--header-height) + 24px); }
.contact-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 20% 0%, rgba(200,208,210,.2), transparent 22rem); }
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel h2 { color: #fff; }
.contact-panel .eyebrow { color: var(--color-silver-soft); }
.page-hero { overflow: hidden; }
.contact-hero, .pricing-hero { background: linear-gradient(135deg, var(--color-warm-white), var(--color-cream)); }
.contact-hero-premium {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: flex-start;
  padding: 24px 0 52px;
  background:
    radial-gradient(circle at 12% 12%, rgba(15,74,66,.2), transparent 26rem),
    radial-gradient(circle at 86% 16%, rgba(200,208,210,.32), transparent 24rem),
    linear-gradient(135deg, var(--color-warm-white), var(--color-cream));
}
.contact-hero-grid {
  width: min(100% - 28px, 1460px);
  display: grid;
  gap: 24px;
  align-items: start;
}
.contact-hero-copy { max-width: 520px; padding-top: 10px; }
.contact-hero-copy h1 { max-width: 520px; }
.contact-hero-copy .lead { font-size: clamp(1rem, 2.2vw, 1.12rem); line-height: 1.62; }
.contact-quick-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.contact-hero-form-card {
  position: relative;
  padding: 18px;
  border-radius: 30px 30px 10px 30px;
  background: rgba(251,252,251,.86);
  border: 1px solid rgba(200,208,210,.46);
  box-shadow: 0 18px 54px rgba(15,47,39,.1), inset 0 1px 0 rgba(255,255,255,.78);
  overflow: hidden;
  width: 100%;
}
.form-card-heading {
  padding: 6px 4px 4px;
  color: var(--color-forest);
}
.form-card-heading h2 { font-size: clamp(2rem, 6vw, 2.9rem); margin-bottom: 10px; }
.form-card-heading p:not(.eyebrow) { color: var(--color-muted); margin-bottom: 12px; }
.contact-hero-form-card .contact-form {
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(200,208,210,.42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.contact-hero-form-card textarea { min-height: 238px; }
.contact-hero-form-card .form-note { margin-bottom: 0; }
.contact-info-section { background: linear-gradient(180deg, var(--color-warm-white) 0%, var(--color-cream) 100%); }
.contact-info-panel {
  display: grid;
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 34px 34px 12px 34px;
  background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2) 62%, var(--color-graphite));
  color: rgba(255,255,255,.82);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(200,208,210,.42);
}
.contact-info-panel h2 { color: #fff; }
.contact-info-panel .eyebrow { color: var(--color-silver-soft); }
.contact-info-panel p { color: rgba(255,255,255,.78); }
.contact-details-premium { display: grid; gap: 8px; }
.contact-details-premium p { margin: 0; }
.contact-map-premium { min-height: 260px; margin-top: 0; }
.pricing-intro { background: var(--color-warm-white); }
.pricing-start { display: grid; gap: 28px; align-items: start; }
.pricing-start-copy { max-width: 720px; }
.pricing-quick { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.82); border: 1px solid rgba(200,208,210,.42); border-radius: 30px 30px 10px 30px; padding: 22px; box-shadow: var(--shadow-soft); }
.pricing-quick h2 { color: #fff; font-size: clamp(2rem, 7vw, 3rem); margin-bottom: 10px; }
.pricing-quick p { color: rgba(255,255,255,.78); }
.pricing-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pricing-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 14px; border-radius: 999px; background: var(--color-cream); color: var(--color-forest); border: 1px solid rgba(200,208,210,.34); text-decoration: none; font-weight: 800; }
.pricing-quick .pricing-nav a { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(238,242,243,.34); }
.pricing-nav a:hover { background: var(--color-silver); color: var(--color-graphite); }
.pricing-section:nth-of-type(odd) { background: rgba(251,252,251,.72); }
.price-grid { display: grid; gap: 16px; }
.price-card { display: grid; gap: 18px; background: var(--color-warm-white); border: 1px solid rgba(200,208,210,.3); border-radius: 26px 26px 10px 26px; padding: 20px; box-shadow: 0 12px 34px rgba(15,47,39,.06); position: relative; overflow: hidden; }
.price-card::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 99px; background: var(--color-silver); }
.price-card h3 { font-family: var(--font-heading); font-size: clamp(1.45rem, 5vw, 2rem); line-height: 1.05; margin-bottom: 10px; }
.price-card p { color: var(--color-muted); margin-bottom: 0; }
.price-list { display: grid; gap: 8px; margin: 0; align-content: start; }
.price-list div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 12px; border-radius: 14px; background: var(--color-cream); border: 1px solid rgba(204,213,215,.72); }
.price-list dt { color: var(--color-muted); font-weight: 700; }
.price-list dd { margin: 0; color: var(--color-forest); font-weight: 900; white-space: nowrap; }
.pricing-note { background: var(--color-cream); }
.privacy-hero { background: linear-gradient(135deg, var(--color-warm-white), var(--color-cream)); }
.legal-content { background: var(--color-warm-white); }
.legal-card { background: #fff; border: 1px solid rgba(200,208,210,.28); border-radius: 32px 32px 10px 32px; padding: 24px; box-shadow: 0 12px 34px rgba(15,47,39,.06); }
.legal-card h2 { font-size: clamp(1.75rem, 5vw, 2.35rem); margin-top: 34px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card ul { margin: 0 0 22px; padding-left: 1.2rem; color: var(--color-muted); }
.legal-card li { margin-bottom: 10px; }
.legal-card a { color: var(--color-forest); font-weight: 800; }
.legal-date { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(200,208,210,.28); }
.contact-details { margin-top: 24px; }
.contact-details a { font-weight: 800; color: #fff; }
.contact-form { display: grid; gap: 14px; background: var(--color-warm-white); color: var(--color-text); padding: 20px; border-radius: 28px 28px 8px 28px; border: 1px solid rgba(238,242,243,.7); scroll-margin-top: calc(var(--header-height) + 24px); }
.field-group { display: grid; gap: 6px; }
.field-group label { font-weight: 800; color: var(--color-forest); }
input, textarea, select { width: 100%; border: 1px solid var(--color-border); border-radius: 16px; padding: 13px 14px; background: var(--color-cream); color: var(--color-text); }
textarea { resize: vertical; }
select { min-height: 52px; }
input:focus, textarea:focus, select:focus { border-color: var(--color-silver); background: #fff; }
input.error, textarea.error, select.error { border-color: #a43d3d; background: #fff7f7; }
.form-note { font-size: .9rem; color: var(--color-muted); }
.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--color-muted);
  font-size: .9rem;
  line-height: 1.45;
  font-weight: 600;
}
.consent-check input {
  width: 18px;
  height: 18px;
  margin-top: .18em;
  accent-color: var(--color-forest);
}
.consent-check a { color: var(--color-forest); font-weight: 900; }
.consent-check input.error { outline: 3px solid #a43d3d; outline-offset: 3px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }
.form-status-wrap { display: none; padding-top: 18px; }
.form-status { padding: 14px 16px; border-radius: 14px; font-weight: 800; }
.form-status.success { background: #e7f5ea; color: #1b6930; }
.form-status.error { background: #fff0ef; color: #96362f; }
.contact-form .form-status { margin: 0; }
.contact-form-success {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 12px;
  min-height: 420px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 30px 30px 10px 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(200,208,210,.34), transparent 12rem),
    linear-gradient(145deg, rgba(251,252,251,.98), rgba(243,245,244,.94));
  border: 1px solid rgba(200,208,210,.48);
  box-shadow: 0 18px 54px rgba(15,47,39,.1), inset 0 1px 0 rgba(255,255,255,.82);
  animation: formSuccessIn .42s ease-out both;
}
.contact-form-success .success-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-forest);
  color: var(--color-silver-soft);
  font-weight: 900;
  font-size: 1.55rem;
  box-shadow: 0 14px 34px rgba(15,47,39,.18);
}
.contact-form-success h2 {
  max-width: 620px;
  margin-bottom: 4px;
  font-size: clamp(2rem, 5vw, 3rem);
}
.contact-form-success p:not(.eyebrow) { max-width: 620px; color: var(--color-muted); }
.success-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
@keyframes formSuccessIn {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.map-placeholder { min-height: 220px; display: grid; place-items: center; text-align: center; background: rgba(251,252,251,.1); border: 1px dashed rgba(238,242,243,.45); border-radius: var(--radius-md); color: rgba(255,255,255,.78); padding: 20px; margin-top: 24px; }

.site-footer { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2) 58%, var(--color-graphite)); color: rgba(255,255,255,.78); padding: 58px 0 22px; position: relative; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,208,210,.65), transparent); opacity: .9; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; gap: 28px; position: relative; z-index: 1; }
.footer-heading { color: var(--color-silver-soft); font-family: var(--font-body); font-size: .86rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(238,242,243,.2); color: rgba(255,255,255,.66); font-size: .9rem; display: flex; flex-direction: column; gap: 8px; }
.footer-bottom p { margin-bottom: 0; }
.footer-credit { color: rgba(255,255,255,.58); }
.footer-credit a { color: var(--color-silver-soft); font-weight: 800; text-decoration-color: rgba(238,242,243,.45); }
.footer-credit a:hover { color: #fff; }

.cookie-banner { position: fixed; left: 12px; right: 12px; bottom: 88px; z-index: 920; display: grid; gap: 14px; padding: 16px; border-radius: 24px; background: rgba(251,252,251,.96); border: 1px solid rgba(200,208,210,.45); box-shadow: var(--shadow-soft); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 8px; color: var(--color-muted); font-size: .92rem; }
.cookie-banner strong { color: var(--color-forest); }
.cookie-banner a { color: var(--color-forest); font-weight: 800; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-actions .btn-primary, .cookie-actions .btn-secondary { min-height: 42px; padding: 10px 16px; }
.mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 850; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border-radius: 999px; background: rgba(15,47,39,.94); border: 1px solid rgba(238,242,243,.4); box-shadow: var(--shadow-soft); backdrop-filter: blur(14px); }
.mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 999px; text-decoration: none; font-weight: 900; color: #fff; }
.mobile-cta a:last-child { position: relative; overflow: hidden; background: linear-gradient(135deg, #08342e, #0f4a42); color: #fff; border: 1px solid rgba(238,242,243,.42); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -1px 0 rgba(0,0,0,.24); text-shadow: 0 1px 1px rgba(0,0,0,.22); }
.back-to-top { position: fixed; right: 16px; bottom: 86px; width: 46px; height: 46px; border: 1px solid rgba(238,242,243,.45); border-radius: 50%; background: var(--color-forest); color: var(--color-silver-soft); box-shadow: var(--shadow-soft); cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }

@media (min-width: 560px) {
  .cta-group { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .atuty { grid-template-columns: repeat(2, 1fr); }
  .galeria { grid-template-columns: repeat(2, 1fr); }
  .efekty .container { width: min(100% - 48px, 1440px); }
  .result-slide { flex-basis: min(46vw, 420px); }
  .result-media { height: 410px; }
  .social-cta { flex-direction: row; justify-content: center; align-items: center; }
  .social-cta .btn-primary,
  .social-cta .btn-secondary { width: auto; }
}

@media (min-width: 768px) {
  .container { width: min(100% - 48px, var(--container)); }
  .section { padding: 96px 0; }
  .nav-toggle { display: none; }
  .primary-nav { position: static; display: flex; flex-direction: row; align-items: center; background: transparent; padding: 0; border: 0; box-shadow: none; gap: 2px; }
  .primary-nav a { padding: 9px 9px; font-size: .9rem; color: rgba(255,255,255,.88); }
  .header-phone { display: inline-flex; }
  .hero-inner { grid-template-columns: minmax(390px, .84fr) minmax(360px, 1fr); padding: 36px 0 56px; gap: clamp(34px, 5vw, 82px); }
  .hero h1, .page-hero h1 { font-size: clamp(2.35rem, 3.5vw, 3.35rem); }
  .hero-brand-split h1 { max-width: 780px; width: min(100vw - 72px, 780px); }
  .hero-logo-mark { width: min(38vw, 608px); justify-self: center; margin: 0; transform: none; }
  .hero-brand-panel { align-content: start; padding-top: 6px; }
  .accordion { grid-template-columns: repeat(2, 1fr); }
  .expert-grid, .process-list, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .accordion-content { display: block; }
  .accordion-header { cursor: default; }
  .accordion-icon { display: none; }
  .split, .contact-panel { grid-template-columns: 1fr 1fr; }
  .split.reverse > :first-child { order: 2; }
  .split.reverse > :last-child { order: 1; }
  .contact-panel { padding: 46px; }
  .contact-form { padding: 26px; }
  .cta-stack, .inline-actions { flex-direction: row; flex-wrap: wrap; }
  .contact-quick-actions { flex-direction: row; flex-wrap: wrap; }
  .contact-info-panel { grid-template-columns: minmax(0, .78fr) minmax(320px, .62fr); padding: 38px; }
  .success-actions { flex-direction: row; flex-wrap: wrap; }
  .pricing-start { grid-template-columns: minmax(0, .72fr) minmax(320px, .58fr); gap: 42px; }
  .pricing-quick { padding: 28px; }
  .price-card { grid-template-columns: minmax(0, 1fr) minmax(240px, .45fr); padding: 24px; }
  .legal-card { padding: 42px; }
  .mobile-cta { display: none; }
  .cookie-banner { left: auto; right: 24px; bottom: 24px; width: min(460px, calc(100% - 48px)); }
  .back-to-top { bottom: 16px; }
}

@media (min-width: 1040px) {
  .primary-nav a { padding: 10px 11px; font-size: .92rem; }
  .accordion { grid-template-columns: repeat(4, 1fr); }
  .expert-grid { grid-template-columns: repeat(4, 1fr); }
  .galeria { grid-template-columns: repeat(4, 1fr); }
  .result-slide { flex-basis: calc((100% - 48px) / 3); }
  .result-media { height: 430px; }
  .hero-inner { width: min(100% - 56px, 1760px); grid-template-columns: minmax(430px, .76fr) minmax(560px, 1.08fr); gap: clamp(56px, 6vw, 120px); }
  .contact-hero-grid { width: min(100% - 56px, 1560px); grid-template-columns: minmax(300px, .42fr) minmax(660px, 1fr); gap: clamp(30px, 3.8vw, 64px); }
  .contact-hero-premium { padding: 30px 0 64px; }
  .contact-hero-form-card { padding: 22px; }
  .contact-hero-form-card .contact-form { grid-template-columns: minmax(220px, .42fr) minmax(360px, 1fr); column-gap: 22px; align-items: start; }
  .contact-hero-form-card .contact-form .field-group:nth-of-type(2),
  .contact-hero-form-card .contact-form .field-group:nth-of-type(3),
  .contact-hero-form-card .contact-form .field-group:nth-of-type(4) { grid-column: 1; }
  .contact-hero-form-card .contact-form .field-group:nth-of-type(5) { grid-column: 2; grid-row: 1 / span 3; }
  .contact-hero-form-card .contact-form .consent-check,
  .contact-hero-form-card .contact-form .form-note,
  .contact-hero-form-card .contact-form .btn-primary { grid-column: 2; }
  .contact-hero-form-card .contact-form .btn-primary { justify-self: start; }
  .hero h1, .page-hero h1 { font-size: clamp(2.55rem, 3vw, 3.5rem); }
  .hero-copy { max-width: 650px; }
  .hero-logo-mark { width: min(38vw, 688px); transform: none; }
  .hero-brand-panel { gap: 8px; }

  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Booking system */
.booking-hero { background: linear-gradient(135deg, var(--color-warm-white), var(--color-cream)); }
.booking-layout { display: grid; gap: 28px; align-items: start; }
.booking-card, .booking-help, .admin-card { background: var(--color-warm-white); border: 1px solid rgba(200,208,210,.3); border-radius: 30px 30px 10px 30px; padding: 22px; box-shadow: 0 12px 34px rgba(15,47,39,.06); }
.booking-help { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.82); display: grid; gap: 12px; }
.booking-help h2 { color: #fff; }
.booking-help .btn-secondary { color: #fff; border-color: rgba(238,242,243,.45); }
.selected-service { padding: 14px 16px; border-radius: 18px; background: var(--color-cream); border: 1px solid rgba(200,208,210,.28); }
.selected-service p { margin: 6px 0 0; color: var(--color-muted); }
.service-price { color: var(--color-forest) !important; font-weight: 900; }
.price-card-side { display: grid; gap: 14px; align-content: start; }
.price-booking-btn { width: 100%; min-height: 46px; padding: 10px 16px; }
button[disabled], select[disabled] { opacity: .62; cursor: not-allowed; }
.admin-page { background: linear-gradient(180deg, var(--color-warm-white), var(--color-cream)); }
.admin-topbar { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: #fff; padding: 14px 0; border-bottom: 1px solid rgba(200,208,210,.45); }
.admin-topbar-inner { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.admin-topbar nav { display: flex; gap: 14px; }
.admin-topbar a { color: var(--color-silver-soft); font-weight: 800; }
.admin-panel h1, .admin-card h2 { max-width: none; }
.admin-card { margin-top: 26px; }
.admin-form-grid { display: grid; gap: 14px; }
.admin-table-wrap { width: 100%; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid rgba(200,208,210,.24); text-align: left; vertical-align: top; }
.admin-table th { color: var(--color-forest); font-weight: 900; background: var(--color-cream); }
.table-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.table-actions form { margin: 0; }
.table-actions .btn-primary, .table-actions .btn-secondary { min-height: 40px; padding: 8px 12px; }
.btn-secondary.danger { border-color: rgba(164,61,61,.45); color: #96362f; }
.btn-secondary.danger:hover { background: #96362f; color: #fff; border-color: #96362f; }
.status-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 10px; border-radius: 999px; font-weight: 900; font-size: .88rem; }
.status-available { background: #e7f5ea; color: #1b6930; }
.status-pending { background: #fff6d8; color: #7a5600; }
.status-booked { background: #e5f0ff; color: #194f90; }
.status-rejected { background: #fff0ef; color: #96362f; }
@media (min-width: 768px) {
  .booking-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); }
  .booking-card, .booking-help, .admin-card { padding: 32px; }
  .admin-form-grid { grid-template-columns: minmax(260px, 1fr) 180px 160px auto; align-items: end; }
}

.generator-form { display: grid; gap: 18px; }
.generator-grid { display: grid; gap: 14px; }
.weekday-options { border: 1px solid rgba(200,208,210,.28); border-radius: 18px; padding: 14px; display: flex; gap: 10px; flex-wrap: wrap; }
.weekday-options legend { padding: 0 6px; color: var(--color-forest); font-weight: 900; }
.weekday-options label { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 6px 10px; border-radius: 999px; background: var(--color-cream); border: 1px solid rgba(204,213,215,.7); font-weight: 800; }
.weekday-options input { width: auto; }
.single-slot-grid { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .generator-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .single-slot-grid { grid-template-columns: 180px 160px auto; align-items: end; }
}

.service-choice { border: 0; padding: 0; margin: 0; display: grid; gap: 12px; }
.service-choice legend { color: var(--color-forest); font-weight: 900; margin-bottom: 4px; }
.service-choice-grid { display: grid; gap: 8px; max-height: 360px; overflow-y: auto; padding: 4px 4px 4px 0; scrollbar-color: var(--color-silver) rgba(15,47,39,.08); }
.service-choice-item { display: flex; align-items: flex-start; gap: 10px; padding: 11px 12px; border-radius: 16px; background: var(--color-cream); border: 1px solid rgba(204,213,215,.72); color: var(--color-forest); font-weight: 800; cursor: pointer; line-height: 1.35; }
.service-choice-item:hover { border-color: rgba(200,208,210,.75); background: #f8fbfb; }
.service-choice-item:has(input:checked) { border-color: var(--color-silver); background: rgba(200,208,210,.16); box-shadow: inset 0 0 0 1px rgba(200,208,210,.3); }
.service-choice-item input { width: auto; margin-top: 3px; accent-color: var(--color-silver); flex: 0 0 auto; }
@media (min-width: 768px) {
  .service-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 420px; }
}

.slot-choice { border: 0; padding: 0; margin: 0; display: grid; gap: 14px; }
.slot-choice legend { color: var(--color-forest); font-weight: 900; margin-bottom: 4px; }
.slot-window-nav { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; }
.slot-window-nav .btn-secondary { min-height: 42px; padding: 9px 14px; }
.slot-window-nav .btn-secondary:disabled { opacity: .45; transform: none; background: transparent; color: var(--color-muted); border-color: rgba(15,47,39,.12); cursor: not-allowed; }
.slot-window-info { color: var(--color-muted); font-size: .92rem; font-weight: 800; text-align: center; }
.slot-days-grid { display: grid; gap: 12px; }
.slot-day-card { background: var(--color-cream); border: 1px solid rgba(200,208,210,.3); border-radius: 22px 22px 8px 22px; padding: 14px; }
.slot-day-card h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; font-family: var(--font-body); letter-spacing: 0; font-size: 1rem; color: var(--color-forest); }
.slot-day-card h3 span { font-size: 1.22rem; font-weight: 900; }
.slot-day-card h3 small { color: var(--color-silver); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 900; }
.slot-hours-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.slot-hour-item { position: relative; display: grid; place-items: center; min-height: 44px; border-radius: 999px; border: 1px solid rgba(15,47,39,.18); background: var(--color-warm-white); color: var(--color-forest); font-weight: 900; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.slot-hour-item:hover { transform: translateY(-1px); border-color: var(--color-silver); box-shadow: 0 10px 22px rgba(15,47,39,.08); }
.slot-hour-item input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.slot-hour-item span { position: relative; z-index: 1; }
.slot-hour-item:has(input:checked) { background: var(--color-forest); color: #fff; border-color: var(--color-forest); box-shadow: 0 12px 26px rgba(15,47,39,.18); }
.slot-hour-item:has(input:focus-visible) { outline: 3px solid var(--color-silver); outline-offset: 3px; }
@media (min-width: 560px) {
  .slot-window-nav { grid-template-columns: 1fr auto 1fr; }
  .slot-window-nav a:last-child { justify-self: end; }
  .slot-days-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1040px) {
  .slot-days-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .slot-hours-grid { grid-template-columns: 1fr; }
}

/* Fix slot picker pagination/display */
.slot-days-grid[hidden] { display: none !important; }
.booking-section .booking-layout { grid-template-columns: 1fr; }
.booking-section .booking-help { max-width: 760px; }
.slot-picker { display: grid; gap: 14px; }
.slot-days-grid { grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); }
.slot-window-nav { grid-template-columns: 1fr; }
.slot-window-nav .btn-secondary { width: 100%; }
@media (min-width: 560px) {
  .slot-window-nav { grid-template-columns: minmax(130px, 1fr) auto minmax(130px, 1fr); }
  .slot-days-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .slot-days-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.slot-picker .slot-days-grid[hidden] { display: none !important; }

/* Premium booking page redesign */
.booking-hero-premium { background: radial-gradient(circle at 78% 20%, rgba(200,208,210,.16), transparent 24rem), linear-gradient(135deg, var(--color-warm-white), var(--color-cream)); }
.booking-hero-grid { display: grid; gap: 28px; align-items: center; }
.booking-hero-copy h1 { max-width: 12ch; }
.booking-hero-panel { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2) 58%, var(--color-graphite)); color: rgba(255,255,255,.82); border: 1px solid rgba(200,208,210,.45); border-radius: 34px 34px 10px 34px; padding: 24px; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.booking-hero-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 0%, rgba(200,208,210,.22), transparent 18rem); pointer-events: none; }
.booking-hero-panel > * { position: relative; z-index: 1; }
.booking-hero-panel h2 { color: #fff; font-size: clamp(1.8rem, 5vw, 2.6rem); margin-bottom: 18px; }
.booking-hero-panel ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.booking-hero-panel li { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; align-items: start; padding: 14px; border-radius: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(238,242,243,.18); }
.booking-hero-panel li span { grid-row: span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--color-silver); color: var(--color-graphite); font-weight: 900; font-size: .82rem; }
.booking-hero-panel li strong { color: #fff; line-height: 1.25; }
.booking-hero-panel li small { color: rgba(255,255,255,.72); line-height: 1.45; }
.booking-section-premium { background: linear-gradient(180deg, var(--color-warm-white), var(--color-cream)); }
.booking-shell { display: grid; gap: 24px; }
.booking-intro { max-width: 760px; }
.booking-intro h2 { margin-bottom: 10px; }
.booking-intro p:not(.eyebrow) { color: var(--color-muted); }
.booking-flow { display: grid; gap: 24px; background: transparent; border: 0; padding: 0; }
.booking-step { background: rgba(251,252,251,.95); border: 1px solid rgba(200,208,210,.32); border-radius: 32px 32px 10px 32px; padding: 20px; box-shadow: 0 18px 45px rgba(15,47,39,.07); position: relative; overflow: hidden; }
.booking-step::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 3px; background: var(--color-silver); border-radius: 999px; }
.booking-step-heading { display: grid; gap: 12px; margin-bottom: 18px; }
.booking-step-heading h2 { font-size: clamp(1.9rem, 5vw, 2.75rem); margin-bottom: 8px; }
.booking-step-heading p { color: var(--color-muted); margin-bottom: 0; }
.step-badge { width: max-content; display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border-radius: 999px; background: rgba(200,208,210,.16); color: var(--color-forest); border: 1px solid rgba(200,208,210,.42); font-weight: 900; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.service-choice-premium { border: 0; padding: 0; margin: 0; }
.service-choice-premium .service-choice-grid { display: grid; gap: 12px; max-height: none; overflow: visible; padding: 0; }
.service-tile { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; border-radius: 24px 24px 8px 24px; background: linear-gradient(135deg, #fff, var(--color-cream)); border: 1px solid rgba(204,213,215,.76); box-shadow: 0 10px 26px rgba(15,47,39,.045); font-weight: 900; cursor: pointer; position: relative; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.service-tile:hover { transform: translateY(-2px); border-color: rgba(200,208,210,.9); box-shadow: 0 16px 34px rgba(15,47,39,.08); }
.service-tile input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.service-tile-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(200,208,210,.16); color: var(--color-silver); border: 1px solid rgba(200,208,210,.38); font-size: 1.25rem; line-height: 1; }
.service-tile-name { color: var(--color-forest); line-height: 1.22; position: relative; z-index: 1; }
.service-tile-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(15,47,39,.08); color: transparent; font-weight: 900; position: relative; z-index: 1; }
.service-tile:has(input:checked) { background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); border-color: var(--color-silver); box-shadow: 0 18px 42px rgba(15,47,39,.16); }
.service-tile:has(input:checked) .service-tile-name { color: #fff; }
.service-tile:has(input:checked) .service-tile-mark { background: var(--color-silver); color: var(--color-graphite); border-color: var(--color-silver); }
.service-tile:has(input:checked) .service-tile-check { background: var(--color-silver); color: var(--color-graphite); }
.service-tile:has(input:focus-visible) { outline: 3px solid var(--color-silver); outline-offset: 4px; }
.slot-choice-premium { border: 0; padding: 0; margin: 0; }
.slot-choice-premium .slot-picker { gap: 18px; }
.slot-choice-premium .slot-window-nav { background: var(--color-cream); border: 1px solid rgba(200,208,210,.26); border-radius: 999px; padding: 8px; }
.slot-choice-premium .slot-window-info { color: var(--color-forest); font-weight: 900; }
.slot-choice-premium .slot-days-grid { gap: 14px; }
.slot-choice-premium .slot-day-card { padding: 16px; border-radius: 28px 28px 10px 28px; background: linear-gradient(180deg, #fff, var(--color-cream)); border-color: rgba(200,208,210,.36); box-shadow: 0 12px 28px rgba(15,47,39,.055); }
.slot-choice-premium .slot-day-card h3 { display: grid; gap: 2px; justify-content: start; margin-bottom: 14px; }
.slot-choice-premium .slot-day-card h3 small { order: 0; color: var(--color-silver); letter-spacing: .16em; }
.slot-choice-premium .slot-day-card h3 span { order: 1; font-family: var(--font-heading); font-size: 2rem; line-height: 1; color: var(--color-forest); }
.slot-choice-premium .slot-hours-grid { gap: 9px; }
.slot-choice-premium .slot-hour-item { min-height: 46px; background: var(--color-warm-white); border-color: rgba(15,47,39,.16); }
.booking-contact-grid { display: grid; gap: 14px; }
.booking-submit-panel { margin-top: 18px; display: grid; gap: 14px; align-items: center; padding: 18px; border-radius: 24px 24px 8px 24px; background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.78); border: 1px solid rgba(200,208,210,.42); }
.booking-submit-panel p { margin: 0; }
.booking-submit-panel .btn-primary { width: 100%; }
.booking-help-premium { display: grid; gap: 18px; background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.82); border-radius: 32px 32px 10px 32px; padding: 24px; }
.booking-help-premium h2 { color: #fff; font-size: clamp(1.8rem, 5vw, 2.5rem); }
.booking-help-premium .eyebrow { color: var(--color-silver-soft); }
.booking-help-actions { display: flex; flex-direction: column; gap: 10px; }
.booking-help-actions .btn-secondary { color: #fff; border-color: rgba(238,242,243,.45); }
@media (min-width: 560px) {
  .service-choice-premium .service-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-contact-grid .field-group:first-child { grid-column: 1 / -1; }
  .booking-help-actions { flex-direction: row; flex-wrap: wrap; }
}
@media (min-width: 768px) {
  .booking-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(320px, .58fr); gap: 42px; }
  .booking-hero-panel { padding: 30px; }
  .booking-step { padding: 32px; }
  .booking-step-heading { grid-template-columns: auto 1fr; align-items: start; gap: 18px; }
  .service-choice-premium .service-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .booking-submit-panel { grid-template-columns: 1fr auto; padding: 22px; }
  .booking-submit-panel .btn-primary { width: auto; }
  .booking-help-premium { grid-template-columns: 1fr auto; align-items: center; padding: 32px; }
}
@media (min-width: 1040px) {
  .service-choice-premium .service-choice-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .service-tile { min-height: 98px; align-items: start; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; }
  .service-tile-mark { grid-column: 1; }
  .service-tile-name { grid-column: 1 / -1; align-self: end; }
  .service-tile-check { grid-column: 2; grid-row: 1; }
}

/* Simplified booking hero and service tiles */
.booking-hero-simple { padding: 42px 0 34px; background: linear-gradient(135deg, var(--color-warm-white), var(--color-cream)); }
.booking-hero-simple-inner { max-width: 860px; }
.booking-hero-simple h1 { max-width: 11ch; margin-bottom: 14px; }
.booking-hero-simple .lead { max-width: 650px; }
.booking-hero-mini { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 22px; }
.booking-hero-mini span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px; border-radius: 999px; background: rgba(200,208,210,.14); border: 1px solid rgba(200,208,210,.32); color: var(--color-forest); font-weight: 900; font-size: .86rem; }
.booking-section-premium { padding-top: 42px; }
.service-tile-simple { min-height: 58px; grid-template-columns: 1fr auto; padding: 12px 14px; border-radius: 16px; box-shadow: none; }
.service-tile-simple .service-tile-name { align-self: center; font-size: .94rem; }
.service-tile-simple .service-tile-check { width: 24px; height: 24px; font-size: .86rem; }
.service-tile-simple:has(input:checked) { transform: none; }
@media (min-width: 768px) {
  .booking-hero-simple { padding: 58px 0 44px; }
  .booking-section-premium { padding-top: 56px; }
}
@media (min-width: 1040px) {
  .service-choice-premium .service-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-tile-simple { min-height: 62px; grid-template-columns: 1fr auto; grid-template-rows: auto; align-items: center; }
  .service-tile-simple .service-tile-name { grid-column: 1; align-self: center; }
  .service-tile-simple .service-tile-check { grid-column: 2; grid-row: 1; }
}

/* Further simplification of booking top area */
.booking-hero-simple { padding: 34px 0 30px; }
.booking-hero-simple h1 { max-width: 10ch; }
.booking-hero-simple .cta-group { margin-top: 20px; }
.booking-section-premium { padding-top: 34px; }
.booking-intro { margin-bottom: 4px; }
.booking-intro h2 { font-size: clamp(2rem, 5vw, 3rem); }
@media (min-width: 768px) {
  .booking-hero-simple { padding: 44px 0 34px; }
  .booking-section-premium { padding-top: 44px; }
}

.booking-hero-simple h1 { max-width: 14ch; }

/* Preselected service UX from pricing page */
.selected-service-summary { display: grid; gap: 10px; padding: 18px; border-radius: 22px 22px 8px 22px; background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.78); border: 1px solid rgba(200,208,210,.48); box-shadow: 0 16px 34px rgba(15,47,39,.14); }
.selected-service-summary span { color: var(--color-silver-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 900; }
.selected-service-summary strong { color: #fff; font-family: var(--font-heading); font-size: clamp(1.55rem, 4vw, 2.2rem); line-height: 1.05; font-weight: 600; }
.selected-service-summary .btn-secondary { width: max-content; color: #fff; border-color: rgba(238,242,243,.46); min-height: 42px; padding: 9px 15px; }
.service-choice-panel { margin-top: 14px; animation: servicePanelIn .28s ease both; transform-origin: top; }
.service-choice-panel[hidden] { display: none !important; }
.has-preselected-service:not(.is-open) .service-choice-panel { display: none; }
@keyframes servicePanelIn {
  from { opacity: 0; transform: translateY(-8px) scaleY(.98); }
  to { opacity: 1; transform: translateY(0) scaleY(1); }
}
@media (min-width: 640px) {
  .selected-service-summary { grid-template-columns: 1fr auto; align-items: center; }
  .selected-service-summary span, .selected-service-summary strong { grid-column: 1; }
  .selected-service-summary .btn-secondary { grid-column: 2; grid-row: 1 / span 2; }
}

/* Refined slot navigation */
.slot-choice-premium .slot-window-nav { max-width: 760px; margin-inline: auto; grid-template-columns: 1fr auto 1fr; gap: 10px; background: transparent; border: 0; border-radius: 0; padding: 0; }
.slot-nav-btn { min-height: 48px; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(15,47,39,.18); background: rgba(251,252,251,.78); color: var(--color-forest); font-weight: 900; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.slot-nav-btn:hover:not(:disabled) { transform: translateY(-1px); background: #fff; border-color: rgba(200,208,210,.76); box-shadow: 0 12px 26px rgba(15,47,39,.08); }
.slot-nav-btn:disabled { opacity: .34; cursor: not-allowed; color: var(--color-muted); background: rgba(251,252,251,.42); box-shadow: none; }
.slot-choice-premium .slot-window-info { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 8px 18px; border-radius: 999px; background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: #fff; font-size: .94rem; font-weight: 900; white-space: nowrap; box-shadow: 0 12px 26px rgba(15,47,39,.12); }
@media (max-width: 559px) {
  .slot-choice-premium .slot-window-nav { grid-template-columns: 1fr 1fr; }
  .slot-choice-premium .slot-window-info { grid-column: 1 / -1; grid-row: 1; min-height: 40px; }
  .slot-nav-btn { min-height: 44px; padding-inline: 12px; }
}

/* Direct booking page without separate hero */
.booking-section-direct { padding-top: 38px; }
.booking-intro-direct { max-width: 920px; margin-bottom: 10px; }
.booking-intro-direct h1 { max-width: 18ch; margin-bottom: 14px; }
.booking-intro-direct .lead { max-width: 820px; }
@media (min-width: 768px) {
  .booking-section-direct { padding-top: 56px; }
}

/* Professional support panel under booking form */
.booking-support-panel { width: 100%; display: grid; gap: 22px; align-items: center; padding: 26px; border-radius: 34px 34px 10px 34px; background: radial-gradient(circle at 8% 0%, rgba(200,208,210,.2), transparent 22rem), linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); }
.booking-support-copy { max-width: 760px; }
.booking-support-copy h2 { margin-bottom: 12px; }
.booking-support-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); margin-bottom: 0; }
.booking-support-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.booking-support-list li { position: relative; padding: 11px 12px 11px 34px; border-radius: 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(238,242,243,.18); color: rgba(255,255,255,.84); font-weight: 800; line-height: 1.35; }
.booking-support-list li::before { content: "✓"; position: absolute; left: 12px; top: 11px; color: var(--color-silver-soft); font-weight: 900; }
.booking-support-actions { align-items: stretch; }
.booking-support-actions .btn-primary, .booking-support-actions .btn-secondary { min-width: 170px; }
@media (min-width: 768px) {
  .booking-support-panel { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr); padding: 34px; }
  .booking-support-actions { grid-column: 1 / -1; flex-direction: row; }
}
@media (min-width: 1040px) {
  .booking-support-panel { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .58fr) auto; gap: 28px; }
  .booking-support-actions { grid-column: auto; flex-direction: column; min-width: 190px; }
}

/* Fix support panel layout after redesign */
.booking-support-panel { max-width: none; width: 100%; }
.booking-help-premium.booking-support-panel { grid-template-columns: 1fr; }
.booking-support-copy { max-width: 900px; }
.booking-support-copy h2 { max-width: none; }
.booking-support-list { grid-template-columns: 1fr; }
.booking-support-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.booking-support-actions .btn-primary, .booking-support-actions .btn-secondary { width: 100%; min-width: 0; }
@media (min-width: 760px) {
  .booking-help-premium.booking-support-panel { grid-template-columns: minmax(0, 1fr) minmax(240px, .58fr); }
  .booking-support-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .booking-support-actions .btn-primary, .booking-support-actions .btn-secondary { width: auto; min-width: 180px; }
}
@media (min-width: 1100px) {
  .booking-help-premium.booking-support-panel { grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr) minmax(190px, auto); }
  .booking-support-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .booking-support-actions .btn-primary, .booking-support-actions .btn-secondary { width: 100%; }
}

/* Ensure support panel matches booking form width */
.booking-section .booking-help.booking-support-panel,
.booking-section-premium .booking-help.booking-support-panel {
  max-width: none;
  width: 100%;
  justify-self: stretch;
}

/* TikTok Feed */
.tiktok-feed-section { min-height: calc(100svh - var(--header-height-scrolled)); display: flex; align-items: center; padding: clamp(38px, 5vh, 64px) 0; background: radial-gradient(circle at 78% 34%, rgba(200,208,210,.18), transparent 34rem), linear-gradient(180deg, var(--color-warm-white), var(--color-cream)); overflow: hidden; }
.tiktok-feed-layout.container { width: min(100% - 32px, 1540px); display: grid; gap: clamp(26px, 4vw, 64px); align-items: center; }
.tiktok-feed-intro { display: grid; gap: 10px; align-content: center; }
.tiktok-feed-intro h2 { max-width: 10.5ch; margin-bottom: 8px; font-size: clamp(2.65rem, 4.4vw, 4.8rem); }
.tiktok-feed-intro .sub { max-width: 480px; margin-bottom: 8px; font-size: clamp(.98rem, 1.2vw, 1.08rem); line-height: 1.62; }
.tiktok-social-card { display: grid; gap: 8px; max-width: 480px; padding: 18px 20px; border-radius: 24px 24px 8px 24px; background: linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.8); box-shadow: 0 18px 48px rgba(15,47,39,.14); }
.tiktok-social-card h3 { color: #fff; margin: 0; font-size: clamp(1.45rem, 2vw, 1.9rem); }
.tiktok-social-card p { margin: 0; font-size: .88rem; line-height: 1.5; }
.tiktok-social-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.tiktok-social-actions .btn-primary, .tiktok-social-actions .btn-secondary { width: auto; min-height: 40px; padding: 8px 15px; font-size: .82rem; }
.tiktok-social-actions .btn-secondary { color: #fff; border-color: rgba(238,242,243,.45); }
.tiktok-slider { min-width: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); gap: 12px; padding: 14px; border: 1px solid rgba(200,208,210,.38); border-radius: 34px 34px 10px 34px; background: rgba(251,252,251,.72); box-shadow: 0 24px 70px rgba(15,47,39,.09); }
.tiktok-slider:focus-visible { outline: 3px solid var(--color-silver); outline-offset: 5px; }
.tiktok-slider-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 48px; padding: 0 4px 0 10px; }
.tiktok-slider-head > div:first-child { display: grid; gap: 1px; }
.tiktok-slider-kicker { color: var(--color-steel); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 900; }
.tiktok-slider-head strong { color: var(--color-forest); font-size: .98rem; }
.tiktok-slider-viewport { width: 100%; min-height: 0; overflow: hidden; border-radius: 26px 26px 7px 26px; background: var(--color-forest); }
.tiktok-slider-track { display: flex; height: 100%; transition: transform .36s cubic-bezier(.22,1,.36,1); will-change: transform; }
.tiktok-slide { flex: 0 0 100%; min-width: 100%; display: flex; align-items: stretch; }
.tiktok-item { position: relative; width: 100%; min-width: 0; height: clamp(500px, 64vh, 650px); display: grid; place-items: center; padding: 10px; background: radial-gradient(circle at 18% 12%, rgba(200,208,210,.15), transparent 24rem), linear-gradient(135deg, #031713, var(--color-forest-2) 52%, var(--color-graphite)); overflow: hidden; }
.tiktok-item::before, .tiktok-item::after { content: ""; position: absolute; pointer-events: none; border: 1px solid rgba(200,208,210,.12); border-radius: 50%; }
.tiktok-item::before { width: 300px; height: 300px; left: -160px; bottom: -190px; }
.tiktok-item::after { width: 180px; height: 180px; right: -110px; top: -100px; }
.tiktok-item blockquote { position: relative; z-index: 1; margin: 0 auto !important; width: min(100%, 390px) !important; max-width: 390px !important; min-width: 0 !important; max-height: 100%; overflow: hidden; border-radius: 18px !important; box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.tiktok-item iframe { max-height: calc(clamp(500px, 64vh, 650px) - 20px) !important; }
.tiktok-fallback { position: relative; z-index: 1; width: min(100%, 520px); min-height: 300px; display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; padding: 28px; border: 1px solid rgba(200,208,210,.25); border-radius: 24px 24px 8px 24px; background: rgba(251,252,251,.94); }
.tiktok-final-card { width: 100%; height: clamp(500px, 64vh, 650px); display: grid; align-content: center; gap: 14px; padding: clamp(28px, 6vw, 74px); background: radial-gradient(circle at 80% 18%, rgba(200,208,210,.2), transparent 22rem), linear-gradient(135deg, var(--color-forest), var(--color-forest-2)); color: rgba(255,255,255,.82); }
.tiktok-final-card h3 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); max-width: 10ch; margin: 0; }
.tiktok-final-card p:not(.eyebrow) { max-width: 560px; margin: 0; }
.tiktok-final-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.tiktok-final-actions .btn-primary, .tiktok-final-actions .btn-secondary { width: auto; }
.tiktok-final-actions .btn-secondary { color: #fff; border-color: rgba(238,242,243,.45); }
.tiktok-slider-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.tiktok-slider-controls .slider-btn { width: 40px; height: 40px; box-shadow: none; }
.tiktok-slider-status { min-width: 48px; text-align: center; color: var(--color-muted); font-weight: 900; font-size: .82rem; }
.tiktok-slider-controls .slider-btn[disabled] { opacity: .35; cursor: not-allowed; }
@media (min-width: 960px) {
  .tiktok-feed-layout.container { grid-template-columns: minmax(300px, 420px) minmax(0, 1fr); }
}
@media (max-width: 959px) {
  .tiktok-feed-section { min-height: 0; overflow: visible; }
  .tiktok-feed-intro h2 { max-width: 13ch; }
  .tiktok-social-card { max-width: none; }
  .tiktok-item, .tiktok-final-card { height: clamp(480px, 68svh, 620px); }
}
@media (max-width: 560px) {
  .tiktok-feed-section { padding: 38px 0; }
  .tiktok-feed-layout.container { width: min(100% - 24px, 1540px); gap: 22px; }
  .tiktok-feed-intro h2 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  .tiktok-social-card { padding: 16px; }
  .tiktok-slider { padding: 8px; border-radius: 24px 24px 8px 24px; }
  .tiktok-slider-head { padding: 2px 2px 2px 6px; }
  .tiktok-slider-head > div:first-child { display: none; }
  .tiktok-slider-controls { width: 100%; justify-content: space-between; }
  .tiktok-slider-viewport { border-radius: 19px 19px 5px 19px; }
  .tiktok-item, .tiktok-final-card { height: min(600px, 72svh); min-height: 460px; }
  .tiktok-item { padding: 6px; }
  .tiktok-item blockquote { width: min(100%, 360px) !important; }
  .tiktok-final-card { padding: 24px; }
  .tiktok-final-card h3 { font-size: clamp(2.5rem, 14vw, 3.8rem); }
  .tiktok-final-actions { flex-direction: column; }
  .tiktok-final-actions .btn-primary, .tiktok-final-actions .btn-secondary { width: 100%; }
}
@media (max-height: 760px) and (min-width: 960px) {
  .tiktok-feed-section { min-height: calc(100svh - var(--header-height-scrolled)); padding: 26px 0; }
  .tiktok-feed-intro { gap: 7px; }
  .tiktok-feed-intro h2 { font-size: clamp(2.4rem, 3.5vw, 3.65rem); }
  .tiktok-feed-intro .sub { font-size: .93rem; line-height: 1.5; }
  .tiktok-social-card { padding: 14px 16px; }
  .tiktok-item, .tiktok-final-card { height: min(560px, calc(100svh - 190px)); min-height: 460px; }
}

/* TikTok slider: compact two-post desktop view */
.tiktok-item,
.tiktok-final-card { height: clamp(470px, 58vh, 590px); }
.tiktok-item iframe { max-height: calc(clamp(470px, 58vh, 590px) - 16px) !important; }
.tiktok-item blockquote { width: min(100%, 340px) !important; max-width: 340px !important; }
@media (min-width: 1180px) {
  .tiktok-slider-track { gap: 12px; }
  .tiktok-slide { flex-basis: calc(50% - 6px); min-width: calc(50% - 6px); }
  .tiktok-item { padding: 8px; }
  .tiktok-item blockquote { width: min(100%, 320px) !important; max-width: 320px !important; }
  .tiktok-final-card { padding: clamp(24px, 3vw, 44px); }
  .tiktok-final-card h3 { font-size: clamp(2.3rem, 3.5vw, 3.8rem); }
}
@media (max-width: 1179px) {
  .tiktok-slide { flex-basis: 100%; min-width: 100%; }
}
@media (max-width: 560px) {
  .tiktok-item,
  .tiktok-final-card { height: min(560px, 70svh); min-height: 440px; }
  .tiktok-item iframe { max-height: calc(min(560px, 70svh) - 12px) !important; }
}

/* TikTok embed: show the complete official player without an internal scrollbar. */
.tiktok-item,
.tiktok-final-card { height: auto; min-height: 760px; }
.tiktok-item { overflow: visible; align-content: center; }
.tiktok-item blockquote,
.tiktok-item .tiktok-embed { width: min(100%, 325px) !important; max-width: 325px !important; height: 740px !important; max-height: none !important; overflow: visible !important; }
.tiktok-item iframe { display: block !important; width: 100% !important; height: 740px !important; min-height: 740px !important; max-height: none !important; overflow: hidden !important; border: 0 !important; }
.tiktok-fallback { min-height: 520px; }
@media (min-width: 1180px) {
  .tiktok-item blockquote,
  .tiktok-item .tiktok-embed { width: min(100%, 325px) !important; max-width: 325px !important; height: 740px !important; }
  .tiktok-item iframe { height: 740px !important; min-height: 740px !important; }
  .tiktok-item,
  .tiktok-final-card { min-height: 760px; }
}
@media (max-width: 560px) {
  .tiktok-item,
  .tiktok-final-card { height: auto; min-height: 0; }
  .tiktok-item { padding: 8px; }
  .tiktok-item blockquote,
  .tiktok-item .tiktok-embed { width: min(100%, 325px) !important; height: min(740px, calc((100vw - 56px) * 2.277)) !important; }
  .tiktok-item iframe { height: min(740px, calc((100vw - 56px) * 2.277)) !important; min-height: min(740px, calc((100vw - 56px) * 2.277)) !important; }
  .tiktok-final-card { min-height: 520px; }
}

/* Fit the complete TikTok player into the current desktop viewport by scaling its full canvas. */
.tiktok-slider { --tiktok-embed-scale: 1; --tiktok-stage-height: 760px; }
.tiktok-item,
.tiktok-final-card { height: var(--tiktok-stage-height); min-height: var(--tiktok-stage-height); }
.tiktok-item { overflow: hidden; }
.tiktok-item blockquote,
.tiktok-item .tiktok-embed {
  flex: 0 0 325px;
  width: 325px !important;
  min-width: 325px !important;
  max-width: 325px !important;
  height: 740px !important;
  min-height: 740px !important;
  transform: scale(var(--tiktok-embed-scale));
  transform-origin: center center;
  overflow: visible !important;
}
.tiktok-item iframe {
  width: 325px !important;
  min-width: 325px !important;
  max-width: 325px !important;
  height: 740px !important;
  min-height: 740px !important;
  max-height: 740px !important;
  overflow: hidden !important;
}
@media (max-width: 959px) {
  .tiktok-slider { --tiktok-embed-scale: 1; --tiktok-stage-height: auto; }
  .tiktok-item,
  .tiktok-final-card { height: auto; min-height: 0; }
  .tiktok-item { min-height: min(760px, 76svh); }
  .tiktok-item blockquote,
  .tiktok-item .tiktok-embed {
    width: min(325px, calc(100vw - 60px)) !important;
    min-width: 0 !important;
    height: min(740px, calc((100vw - 60px) * 2.277)) !important;
    min-height: 0 !important;
    transform: none;
  }
  .tiktok-item iframe {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
  }
  .tiktok-final-card { min-height: 520px; }
}
