/* ============================================================
   Trupoint Health — Location Page Styles
   Brand: red #EA1C26 / #C8141D (CTAs), teal #0E4A4A (headings)
   ============================================================ */

:root {
  --lp-teal-deep:    #0E4A4A;
  --lp-teal:         #1D8375;
  --lp-teal-soft:    #E6F4F2;
  --lp-red:          #EA1C26;
  --lp-red-deep:     #C8141D;
  --lp-red-soft:     #FDECEC;
  --lp-white:        #FFFFFF;
  --lp-grey-bg:      #F7F9FC;
  --lp-border:       #E5E7EB;
  --lp-text:         #111827;
  --lp-text-2:       #6B7280;
  --lp-warning:      #F59E0B;
  --lp-success:      #2BAE66;
  --lp-success-soft: #DCFCE7;

  --lp-fs-display: 56px;
  --lp-fs-h2:      32px;
  --lp-radius-card: 16px;
  --lp-shadow-card: 0 8px 24px rgba(11,31,58,0.08);
}

/* ── Reset / base ──────────────────────────────────────── */
.tpt-lp *,
.tpt-lp *::before,
.tpt-lp *::after { box-sizing: border-box; }

.tpt-lp {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--lp-text);
  background: var(--lp-white);
  -webkit-font-smoothing: antialiased;
}

.tpt-lp img { display: block; max-width: 100%; height: auto; }
.tpt-lp a   { color: var(--lp-red-deep); text-decoration: none; }
.tpt-lp a:hover { text-decoration: underline; }
.tpt-lp p   { margin: 0 0 16px; }
.tpt-lp p:last-child { margin-bottom: 0; }
.tpt-loc-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }

/* ── Layout ────────────────────────────────────────────── */
.tpt-lp__shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.tpt-lp__section { padding: 80px 0; }
.tpt-lp__section--tight { padding: 56px 0; }
.tpt-lp__section--grey { background: var(--lp-grey-bg); }

/* ── Typography helpers ────────────────────────────────── */
.tpt-lp__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-red-deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tpt-lp__eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--lp-red-deep);
  display: inline-block;
  flex-shrink: 0;
}
.tpt-lp__eyebrow--light { color: rgba(255,255,255,0.7); }
.tpt-lp__eyebrow--light::before { background: rgba(255,255,255,0.4); }
.tpt-lp__eyebrow--teal { color: var(--lp-teal-deep); }
.tpt-lp__eyebrow--teal::before { background: var(--lp-teal-deep); }
.tpt-lp__eyebrow--dim { color: rgba(255,255,255,0.55); }
.tpt-lp__eyebrow--dim::before { background: rgba(255,255,255,0.3); }

.tpt-lp__h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: var(--lp-fs-h2);
  line-height: 1.15;
  color: var(--lp-teal-deep);
  letter-spacing: -0.015em;
  margin: 0;
}
.tpt-lp__h2--white { color: #fff; }

.tpt-lp__lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--lp-text-2);
  max-width: 640px;
}

