
/* === webleads-foundation-motion-v1.css === */
/* WebLeadsAI foundation motion v1
   Purpose: remove telegraphic boot movements and let the site load cleanly.
   No separate splash screen. No duplicate logo/name. No title-bar style second load. */

html,
body {
  background: #050505;
}

#root {
  background: #050505;
}

@keyframes wlSiteSettle {
  from {
    opacity: 0.985;
  }
  to {
    opacity: 1;
  }
}

/* The bundled app still creates an intro overlay internally.
   We suppress it instead of layering more animation on top of it. */
#root [class*="z-\[120\]"],
#root [class~="z-[120]"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Prevent old pseudo-elements or cached launch effects from showing. */
#root [class*="z-\[120\]"]::before,
#root [class*="z-\[120\]"]::after,
#root [class~="z-[120]"]::before,
#root [class~="z-[120]"]::after {
  content: none !important;
  display: none !important;
}

/* One very light page-level settle. This avoids a hard pop without feeling like a splash screen. */
#root main {
  animation: wlSiteSettle 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
  backface-visibility: hidden;
}

/* Keep page motion professional and reduce dramatic transforms/glitches. */
@media (prefers-reduced-motion: reduce) {
  #root main {
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}


/* === webleads-final-animation-v3.css === */
.wlf-motion {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 0;
  background:
    radial-gradient(circle at 16% 38%, hsl(34 38% 20% / 0.12), transparent 34%),
    linear-gradient(180deg, hsl(var(--background)) 0%, hsl(0 0% 4%) 42%, hsl(0 0% 4%) 58%, hsl(var(--background)) 100%);
  color: hsl(var(--foreground));
  padding: clamp(5rem, 8vw, 8.5rem) 0;
}

.wlf-motion__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  background-image:
    linear-gradient(hsl(0 0% 100% / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, hsl(0 0% 100% / 0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.wlf-motion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, hsl(34 42% 22% / 0.16), transparent 34%),
    linear-gradient(180deg, hsl(0 0% 0% / 0.42), transparent 28%, transparent 72%, hsl(0 0% 0% / 0.48));
  pointer-events: none;
}

.wlf-motion__shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(2.25rem, 5vw, 5.25rem);
  align-items: center;
}

.wlf-motion__copy {
  max-width: 560px;
}

.wlf-motion__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  min-height: 2rem;
  border: 1px solid hsl(34 65% 75% / 0.22);
  border-radius: 999px;
  background: hsl(0 0% 100% / 0.045);
  padding: 0.46rem 0.8rem;
  color: hsl(34 62% 84% / 0.86);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.wlf-motion__kicker span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: hsl(34 82% 72%);
  box-shadow: 0 0 22px hsl(34 82% 72% / 0.48);
}

.wlf-motion h2 {
  margin: 1.55rem 0 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.9rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 11ch;
  color: #fff;
}

.wlf-motion h2 span {
  color: hsl(34 82% 78%);
  font-style: italic;
}

.wlf-motion__copy > p {
  margin: 1.7rem 0 0;
  color: hsl(0 0% 100% / 0.68);
  line-height: 1.76;
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
}

