/* CoreLab — Premium Whitefield location landing ($100k-tier) */

.llp {
  overflow-x: clip;
  max-width: 100%;
  --llp-font: "DM Sans", system-ui, -apple-system, sans-serif;
  --llp-serif: "Instrument Serif", Georgia, serif;
  --llp-ink: #0c1222;
  --llp-ink-soft: #334155;
  --llp-muted: #64748b;
  --llp-accent: #0ea5e9;
  --llp-accent-deep: #0284c7;
  --llp-teal: #14b8a6;
  --llp-gold: #c9a962;
  --llp-surface: #ffffff;
  --llp-bg: #f6f8fc;
  --llp-border: rgba(15, 23, 42, 0.08);
  --llp-radius: 20px;
  --llp-radius-sm: 14px;
  --llp-shadow: 0 4px 24px rgba(12, 18, 34, 0.06);
  --llp-shadow-lg: 0 24px 64px rgba(12, 18, 34, 0.12);
  font-family: var(--llp-font);
  background: var(--llp-bg);
  padding-bottom: 0;
  color: var(--llp-ink);
}

/* Reset theme bleed on headings inside premium page */
.llp h1,
.llp h2,
.llp h3,
.llp h4,
.llp .llp-hero__title {
  color: inherit;
  font-family: var(--llp-font);
}

/* ─── Breadcrumb ─── */
.llp-breadcrumb {
  background: linear-gradient(180deg, #0a0f1a 0%, #0f172a 100%);
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.llp-breadcrumb__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.llp-breadcrumb__nav a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
  transition: color 0.2s;
}

.llp-breadcrumb__nav a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.llp-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
}

.llp-breadcrumb__current {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

/* ─── Hero ─── */
.llp-hero {
  position: relative;
  background: #0a0f1a;
  color: #fff;
  padding: 2.75rem 0 0;
  overflow: hidden;
}

.llp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.llp-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(14, 165, 233, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 45% at 85% 15%, rgba(20, 184, 166, 0.14), transparent 50%),
    radial-gradient(ellipse 50% 40% at 70% 85%, rgba(201, 169, 98, 0.08), transparent 45%),
    linear-gradient(165deg, #0a0f1a 0%, #111827 35%, #0c1929 70%, #0a1628 100%);
}

.llp-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 48px 48px;
}

.llp-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.llp-hero__orb--1 {
  width: 420px;
  height: 420px;
  top: -120px;
  right: -80px;
  background: rgba(14, 165, 233, 0.22);
}

.llp-hero__orb--2 {
  width: 280px;
  height: 280px;
  bottom: 10%;
  left: -60px;
  background: rgba(20, 184, 166, 0.15);
}

.llp-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.llp-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 992px) {
  .llp-hero__layout {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }
}

.llp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  padding: 0.4rem 0.9rem 0.4rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.llp-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--llp-teal);
  box-shadow: 0 0 12px rgba(20, 184, 166, 0.8);
  animation: llp-pulse 2s ease-in-out infinite;
}

@keyframes llp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.85); }
}

.llp-hero__title {
  margin: 0 0 1rem !important;
  font-size: clamp(1.85rem, 5vw, 2.85rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.12 !important;
  color: #ffffff !important;
  max-width: 18ch;
}

.llp-hero__lead {
  margin: 0 0 1.65rem;
  max-width: 34rem;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.llp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.llp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.35rem;
  font-family: var(--llp-font);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.llp-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--llp-accent) 0%, var(--llp-accent-deep) 100%);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.llp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.5);
}