/* ── Buttons ───────────────────────────────────────────── */
.tpt-lp__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 120ms ease, border-color 120ms ease;
  line-height: 1.4;
}
.tpt-lp__btn--lg { padding: 14px 22px; font-size: 15px; }
.tpt-lp__btn--primary { background: var(--lp-red-deep); color: #fff; }
.tpt-lp__btn--primary:hover { background: #A8101A; color: #fff; }
.tpt-lp__btn--secondary {
  background: var(--lp-white);
  color: var(--lp-teal-deep);
  border-color: var(--lp-border);
}
.tpt-lp__btn--secondary:hover { background: var(--lp-grey-bg); }
.tpt-lp__btn--ghost-white {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.tpt-lp__btn--ghost-white:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* ── Section header ────────────────────────────────────── */
.tpt-lp__section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tpt-lp__section-head-left { max-width: 720px; }
.tpt-lp__section-head .tpt-lp__eyebrow { margin-bottom: 14px; }
.tpt-lp__section-head .tpt-lp__h2    { margin-bottom: 16px; }

/* ══════════════════════════════════════════════════════════
   1. HERO
   ══════════════════════════════════════════════════════════ */
.tpt-lp__hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 110% -10%, rgba(234,28,38,0.08), transparent 60%),
    radial-gradient(700px 400px at -10% 80%, rgba(29,131,117,0.08), transparent 60%),
    linear-gradient(180deg, #FAFBFD 0%, #FFFFFF 100%);
  overflow: hidden;
}
.tpt-lp__hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 72px 0 80px;
}
.tpt-lp__hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-teal-deep);
  background: var(--lp-white);
  border: 1px solid var(--lp-border);
  padding: 6px 12px;
  border-radius: 9999px;
  margin-bottom: 24px;
  box-shadow: 0 1px 0 rgba(11,31,58,0.04);
}
.tpt-lp__hero-h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: var(--lp-fs-display);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--lp-teal-deep);
  margin: 0 0 20px;
}
.tpt-lp__hero-h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--lp-red-deep);
}
.tpt-lp__hero-lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--lp-text-2);
  max-width: 560px;
  margin: 0 0 32px;
}
.tpt-lp__hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tpt-lp__hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--lp-border);
  padding-top: 24px;
  max-width: 560px;
}
.tpt-lp__hero-fact { padding-right: 16px; }
.tpt-lp__hero-fact + .tpt-lp__hero-fact {
  padding-left: 16px;
  border-left: 1px solid var(--lp-border);
}
.tpt-lp__hero-fact-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--lp-text-2);
  font-weight: 600;
  margin-bottom: 6px;
}
.tpt-lp__hero-fact-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-teal-deep);
  line-height: 1.35;
}
.tpt-lp__hero-fact-sub { font-size: 12px; color: var(--lp-text-2); margin-top: 2px; }

/* Hero visual */
.tpt-lp__hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  max-width: 520px;
  margin-left: auto;
}
.tpt-lp__hero-img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  box-shadow: 0 30px 60px -20px rgba(11,31,58,0.18);
}
.tpt-lp__hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpt-lp__hero-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--lp-teal-soft) 0%, #C9E4DF 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--lp-teal-deep);
  font-size: 14px;
  font-weight: 500;
}

