/* ============================================================
   La Paz — Centro Lapaz, Запоріжжя
   Builds on tokens.css. Component prefix `.ps-`, layout `.lp-`.
   ============================================================ */

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; word-break: break-word; }

.lp-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ============================================================
   PRIMITIVES — buttons, pills, badges, quote, spoiler, blob
   ============================================================ */

.ps-btn {
  font-family: var(--ps-font-body);
  font-weight: 700;
  font-size: 15px;
  border: none;
  border-radius: 999px;
  padding: 16px 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform var(--ps-dur-fast) var(--ps-ease-soft),
              box-shadow var(--ps-dur-base),
              background var(--ps-dur-base);
  white-space: nowrap;
}
.ps-btn--sm  { padding: 10px 18px; font-size: 13px; }
.ps-btn--lg  { padding: 18px 28px; font-size: 16px; }
.ps-btn--primary { background: var(--ps-lime);  color: var(--ps-ink); box-shadow: var(--ps-shadow-cta); animation: ps-pulse-lime 2.6s ease-in-out infinite; }
.ps-btn--primary:hover { background: var(--ps-lime-deep); transform: translateY(-1px); animation: none; }
.ps-btn--primary:active { transform: translateY(0) scale(0.98); }
.ps-btn--danger  { background: var(--ps-coral); color: #fff; box-shadow: var(--ps-shadow-cta-coral); animation: ps-pulse-coral 2.6s ease-in-out infinite; }
.ps-btn--danger:hover { background: var(--ps-coral-deep); transform: translateY(-1px); animation: none; }
.ps-btn--danger:active { transform: translateY(0) scale(0.98); }

@keyframes ps-pulse-lime {
  0%, 100% { box-shadow: 0 6px 18px rgba(168, 200, 46, 0.35); }
  50%      { box-shadow: 0 6px 24px rgba(168, 200, 46, 0.65), 0 0 0 8px rgba(214, 242, 107, 0.18); }
}
@keyframes ps-pulse-coral {
  0%, 100% { box-shadow: 0 6px 18px rgba(255, 77, 77, 0.30); }
  50%      { box-shadow: 0 6px 24px rgba(255, 90, 95, 0.55), 0 0 0 8px rgba(255, 90, 95, 0.16); }
}
@media (prefers-reduced-motion: reduce) {
  .ps-btn--primary, .ps-btn--danger { animation: none; }
}
.ps-btn--ghost   { background: transparent; color: var(--ps-ink); border: 1.5px solid var(--ps-ink); }
.ps-btn--ghost:hover { background: var(--ps-ink); color: #fff; }
.ps-btn--ink     { background: var(--ps-ink); color: #fff; }
.ps-btn--ink:hover { background: #000; transform: translateY(-1px); }
.ps-btn__arr { font-size: 16px; line-height: 1; }

.ps-link {
  font-family: var(--ps-font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ps-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--ps-dur-fast) var(--ps-ease-soft);
}
.ps-link:hover { color: var(--ps-coral); }

.ps-pill {
  font-family: var(--ps-font-body);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--ps-line-strong);
  background: var(--ps-white);
  color: var(--ps-ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all var(--ps-dur-fast) var(--ps-ease-soft);
}
.ps-pill:hover { border-color: var(--ps-ink); }
.ps-pill.is-active { background: var(--ps-lime); border-color: var(--ps-lime-deep); }

.ps-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: fit-content;
}
.ps-badge--lime  { background: var(--ps-lime);  color: var(--ps-ink); }
.ps-badge--coral { background: var(--ps-coral); color: #fff; }
.ps-badge--ink   { background: var(--ps-ink);   color: #fff; }
.ps-badge--white { background: var(--ps-white); color: var(--ps-ink); border: 1px solid var(--ps-line); }
.ps-badge__dot   { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

.ps-spoiler {
  background: var(--ps-white);
  border-radius: 999px;
  padding: 12px 18px 12px 14px;
  box-shadow: var(--ps-shadow-md);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ps-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--ps-ink);
}
.ps-spoiler__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ps-coral);
  flex: none;
  box-shadow: 0 0 0 4px rgba(255, 90, 95, 0.18);
}

.ps-quote {
  background: var(--ps-white);
  border-radius: 24px;
  padding: 26px 28px 28px 72px;
  position: relative;
  box-shadow: var(--ps-shadow-md);
  border: 1px solid var(--ps-line);
}
.ps-quote__mark {
  font-family: var(--ps-font-display);
  font-weight: 800;
  color: var(--ps-coral);
  font-size: 64px;
  line-height: 0.6;
  position: absolute;
  top: 32px;
  left: 24px;
}
.ps-quote p {
  font-family: var(--ps-font-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--ps-ink);
  line-height: 1.6;
  margin: 0;
}
.ps-quote__sig {
  font-family: var(--ps-font-body);
  font-size: 12px;
  color: var(--ps-fg-muted);
  margin-top: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.02em;
}
.ps-quote--inline { padding: 22px 24px 24px 50px; box-shadow: var(--ps-shadow-sm); }
.ps-quote--inline .ps-quote__mark { font-size: 64px; top: 22px; left: 18px; }
.ps-quote--inline p { font-size: 14px; }

.ps-blob {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: var(--ps-z-blob);
  filter: blur(8px);
}

/* ============================================================
   HEADER
   ============================================================ */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--ps-dur-base);
}
.lp-header.is-scrolled { border-bottom-color: var(--ps-line); }
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.lp-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.lp-logo img { height: 44px; width: auto; }
.lp-logo__city {
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ps-fg-muted);
  padding: 4px 10px;
  border: 1px solid var(--ps-line-strong);
  border-radius: 999px;
}

