.elementor-kit-6{--e-global-color-primary:#D8C3A5;--e-global-color-secondary:#8C7B68;--e-global-color-text:#F2EEE8;--e-global-color-accent:#E0B36A;--e-global-color-1553def:#0F1115;--e-global-color-3fd2872:#1A1D22;--e-global-color-77bf6fd:#A7A29B;--e-global-color-9424874:#2B3138;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Merriweather";--e-global-typography-accent-font-weight:500;--e-global-typography-fd09ddf-font-family:"Cinzel";--e-global-typography-ba6d750-font-family:"Inter";--e-global-typography-a8f1694-font-family:"Merriweather";background-color:#22262E;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   Life in the 12 Global Design System
   Prefix: lf12
   Palette:
   Primary: #D8C3A5
   Secondary: #8C7B68
   Text: #F2EEE8
   Accent: #E0B36A
   Dark Background: #0F1115
   Surface/Card: #1A1D22
   Muted Text: #A7A29B
   Border/Subtle: #2B3138
   ============================================================ */

:root {
  --lf12-bg: #0F1115;
  --lf12-surface: #1A1D22;
  --lf12-surface-soft: rgba(26, 29, 34, 0.82);
  --lf12-card: rgba(26, 29, 34, 0.72);
  --lf12-card-deep: rgba(8, 9, 11, 0.72);

  --lf12-primary: #D8C3A5;
  --lf12-secondary: #8C7B68;
  --lf12-accent: #E0B36A;

  --lf12-text: #F2EEE8;
  --lf12-muted: #A7A29B;
  --lf12-line: #2B3138;

  --lf12-shadow: rgba(0, 0, 0, 0.55);
  --lf12-glow: rgba(224, 179, 106, 0.32);
}

/* ============================================================
   Global Button System
   ============================================================ */

.lf12-btn-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  text-align: center;
}

.lf12-btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto;
  align-self: flex-start;
  align-items: center;
  justify-content: center;

  padding: 12px 26px;
  border-radius: 999px;

  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;

  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;

  background: linear-gradient(135deg, #D8C3A5 0%, #E0B36A 48%, #8C7B68 100%);
  color: #111318 !important;

  border: 1px solid rgba(224, 179, 106, 0.35);
  text-shadow: 0 1px 2px rgba(255,255,255,0.25);

  box-shadow:
    0 12px 30px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.04) inset;

  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
}

.lf12-btn:hover {
  filter: brightness(1.08) saturate(1.04);
  transform: translateY(-1px);
  color: #111318 !important;

  box-shadow:
    0 0 0 2px rgba(224,179,106,0.85),
    0 0 22px rgba(224,179,106,0.35),
    0 18px 42px rgba(0,0,0,0.78);
}

.lf12-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(224,179,106,0.95),
    0 0 0 5px rgba(224,179,106,0.32),
    0 18px 42px rgba(0,0,0,0.78);
}

.lf12-btn:active {
  transform: translateY(0);
  filter: brightness(1.02);
}

.lf12-btn--regular {
  font-weight: 600;
}

.lf12-btn--secondary {
  background: rgba(255,255,255,0.04);
  color: var(--lf12-text) !important;
  border: 1px solid rgba(216,195,165,0.24);
  text-shadow: none;
}

.lf12-btn--secondary:hover {
  color: var(--lf12-text) !important;
  border-color: rgba(224,179,106,0.65);
  background: rgba(224,179,106,0.08);
}

.lf12-btn[aria-disabled="true"],
.lf12-btn:disabled {
  opacity: 0.55;
  pointer-events: none;
  cursor: default;
  filter: none;
  text-shadow: none;
  box-shadow: 0 10px 26px rgba(0,0,0,0.55);
}

/* ============================================================
   Layout Helpers
   ============================================================ */