.wlf-motion__scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.wlf-motion__scope div {
  min-height: 6.25rem;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 0.5rem;
  background: hsl(0 0% 100% / 0.052);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wlf-motion__scope strong,
.wlf-browser__tiles b {
  color: hsl(0 0% 100% / 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wlf-motion__scope span,
.wlf-browser__tiles em {
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-style: normal;
  font-size: 1.55rem;
  line-height: 1.1;
}

.wlf-motion__fine {
  max-width: 680px;
  font-size: 0.92rem !important;
  color: hsl(0 0% 100% / 0.55) !important;
}

.wlf-motion__stage {
  position: relative;
  min-height: clamp(24rem, 43vw, 34rem);
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.wlf-orbit {
  position: absolute;
  width: min(34rem, 88vw);
  aspect-ratio: 1;
  border: 1px solid hsl(0 0% 100% / 0.055);
  border-radius: 50%;
  box-shadow: inset 0 0 80px hsl(34 45% 45% / 0.035);
  animation: wlf-orbit-spin 28s linear infinite;
}

.wlf-browser {
  position: relative;
  width: min(37rem, 100%);
  border: 1px solid hsl(0 0% 100% / 0.14);
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(145deg, hsl(0 0% 7% / 0.94), hsl(0 0% 3% / 0.96));
  box-shadow: 0 2rem 5rem hsl(0 0% 0% / 0.38);
  transform: rotateX(7deg) rotateY(-12deg) rotateZ(-2deg);
  animation: wlf-browser-float 7s ease-in-out infinite;
}

.wlf-browser__bar {
  height: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid hsl(0 0% 100% / 0.08);
  padding: 0 0.9rem;
  background: hsl(0 0% 100% / 0.035);
}

.wlf-browser__bar i {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: hsl(0 0% 100% / 0.16);
}

.wlf-browser__bar span {
  flex: 1;
  min-width: 0;
  margin-left: 0.45rem;
  border-radius: 999px;
  background: hsl(0 0% 100% / 0.06);
  color: hsl(0 0% 100% / 0.45);
  padding: 0.38rem 0.72rem;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wlf-browser__body {
  padding: clamp(1.35rem, 3vw, 2.1rem);
}

.wlf-browser__body small {
  display: inline-flex;
  border: 1px solid hsl(34 70% 74% / 0.26);
  border-radius: 999px;
  color: hsl(34 77% 80% / 0.84);
  padding: 0.48rem 0.68rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wlf-browser__body strong {
  display: block;
  margin-top: 1.45rem;
  max-width: 9ch;
  color: #fff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.2rem, 5.7vw, 5.35rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.wlf-browser__body p {
  max-width: 25rem;
  margin: 1.25rem 0 0;
  color: hsl(0 0% 100% / 0.58);
  line-height: 1.65;
}

.wlf-browser__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.65rem;
}

.wlf-browser__tiles div {
  min-height: 5.75rem;
  border: 1px solid hsl(0 0% 100% / 0.09);
  border-radius: 0.7rem;
  background: hsl(0 0% 100% / 0.045);
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wlf-signal-bars {
  position: absolute;
  right: clamp(1.1rem, 4%, 2.1rem);
  bottom: clamp(2.2rem, 8%, 3rem);
  z-index: 3;
  display: flex;
  align-items: end;
  gap: 0.38rem;
  opacity: 0.78;
  pointer-events: none;
}

.wlf-signal-bars i {
  width: 0.42rem;
  height: calc(1.2rem + var(--n, 0) * 0.68rem);
  border-radius: 999px;
  background: linear-gradient(180deg, hsl(34 88% 75%), hsl(38 48% 58%));
  animation: wlf-bars 1.8s ease-in-out infinite;
}

.wlf-signal-bars i:nth-child(1) { --n: 1; animation-delay: 0s; }
.wlf-signal-bars i:nth-child(2) { --n: 3; animation-delay: 0.14s; }
.wlf-signal-bars i:nth-child(3) { --n: 2; animation-delay: 0.28s; }
.wlf-signal-bars i:nth-child(4) { --n: 4; animation-delay: 0.42s; }

@keyframes wlf-browser-float {
  0%, 100% { transform: rotateX(7deg) rotateY(-12deg) rotateZ(-2deg) translate3d(0, 0, 0); }
  50% { transform: rotateX(5deg) rotateY(-8deg) rotateZ(1deg) translate3d(0, -0.8rem, 0); }
}

@keyframes wlf-orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes wlf-bars {
  0%, 100% { transform: scaleY(0.72); opacity: 0.46; }
  45% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 980px) {
  .wlf-motion__shell {
    grid-template-columns: 1fr;
  }

  .wlf-motion__copy {
    max-width: 720px;
  }

  .wlf-motion h2 {
    max-width: 12ch;
  }

  .wlf-motion__stage {
    min-height: 30rem;
  }
}

@media (max-width: 640px) {
  .wlf-motion {
    padding: 4.2rem 0 5rem;
  }

  .wlf-motion__shell {
    width: min(100% - 28px, 1120px);
    gap: 2.7rem;
  }

  .wlf-motion__scope,
  .wlf-browser__tiles {
    grid-template-columns: 1fr;
  }

  .wlf-motion__stage {
    min-height: 24rem;
    overflow: hidden;
  }

  .wlf-orbit {
    width: 23rem;
  }

  .wlf-browser {
    width: min(22rem, 96%);
    border-radius: 1rem;
  }

  .wlf-browser__body strong {
    font-size: clamp(2.65rem, 14vw, 3.55rem);
  }

  .wlf-signal-bars {
    right: 0.5rem;
    bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wlf-orbit,
  .wlf-browser,
  .wlf-signal-bars i {
    animation: none;
  }
}


/* === webleads-projects-v10.css === */
.wlp-projects {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, hsl(34 42% 20% / 0.12), transparent 30%),
    radial-gradient(circle at 86% 44%, hsl(184 42% 18% / 0.1), transparent 34%),
    linear-gradient(180deg, hsl(var(--background)) 0%, hsl(0 0% 4%) 24%, hsl(0 0% 4%) 76%, hsl(var(--background)) 100%);
  color: hsl(var(--foreground));
  padding: clamp(5rem, 8vw, 8rem) min(5vw, 4rem);
}

.wlp-head {
  width: min(1180px, 100%);
  margin: 0 auto 2.5rem;
}

.wlp-head p,
.wlp-card span,
.wlp-featured__copy span {
  margin: 0 0 1rem;
  color: hsl(34 58% 75% / 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.wlp-head h2 {
  margin: 0;
  max-width: 850px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.wlp-head > span {
  display: block;
  max-width: 690px;
  margin-top: 1.2rem;
  color: hsl(0 0% 100% / 0.58);
  font-size: 1rem;
  line-height: 1.7;
}

.wlp-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wlp-card,
.wlp-featured {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, hsl(0 0% 8% / 0.92), hsl(0 0% 5% / 0.96));
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.wlp-card:hover,
.wlp-featured:hover {
  transform: translateY(-3px);
  border-color: hsl(34 54% 70% / 0.34);
  background: linear-gradient(145deg, hsl(0 0% 10% / 0.96), hsl(0 0% 5% / 0.98));
}

.wlp-preview,
.wlp-featured__preview {
  margin: 1rem 1rem 0;
  overflow: hidden;
  border: 1px solid hsl(0 0% 100% / 0.1);
  border-radius: 0.65rem;
  background: hsl(0 0% 3%);
}

.wlp-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.25rem;
  border-bottom: 1px solid hsl(0 0% 100% / 0.08);
  padding: 0 0.75rem;
  color: hsl(0 0% 100% / 0.42);
  font-size: 0.68rem;
}

.wlp-bar i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: hsl(0 0% 100% / 0.16);
}

.wlp-bar span {
  flex: 1;
  margin: 0 0 0 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0;
  text-transform: none;
}

.wlp-preview img,
.wlp-featured__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(1.04) brightness(0.86);
}

.wlp-card__copy {
  min-height: 12.5rem;
  padding: 1.35rem;
}

.wlp-card h3,
.wlp-featured h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1;
}

.wlp-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.wlp-card p,
.wlp-featured p {
  margin: 1rem 0 0;
  color: hsl(0 0% 100% / 0.6);
  line-height: 1.65;
}

.wlp-card p { font-size: 0.96rem; }

.wlp-card b,
.wlp-featured b {
  display: inline-flex;
  margin-top: 1.2rem;
  color: hsl(34 72% 80%);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .wlp-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wlp-projects { padding-inline: 1rem; }
  .wlp-card__copy { min-height: auto; }
}


/* === webleads-final-fixes-v1.css === */

/* Final mobile polish for WebLeadsAI Final */
@media (max-width: 767px) {
  header ul {
    align-items: stretch;
  }

  header ul li,
  header ul li a {
    width: 100%;
  }

  header ul li a {
    display: block;
  }

  #services .container {
    width: min(100% - 32px, 1152px);
  }

  #services span.absolute.top-5.right-5 {
    position: static !important;
    display: inline-flex !important;
    width: max-content;
    max-width: 100%;
    margin-bottom: 1rem;
    white-space: nowrap;
    transform: none !important;
  }

  #services .relative.h-full.p-8 {
    padding-top: 2rem !important;
  }

  #services [class*="grid-cols-1"][class*="sm:grid-cols-2"][class*="lg:grid-cols-3"] > div > div {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  #services span.absolute.top-5.right-5 {
    font-size: 0.58rem !important;
    letter-spacing: 0.16em !important;
  }

  #services .text-xs.uppercase.tracking-\[0\.2em\] {
    line-height: 1.6;
  }
}

