.lp .lp-copy { min-width: 0; }
.lp .lp-hero h1 { text-wrap: balance; }
.lp .lp-hero h1 .underline { position: relative; display: inline-block; white-space: normal; }
.lp .lp-fluid-underline { position: absolute; left: 0; top: calc(100% - 4px); width: 100%; height: 22px; overflow: visible; pointer-events: none; }
.lp .lp-fluid-line, .lp .lp-fluid-trace { stroke: var(--accent); stroke-width: 2; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.lp .lp-fluid-trace { stroke-width: 1.2; opacity: .4; }
html.rv .lp .lp-fluid-line { animation: lp-ink-in 1s cubic-bezier(.22,1,.36,1) .35s backwards; }
html.rv .lp .lp-fluid-trace { animation: lp-ink-in 1.1s cubic-bezier(.22,1,.36,1) .55s backwards; }
@keyframes lp-ink-in { from { stroke-dasharray: 1; stroke-dashoffset: 1; } to { stroke-dasharray: 1; stroke-dashoffset: 0; } }
.lp .lp-work-link { display: inline-flex; gap: .5rem; align-items: center; margin-top: .8rem; color: var(--accent-text); font-weight: 600; text-underline-offset: 4px; }
.lp .lp-work-link svg { width: 18px; height: 18px; }
.lp .lp-actions { flex-wrap: wrap; gap: .85rem; }
.lp .hero-benefits { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin: 1.8rem 0 1.9rem; }
.lp .hero-benefit { display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; color: var(--accent-text); font: 500 .95rem/1.4 var(--body); }
.lp .hero-benefit .icon { width: 22px; height: 22px; flex: none; color: var(--accent); }
.lp .hero-reassure { margin-top: .8rem; }
.lp #slotNotice { margin: .75rem 0; font: 500 .95rem/1.5 var(--body); }
.lp #retrySlots { margin-bottom: 1rem; }
.lp .booking-provider { font-size: .7rem; line-height: 1.4; }
.lp .lp-type-note { font: 500 .88rem/1.65 var(--mono); color: var(--ink); width: 110px; filter: none; }
.lp .lp-note-copy { display: block; min-height: 8.25em; }
.lp .lp-note-copy::after { content: ""; display: inline-block; width: .55em; height: 1em; margin-left: 3px; vertical-align: -.1em; background: var(--accent); }
.lp .lp-type-note.is-typing .lp-note-copy::after { animation: lp-caret .8s steps(1) infinite; }
.lp .lp-note-arrow { display: block; width: 84px; height: 56px; margin-top: 3px; color: var(--accent); }
@keyframes lp-caret { 50% { opacity: 0; } }

.lp .bp-said { padding-top: clamp(52px, 7vw, 96px); padding-bottom: clamp(64px, 8vw, 112px); }
.lp .bp-said .section-head { margin-bottom: clamp(40px, 5vw, 70px); }
.lp .bp-feat { gap: clamp(32px, 5vw, 72px); }
.lp .bp-feat + .bp-feat { margin-top: clamp(64px, 9vw, 128px); }
.lp .bp-feat-q { font-size: clamp(1.5rem, 2.3vw, 2.15rem); line-height: 1.38; text-wrap: pretty; }
.lp .bp-feat-q em { padding: 2px 8px 4px; background: var(--accent); color: var(--accent-ink); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.lp .bp-feat-shot { transform: perspective(1400px) rotateY(-7deg) rotateX(3deg); transform-origin: center; transition: transform .65s var(--ease-rv); }
.lp .bp-feat.flip .bp-feat-shot { transform: perspective(1400px) rotateY(7deg) rotateX(3deg); }
.lp .bp-feat:hover .bp-feat-shot { transform: perspective(1400px) rotateY(0) rotateX(0); }
.lp .bp-feat-cap { background: var(--surface); }

.lp .services { padding: clamp(48px, 6vw, 84px) 0 48px; border-top: 1px solid var(--line); }
.lp .service-grid { position: relative; }
.lp .service-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.5fr); gap: clamp(36px, 5vw, 72px); align-items: center; min-height: 430px; padding: 44px 0; }
.lp .service-info { grid-column: 1; grid-row: 1; min-width: 0; padding: 0; }
.lp .service-info h3 { margin: .9rem 0 1rem; font: 600 clamp(1.75rem, 2.75vw, 2.75rem)/1.1 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.lp .service-info p { margin: 0 0 1.7rem; color: var(--muted); font: 400 1.08rem/1.6 var(--body); max-width: 34ch; }
.lp .lp-service-number { display: inline-block; font: 500 .77rem/1.3 var(--mono); letter-spacing: .12em; color: var(--accent-text); }
.lp .service-arrow { width: fit-content; max-width: 100%; white-space: normal; text-align: left; }
.lp .service-arrow .btn-arw { width: 20px; height: 20px; flex: none; }
.lp .lp-art { grid-column: 2; grid-row: 1; min-width: 0; width: 100%; position: relative; }
.lp .lp-art > :first-child { box-shadow: 0 28px 70px -28px color-mix(in srgb, var(--ink) 25%, transparent); }
.lp .lp-example-label { position: absolute; left: 12px; bottom: 10px; z-index: 4; padding: 5px 8px; border-radius: 5px; background: var(--surface); color: var(--quiet, var(--muted)); font: 500 10px/1.2 var(--body); }
.lp .service-grid.is-staged { padding-right: 63%; }
.lp .service-grid.is-staged .service-card { display: flex; min-height: 420px; padding-block: 60px; }
.lp .service-grid.is-staged .service-info h3 { transition: color .3s ease; }
.lp .service-grid.is-staged .service-card.is-active .service-info h3 { color: var(--accent-text); }
.lp .lp-service-stage { position: absolute; top: 0; right: -12px; width: 61%; height: 100%; }
.lp .lp-service-stage-inner { position: sticky; top: 120px; height: min(66vh, 510px); min-height: 390px; isolation: isolate; }
.lp .lp-service-stage-inner::before { content: ""; position: absolute; inset: 0 -5% 0 -4%; z-index: -1; background: radial-gradient(ellipse at center, color-mix(in srgb, var(--accent) 10%, transparent), transparent 68%); }
.lp .lp-service-stage .lp-art { position: absolute; left: 3%; top: 50%; width: 94%; opacity: 0; visibility: hidden; transform: translateY(-38%) perspective(1200px) rotateY(-12deg) rotateX(7deg) scale(.91); transition: transform .7s cubic-bezier(.22,1,.36,1), opacity .35s ease, visibility .35s; }
.lp .lp-service-stage .lp-art.is-active { opacity: 1; visibility: visible; transform: translateY(-50%) perspective(1200px) rotateY(calc(-6deg + var(--lp-ry, 0deg))) rotateX(calc(3deg + var(--lp-rx, 0deg))) scale(1); }
.lp .lp-service-stage .lp-art.is-active:hover { transform: translateY(-50%) perspective(1200px) rotateY(var(--lp-ry, 0deg)) rotateX(var(--lp-rx, 0deg)) scale(1.015); }
.lp .trust { padding-block: 24px 48px; }

.lp .lp-agenda { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(40px, 7vw, 100px); margin-block: 32px 88px; padding: clamp(28px, 4vw, 60px); background: var(--surface); border: 1px solid var(--line); border-radius: 18px; }
.lp .lp-agenda h2 { margin: 0 0 20px; font: 900 clamp(1.8rem, 3vw, 2.5rem)/1.12 var(--display); letter-spacing: -.035em; text-wrap: balance; }
.lp .lp-agenda-intro > p { color: var(--muted); font-size: 1.05rem; line-height: 1.6; }
.lp .lp-assurances { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.lp .lp-assurances > div + div { margin-top: 14px; }
.lp .lp-assurances dt { font-weight: 600; }
.lp .lp-assurances dd { margin: 3px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.lp .lp-agenda-steps { padding: 0; margin: 0; list-style: none; }
.lp .lp-agenda-steps li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 16px; padding: 22px 0; }
.lp .lp-agenda-steps li:first-child { padding-top: 0; }
.lp .lp-agenda-steps li + li { border-top: 1px solid var(--line); }
.lp .lp-step-index { color: var(--accent-text); padding-top: 3px; font: 500 .8rem/1.6 var(--mono); }
.lp .lp-agenda-steps h3 { font: 600 1.35rem/1.25 var(--display); letter-spacing: -.02em; }
.lp .lp-agenda-steps p { margin-top: 9px; color: var(--muted); font-size: 1rem; line-height: 1.6; }

.lp .lp-dialog-close { display: none; }
.lp .lp-details-dialog { padding: 0; width: min(44rem, calc(100% - 2rem)); max-width: none; max-height: min(90dvh, 62rem); margin: auto; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 100px rgb(20 18 20 / 25%); overflow: hidden; }
.lp .lp-details-dialog::backdrop { background: rgb(20 18 20 / 48%); backdrop-filter: blur(4px); }
html:not(.is-embed) .lp .lp-details-dialog .bkw-main { position: relative; display: flex; flex-direction: column; width: 100%; height: min(90dvh, 62rem); max-height: inherit; min-height: 0; margin: 0; padding: 0 24px; border: 0; background: var(--paper); overflow: hidden; }
html:not(.is-embed) .lp .lp-details-dialog .bkw-toolbar { position: static; flex: none; padding: 18px 0 10px; margin: 0; align-items: center; background: var(--paper); }
.lp .lp-details-dialog .bk-pane-h { font: 600 1.3rem/1.2 var(--display); }
.lp .lp-details-dialog .lp-dialog-close { display: grid; width: 44px; height: 44px; flex: none; }
.lp .lp-dialog-context { flex: none; padding: 0 0 16px; margin: 0; list-style: none; }
.lp .lp-dialog-context .bkw-when { display: flex; align-items: flex-start; gap: 8px; margin: 0; padding: 0; font: 600 .95rem/1.5 var(--body); color: var(--ink); }
.lp .lp-dialog-context svg { width: 18px; height: 18px; flex: none; margin-top: 2px; fill: none; stroke: var(--accent); stroke-width: 1.8; }
.lp .lp-dialog-timezone { color: var(--muted); margin: 3px 0 0 26px; font-size: .82rem; }
html:not(.is-embed) .lp .lp-details-dialog #bookForm { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 4px 4px 18px; margin: 0; }
html:not(.is-embed) .lp .lp-details-dialog .bkw-actionbar { position: static; flex: none; margin: 0 -24px; padding: 16px 24px; border-top: 1px solid var(--line); background: var(--paper); }
html.lp-dialog-open { overflow: hidden; scrollbar-gutter: stable; }
.lp .lp-details-dialog button[disabled] { cursor: wait; }

.lp-mobile-actions { display: none; }
@media (max-width: 1000px) {
  .lp .lp-hero .hero-inner { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .lp .lp-copy { width: 100%; max-width: 680px; }
  .lp .scheduler-wrap { width: min(100%, 600px); justify-self: center; }
  .lp .lp-hero h1 { max-width: 20ch; font-size: clamp(2rem, 5.7vw, 3.15rem); }
  .lp .lp-agenda { gap: 32px; padding: 28px; }
  .lp .service-card { min-height: 0; gap: 28px; padding-block: 40px; }
  .lp .service-info h3 { font-size: 2rem; }
  .lp .service-info p { font-size: 1rem; }
}
@media (max-width: 760px) {
  .lp .lp-hero h1 { font-size: clamp(1.75rem, 8.2vw, 2.8rem); max-width: none; }
  .lp .hero-description { font-size: 1rem; }
  .lp .hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 1.6rem; }
  .lp .hero-benefit { align-items: flex-start; gap: 6px; font-size: .8rem; }
  .lp .hero-benefit .icon { width: 17px; height: 17px; margin-top: 1px; }
  .lp .lp-actions { gap: .75rem; }
  .lp .bp-feat-shot, .lp .bp-feat.flip .bp-feat-shot { order: -1; transform: none; }
  .lp .bp-feat-q { font-size: 1.55rem; }
  .lp .bp-said { padding-top: 52px; padding-bottom: 64px; }
  .lp .service-card { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 32px 0 48px; }
  .lp .service-card + .service-card { border-top: 1px solid var(--line); }
  .lp .lp-art { grid-column: 1; grid-row: 1; }
  .lp .service-info { grid-column: 1; grid-row: 2; }
  .lp .service-info h3 { max-width: 22ch; }
  .lp .service-info p { max-width: none; }
  .lp .service-arrow { min-height: 48px; }
  .lp .lp-agenda { grid-template-columns: minmax(0, 1fr); padding: 26px 22px; margin-block: 20px 60px; }
  .lp .lp-assurances { margin-top: 24px; }
  .lp .lp-agenda-steps li { gap: 10px; }
  .lp-mobile-actions.is-visible { display: flex; position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 8px; padding: 8px; z-index: 110; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 6px 30px rgb(20 18 20 / 12%); }
  .lp-mobile-actions .btn { flex: 1; min-width: 0; min-height: 48px; padding: 10px; font-size: .9rem; white-space: nowrap; }
  html.lp-dialog-open .lp-mobile-actions, html.is-embed .lp-mobile-actions { display: none; }
}
@media (max-width: 739px) {
  .lp .lp-details-dialog { width: 100%; height: 100dvh; max-height: 100dvh; border: 0; border-radius: 0; }
  html:not(.is-embed) .lp .lp-details-dialog .bkw-main { height: 100dvh; padding-inline: 18px; }
  html:not(.is-embed) .lp .lp-details-dialog .bkw-actionbar { margin-inline: -18px; padding-inline: 18px; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .lp .lp-details-dialog .bk-back { padding-inline: 12px; gap: 6px; flex: none; }
  .lp .lp-details-dialog #submitBtn { flex: 1; min-height: 48px; padding-inline: 14px; font-size: 1rem; white-space: nowrap; }
  html:not(.is-embed) .lp .bk-arrow { width: 44px; height: 44px; }
  html:not(.is-embed) .lp .bk-grid { grid-auto-rows: 44px; }
  html:not(.is-embed) .lp .bk-d { width: 100%; max-width: 44px; height: 44px; }
  html:not(.is-embed) .lp .bk-slot, html:not(.is-embed) .lp .bk-slot-chosen, html:not(.is-embed) .lp .tzc-btn { min-height: 44px; }
  .lp .lp-details-dialog input:not([type="checkbox"]):not([type="radio"]), .lp .lp-details-dialog textarea, .lp .tzc-search { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html.rv .lp .lp-fluid-line, html.rv .lp .lp-fluid-trace { animation: none; }
  .lp .lp-type-note.is-typing .lp-note-copy::after { animation: none; }
  .lp .bp-feat-shot, .lp .bp-feat.flip .bp-feat-shot, .lp .bp-feat:hover .bp-feat-shot { transform: none; transition: none; }
  .lp .lp-service-stage .lp-art, .lp .service-grid.is-staged .service-info { transition: none; }
  .lp .lp-service-stage .lp-art.is-active, .lp .lp-service-stage .lp-art.is-active:hover { transform: translateY(-50%); }
}
html.is-embed .lp .lp-hero .hero-inner { display: block; }
html.is-embed .lp .scheduler-wrap { width: 100%; max-width: none; }