.lp-nav { display: flex; gap: 26px; }
.lp-nav a {
  font-family: var(--ps-font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ps-ink);
  text-decoration: none;
  transition: color var(--ps-dur-fast);
}
.lp-nav a:hover { color: var(--ps-coral); }

.lp-header__cta { display: flex; align-items: center; gap: 14px; }
.lp-header__phone {
  font-family: var(--ps-font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ps-ink);
  text-decoration: none;
  white-space: nowrap;
}
.lp-header__phone:hover { color: var(--ps-coral); }

.lp-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ps-line-strong);
  background: var(--ps-white);
  border-radius: 999px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.lp-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ps-ink);
  border-radius: 2px;
  transition: transform var(--ps-dur-base);
}
.lp-burger.is-open span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.lp-burger.is-open span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */

.lp-hero { padding: 56px 0 88px; position: relative; }
.lp-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
}
.lp-hero__copy { position: relative; z-index: 3; }
.lp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ps-fg-muted);
  margin-bottom: 22px;
}
.lp-hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--ps-coral);
  border-radius: 2px;
}
.lp-hero__title {
  font-family: var(--ps-font-display);
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ps-ink);
  margin: 0;
  text-wrap: balance;
}
.lp-hero__sub {
  font-family: var(--ps-font-body);
  font-weight: 500;
  font-size: 17px;
  color: var(--ps-fg-muted);
  margin-top: 18px;
  max-width: 520px;
  line-height: 1.55;
}
.lp-hero__sub strong {
  color: var(--ps-ink);
  font-weight: 800;
}
.lp-hero__cta {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  flex-wrap: wrap;
}
.lp-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 540px;
}
.lp-hero__bullets li {
  font-family: var(--ps-font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ps-ink);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
.lp-hero__bullets li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ps-coral);
  flex: none;
  margin-top: 9px;
}
.lp-hero__assurance {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.lp-hero__since {
  font-family: var(--ps-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--ps-fg-muted);
  letter-spacing: 0.04em;
}
.lp-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 36px 44px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--ps-line);
}
.lp-stat { display: flex; flex-direction: column; }
.lp-stat__num {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ps-ink);
  white-space: nowrap;
}
.lp-stat__num em { font-style: normal; color: var(--ps-coral); }
.lp-stat__lbl {
  font-family: var(--ps-font-body);
  font-size: 12px;
  color: var(--ps-fg-muted);
  margin-top: 8px;
  max-width: 150px;
  line-height: 1.4;
}

.lp-hero__art {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 2;
}
.lp-hero__photo {
  position: absolute;
  inset: 6% 6%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--ps-shadow-lg);
  z-index: 2;
}
.lp-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero__bubble {
  position: absolute;
  left: -8%;
  top: 12%;
  z-index: 4;
  max-width: 240px;
}
.lp-hero .ps-blob--a { width: 360px; top: -8%; left: -10%; }
.lp-hero .ps-blob--b { width: 320px; bottom: -10%; right: -8%; }

/* ============================================================
   SECTION HEAD
   ============================================================ */

.lp-section { padding: 80px 0; position: relative; }
.lp-section--tight { padding: 56px 0; }
.lp-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.lp-section__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.022em;
  line-height: 1.08;
  color: var(--ps-ink);
  max-width: 720px;
  margin: 0;
}
.lp-section__sub {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: var(--ps-fg-muted);
  max-width: 360px;
  line-height: 1.55;
  margin: 0;
}
.lp-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ps-fg-muted);
  margin-bottom: 14px;
}
.lp-section__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--ps-coral);
  border-radius: 2px;
}

/* ============================================================
   PROGRAMS — 3 language cards
   ============================================================ */

.lp-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lp-prog {
  border-radius: 28px;
  padding: 32px 28px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transition: transform var(--ps-dur-base) var(--ps-ease-soft);
  overflow: hidden;
}
.lp-prog:hover { transform: translateY(-4px); }
.lp-prog--mint   { background: var(--ps-mint); }
.lp-prog--yellow { background: var(--ps-yellow); }
.lp-prog--pink   { background: var(--ps-pink); }
.lp-prog__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.lp-prog__flag {
  font-size: 56px;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}
.lp-prog__format {
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--ps-ink);
  background: rgba(255, 255, 255, 0.55);
  padding: 7px 12px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  align-self: flex-start;
  margin-top: 6px;
}
.lp-prog__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--ps-ink);
  margin: 0 0 12px;
  line-height: 1.05;
}
.lp-prog__desc {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-ink);
  opacity: 0.78;
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}
.lp-prog__levels {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ps-ink);
  background: rgba(255, 255, 255, 0.55);
  padding: 8px 14px;
  border-radius: 999px;
  margin-top: 22px;
  width: fit-content;
}

/* ============================================================
   PERKS — small cards on cream
   ============================================================ */

.lp-perks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.lp-perk {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 22px;
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform var(--ps-dur-base) var(--ps-ease-soft);
}
.lp-perk:hover { transform: translateY(-3px); box-shadow: var(--ps-shadow-md); }
.lp-perk__ico {
  font-size: 28px;
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ps-lime);
  border-radius: 14px;
}
.lp-perk--coral .lp-perk__ico  { background: var(--ps-coral-soft); color: var(--ps-coral-deep); }
.lp-perk--mint  .lp-perk__ico  { background: var(--ps-mint); }
.lp-perk--pink  .lp-perk__ico  { background: var(--ps-pink); }
.lp-perk--yellow .lp-perk__ico { background: var(--ps-yellow); }
.lp-perk--blue  .lp-perk__ico  { background: var(--ps-blue); }
.lp-perk__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ps-ink);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.lp-perk__desc {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-fg-muted);
  margin: 0;
  line-height: 1.5;
}

/* ============================================================
   STEPS
   ============================================================ */

