/**
 * LinkX Link-in-Bio marketing redesign (CoralBold)
 * Scoped under .lx-dc-bio — cream / coral / teal / Bricolage system
 */

.lx.lx-dc-bio {
  --coral: #FF6B4A;
  --teal: #14806E;
  --bg: #FAF6F1;
  --paper: #fff;
  --ink: #2A211C;
  --muted: #756A60;
  --line: rgba(42, 33, 28, 0.08);
  background:
    radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 0) 0 0 / 24px 24px,
    var(--bg);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

[data-scheme="dark"] .lx.lx-dc-bio {
  background:
    radial-gradient(circle at 1px 1px, color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 0) 0 0 / 24px 24px,
    var(--bg);
  color: var(--ink);
}

.lx-dc-bio ::selection {
  background: var(--coral);
  color: #fff;
}

.lx-dc-bio a {
  color: inherit;
  text-decoration: none;
}

@keyframes lx-bio-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

@keyframes lx-bio-float2 {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-12px) rotate(-4deg); }
}

@keyframes lx-bio-float3 {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

@media (prefers-reduced-motion: reduce) {
  /* Floating stats pause under reduced motion. */
  .lx-dc-bio .floating-stat {
    animation: none !important;
  }

  /* Override CoralBold's global `* { animation-duration: 0.01ms !important }` —
     keep a full-width strip; motion only when preferred. */
  .lx-dc-bio .lx-bio-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* -------------------------------------------------------------------------
   Shared section chrome
   ------------------------------------------------------------------------- */
.lx-dc-bio .lx-bio-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.lx-dc-bio .lx-bio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 14px;
}

.lx-dc-bio .lx-bio-eyebrow--teal {
  color: var(--teal);
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}

.lx-dc-bio .lx-bio-eyebrow--teal .lx-bio-eyebrow-rule {
  width: 26px;
  height: 1.5px;
  background: var(--teal);
  display: inline-block;
}

.lx-dc-bio .lx-bio-eyebrow--soft {
  color: #FFB39E;
}

.lx-dc-bio .lx-bio-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: clamp(50px, 5.4vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.038em;
  margin: 0 0 20px;
  color: var(--ink);
  max-width: none;
}

.lx-dc-bio .lx-bio-badge {
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--coral);
  padding: 0 14px;
  border-radius: 14px;
  transform: rotate(-2deg);
}

.lx-dc-bio .lx-bio-h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 46px;
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 14px;
  color: var(--ink);
  max-width: none;
}

.lx-dc-bio .lx-bio-lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 470px;
  margin: 0 0 28px;
  text-wrap: pretty;
}

.lx-dc-bio .lx-bio-section-lead {
  font-size: 17px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
  max-width: 640px;
}

.lx-dc-bio .lx-bio-head {
  max-width: 640px;
  margin-bottom: 40px;
  text-align: left;
}

.lx-dc-bio .lx-bio-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 820px;
}

/* Kill legacy CoralBold section skins inside redesign */
.lx-dc-bio .lx-sec,
.lx-dc-bio .lx-page-hero,
.lx-dc-bio .lx-sec-paper,
.lx-dc-bio .lx-sec-mist,
.lx-dc-bio .lx-slab {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.lx-dc-bio .lx-eyebrow,
.lx-dc-bio .lx-h1,
.lx-dc-bio .lx-h2,
.lx-dc-bio .lx-lead,
.lx-dc-bio .gradient-text {
  font-family: inherit;
  background: none;
  -webkit-text-fill-color: unset;
  color: inherit;
}

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-hero {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* Clear fixed navbar (~80px) with breathing room */
  padding: clamp(128px, 16vh, 160px) 32px 56px !important;
  box-sizing: border-box;
}

.lx-dc-bio .bio-hero > .container {
  max-width: none;
  padding: 0;
  width: 100%;
}

.lx-dc-bio .bio-hero .row {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 48px;
  align-items: center;
  margin: 0;
}

.lx-dc-bio .bio-hero .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  flex: none;
  padding: 0;
}

.lx-dc-bio .bio-hero-content {
  position: relative;
  z-index: 2;
}

