.elementor-2594 .elementor-element.elementor-element-188a845{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2594 .elementor-element.elementor-element-188a845{--content-width:1140px;}}/* Start custom CSS for html, class: .elementor-element-c1715c8 *//* ── MAGIC TOOLS HUB PAGE ───────────────────────
   Distinct system — midnight/gold/rose/purple, Cormorant Garamond + Lato.
   Do not blend with the blush/sage WSC planning-tools palette. ── */
.mth-tools-hub {
  --mth-bg: #0D0B1A;
  --mth-bg2: #171233;
  --mth-panel: #1C1738;
  --mth-white: #FAF6F0;
  --mth-gold: #C9A84C;
  --mth-gold-light: #E4C97A;
  --mth-rose: #8B1A4A;
  --mth-rose-light: #C2477A;
  --mth-purple: #4A3B6B;
  --mth-muted: #B7ADCE;
  --mth-line: rgba(201,168,76,0.18);

  /* Full-bleed breakout: stretches the dark background edge-to-edge regardless
     of the Elementor container/section it's dropped into — no Elementor
     "stretch section" setting required. See the Elementor-native alternative
     noted in the deploy guide if you'd rather control this from the page builder. */
  position: relative;
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0 110px;
  font-family: 'Lato', Arial, sans-serif;
  background: radial-gradient(120% 90% at 50% -10%, var(--mth-bg2) 0%, var(--mth-bg) 55%);
  color: var(--mth-white);
  overflow: hidden;
}

/* ── INNER — readable column, centered inside the full-bleed background ── */
.mth-tools-hub__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── STARFIELD ───────────────────────────────── */
.mth-tools-hub__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1.5px 1.5px at 8% 12%, var(--mth-gold-light) 40%, transparent 100%),
    radial-gradient(1px 1px at 22% 28%, #fff 40%, transparent 100%),
    radial-gradient(1.5px 1.5px at 38% 8%, var(--mth-gold-light) 40%, transparent 100%),
    radial-gradient(1px 1px at 55% 22%, #fff 40%, transparent 100%),
    radial-gradient(1.5px 1.5px at 70% 5%, var(--mth-gold-light) 40%, transparent 100%),
    radial-gradient(1px 1px at 85% 18%, #fff 40%, transparent 100%),
    radial-gradient(1.5px 1.5px at 95% 30%, var(--mth-gold-light) 40%, transparent 100%),
    radial-gradient(1px 1px at 12% 45%, #fff 40%, transparent 100%),
    radial-gradient(1.5px 1.5px at 65% 55%, var(--mth-gold-light) 40%, transparent 100%),
    radial-gradient(1px 1px at 30% 65%, #fff 40%, transparent 100%);
  background-repeat: no-repeat;
}

/* ── HEADER ──────────────────────────────────── */
.mth-tools-hub__header { position: relative; text-align: center; margin-bottom: 32px; z-index: 1; }
.mth-tools-hub__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mth-gold);
  margin: 0 0 10px;
}
.mth-tools-hub__h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(38px, 7vw, 64px);
  margin: 0 0 14px;
  padding-bottom: 0.15em;
  line-height: 1.25;
  background: linear-gradient(135deg, var(--mth-gold-light) 0%, var(--mth-gold) 45%, var(--mth-rose-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mth-tools-hub__sub {
  font-size: 17px;
  color: var(--mth-muted);
  max-width: 560px;
  margin: 0 auto 10px;
  line-height: 1.65;
}
.mth-tools-hub__share-nudge {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: var(--mth-gold-light);
  text-align: center;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 520px;
}
.mth-tools-hub__count {
  font-size: 12px;
  color: var(--mth-muted);
  letter-spacing: 0.6px;
  margin: 0 0 28px;
}

/* ── SEARCH ──────────────────────────────────── */
.mth-tools-hub__search { position: relative; z-index: 1; margin-bottom: 18px; text-align: center; }
.mth-tools-hub__search input {
  width: 100%;
  max-width: 460px;
  padding: 14px 22px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: var(--mth-white);
  background: rgba(255,255,255,0.04);
  border: 1.5px solid var(--mth-gold);
  border-radius: 50px;
  outline: none;
  box-shadow: 0 2px 18px rgba(201,168,76,0.14);
  transition: box-shadow 0.2s ease;
}
.mth-tools-hub__search input::placeholder { color: var(--mth-muted); }
.mth-tools-hub__search input:focus { box-shadow: 0 0 0 3px rgba(201,168,76,0.28); }

/* ── FILTER PILLS (shared) ──────────────────── */
.mth-tools-hub__line-toggle,
.mth-tools-hub__filters {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}
.mth-tools-hub__filters { margin-bottom: 44px; }
.mth-filter-pill {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 50px;
  border: 1.5px solid var(--mth-gold);
  background: transparent;
  color: var(--mth-white);
  cursor: pointer;
  transition: all 0.18s ease;
  min-height: 44px;
  white-space: nowrap;
}
.mth-filter-pill:hover { background: rgba(201,168,76,0.14); }
.mth-filter-pill.active {
  background: linear-gradient(135deg, var(--mth-gold) 0%, var(--mth-gold-light) 100%) !important;
  color: var(--mth-bg) !important;
  border-color: var(--mth-gold-light) !important;
}
.mth-filter-pill--line { border-color: var(--mth-rose-light); }
.mth-filter-pill--line.active {
  background: linear-gradient(135deg, var(--mth-rose) 0%, var(--mth-rose-light) 100%) !important;
  color: var(--mth-white) !important;
  border-color: var(--mth-rose-light) !important;
}

/* ── CATEGORY SECTION ────────────────────────── */
.mth-tool-category { position: relative; z-index: 1; margin-bottom: 50px; }
.mth-tool-category__heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  color: var(--mth-gold-light);
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mth-line);
}
.mth-tool-category__emoji { font-size: 19px; }
.mth-tool-category__count {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--mth-muted);
  font-weight: 400;
  margin-left: auto;
}
.mth-tool-category__note {
  font-size: 13px;
  color: var(--mth-muted);
  font-style: italic;
  margin: 10px 0 4px;
}

/* ── TOOL LIST / ENTRY ───────────────────────── */
.mth-tool-list { display: flex; flex-direction: column; }
.mth-tool-entry {
  display: grid;
  grid-template-columns: 1fr 24px 20px;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  padding: 14px 8px 14px 0;
  border-bottom: 1px solid var(--mth-line);
  text-decoration: none;
  transition: background 0.15s ease, padding 0.15s ease, box-shadow 0.15s ease;
}
.mth-tool-entry:last-child { border-bottom: none; }
.mth-tool-entry:hover {
  background: rgba(201,168,76,0.06);
  padding: 14px 10px;
  margin: 0 -10px;
  border-radius: 10px;
  border-bottom-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(201,168,76,0.25);
}
.mth-tool-entry__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--mth-gold-light);
  line-height: 1.3;
  grid-column: 1;
  grid-row: 1;
}
.mth-tool-entry__desc {
  font-size: 13px;
  color: var(--mth-muted);
  line-height: 1.5;
  grid-column: 1;
  grid-row: 2;
  margin-top: 2px;
}
.mth-tool-entry__line {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 14px;
  opacity: 0.85;
}
.mth-tool-entry__arrow {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 16px;
  color: var(--mth-gold);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.mth-tool-entry:hover .mth-tool-entry__arrow { opacity: 1; transform: translateX(2px); }

/* ── PRIMARY BUTTON ──────────────────────────── */
.mth-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--mth-gold) 0%, var(--mth-gold-light) 100%);
  color: var(--mth-bg);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(201,168,76,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mth-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 26px rgba(201,168,76,0.42);
  color: var(--mth-bg);
}