.llp-btn--glass {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.llp-btn--glass:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.llp-btn--outline {
  color: var(--llp-ink) !important;
  background: #fff;
  border: 1px solid var(--llp-border);
  box-shadow: var(--llp-shadow);
}

.llp-btn--outline:hover {
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateY(-1px);
}

.llp-btn--lg {
  padding: 0.85rem 1.5rem;
  font-size: 0.9375rem;
}

.llp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.llp-value-props {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.llp-value-props__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.llp-value-props__item--free {
  border-color: rgba(20, 184, 166, 0.35);
  background: rgba(20, 184, 166, 0.1);
}

.llp-value-props__item--time {
  border-color: rgba(201, 169, 98, 0.35);
  background: rgba(201, 169, 98, 0.08);
}

.llp-value-props__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.75rem;
  color: var(--llp-teal);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.llp-value-props__item--time .llp-value-props__icon {
  color: #e8d5a3;
}

.llp-value-props__copy {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.llp-value-props__copy strong {
  font-weight: 700;
}

.llp-value-props__highlight {
  padding: 0.1rem 0.4rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #042f2e;
  background: linear-gradient(145deg, #5eead4, #14b8a6);
  border-radius: 4px;
}

.llp-value-props__item--time .llp-value-props__highlight {
  color: #0a0f1a;
  background: linear-gradient(145deg, #c9a962, #e8d5a3);
}

.llp-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.llp-hero__trust i {
  color: var(--llp-teal);
  font-size: 0.75rem;
}

/* Hero glass panel */
.llp-hero__panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--llp-radius);
  padding: 1.35rem 1.4rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255,255,255,0.08);
}

.llp-hero__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.llp-hero__panel-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.llp-hero__panel-tag {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--llp-gold);
  padding: 0.25rem 0.55rem;
  background: rgba(201, 169, 98, 0.12);
  border-radius: 6px;
  border: 1px solid rgba(201, 169, 98, 0.25);
}

.llp-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.llp-stat {
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--llp-radius-sm);
  text-align: center;
}

.llp-stat__value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}

.llp-stat__label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}

.llp-hero__panel-foot {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.llp-hero__panel-foot p {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.llp-hero__panel-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--llp-accent) !important;
  text-decoration: none !important;
}

.llp-hero__panel-link:hover {
  color: #7dd3fc !important;
}

/* Location ribbon */
.llp-hero__ribbon {
  position: relative;
  z-index: 2;
  padding: 0 0 2.5rem;
  margin-top: 0.5rem;
}

.llp-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--llp-radius);
  backdrop-filter: blur(12px);
}

.llp-ribbon__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.llp-ribbon__chip i {
  font-size: 0.65rem;
  color: var(--llp-teal);
}

/* ─── Body sections ─── */
.llp-body {
  padding: 2.5rem 0 3.5rem;
  margin-top: -1.25rem;
  position: relative;
  z-index: 3;
}

.llp-section {
  background: var(--llp-surface);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius);
  padding: 1.75rem 1.85rem;
  margin-bottom: 1.35rem;
  box-shadow: var(--llp-shadow);
}

.llp-section--intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--llp-accent), var(--llp-teal)) 1;
}

@media (min-width: 768px) {
  .llp-section--intro {
    grid-template-columns: 1fr 280px;
    gap: 2.5rem;
  }
}

.llp-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--llp-accent-deep);
}

.llp-section h2 {
  margin: 0 0 0.85rem !important;
  font-size: clamp(1.25rem, 3vw, 1.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: var(--llp-ink) !important;
  line-height: 1.25 !important;
}

.llp-section h3 {
  margin: 1.35rem 0 0.5rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--llp-ink-soft) !important;
}

.llp-section p,
.llp-section li {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--llp-muted);
}

.llp-section ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
}

.llp-section ul li {
  margin-bottom: 0.35rem;
}

.llp-section ul li strong {
  color: var(--llp-ink-soft);
}

.llp-pullquote {
  padding: 1.25rem 1.35rem;
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.06) 0%, rgba(20, 184, 166, 0.04) 100%);
  border-left: 3px solid var(--llp-accent);
  border-radius: 0 var(--llp-radius-sm) var(--llp-radius-sm) 0;
}

.llp-pullquote p {
  margin: 0;
  font-family: var(--llp-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--llp-ink-soft);
}

.llp-aside-card {
  padding: 1.15rem 1.2rem;
  background: var(--llp-bg);
  border-radius: var(--llp-radius-sm);
  border: 1px solid var(--llp-border);
}

.llp-aside-card__title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--llp-muted);
}

.llp-aside-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.llp-aside-card__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--llp-ink-soft);
  border-bottom: 1px solid var(--llp-border);
}

.llp-aside-card__list li:last-child {
  border-bottom: none;
}

.llp-aside-card__list i {
  width: 1.25rem;
  text-align: center;
  color: var(--llp-accent);
  font-size: 0.75rem;
}

/* Services bento grid */
.llp-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.llp-service {
  position: relative;
  padding: 1.15rem 1.2rem 1.2rem;
  background: var(--llp-bg);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

.llp-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--llp-accent), var(--llp-teal));
  opacity: 0;
  transition: opacity 0.25s;
}