.lx-dc-bio .claim-label {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.lx-dc-bio .claim-username-form,
.lx-dc-bio .cta-claim-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0 24px 50px -30px rgba(42, 33, 28, 0.4);
  max-width: 520px;
  flex-wrap: nowrap;
}

.lx-dc-bio .claim-username-form .input-wrapper,
.lx-dc-bio .cta-claim-form .input-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  padding: 0 4px 0 14px;
  min-width: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.lx-dc-bio .claim-username-form .url-prefix,
.lx-dc-bio .cta-claim-form .url-prefix {
  color: var(--muted);
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
}

.lx-dc-bio .claim-username-form .claim-input,
.lx-dc-bio .cta-claim-form .claim-input {
  border: none;
  outline: none;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  width: 100%;
  padding: 14px 0;
  margin: 0;
  border-radius: 0;
}

.lx-dc-bio .claim-username-form .claim-input::placeholder,
.lx-dc-bio .cta-claim-form .claim-input::placeholder {
  color: color-mix(in srgb, var(--muted) 70%, transparent);
  font-weight: 500;
}

.lx-dc-bio .claim-username-form .btn-claim,
.lx-dc-bio .cta-claim-form .btn-claim,
.lx-dc-bio a#claimBtn,
.lx-dc-bio a#claimBtn2 {
  background: var(--coral) !important;
  color: #fff !important;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: filter 0.15s ease;
}

.lx-dc-bio .claim-username-form .btn-claim:hover,
.lx-dc-bio .cta-claim-form .btn-claim:hover,
.lx-dc-bio a#claimBtn:hover,
.lx-dc-bio a#claimBtn2:hover {
  filter: brightness(1.05);
  transform: none;
  color: #fff !important;
}

.lx-dc-bio .alias-status {
  margin-top: 12px;
  min-height: 0;
}

.lx-dc-bio .alias-status .status-available,
.lx-dc-bio .alias-status .status-taken {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--ink);
}

.lx-dc-bio .alias-status .status-available {
  background: color-mix(in srgb, var(--teal) 9%, transparent);
  border: 1px dashed color-mix(in srgb, var(--teal) 40%, transparent);
}

.lx-dc-bio .alias-status .status-available i,
.lx-dc-bio .alias-status .status-available strong {
  color: var(--teal);
}

.lx-dc-bio .alias-status .status-taken {
  background: color-mix(in srgb, var(--coral) 9%, transparent);
  border: 1px dashed color-mix(in srgb, var(--coral) 40%, transparent);
}

.lx-dc-bio .alias-status .status-taken i {
  color: var(--coral);
}

.lx-dc-bio .hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--muted);
}

.lx-dc-bio .hero-trust-badges .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.lx-dc-bio .hero-trust-badges .trust-item i {
  color: var(--teal);
  font-size: 12px;
}

/* Hero phone visual — matches LinkX Link in Bio.dc.html Studio Mara mock */
.lx-dc-bio .bio-hero-visual,
.lx-dc-bio .lx-bio-preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
}

.lx-dc-bio .lx-bio-preview-plane {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.lx-dc-bio .lx-bio-preview-plane--coral {
  width: 88%;
  height: 82%;
  background: var(--coral);
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.22) 1px, transparent 0);
  background-size: 18px 18px;
  border-radius: 36px;
  transform: rotate(-4deg);
}

.lx-dc-bio .lx-bio-preview-plane--ink {
  width: 78%;
  height: 74%;
  background: var(--ink);
  border-radius: 34px;
  transform: rotate(3deg);
  z-index: 1;
}

.lx-dc-bio .lx-bio-phone {
  position: relative;
  z-index: 3;
  width: 290px;
  height: 552px;
  background: #0F0B09;
  border-radius: 44px;
  padding: 11px;
  box-shadow: 0 40px 80px -30px rgba(42, 33, 28, 0.6);
}

.lx-dc-bio .lx-bio-phone-notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 22px;
  background: #0F0B09;
  border-radius: 0 0 14px 14px;
  z-index: 6;
}

.lx-dc-bio .lx-bio-phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--paper);
  border-radius: 34px;
  overflow: hidden;
}