/* Latest mobile hardening after Lovable review */
@media (max-width: 767px) {
  header div[class*="md:hidden"][class*="border-t"] {
    overflow: visible !important;
  }

  header div[class*="md:hidden"][class*="border-t"] ul,
  header ul.container.py-6.flex.flex-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
    width: min(100% - 32px, 1152px) !important;
    margin-inline: auto !important;
  }

  header div[class*="md:hidden"][class*="border-t"] li,
  header ul.container.py-6.flex.flex-col li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    clear: both !important;
  }

  header div[class*="md:hidden"][class*="border-t"] a,
  header ul.container.py-6.flex.flex-col a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.28 !important;
    white-space: normal !important;
    float: none !important;
    transform: none !important;
  }

  header div[class*="md:hidden"][class*="border-t"] a[href="#webleads-projects"] {
    font-size: 1rem !important;
    color: hsl(var(--muted-foreground)) !important;
  }

  header div[class*="md:hidden"][class*="border-t"] li.pt-3 {
    padding-top: 0.75rem !important;
  }

  #services span.absolute.top-5.right-5 {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 0 1rem 0 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  #services span.absolute.top-5.right-5 + div {
    max-width: 100% !important;
    padding-right: 0 !important;
    line-height: 1.55 !important;
  }

  #services div.relative.h-full {
    padding-top: 2rem !important;
  }

  #services .grid > div > div.group,
  #services .grid > div > div.h-full {
    min-height: auto !important;
  }
}

