/* ===== WHITE-LABEL – PURPLE/VIOLET PREMIUM THEME ===== */

    .wl-hero {
      background: #020817;
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .wl-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 50% at 65% 45%, rgba(139,92,246,.14) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 25% 60%, rgba(124,58,237,.09) 0%, transparent 60%);
    }
    .wl-hero-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      position: relative;
      z-index: 1;
    }
    .wl-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      background: rgba(139,92,246,.12);
      border: 1px solid rgba(139,92,246,.25);
      color: #a78bfa;
      border-radius: 99px;
      padding: .4rem 1rem;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .04em;
      margin-bottom: 1.5rem;
    }
    .wl-hero-title {
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 1.25rem;
    }
    .wl-grad {
      background: linear-gradient(135deg, #a78bfa, #8b5cf6, #c4b5fd);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .wl-hero-sub {
      font-size: 1.05rem;
      color: rgba(255,255,255,.6);
      line-height: 1.7;
      margin-bottom: 2rem;
    }
    .wl-hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
    .wl-btn-primary {
      background: linear-gradient(135deg, #8b5cf6, #7c3aed);
      color: #fff;
      border: none;
      border-radius: 10px;
      padding: .85rem 2rem;
      font-size: .95rem;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 0 30px rgba(139,92,246,.3);
      transition: transform .2s, box-shadow .2s;
    }
    .wl-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(139,92,246,.45); }
    .wl-btn-ghost {
      background: transparent;
      color: rgba(255,255,255,.7);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 10px;
      padding: .85rem 2rem;
      font-size: .95rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .wl-btn-ghost:hover { border-color: rgba(167,139,250,.5); color: #c4b5fd; }

    /* Hero mockup — branded dashboard preview */
    .wl-mockup {
      background: #1e293b;
      border-radius: 20px;
      border: 1px solid rgba(139,92,246,.2);
      overflow: hidden;
      box-shadow: 0 40px 100px rgba(139,92,246,.15), 0 0 0 1px rgba(255,255,255,.05);
      animation: mockupFloat 6s ease-in-out infinite;
    }
    @keyframes mockupFloat {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
    .wl-mockup-header {
      background: linear-gradient(135deg, #7c3aed, #8b5cf6);
      padding: .75rem 1.25rem;
      display: flex;
      align-items: center;
      gap: .75rem;
    }
    .wl-mockup-dots { display: flex; gap: .35rem; }
    .wl-mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
    .wl-mockup-body { padding: 1.25rem; }
    .wl-mockup-sidebar {
      display: grid;
      grid-template-columns: 56px 1fr;
      gap: 1rem;
    }
    .wl-sidebar-nav {
      display: flex;
      flex-direction: column;
      gap: .5rem;
      padding: .5rem;
      background: rgba(139,92,246,.08);
      border-radius: 12px;
    }
    .wl-sidebar-item {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .wl-sidebar-active { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
    .wl-main-area { display: flex; flex-direction: column; gap: .75rem; }
    .wl-brand-bar {
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .6rem .75rem;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 10px;
    }
    .wl-brand-logo {
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: linear-gradient(135deg, #8b5cf6, #c4b5fd);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .7rem;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }
    .wl-brand-name {
      font-size: .8rem;
      font-weight: 700;
      color: #fff;
    }
    .wl-brand-tag {
      font-size: .6rem;
      color: rgba(255,255,255,.4);
    }
    .wl-color-strip {
      display: flex;
      gap: .35rem;
      margin-left: auto;
    }
    .wl-color-dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,.15);
      transition: transform .2s;
    }
    .wl-color-dot:first-child { border-color: rgba(139,92,246,.6); }
    .wl-stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: .5rem;
    }
    .wl-stat-card {
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 10px;
      padding: .6rem;
    }
    .wl-stat-val { font-size: .95rem; font-weight: 800; color: #fff; }
    .wl-stat-lbl { font-size: .55rem; color: rgba(255,255,255,.35); margin-top: .15rem; }
    .wl-stat-bar {
      height: 4px;
      border-radius: 4px;
      margin-top: .4rem;
      background: rgba(255,255,255,.08);
      overflow: hidden;
    }
    .wl-stat-fill { height: 100%; border-radius: 4px; }
    .wl-chart-area {
      background: rgba(255,255,255,.03);
      border: 1px solid rgba(255,255,255,.06);
      border-radius: 10px;
      padding: .75rem;
      height: 72px;
      position: relative;
      overflow: hidden;
    }
    .wl-chart-label { font-size: .6rem; color: rgba(255,255,255,.35); font-weight: 600; }
    .wl-chart-line {
      position: absolute;
      bottom: 12px;
      left: 12px;
      right: 12px;
      height: 40px;
    }

    /* Highlight annotations on mockup */
    .wl-annotation {
      position: absolute;
      display: flex;
      align-items: center;
      gap: .4rem;
      font-size: .65rem;
      font-weight: 700;
      color: #c4b5fd;
      background: rgba(15,23,42,.92);
      border: 1px solid rgba(139,92,246,.4);
      border-radius: 8px;
      padding: .35rem .7rem;
      backdrop-filter: blur(8px);
      white-space: nowrap;
      animation: annotationPulse 3s ease-in-out infinite;
    }
    .wl-annotation::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #8b5cf6;
      flex-shrink: 0;
      animation: blink 1.5s ease-in-out infinite;
    }
    @keyframes annotationPulse {
      0%,100% { opacity: .85; }
      50% { opacity: 1; }
    }
    .wl-ann-1 { top: 8%; right: -10%; }
    .wl-ann-2 { top: 38%; left: -12%; }
    .wl-ann-3 { bottom: 18%; right: -8%; }

    /* Section: Branding Touchpoints */
    .wl-touchpoints { padding: 6rem 0; background: #f8fafc; }
    .wl-section-label {
      display: inline-block;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #8b5cf6;
      margin-bottom: .75rem;
    }
    .wl-section-title {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 800;
      color: #0f172a;
      margin-bottom: .75rem;
    }
    .wl-section-sub {
      font-size: 1rem;
      color: #64748b;
      max-width: 600px;
      margin: 0 auto 3rem;
      line-height: 1.7;
    }
    .wl-tp-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }
    .wl-tp-card {
      background: #fff;
      border-radius: 20px;
      padding: 1.75rem;
      border: 1px solid #e2e8f0;
      position: relative;
      overflow: hidden;
      transition: transform .25s, box-shadow .25s, border-color .25s;
    }
    .wl-tp-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 50px rgba(139,92,246,.1);
      border-color: rgba(139,92,246,.3);
    }
    .wl-tp-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #8b5cf6, #a78bfa);
      opacity: 0;
      transition: opacity .25s;
    }
    .wl-tp-card:hover::before { opacity: 1; }
    .wl-tp-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: rgba(139,92,246,.08);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.25rem;
      color: #8b5cf6;
    }
    .wl-tp-card h3 { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: .4rem; }
    .wl-tp-card p { font-size: .85rem; color: #64748b; line-height: 1.6; }
    .wl-tp-mockup {
      margin-top: 1.25rem;
      background: #f8fafc;
      border-radius: 10px;
      padding: .75rem;
      border: 1px solid #e2e8f0;
    }

    /* Touchpoint mini-mockups */
    .wl-mini-app {
      display: flex;
      align-items: center;
      gap: .5rem;
      padding: .4rem;
      background: #fff;
      border-radius: 8px;
      border: 1px solid #e2e8f0;
      margin-bottom: .4rem;
    }
    .wl-mini-app-icon {
      width: 28px;
      height: 28px;
      border-radius: 7px;
      background: linear-gradient(135deg, #8b5cf6, #a78bfa);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .55rem;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }
    .wl-mini-app-text { font-size: .65rem; color: #475569; font-weight: 600; line-height: 1.3; }
    .wl-mini-bar {
      height: 3px;
      border-radius: 3px;
      background: linear-gradient(90deg, #8b5cf6, #c4b5fd);
    }
    .wl-mini-line {
      height: 3px;
      border-radius: 3px;
      background: #e2e8f0;
      margin-top: .35rem;
    }

    /* Section: Steps */
    .wl-steps { padding: 6rem 0; background: #020817; }
    .wl-steps-title { color: #fff; text-align: center; margin-bottom: .5rem; }
    .wl-steps-sub { color: rgba(255,255,255,.5); text-align: center; max-width: 560px; margin: 0 auto 3.5rem; font-size: .95rem; line-height: 1.7; }
    .wl-steps-list {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr;
      gap: 0;
      align-items: flex-start;
      max-width: 900px;
      margin: 0 auto;
    }
    .wl-step-item { text-align: center; padding: 0 1rem; }
    .wl-step-circle {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: linear-gradient(135deg, #8b5cf6, #7c3aed);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.25rem;
      box-shadow: 0 0 0 6px #020817, 0 0 30px rgba(139,92,246,.25);
      color: #fff;
    }
    .wl-step-item h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
    .wl-step-item p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.5; }
    .wl-step-arrow {
      color: rgba(139,92,246,.5);
      font-size: 1.75rem;
      padding-top: 1.25rem;
      text-align: center;
    }
    .wl-step-connector {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, rgba(139,92,246,.4), rgba(167,139,250,.2));
      margin-top: 2.25rem;
    }

    /* Section: Feature cards */
    .wl-features { padding: 6rem 0; background: #f8fafc; }
    .wl-feat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .wl-feat-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 1.75rem;
      transition: transform .25s, box-shadow .25s, border-color .25s;
    }
    .wl-feat-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgba(139,92,246,.08);
      border-color: rgba(139,92,246,.25);
    }
    .wl-feat-icon {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      background: rgba(139,92,246,.08);
      border: 1px solid rgba(139,92,246,.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8b5cf6;
      margin-bottom: 1rem;
    }
    .wl-feat-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: .4rem; }
    .wl-feat-card p { font-size: .85rem; color: #64748b; line-height: 1.6; }

    /* CTA */
    .wl-cta { padding: 6rem 0; background: linear-gradient(135deg, #2e1065, #4c1d95, #2e1065); position: relative; overflow: hidden; }
    .wl-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(139,92,246,.15) 0%, transparent 70%);
    }
    .wl-cta-inner { text-align: center; position: relative; z-index: 1; }
    .wl-cta-inner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: .75rem; }
    .wl-cta-inner p { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }
    .wl-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
    .wl-btn-white {
      background: #fff;
      color: #4c1d95;
      border-radius: 10px;
      padding: .85rem 2rem;
      font-size: .95rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      transition: transform .2s, box-shadow .2s;
    }
    .wl-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,.2); }
    .wl-btn-outline {
      background: transparent;
      color: #fff;
      border: 1px solid rgba(255,255,255,.35);
      border-radius: 10px;
      padding: .85rem 2rem;
      font-size: .95rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: border-color .2s, color .2s;
    }
    .wl-btn-outline:hover { border-color: rgba(255,255,255,.7); }

    /* Floating orbs for depth */
    .wl-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(60px);
      pointer-events: none;
      z-index: 0;
    }
    .wl-orb-1 {
      width: 300px;
      height: 300px;
      background: rgba(139,92,246,.12);
      top: -80px;
      right: -60px;
      animation: orbFloat 8s ease-in-out infinite;
    }
    .wl-orb-2 {
      width: 200px;
      height: 200px;
      background: rgba(124,58,237,.1);
      bottom: -40px;
      left: -40px;
      animation: orbFloat 10s ease-in-out infinite reverse;
    }
    @keyframes orbFloat {
      0%,100% { transform: translate(0,0); }
      50% { transform: translate(20px, -20px); }
    }

    @media (max-width: 900px) {
      .wl-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
      .wl-mockup { max-width: 420px; margin: 0 auto; }
      .wl-tp-grid { grid-template-columns: repeat(2, 1fr); }
      .wl-steps-list { grid-template-columns: 1fr; gap: 2rem; }
      .wl-step-arrow, .wl-step-connector { display: none; }
      .wl-feat-grid { grid-template-columns: repeat(2, 1fr); }
      .wl-ann-1, .wl-ann-2, .wl-ann-3 { display: none; }
    }
    @media (max-width: 600px) {
      .wl-tp-grid { grid-template-columns: 1fr; }
      .wl-feat-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
