/* ============================================
   LUSEEN — WHITELABEL COMPONENT STYLESHEET
   Optin + Thank You page components
   luseen.com.au
   ============================================ */

/* ---------- PAGE BASE ---------- */
.ls-page {
  background: var(--navy);
  min-height: 100dvh;
}

/* ---------- HERO SECTION ---------- */
.ls-hero {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 55%, var(--navy-light) 100%);
  padding: 64px 28px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ls-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

/* ---------- OPTIN FORM CARD ---------- */
.ls-optin-form {
  max-width: 440px;
  margin: 0 auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
}

.ls-optin-form__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin-bottom: 18px;
}

.ls-form-privacy {
  font-size: 11px;
  color: var(--text-dim);
  text-align: center;
  margin-top: 11px;
  line-height: 1.5;
}

/* ---------- STATS SECTION (light bg) ---------- */
.ls-stats-section {
  background: var(--off-white);
  padding: 60px 28px;
}

.ls-stats-section .ls-label { color: var(--teal); }

.ls-stats-section .ls-h2 {
  color: var(--navy);
  text-align: center;
  margin-bottom: 36px;
}

/* ---------- FOR SECTION ---------- */
.ls-for-section {
  background: var(--navy-mid);
  padding: 52px 28px;
  border-top: 1px solid var(--border-light);
}

/* ---------- BENEFITS SECTION ---------- */
.ls-benefits-section {
  background: var(--navy);
  padding: 60px 28px;
}

/* ---------- CONFIRMATION HERO (thank you page) ---------- */
.ls-confirm-hero {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 55%, var(--navy-light) 100%);
  padding: 52px 28px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* ---------- WIDGET SECTION ---------- */
.ls-widget-section {
  background: linear-gradient(180deg, var(--navy-light) 0%, var(--navy) 100%);
  padding: 52px 28px;
  position: relative;
  overflow: hidden;
}

.ls-widget-card {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ls-widget-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--teal-pale);
  border: 1.5px solid var(--teal-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.ls-widget-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--teal-light);
  fill: none;
  stroke-width: 1.5;
}

.ls-widget-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.ls-widget-card__desc {
  font-size: 13px;
  color: var(--slate-light);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

/* Widget embed placeholder */
.ls-widget-embed {
  border: 1.5px dashed rgba(20,184,166,0.22);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  background: rgba(7,15,29,0.4);
  text-align: left;
}

.ls-widget-embed__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(20,184,166,0.45);
  margin-bottom: 14px;
  text-align: center;
  display: block;
}

.ls-widget-embed__row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.ls-scan-btn {
  padding: 11px 20px !important;
  font-family: var(--font-display) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: var(--amber-text) !important;
  background: var(--amber) !important;
  background-color: var(--amber) !important;
  border: none !important;
  border-radius: var(--radius-md) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* Sample results inside widget */
.ls-results {
  text-align: left;
}

.ls-results__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 12px;
  display: block;
}

.ls-score-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
}

.ls-score-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid #E24B4A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ls-score-circle__num {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #E24B4A;
}

.ls-score-info__title {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 3px;
}

.ls-score-info__sub {
  font-size: 11px;
  color: var(--slate);
}

.ls-checks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ls-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 10px 12px;
}

.ls-check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ls-check-icon--fail { background: rgba(226,75,74,0.15); border: 1px solid rgba(226,75,74,0.3); }
.ls-check-icon--pass { background: var(--teal-pale); border: 1px solid var(--teal-border); }
.ls-check-icon--warn { background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.25); }

.ls-check-icon svg {
  width: 10px;
  height: 10px;
  stroke-width: 2.5;
  fill: none;
}

.ls-check-text {
  font-size: 11px;
  color: var(--text-body);
  line-height: 1.3;
}

.ls-widget-note {
  font-size: 10px;
  color: var(--text-dim);
  text-align: center;
  margin-top: 12px;
  font-style: italic;
}

/* ---------- NEXT STEP SECTION ---------- */
.ls-nextstep-section {
  background: var(--navy-deep);
  border-top: 1px solid var(--border-light);
  padding: 52px 28px;
}

/* Meaning box (amber left border) */
.ls-meaning-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--amber);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 20px 18px;
  text-align: left;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.ls-meaning-box p {
  font-size: 13px;
  color: var(--slate-light);
  line-height: 1.7;
  margin-bottom: 8px;
}

.ls-meaning-box p:last-child { margin-bottom: 0; }
.ls-meaning-box strong { color: var(--amber); font-weight: 600; }

/* ---------- CONSULTATION SECTION ---------- */
.ls-consult-section {
  background: var(--navy-mid);
  border-top: 1px solid var(--border-light);
  padding: 52px 28px;
}

.ls-consult-alt {
  display: block;
  font-size: 12px;
  color: var(--slate);
  margin-top: 14px;
  text-align: center;
}

.ls-consult-alt a {
  color: var(--teal-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- URGENCY SECTION ---------- */
.ls-urgency-section {
  background: var(--navy);
  padding: 44px 28px 60px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 640px) {
  .ls-hero        { padding: 48px 20px 40px; }
  .ls-optin-form  { padding: 22px 18px; }
  .ls-widget-card { padding: 24px 18px; }
  .ls-checks-grid { grid-template-columns: 1fr; }
  .ls-widget-embed__row { flex-direction: column; }
  .ls-scan-btn    { width: 100% !important; }
}