@media (max-width: 420px) {
  header div[class*="md:hidden"][class*="border-t"] a {
    font-size: 1rem !important;
  }

  #services span.absolute.top-5.right-5 {
    font-size: 0.56rem !important;
    letter-spacing: 0.15em !important;
    padding-inline: 0.65rem !important;
  }
}


/* === webleads-contact-polish-v3.css === */
/* v5: non-destructive contact polish. Keep the React contact form visible. */
#contact,
section[id="contact"],
[id="contact"] {
  scroll-margin-top: 7rem;
}

#contact form,
section[id="contact"] form,
[id="contact"] form {
  text-align: left;
}


/* === webleads-pricing-corrected-v1.css === */

/* Pricing corrected at source: £100 early portfolio starter build + add-on pricing. */
#pricing,
section[id="pricing"],
[id="pricing"] {
  scroll-margin-top: 7rem;
}


/* === webleads-remove-duplicate-pricing-v1.css === */

/* Remove duplicate starter price tile from the premium animation section.
   Main pricing now lives in the dedicated pricing section only. */
.wlf-motion__scope {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 24rem;
}

.wlf-browser__tiles {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 18rem;
}

@media (max-width: 640px) {
  .wlf-motion__scope,
  .wlf-browser__tiles {
    max-width: none;
  }
}


/* === webleads-remove-premium-boxes-v1.css === */

/* Remove remaining premium-animation pricing/custom-work boxes. */
.wlf-motion__scope,
.wlf-browser__tiles {
  display: none !important;
}


/* === webleads-scroll-stability-v2.css === */

/* Scroll stability fix.
   This replaces the previous reveal layer that could leave content invisible on some browsers.
   All content remains visible even if JavaScript fails. */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.wl-safe-scroll [data-wl-safe-reveal] {
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0);
}