.lp-steps { display: flex; flex-direction: column; gap: 14px; }
.lp-step {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  border-radius: 28px;
  border: 1px solid var(--ps-line);
  background: var(--ps-white);
  transition: transform var(--ps-dur-base);
}
.lp-step:hover { transform: translateY(-2px); }
.lp-step.is-active {
  background: var(--ps-lime);
  border-color: var(--ps-lime-deep);
}
.lp-step__num {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ps-ink);
}
.lp-step__body { display: flex; flex-direction: column; gap: 4px; }
.lp-step__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--ps-ink);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.lp-step__desc {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-fg-muted);
  line-height: 1.5;
  margin: 0;
}
.lp-step.is-active .lp-step__desc { color: var(--ps-ink); opacity: 0.78; }
.lp-step__meta {
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--ps-fg-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
}
.lp-step.is-active .lp-step__meta { color: var(--ps-ink); }

/* ============================================================
   PRICING
   ============================================================ */

.lp-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lp-price {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 28px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: transform var(--ps-dur-base);
}
.lp-price:hover { transform: translateY(-4px); box-shadow: var(--ps-shadow-md); }
.lp-price.is-featured {
  background: var(--ps-ink);
  color: #fff;
  border-color: var(--ps-ink);
}
.lp-price.is-featured .lp-price__title,
.lp-price.is-featured .lp-price__amount,
.lp-price.is-featured .lp-price__list li { color: #fff; }
.lp-price.is-featured .lp-price__sub,
.lp-price.is-featured .lp-price__amount-from { color: rgba(255, 255, 255, 0.65); }
.lp-price__head { display: flex; flex-direction: column; gap: 4px; }
.lp-price__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--ps-ink);
  margin: 0;
  line-height: 1.1;
}
.lp-price__sub {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-fg-muted);
  margin: 0;
  line-height: 1.5;
}
.lp-price__amount-row { display: flex; align-items: baseline; gap: 8px; }
.lp-price__amount-from {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-fg-muted);
  font-weight: 600;
}
.lp-price__amount {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ps-ink);
}
.lp-price__amount em { font-style: normal; color: var(--ps-coral); font-size: 26px; margin-left: 2px; }
.lp-price.is-featured .lp-price__amount em { color: var(--ps-lime); }
.lp-price__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid var(--ps-line);
  padding-top: 20px;
}
.lp-price.is-featured .lp-price__list { border-top-color: rgba(255, 255, 255, 0.15); }
.lp-price__list li {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-ink);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}
.lp-price__list li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ps-coral);
  flex: none;
  margin-top: 8px;
}
.lp-price.is-featured .lp-price__list li::before { background: var(--ps-lime); }
.lp-price .ps-btn { margin-top: auto; }

/* ============================================================
   METHOD — quote-led editorial section
   ============================================================ */

.lp-method__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.lp-method__art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--ps-shadow-lg);
}
.lp-method__art img { width: 100%; height: 100%; object-fit: cover; }
.lp-method__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lp-method__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.lp-method__list li {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-ink);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}
.lp-method__list li::before {
  content: "✦";
  color: var(--ps-coral);
  font-size: 12px;
  margin-top: 2px;
  flex: none;
}

/* ============================================================
   TRIPS — Англія
   ============================================================ */

.lp-trips {
  background: var(--ps-bg-alt);
  border-radius: 36px;
  padding: 56px;
  position: relative;
  overflow: hidden;
}
.lp-trips__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.lp-trips__copy h2 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.022em;
  line-height: 1.08;
  margin: 0 0 18px;
  color: var(--ps-ink);
}
.lp-trips__copy p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: var(--ps-fg-muted);
  line-height: 1.55;
  margin: 0;
}
.lp-trips__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.lp-trips__list li {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-ink);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.lp-trips__list li::before {
  content: "→";
  color: var(--ps-coral);
  font-weight: 700;
  flex: none;
  margin-top: 1px;
}
.lp-trips__art {
  position: relative;
}
.lp-trips__badge {
  position: absolute;
  top: -12px;
  right: 18px;
  z-index: 5;
}
.lp-trips .ps-blob { width: 320px; top: -10%; right: -8%; opacity: 0.6; }

/* ============================================================
   CORPORATE
   ============================================================ */

.lp-corp__inner {
  background: var(--ps-ink);
  color: #fff;
  border-radius: 36px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lp-corp__copy h2 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.022em;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 18px;
}
.lp-corp__copy h2 .ps-mark {
  color: #fff;
}
.lp-corp__copy p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
}
.lp-corp__bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}
.lp-corp__bullet h4 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 6px;
  color: #fff;
  letter-spacing: -0.01em;
}
.lp-corp__bullet p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}
.lp-corp__cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================================
   REVIEWS
   ============================================================ */

.lp-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.lp-review {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 28px;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lp-review__text {
  font-family: var(--ps-font-body);
  font-size: 15px;
  color: var(--ps-ink);
  line-height: 1.6;
  margin: 0;
  position: relative;
  padding-left: 28px;
}
.lp-review__text::before {
  content: "\201C";
  font-family: var(--ps-font-display);
  font-weight: 800;
  font-size: 60px;
  color: var(--ps-coral);
  position: absolute;
  left: -4px;
  top: -8px;
  line-height: 1;
}
.lp-review__author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--ps-line);
  padding-top: 18px;
  margin-top: auto;
}
.lp-review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ps-yellow), var(--ps-coral));
  color: var(--ps-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 20px;
  flex: none;
}
.lp-review__name {
  font-family: var(--ps-font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--ps-ink);
  display: block;
}
.lp-review__role {
  font-family: var(--ps-font-body);
  font-size: 12px;
  color: var(--ps-fg-muted);
  display: block;
  margin-top: 2px;
  line-height: 1.4;
}
.lp-review--mint   .lp-review__avatar { background: linear-gradient(135deg, var(--ps-mint),  var(--ps-blue));   }
.lp-review--pink   .lp-review__avatar { background: linear-gradient(135deg, var(--ps-pink),  var(--ps-coral));   }
.lp-review--yellow .lp-review__avatar { background: linear-gradient(135deg, var(--ps-yellow), var(--ps-orange)); }
.lp-review--lime   .lp-review__avatar { background: linear-gradient(135deg, var(--ps-lime),   var(--ps-mint));   }