.llp-service:hover {
  transform: translateY(-3px);
  box-shadow: var(--llp-shadow-lg);
  border-color: rgba(14, 165, 233, 0.2);
}

.llp-service:hover::before {
  opacity: 1;
}

.llp-service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: var(--llp-accent-deep);
  background: rgba(14, 165, 233, 0.1);
  border-radius: 10px;
}

.llp-service h3 {
  margin: 0 0 0.4rem !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: var(--llp-ink) !important;
}

.llp-service p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
}

/* Split feature panels */
.llp-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

@media (min-width: 768px) {
  .llp-split {
    grid-template-columns: 1fr 1fr;
  }
}

.llp-split__panel {
  padding: 1.35rem 1.4rem;
  background: var(--llp-bg);
  border-radius: var(--llp-radius-sm);
  border: 1px solid var(--llp-border);
}

.llp-split__panel--accent {
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.05) 0%, #fff 100%);
  border-color: rgba(14, 165, 233, 0.15);
}

/* Local guide cards */
.llp-locale-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .llp-locale-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.llp-locale {
  padding: 1.1rem 1.15rem;
  background: var(--llp-bg);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius-sm);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.llp-locale:hover {
  border-color: rgba(14, 165, 233, 0.25);
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.08);
}

.llp-locale h3 {
  margin: 0 0 0.45rem !important;
  font-size: 0.9375rem !important;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.llp-locale h3 i {
  color: var(--llp-accent);
  font-size: 0.8rem;
}

.llp-locale p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
}

/* Pills */
.llp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.llp-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--llp-accent-deep);
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 999px;
  transition: background 0.2s;
}

.llp-pill:hover {
  background: rgba(14, 165, 233, 0.14);
}

.llp-pill i {
  font-size: 0.65rem;
}

/* Benefits row */
.llp-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.llp-benefit {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--llp-bg);
  border-radius: var(--llp-radius-sm);
  border: 1px solid var(--llp-border);
}

.llp-benefit__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--llp-teal);
  background: rgba(20, 184, 166, 0.1);
  border-radius: 8px;
}

.llp-benefit strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--llp-ink);
  margin-bottom: 0.15rem;
}

.llp-benefit span {
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--llp-muted);
}

/* Trust dark band */
.llp-trust-band {
  background: linear-gradient(135deg, #0c1222 0%, #152238 50%, #0f1d32 100%);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.llp-trust-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(ellipse at 100% 50%, rgba(14, 165, 233, 0.12), transparent 70%);
  pointer-events: none;
}

.llp-trust-band h2 {
  color: #fff !important;
}

.llp-trust-band p,
.llp-trust-band li {
  color: rgba(255, 255, 255, 0.65);
}

.llp-trust-band h3 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.llp-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}

.llp-trust-item {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--llp-radius-sm);
}

.llp-trust-item i {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: var(--llp-gold);
}

.llp-trust-item strong {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.llp-trust-item span {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

/* Inline CTA band */
.llp-cta-inline {
  text-align: center;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(20, 184, 166, 0.05) 50%, #fff 100%);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: var(--llp-radius);
  margin: 1.5rem 0;
}

.llp-cta-inline h2 {
  margin-bottom: 0.35rem !important;
}

.llp-cta-inline p {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.llp-cta-inline__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

/* Final CTA */
.llp-cta-final {
  margin: 2rem 0 1.35rem;
  border-radius: var(--llp-radius);
  overflow: hidden;
  background: linear-gradient(135deg, #0c1222 0%, #1a2744 100%);
  box-shadow: var(--llp-shadow-lg);
}

.llp-cta-final__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.85rem;
}

@media (min-width: 768px) {
  .llp-cta-final__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 2.5rem;
  }
}

.llp-cta-final__eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--llp-gold);
}

.llp-cta-final h2 {
  margin: 0 0 0.5rem !important;
  font-size: clamp(1.2rem, 3vw, 1.5rem) !important;
  color: #fff !important;
}

.llp-cta-final p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 28rem;
}

.llp-cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-shrink: 0;
}