.wl-safe-scroll [data-wl-safe-reveal].wl-safe-ready {
  transition:
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.wl-safe-scroll [data-wl-safe-reveal].wl-safe-pending {
  transform: translate3d(0, 18px, 0);
}

.wl-safe-scroll [data-wl-safe-reveal].wl-safe-visible {
  transform: translate3d(0, 0, 0);
}

.wl-safe-scroll .wlp-card,
.wl-safe-scroll .wlc-case__panel,
.wl-safe-scroll .wlf-browser {
  backface-visibility: hidden;
}

.wl-safe-anchor-pulse {
  animation: wl-safe-anchor-pulse 1000ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes wl-safe-anchor-pulse {
  0%, 100% { box-shadow: none; }
  40% { box-shadow: 0 0 0 1px hsl(34 68% 72% / 0.22), 0 0 50px hsl(34 70% 54% / 0.1); }
}

@media (max-width: 640px) {
  html {
    scroll-behavior: auto;
  }

  .wl-safe-scroll [data-wl-safe-reveal].wl-safe-pending,
  .wl-safe-scroll [data-wl-safe-reveal].wl-safe-visible {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wl-safe-scroll [data-wl-safe-reveal],
  .wl-safe-scroll [data-wl-safe-reveal].wl-safe-ready,
  .wl-safe-scroll [data-wl-safe-reveal].wl-safe-pending,
  .wl-safe-scroll [data-wl-safe-reveal].wl-safe-visible {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .wl-safe-anchor-pulse {
    animation: none !important;
  }
}


/* === webleads-scroll-hardening-v1.css === */

/* Emergency visibility hardening for cross-browser safety. */
[data-wl-reveal],
[data-wl-reveal].wl-in-view {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}


/* === webleads-seamless-brand-v1.css === */
/* WebLeadsAI.ai seamless branded page canvas v1
   One continuous premium background across the site. Avoid section colour banding while preserving cards/panels. */
:root { --background: 0 0% 5%; }

html, body, #root, main {
  background: #050505 !important;
  background-color: #050505 !important;
}

body { color-scheme: dark; overflow-x: hidden; }
main { position: relative; isolation: isolate; }

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -12;
  pointer-events: none;
  background:
    radial-gradient(1100px 520px at 12% 8%, hsl(31 88% 46% / 0.12), transparent 58%),
    radial-gradient(920px 560px at 86% 24%, hsl(206 88% 20% / 0.16), transparent 54%),
    radial-gradient(1050px 620px at 50% 62%, hsl(28 74% 20% / 0.11), transparent 60%),
    radial-gradient(900px 460px at 72% 88%, hsl(194 82% 14% / 0.10), transparent 58%),
    linear-gradient(180deg, #070707 0%, #050505 34%, #060606 100%);
}

main::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -11;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(to right, hsl(0 0% 100% / 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, hsl(0 0% 100% / 0.018) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

main > section,
main > div,
#home,
#services,
#pricing,
#process,
#faq,
#contact,
.wlf-motion,
.wlp-projects,
.wlc-case {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

#faq::before,
#faq::after,
#contact::before,
#contact::after,
.wlf-motion::before,
.wlf-motion::after,
.wlp-projects::before,
.wlp-projects::after,
.wlc-case::before,
.wlc-case::after {
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Remove broad wrapper glows that caused visible horizontal bands. */
main > section > .absolute,
main > div > .absolute,
main > section > [class*="bg-hero-glow"],
main > section > [class*="bg-[radial-gradient"],
main > section > [class*="bg-[linear-gradient"],
main > div > [class*="bg-hero-glow"],
main > div > [class*="bg-[radial-gradient"],
main > div > [class*="bg-[linear-gradient"] {
  display: none !important;
}

main > section > .container,
main > div > .container {
  background: transparent !important;
}


/* === webleads-legal-v1.css === */
:root {
  --wl-legal-bg: hsl(0 0% 5%);
  --wl-legal-surface: hsl(0 0% 7%);
  --wl-legal-surface-2: hsl(0 0% 9%);
  --wl-legal-cream: hsl(30 15% 95%);
  --wl-legal-muted: hsl(30 8% 62%);
  --wl-legal-soft: hsl(30 10% 74% / 0.72);
  --wl-legal-gold: hsl(36 40% 75%);
  --wl-legal-border: hsl(0 0% 22% / 0.72);
  --wl-legal-border-soft: hsl(0 0% 100% / 0.08);
  --wl-legal-shadow: 0 1px 0 0 hsl(0 0% 100% / 0.04) inset, 0 30px 60px -30px hsl(0 0% 0% / 0.64);
  --wl-legal-glow: 0 0 80px -22px hsl(36 40% 60% / 0.26);
  --wl-legal-radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.wl-legal-page {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--wl-legal-bg);
  color: var(--wl-legal-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
}

body.wl-legal-page::before,
body.wl-legal-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body.wl-legal-page::before {
  background:
    radial-gradient(ellipse 82% 54% at 50% 0%, hsl(30 65% 22% / 0.58), hsl(32 58% 14% / 0.24) 38%, transparent 74%),
    radial-gradient(circle at 86% 24%, hsl(36 42% 65% / 0.12), transparent 24rem),
    radial-gradient(circle at 8% 18%, hsl(36 42% 60% / 0.10), transparent 30rem),
    linear-gradient(180deg, #090908 0%, #050505 52%, #050505 100%);
}

body.wl-legal-page::after {
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(hsl(0 0% 100% / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, hsl(0 0% 100% / 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 48% at 50% 24%, black, transparent 74%);
}

body.wl-legal-page ::selection {
  background: rgb(209 185 148 / 0.32);
  color: var(--wl-legal-cream);
}

.wl-legal-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 72px;
}

.wl-legal-nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(52px, 8vw, 104px);
}

.wl-legal-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  color: var(--wl-legal-cream);
}

.wl-legal-brand img {
  width: auto;
  height: clamp(26px, 3vw, 34px);
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgb(0 0 0 / 0.45));
}

.wl-legal-brand span { display: none; }

.wl-legal-nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 10px 18px;
  border: 1px solid hsl(0 0% 100% / 0.08);
  border-radius: 999px;
  background: rgb(10 10 10 / 0.42);
  backdrop-filter: blur(16px);
}

.wl-legal-nav-links a,
.wl-legal-back {
  color: var(--wl-legal-muted);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wl-legal-nav-links a:hover,
.wl-legal-nav-links a[aria-current="page"] {
  color: var(--wl-legal-cream);
}

.wl-legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid hsl(0 0% 100% / 0.10);
  border-radius: 999px;
  background: rgb(10 10 10 / 0.42);
  backdrop-filter: blur(16px);
}

.wl-legal-back:hover {
  color: var(--wl-legal-cream);
  border-color: hsl(36 40% 75% / 0.35);
  background: hsl(36 40% 75% / 0.08);
  transform: translateY(-1px);
}

.wl-legal-hero {
  position: relative;
  max-width: 1000px;
  margin: 0 auto clamp(44px, 7vw, 78px);
  padding: 0;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wl-legal-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8rem;
  width: min(86vw, 72rem);
  height: 24rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, hsl(32 88% 74% / 0.16) 0%, hsl(32 88% 64% / 0.10) 28%, transparent 72%);
  filter: blur(48px);
  z-index: -1;
}

.wl-legal-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--wl-legal-muted);
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 18px;
}

.wl-legal-kicker::before,
.wl-legal-kicker::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: hsl(0 0% 100% / 0.18);
}

.wl-legal-hero h1 {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 9vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  font-weight: 400;
  color: var(--wl-legal-cream);
  text-wrap: balance;
}

.wl-legal-hero h1 em {
  color: var(--wl-legal-gold);
  font-style: italic;
  white-space: nowrap;
}

.wl-legal-lede {
  max-width: 720px;
  margin: 26px auto 0;
  color: var(--wl-legal-muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.72;
  text-wrap: balance;
}

.wl-legal-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.wl-legal-meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid hsl(0 0% 100% / 0.08);
  border-radius: 999px;
  background: hsl(0 0% 100% / 0.035);
  color: hsl(30 10% 80% / 0.74);
  font-size: 13px;
}

.wl-legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.wl-legal-aside {
  position: sticky;
  top: 24px;
}

.wl-legal-aside-card {
  border: 1px solid var(--wl-legal-border-soft);
  border-radius: 24px;
  background: linear-gradient(180deg, hsl(0 0% 100% / 0.058), hsl(0 0% 100% / 0.026));
  box-shadow: var(--wl-legal-shadow);
  padding: 20px;
}

.wl-legal-aside-title {
  margin: 0 0 14px;
  color: var(--wl-legal-cream);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wl-legal-page-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.wl-legal-page-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--wl-legal-muted);
  font-size: 14px;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wl-legal-page-list a::after {
  content: "→";
  opacity: 0.34;
}

.wl-legal-page-list a:hover,
.wl-legal-page-list a[aria-current="page"] {
  color: var(--wl-legal-cream);
  border-color: hsl(36 40% 75% / 0.18);
  background: hsl(36 40% 75% / 0.07);
}

.wl-legal-aside-copy {
  margin: 0;
  color: var(--wl-legal-muted);
  font-size: 13px;
  line-height: 1.65;
}

.wl-legal-aside-copy + .wl-legal-aside-copy { margin-top: 10px; }

.wl-legal-aside-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--wl-legal-cream);
  color: #0b0b0b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--wl-legal-glow);
}