/* ============================================================
   FORM SECTION
   ============================================================ */

.lp-formwrap {
  position: relative;
  margin-top: 80px;
}
.lp-formwrap::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 80px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23FFFDF8' d='M0 0 L 1440 0 L 1440 60 C 1260 110, 1080 10, 900 60 C 720 110, 540 10, 360 60 C 180 110, 90 50, 0 60 Z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}
.lp-formwrap__bg {
  background: linear-gradient(180deg, #DDE6F4 0%, #C8D8EE 50%, #DDE6F4 100%);
  padding: 130px 0 88px;
  position: relative;
  overflow: hidden;
}
.lp-form__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 3;
}
.lp-form__copy h2 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 44px);
  letter-spacing: -0.022em;
  line-height: 1.08;
  color: var(--ps-ink);
  margin: 0;
}
.lp-form__copy p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: var(--ps-ink);
  opacity: 0.72;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 460px;
}
.lp-form__assurance {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.lp-form {
  background: var(--ps-white);
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--ps-shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 3;
}
.lp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lp-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--ps-fg-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-form input,
.lp-form select,
.lp-form textarea {
  font-family: var(--ps-font-body);
  font-size: 15px;
  padding: 14px 18px;
  background: var(--ps-bg);
  border: 1.5px solid var(--ps-line-strong);
  border-radius: 999px;
  color: var(--ps-ink);
  outline: none;
  transition: border-color var(--ps-dur-fast);
  width: 100%;
}
.lp-form textarea {
  border-radius: 22px;
  resize: vertical;
  min-height: 90px;
}
.lp-form input::placeholder,
.lp-form textarea::placeholder { color: var(--ps-ink-3); }
.lp-form input:focus,
.lp-form select:focus,
.lp-form textarea:focus { border-color: var(--ps-coral); }
.lp-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%231A1A1A' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px;
  padding-right: 42px;
}
.lp-form__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lp-form__pills label {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 9px 14px;
  border: 1.5px solid var(--ps-line-strong);
  border-radius: 999px;
  background: var(--ps-bg);
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ps-ink);
  transition: all var(--ps-dur-fast);
}
.lp-form__pills input { display: none; }
.lp-form__pills label:has(input:checked) {
  background: var(--ps-lime);
  border-color: var(--ps-lime-deep);
}
.lp-form__submit {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.lp-form__legal {
  font-family: var(--ps-font-body);
  font-size: 11px;
  color: var(--ps-fg-muted);
  line-height: 1.45;
  margin: 8px 0 0;
}
.lp-form__hint {
  display: block;
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 500;
  color: var(--ps-fg-muted);
  margin-top: 6px;
  text-transform: none;
  letter-spacing: 0;
}
.lp-form__legal a { color: var(--ps-coral); text-decoration: none; }
.lp-form__legal a:hover { text-decoration: underline; }
.lp-form__error {
  display: none;
  background: var(--ps-coral-soft);
  color: var(--ps-coral-deep);
  padding: 12px 16px;
  border-radius: 16px;
  font-family: var(--ps-font-body);
  font-size: 13px;
  font-weight: 600;
}
.lp-form.is-error .lp-form__error { display: block; }

/* ============================================================
   FOOTER / CONTACTS
   ============================================================ */

.lp-footer { background: var(--ps-cream); padding: 64px 0 48px; border-top: 1px solid var(--ps-line); }
.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
.lp-footer__brand img { height: 40px; width: auto; }
.lp-footer__brand p {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-fg-muted);
  margin: 16px 0 0;
  line-height: 1.55;
  max-width: 320px;
}
.lp-footer__col h4 {
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ps-fg-muted);
  margin: 0 0 16px;
}
.lp-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-footer__col a {
  font-family: var(--ps-font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ps-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lp-footer__col a:hover { color: var(--ps-coral); }
.lp-footer__col span.note {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-fg-muted);
  margin-top: 4px;
  display: block;
  line-height: 1.5;
}
.lp-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--ps-line);
  font-family: var(--ps-font-body);
  font-size: 12px;
  color: var(--ps-fg-muted);
  flex-wrap: wrap;
  gap: 16px;
}

/* ============================================================
   FOUNDER VIDEO
   ============================================================ */

.lp-founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.lp-founder__copy h2 { margin: 12px 0 18px; }
.lp-founder__copy p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: var(--ps-fg-muted);
  line-height: 1.65;
  margin: 0;
}
.lp-founder__signature {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--ps-font-body);
}
.lp-founder__signature strong {
  font-size: 16px;
  color: var(--ps-ink);
  font-weight: 700;
}
.lp-founder__signature span {
  font-size: 13px;
  color: var(--ps-fg-muted);
}

/* ============================================================
   VIDEO PRIMITIVE (lazy YouTube)
   ============================================================ */