.llp-cta-final .llp-btn--outline {
  color: #fff !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.llp-cta-final .llp-btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* FAQ premium */
.llp-faq {
  margin-bottom: 1.35rem;
}

.llp-faq .accordion-item {
  background: var(--llp-surface);
  border: 1px solid var(--llp-border) !important;
  border-radius: var(--llp-radius-sm) !important;
  margin-bottom: 0.55rem;
  overflow: hidden;
  box-shadow: none;
}

.llp-faq .accordion-button {
  font-family: var(--llp-font);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--llp-ink) !important;
  background: var(--llp-surface) !important;
  padding: 1rem 1.15rem;
  box-shadow: none !important;
}

.llp-faq .accordion-button:not(.collapsed) {
  color: var(--llp-accent-deep) !important;
  background: rgba(14, 165, 233, 0.04) !important;
}

.llp-faq .accordion-button::after {
  background-size: 1rem;
  filter: opacity(0.5);
}

.llp-faq .accordion-body {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--llp-muted);
  padding: 0 1.15rem 1.1rem;
}

/* Internal links */
.llp-links {
  padding: 1.5rem 1.65rem;
  background: var(--llp-surface);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius);
  box-shadow: var(--llp-shadow);
}

.llp-links h2 {
  margin: 0 0 0.35rem !important;
  font-size: 1.15rem !important;
}

.llp-links > p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: var(--llp-muted);
}

.llp-links__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.llp-links__grid a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--llp-accent-deep) !important;
  text-decoration: none !important;
  background: rgba(14, 165, 233, 0.07);
  border: 1px solid rgba(14, 165, 233, 0.15);
  border-radius: 10px;
  transition: background 0.2s, transform 0.15s;
}

.llp-links__grid a:hover {
  background: rgba(14, 165, 233, 0.14);
  transform: translateY(-1px);
}

/* Sticky mobile bar */
.llp-sticky {
  display: none;
}

@media (max-width: 767.98px) {
  .llp-hero {
    padding: 1.75rem 0 0;
  }

  .llp-hero__title {
    max-width: none;
  }

  .llp-hero__actions .llp-btn {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 0;
    padding: 0.65rem 0.75rem;
    font-size: 0.8125rem;
  }

  .llp-hero__actions .llp-btn:first-child {
    flex: 1 1 100%;
  }

  .llp-section {
    padding: 1.25rem 1.15rem;
  }

  .llp-body {
    padding-bottom: 5rem;
  }

  .llp-sticky {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    gap: 0.4rem;
    padding: 0.6rem 0.7rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--llp-border);
    box-shadow: 0 -8px 32px rgba(12, 18, 34, 0.1);
  }

  .llp-sticky__btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 0.5rem;
    font-family: var(--llp-font);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 10px;
    border: none;
  }

  .llp-sticky__btn--ghost {
    color: var(--llp-ink) !important;
    background: var(--llp-bg);
    border: 1px solid var(--llp-border);
  }

  .llp-sticky__btn--wa {
    color: #fff !important;
    background: #25d366;
  }

  .llp-sticky__btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--llp-accent), var(--llp-accent-deep));
  }
}

/* ─── Location hub pages ─── */
.llp-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

@media (min-width: 640px) {
  .llp-hub-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .llp-hub-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.llp-hub-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
  background: var(--llp-bg);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius-sm);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  overflow: hidden;
}

.llp-hub-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--llp-accent), var(--llp-teal));
  opacity: 0;
  transition: opacity 0.22s;
}

.llp-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--llp-shadow-lg);
  border-color: rgba(14, 165, 233, 0.22);
}

.llp-hub-card:hover::before {
  opacity: 1;
}

.llp-hub-card:hover .llp-hub-card__arrow {
  color: var(--llp-accent);
  transform: translateX(3px);
}

.llp-hub-card__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--llp-accent-deep);
  background: rgba(14, 165, 233, 0.1);
  border-radius: 10px;
}

.llp-hub-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.llp-hub-card__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--llp-ink);
  line-height: 1.3;
}

.llp-hub-card__lead {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--llp-muted);
}

.llp-hub-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.15rem;
}

.llp-hub-card__tags span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--llp-accent-deep);
  background: rgba(14, 165, 233, 0.08);
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}

.llp-hub-card__arrow {
  flex-shrink: 0;
  align-self: center;
  font-size: 0.875rem;
  color: var(--llp-muted);
  transition: transform 0.2s, color 0.2s;
}