/* ── MOBILE ──────────────────────────────────── */
@media (max-width: 540px) {
  .mth-tools-hub { padding: 40px 0 90px; }
  .mth-tools-hub__inner { padding: 0 16px; }
  .mth-tools-hub__filters, .mth-tools-hub__line-toggle { gap: 6px; }
  .mth-filter-pill { font-size: 12px; padding: 8px 14px; }
  .mth-tool-category__heading { font-size: 19px; }
  .mth-tool-entry__name { font-size: 16px; }
}

/* ════════════════════════════════════════════════
   PREMIUM KEEPSAKES SECTION
   ════════════════════════════════════════════════ */
.mth-premium {
  position: relative;
  z-index: 1;
  margin-top: 76px;
  padding: 48px 36px 44px;
  background: linear-gradient(160deg, var(--mth-panel) 0%, #241C42 100%);
  border: 1px solid var(--mth-line);
  border-radius: 22px;
  box-shadow: 0 0 0 1px rgba(201,168,76,0.06), 0 30px 60px rgba(0,0,0,0.35);
}
.mth-premium__header { text-align: center; margin-bottom: 44px; }
.mth-premium__eyebrow {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mth-rose-light);
  margin: 0 0 10px;
}
.mth-premium__heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(26px, 4vw, 38px);
  color: var(--mth-gold-light);
  margin: 0 0 14px;
  line-height: 1.2;
}
.mth-premium__sub {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--mth-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

.mth-premium-tier { margin-bottom: 40px; }
.mth-premium-tier__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mth-line);
}
.mth-premium-tier__label::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mth-premium-tier__label--romance::before { background: var(--mth-rose-light); box-shadow: 0 0 8px var(--mth-rose-light); }
.mth-premium-tier__label--money::before { background: var(--mth-gold); box-shadow: 0 0 8px var(--mth-gold); }
.mth-premium-tier__badge {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--mth-white);
}
.mth-premium-tier__tagline {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--mth-muted);
}

.mth-premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.mth-premium-item {
  padding: 13px 16px 13px 0;
  border-bottom: 1px solid var(--mth-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.mth-premium-item:hover {
  background: rgba(201,168,76,0.06);
  transform: translateX(2px);
}
.mth-premium-item:hover .mth-premium-item__name { color: var(--mth-gold-light); text-decoration: underline; text-underline-offset: 3px; }
.mth-premium-item:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--mth-line); }
.mth-premium-item:nth-child(even) { padding-left: 24px; padding-right: 0; }
.mth-premium-grid .mth-premium-item:nth-last-child(-n+2) { border-bottom: none; }
.mth-premium-grid .mth-premium-item:last-child { border-bottom: none; }

.mth-premium-item__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--mth-gold-light);
  line-height: 1.3;
}
.mth-premium-item__desc {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--mth-muted);
  line-height: 1.45;
}
.mth-premium-item__meta {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: var(--mth-rose-light);
  letter-spacing: 0.3px;
  font-weight: 700;
}

.mth-premium__cta { margin-top: 44px; text-align: center; }
.mth-premium__cta-text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--mth-white);
  max-width: 500px;
  margin: 0 auto 24px;
  line-height: 1.7;
}
.mth-premium__cta-note {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--mth-muted);
  margin: 14px 0 0;
}

/* ── MOBILE — premium section ────────────────── */
@media (max-width: 600px) {
  .mth-premium { padding: 34px 20px 30px; border-radius: 16px; }
  .mth-premium-grid { grid-template-columns: 1fr; }
  .mth-premium-item { padding: 13px 0 !important; border-right: none !important; }
  .mth-premium-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--mth-line); }
  .mth-premium-item:last-child { border-bottom: none; }
}/* End custom CSS */