.lp-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  box-shadow: var(--ps-shadow-lg);
  isolation: isolate;
}
.lp-video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ps-dur-base) var(--ps-ease-soft),
              filter var(--ps-dur-base);
}
.lp-video:hover img { transform: scale(1.03); filter: brightness(0.92); }
.lp-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
  z-index: 1;
}
.lp-video__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--ps-coral);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 28px rgba(255, 90, 95, 0.55);
  transition: transform var(--ps-dur-fast) var(--ps-ease-soft),
              background var(--ps-dur-base);
}
.lp-video:hover .lp-video__play { transform: translate(-50%, -50%) scale(1.06); background: var(--ps-coral-deep); }
.lp-video__caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  font-family: var(--ps-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0,0,0,0.55);
  padding: 7px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}
.lp-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}

/* ============================================================
   KIDS
   ============================================================ */

.lp-kids__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lp-kid {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 28px;
  padding: 0 0 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--ps-dur-base) var(--ps-ease-soft);
}
.lp-kid:hover { transform: translateY(-4px); box-shadow: var(--ps-shadow-md); }
.lp-kid__visual {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  overflow: hidden;
}
.lp-kid__visual--mint   { background: var(--ps-mint); }
.lp-kid__visual--yellow { background: var(--ps-yellow); }
.lp-kid__visual--pink   { background: var(--ps-pink); }
.lp-kid__age {
  position: absolute;
  top: 18px;
  left: 22px;
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ps-ink);
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 14px;
  border-radius: 999px;
}
.lp-kid__emoji {
  font-size: 84px;
  line-height: 1;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}
.lp-kid__title {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 24px;
  margin: 0 28px 10px;
  letter-spacing: -0.015em;
  color: var(--ps-ink);
}
.lp-kid__desc {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-fg-muted);
  line-height: 1.55;
  margin: 0 28px 18px;
}
.lp-kid__list {
  list-style: none;
  padding: 0;
  margin: 0 28px;
  border-top: 1px solid var(--ps-line);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-kid__list li {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-ink);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}
.lp-kid__list li::before {
  content: "✦";
  color: var(--ps-coral);
  font-size: 11px;
  margin-top: 3px;
  flex: none;
}
.lp-kids__cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-kids__hint {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: var(--ps-fg-muted);
  max-width: 360px;
}

/* ============================================================
   IT
   ============================================================ */

.lp-it {
  background: linear-gradient(135deg, #1a1a1a 0%, #1f1f24 60%, #2c2c34 100%);
  color: #fff;
  border-radius: 36px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.lp-it__blob { width: 380px; top: -10%; right: -10%; opacity: 0.25; mix-blend-mode: screen; }
.lp-it__head {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 40px;
}
.lp-it__head h2 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.022em;
  line-height: 1.08;
  color: #fff;
  margin: 12px 0 18px;
}
.lp-it__head h2 .ps-mark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'><path d='M2 9 Q 25 2, 50 7 T 100 8 T 150 6 T 198 9' stroke='%23D6F26B' stroke-width='5' stroke-linecap='round' fill='none'/></svg>");
}
.lp-it__head p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
}
.lp-it__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}
.lp-it__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 26px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform var(--ps-dur-base) var(--ps-ease-soft),
              background var(--ps-dur-base);
}
.lp-it__card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.08); }
.lp-it__ico {
  font-size: 28px;
  width: 46px; height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ps-lime);
  color: var(--ps-ink);
  border-radius: 14px;
}
.lp-it__card h4 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 18px;
  margin: 4px 0 0;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.lp-it__card p {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
  margin: 0;
}
.lp-it__cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.lp-it__hint {
  font-family: var(--ps-font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
}

/* ============================================================
   VIDEO REVIEWS
   ============================================================ */

.lp-vreviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.lp-vreview {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-vreview figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--ps-font-body);
  padding: 0 4px;
}
.lp-vreview figcaption strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--ps-ink);
}
.lp-vreview figcaption span {
  font-size: 13px;
  color: var(--ps-fg-muted);
}

/* ============================================================
   GALLERY (real photos, asymmetric masonry)
   ============================================================ */

.lp-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  gap: 12px;
}
.lp-gallery__item {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: var(--ps-bg-alt);
  transition: transform var(--ps-dur-base) var(--ps-ease-soft);
}
.lp-gallery__item:hover { transform: translateY(-3px) scale(1.01); box-shadow: var(--ps-shadow-md); }
.lp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ps-dur-slow) var(--ps-ease-soft);
}
.lp-gallery__item:hover img { transform: scale(1.06); }
.lp-gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}
.lp-gallery__item--wide {
  grid-column: span 2;
}
.lp-gallery__more {
  font-family: var(--ps-font-body);
  font-size: 14px;
  color: var(--ps-fg-muted);
  margin: 22px 0 0;
  text-align: center;
}
.lp-gallery__more a {
  color: var(--ps-coral);
  font-weight: 700;
  text-decoration: none;
}
.lp-gallery__more a:hover { text-decoration: underline; }

/* ============================================================
   MAP + CONTACTS
   ============================================================ */

.lp-mapsection { padding: 56px 0 80px; }
.lp-mapsection__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: stretch;
}
.lp-mapsection__copy h2 { margin: 12px 0 16px; }
.lp-mapsection__copy p {
  font-family: var(--ps-font-body);
  font-size: 16px;
  color: var(--ps-fg-muted);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 420px;
}
.lp-contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lp-contacts__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ps-line);
}
.lp-contacts__list li:last-child { border: none; padding-bottom: 0; }
.lp-contacts__lbl {
  font-family: var(--ps-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ps-fg-muted);
}
.lp-contacts__list a {
  font-family: var(--ps-font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--ps-ink);
  text-decoration: none;
}
.lp-contacts__list a:hover { color: var(--ps-coral); }
.lp-contacts__msgrs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.lp-contacts__msgrs a { font-size: 15px; }

.lp-map {
  border-radius: 28px;
  overflow: hidden;
  min-height: 420px;
  background: var(--ps-bg-alt);
  box-shadow: var(--ps-shadow-md);
}
.lp-map iframe { display: block; width: 100%; height: 100%; min-height: 420px; }