.lx-dc-bio .lx-bio-phone-banner {
  height: 120px;
  background: linear-gradient(140deg, #C4B5FF, #7B61C9);
}

.lx-dc-bio .lx-bio-phone-body {
  padding: 0 20px 18px;
  margin-top: -42px;
}

.lx-dc-bio .lx-bio-phone-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFB39E, #FF6B4A);
  border: 4px solid var(--paper);
  margin: 0 auto 10px;
  overflow: hidden;
}

.lx-dc-bio .lx-bio-phone-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lx-dc-bio .lx-bio-phone-name {
  text-align: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.2;
}

.lx-dc-bio .lx-bio-phone-handle {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 1.35;
}

.lx-dc-bio .lx-bio-phone-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.lx-dc-bio .lx-bio-phone-link {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  padding: 13px 15px;
  border-radius: 13px;
  line-height: 1.2;
}

.lx-dc-bio .lx-bio-phone-link--dark {
  background: var(--ink);
  color: #fff;
}

.lx-dc-bio .lx-bio-phone-link--coral {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FF6B4A;
  color: #fff;
}

.lx-dc-bio .lx-bio-phone-pill {
  background: rgba(255, 255, 255, 0.25);
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.lx-dc-bio .lx-bio-phone-link--outline {
  background: var(--paper);
  border: 1.5px solid rgba(42, 33, 28, 0.12);
  color: var(--ink);
  font-weight: 600;
}

.lx-dc-bio .floating-stat {
  position: absolute;
  z-index: 4;
  width: max-content;
  max-width: 160px;
  min-width: 0;
  height: auto;
  background: var(--paper) !important;
  border: 2px solid var(--ink);
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  box-shadow: none;
}

.lx-dc-bio .floating-stat .stat-icon {
  display: none !important;
}

.lx-dc-bio .floating-stat .stat-content {
  display: contents;
}

.lx-dc-bio .floating-stat .stat-label {
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted) !important;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.2;
}

.lx-dc-bio .floating-stat .stat-number {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--ink) !important;
  line-height: 1.1;
  white-space: nowrap;
}

.lx-dc-bio .floating-stat.stat-views {
  top: 52px;
  left: 2%;
  right: auto !important;
  bottom: auto !important;
  box-shadow: 5px 5px 0 var(--ink);
  animation: lx-bio-float2 7s ease-in-out infinite;
}

.lx-dc-bio .floating-stat.stat-views .stat-number {
  color: var(--teal) !important;
}

.lx-dc-bio .floating-stat.stat-clicks {
  bottom: 120px;
  right: 0;
  left: auto !important;
  top: auto !important;
  box-shadow: 5px 5px 0 var(--coral);
  animation: lx-bio-float3 8s ease-in-out infinite;
}