.wl-legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.wl-legal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wl-legal-border-soft);
  border-radius: var(--wl-legal-radius);
  background:
    linear-gradient(180deg, hsl(0 0% 100% / 0.058), hsl(0 0% 100% / 0.026)),
    hsl(0 0% 7% / 0.84);
  box-shadow: var(--wl-legal-shadow);
  padding: clamp(22px, 4vw, 38px);
  scroll-margin-top: 28px;
}

.wl-legal-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, hsl(36 40% 75% / 0.55), transparent);
  opacity: 0.45;
}

.wl-legal-card h2 {
  margin: 0 0 16px;
  color: var(--wl-legal-cream);
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.wl-legal-card h3 {
  margin: 24px 0 10px;
  color: var(--wl-legal-cream);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.wl-legal-card p,
.wl-legal-card li {
  color: var(--wl-legal-muted);
  line-height: 1.76;
  font-size: 15.5px;
}

.wl-legal-card p { margin: 0; }
.wl-legal-card p + p { margin-top: 14px; }

.wl-legal-card ul,
.wl-legal-card ol {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.wl-legal-card li {
  position: relative;
  padding-left: 20px;
}

.wl-legal-card li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--wl-legal-gold);
  box-shadow: 0 0 16px hsl(36 40% 75% / 0.35);
}

.wl-legal-card strong {
  color: hsl(30 16% 90%);
  font-weight: 650;
}

.wl-legal-card a {
  color: var(--wl-legal-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.wl-legal-note {
  position: relative;
  margin-top: 18px !important;
  border: 1px solid hsl(36 40% 75% / 0.24);
  border-left: 2px solid var(--wl-legal-gold);
  background: hsl(36 40% 75% / 0.075);
  border-radius: 18px;
  padding: 14px 16px;
  color: hsl(30 11% 78% / 0.88) !important;
}

.wl-legal-footer {
  margin-top: clamp(34px, 6vw, 64px);
  padding-top: 22px;
  border-top: 1px solid hsl(0 0% 100% / 0.08);
  color: hsl(30 10% 74% / 0.58);
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: space-between;
}

.wl-legal-footer-links {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}

.wl-legal-footer a {
  color: hsl(30 10% 74% / 0.72);
  text-decoration: none;
  transition: color 180ms ease;
}

.wl-legal-footer a:hover { color: var(--wl-legal-gold); }

.wl-legal-form-note {
  margin: 14px 0 0;
  color: rgba(244, 234, 212, 0.68);
  font-size: 12.5px;
  line-height: 1.55;
}

.wl-legal-form-note a {
  color: #e7c76f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wl-legal-marketing-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(231, 199, 111, 0.22);
  background: rgba(231, 199, 111, 0.06);
  border-radius: 16px;
  color: rgba(244, 234, 212, 0.75);
  font-size: 12.5px;
  line-height: 1.55;
}

.wl-legal-marketing-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #e7c76f;
  flex: 0 0 auto;
}

.wl-legal-footer-links-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / -1;
  order: 99;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid hsl(0 0% 100% / 0.08);
}

.wl-legal-footer-links-injected {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.wl-legal-footer-links-injected a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid hsl(0 0% 100% / 0.08);
  background: hsl(0 0% 100% / 0.028);
  color: hsl(30 10% 80% / 0.76);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wl-legal-footer-links-injected a:hover {
  color: #f2ebdd;
  border-color: hsl(36 40% 75% / 0.34);
  background: hsl(36 40% 75% / 0.10);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .wl-legal-shell { width: min(100% - 28px, 760px); padding-top: 16px; }
  .wl-legal-nav { margin-bottom: 58px; }
  .wl-legal-nav-links { display: none; }
  .wl-legal-layout { grid-template-columns: 1fr; }
  .wl-legal-aside { position: relative; top: auto; order: 2; }
  .wl-legal-grid { order: 1; }
  .wl-legal-aside-card { display: none; }
}

@media (max-width: 640px) {
  .wl-legal-shell { width: min(100% - 22px, 560px); padding-bottom: 46px; }
  .wl-legal-nav { min-height: 54px; margin-bottom: 42px; }
  .wl-legal-back { min-height: 36px; padding: 0 12px; font-size: 13px; }
  .wl-legal-hero { margin-bottom: 36px; }
  .wl-legal-kicker { font-size: 11px; letter-spacing: 0.16em; }
  .wl-legal-kicker::before,
  .wl-legal-kicker::after { width: 22px; }
  .wl-legal-lede { margin-top: 20px; font-size: 15.5px; }
  .wl-legal-meta-row { justify-content: flex-start; }
  .wl-legal-meta { font-size: 12px; }
  .wl-legal-card { border-radius: 22px; padding: 21px 19px; }
  .wl-legal-footer { align-items: flex-start; flex-direction: column; }
  .wl-legal-footer-links-bar {
    margin-top: 12px;
    padding-top: 14px;
    justify-content: flex-start;
  }
  .wl-legal-footer-links-injected {
    gap: 8px;
    justify-content: flex-start;
  }
  .wl-legal-footer-links-injected a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11.5px;
  }
}


/* === homepage SEO strip extracted from webleads-seo-pages-v1.css === */
/* Homepage SEO internal-link strip — V3 seamless pass.
   Keeps the indexable service links visible while matching the main WebLeadsAI widget language. */
body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 2rem 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

body:not(.seo-body) .webleads-home-seo-strip__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid hsl(var(--border) / 0.95);
  border-radius: 24px;
  background:
    linear-gradient(180deg, hsl(var(--surface-elevated) / 0.78), hsl(var(--surface) / 0.52));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip p {
  flex: 0 0 auto;
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid hsl(var(--border-strong) / 0.72);
  border-radius: 999px;
  background: hsl(var(--surface-elevated) / 0.36);
  color: hsl(var(--muted-foreground));
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .22s ease, color .22s ease, background .22s ease, transform .22s ease;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a:hover,
body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a:focus-visible {
  color: hsl(var(--foreground));
  border-color: hsl(var(--accent) / 0.58);
  background: hsl(var(--accent) / 0.10);
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 920px) {
  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip {
    padding: 0 1.25rem 42px;
  }

  body:not(.seo-body) .webleads-home-seo-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11.5px;
  }
}




/* === LIVE V4 PageSpeed hardening === */
/* Remove LCP-costly filter animation from above-the-fold motion nodes while preserving opacity/transform movement. */
header,
header *,
#home [style*="filter: blur"],
#home [style*="filter:blur"],
#home h1,
#home h1 *,
#home p,
#home a {
  filter: none !important;
}