/* ============================================================
   CLIENTS (placeholder)
   ============================================================ */

.lp-clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.lp-clients__cta { display: flex; justify-content: center; }

.lp-partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 1080px;
}
.lp-partner {
  aspect-ratio: 3 / 2;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-partner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
  transition: filter .25s ease, opacity .25s ease;
}
.lp-partner:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  border-color: var(--ps-line-strong);
}
.lp-partner:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 1100px) { .lp-partners { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px) {
  .lp-partners { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .lp-partner {
    aspect-ratio: auto;
    height: 64px;
    padding: 8px 14px;
    border-radius: 10px;
  }
  .lp-partner img { max-height: 70%; }
}

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */

.lp-sticky-cta {
  display: none !important;
}
@media (max-width: 720px) {
  .lp-sticky-cta-disabled {
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 90;
    background: var(--ps-coral);
    color: #fff;
    padding: 16px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--ps-font-body);
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: ps-pulse-coral 2.6s ease-in-out infinite;
    transform: translateY(0);
    transition: transform var(--ps-dur-base) var(--ps-ease-soft), opacity var(--ps-dur-base);
  }
  .lp-sticky-cta.is-hidden {
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
  }
  .lp-sticky-cta__arr {
    font-size: 18px;
    line-height: 1;
  }
  .lp-sticky-cta:active {
    transform: scale(0.98);
  }
  /* ensure last sections aren't hidden under the sticky bar */
  body { padding-bottom: 88px; }
}

/* ============================================================
   THANKS PAGE
   ============================================================ */

.lp-thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 28px;
  position: relative;
  overflow: hidden;
}
.lp-thanks__inner {
  text-align: center;
  max-width: 640px;
  position: relative;
  z-index: 3;
}
.lp-thanks__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--ps-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: var(--ps-shadow-cta);
}
.lp-thanks h1 {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 18px;
}
.lp-thanks p {
  font-family: var(--ps-font-body);
  font-size: 17px;
  color: var(--ps-fg-muted);
  line-height: 1.55;
  max-width: 480px;
  margin: 0 auto 32px;
}
.lp-thanks__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-thanks .ps-blob--a { width: 420px; top: -10%; left: -10%; }
.lp-thanks .ps-blob--b { width: 360px; bottom: -12%; right: -10%; }
.lp-thanks .ps-blob--c { width: 220px; top: 30%; right: 12%; opacity: 0.6; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .lp-hero__art { max-width: 440px; margin: 0 auto; }
  .lp-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 24px 32px; }
  .lp-founder { grid-template-columns: 1fr; gap: 36px; }
  .lp-perks__grid { grid-template-columns: repeat(3, 1fr); }
  .lp-kids__grid { grid-template-columns: 1fr; }
  .lp-it { padding: 48px 36px; }
  .lp-it__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-method__grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-method__art { aspect-ratio: 16/10; max-width: 560px; }
  .lp-trips__grid,
  .lp-corp__inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-trips__art { aspect-ratio: 16/10; max-width: 560px; }
  .lp-vreviews__grid { grid-template-columns: 1fr; }
  .lp-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
  }
  .lp-mapsection__inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-map { min-height: 360px; }
  .lp-form__grid { grid-template-columns: 1fr; gap: 36px; }
  .lp-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .lp-trips, .lp-corp__inner { padding: 44px; }
}

@media (max-width: 720px) {
  .lp-shell { padding: 0 18px; }
  .lp-nav, .lp-header__phone { display: none; }
  .lp-burger { display: flex; }
  .lp-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--ps-cream);
    flex-direction: column;
    gap: 0;
    padding: 16px 18px 24px;
    border-bottom: 1px solid var(--ps-line);
    box-shadow: var(--ps-shadow-md);
  }
  .lp-nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--ps-line); font-size: 16px; }
  .lp-nav.is-open a:last-child { border: none; }

  .lp-hero { padding: 32px 0 56px; }
  .lp-hero__cta { gap: 10px; }
  .lp-hero__cta .ps-btn { width: 100%; justify-content: center; }
  .lp-hero__bubble { left: 0; top: 0; max-width: 200px; }
  .lp-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 22px; padding-top: 24px; margin-top: 36px; }
  .lp-stat__num { font-size: 32px; }

  .lp-section { padding: 56px 0; }
  .lp-section__head { gap: 16px; margin-bottom: 28px; }

  .lp-programs__grid { grid-template-columns: 1fr; gap: 16px; }
  .lp-prog { min-height: 280px; padding: 28px 24px 26px; }

  .lp-perks__grid { grid-template-columns: 1fr; }

  .lp-step {
    grid-template-columns: 64px 1fr;
    gap: 16px;
    padding: 22px 22px;
  }
  .lp-step__num { font-size: 44px; }
  .lp-step__title { font-size: 18px; }
  .lp-step__meta { display: none; }

  .lp-pricing__grid { grid-template-columns: 1fr; }
  .lp-price { padding: 28px 24px; }

  .lp-trips, .lp-corp__inner { padding: 32px 24px; border-radius: 28px; }
  .lp-corp__bullets { grid-template-columns: 1fr; gap: 18px; }

  .lp-reviews__grid { grid-template-columns: 1fr; }
  .lp-review { padding: 26px 24px; }

  .lp-form { padding: 24px; }
  .lp-form__row { grid-template-columns: 1fr; }
  .lp-formwrap__bg { padding: 100px 0 64px; }

  .lp-it { padding: 36px 24px; border-radius: 28px; }
  .lp-it__grid { grid-template-columns: 1fr; }
  .lp-vreviews__grid { grid-template-columns: 1fr; }
  .lp-video__play { width: 60px; height: 60px; }
  .lp-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 140px;
  }
  .lp-gallery__item--lg { grid-column: span 2; grid-row: span 2; }
  .lp-gallery__item--wide { grid-column: span 2; grid-row: span 1; }
  .lp-hero__bullets li { font-size: 14px; }

  .lp-mapsection { padding: 48px 0 64px; }
  .lp-map { min-height: 320px; }

  .lp-footer { padding: 48px 0 32px; }
  .lp-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   DETAILS, 3-card info block
   ============================================================ */
