/*
Theme Name: Lumenas Child
Template: twentytwentyfive
Author: Lumenas
Description: Child theme of Twenty Twenty-Five for Lumenas custom landing pages (blank-canvas page templates).
Version: 1.0.4
*/

/* ============================================================
   1. FONTS  (Hanken Grotesk for body, Georgia for headings)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

/* ============================================================
   2. BASE — applies site-wide
   ============================================================ */
body.lumenas {
  margin: 0;
  background: #fff;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: #181B17;
}
body.lumenas *, body.lumenas *::before, body.lumenas *::after { box-sizing: border-box; }
body.lumenas a { color: inherit; }

.lum-wrap { max-width: 1180px; margin: 0 auto; }

/* Break the pasted page body out of a block theme's narrow content column
   so the hero and CTA run edge to edge. Uses a higher-specificity selector
   (body .lum-page) + !important to beat the site-wide constrained-layout rule
   (.is-layout-constrained > :where(...) { max-width:1280px; margin:auto !important }). */
body .lum-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: clip;
}
/* Neutralise empty paragraphs WordPress may auto-insert between blocks,
   which would otherwise occupy a grid/flex cell. */
.lum-page p:empty { display: none; }

/* ============================================================
   3. HEADER / NAV  (shared on every page)
   ============================================================ */