.llp-links__grid a.llp-links__grid-hub {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(20, 184, 166, 0.08) 100%);
  border-color: rgba(14, 165, 233, 0.28);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .llp-hub-grid {
    grid-template-columns: 1fr;
  }
}

/* Compact hub grid (Delhi / NCR mega hubs) */
.llp-hub-grid--compact {
  margin-top: 0.85rem;
}

@media (min-width: 640px) {
  .llp-hub-grid--compact {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .llp-hub-grid--compact {
    grid-template-columns: repeat(3, 1fr);
  }
}

.llp-hub-grid--compact .llp-hub-card {
  padding: 0.95rem 1rem;
}

.llp-hub-grid--compact .llp-hub-card__lead {
  display: none;
}

/* ─── Location pages — extended mobile / small-screen polish ─── */
@media (max-width: 767.98px) {
  .llp .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .llp-breadcrumb__nav {
    font-size: 0.75rem;
    gap: 0.25rem 0.4rem;
  }

  .llp-hero__ribbon {
    padding: 0 0 1.75rem;
  }

  .llp-ribbon {
    padding: 0.85rem;
    gap: 0.35rem;
  }

  .llp-ribbon__chip {
    font-size: 0.6875rem;
    padding: 0.3rem 0.55rem;
  }

  .llp-hero__panel {
    padding: 1.1rem 1.15rem;
  }

  .llp-hero__trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .llp-section h2 {
    font-size: clamp(1.05rem, 4.5vw, 1.25rem) !important;
    line-height: 1.35 !important;
    word-break: break-word;
  }

  .llp-section > p {
    font-size: 0.875rem;
  }

  .llp-services {
    grid-template-columns: 1fr;
  }

  .llp-benefits,
  .llp-trust-grid {
    grid-template-columns: 1fr;
  }

  .llp-hub-card {
    padding: 1rem;
  }

  .llp-hub-card__title {
    font-size: 0.875rem;
  }

  .llp-hub-card__lead {
    font-size: 0.75rem;
  }

  .llp-links {
    padding: 1.15rem 1.2rem;
  }

  .llp-links__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .llp-links__grid a {
    justify-content: center;
    padding: 0.6rem 0.85rem;
    min-height: 44px;
  }

  .llp-cta-final__inner {
    padding: 1.5rem 1.25rem;
  }

  .llp-cta-final__actions {
    width: 100%;
  }

  .llp-cta-final__actions .llp-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .llp-cta-inline__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .llp-cta-inline__actions .llp-btn {
    width: 100%;
    justify-content: center;
  }

  .llp-split__panel {
    padding: 1.1rem 1.15rem;
  }

  .llp-faq .accordion-button {
    font-size: 0.875rem;
    padding: 0.85rem 1rem;
  }
}

@media (max-width: 399.98px) {
  .llp-hero__actions .llp-btn {
    flex: 1 1 100%;
  }

  .llp-sticky__btn {
    font-size: 0.72rem;
    padding: 0.55rem 0.35rem;
  }
}

/* ─── EEAT trust: NABL bar, credentials, sticky quad ─── */
.llp-hero__panel--trust {
  border-color: rgba(201, 169, 98, 0.35);
}

.llp-hero__panel-nabl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.llp-hero__nabl-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 4.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0a0f1a;
  background: linear-gradient(145deg, #c9a962 0%, #e8d5a3 100%);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(201, 169, 98, 0.35);
}

.llp-hero__nabl-text {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.35;
}

.llp-trust-bar {
  position: relative;
  z-index: 3;
  background: linear-gradient(180deg, #0a0f1a 0%, #111827 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 3px solid var(--llp-gold);
  padding: 1.15rem 0;
}

.llp-trust-bar__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: center;
}

@media (min-width: 768px) {
  .llp-trust-bar__inner {
    grid-template-columns: 1.2fr 1fr auto;
    gap: 1.5rem;
  }
}

.llp-trust-bar__nabl {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.llp-trust-bar__nabl-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 4.25rem;
  padding: 0.5rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0a0f1a;
  background: linear-gradient(145deg, #c9a962, #e8d5a3);
  border-radius: 8px;
  flex-shrink: 0;
}

.llp-trust-bar__nabl-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.llp-trust-bar__nabl-copy strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.llp-trust-bar__nabl-copy span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

.llp-trust-bar__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.llp-trust-bar__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.llp-trust-bar__stat-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--llp-gold);
  line-height: 1.1;
}