.lp-details__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.lp-details__card {
  background: var(--ps-white);
  padding: 36px 28px 32px;
  border-radius: 18px;
  box-shadow: var(--ps-shadow-sm);
  text-align: center;
  border: 1px solid var(--ps-line);
}
.lp-details__ico {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 20px;
}
.lp-details__title {
  margin: 0 0 6px;
  font-family: var(--ps-font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.lp-details__sub {
  display: block;
  color: var(--ps-coral);
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 15px;
}
.lp-details__card p {
  margin: 0;
  font-family: var(--ps-font-body);
  font-size: 14.5px;
  color: var(--ps-mute);
  line-height: 1.55;
}
.lp-details__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
@media (max-width: 900px) {
  .lp-details__grid { grid-template-columns: 1fr; gap: 14px; }
}

/* ============================================================
   MODAL, generic
   ============================================================ */
.lp-modal {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 24px 16px; overflow-y: auto;
}
.lp-modal[hidden] { display: none; }
.lp-modal__overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}
.lp-modal__dialog {
  position: relative;
  max-width: 640px; width: 100%;
  background: var(--ps-white);
  border-radius: 22px;
  padding: 36px 32px 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.3);
  margin: auto;
}
.lp-modal__close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: #f3f4f6; cursor: pointer;
  font-size: 22px; line-height: 1; color: var(--ps-ink);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.lp-modal__close:hover { background: #e5e7eb; }
.lp-modal__head { margin-bottom: 18px; }
.lp-modal__head h2 {
  font-family: var(--ps-font-display);
  font-size: 28px; font-weight: 800;
  margin: 8px 0 8px;
  letter-spacing: -.02em;
}
.lp-modal__head p {
  margin: 0; color: var(--ps-mute); font-size: 14.5px; line-height: 1.5;
}

/* Speaking Club specific */
.lp-club__tabs {
  display: flex; gap: 6px;
  padding: 5px; background: #f3f4f6; border-radius: 12px;
  margin-bottom: 18px;
}
.lp-club__tab {
  flex: 1; padding: 10px 12px;
  background: transparent; border: none;
  border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 14px;
  color: var(--ps-ink); transition: all .15s;
}
.lp-club__tab.is-active { background: var(--ps-white); box-shadow: var(--ps-shadow-sm); }
.lp-club__info {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  padding: 18px 20px; background: linear-gradient(135deg, #fffaef 0%, #fff3d6 100%);
  border-radius: 14px; margin-bottom: 18px;
}
.lp-club__price { display: flex; flex-direction: column; gap: 2px; flex-shrink: 0; }
.lp-club__price-val {
  font-family: var(--ps-font-display);
  font-weight: 800; font-size: 36px; color: var(--ps-coral); line-height: 1;
}
.lp-club__price-sub { font-size: 12px; color: var(--ps-mute); }
.lp-club__perks { margin: 0; padding: 0; list-style: none; flex: 1; min-width: 200px; }
.lp-club__perks li { padding: 3px 0; font-size: 14px; line-height: 1.4; }
.lp-club__schedule {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  margin-bottom: 24px;
}
.lp-club__step {
  padding: 14px 12px; background: #f9fafb; border-radius: 12px; text-align: center;
}
.lp-club__step strong {
  display: block; font-family: var(--ps-font-display);
  font-size: 17px; font-weight: 800; margin-bottom: 4px;
}
.lp-club__step span {
  font-size: 12px; color: var(--ps-mute); line-height: 1.35;
}
.lp-club__form h3 {
  font-family: var(--ps-font-display);
  font-size: 20px; font-weight: 800; margin: 0 0 16px;
  letter-spacing: -.01em;
}
.lp-club__form .lp-form__row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 14px;
}
.lp-club__form .lp-form__row label {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 11px; font-weight: 700;
  color: var(--ps-mute);
  text-transform: uppercase; letter-spacing: .04em;
}
.lp-club__form input[type="text"],
.lp-club__form input[type="tel"] {
  padding: 12px 14px;
  border: 1px solid var(--ps-line);
  border-radius: 10px;
  background: var(--ps-white);
  font-family: var(--ps-font-body);
  font-size: 15px; font-weight: 500;
  color: var(--ps-ink);
  outline: none;
  text-transform: none; letter-spacing: 0;
  width: 100%;
}
.lp-club__form input[type="text"]::placeholder,
.lp-club__form input[type="tel"]::placeholder {
  color: var(--ps-fg-muted); opacity: 1; font-weight: 400;
}
.lp-club__form input[type="text"]:focus,
.lp-club__form input[type="tel"]:focus {
  border-color: var(--ps-ink);
  background: #fafafa;
}
.lp-club__form .lp-form__pills {
  display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px;
}
@media (max-width: 560px) {
  .lp-club__form .lp-form__row { grid-template-columns: 1fr; }
}
.lp-club__field {
  display: block; margin-bottom: 16px;
  font-size: 11px; font-weight: 700; color: var(--ps-mute);
  text-transform: uppercase; letter-spacing: .04em;
}
.lp-club__levels { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.lp-club__levels label {
  padding: 8px 14px; border: 1px solid var(--ps-line); border-radius: 8px;
  cursor: pointer; font-size: 14px; font-weight: 600;
  text-transform: none; letter-spacing: 0;
  color: var(--ps-ink); transition: all .15s;
}
.lp-club__levels label:has(input:checked) {
  background: var(--ps-ink); color: #fff; border-color: var(--ps-ink);
}
.lp-club__levels input { display: none; }
.lp-club__submit { margin-top: 10px; }
.lp-club__submit .ps-btn { width: 100%; justify-content: center; }
.lp-perk__more {
  display: inline-block; margin-top: 4px;
  color: var(--ps-coral); font-weight: 600; text-decoration: none;
  font-size: 13px;
}
.lp-perk__more:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .lp-modal__dialog { padding: 28px 20px 22px; border-radius: 18px; }
  .lp-modal__head h2 { font-size: 22px; }
  .lp-club__schedule { grid-template-columns: 1fr; }
}

/* ============================================================
   KIDS SECTION
   ============================================================ */
.lp-kids { background: linear-gradient(180deg, #fffaef 0%, #fff3d6 100%); }
.lp-kids__perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 32px;
}
.lp-kids__perk {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--ps-shadow-sm);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
}
.lp-kids__ico {
  font-size: 26px;
  flex-shrink: 0;
  line-height: 1;
}
.lp-kids__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 40px;
}
.lp-kids__photos img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--ps-shadow-sm);
  display: block;
}
@media (max-width: 900px) {
  .lp-kids__perks { grid-template-columns: repeat(2, 1fr); }
  .lp-kids__photos { grid-template-columns: 1fr 1fr; }
  .lp-kids__photos img:nth-child(3) { grid-column: span 2; aspect-ratio: 16 / 10; }
}
@media (max-width: 560px) {
  .lp-kids__perks { grid-template-columns: 1fr; }
  .lp-kids__photos { grid-template-columns: 1fr; }
  .lp-kids__photos img { aspect-ratio: 4 / 3; }
  .lp-kids__photos img:nth-child(3) { grid-column: auto; aspect-ratio: 4 / 3; }
}