/* Float cards */
.tpt-lp__floatcard {
  position: absolute;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 14px 30px rgba(11,31,58,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
}
.tpt-lp__floatcard--rating  { top: 32px; right: -28px; }
.tpt-lp__floatcard--results { bottom: 24px; left: -32px; max-width: 260px; }
.tpt-lp__floatcard-stars { color: var(--lp-warning); font-size: 13px; letter-spacing: 1px; }
.tpt-lp__floatcard-text { font-size: 12px; color: var(--lp-text-2); line-height: 1.4; }
.tpt-lp__floatcard-text strong { display: block; color: var(--lp-teal-deep); font-size: 13px; margin-bottom: 2px; }

.tpt-lp__icon-bubble {
  width: 36px; height: 36px; border-radius: 9999px;
  background: var(--lp-teal-soft); color: var(--lp-teal-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tpt-lp__icon-bubble--green {
  background: var(--lp-success-soft); color: var(--lp-success);
}

/* ══════════════════════════════════════════════════════════
   2. TRUST STRIP
   ══════════════════════════════════════════════════════════ */
.tpt-lp__trust {
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
  background: var(--lp-grey-bg);
}
.tpt-lp__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.tpt-lp__trust-item {
  padding: 24px 28px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.tpt-lp__trust-item + .tpt-lp__trust-item { border-left: 1px solid var(--lp-border); }
.tpt-lp__trust-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--lp-teal-soft);
  border: 1px solid var(--lp-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--lp-teal-deep); flex-shrink: 0;
}
.tpt-lp__trust-title { font-size: 14px; font-weight: 600; color: var(--lp-teal-deep); margin: 0 0 2px; }
.tpt-lp__trust-sub   { font-size: 12px; color: var(--lp-text-2); line-height: 1.45; margin: 0; }

/* ══════════════════════════════════════════════════════════
   3. INTRO
   ══════════════════════════════════════════════════════════ */
.tpt-lp__intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.tpt-lp__intro-body p { color: var(--lp-text-2); font-size: 16px; line-height: 1.7; }
.tpt-lp__intro-body p strong { color: var(--lp-teal-deep); font-weight: 600; }
.tpt-lp__bullets { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.tpt-lp__bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; color: var(--lp-text); line-height: 1.55;
}
.tpt-lp__bullets li strong { display: block; color: var(--lp-teal-deep); font-weight: 600; margin-bottom: 2px; }
.tpt-lp__bullet-tick {
  width: 24px; height: 24px; border-radius: 9999px;
  background: var(--lp-teal-soft); color: var(--lp-teal-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}

/* Collage */
.tpt-lp__collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 240px;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
}
.tpt-lp__collage-tile {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow-card);
  background: var(--lp-teal-soft);
}
.tpt-lp__collage-img { width: 100%; height: 100%; object-fit: cover; }
.tpt-lp__collage-tile--tall { grid-row: span 2; }
.tpt-lp__collage-badge {
  position: absolute;
  bottom: -8px; left: 50%; transform: translateX(-50%);
  background: var(--lp-white); border: 1px solid var(--lp-border);
  padding: 12px 20px; border-radius: 9999px;
  box-shadow: 0 10px 26px rgba(11,31,58,0.10);
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; color: var(--lp-teal-deep);
  white-space: nowrap;
}
.tpt-lp__collage-badge-icon {
  width: 32px; height: 32px; border-radius: 9999px;
  background: var(--lp-red-soft); color: var(--lp-red-deep);
  display: flex; align-items: center; justify-content: center;
}

/* ══════════════════════════════════════════════════════════
   4. SERVICES
   ══════════════════════════════════════════════════════════ */
.tpt-lp__filter-chips {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px;
}
.tpt-lp__chip {
  border: 1px solid var(--lp-border);
  background: var(--lp-white);
  color: var(--lp-text);
  padding: 8px 14px; border-radius: 9999px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all 120ms;
  font-family: inherit;
}
.tpt-lp__chip:hover { background: var(--lp-grey-bg); }
.tpt-lp__chip.is-active {
  background: var(--lp-teal-deep); color: #fff; border-color: var(--lp-teal-deep);
}
.tpt-lp__chip-count { font-size: 11px; opacity: 0.7; font-weight: 500; }

.tpt-lp__services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.tpt-lp__service {
  background: var(--lp-white);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card);
  padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 150ms, box-shadow 150ms, transform 150ms;
  cursor: pointer;
}
.tpt-lp__service:hover {
  border-color: var(--lp-teal);
  box-shadow: 0 12px 30px rgba(11,31,58,0.08);
  transform: translateY(-2px);
}
.tpt-lp__service-head { display: flex; gap: 12px; align-items: flex-start; }
.tpt-lp__service-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--lp-teal-soft); color: var(--lp-teal-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tpt-lp__service-cat {
  font-size: 11px; font-weight: 600; color: var(--lp-text-2);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px;
}
.tpt-lp__service-title { font-size: 17px; font-weight: 600; color: var(--lp-teal-deep); margin: 0; line-height: 1.25; }
.tpt-lp__service-desc  { font-size: 14px; color: var(--lp-text-2); line-height: 1.55; margin: 0; flex: 1; }
.tpt-lp__service-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px; border-top: 1px solid var(--lp-border); font-size: 13px;
}
.tpt-lp__service-meta-left {
  display: flex; align-items: center; gap: 6px; color: var(--lp-text-2);
}
.tpt-lp__price-from { font-weight: 500; color: var(--lp-text-2); font-size: 11px; margin-right: 2px; }
.tpt-lp__price       { font-weight: 700; color: var(--lp-teal-deep); }
.tpt-lp__service-cta {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--lp-red-deep); font-weight: 600; font-size: 13px;
  margin-top: auto; padding-top: 6px;
}

/* ══════════════════════════════════════════════════════════
   5. CONDITIONS
   ══════════════════════════════════════════════════════════ */
.tpt-lp__conditions-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.tpt-lp__condition {
  background: var(--lp-white); border: 1px solid var(--lp-border);
  border-radius: 14px; padding: 22px;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 150ms, transform 150ms; cursor: pointer;
}
.tpt-lp__condition:hover { border-color: var(--lp-red); transform: translateY(-2px); }
.tpt-lp__condition-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--lp-red-soft); color: var(--lp-red-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 6px;
}
.tpt-lp__condition-title { font-size: 15px; font-weight: 600; color: var(--lp-teal-deep); margin: 0; }
.tpt-lp__condition-desc  { font-size: 13px; color: var(--lp-text-2); line-height: 1.5; margin: 0; }
.tpt-lp__condition-link {
  font-size: 12px; font-weight: 600; color: var(--lp-red-deep);
  margin-top: auto; padding-top: 8px;
  display: inline-flex; align-items: center; gap: 4px; text-decoration: none !important;
}