.lf12-max-width {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.lf12-border {
  border: 1px solid rgba(216,195,165,0.16);
  border-radius: 28px;
}

/* ============================================================
   Content Cards
   ============================================================ */

.lf12-content-card {
  --card-bg-opacity: 0.62;

  background:
    linear-gradient(135deg, rgba(216,195,165,0.055), rgba(224,179,106,0.025)),
    rgba(15, 17, 21, var(--card-bg-opacity));

  border-radius: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(216,195,165,0.16);

  box-shadow:
    0 16px 36px rgba(0,0,0,0.58),
    0 0 0 1px rgba(255,255,255,0.02) inset;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lf12-content-card p {
  margin: 0 0 14px 0;
  color: var(--lf12-text);
  line-height: 1.7;
}

.lf12-content-card p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   Headings / Text Utilities
   ============================================================ */

.lf12-section-title {
  color: var(--lf12-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.lf12-section-subtitle {
  color: var(--lf12-muted);
  line-height: 1.7;
}

.lf12-hero-h2 {
  font-size: clamp(42px, 7vw, 64px);
  line-height: 1.12;
  font-weight: 800;
  margin: 0;
  color: var(--lf12-text);
}

.lf12-gold {
  color: var(--lf12-accent);
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.lf12-gold::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(224,179,106,0.95), transparent);
  opacity: 0.85;
}

.lf12-h2 h2,
.lf12-h3 h3,
.lf12-h4 h4,
.lf12-h5 h5,
.lf12-h6 h6 {
  color: var(--lf12-text);
}

/* ============================================================
   Quote Callout
   ============================================================ */

.lf12-quote-callout {
  width: fit-content;
  max-width: 900px;
  margin: 1rem auto 0 auto;
  padding: 1rem 1.5rem;
  border-radius: 1rem;

  background:
    linear-gradient(135deg, rgba(216,195,165,0.08), rgba(224,179,106,0.035)),
    rgba(255,255,255,0.035);

  border: 1px solid rgba(216,195,165,0.16);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.38),
    0 0 24px rgba(224,179,106,0.08);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  text-align: center;
}

.lf12-quote-callout p {
  margin: 0;
  line-height: 1.7;
  color: var(--lf12-text);
}

.lf12-quote-callout em {
  font-style: italic;
  opacity: 0.92;
}

/* ============================================================
   Blog / Reflection Notes
   ============================================================ */

.lf12-score-note,
.lf12-small-note {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(242,238,232,0.78);
}

.lf12-score-note-muted,
.lf12-note-muted {
  opacity: 0.7;
  font-style: italic;
}

.lf12-fix-next {
  color: var(--lf12-text);
  font-weight: 700;
}

/* ============================================================
   Checklist / Form Card Grid
   Use wrapper ID: #lf12-checklist
   ============================================================ */

#lf12-checklist form.elementor-form .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

#lf12-checklist form.elementor-form .elementor-field-group:not(.elementor-field-type-hidden) {
  background:
    linear-gradient(135deg, rgba(216,195,165,0.055), rgba(224,179,106,0.025)),
    var(--lf12-card) !important;

  border: 1px solid rgba(216,195,165,0.18) !important;
  border-radius: 16px !important;
  padding: 16px !important;
  box-shadow: none !important;
  position: relative;
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width:740px) {
  #lf12-checklist form.elementor-form .elementor-field-group:not(.elementor-field-type-hidden) {
    flex: 0 1 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
}

#lf12-checklist form.elementor-form .elementor-field-group:not(.elementor-field-type-hidden):hover {
  border-color: rgba(224,179,106,0.72) !important;
  box-shadow: 0 0 18px rgba(224,179,106,0.18) !important;
}

#lf12-checklist .elementor-field-group:not(.elementor-field-type-hidden) > label,
#lf12-checklist .elementor-field-group:not(.elementor-field-type-hidden) .elementor-field-label {
  color: var(--lf12-text) !important;
  font-weight: 800;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.35;
  display: block;
  margin: 6px 0 8px;
}

#lf12-checklist .elementor-field-group:not(.elementor-field-type-hidden) > label i,
#lf12-checklist .elementor-field-group:not(.elementor-field-type-hidden) .elementor-field-label i {
  color: var(--lf12-accent) !important;
}

#lf12-checklist .elementor-field-group select,
#lf12-checklist .elementor-field-group .elementor-select-wrapper select {
  width: 100%;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(216,195,165,0.22);
  background: #111318 !important;
  color: var(--lf12-primary) !important;
  appearance: none;
}

#lf12-checklist .elementor-field-group.elementor-field-type-hidden {
  display: none !important;
}

