/* LovelikeTH /services guest landing — Soft Liquid Glass. Scoped to this public page only. */
body.ll-services-public-page {
  --ll-purple-950: #25103f;
  --ll-purple-900: #35135d;
  --ll-purple-800: #4d1f83;
  --ll-purple-700: #652da5;
  --ll-purple-600: #7a3fc0;
  --ll-purple-500: #955fdb;
  --ll-pink: #e7689c;
  --ll-ink: #2d2635;
  --ll-muted: #6f6677;
  --ll-surface: rgba(255, 255, 255, 0.9);
  --ll-surface-soft: rgba(250, 247, 253, 0.92);
  --ll-border: rgba(87, 42, 128, 0.13);
  --ll-shadow: 0 20px 52px rgba(58, 25, 91, 0.1);
  --ll-shadow-hover: 0 26px 62px rgba(58, 25, 91, 0.16);
  background: #f8f5fb;
  color: var(--ll-ink);
}

body.ll-services-public-page .page {
  min-height: 100vh;
  padding-top: 7.1rem !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 7%, rgba(238, 139, 188, 0.14), transparent 28rem),
    radial-gradient(circle at 93% 15%, rgba(134, 104, 255, 0.13), transparent 30rem),
    linear-gradient(180deg, #fbf9fd 0%, #f6f2fa 58%, #fbf9fd 100%);
}

body.ll-services-public-page .page-main,
body.ll-services-public-page .page-main > .my-3,
body.ll-services-public-page .page-main > .my-md-5 {
  min-width: 0;
}

body.ll-services-public-page .page-main > .my-3,
body.ll-services-public-page .page-main > .my-md-5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ll-services-public,
.ll-services-public *,
.ll-services-public *::before,
.ll-services-public *::after {
  box-sizing: border-box;
}

.ll-services-public {
  width: 100%;
  max-width: 1180px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 0 clamp(4rem, 8vw, 6.5rem);
  overflow-wrap: break-word;
  word-break: normal;
  line-break: loose;
}

.ll-services-public h1,
.ll-services-public h2,
.ll-services-public h3,
.ll-services-public p,
.ll-services-public ul,
.ll-services-public ol {
  margin-top: 0;
}

.ll-services-public h1,
.ll-services-public h2,
.ll-services-public h3 {
  text-wrap: balance;
}

.ll-services-public p {
  text-wrap: pretty;
}

.ll-services-public a {
  text-decoration: none;
}

.ll-services-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  min-width: 0;
  min-height: 590px;
  padding: clamp(3.5rem, 7vw, 6.25rem) 0 clamp(3.75rem, 7vw, 6rem);
  isolation: isolate;
}

.ll-services-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 139, 190, 0.3), transparent 33rem),
    radial-gradient(circle at 83% 28%, rgba(191, 168, 255, 0.32), transparent 31rem),
    linear-gradient(128deg, #301053 0%, #542092 48%, #7135b5 100%);
  box-shadow: 0 26px 70px rgba(52, 18, 92, 0.2);
  content: "";
}

.ll-services-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(110deg, #000 0%, transparent 77%);
  mask-image: linear-gradient(110deg, #000 0%, transparent 77%);
  content: "";
  pointer-events: none;
}

.ll-services-hero__copy,
.ll-services-hero__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.ll-services-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: var(--ll-purple-700);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.45;
}


.ll-services-hero h1 {
  max-width: 720px;
  margin: 1.25rem 0 1.15rem;
  color: #fff;
  font-size: clamp(2.2rem, 4.55vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.042em;
  line-height: 1.16;
}

.ll-services-title-break {
  display: block;
}

.ll-services-hero__lead {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.82;
}

.ll-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.7rem;
}

.ll-services-button {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.9rem;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}



.ll-services-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}



.ll-services-button:active {
  transform: translateY(0);
}

.ll-services-button:focus-visible,
.ll-services-platform-card:focus-within {
  outline: 3px solid rgba(244, 172, 213, 0.95);
  outline-offset: 4px;
}




.ll-services-hero__visual {
  display: grid;
  place-items: center;
  min-height: 430px;
}

.ll-services-hero__visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 32px 32px rgba(20, 3, 48, 0.28));
  transform: translateY(8px) rotate(1.2deg) scale(1.04);
}

.ll-services-hero__glow {
  position: absolute;
  z-index: 1;
  width: min(86%, 470px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 190, 255, 0.35) 0%, rgba(158, 107, 237, 0.16) 48%, transparent 72%);
  filter: blur(8px);
}

.ll-services-section {
  min-width: 0;
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
}

.ll-services-section__heading {
  max-width: 720px;
  margin-bottom: clamp(1.75rem, 4vw, 2.7rem);
}

.ll-services-section__heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ll-services-section__heading h2,
.ll-services-final-cta h2 {
  margin: 0.56rem 0 0.85rem;
  color: var(--ll-purple-950);
  font-size: clamp(1.72rem, 3.05vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.3;
}

.ll-services-section__heading p,
.ll-services-final-cta p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ll-muted);
  font-size: clamp(0.96rem, 1.15vw, 1.04rem);
  line-height: 1.82;
}

.ll-services-section__heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.ll-services-platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.ll-services-platform-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  min-width: 0;
  min-height: 285px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid var(--ll-border);
  border-radius: 1.35rem;
  background: var(--ll-surface);
  box-shadow: var(--ll-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ll-services-platform-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.ll-services-platform-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.ll-services-platform-card::before {
  position: absolute;
  top: -4.5rem;
  right: -4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--ll-card-glow, rgba(122, 63, 192, 0.12));
  content: "";
  pointer-events: none;
}

.ll-services-platform-card:hover {
  z-index: 1;
  border-color: rgba(103, 47, 167, 0.25);
  box-shadow: var(--ll-shadow-hover);
  transform: translateY(-4px);
}

.ll-services-platform-card--facebook { --ll-card-glow: rgba(44, 111, 236, 0.13); }
.ll-services-platform-card--instagram { --ll-card-glow: rgba(222, 71, 144, 0.14); }
.ll-services-platform-card--tiktok { --ll-card-glow: rgba(24, 24, 35, 0.11); }
.ll-services-platform-card--youtube { --ll-card-glow: rgba(243, 48, 48, 0.12); }
.ll-services-platform-card--more { --ll-card-glow: rgba(220, 67, 165, 0.13); }

.ll-services-platform-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.ll-services-platform-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(47, 21, 74, 0.15));
}

.ll-services-platform-card__body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ll-services-platform-card h3,
.ll-services-goal-card h3,
.ll-services-feature-card h3,
.ll-services-step-list h3 {
  margin-bottom: 0.5rem;
  color: var(--ll-purple-950);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.42;
}

.ll-services-platform-card p,
.ll-services-goal-card p,
.ll-services-feature-card p,
.ll-services-step-list p {
  margin-bottom: 0;
  color: var(--ll-muted);
  font-size: 0.91rem;
  line-height: 1.72;
}