/* ══════════════════════════════════════════════════════════
   6. HOW IT WORKS
   ══════════════════════════════════════════════════════════ */
.tpt-lp__how {
  background: linear-gradient(180deg, var(--lp-teal-deep) 0%, #093838 100%);
  color: #fff;
  border-radius: 24px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.tpt-lp__how::before {
  content: "";
  position: absolute; top: -40%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(234,28,38,0.20) 0%, transparent 60%);
  pointer-events: none;
}
.tpt-lp__how-inner { position: relative; }
.tpt-lp__how-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,0.12);
  border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  margin-top: 48px;
}
.tpt-lp__step {
  background: var(--lp-teal-deep);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.tpt-lp__step-num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 48px; font-weight: 400;
  color: rgba(255,255,255,0.4);
  line-height: 1; letter-spacing: -0.03em;
}
.tpt-lp__step-title { font-size: 17px; font-weight: 600; color: #fff; margin: 0; }
.tpt-lp__step-desc  { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.65); margin: 0; }

/* ══════════════════════════════════════════════════════════
   7. CLINIC GALLERY
   ══════════════════════════════════════════════════════════ */
.tpt-lp__inside {
  background: var(--lp-teal-soft);
  border-radius: 24px;
  padding: 56px;
  position: relative;
  overflow: hidden;
}
.tpt-lp__inside-head {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px;
  align-items: end; margin-bottom: 36px;
}
.tpt-lp__inside-head p { color: var(--lp-text-2); font-size: 16px; line-height: 1.6; margin-top: 12px; }
.tpt-lp__inside-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tpt-lp__inside-stat-num {
  font-family: "Fraunces", serif; font-weight: 500;
  font-size: 40px; color: var(--lp-teal-deep); line-height: 1;
  letter-spacing: -0.02em;
}
.tpt-lp__inside-stat-label { font-size: 13px; color: var(--lp-text-2); margin-top: 6px; line-height: 1.4; }

.tpt-lp__gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 14px;
}
.tpt-lp__gallery-cell { display: flex; flex-direction: column; }
.tpt-lp__gallery-tile {
  border-radius: 14px; overflow: hidden;
  background: var(--lp-white);
  border: 1px solid rgba(14,74,74,0.08);
  flex: 1;
}
.tpt-lp__gallery-img { width: 100%; height: 100%; object-fit: cover; }
.tpt-lp__gallery-tile--featured { grid-row: span 2; }
.tpt-lp__gallery-caption {
  margin-top: 8px;
  font-size: 12px; color: var(--lp-teal-deep); font-weight: 500;
  display: flex; align-items: center; gap: 6px;
}

/* ══════════════════════════════════════════════════════════
   8. VISIT
   ══════════════════════════════════════════════════════════ */
.tpt-lp__visit { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: stretch; }
.tpt-lp__map {
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--lp-border);
  background: var(--lp-grey-bg);
  min-height: 460px;
  position: relative;
}
.tpt-lp__map-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; color: var(--lp-text-2); font-size: 14px; text-align: center; padding: 24px;
}
.tpt-lp__map-card {
  position: absolute; left: 24px; bottom: 24px;
  background: #fff; border-radius: 12px; padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(11,31,58,0.14); border: 1px solid var(--lp-border);
  font-size: 13px; z-index: 2;
}
.tpt-lp__map-card-title { font-weight: 700; color: var(--lp-teal-deep); margin: 0 0 2px; }
.tpt-lp__map-card-sub   { color: var(--lp-text-2); font-size: 12px; margin: 0; }

.tpt-lp__visit-info {
  background: var(--lp-white);
  border: 1px solid var(--lp-border);
  border-radius: 20px; padding: 36px;
}
.tpt-lp__visit-row {
  display: flex; gap: 14px; padding: 18px 0;
  border-bottom: 1px solid var(--lp-border);
}
.tpt-lp__visit-row:last-of-type { border-bottom: 0; }
.tpt-lp__visit-row-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--lp-teal-soft); color: var(--lp-teal-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tpt-lp__visit-row-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--lp-text-2); font-weight: 600; margin-bottom: 4px;
}
.tpt-lp__visit-row-value { font-size: 14px; font-weight: 500; color: var(--lp-teal-deep); line-height: 1.5; }
.tpt-lp__visit-row-value a { color: inherit; }