/* ============================================================
   Results / Issue Blocks
   Use wrapper ID: #lf12-results-issues
   ============================================================ */

#lf12-results-issues .lf12-issue-block {
  margin-bottom: 1.25rem;
}

#lf12-results-issues .lf12-issue-short {
  color: var(--lf12-accent);
  font-weight: 700;
  margin-bottom: 0.15rem;
}

#lf12-results-issues .lf12-issue-risk {
  margin-left: 0.25rem;
  margin-bottom: 0.15rem;
  color: var(--lf12-text);
}

#lf12-results-issues .lf12-issue-bullet {
  margin-right: 0.25rem;
  color: var(--lf12-primary);
}

#lf12-results-issues .lf12-issue-rec {
  margin-left: 0.75rem;
  font-style: italic;
  color: var(--lf12-muted);
}

/* ============================================================
   Info Band / Legal Text
   ============================================================ */

.lf12-techband__header {
  --title-size: 18px;
  --title-color: #F2EEE8;

  --note-size: 13px;
  --note-color: rgba(242,238,232,0.68);

  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
}

.lf12-techband__title {
  margin: 0;
  font-size: var(--title-size);
  font-weight: 750;
  letter-spacing: 0.3px;
  color: var(--title-color);
  opacity: 0.95;
}

.lf12-techband__note {
  margin: 0;
  font-size: var(--note-size);
  color: var(--note-color);
  text-align: right;
  white-space: nowrap;
  opacity: 0.95;
}

.lf12-techband__legal,
.lf12-techband__legal * {
  font-size: 12px !important;
  color: rgba(242,238,232,0.58) !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .lf12-techband__header {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lf12-techband__note {
    text-align: left;
    white-space: normal;
  }
}

/* ============================================================
   Modal / Popup System
   ============================================================ */

.lf12-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lf12-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lf12-modal-shell {
  position: relative;
  width: 100%;
  max-width: 760px;

  background:
    linear-gradient(135deg, rgba(216,195,165,0.10), rgba(15,17,21,0.96)),
    rgba(15,17,21,0.96);

  border-radius: 26px;
  border: 1px solid rgba(216,195,165,0.18);
  padding: 30px 28px 26px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.55);
  color: var(--lf12-text);
}

.lf12-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(216,195,165,0.22);
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  color: var(--lf12-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .12s ease, filter .12s ease;
}

.lf12-modal-close:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: var(--lf12-accent);
}

.lf12-modal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(216,195,165,0.24);
  color: var(--lf12-primary);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}

.lf12-modal-title {
  margin: 0 0 12px 0;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.12;
  color: var(--lf12-text);
}

.lf12-modal-subtext {
  margin: 0 0 22px 0;
  color: var(--lf12-muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 640px;
}

.lf12-modal-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lf12-modal-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none !important;
  color: var(--lf12-text) !important;
  background: rgba(8,9,11,0.92);
  border: 1px solid rgba(216,195,165,0.16);
  border-radius: 18px;
  padding: 18px;
  transition: transform .12s ease, filter .12s ease, border-color .12s ease;
}

.lf12-modal-option:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  border-color: rgba(224,179,106,0.45);
}

.lf12-modal-option-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(224,179,106,0.12);
  border: 1px solid rgba(216,195,165,0.24);
  color: var(--lf12-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 18px;
}

.lf12-modal-option-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lf12-modal-option-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--lf12-text);
}

.lf12-modal-option-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--lf12-muted);
}

.lf12-modal-note {
  margin-top: 18px;
  color: var(--lf12-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 700px) {
  .lf12-modal-shell {
    padding: 24px 18px 18px;
    border-radius: 22px;
  }

  .lf12-modal-title {
    font-size: 28px;
  }

  .lf12-modal-subtext {
    font-size: 14px;
  }

  .lf12-modal-option {
    padding: 16px;
  }

  .lf12-modal-option-title {
    font-size: 16px;
  }

  .lf12-modal-option-text {
    font-size: 13px;
  }
}

/* Hide floating Calendly badge on tablets/phones if used later */
@media (max-width: 767px) {
  .calendly-badge-widget {
    display: none !important;
  }
}/* End custom CSS */