.ll-services-platform-card__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: auto;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  background: rgba(102, 45, 166, 0.08);
  color: var(--ll-purple-700);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.35;
}

.ll-services-section--goals {
  position: relative;
}

.ll-services-goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ll-services-goal-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  align-items: start;
  padding: 1.35rem;
  border: 1px solid var(--ll-border);
  border-radius: 1.2rem;
  background: var(--ll-surface-soft);
  box-shadow: 0 14px 40px rgba(58, 25, 91, 0.07);
}

.ll-services-goal-card__icon,
.ll-services-feature-card__icon,
.ll-services-step-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ll-services-goal-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 1rem;
  background: var(--ll-purple-700);
  box-shadow: 0 12px 24px rgba(101, 45, 165, 0.2);
  font-size: 1.08rem;
}

.ll-services-feature-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: start;
}

.ll-services-section__heading--sticky {
  margin-bottom: 0;
}

.ll-services-feature-grid {
  display: grid;
  gap: 0.9rem;
}

.ll-services-feature-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  align-items: start;
  padding: 1.25rem 1.3rem;
  border: 1px solid var(--ll-border);
  border-radius: 1.15rem;
  background: var(--ll-surface);
  box-shadow: 0 12px 34px rgba(58, 25, 91, 0.07);
}

.ll-services-feature-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 0.9rem;
  background: #6e35ae;
  box-shadow: 0 10px 20px rgba(101, 45, 165, 0.18);
}

.ll-services-section--steps {
  padding-bottom: clamp(4.5rem, 9vw, 7.5rem);
}

.ll-services-step-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  counter-reset: none;
  list-style: none;
}

.ll-services-step-list li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 255px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem;
  border: 1px solid var(--ll-border);
  border-radius: 1.25rem;
  background: var(--ll-surface);
  box-shadow: var(--ll-shadow);
}

.ll-services-step-list__number {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  color: rgba(101, 45, 165, 0.16);
  font-size: 2.05rem;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ll-services-step-list__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
  background: var(--ll-purple-700);
  box-shadow: 0 12px 24px rgba(101, 45, 165, 0.2);
  font-size: 1.02rem;
}

.ll-services-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-width: 0;
  padding: clamp(2rem, 5vw, 3.4rem);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: clamp(1.35rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 151, 204, 0.25), transparent 25rem),
    linear-gradient(125deg, #3a1463 0%, #6f32b5 100%);
  box-shadow: 0 26px 70px rgba(52, 18, 92, 0.22);
}

.ll-services-final-cta__copy {
  min-width: 0;
}

.ll-services-final-cta .ll-services-section__kicker,
.ll-services-final-cta h2,
.ll-services-final-cta p {
  color: #fff;
}

.ll-services-final-cta h2 {
  max-width: 680px;
}

.ll-services-final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.ll-services-actions--cta {
  justify-content: flex-end;
  margin-top: 0;
}

.ll-services-button--light {
  border-color: #fff;
  background: #fff;
  color: #431675;
  box-shadow: 0 14px 30px rgba(25, 6, 55, 0.2);
}

.ll-services-button--light:hover {
  background: #f5effc;
  color: #35115f;
}

.ll-services-button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ll-services-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

@media (min-width: 992px) {
  .ll-services-section__heading--sticky {
    position: sticky;
    top: 8.6rem;
  }
}

@media (max-width: 991.98px) {
  body.ll-services-public-page .page {
    padding-top: 6.5rem !important;
  }

  .ll-services-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 4rem;
    text-align: center;
  }

  .ll-services-hero__copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .ll-services-hero h1,
  .ll-services-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }

  .ll-services-actions{
    justify-content: center;
  }

  .ll-services-hero__visual {
    min-height: 350px;
  }

  .ll-services-hero__visual img {
    width: min(82vw, 520px);
  }

  .ll-services-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ll-services-platform-card,
  .ll-services-platform-card:nth-child(4),
  .ll-services-platform-card:nth-child(5) {
    grid-column: auto;
  }

  .ll-services-platform-card:last-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .ll-services-feature-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .ll-services-section__heading--sticky {
    margin-bottom: 0;
  }

  .ll-services-final-cta {
    grid-template-columns: 1fr;
  }

  .ll-services-actions--cta {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  body.ll-services-public-page .page {
    padding-top: 5.8rem !important;
  }

  .ll-services-hero {
    gap: 1rem;
    padding: 3.25rem 0 3.6rem;
  }

  .ll-services-hero h1 {
    font-size: clamp(2rem, 10vw, 3.05rem);
    letter-spacing: -0.035em;
    line-height: 1.2;
  }

  .ll-services-title-break {
    display: none;
  }

  .ll-services-hero__lead {
    max-width: 34rem;
    line-height: 1.74;
  }


  .ll-services-hero__visual {
    min-height: 300px;
  }

  .ll-services-hero__visual img {
    width: min(94vw, 460px);
    transform: rotate(0.5deg) scale(1.02);
  }

  .ll-services-section {
    padding-top: 4.25rem;
  }

  .ll-services-section__heading {
    margin-bottom: 1.65rem;
  }

  .ll-services-platform-grid,
  .ll-services-goal-grid,
  .ll-services-step-list {
    grid-template-columns: 1fr;
  }

  .ll-services-platform-card:last-child {
    grid-column: auto;
  }

  .ll-services-platform-card {
    min-height: 0;
    padding: 1.3rem;
  }

  .ll-services-goal-card {
    padding: 1.2rem;
  }

  .ll-services-step-list li {
    min-height: 0;
    padding: 1.3rem;
  }

  .ll-services-final-cta {
    padding: 1.65rem;
  }
}

@media (max-width: 479.98px) {


  .ll-services-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ll-services-button {
    width: 100%;
  }

  .ll-services-hero__visual {
    min-height: 260px;
  }

  .ll-services-goal-card,
  .ll-services-feature-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .ll-services-goal-card__icon,
  .ll-services-feature-card__icon {
    width: 46px;
    height: 46px;
  }

  .ll-services-platform-card__tag {
    max-width: 100%;
    white-space: normal;
  }
}

body.theme-dark.ll-services-public-public-page,
body.auto-theme-dark.ll-services-public-public-page {
  --ll-ink: #f4eef8;
  --ll-muted: #c5b8cf;
  --ll-surface: rgba(39, 27, 50, 0.93);
  --ll-surface-soft: rgba(45, 31, 57, 0.9);
  --ll-border: rgba(222, 197, 241, 0.13);
  --ll-shadow: 0 20px 52px rgba(5, 2, 12, 0.25);
  --ll-shadow-hover: 0 26px 62px rgba(5, 2, 12, 0.34);
  background: #17111d;
}