.tpt-lp__hours { font-size: 13px; color: var(--lp-text); }
.tpt-lp__hours-row {
  display: flex; justify-content: space-between; padding: 3px 0; gap: 16px;
}
.tpt-lp__hours-row span:first-child { color: var(--lp-text-2); }
.tpt-lp__hours-row.is-today { color: var(--lp-red-deep); font-weight: 600; }
.tpt-lp__hours-row.is-today span:first-child { color: var(--lp-red-deep); }

/* ══════════════════════════════════════════════════════════
   9. AREAS SERVED
   ══════════════════════════════════════════════════════════ */
.tpt-lp__areas-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: flex-start;
}
.tpt-lp__area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.tpt-lp__area-chip {
  background: var(--lp-white); border: 1px solid var(--lp-border);
  padding: 10px 16px; border-radius: 9999px;
  font-size: 14px; font-weight: 500; color: var(--lp-teal-deep);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 150ms;
}
.tpt-lp__area-chip:hover {
  background: var(--lp-red-soft); border-color: var(--lp-red); color: var(--lp-red-deep);
}
.tpt-lp__area-chip-pin { display: inline-flex; align-items: center; color: var(--lp-teal); }
.tpt-lp__area-chip-dist { font-size: 11px; color: var(--lp-text-2); font-weight: 500; }
.tpt-lp__postcode-strip {
  margin-top: 24px; padding: 18px 22px;
  background: var(--lp-teal-soft); border-radius: 14px;
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; color: var(--lp-teal-deep);
}
.tpt-lp__postcode-strip strong { font-weight: 700; }

/* ══════════════════════════════════════════════════════════
   10. REVIEWS
   ══════════════════════════════════════════════════════════ */
.tpt-lp__reviews-head {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px;
  align-items: center; margin-bottom: 48px;
}
.tpt-lp__rating-big { display: flex; align-items: center; gap: 20px; }
.tpt-lp__rating-num {
  font-family: "Fraunces", serif;
  font-size: 72px; font-weight: 500; line-height: 1;
  color: var(--lp-teal-deep); letter-spacing: -0.03em;
}
.tpt-lp__rating-meta { font-size: 13px; color: var(--lp-text-2); }
.tpt-lp__rating-meta strong { display: block; color: var(--lp-teal-deep); font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.tpt-lp__stars { color: var(--lp-warning); font-size: 22px; letter-spacing: 2px; margin-bottom: 4px; }

.tpt-lp__reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tpt-lp__review {
  background: var(--lp-white); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.tpt-lp__review-stars { color: var(--lp-warning); font-size: 14px; letter-spacing: 2px; }
.tpt-lp__review-text  { font-size: 15px; line-height: 1.6; color: var(--lp-text); flex: 1; margin: 0; }
.tpt-lp__review-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 8px; border-top: 1px solid var(--lp-border);
}
.tpt-lp__review-avatar {
  width: 36px; height: 36px; border-radius: 9999px;
  background: var(--lp-teal-soft); color: var(--lp-teal-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 13px; flex-shrink: 0;
}
.tpt-lp__review-name { font-size: 13px; font-weight: 600; color: var(--lp-teal-deep); }
.tpt-lp__review-meta { font-size: 12px; color: var(--lp-text-2); }

/* ══════════════════════════════════════════════════════════
   11. FAQ
   ══════════════════════════════════════════════════════════ */
.tpt-lp__faq-wrap {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: flex-start;
}
.tpt-lp__faq-list {
  background: var(--lp-white); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-card); overflow: hidden;
}
.tpt-lp__faq-item { border-bottom: 1px solid var(--lp-border); }
.tpt-lp__faq-item:last-child { border-bottom: 0; }
.tpt-lp__faq-q {
  width: 100%; list-style: none; cursor: pointer;
  padding: 22px 26px; font-family: inherit; font-size: 16px; font-weight: 600;
  color: var(--lp-teal-deep); display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  background: transparent; border: 0;
}
.tpt-lp__faq-q:hover { background: var(--lp-grey-bg); }
.tpt-lp__faq-q::-webkit-details-marker { display: none; }
.tpt-lp__faq-q::marker { display: none; }
.tpt-lp__faq-icon {
  width: 28px; height: 28px; border-radius: 9999px;
  background: var(--lp-grey-bg);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  color: var(--lp-red-deep);
  transition: transform 200ms, background 200ms;
}
.tpt-lp__faq-item[open] .tpt-lp__faq-icon {
  transform: rotate(45deg);
  background: var(--lp-red-deep); color: #fff;
}
.tpt-lp__faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 220ms ease;
}
.tpt-lp__faq-item[open] .tpt-lp__faq-a { max-height: 600px; }
.tpt-lp__faq-a-inner {
  padding: 0 26px 22px;
  font-size: 14px; line-height: 1.65; color: var(--lp-text-2);
}
.tpt-lp__faq-a-inner p { margin: 0 0 12px; }
.tpt-lp__faq-a-inner p:last-child { margin-bottom: 0; }