.lum-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24,27,23,.07);
}
.lum-nav-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px;
}
.lum-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.lum-brand img { width: 28px; height: 28px; object-fit: contain; display: block; }
.lum-brand span { font-family: Georgia, serif; font-weight: 700; font-size: 22px; letter-spacing: .01em; color: #181B17; }
.lum-nav-links { display: flex; align-items: center; gap: 30px; font-size: 14.5px; color: #3C3F37; font-weight: 500; }
.lum-nav-links a { text-decoration: none; color: #3C3F37; }
.lum-nav-links a.active { color: #15756A; font-weight: 600; }
.lum-btn {
  background: #4A7682; color: #fff !important;
  padding: 11px 20px; border-radius: 7px;
  font-weight: 600; font-size: 14px; text-decoration: none; display: inline-block;
}

/* ============================================================
   4. FOOTER  (shared on every page)
   ============================================================ */
.lum-footer { background: #062420; padding: 48px 40px; }
.lum-footer-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.lum-footer .lum-brand span { font-size: 19px; color: #F1F2EF; }
.lum-footer .lum-brand img { width: 24px; height: 24px; }
.lum-footer-links { display: flex; gap: 28px; font-size: 14px; }
.lum-footer-links a { color: #86A6A1; text-decoration: none; }
.lum-copy { font-size: 13px; color: #577270; }

/* ============================================================
   5. PRICING PAGE BODY
   ============================================================ */

/* Hero — blue-teal section, light text */
.lum-hero { background: #4A7682; padding: 96px 40px 56px; }
.lum-eyebrow { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: #CDE3E1; font-weight: 700; margin-bottom: 18px; }
.lum-h1 { font-family: Georgia, serif; font-weight: 700; font-size: 56px; line-height: 1.06; color: #ffffff; margin: 0 0 18px; letter-spacing: -.01em; }
.lum-lede { font-size: 21px; line-height: 1.5; color: #DBE5E3; margin: 0 0 32px; max-width: 640px; }
.lum-hero-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 880px; font-size: 17px; line-height: 1.65; color: #C7D6D4; }
.lum-hero-cols p { margin: 0; }

/* Pricing cards */
.lum-pricing { background: #fff; padding: 24px 40px 96px; }
.lum-cards { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.lum-card { background: #fff; border: 1px solid rgba(24,27,23,.1); border-radius: 18px; padding: 40px; box-shadow: 0 20px 50px -32px rgba(7,42,48,.4); display: flex; flex-direction: column; }
.lum-card--dark { background: #072A30; border: none; box-shadow: none; position: relative; overflow: hidden; }
.lum-card--dark .lum-card-inner { position: relative; display: flex; flex-direction: column; flex: 1 1 auto; }
.lum-card--dark .lum-glow { position: absolute; top: -80px; right: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(107,164,194,.25), transparent 65%); pointer-events: none; }

.lum-badge { display: inline-flex; align-items: center; gap: 7px; background: #E4EEEC; color: #15756A; font-size: 12.5px; font-weight: 700; padding: 6px 12px; border-radius: 100px; margin-bottom: 20px; }
.lum-badge--soon { background: transparent; border: 1px solid rgba(107,164,194,.5); color: #6BA4C2; }

.lum-card-title { font-family: Georgia, serif; font-weight: 700; font-size: 28px; color: #181B17; margin-bottom: 10px; }
.lum-card--dark .lum-card-title { color: #F1F2EF; }
.lum-card-desc { font-size: 15.5px; line-height: 1.6; color: #55584F; margin: 0 0 24px; }
.lum-card--dark .lum-card-desc { color: #A6C4C0; }

.lum-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 26px; }
.lum-price-num { font-family: Georgia, serif; font-weight: 700; font-size: 54px; color: #15756A; line-height: 1; }
.lum-price-num--sub { font-size: 32px; color: #6BA4C2; }
.lum-price-sub { font-size: 15px; color: #7a7d73; }

.lum-feats { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; }
.lum-feat { display: flex; gap: 12px; align-items: flex-start; }
.lum-feat-check { color: #15756A; font-weight: 700; flex: none; font-size: 15px; line-height: 1.5; }
.lum-feat span:last-child { font-size: 15px; line-height: 1.5; color: #33362E; }
.lum-card--dark .lum-feat-check { color: #6BA4C2; }
.lum-card--dark .lum-feat span:last-child { color: #D6E2E2; }

.lum-card-cta { display: block; text-align: center; background: #4A7682; color: #fff !important; padding: 15px; border-radius: 9px; font-weight: 700; font-size: 15.5px; text-decoration: none; margin-top: auto; }
.lum-card-cta--ghost { background: rgba(255,255,255,.1); color: #F1F2EF; border: 1px solid rgba(255,255,255,.22); }

/* FAQs */
.lum-faqs-section { background: #fff; padding: 104px 40px; }
.lum-faqs-inner { max-width: 880px; margin: 0 auto; }
.lum-faqs-title { font-family: Georgia, serif; font-weight: 700; font-size: 40px; line-height: 1.14; color: #181B17; margin: 0 0 40px; letter-spacing: -.01em; }
.lum-faqs { display: flex; flex-direction: column; gap: 12px; }
.lum-faq { background: #fff; border: 1px solid rgba(24,27,23,.1); border-radius: 12px; overflow: hidden; transition: background .2s; }
.lum-faq-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; cursor: pointer; }
.lum-faq-q { font-size: 18px; font-weight: 700; color: #181B17; line-height: 1.35; }
.lum-faq-sign { font-size: 24px; font-weight: 300; line-height: 1; color: #181B17; flex: none; }
.lum-faq-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.lum-faq-body-inner { padding: 0 26px 24px; font-size: 16px; line-height: 1.65; color: #55584F; }
.lum-faq.open { background: #072A30; border-color: #072A30; }
.lum-faq.open .lum-faq-q, .lum-faq.open .lum-faq-sign { color: #fff; }
.lum-faq.open .lum-faq-body { max-height: 480px; }
.lum-faq.open .lum-faq-body-inner { color: #C7D6CF; }

/* Closing CTA */
.lum-cta { background: #072A30; padding: 104px 40px; text-align: center; }
.lum-cta h2 { font-family: Georgia, serif; font-weight: 700; font-size: 44px; line-height: 1.1; color: #F1F2EF; margin: 0 0 10px; letter-spacing: -.01em; text-wrap: balance; }
.lum-cta p { color: #A6C4C0; font-size: 18px; margin: 0 0 30px; }
.lum-cta-btn { display: inline-block; background: #4A7682; color: #fff !important; padding: 16px 32px; border-radius: 8px; font-weight: 700; font-size: 16.5px; text-decoration: none; }

/* ============================================================
   6. RESPONSIVE
   ============================================================ */
@media (max-width: 880px) {
  .lum-nav-links a:not(.lum-btn) { display: none; }
  .lum-h1 { font-size: 40px; }
  .lum-cards { grid-template-columns: 1fr; }
  .lum-hero-cols { grid-template-columns: 1fr; }
}

/* ============================================================
   7. GUARD against the site-wide Additional CSS.
   That global CSS sets body / p / h1 / h2 with !important, which
   would otherwise override the Lumenas page text colour, font and
   size. These rules re-assert the intended styling, scoped to the
   Lumenas page only, with matching !important so they win.
   ============================================================ */
/* Re-assert Hanken Grotesk for body text. Scoped to .lum-page (the wrapper
   present on the live page); the global CSS forces Inter on body/p with
   !important, so we beat it here. Serif elements keep their own Georgia rule. */
.lum-page, .lum-page p { font-family: 'Hanken Grotesk', system-ui, sans-serif !important; }

.lum-h1 { font-family: Georgia, serif !important; font-size: 56px !important; color: #ffffff !important; }
.lum-lede { font-size: 21px !important; line-height: 1.5 !important; color: #DBE5E3 !important; }
.lum-hero-cols p { font-size: 17px !important; line-height: 1.65 !important; color: #C7D6D4 !important; }

.lum-card-title { font-family: Georgia, serif !important; }
.lum-card-desc { font-size: 15.5px !important; color: #55584F !important; }
.lum-card--dark .lum-card-desc { color: #A6C4C0 !important; }
.lum-price-num { font-family: Georgia, serif !important; }

.lum-faqs-title { font-family: Georgia, serif !important; font-size: 40px !important; color: #181B17 !important; }
.lum-faq-body-inner { color: #55584F !important; }
.lum-faq.open .lum-faq-body-inner { color: #C7D6CF !important; }

.lum-cta h2 { font-family: Georgia, serif !important; font-size: 44px !important; color: #F1F2EF !important; }
.lum-cta p { font-size: 18px !important; color: #A6C4C0 !important; }

@media (max-width: 880px) {
  .lum-h1 { font-size: 40px !important; }
}
