/* ── SCROLL REVEALS ─────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.16,1,0.3,1);
}
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

/* ── LANDING HEADER ─────────────────────────────────── */
.ld-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  height: calc(72px + env(safe-area-inset-top, 0px));
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: env(safe-area-inset-top, 0px) 48px 16px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(240,236,228,0.07);
  transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
}
.ld-header.hidden { transform: translateY(-100%); }

.ld-header-logo-link { display: flex; align-items: center; text-decoration: none; }
.ld-header-logo {
  height: 52px; width: 52px; display: block;
  background: linear-gradient(135deg,#f0c0cc 0%,#c4808c 45%,#964060 100%);
  -webkit-mask-image: url('../images/df-logo.png');
  mask-image: url('../images/df-logo.png');
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
}

/* ── WHATSAPP BUTTON ─────────────────────────────────── */
.ld-btn-wa {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.84rem; font-weight: 600; letter-spacing: 0.02em;
  text-decoration: none; color: #fff;
  background: #25D366;
  padding: 14px 26px; border-radius: 100px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.25);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}
.ld-btn-wa:hover { background: #1dbc59; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.38); }
.ld-btn-wa--sm { padding: 10px 18px; font-size: 0.78rem; }

/* ── HERO ─────────────────────────────────────────────── */
.ld-hero {
  min-height: 100svh;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  justify-content: space-between;
  background: var(--bg-2);
}

/* Ambient glow blobs */
.ld-hero::before {
  content: ''; position: absolute;
  top: 15%; right: 20%; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(196,128,140,0.11) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
.ld-hero::after {
  content: ''; position: absolute;
  bottom: 10%; right: 5%; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(240,192,204,0.07) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0;
}

/* Text content */
.ld-hero-content {
  position: relative; z-index: 2; flex-shrink: 0;
  padding: calc(var(--nav-h) + env(safe-area-inset-top,0px) + 80px) 48px 80px;
  max-width: 600px; width: 100%;
}

/* iPhone visual — right side */
.ld-hero-visual {
  flex: 1; min-width: 0;
  align-self: stretch;
  display: flex; align-items: center; justify-content: center;
  padding: 0 30px 0 0;
  position: relative; z-index: 2;
  pointer-events: none;
  perspective: 1200px;
  perspective-origin: 60% 50%;
}

/* ── iPHONE MOCKUP ───────────────────────────────────── */
.idm-wrap {
  position: relative; width: 280px; height: 582px;
  transform: scale(1.05) rotateY(-15deg) rotateX(7deg) rotateZ(-2deg);
  transform-origin: center center;
  will-change: transform;
}
.idm-shadow {
  position: absolute; bottom: -18px; left: 8%; width: 84%; height: 32px;
  background: rgba(0,0,0,0.4); border-radius: 50%; filter: blur(24px);
}
.idm-body {
  position: absolute; inset: 0; overflow: hidden;
  background: linear-gradient(158deg,#2d2d2f 0%,#1a1a1c 45%,#0d0d0e 100%);
  border-radius: 48px;
  box-shadow: 0 0 0 1.5px rgba(255,255,255,0.13) inset,
              0 0 80px rgba(196,128,140,0.22),
              0 36px 72px rgba(0,0,0,0.6),
              0 4px 8px rgba(0,0,0,0.25);
}
.idm-vol { position: absolute; left: -3px; width: 3px; background: #3a3a3c; border-radius: 2px 0 0 2px; }
.idm-v1  { top: 112px; height: 27px; }
.idm-v2  { top: 148px; height: 27px; }
.idm-pwr { position: absolute; right: -3px; top: 132px; width: 3px; height: 55px; background: #3a3a3c; border-radius: 0 2px 2px 0; }
.idm-glass {
  position: absolute; top: 9px; left: 9px; right: 9px; height: 38%;
  background: linear-gradient(180deg,rgba(255,255,255,0.035) 0%,transparent 100%);
  border-radius: 41px 41px 60% 60%; pointer-events: none;
}
.idm-screen {
  position: absolute; inset: 9px;
  background: #07111F; border-radius: 41px; overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transform: translateZ(0);
}
.idm-island {
  position: absolute; top: 13px; left: 50%; transform: translateX(-50%);
  width: 98px; height: 28px; background: #000; border-radius: 15px; z-index: 200;
}

/* Status bar */
.idm-sb { position: absolute; top: 0; left: 0; right: 0; height: 50px; z-index: 90; display: flex; align-items: flex-start; padding: 13px 17px 0; justify-content: space-between; background: #07111F; }
.idm-time { font-size: 11px; font-weight: 600; color: #f0ece4; letter-spacing: -0.2px; }
.idm-sb-r { display: flex; gap: 5px; align-items: center; }
.idm-bars { display: flex; gap: 1.5px; align-items: flex-end; }
.idm-bars i { background: #f0ece4; border-radius: 1px; width: 2.5px; display: block; font-style: normal; }
.idm-bars i:nth-child(1) { height: 4px; }
.idm-bars i:nth-child(2) { height: 6px; }
.idm-bars i:nth-child(3) { height: 8px; }
.idm-bars i:nth-child(4) { height: 10px; }
.idm-batt { display: flex; align-items: center; gap: 1px; }
.idm-batt-sh { width: 19px; height: 10px; border: 1.5px solid #f0ece4; border-radius: 2.5px; padding: 1.5px 1px; }
.idm-batt-f  { width: 100%; height: 100%; background: #f0ece4; border-radius: 1px; }
.idm-batt-n  { width: 1.5px; height: 5px; background: #f0ece4; border-radius: 1px; }

/* Store header — matches site nav style */
.idm-hdr { position: absolute; top: 48px; left: 0; right: 0; height: 44px; background: rgba(7,17,31,0.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 0.5px solid rgba(240,236,228,0.07); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; z-index: 60; }
.idm-brand { font-size: 12px; font-weight: 800; letter-spacing: 3.5px; color: #f0ece4; }
.idm-hdr-r { display: flex; gap: 13px; align-items: center; }
.idm-bag-wrap { position: relative; display: flex; }
.idm-badge {
  position: absolute; top: -5px; right: -5px;
  width: 13px; height: 13px; background: #ef4444; border-radius: 50%;
  border: 1.5px solid #fff; display: flex; align-items: center; justify-content: center;
  font-size: 7.5px; font-weight: 800; color: #fff;
  transform: scale(0); opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.2s;
}

/* Feed */
.idm-feed { position: absolute; top: 92px; left: 0; right: 0; padding-bottom: 40px; will-change: transform; }

/* Banner */
.idm-banner { margin: 8px 12px 0; height: 120px; background: linear-gradient(135deg,#07111F 0%,#0D1829 100%); border-radius: 14px; overflow: hidden; position: relative; }
.idm-banner-glow { position: absolute; right: -14px; top: -14px; width: 100px; height: 100px; background: rgba(196,128,140,0.22); border-radius: 50%; }
.idm-banner-watch { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); }
.idm-banner-txt { padding: 16px; }
.idm-bl { font-size: 8px; letter-spacing: 2.5px; color: rgba(240,192,204,0.9); font-weight: 700; margin-bottom: 4px; }
.idm-bh { font-size: 15px; font-weight: 800; color: #fff; line-height: 1.25; letter-spacing: -0.3px; }
.idm-bc { display: inline-block; margin-top: 7px; font-size: 9px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#c4808c,#964060); padding: 3px 9px; border-radius: 20px; }

/* Products — 2-column grid */
.idm-products { padding: 0 10px; margin-top: 11px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.idm-plabel { font-size: 8px; font-weight: 800; letter-spacing: 2.5px; color: rgba(240,192,204,0.55); margin-bottom: 4px; grid-column: 1 / -1; }
.idm-card { background: #0D1829; border: 0.5px solid rgba(196,128,140,0.15); border-radius: 11px; overflow: hidden; margin-bottom: 0; transform: scale(0.975); transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.45s, border-color 0.3s; }
.idm-card-img { height: 65px; display: flex; align-items: center; justify-content: center; position: relative; }
.idm-card-brand { position: absolute; top: 5px; left: 7px; font-size: 6px; font-weight: 700; letter-spacing: 1.5px; }
.idm-heart { position: absolute; top: 5px; right: 7px; }
.idm-card-body { padding: 6px 8px 8px; }
.idm-card-row { display: flex; flex-direction: column; align-items: flex-start; }
.idm-card-name { font-size: 9.5px; font-weight: 700; color: #f0ece4; margin-bottom: 1px; }
.idm-card-sub { font-size: 8px; color: rgba(240,236,228,0.42); }
.idm-card-price { font-size: 9.5px; font-weight: 700; color: #f0ece4; margin-top: 3px; }
.idm-stars { display: flex; align-items: center; gap: 2px; margin-top: 3px; font-size: 8px; color: #f59e0b; }
.idm-stars span { color: rgba(240,236,228,0.28); }

/* Add to bag */
.idm-atb-wrap { margin-top: 6px; position: relative; }
.idm-atb { height: 26px; border-radius: 7px; background: linear-gradient(135deg,#c4808c,#964060); display: flex; align-items: center; justify-content: center; overflow: hidden; transition: transform 0.15s, background 0.4s; font-size: 9.5px; font-weight: 700; color: #fff; letter-spacing: 0.3px; }
.idm-ripple { position: absolute; inset: 0; border-radius: 9px; border: 2px solid #c4808c; opacity: 0; transform: scale(0.9); transition: opacity 0.35s, transform 0.35s; pointer-events: none; }
.idm-spin { display: inline-block; width: 11px; height: 11px; border: 1.5px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: idm-spin 0.7s linear infinite; vertical-align: middle; margin-right: 5px; }
@keyframes idm-spin { to { transform: rotate(360deg); } }

/* Cart sheet */
.idm-sheet { position: absolute; bottom: 0; left: 0; right: 0; height: 73%; background: #fff; border-radius: 22px 22px 0 0; box-shadow: 0 -8px 38px rgba(0,0,0,0.14); z-index: 150; transform: translateY(100%); }
.idm-pill { width: 34px; height: 4px; background: #e5e7eb; border-radius: 2px; margin: 9px auto 0; }
.idm-sh-hdr { padding: 10px 17px; display: flex; justify-content: space-between; align-items: center; border-bottom: 0.5px solid rgba(0,0,0,0.07); }
.idm-sh-title { font-size: 13.5px; font-weight: 700; color: #111; }
.idm-sh-badge { font-size: 10px; font-weight: 600; color: #4b5563; background: #f3f4f6; padding: 2.5px 9px; border-radius: 20px; }
.idm-line { padding: 12px 17px; display: flex; gap: 11px; border-bottom: 0.5px solid rgba(0,0,0,0.05); }
.idm-thumb { width: 56px; height: 56px; flex-shrink: 0; border-radius: 11px; display: flex; align-items: center; justify-content: center; }
.idm-li { flex: 1; }
.idm-li-name { font-size: 11px; font-weight: 700; color: #111; }
.idm-li-sub { font-size: 9.5px; color: #9ca3af; margin-top: 2px; }
.idm-li-price { font-size: 12px; font-weight: 700; color: #111; margin-top: 5px; }
.idm-li-qty { align-self: center; width: 22px; height: 22px; border: 1px solid #e5e7eb; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; color: #374151; }
.idm-sum { padding: 11px 17px; }
.idm-sum-row { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 11px; color: #6b7280; }
.idm-free span:last-child { color: #16a34a; font-weight: 600; }
.idm-divider { height: 0.5px; background: #f3f4f6; margin: 9px 0; }
.idm-total { font-size: 12px; font-weight: 700; color: #111; }
.idm-cta-box { padding: 0 17px; }
.idm-cta { background: linear-gradient(135deg,#c4808c,#964060); border-radius: 11px; padding: 12px 0; text-align: center; font-size: 12px; font-weight: 700; color: #fff; animation: idm-pulse 1.7s ease-in-out infinite; }
@keyframes idm-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(196,128,140,0); } 50% { box-shadow: 0 0 0 6px rgba(196,128,140,0.28); } }

/* Checkout + success full-screen layers */
.idm-full { position: absolute; inset: 0; border-radius: 41px; display: flex; flex-direction: column; overflow: hidden; transform: translateY(100%); }
.idm-chk { background: #f9fafb; z-index: 200; }
.idm-chk-hdr { padding: 14px 17px 9px; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; }
.idm-chk-title { font-size: 14px; font-weight: 700; color: #111; }
.idm-chk-sec { display: flex; align-items: center; gap: 4px; font-size: 10px; color: #6b7280; }
.idm-apay { margin: 0 17px 8px; background: #000; border-radius: 10px; padding: 11px 0; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 13px; font-weight: 600; color: #fff; flex-shrink: 0; }
.idm-or { display: flex; align-items: center; padding: 0 17px 8px; gap: 8px; font-size: 10px; color: #9ca3af; flex-shrink: 0; }
.idm-or::before, .idm-or::after { content: ''; flex: 1; height: 0.5px; background: #e5e7eb; }
.idm-fields { padding: 0 17px; display: flex; flex-direction: column; gap: 7px; flex-shrink: 0; }
.idm-field { background: #fff; border: 0.5px solid #e5e7eb; border-radius: 9px; padding: 8px 11px; }
.idm-fl { font-size: 8px; color: #9ca3af; letter-spacing: 1px; margin-bottom: 2px; font-weight: 600; }
.idm-fv { font-size: 11px; color: #374151; }
.idm-mono { font-family: monospace !important; color: #c9c9c9 !important; letter-spacing: 0.5px; }
.idm-tot-row { margin: 8px 17px 0; background: #fff; border: 0.5px solid #e5e7eb; border-radius: 9px; padding: 8px 11px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #6b7280; flex-shrink: 0; }
.idm-tot-amt { font-size: 13px; font-weight: 700; color: #111; }
.idm-pay-wrap { padding: 9px 17px 0; flex-shrink: 0; }
.idm-pay { background: linear-gradient(135deg,#c4808c,#964060); border-radius: 10px; padding: 12px 0; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 700; color: #fff; }
.idm-ssl { margin-top: 9px; text-align: center; font-size: 9.5px; color: #9ca3af; flex-shrink: 0; }

/* Success */
.idm-win { background: #fff; z-index: 300; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s; }
.idm-confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
@keyframes idm-fall { 0% { transform: translateY(-5%) rotate(0deg); opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(115%) rotate(240deg); opacity: 0; } }
.idm-glow { position: absolute; width: 160px; height: 160px; background: radial-gradient(circle,rgba(34,197,94,0.22),transparent 70%); border-radius: 50%; transform: scale(0); transition: transform 1s ease; }
.idm-check-circle { width: 66px; height: 66px; background: #dcfce7; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 17px; position: relative; z-index: 1; transform: scale(0); transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1); }
#idm-cp { stroke-dasharray: 27; stroke-dashoffset: 27; }
.idm-wt { text-align: center; padding: 0 26px; position: relative; z-index: 1; opacity: 0; transform: translateY(10px); transition: opacity 0.4s 0.3s, transform 0.4s 0.3s; }
.idm-wt-h { font-size: 16.5px; font-weight: 800; color: #111; margin-bottom: 6px; letter-spacing: -0.4px; }
.idm-wt-s { font-size: 11px; color: #6b7280; line-height: 1.55; }
.idm-track { margin-top: 18px; background: #f9fafb; border: 0.5px solid #e5e7eb; border-radius: 10px; padding: 9px 21px; font-size: 11px; font-weight: 700; color: #374151; position: relative; z-index: 1; opacity: 0; transform: translateY(6px); transition: opacity 0.4s 0.5s, transform 0.4s 0.5s; }
.idm-order-n { margin-top: 12px; font-size: 9.5px; color: #9ca3af; font-family: monospace; position: relative; z-index: 1; opacity: 0; transition: opacity 0.4s 0.8s; }

/* ── FLOATING SHOPPING ICONS ─────────────────────────────── */
.idm-fi {
  position: absolute;
  width: 42px; height: 42px;
  background: rgba(196,128,140,0.13);
  border: 1px solid rgba(196,128,140,0.32);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 18px rgba(196,128,140,0.14), inset 0 1px 0 rgba(240,192,204,0.18);
  animation: idm-float ease-in-out infinite;
  pointer-events: none;
}
@keyframes idm-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%       { transform: translateY(-13px) rotate(-5deg); }
  66%       { transform: translateY(-7px) rotate(4deg); }
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 900px) {
  .ld-hero { flex-direction: column; justify-content: flex-start; min-height: 0; }
  .ld-hero-content { max-width: 100%; }
  .ld-hero-visual {
    display: flex !important;
    flex: none;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%; height: 100svh;
    align-self: auto; padding: 0;
    overflow: hidden;
    perspective: 900px;
    perspective-origin: 50% 30%;
  }
  .idm-wrap {
    transform: scale(0.85) rotateY(-10deg) rotateX(5deg) rotateZ(-1deg);
    transform-style: preserve-3d;
    transform-origin: top center;
    margin-top: calc(72px + env(safe-area-inset-top, 0px) + 48px);
  }
  .idm-fi { display: none; }
}

.ld-offer-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,192,204,0.12);
  border: 1px solid rgba(240,192,204,0.35);
  color: #f0c0cc;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 6px 14px; border-radius: 100px;
  margin-bottom: 20px; cursor: default;
  text-decoration: none;
}
.ld-offer-badge:hover {
  background: rgba(240,192,204,0.2);
  border-color: rgba(240,192,204,0.6);
  color: #f0c0cc;
}
.ld-offer-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #f0c0cc; flex-shrink: 0;
  animation: badge-pulse 2s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

.ld-label {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.ld-label::before { content: ''; display: block; width: 28px; height: 1px; background: var(--accent); flex-shrink: 0; }

.ld-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 900; line-height: 1.04; letter-spacing: -0.03em;
  color: var(--fg); margin-bottom: 24px;
}
.ld-hero h1 em {
  font-style: italic;
  background: var(--accent-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ld-hero-p {
  font-size: 1.05rem; color: rgba(240,236,228,0.58); line-height: 1.78;
  max-width: 460px; margin-bottom: 40px;
}

.ld-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }

.ld-trust { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.ld-trust-item {
  font-size: 0.74rem; color: rgba(240,236,228,0.4); letter-spacing: 0.02em;
  display: flex; align-items: center; gap: 7px;
}
.ld-trust-item::before { content: '✓'; color: var(--accent); font-size: 0.68rem; }


/* ── SHARED SECTION PADDING ──────────────────────────── */
.ld-section {
  padding: 120px 48px;
}
.ld-section-inner { max-width: 1200px; margin: 0 auto; }

.ld-section-label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.ld-section-title {
  font-family: var(--font-d);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 900; line-height: 1.1; letter-spacing: -0.03em;
  margin-bottom: 60px; max-width: 24ch;
}
.ld-section-title em {
  font-style: italic;
  background: var(--accent-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── PROBLEMS ─────────────────────────────────────────── */
.ld-problems { background: var(--bg-2); }

.ld-problems-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(240,236,228,0.06);
  border: 1px solid rgba(240,236,228,0.06);
}

.ld-problem {
  background: var(--bg-2); padding: 44px 36px;
  position: relative; overflow: hidden;
  transition: background 0.3s ease;
}
.ld-problem:hover { background: rgba(196,128,140,0.035); }

.ld-problem-num {
  font-family: var(--font-d);
  font-size: 6rem; font-weight: 900; line-height: 1;
  color: rgba(240,236,228,0.035);
  position: absolute; top: 12px; right: 20px; pointer-events: none;
}

.ld-problem-before {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(240,236,228,0.25); display: flex; align-items: center; gap: 7px; margin-bottom: 12px;
}
.ld-problem-before::before { content: '✕'; font-size: 0.62rem; }

.ld-problem-q {
  font-family: var(--font-d);
  font-size: 1.25rem; font-weight: 700; line-height: 1.35;
  color: rgba(240,236,228,0.4);
  text-decoration: line-through; text-decoration-color: rgba(240,236,228,0.14);
  margin-bottom: 32px;
}

.ld-problem-after {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent); display: flex; align-items: center; gap: 7px; margin-bottom: 10px;
}
.ld-problem-after::before { content: '✓'; }

.ld-problem-a { font-size: 0.92rem; color: var(--fg); line-height: 1.72; }

/* ── FEATURES ─────────────────────────────────────────── */
.ld-features-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(240,236,228,0.06);
  border: 1px solid rgba(240,236,228,0.06);
}
.ld-feature {
  background: var(--bg); padding: 36px 28px;
  transition: background 0.3s ease;
}
.ld-feature:hover { background: rgba(196,128,140,0.04); }
.ld-feature-icon { width: 34px; height: 34px; color: var(--accent); margin-bottom: 18px; }
.ld-feature-title { font-size: 0.92rem; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.ld-feature-desc { font-size: 0.82rem; color: rgba(240,236,228,0.44); line-height: 1.65; }

/* ── PROCESS ──────────────────────────────────────────── */
.ld-process { background: var(--bg-2); }

.ld-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  position: relative; margin-top: 60px;
}
.ld-steps::before {
  content: ''; position: absolute; top: 27px; left: 60px; right: 60px;
  height: 1px; background: rgba(240,236,228,0.06); z-index: 0;
}
.ld-step { padding: 0 28px; position: relative; z-index: 1; }

.ld-step-num {
  width: 54px; height: 54px;
  border: 1px solid rgba(240,236,228,0.1); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 1.1rem; font-weight: 700;
  color: var(--accent); background: var(--bg-2); margin-bottom: 22px;
}
.ld-step-tag {
  display: inline-block; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em;
  color: var(--accent); border: 1px solid rgba(196,128,140,0.22);
  padding: 3px 10px; border-radius: 100px; margin-bottom: 12px;
}
.ld-step-title { font-size: 0.95rem; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.ld-step-desc { font-size: 0.82rem; color: rgba(240,236,228,0.44); line-height: 1.65; }

/* ── STATS ────────────────────────────────────────────── */
.ld-stats-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: rgba(240,236,228,0.06);
  border: 1px solid rgba(240,236,228,0.06);
}
.ld-stat { background: var(--bg); padding: 52px 36px; text-align: center; }
.ld-stat-value {
  font-family: var(--font-d);
  font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 900; line-height: 1;
  background: var(--accent-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.ld-stat-label { font-size: 0.78rem; color: rgba(240,236,228,0.42); line-height: 1.5; }

/* ── FAQ ──────────────────────────────────────────────── */
.ld-faq { max-width: 860px; margin: 0 auto; }
.ld-faq-list { margin-top: 60px; }
.ld-faq-item { border-top: 1px solid rgba(240,236,228,0.07); }
.ld-faq-item:last-child { border-bottom: 1px solid rgba(240,236,228,0.07); }

.ld-faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-size: 1rem; font-weight: 500; color: var(--fg);
  font-family: var(--font-b); line-height: 1.4;
  cursor: pointer; transition: color 0.3s ease;
}
.ld-faq-q:hover { color: rgba(240,236,228,0.72); }
.ld-faq-icon {
  flex-shrink: 0; width: 18px; height: 18px; color: var(--accent);
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
.ld-faq-item.open .ld-faq-icon { transform: rotate(45deg); }
.ld-faq-a {
  font-size: 0.9rem; color: rgba(240,236,228,0.5); line-height: 1.78;
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.16,1,0.3,1), padding 0.3s ease;
}
.ld-faq-item.open .ld-faq-a { max-height: 400px; padding-bottom: 24px; }

/* ── FINAL CTA ────────────────────────────────────────── */
.ld-cta {
  padding: 140px 48px;
  text-align: center; position: relative; overflow: hidden;
  border-top: 1px solid rgba(240,236,228,0.07);
}
.ld-cta-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse, rgba(196,128,140,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.ld-cta h2 {
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 900; line-height: 1.06; letter-spacing: -0.03em;
  margin-bottom: 20px; position: relative;
}
.ld-cta h2 em {
  font-style: italic;
  background: var(--accent-grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ld-cta-p {
  font-size: 1.05rem; color: rgba(240,236,228,0.5);
  max-width: 460px; margin: 0 auto 44px; line-height: 1.72; position: relative;
}
.ld-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; position: relative; }
.ld-email-link {
  display: block; text-align: center; margin-top: 22px; position: relative;
  font-size: 0.84rem; color: rgba(240,236,228,0.35);
  text-decoration: none; transition: color 0.3s ease;
}
.ld-email-link:hover { color: rgba(240,236,228,0.7); }

/* ── MINIMAL FOOTER ─────────────────────────────────────  */
.ld-footer {
  border-top: 1px solid rgba(240,236,228,0.07);
  padding: 28px 48px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.ld-footer-copy { font-size: 0.72rem; color: rgba(240,236,228,0.24); }
.ld-footer-links { display: flex; gap: 24px; }
.ld-footer-links a {
  font-size: 0.72rem; color: rgba(240,236,228,0.24); text-decoration: none;
  transition: color 0.3s ease;
}
.ld-footer-links a:hover { color: rgba(240,236,228,0.55); }

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .ld-features-grid { grid-template-columns: repeat(2,1fr); }
  .ld-steps { grid-template-columns: repeat(2,1fr); gap: 48px; }
  .ld-steps::before { display: none; }
}

@media (max-width: 768px) {
  .ld-header { padding: env(safe-area-inset-top,0px) 20px 14px; }

  .ld-hero { min-height: 0; }
  .ld-hero-content {
    padding: 60px 20px 60px;
    max-width: 100%;
  }

  .ld-section { padding: 80px 20px; }
  .ld-cta { padding: 100px 20px; }
  .ld-footer { padding: 24px 20px; }

  .ld-problems-grid { grid-template-columns: 1fr; }
  .ld-features-grid { grid-template-columns: 1fr; }
  .ld-steps { grid-template-columns: 1fr; gap: 40px; }
  .ld-stats-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 480px) {
  .ld-stats-grid { grid-template-columns: 1fr; }
  .ld-hero h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  .ld-btn-wa--sm span { display: none; }
}