/* ══════════════════════════════════════════════════════════
   12. CTA BAND
   ══════════════════════════════════════════════════════════ */
.tpt-lp__cta-band {
  background:
    radial-gradient(700px 380px at 20% 50%, rgba(234,28,38,0.20), transparent 60%),
    linear-gradient(135deg, var(--lp-teal-deep) 0%, #093434 100%);
  border-radius: 24px;
  padding: 64px;
  color: #fff;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.tpt-lp__cta-band h2 {
  font-family: "Fraunces", serif; font-weight: 500;
  font-size: 40px; line-height: 1.1; letter-spacing: -0.02em;
  color: #fff; margin: 0 0 16px;
}
.tpt-lp__cta-band p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.55; margin: 0 0 24px; }
.tpt-lp__cta-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  padding: 20px; border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.tpt-lp__cta-meta-value { font-size: 15px; font-weight: 600; color: #fff; margin-top: 4px; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .tpt-lp__hero-inner       { grid-template-columns: 1fr; gap: 48px; }
  .tpt-lp__hero-visual      { max-width: 100%; margin-left: 0; aspect-ratio: 16/10; }
  .tpt-lp__floatcard--rating  { right: 16px; top: 16px; }
  .tpt-lp__floatcard--results { left: 16px; bottom: 16px; }
  .tpt-lp__trust-grid       { grid-template-columns: repeat(2, 1fr); }
  .tpt-lp__trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--lp-border); }
  .tpt-lp__trust-item:nth-child(4) { border-top: 1px solid var(--lp-border); }
  .tpt-lp__intro-grid       { grid-template-columns: 1fr; gap: 48px; }
  .tpt-lp__services-grid    { grid-template-columns: repeat(2, 1fr); }
  .tpt-lp__conditions-grid  { grid-template-columns: repeat(2, 1fr); }
  .tpt-lp__how-steps        { grid-template-columns: repeat(2, 1fr); }
  .tpt-lp__inside           { padding: 40px 28px; }
  .tpt-lp__inside-head      { grid-template-columns: 1fr; gap: 16px; }
  .tpt-lp__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px 160px; }
  .tpt-lp__gallery-tile--featured { grid-column: span 2; grid-row: span 1; }
  .tpt-lp__visit            { grid-template-columns: 1fr; }
  .tpt-lp__areas-wrap       { grid-template-columns: 1fr; gap: 32px; }
  .tpt-lp__reviews-head     { grid-template-columns: 1fr; gap: 24px; }
  .tpt-lp__reviews-grid     { grid-template-columns: 1fr; }
  .tpt-lp__faq-wrap         { grid-template-columns: 1fr; gap: 32px; }
  .tpt-lp__cta-band         { grid-template-columns: 1fr; padding: 40px; }
}

@media (max-width: 640px) {
  :root { --lp-fs-display: 40px; --lp-fs-h2: 26px; }
  .tpt-lp__section     { padding: 56px 0; }
  .tpt-lp__services-grid { grid-template-columns: 1fr; }
  .tpt-lp__conditions-grid { grid-template-columns: 1fr 1fr; }
  .tpt-lp__how          { padding: 40px 28px; }
  .tpt-lp__how-steps    { grid-template-columns: 1fr; }
  .tpt-lp__hero-facts   { grid-template-columns: 1fr; }
  .tpt-lp__hero-fact + .tpt-lp__hero-fact {
    border-left: 0; border-top: 1px solid var(--lp-border);
    padding-left: 0; padding-top: 12px; margin-top: 12px;
  }
  .tpt-lp__cta-band     { padding: 32px 24px; }
  .tpt-lp__cta-meta     { grid-template-columns: 1fr; }
  .tpt-lp__reviews-head { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .tpt-lp__conditions-grid { grid-template-columns: 1fr; }
}