/* -------------------------------------------------------------------------
   Social proof marquee
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-social-proof {
  padding: 8px 0 24px !important;
  overflow: hidden;
}

.lx-dc-bio .bio-social-proof .container {
  max-width: none;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.lx-dc-bio .social-proof-content {
  width: 100%;
  max-width: none;
}

.lx-dc-bio .proof-label {
  text-align: center;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 22px;
}

.lx-dc-bio .lx-bio-marquee {
  overflow: hidden;
  width: 100%;
}

.lx-dc-bio .lx-bio-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--ink);
}

@media (prefers-reduced-motion: no-preference) {
  .lx-dc-bio .lx-bio-marquee-track {
    animation: lx-bio-marquee 36s linear infinite;
  }

  .lx-dc-bio .lx-bio-marquee:hover .lx-bio-marquee-track {
    animation-play-state: paused;
  }
}

.lx-dc-bio .lx-bio-marquee-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 56px;
  padding-right: 56px;
  box-sizing: content-box;
}

.lx-dc-bio .lx-bio-marquee-group span {
  flex: 0 0 auto;
  opacity: 0.55;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.lx-dc-bio .platform-logos {
  display: none !important;
}

/* -------------------------------------------------------------------------
   Features
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-features {
  padding: 64px 32px !important;
  max-width: 1240px;
  margin: 0 auto !important;
}

.lx-dc-bio .bio-features > .container {
  max-width: none;
  padding: 0;
}

.lx-dc-bio .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lx-dc-bio .feature-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 20px 44px -34px rgba(42, 33, 28, 0.4);
  transition: transform 0.2s ease;
  height: auto;
}

.lx-dc-bio .feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--line);
  box-shadow: 0 20px 44px -34px rgba(42, 33, 28, 0.4);
}

.lx-dc-bio .feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 18px;
  color: var(--ink);
  background: color-mix(in srgb, var(--coral) 14%, transparent);
}

.lx-dc-bio .feature-card:nth-child(2) .feature-icon {
  background: color-mix(in srgb, #7B61C9 16%, transparent);
}

.lx-dc-bio .feature-card:nth-child(3) .feature-icon {
  background: color-mix(in srgb, var(--teal) 14%, transparent);
}

.lx-dc-bio .feature-card:nth-child(4) .feature-icon {
  background: color-mix(in srgb, #E8A23A 18%, transparent);
}

.lx-dc-bio .feature-card:nth-child(5) .feature-icon {
  background: color-mix(in srgb, var(--coral) 14%, transparent);
}

.lx-dc-bio .feature-card:nth-child(6) .feature-icon {
  background: color-mix(in srgb, var(--teal) 14%, transparent);
}

.lx-dc-bio .feature-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
  color: var(--ink);
}

.lx-dc-bio .feature-desc {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

/* -------------------------------------------------------------------------
   Use cases
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-use-cases {
  padding: 8px 32px 64px !important;
  max-width: 1240px;
  margin: 0 auto !important;
}

.lx-dc-bio .bio-use-cases > .container {
  max-width: none;
  padding: 0;
}

.lx-dc-bio .bio-use-cases .lx-bio-head {
  max-width: none;
}

.lx-dc-bio .bio-use-cases .lx-bio-h2 {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .lx-dc-bio .bio-use-cases .lx-bio-h2 {
    white-space: normal;
  }
}

.lx-dc-bio .use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lx-dc-bio .use-case-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 44px -34px rgba(42, 33, 28, 0.4);
  height: auto;
}

.lx-dc-bio .use-case-image {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
}

.lx-dc-bio .use-case-image.creators-bg {
  background: linear-gradient(140deg, #FFB39E, #FF6B4A);
}

.lx-dc-bio .use-case-image.business-bg {
  background: linear-gradient(140deg, #9BD8C9, #14806E);
}

.lx-dc-bio .use-case-image.artists-bg {
  background: linear-gradient(140deg, #C4B5FF, #7B61C9);
}

.lx-dc-bio .use-case-emoji {
  font-size: 38px;
  line-height: 1;
}

.lx-dc-bio .use-case-content {
  padding: 24px 26px;
}

.lx-dc-bio .use-case-content h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--ink);
}

.lx-dc-bio .use-case-content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.lx-dc-bio .use-case-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.lx-dc-bio .use-case-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.lx-dc-bio .use-case-features li i {
  color: var(--teal);
  font-size: 12px;
}

/* -------------------------------------------------------------------------
   Widgets spotlight
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-widgets-showcase {
  padding: 8px 32px 64px !important;
  max-width: 1240px;
  margin: 0 auto !important;
}

.lx-dc-bio .bio-widgets-showcase > .container {
  max-width: none;
  padding: 0;
}

.lx-dc-bio .lx-bio-widgets-panel {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  border-radius: 28px;
  padding: 52px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 44px;
  align-items: center;
}

.lx-dc-bio .widgets-content .lx-bio-h2 {
  color: #fff;
  font-size: 42px;
  letter-spacing: -0.02em;
  line-height: 1.04;
  margin: 0 0 16px;
}

.lx-dc-bio .widgets-content .lx-bio-section-lead {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 24px;
  max-width: 440px;
}

.lx-dc-bio .widgets-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.lx-dc-bio .widget-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lx-dc-bio .widget-tag i {
  opacity: 0.85;
}

.lx-dc-bio .widgets-content .lx-btn,
.lx-dc-bio .widgets-content a.lx-btn-primary {
  display: inline-block;
  background: var(--coral) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 13px;
  box-shadow: none !important;
  border: none;
  margin-top: 0 !important;
}

.lx-dc-bio .widgets-content a.lx-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

.lx-dc-bio .widget-preview-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lx-dc-bio .widget-preview {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lx-dc-bio .widget-preview.music-widget {
  flex-direction: row;
}

.lx-dc-bio .widget-preview .widget-preview-header {
  display: none;
}

.lx-dc-bio .widget-preview .album-art {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, #1DB954, #12351f);
  flex-shrink: 0;
  display: block;
}

.lx-dc-bio .widget-preview .track-info,
.lx-dc-bio .widget-preview .product-info,
.lx-dc-bio .widget-preview .video-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.lx-dc-bio .widget-preview .track-name,
.lx-dc-bio .widget-preview .product-name,
.lx-dc-bio .widget-preview .video-title,
.lx-dc-bio .widget-preview .newsletter-title {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.lx-dc-bio .widget-preview .artist-name,
.lx-dc-bio .widget-preview .video-views {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-family: 'Space Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lx-dc-bio .widget-preview .play-btn,
.lx-dc-bio .widget-preview .video-thumbnail,
.lx-dc-bio .widget-preview .product-image,
.lx-dc-bio .widget-preview .newsletter-icon,
.lx-dc-bio .widget-preview .play-overlay {
  display: none;
}

.lx-dc-bio .widget-preview.product-widget {
  justify-content: space-between;
}

.lx-dc-bio .widget-preview.product-widget::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, #FF8A6B, #FF6B4A);
  flex-shrink: 0;
}

.lx-dc-bio .widget-preview .product-price,
.lx-dc-bio .widget-preview .btn-shop {
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  font-size: 13px;
  padding: 8px 13px;
  border-radius: 999px;
  border: none;
  margin: 0;
}

.lx-dc-bio .widget-preview .btn-shop {
  display: none;
}

.lx-dc-bio .widget-preview.video-widget::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, #ff4d4d, #c41e1e);
  flex-shrink: 0;
}

.lx-dc-bio .widget-preview.newsletter-widget {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.lx-dc-bio .widget-preview.newsletter-widget .newsletter-title {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lx-dc-bio .widget-preview .newsletter-input {
  display: flex;
  gap: 8px;
  width: 100%;
}

.lx-dc-bio .widget-preview .newsletter-input span {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 11px 13px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.lx-dc-bio .widget-preview .newsletter-input::after {
  content: 'Join';
  background: var(--coral);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 11px 16px;
  border-radius: 10px;
}

/* -------------------------------------------------------------------------
   Testimonials
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-testimonials {
  padding: 64px 32px !important;
  max-width: 1240px;
  margin: 0 auto !important;
}

.lx-dc-bio .bio-testimonials > .container {
  max-width: none;
  padding: 0;
}

.lx-dc-bio .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lx-dc-bio .testimonial-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 20px 44px -34px rgba(42, 33, 28, 0.4);
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: auto;
}

.lx-dc-bio .testimonial-stars {
  color: var(--coral);
  font-size: 18px;
  letter-spacing: 2px;
}

.lx-dc-bio .testimonial-stars i {
  color: var(--coral);
}

.lx-dc-bio .testimonial-text {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  flex: 1;
  color: var(--ink);
}

.lx-dc-bio .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lx-dc-bio .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
}

.lx-dc-bio .avatar-tone-1 {
  background: linear-gradient(135deg, #FFB39E, #FF6B4A);
}

.lx-dc-bio .avatar-tone-3 {
  background: linear-gradient(135deg, #9BD8C9, #14806E);
}

.lx-dc-bio .avatar-tone-2 {
  background: linear-gradient(135deg, #C4B5FF, #7B61C9);
}

.lx-dc-bio .author-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  display: block;
}

.lx-dc-bio .author-role {
  color: var(--muted);
  font-size: 13px;
  display: block;
}

/* -------------------------------------------------------------------------
   FAQ
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-faq-section {
  max-width: 820px;
  margin: 0 auto !important;
  padding: 24px 32px 64px !important;
}

.lx-dc-bio .bio-faq-section > .container {
  max-width: none;
  padding: 0;
}

.lx-dc-bio .bio-faq-section .lx-bio-h2 {
  font-size: 44px;
  letter-spacing: -0.02em;
  margin: 0;
}

.lx-dc-bio .faq-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lx-dc-bio .faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
  box-shadow: none;
}

.lx-dc-bio .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 20px 22px;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
}

.lx-dc-bio .faq-question i {
  color: var(--coral);
  font-size: 14px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.lx-dc-bio .faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.lx-dc-bio .faq-answer {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  background: transparent;
  border: none;
}

/* -------------------------------------------------------------------------
   Final CTA — matches LinkX Link in Bio.dc.html
   Beats CoralBold .cta-content { max-width: 600px } and .lx-slab type tokens.
   ------------------------------------------------------------------------- */