/* ============================================================
   SPEAKING CLUB — section on main page
   ============================================================ */
.lp-club-sec { background: var(--ps-bg-alt); }
.lp-club-sec__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.lp-club-sec__card {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-xl);
  padding: 32px;
  box-shadow: var(--ps-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lp-club-sec__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--ps-line-strong);
}
.lp-club-sec__price-val {
  font-family: var(--ps-font-display);
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: var(--ps-coral);
  letter-spacing: -0.03em;
}
.lp-club-sec__price-sub {
  font-size: 14px;
  color: var(--ps-ink-2);
  letter-spacing: 0.01em;
}
.lp-club-sec__perks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-club-sec__perks li {
  font-size: 15px;
  line-height: 1.45;
  color: var(--ps-ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-club-sec__perk-ico {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.lp-club-sec__how {
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-xl);
  padding: 32px;
  box-shadow: var(--ps-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lp-club-sec__subtitle {
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: var(--ps-ink);
  margin: 0;
}
.lp-club-sec__steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.lp-club-sec__step {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 18px;
  background: var(--ps-bg);
  border-radius: var(--ps-radius-md);
  border: 1px solid var(--ps-line);
}
.lp-club-sec__step strong {
  flex-shrink: 0;
  font-family: var(--ps-font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ps-ink);
  min-width: 60px;
}
.lp-club-sec__step span {
  font-size: 15px;
  color: var(--ps-ink-2);
  line-height: 1.4;
}
.lp-club-sec__cta {
  margin-top: auto;
  justify-content: center;
}
.lp-club-sec__legal {
  margin: 0;
  font-size: 13px;
  color: var(--ps-ink-2);
  text-align: center;
}
@media (max-width: 900px) {
  .lp-club-sec__grid { grid-template-columns: 1fr; gap: 18px; }
  .lp-club-sec__card,
  .lp-club-sec__how { padding: 24px; }
  .lp-club-sec__price-val { font-size: 44px; }
}
@media (max-width: 560px) {
  .lp-club-sec__step { flex-direction: column; gap: 4px; align-items: flex-start; padding: 12px 14px; }
}

/* ============================================================
   EXIT-INTENT POPUP
   ============================================================ */
.lp-exit__dialog {
  max-width: 480px;
  padding: 32px;
}
.lp-exit__head { margin-bottom: 20px; }
.lp-exit__head h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 8px;
}
.lp-exit__head p {
  margin-top: 10px;
  font-size: 15px;
  color: var(--ps-ink-2);
  line-height: 1.5;
}
.lp-exit__form { display: flex; flex-direction: column; gap: 12px; }
.lp-exit__form .lp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lp-exit__form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--ps-ink-2);
}
.lp-exit__form input[type="text"],
.lp-exit__form input[type="tel"] {
  font-family: var(--ps-font-body);
  font-size: 15px;
  color: var(--ps-ink);
  padding: 12px 14px;
  border-radius: var(--ps-radius-md);
  border: 1.5px solid var(--ps-line-strong);
  background: var(--ps-white);
  transition: border-color var(--ps-dur-fast) var(--ps-ease-soft);
}
.lp-exit__form input[type="text"]::placeholder,
.lp-exit__form input[type="tel"]::placeholder { color: var(--ps-ink-3); }
.lp-exit__form input[type="text"]:focus,
.lp-exit__form input[type="tel"]:focus {
  outline: none;
  border-color: var(--ps-coral);
}
.lp-exit__submit {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}
@media (max-width: 560px) {
  .lp-exit__dialog { padding: 24px; }
  .lp-exit__head h2 { font-size: 22px; }
  .lp-exit__form .lp-form__row { grid-template-columns: 1fr; }
}