body.theme-dark.ll-services-public-public-page .page,
body.auto-theme-dark.ll-services-public-public-page .page {
  background:
    radial-gradient(circle at 8% 7%, rgba(207, 86, 151, 0.12), transparent 28rem),
    radial-gradient(circle at 93% 15%, rgba(126, 85, 216, 0.13), transparent 30rem),
    linear-gradient(180deg, #18121f 0%, #1e1626 58%, #18121f 100%);
}

body.theme-dark.ll-services-public-public-page .ll-services-section__heading h2,
body.theme-dark.ll-services-public-public-page .ll-services-platform-card h3,
body.theme-dark.ll-services-public-public-page .ll-services-goal-card h3,
body.theme-dark.ll-services-public-public-page .ll-services-feature-card h3,
body.theme-dark.ll-services-public-public-page .ll-services-step-list h3,
body.auto-theme-dark.ll-services-public-public-page .ll-services-section__heading h2,
body.auto-theme-dark.ll-services-public-public-page .ll-services-platform-card h3,
body.auto-theme-dark.ll-services-public-public-page .ll-services-goal-card h3,
body.auto-theme-dark.ll-services-public-public-page .ll-services-feature-card h3,
body.auto-theme-dark.ll-services-public-public-page .ll-services-step-list h3 {
  color: #f6f0fa;
}

body.theme-dark.ll-services-public-public-page .ll-services-platform-card__tag,
body.auto-theme-dark.ll-services-public-public-page .ll-services-platform-card__tag {
  background: rgba(183, 132, 229, 0.13);
  color: #d7b8ef;
}


/* OS-level prefers-color-scheme override removed: public services follows website theme state. */


@media (prefers-reduced-motion: reduce) {
  .ll-services-public *,
  .ll-services-public *::before,
  .ll-services-public *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ll-services-button:hover,
  .ll-services-platform-card:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  .ll-services-button,
  .ll-services-platform-card,
  .ll-services-goal-card,
  .ll-services-feature-card,
  .ll-services-step-list li,
  .ll-services-final-cta {
    border: 1px solid CanvasText;
  }
}


/* Phase 4: motion hero, resource links and FAQ */
.ll-services-hero__visual { perspective: 900px; transform-style: preserve-3d; }
.ll-services-hero__mascot-shell {
  position: relative; z-index: 4; display: grid; place-items: center; width: min(100%, 570px);
  transform: translate3d(var(--ll-tilt-x, 0), var(--ll-tilt-y, 0), 0) rotateX(var(--ll-rotate-x, 0deg)) rotateY(var(--ll-rotate-y, 0deg));
  transition: transform 220ms ease-out; will-change: transform;
}
.ll-services-hero__mascot-picture { display: contents; }
.ll-services-hero__mascot-shell img {
  display: block; width: 100%; height: auto; transform: translateY(0);
  filter: drop-shadow(0 34px 30px rgba(20,3,48,.28));
  animation: llServicesFloat 5.6s ease-in-out infinite; will-change: transform;
}
.ll-services-hero__glow { animation: llServicesGlow 5.6s ease-in-out infinite; }
.ll-services-hero__orbit { position:absolute; z-index:2; border:1px solid rgba(255,255,255,.18); border-radius:50%; pointer-events:none; }
.ll-services-hero__orbit--one { width:min(94%,520px); aspect-ratio:1; animation:llServicesOrbit 18s linear infinite; }
.ll-services-hero__orbit--two { width:min(70%,390px); aspect-ratio:1; border-style:dashed; opacity:.55; animation:llServicesOrbitReverse 14s linear infinite; }
.ll-services-hero__spark { position:absolute; z-index:5; color:#fff; text-shadow:0 0 18px rgba(255,255,255,.8); pointer-events:none; animation:llServicesSpark 3.6s ease-in-out infinite; }
.ll-services-hero__spark--one { top:16%; right:8%; font-size:1.45rem; }
.ll-services-hero__spark--two { bottom:24%; left:5%; font-size:.9rem; animation-delay:-1.4s; }



.ll-services-hero__shadow { position:absolute; z-index:1; bottom:6%; width:min(64%,330px); height:38px; border-radius:50%; background:rgba(21,4,43,.27); filter:blur(13px); animation:llServicesShadow 5.6s ease-in-out infinite; }

.ll-services-resource-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.ll-services-resource-card { display:grid; grid-template-columns:52px minmax(0,1fr); gap:1rem; min-width:0; padding:1.3rem; border:1px solid var(--ll-border); border-radius:1.2rem; background:var(--ll-surface); color:inherit; box-shadow:var(--ll-shadow); transition:transform 180ms ease,box-shadow 180ms ease,border-color 180ms ease; }
.ll-services-resource-card > i { display:grid; place-items:center; width:52px; height:52px; border-radius:1rem; background:#6e35ae; color:#fff; font-size:1.05rem; box-shadow:0 10px 20px rgba(101,45,165,.18); }
.ll-services-resource-card h3 { margin:0 0 .42rem; color:var(--ll-purple-950); font-size:1rem; font-weight:800; }
.ll-services-resource-card p { margin:0; color:var(--ll-muted); font-size:.88rem; line-height:1.68; }
.ll-services-resource-card span { display:inline-block; margin-top:.75rem; color:var(--ll-purple-700); font-size:.8rem; font-weight:800; }
.ll-services-resource-card:hover { transform:translateY(-3px); border-color:rgba(103,47,167,.25); box-shadow:var(--ll-shadow-hover); text-decoration:none; }
.ll-services-resource-card:focus-visible { outline:3px solid rgba(126,75,190,.35); outline-offset:4px; }

.ll-services-faq-list { display:grid; gap:.75rem; width:min(100%,900px); margin:0 auto; }
.ll-services-faq-list details { overflow:hidden; border:1px solid var(--ll-border); border-radius:1rem; background:var(--ll-surface); box-shadow:0 10px 30px rgba(58,25,91,.06); }
.ll-services-faq-list summary { position:relative; padding:1rem 3rem 1rem 1.15rem; cursor:pointer; color:var(--ll-purple-950); font-size:.94rem; font-weight:800; line-height:1.55; list-style:none; }
.ll-services-faq-list summary::-webkit-details-marker { display:none; }
.ll-services-faq-list summary::after { position:absolute; top:50%; right:1.15rem; content:'+'; color:var(--ll-purple-700); font-size:1.25rem; transform:translateY(-50%); }
.ll-services-faq-list details[open] summary::after { content:'−'; }
.ll-services-faq-list p { margin:0; padding:0 1.15rem 1.1rem; color:var(--ll-muted); font-size:.9rem; line-height:1.78; }

body.theme-dark.ll-services-public-page .ll-services-resource-card h3,
body.theme-dark.ll-services-public-page .ll-services-faq-list summary,
body.auto-theme-dark.ll-services-public-page .ll-services-resource-card h3,
body.auto-theme-dark.ll-services-public-page .ll-services-faq-list summary { color:#f6f0fa; }

@keyframes llServicesFloat { 0%,100%{transform:translate3d(0,8px,0) rotate(1deg)} 50%{transform:translate3d(0,-12px,0) rotate(-.7deg)} }
@keyframes llServicesGlow { 0%,100%{transform:scale(.96);opacity:.72} 50%{transform:scale(1.07);opacity:1} }
@keyframes llServicesOrbit { to{transform:rotate(360deg)} }
@keyframes llServicesOrbitReverse { to{transform:rotate(-360deg)} }
@keyframes llServicesSpark { 0%,100%{transform:translateY(0) scale(.85);opacity:.45} 50%{transform:translateY(-10px) scale(1.12);opacity:1} }

@keyframes llServicesShadow { 0%,100%{transform:scaleX(.92);opacity:.55} 50%{transform:scaleX(1.06);opacity:.32} }

@media (max-width:991.98px) {
  .ll-services-resource-grid { grid-template-columns:1fr; }


}
@media (max-width:767.98px) {

  .ll-services-hero__orbit--one { width:min(90vw,440px); }
  .ll-services-hero__orbit--two { width:min(68vw,330px); }
}
@media (max-width:479.98px) {
  .ll-services-resource-card { grid-template-columns:46px minmax(0,1fr); padding:1.15rem; }
  .ll-services-resource-card > i { width:46px; height:46px; }
}

/* OS-level prefers-color-scheme override removed: public services follows website theme state. */

@media (prefers-reduced-motion: reduce) {
  .ll-services-hero__mascot-shell img,
  .ll-services-hero__glow,
  .ll-services-hero__orbit,
  .ll-services-hero__spark,
  .ll-services-hero__shadow { animation:none !important; }
  .ll-services-hero__mascot-shell { transform:none !important; transition:none !important; }
}

/* Phase 4 public services visual polish — spacing/alignment only. */
.ll-services-section {
  padding-top: clamp(4.75rem, 8vw, 6.75rem);
}

.ll-services-section__heading {
  margin-bottom: clamp(2rem, 3.8vw, 2.8rem);
}

#platforms .ll-services-section__heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#platforms .ll-services-section__heading p {
  margin-right: auto;
  margin-left: auto;
}

.ll-services-platform-grid,
.ll-services-goal-grid,
.ll-services-step-list,
.ll-services-resource-grid {
  gap: clamp(1.15rem, 2vw, 1.5rem);
}

.ll-services-feature-grid {
  gap: 1.15rem;
}

.ll-services-platform-card {
  min-height: 300px;
  align-items: center;
  padding: clamp(1.5rem, 2.4vw, 1.75rem);
  text-align: center;
}

.ll-services-platform-card__icon {
  margin-right: auto;
  margin-bottom: 1.2rem;
  margin-left: auto;
}

.ll-services-platform-card__body {
  width: 100%;
}

.ll-services-platform-card h3 {
  margin-bottom: 0.65rem;
}

.ll-services-platform-card p {
  max-width: 18.5rem;
  margin-right: auto;
  margin-left: auto;
}

.ll-services-platform-card__tag {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ll-services-goal-card {
  gap: 1.15rem;
  padding: clamp(1.4rem, 2.2vw, 1.65rem);
}

.ll-services-feature-layout {
  gap: clamp(2.25rem, 5vw, 4.5rem);
}

.ll-services-feature-card {
  gap: 1.1rem;
  padding: clamp(1.35rem, 2vw, 1.55rem);
}

.ll-services-step-list li {
  min-height: 270px;
  padding: clamp(1.5rem, 2.2vw, 1.7rem);
}

.ll-services-step-list__icon {
  margin-bottom: 1.25rem;
}

.ll-services-final-cta {
  gap: clamp(1.75rem, 4vw, 3.25rem);
}

.ll-services-final-cta__copy p {
  max-width: 620px;
}

@media (max-width: 767.98px) {
  .ll-services-section {
    padding-top: 4.4rem;
  }

  .ll-services-platform-card,
  .ll-services-step-list li {
    min-height: 0;
  }

  .ll-services-goal-card,
  .ll-services-feature-card {
    gap: 1rem;
  }
}

/* Phase 4 services guest refinement — 2026-08-08 */
.ll-services-hero::before {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 111, 161, 0.26), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(134, 104, 255, 0.34), transparent 33%),
    linear-gradient(135deg, #32106f 0%, #5620bd 50%, #7d38e9 100%);
  box-shadow: none;
}

.ll-services-hero::after {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
}

.ll-services-hero {
  min-height: 590px;
  padding-top: clamp(4.4rem, 7vw, 6.1rem);
  padding-bottom: clamp(4.4rem, 7vw, 6.1rem);
}


.ll-services-hero h1 {
  max-width: 690px;
  margin: 0 0 1.3rem;
  font-size: clamp(2.05rem, 3.45vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.ll-services-title-break,
.ll-services-heading-break {
  display: block;
}

.ll-services-hero__lead {
  max-width: 650px;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

.ll-services-actions {
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.ll-services-button {
  min-height: 3.15rem;
  padding: 0.8rem 1.25rem;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}






/* Platform cards use a restrained tint derived from each platform logo. */
.ll-services-platform-card {
  border-color: rgba(255, 255, 255, 0.66);
  background: var(--ll-platform-card-bg, var(--ll-surface));
  box-shadow: 0 18px 46px rgba(58, 25, 91, 0.09);
}

.ll-services-platform-card::before {
  top: -5.5rem;
  right: -4.5rem;
  width: 13rem;
  height: 13rem;
  opacity: 0.7;
  filter: blur(1px);
}

.ll-services-platform-card::after {
  position: absolute;
  bottom: -5rem;
  left: -4rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: var(--ll-platform-card-accent, rgba(122, 63, 192, 0.06));
  filter: blur(10px);
  content: "";
  pointer-events: none;
}

.ll-services-platform-card--instagram {
  --ll-card-glow: rgba(245, 78, 143, 0.18);
  --ll-platform-card-accent: rgba(255, 174, 73, 0.13);
  --ll-platform-card-bg: linear-gradient(145deg, rgba(255, 249, 242, 0.98) 0%, rgba(255, 239, 245, 0.96) 48%, rgba(248, 239, 255, 0.96) 100%);
}

.ll-services-platform-card--facebook {
  --ll-card-glow: rgba(37, 99, 235, 0.16);
  --ll-platform-card-accent: rgba(74, 144, 255, 0.12);
  --ll-platform-card-bg: linear-gradient(145deg, rgba(247, 251, 255, 0.98) 0%, rgba(235, 244, 255, 0.97) 55%, rgba(242, 243, 255, 0.96) 100%);
}

.ll-services-platform-card--tiktok {
  --ll-card-glow: rgba(37, 244, 238, 0.13);
  --ll-platform-card-accent: rgba(254, 44, 85, 0.10);
  --ll-platform-card-bg: linear-gradient(145deg, rgba(248, 253, 253, 0.98) 0%, rgba(239, 251, 253, 0.96) 45%, rgba(255, 242, 247, 0.96) 100%);
}

.ll-services-platform-card--youtube {
  --ll-card-glow: rgba(255, 0, 0, 0.13);
  --ll-platform-card-accent: rgba(255, 92, 92, 0.09);
  --ll-platform-card-bg: linear-gradient(145deg, rgba(255, 251, 251, 0.99) 0%, rgba(255, 239, 239, 0.96) 100%);
}

.ll-services-platform-card--more {
  --ll-card-glow: rgba(225, 45, 149, 0.14);
  --ll-platform-card-accent: rgba(132, 75, 214, 0.10);
  --ll-platform-card-bg: linear-gradient(145deg, rgba(253, 249, 255, 0.99) 0%, rgba(247, 239, 255, 0.96) 50%, rgba(255, 239, 248, 0.95) 100%);
}

.ll-services-heading-break {
  margin-top: 0.08em;
}

.ll-services-accent-text {
  display: inline-block;
  margin-left: 0.32em;
  background: linear-gradient(90deg, #c244e5 0%, #eb4d9b 52%, #f0a72f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Four-step journey inspired by the supplied reference, without card boxes. */
.ll-services-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  isolation: isolate;
}

.ll-services-journey::before {
  position: absolute;
  top: 26px;
  right: calc(12.5% - 1px);
  left: calc(12.5% - 1px);
  z-index: -1;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c74ce2 0%, #ef4b93 30%, #f2a52e 55%, #34c783 76%, #30c7c7 100%);
  content: "";
}

.ll-services-journey li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ll-services-journey__number {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #b84be7 0%, #e446b7 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(179, 70, 221, 0.22);
  font-size: 1rem;
  font-weight: 800;
}

.ll-services-journey__icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin: 1rem 0 0.95rem;
  border: 1px solid rgba(182, 112, 235, 0.28);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.94);
  color: #149aba;
  box-shadow: 0 14px 34px rgba(58, 25, 91, 0.08);
  font-size: 1.35rem;
}

.ll-services-journey h3 {
  margin: 0 0 0.42rem;
  color: var(--ll-purple-950);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.ll-services-journey p {
  max-width: 13.5rem;
  margin: 0 auto;
  color: var(--ll-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* Resource links: icon, title and explanation are centered as a single unit. */
.ll-services-resource-card {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 1.7rem 1.45rem;
  text-align: center;
}

.ll-services-resource-card > i {
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #6e35ae, #8f50cc);
  font-size: 1.15rem;
}

.ll-services-resource-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.04rem;
}

.ll-services-resource-card p {
  max-width: 17rem;
  margin: 0 auto;
  line-height: 1.72;
}

.ll-services-resource-card span {
  margin-top: 0.9rem;
}

/* Larger pre-order knowledge accordion with room for detailed explanations. */
.ll-services-section--faq {
  padding-top: clamp(5.25rem, 9vw, 7.5rem);
}

.ll-services-faq-list {
  gap: 0.95rem;
  width: min(100%, 1040px);
}

.ll-services-faq-list details {
  border-radius: 1.2rem;
  box-shadow: 0 14px 36px rgba(58, 25, 91, 0.065);
}

.ll-services-faq-list summary {
  min-height: 66px;
  padding: 1.2rem 3.6rem 1.2rem 1.45rem;
  font-size: 1rem;
  line-height: 1.6;
}

.ll-services-faq-list summary::after {
  right: 1.4rem;
  font-size: 1.45rem;
}

.ll-services-faq-list p {
  max-width: 940px;
  padding: 0 1.45rem 1.4rem;
  font-size: 0.94rem;
  line-height: 1.9;
}

/* Final CTA follows the supplied centered reference while keeping LovelikeTH styling. */
.ll-services-final-cta {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: clamp(5.25rem, 9vw, 7.5rem);
  padding: clamp(2.4rem, 5vw, 3.8rem) clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(112, 60, 174, 0.14);
  border-radius: clamp(1.5rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 50% 0%, rgba(173, 109, 238, 0.10), transparent 42%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(58, 25, 91, 0.09);
  text-align: center;
}

.ll-services-final-cta__icon {
  display: block;
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
}

.ll-services-final-cta__copy {
  width: 100%;
}

.ll-services-final-cta h2 {
  max-width: 760px;
  margin: 0 auto 0.75rem;
  color: var(--ll-purple-950);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.28;
}

.ll-services-final-cta p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--ll-muted);
}

.ll-services-actions--cta {
  justify-content: center;
  margin-top: 1.55rem;
}

.ll-services-button--light {
  border-color: transparent;
  background: linear-gradient(135deg, #a94ce4 0%, #e448a9 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(177, 65, 199, 0.22);
}

.ll-services-button--light:hover {
  background: linear-gradient(135deg, #9e40d8 0%, #d83d9e 100%);
  color: #fff;
}

.ll-services-button--ghost {
  border-color: #7c3cff;
  background: #fff;
  color: #36223f;
}

.ll-services-button--ghost:hover {
  border-color: #652da5;
  background: #faf7fd;
  color: #25103f;
}

body.theme-dark.ll-services-public-page .ll-services-platform-card,
body.auto-theme-dark.ll-services-public-page .ll-services-platform-card {
  border-color: rgba(222, 197, 241, 0.13);
  background: linear-gradient(145deg, rgba(43, 30, 54, 0.96), rgba(34, 24, 44, 0.96));
}

body.theme-dark.ll-services-public-page .ll-services-journey__icon,
body.auto-theme-dark.ll-services-public-page .ll-services-journey__icon {
  border-color: rgba(222, 197, 241, 0.15);
  background: rgba(46, 32, 58, 0.96);
}

body.theme-dark.ll-services-public-page .ll-services-journey h3,
body.auto-theme-dark.ll-services-public-page .ll-services-journey h3 {
  color: #f6f0fa;
}

body.theme-dark.ll-services-public-page .ll-services-final-cta,
body.auto-theme-dark.ll-services-public-page .ll-services-final-cta {
  border-color: rgba(222, 197, 241, 0.13);
  background:
    radial-gradient(circle at 50% 0%, rgba(163, 100, 223, 0.14), transparent 42%),
    rgba(39, 27, 50, 0.95);
}

body.theme-dark.ll-services-public-page .ll-services-final-cta h2,
body.auto-theme-dark.ll-services-public-page .ll-services-final-cta h2 {
  color: #f6f0fa;
}

body.theme-dark.ll-services-public-page .ll-services-button--ghost,
body.auto-theme-dark.ll-services-public-page .ll-services-button--ghost {
  border-color: rgba(195, 150, 238, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (max-width: 991.98px) {
  .ll-services-journey {
    gap: 1.25rem;
  }

  .ll-services-journey p {
    max-width: 11rem;
  }
}

@media (max-width: 767.98px) {
  .ll-services-title-break,
  .ll-services-heading-break {
    display: block;
  }

  .ll-services-hero h1 {
    font-size: clamp(1.9rem, 7.2vw, 2.65rem);
    line-height: 1.2;
  }

  .ll-services-journey {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .ll-services-journey::before {
    top: 27px;
    bottom: 27px;
    left: 27px;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #c74ce2 0%, #ef4b93 30%, #f2a52e 55%, #34c783 76%, #30c7c7 100%);
  }

  .ll-services-journey li {
    position: relative;
    display: grid;
    grid-template-columns: 54px 64px minmax(0, 1fr);
    gap: 0 0.85rem;
    align-items: center;
    min-height: 104px;
    text-align: left;
  }

  .ll-services-journey__number {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .ll-services-journey__icon {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
    margin: 0;
    border-radius: 1rem;
  }

  .ll-services-journey h3 {
    grid-column: 3;
    align-self: end;
    margin: 0 0 0.15rem;
  }

  .ll-services-journey p {
    grid-column: 3;
    max-width: none;
    align-self: start;
    margin: 0;
  }

  .ll-services-final-cta {
    min-height: 0;
    margin-top: 4.75rem;
  }
}

@media (max-width: 575.98px) {
  .ll-services-hero h1 {
    font-size: clamp(1.75rem, 8.8vw, 2.3rem);
    line-height: 1.22;
  }

  .ll-services-hero__lead {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .ll-services-faq-list summary {
    min-height: 62px;
    padding: 1rem 3.2rem 1rem 1.1rem;
    font-size: 0.95rem;
  }

  .ll-services-faq-list p {
    padding: 0 1.1rem 1.15rem;
    font-size: 0.9rem;
  }
}


/* OS-level prefers-color-scheme override removed: public services follows website theme state. */


/* Guest services hero balance + animated heading treatment — 2026-08-08 */
.ll-services-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(2rem, 4vw, 4.25rem);
  min-height: 570px;
  padding-top: clamp(3.75rem, 6vw, 5.4rem);
  padding-bottom: clamp(3.75rem, 6vw, 5.4rem);
}

.ll-services-hero__copy {
  width: 100%;
  max-width: 700px;
}

.ll-services-hero h1 {
  max-width: none;
  margin: 1.18rem 0 1.05rem;
  color: #fff;
  font-size: clamp(2.65rem, 4.15vw, 3.72rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.ll-services-hero h1 > span {
  display: block;
  width: max-content;
  max-width: 100%;
  background: linear-gradient(90deg,
    #ffffff 0%,
    #ffd2ee 13%,
    #ff9ecf 25%,
    #ffd36e 39%,
    #78e6ae 53%,
    #7bd9ff 67%,
    #bca7ff 81%,
    #ffffff 100%);
  background-size: 320% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: llServicesRainbowText 9s linear infinite;
  white-space: nowrap;
}

.ll-services-hero h1 > span:nth-child(2) {
  animation-delay: -2.2s;
}

.ll-services-hero__lead {
  max-width: 660px;
  font-size: clamp(.98rem, 1.2vw, 1.08rem);
  line-height: 1.78;
}

.ll-services-actions {
  gap: .78rem;
  margin-top: 1.55rem;
}

.ll-services-button {
  min-height: 50px;
  padding: .82rem 1.28rem;
}




/* Large public section headings use one consistent LovelikeTH gradient family. */
.ll-services-section__heading h2,
.ll-services-final-cta h2 {
  background: linear-gradient(105deg, #5f2db8 0%, #a83fc1 38%, #e4549c 68%, #7c4de2 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ll-services-final-cta h2 {
  background-image: linear-gradient(105deg, #ffffff 0%, #ffd8ed 38%, #d9c5ff 72%, #ffffff 100%);
}

.ll-services-accent-text {
  display: inline-block;
  margin-left: .28em;
  background: linear-gradient(90deg, #ff4f9a, #ffb23e, #6fd3a1, #6aa8ff, #b05bea);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: llServicesRainbowText 8s linear infinite;
}

@keyframes llServicesRainbowText {
  0% { background-position: 0% 50%; }
  100% { background-position: 320% 50%; }
}

@media (max-width: 1199.98px) {
  .ll-services-hero {
    grid-template-columns: minmax(0, 1.03fr) minmax(330px, .97fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }

  .ll-services-hero h1 {
    font-size: clamp(2.3rem, 4vw, 3.05rem);
  }


}

@media (max-width: 991.98px) {
  .ll-services-hero {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    min-height: 0;
    padding-top: 3.7rem;
    padding-bottom: 3.9rem;
  }

  .ll-services-hero__copy {
    max-width: 760px;
  }

  .ll-services-hero h1 {
    font-size: clamp(2.35rem, 6vw, 3.35rem);
  }

  .ll-services-hero h1 > span {
    margin-right: auto;
    margin-left: auto;
  }


}

@media (max-width: 767.98px) {
  .ll-services-hero {
    padding-top: 3.15rem;
    padding-bottom: 3.4rem;
  }

  .ll-services-hero h1 {
    margin-top: 1rem;
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.027em;
  }

  .ll-services-hero__lead {
    font-size: .96rem;
    line-height: 1.72;
  }


}

@media (max-width: 479.98px) {
  .ll-services-hero h1 {
    font-size: clamp(1.66rem, 8.35vw, 2.08rem);
  }

  .ll-services-hero h1 > span {
    width: auto;
    max-width: 100%;
    white-space: nowrap;
  }

  .ll-services-actions {
    gap: .65rem;
  }

  .ll-services-button {
    min-height: 48px;
    padding: .75rem 1rem;
  }
}

@media (max-width: 359.98px) {
  .ll-services-hero h1 {
    font-size: 1.55rem;
    letter-spacing: -0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-services-hero h1 > span,
  .ll-services-accent-text {
    animation: none !important;
    background-position: 45% 50%;
  }
}

@media (forced-colors: active) {
  .ll-services-hero h1 > span,
  .ll-services-section__heading h2,
  .ll-services-final-cta h2,
  .ll-services-accent-text {
    background: none !important;
    color: CanvasText !important;
    -webkit-text-fill-color: CanvasText !important;
  }
}

/* Guest services hero corrective balance — 2026-08-08 */
.ll-services-hero {
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.ll-services-hero__copy {
  max-width: 720px;
  min-width: 0;
}

.ll-services-hero h1 {
  width: 100%;
  max-width: 720px;
  font-size: clamp(2.3rem, 3.2vw, 2.95rem);
  line-height: 1.14;
  overflow: visible;
}

.ll-services-hero h1 > span {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
}

.ll-services-hero__visual {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  overflow: visible;
}

.ll-services-hero__mascot-shell {
  width: min(100%, 500px);
  max-width: 100%;
}




/* CTA title needs stronger separation from the pale card surface. */
.ll-services-final-cta h2 {
  background-image: linear-gradient(100deg,
    #ff9f1c 0%,
    #ff4d8d 28%,
    #b533e2 52%,
    #2675ff 76%,
    #00a99d 100%);
  background-size: 220% 100%;
  animation: llServicesCtaGradient 9s ease-in-out infinite alternate;
  filter: saturate(1.12);
}

@keyframes llServicesCtaGradient {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

@media (max-width: 1199.98px) {
  .ll-services-hero {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    gap: 1.5rem;
  }

  .ll-services-hero h1 {
    font-size: clamp(2.05rem, 3.15vw, 2.55rem);
  }

  .ll-services-hero__visual {
    max-width: 450px;
  }

  .ll-services-hero__mascot-shell {
    width: min(100%, 450px);
  }
}

@media (max-width: 991.98px) {
  .ll-services-hero {
    grid-template-columns: 1fr;
  }

  .ll-services-hero__copy {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .ll-services-hero h1 {
    max-width: 760px;
    font-size: clamp(2.2rem, 6vw, 3.05rem);
  }

  .ll-services-hero__visual {
    max-width: 520px;
    justify-self: center;
  }

}

@media (max-width: 767.98px) {
  .ll-services-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.55rem);
  }

  .ll-services-hero h1 > span {
    white-space: normal;
  }


}

@media (max-width: 479.98px) {
  .ll-services-hero h1 {
    font-size: clamp(1.72rem, 8.7vw, 2.05rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-services-final-cta h2 {
    animation: none !important;
    background-position: 42% 50%;
  }
}

@media (forced-colors: active) {
  .ll-services-final-cta h2 {
    filter: none;
  }
}



/* Guest services hero controls + mobile content order — 2026-08-08 */
.ll-services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin: 1.75rem 0 0;
}

.ll-services-hero__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .72rem;
  padding: .88rem 1.45rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: .82rem;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ll-services-hero__button--primary {
  border-color: #fff;
  background: #fff;
  color: #4d1f83;
  box-shadow: 0 14px 30px rgba(25,6,55,.22);
}

.ll-services-hero__button--secondary {
  background: rgba(255,255,255,.10);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.ll-services-hero__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.ll-services-hero__button--primary:hover {
  background: #f7f2fc;
  color: #35135d;
  box-shadow: 0 18px 34px rgba(25,6,55,.28);
}

.ll-services-hero__button--secondary:hover {
  border-color: rgba(255,255,255,.64);
  background: rgba(255,255,255,.16);
  color: #fff;
}

.ll-services-hero__button:focus-visible {
  outline: 3px solid rgba(255,214,239,.95);
  outline-offset: 4px;
}

.ll-services-public .ll-services-hero__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .72rem;
  width: min(100%, 610px);
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.ll-services-hero__badges li {
  display: flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: .52rem;
  padding: .68rem .8rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: .72rem;
  background: rgba(255,255,255,.075);
  color: rgba(255,255,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  font-size: .79rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  backdrop-filter: blur(9px) saturate(115%);
  -webkit-backdrop-filter: blur(9px) saturate(115%);
}

.ll-services-hero__badges i {
  flex: 0 0 auto;
  color: #fff;
  font-size: .82rem;
}

@media (max-width: 991.98px) {
  .ll-services-hero__visual {
    order: 1;
    margin-bottom: .3rem;
  }

  .ll-services-hero__copy {
    order: 2;
    text-align: center;
  }

  .ll-services-hero__actions {
    justify-content: center;
  }

  .ll-services-public .ll-services-hero__badges {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .ll-services-hero {
    gap: .7rem;
  }

  .ll-services-hero__visual {
    min-height: 265px;
    margin-bottom: .15rem;
  }

  .ll-services-hero__mascot-shell {
    width: min(84vw, 390px);
  }

  .ll-services-hero__actions {
    gap: .7rem;
    margin-top: 1.45rem;
  }

  .ll-services-public .ll-services-hero__badges {
    grid-template-columns: 1fr;
    gap: .62rem;
    width: min(100%, 390px);
    margin-top: 1.5rem;
  }

  .ll-services-hero__badges li {
    min-height: 44px;
    justify-content: flex-start;
    padding: .65rem .9rem;
    text-align: left;
  }
}

@media (max-width: 479.98px) {
  .ll-services-hero__visual {
    min-height: 235px;
  }

  .ll-services-hero__mascot-shell {
    width: min(88vw, 340px);
  }

  .ll-services-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ll-services-hero__button {
    width: 100%;
    min-height: 50px;
    padding: .76rem .85rem;
    font-size: .9rem;
  }
}

@media (max-width: 359.98px) {
  .ll-services-hero__actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-services-hero__button {
    transition: none !important;
  }

  .ll-services-hero__button:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  .ll-services-hero__button,
  .ll-services-hero__badges li {
    border: 1px solid CanvasText;
  }
}

/* Guest services hero: match homepage luminous hero surface and vertical rhythm — 2026-08-08 */
body.ll-services-public-page .page {
  padding-top: 0 !important;
}

.ll-services-hero {
  min-height: 780px;
  padding-top: 11.1rem;
  padding-bottom: 9.6rem;
}

.ll-services-hero::before {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 122, 184, 0.34), transparent 31%),
    radial-gradient(circle at 88% 11%, rgba(140, 116, 255, 0.4), transparent 32%),
    radial-gradient(circle at 62% 88%, rgba(72, 176, 255, 0.16), transparent 29%),
    linear-gradient(138deg, #27105f 0%, #4a1ba5 46%, #7737d9 100%);
  box-shadow: none;
}

.ll-services-hero::after {
  opacity: 1;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 38%),
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.12), transparent 30%);
  background-size: auto;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 991.98px) {
  .ll-services-hero {
    min-height: auto;
    padding-top: 9rem;
    padding-bottom: 8.2rem;
  }
}

@media (max-width: 767.98px) {
  .ll-services-hero {
    padding-top: 8.1rem;
    padding-bottom: 7rem;
  }
}

/* Public /services hero: follow the final homepage hero surface and spacing — 2026-08-27. */
.ll-services-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 6.4rem;
  padding-bottom: 4.1rem;
}

.ll-services-hero::before {
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 139, 190, 0.30), transparent 33rem),
    radial-gradient(circle at 83% 28%, rgba(191, 168, 255, 0.32), transparent 31rem),
    linear-gradient(128deg, #301053 0%, #542092 48%, #7135b5 100%);
  box-shadow: none;
}

.ll-services-hero::after {
  opacity: 1;
  background:
    linear-gradient(120deg, rgba(255,255,255,.055), transparent 42%),
    radial-gradient(circle at 50% -12%, rgba(255,255,255,.11), transparent 33%);
  background-size: auto;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 991.98px) {
  .ll-services-hero {
    min-height: auto;
    padding-top: 7.4rem;
    padding-bottom: 5.2rem;
  }
}

@media (max-width: 767.98px) {
  .ll-services-hero {
    padding-top: 7.4rem;
    padding-bottom: 5.2rem;
  }
}

/* /services visual-token alignment with finalized homepage — 2026-08-27. */
body.ll-services-public-page {
  --ll-purple-950: #281c43;
  --ll-purple-900: #32106f;
  --ll-purple-800: #5d2fbe;
  --ll-purple-700: #6b32d6;
  --ll-purple-600: #7444d2;
  --ll-purple-500: #803bea;
  --ll-pink: #ff76b4;
  --ll-ink: #3d3550;
  --ll-muted: #655d76;
  --ll-surface: rgba(255, 255, 255, 0.72);
  --ll-surface-soft: rgba(255, 255, 255, 0.86);
  --ll-border: rgba(255, 255, 255, 0.62);
  --ll-shadow: 0 18px 46px rgba(55, 25, 113, 0.09);
  --ll-shadow-hover: 0 24px 58px rgba(55, 25, 113, 0.14);
  background: #f6f3fc;
  color: var(--ll-ink);
}

body.ll-services-public-page .page {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 118, 180, 0.10), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(116, 68, 210, 0.10), transparent 31rem),
    linear-gradient(180deg, #f8f5ff 0%, #f4f1fb 58%, #fbfaff 100%);
}

.ll-services-section__kicker {
  color: #5d2fbe;
}

.ll-services-section__heading h2,
.ll-services-final-cta h2,
.ll-services-platform-card h3,
.ll-services-goal-card h3,
.ll-services-feature-card h3,
.ll-services-step-list h3,
.ll-services-journey h3,
.ll-services-resource-card h3,
.ll-services-faq-list summary {
  color: #281c43;
}

.ll-services-section__heading p,
.ll-services-final-cta p,
.ll-services-platform-card p,
.ll-services-goal-card p,
.ll-services-feature-card p,
.ll-services-step-list p,
.ll-services-journey p,
.ll-services-resource-card p,
.ll-services-faq-list p {
  color: #655d76;
}

/* Platform cards: brand identity remains in the logo; surfaces use the shared glass system. */
.ll-services-platform-card,
.ll-services-platform-card--instagram,
.ll-services-platform-card--facebook,
.ll-services-platform-card--tiktok,
.ll-services-platform-card--youtube,
.ll-services-platform-card--more {
  --ll-card-glow: rgba(116, 68, 210, 0.10);
  --ll-platform-card-accent: rgba(255, 118, 180, 0.07);
  --ll-platform-card-bg: rgba(255, 255, 255, 0.76);
  border-color: rgba(255, 255, 255, 0.66);
  background: var(--ll-platform-card-bg);
  box-shadow: 0 18px 46px rgba(55, 25, 113, 0.09);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.ll-services-platform-card:hover {
  border-color: rgba(116, 68, 210, 0.20);
  box-shadow: 0 24px 58px rgba(55, 25, 113, 0.14);
}

.ll-services-platform-card__tag {
  border: 1px solid rgba(116, 68, 210, 0.10);
  background: rgba(116, 68, 210, 0.08);
  color: #5d2fbe;
}

/* Shared liquid-glass surfaces for supporting content. */
.ll-services-goal-card,
.ll-services-feature-card,
.ll-services-step-list li,
.ll-services-resource-card,
.ll-services-faq-list details {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 38px rgba(55, 25, 113, 0.08);
  backdrop-filter: blur(16px) saturate(118%);
  -webkit-backdrop-filter: blur(16px) saturate(118%);
}

.ll-services-goal-card__icon,
.ll-services-feature-card__icon,
.ll-services-step-list__icon,
.ll-services-resource-card > i {
  background: linear-gradient(135deg, #5e2bd2 0%, #803bea 100%);
  color: #fff;
  box-shadow: 0 11px 24px rgba(94, 43, 210, 0.20);
}

.ll-services-step-list__number {
  color: rgba(107, 50, 214, 0.15);
}

.ll-services-resource-card span,
.ll-services-faq-list summary::after {
  color: #7444d2;
}

.ll-services-resource-card:hover {
  border-color: rgba(116, 68, 210, 0.20);
  box-shadow: 0 22px 50px rgba(55, 25, 113, 0.13);
}

/* Four-step journey: keep the existing layout, unify decorative color to Purple/Pink. */
.ll-services-journey::before {
  background: linear-gradient(90deg, #6b32d6 0%, #7444d2 38%, #bc43e7 68%, #ff76b4 100%);
}

.ll-services-journey__number {
  background: linear-gradient(135deg, #5e2bd2 0%, #803bea 58%, #ff76b4 100%);
  box-shadow: 0 12px 28px rgba(94, 43, 210, 0.22);
}

.ll-services-journey__icon {
  border-color: rgba(116, 68, 210, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: #7444d2;
  box-shadow: 0 14px 34px rgba(55, 25, 113, 0.08);
  backdrop-filter: blur(14px) saturate(118%);
  -webkit-backdrop-filter: blur(14px) saturate(118%);
}

.ll-services-accent-text {
  background: linear-gradient(90deg, #7444d2 0%, #bc43e7 52%, #ff76b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Final CTA: same light-glass family as the finalized homepage while preserving its layout. */
.ll-services-final-cta {
  border-color: rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 118, 180, 0.10), transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(116, 68, 210, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 54px rgba(55, 25, 113, 0.09);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.ll-services-final-cta .ll-services-section__kicker {
  color: #7444d2;
}

.ll-services-final-cta h2 {
  color: #281c43;
}

.ll-services-final-cta p {
  color: #655d76;
}

.ll-services-button--light {
  border-color: transparent;
  background: linear-gradient(135deg, #5e2bd2 0%, #803bea 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(94, 43, 210, 0.22);
}

.ll-services-button--light:hover {
  background: linear-gradient(135deg, #5b27c3 0%, #7444d2 100%);
  color: #fff;
}

.ll-services-button--ghost {
  border-color: rgba(116, 68, 210, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #5d2fbe;
}

.ll-services-button--ghost:hover {
  border-color: rgba(116, 68, 210, 0.30);
  background: rgba(255, 255, 255, 0.90);
  color: #5b27c3;
}

/* Section heading contrast + homepage badge parity — 2026-08-27. */
.ll-services-public .ll-services-section__heading h2 {
  color: #1f1f1f;
}

#platforms .ll-services-section__kicker,
.ll-services-section--goals .ll-services-section__kicker {
  display: inline-flex;
  min-height: 2rem;
  margin: 0 auto .82rem;
  padding: .36rem .72rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 71, 223, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  color: #5d2fbe;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Services section heading + all section badges corrective pass — 2026-08-27. */
.ll-services-public .ll-services-section__heading h2,
.ll-services-public .ll-services-section__heading h2 .ll-services-accent-text {
  background: none;
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #1f1f1f;
  -webkit-text-fill-color: #1f1f1f;
  animation: none;
}

/* All six public /services section kickers share the finalized homepage badge geometry. */
.ll-services-public .ll-services-section__heading > .ll-services-section__kicker {
  display: inline-flex;
  min-height: 2rem;
  margin-top: 0;
  margin-bottom: .82rem;
  padding: .36rem .72rem;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(120, 71, 223, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
  color: #5d2fbe;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
  text-transform: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Preserve readable contrast when the website itself is in dark theme. */
body.theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading h2,
body.theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading h2 .ll-services-accent-text,
body.auto-theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading h2,
body.auto-theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading h2 .ll-services-accent-text {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

body.theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading > .ll-services-section__kicker,
body.auto-theme-dark.ll-services-public-public-page .ll-services-public .ll-services-section__heading > .ll-services-section__kicker {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
  color: #e2d6ff;
}