/* Avoid oversized logo layout shifts: CSS still controls visual size, attributes provide intrinsic ratio. */
img[src="/brand/logo-primary.png"],
img[src="/brand/logo-monogram.png"] {
  height: auto;
}

/* Screen-reader helper used by any semantic patches. */
.sr-only,
.wl-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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


/* === LIVE V4.1 visual cleanup: transparent logo + seamless SEO footer links === */
/* The UI logo must sit directly on the header/footer surface with no banner, tile, or boxed background. */
header a[aria-label="WebLeadsAI home"],
footer a[aria-label="WebLeadsAI home"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  line-height: 1 !important;
}

header a[aria-label="WebLeadsAI home"] span,
footer a[aria-label="WebLeadsAI home"] span,
header img[src="/brand/logo-primary.png"],
footer img[src="/brand/logo-primary.png"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

header img[src="/brand/logo-primary.png"] {
  display: block;
  width: auto !important;
  height: clamp(1.5rem, 2.1vw, 2rem) !important;
  max-width: 182px;
  object-fit: contain;
}

footer img[src="/brand/logo-primary.png"] {
  display: block;
  width: auto !important;
  height: clamp(1.75rem, 2.4vw, 2rem) !important;
  max-width: 190px;
  object-fit: contain;
}

/* Replace the large SEO banner/card with a clean footer-style link row that matches the site's pill language. */
body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip {
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3rem) !important;
  background: #050505 !important;
}

body:not(.seo-body) .webleads-home-seo-strip__inner {
  width: min(1120px, 100%) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 18px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid hsl(0 0% 100% / 0.075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 14px !important;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip p {
  margin: 0 !important;
  color: hsl(30 10% 74% / 0.58) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip nav {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid hsl(0 0% 100% / 0.08) !important;
  background: hsl(0 0% 100% / 0.028) !important;
  color: hsl(30 10% 80% / 0.76) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease !important;
}

body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a:hover,
body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a:focus-visible {
  color: #f2ebdd !important;
  border-color: hsl(36 40% 75% / 0.34) !important;
  background: hsl(36 40% 75% / 0.10) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

@media (max-width: 900px) {
  body:not(.seo-body) .webleads-home-seo-strip__inner {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
  }

  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip nav {
    justify-content: flex-start !important;
  }
}

@media (max-width: 560px) {
  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body:not(.seo-body) .webleads-static-seo-links.webleads-home-seo-strip a {
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 11.5px !important;
  }
}