.llp-trust-bar__stat-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.llp-trust-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.llp-trust-bar__action {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 999px;
  white-space: nowrap;
}

.llp-trust-bar__action--call {
  color: #fff !important;
  background: rgba(14, 165, 233, 0.2);
  border: 1px solid rgba(14, 165, 233, 0.35);
}

.llp-trust-bar__action--blog {
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.llp-hero__ribbon--compact {
  padding: 0 0 1.5rem;
}

.llp-hero__ribbon-label {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.llp-trust-eeat {
  border-top: 3px solid var(--llp-gold);
}

.llp-trust-eeat__head p {
  max-width: 42rem;
}

.llp-trust-eeat__certs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

@media (min-width: 768px) {
  .llp-trust-eeat__certs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.llp-trust-eeat__cert {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: var(--llp-bg);
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius-sm);
}

.llp-trust-eeat__cert-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--llp-gold);
  background: rgba(201, 169, 98, 0.12);
  border-radius: 10px;
}

.llp-trust-eeat__cert h3 {
  margin: 0 0 0.3rem !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: var(--llp-ink) !important;
}

.llp-trust-eeat__cert p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--llp-muted);
}

.llp-trust-eeat__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
}

.llp-trust-eeat__stat {
  text-align: center;
  padding: 1rem 0.75rem;
  background: linear-gradient(145deg, rgba(14, 165, 233, 0.06), rgba(201, 169, 98, 0.06));
  border: 1px solid var(--llp-border);
  border-radius: var(--llp-radius-sm);
}

.llp-trust-eeat__stat-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--llp-accent-deep);
  line-height: 1.1;
}

.llp-trust-eeat__stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--llp-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.llp-trust-eeat__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .llp-trust-eeat__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.llp-trust-eeat__point {
  padding: 1rem 1.1rem;
  background: var(--llp-bg);
  border-radius: var(--llp-radius-sm);
  border: 1px solid var(--llp-border);
}

.llp-trust-eeat__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--llp-teal);
  background: rgba(20, 184, 166, 0.1);
  border-radius: 8px;
}

.llp-trust-eeat__point strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--llp-ink);
  margin-bottom: 0.25rem;
}

.llp-trust-eeat__point p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--llp-muted);
}

.llp-trust-eeat__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--llp-border);
}

.llp-trust-eeat__footer p {
  margin: 0;
  flex: 1;
  min-width: 14rem;
  font-size: 0.875rem;
  color: var(--llp-muted);
}

/* Quad sticky bar — always visible on mobile */
.llp-sticky--quad {
  display: none;
}

@media (max-width: 767.98px) {
  .llp-sticky--quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 950;
    gap: 0.35rem;
    padding: 0.5rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--llp-border);
    box-shadow: 0 -8px 32px rgba(12, 18, 34, 0.12);
  }

  .llp-sticky--quad .llp-sticky__btn {
    flex: unset;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.55rem 0.35rem;
    font-size: 0.6875rem;
    line-height: 1.2;
    border-radius: 10px;
    min-height: 52px;
  }

  .llp-sticky--quad .llp-sticky__btn i {
    font-size: 0.9375rem;
  }

  .llp-sticky--quad .llp-sticky__btn span {
    display: block;
  }

  .llp-body {
    padding-bottom: 6.5rem;
  }
}

.llp-sticky__btn--call {
  color: var(--llp-ink) !important;
  background: var(--llp-bg);
  border: 1px solid var(--llp-border);
}

.llp-sticky__btn--book {
  color: #fff !important;
  background: linear-gradient(135deg, var(--llp-accent), var(--llp-accent-deep));
}

.llp-sticky__btn--home {
  color: var(--llp-accent-deep) !important;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.2);
}

@media (max-width: 767.98px) {
  .llp-trust-bar__actions {
    width: 100%;
  }

  .llp-trust-bar__action {
    flex: 1;
    justify-content: center;
  }

  .llp-trust-eeat__stats {
    grid-template-columns: 1fr;
  }

  .llp-trust-eeat__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .llp-trust-eeat__footer .llp-btn {
    width: 100%;
    justify-content: center;
  }
}