.lx-dc-bio .bio-final-cta {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto !important;
  padding: 8px 32px 96px !important;
  background: transparent !important;
  position: relative;
  overflow: visible;
}

.lx-dc-bio .bio-final-cta::before {
  display: none !important;
  content: none !important;
}

.lx-dc-bio .cta-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  background: var(--coral);
  border-radius: 28px;
  padding: 76px 48px;
  text-align: center;
  box-sizing: border-box;
}

.lx-dc-bio .cta-title {
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-weight: 800 !important;
  font-size: 56px !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  text-wrap: balance;
}

.lx-dc-bio .cta-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px !important;
  margin: 0 auto 30px !important;
  max-width: 520px;
  line-height: 1.5;
}

.lx-dc-bio .cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.lx-dc-bio .cta-btn {
  display: inline-block;
  font-size: 17px;
  padding: 16px 34px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.lx-dc-bio .cta-btn-solid {
  background: #fff;
  color: var(--coral) !important;
  font-weight: 800;
  box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.4);
}

.lx-dc-bio .cta-btn-solid:hover {
  transform: translateY(-2px);
  color: var(--coral) !important;
}

.lx-dc-bio .cta-btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-weight: 700;
}

.lx-dc-bio .cta-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff !important;
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .lx-dc-bio .bio-hero .row {
    grid-template-columns: 1fr !important;
    gap: 52px !important;
  }

  .lx-dc-bio .lx-bio-h1 {
    font-size: clamp(42px, 11vw, 60px) !important;
  }

  .lx-dc-bio .features-grid,
  .lx-dc-bio .use-cases-grid,
  .lx-dc-bio .testimonials-grid,
  .lx-dc-bio .lx-bio-widgets-panel {
    grid-template-columns: 1fr !important;
  }

  .lx-dc-bio .cta-content {
    padding: 52px 28px !important;
  }

  .lx-dc-bio .cta-title {
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  .lx-dc-bio .lx-bio-h2 {
    font-size: clamp(28px, 7vw, 36px) !important;
  }

  .lx-dc-bio .bio-hero-visual,
  .lx-dc-bio .lx-bio-preview {
    min-height: 480px;
  }

  .lx-dc-bio .lx-bio-phone {
    width: min(290px, 78vw);
    height: auto;
    aspect-ratio: 290 / 552;
  }

  .lx-dc-bio .floating-stat.stat-views {
    left: 0;
    right: auto !important;
  }

  .lx-dc-bio .floating-stat.stat-clicks {
    bottom: 80px;
    left: auto !important;
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .lx-dc-bio .bio-hero,
  .lx-dc-bio .bio-features,
  .lx-dc-bio .bio-use-cases,
  .lx-dc-bio .bio-widgets-showcase,
  .lx-dc-bio .bio-testimonials,
  .lx-dc-bio .bio-faq-section,
  .lx-dc-bio .bio-final-cta {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .lx-dc-bio .features-grid {
    grid-template-columns: 1fr !important;
  }

  .lx-dc-bio .claim-username-form,
  .lx-dc-bio .cta-claim-form {
    flex-direction: column;
    align-items: stretch;
  }

  .lx-dc-bio .claim-username-form .btn-claim,
  .lx-dc-bio .cta-claim-form .btn-claim,
  .lx-dc-bio a#claimBtn,
  .lx-dc-bio a#claimBtn2 {
    justify-content: center;
    width: 100%;
  }

  .lx-dc-bio .lx-bio-widgets-panel {
    padding: 32px 22px;
  }

  .lx-dc-bio .floating-stat {
    display: none;
  }
}
