/* ============================================================
   CEE Landing — enqueued stylesheet (CEE Web Styling plugin)
   Scoped under .cee-home. Loads in <head>, so the cascade is
   normal; targeted !important only where Hestia/Elementor are
   known to fight back (links, buttons, list padding, widths).
   Accent: #6ca5d5 / deep #3d6f9e / ink #1d3043
   ============================================================ */

.cee-home, .cee-home *, .cee-home *::before, .cee-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cee-home {
  --cee-blue: #6ca5d5;
  --cee-blue-deep: #3d6f9e;
  --cee-ink: #1d3043;
  --cee-sky: #eef4fa;
  --cee-cream: #fdfdfc;
  --cee-amber: #e8a13d;
  --cee-line: #dde8f1;
  font-family: 'Nunito Sans', sans-serif;
  color: var(--cee-ink);
  background: var(--cee-cream);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.cee-home h1,
.cee-home h2,
.cee-home h3 {
  font-family: 'Playfair Display', serif;
  color: var(--cee-ink);
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
}

.cee-home p { margin: 0; }
.cee-home ul { margin: 0; padding: 0; list-style: none; }
.cee-home li { list-style: none; }

/* Plain links inside the landing — neutralize theme link styling */
.cee-home a { color: var(--cee-blue-deep); text-decoration: none; }
.cee-home a:hover { text-decoration: none; }

.cee-home .cee-home-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Full-bleed: each band spans the viewport even inside a boxed
   theme/builder container. Inner .cee-home-wrap re-centers content. ---- */
.cee-home .cee-home-hero,
.cee-home .cee-home-math,
.cee-home .cee-home-steps,
.cee-home .cee-home-vetting,
.cee-home .cee-home-pricing,
.cee-home .cee-home-coverage,
.cee-home .cee-home-final {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cee-home .cee-home-eyebrow {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--cee-blue-deep);
  margin-bottom: 14px;
}

/* ============================================================
   Buttons — fully reset and anchor-qualified so Hestia /
   Elementor / Bootstrap link & button rules cannot leak in.
   ============================================================ */
.cee-home a.cee-home-btn,
.cee-home a.cee-home-btn:link,
.cee-home a.cee-home-btn:visited {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  padding: 15px 30px !important;
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease !important;
}
.cee-home a.cee-home-btn:focus-visible {
  outline: 3px solid var(--cee-amber) !important;
  outline-offset: 2px !important;
}

/* Primary — deep blue, white text (strong contrast, reads as a real button) */
.cee-home a.cee-home-btn-primary,
.cee-home a.cee-home-btn-primary:link,
.cee-home a.cee-home-btn-primary:visited {
  background: var(--cee-blue-deep) !important;
  border-color: var(--cee-blue-deep) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(61,111,158,.32) !important;
}
.cee-home a.cee-home-btn-primary:hover {
  background: var(--cee-ink) !important;
  border-color: var(--cee-ink) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* Ghost — outlined */
.cee-home a.cee-home-btn-ghost,
.cee-home a.cee-home-btn-ghost:link,
.cee-home a.cee-home-btn-ghost:visited {
  background: transparent !important;
  border-color: var(--cee-ink) !important;
  color: var(--cee-ink) !important;
}
.cee-home a.cee-home-btn-ghost:hover {
  background: var(--cee-ink) !important;
  color: #ffffff !important;
}

/* Dark — used on the amber grant banner */
.cee-home a.cee-home-btn-dark,
.cee-home a.cee-home-btn-dark:link,
.cee-home a.cee-home-btn-dark:visited {
  background: #3a2706 !important;
  border-color: #3a2706 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(58,39,6,.32) !important;
}
.cee-home a.cee-home-btn-dark:hover {
  background: #241803 !important;
  border-color: #241803 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ---------- HERO ---------- */
.cee-home .cee-home-hero {
  background: linear-gradient(170deg, var(--cee-sky) 0%, var(--cee-cream) 70%);
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.cee-home .cee-home-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108,165,213,.18) 0%, rgba(108,165,213,0) 70%);
  pointer-events: none;
}
.cee-home .cee-home-hero h1 {
  font-size: clamp(38px, 5.4vw, 60px);
  font-weight: 700;
  max-width: 760px;
}

/* Two-column hero: copy on the left, the [cee_hub] animation on the right */
.cee-home .cee-home-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.cee-home .cee-home-hero-copy { min-width: 0; }
.cee-home .cee-home-hero-art {
  min-width: 0;
  align-self: center;
  opacity: 0;
  animation: cee-fade-up .9s ease .6s forwards;
}
.cee-home .cee-home-hero-art .cee-hub { margin: 0 0 0 auto; max-width: 480px; }
@media (max-width: 920px) {
  .cee-home .cee-home-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .cee-home .cee-home-hero-art { order: -1; }
  .cee-home .cee-home-hero-art .cee-hub { margin: 0 auto; max-width: 380px; }
}
.cee-home .cee-home-hero h1 .cee-home-line {
  display: block;
  opacity: 0;
  animation: cee-slide-left .8s cubic-bezier(.2,.8,.2,1) .15s forwards;
}
.cee-home .cee-home-hero h1 .cee-home-line-right {
  color: var(--cee-blue-deep);
  animation-name: cee-slide-right;
  animation-delay: .45s;
}
@keyframes cee-slide-left {
  from { opacity: 0; transform: translateX(-60px); }
  to   { opacity: 1; transform: none; }
}
@keyframes cee-slide-right {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; transform: none; }
}
.cee-home .cee-home-hero-lead {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(19px, 2.2vw, 24px);
  color: var(--cee-ink);
  margin-top: 22px;
  opacity: 0;
  animation: cee-fade-up .7s ease .85s forwards;
}
@keyframes cee-fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.cee-home .cee-home-hero-sub {
  font-size: 19px;
  max-width: 540px;
  margin: 22px 0 34px;
  color: #45617c;
}
.cee-home .cee-home-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cee-home .cee-home-hero-note {
  margin-top: 18px;
  font-size: 14px;
  color: #5e7b95;
}
.cee-home .cee-home-hero-note a {
  color: var(--cee-blue-deep);
  font-weight: 700;
}

/* ---------- CLOSURE MATH ---------- */
.cee-home .cee-home-math {
  background: var(--cee-ink);
  padding: 80px 0;
}
.cee-home .cee-home-math h2 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 40px);
  max-width: 620px;
}
.cee-home .cee-home-math .cee-home-eyebrow { color: #a4cbec; }
.cee-home .cee-home-math-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 44px;
}
.cee-home .cee-home-math-card {
  border-radius: 14px;
  padding: 32px;
}
.cee-home .cee-home-math-card.cee-loss {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
}
.cee-home .cee-home-math-card.cee-win { background: #fff; }
.cee-home .cee-home-math-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cee-home .cee-loss .cee-home-math-label { color: #f0b46a; }
.cee-home .cee-win .cee-home-math-label { color: var(--cee-blue-deep); }
.cee-home .cee-home-math-figure {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 700;
  line-height: 1;
}
.cee-home .cee-loss .cee-home-math-figure { color: #fff; }
.cee-home .cee-win .cee-home-math-figure { color: var(--cee-ink); }
.cee-home .cee-home-math-figure span {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
.cee-home .cee-home-math-desc { margin-top: 12px; font-size: 15px; }
.cee-home .cee-loss .cee-home-math-desc { color: #b6c8d8; }
.cee-home .cee-win .cee-home-math-desc { color: #45617c; }
.cee-home .cee-home-math-vs {
  align-self: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 26px;
  color: #a4cbec;
}
.cee-home .cee-home-math-quote {
  margin-top: 36px;
  font-size: 19px;
  font-style: italic;
  color: #d8e6f2;
  max-width: 680px;
  border-left: 3px solid var(--cee-blue);
  padding-left: 18px;
}
.cee-home .cee-home-math-costs {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cee-home .cee-home-math-costs li {
  font-size: 14px;
  color: #b6c8d8;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 16px;
}

/* ---------- HOW IT WORKS ---------- */
.cee-home .cee-home-steps { padding: 90px 0; }
.cee-home .cee-home-steps h2 { font-size: clamp(28px, 3.6vw, 40px); }
.cee-home .cee-home-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}
.cee-home .cee-home-step {
  background: #fff;
  border: 1px solid var(--cee-line);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(29,48,67,.05);
}
.cee-home .cee-home-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cee-sky);
  color: var(--cee-blue-deep);
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cee-home .cee-home-step h3 { font-size: 21px; margin-bottom: 10px; }
.cee-home .cee-home-step p { font-size: 15.5px; color: #45617c; }

/* ---------- VETTING ---------- */
.cee-home .cee-home-vetting {
  background: var(--cee-sky);
  padding: 90px 0;
}
.cee-home .cee-home-vetting-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
.cee-home .cee-home-vetting h2 {
  font-size: clamp(28px, 3.6vw, 38px);
  margin-bottom: 16px;
}
.cee-home .cee-home-vetting-lede { color: #45617c; font-size: 17px; }
.cee-home .cee-home-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cee-home .cee-home-checklist li {
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--cee-line);
}
.cee-home .cee-home-checklist li::before {
  content: "\2713";
  color: var(--cee-blue-deep);
  font-weight: 800;
  flex-shrink: 0;
}

/* ---------- PRICING ---------- */
.cee-home .cee-home-pricing { padding: 90px 0; }
.cee-home .cee-home-pricing h2 { font-size: clamp(28px, 3.6vw, 40px); }
.cee-home .cee-home-pricing-sub {
  color: #45617c;
  margin-top: 14px;
  max-width: 640px;
}
.cee-home .cee-home-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.cee-home .cee-home-tier {
  background: #fff;
  border: 1px solid var(--cee-line);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(29,48,67,.05);
}
.cee-home .cee-home-tier-name { font-weight: 800; font-size: 16px; }
.cee-home .cee-home-tier-size {
  font-size: 14px;
  color: #5e7b95;
  margin-bottom: 16px;
}
.cee-home .cee-home-tier-price {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 38px;
  color: var(--cee-blue-deep);
}
.cee-home .cee-home-tier-price span {
  font-size: 15px;
  font-family: 'Nunito Sans', sans-serif;
  color: #5e7b95;
  font-weight: 600;
}
.cee-home .cee-home-pricing-notes {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cee-home .cee-home-pricing-note {
  background: var(--cee-sky);
  border-radius: 12px;
  padding: 22px 24px;
  font-size: 15.5px;
  color: #2e4a63;
}
.cee-home .cee-home-pricing-note strong { color: var(--cee-ink); }
.cee-home .cee-home-grant {
  margin-top: 24px;
  background: linear-gradient(120deg, #f3b14e 0%, #e8a13d 60%, #dd9026 100%);
  border-radius: 16px;
  padding: 34px 36px;
  box-shadow: 0 16px 40px -16px rgba(232,161,61,.55);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.cee-home .cee-home-grant-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(75,48,8,.35);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 12px;
}
.cee-home .cee-home-grant h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  color: #3a2706;
  max-width: 560px;
}
.cee-home .cee-home-grant-sub {
  margin-top: 10px;
  font-size: 15.5px;
  color: #4b3408;
  font-weight: 600;
  max-width: 540px;
}

/* ---------- COVERAGE ---------- */
.cee-home .cee-home-coverage {
  background: var(--cee-ink);
  padding: 90px 0;
}
.cee-home .cee-home-coverage h2 {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 38px);
  max-width: 600px;
}
.cee-home .cee-home-coverage .cee-home-eyebrow { color: #a4cbec; }
.cee-home .cee-home-coverage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.cee-home .cee-home-coverage-grid li {
  color: #eaf2f9;
  font-weight: 700;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 15.5px;
}
.cee-home .cee-home-coverage-quote {
  margin-top: 36px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #d8e6f2;
  max-width: 720px;
  line-height: 1.4;
}

/* ---------- FINAL CTA ---------- */
.cee-home .cee-home-final {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(180deg, var(--cee-cream) 0%, var(--cee-sky) 100%);
}
.cee-home .cee-home-final h2 {
  font-size: clamp(30px, 4vw, 44px);
  max-width: 720px;
  margin: 0 auto;
}
.cee-home .cee-home-final p {
  margin: 18px auto 34px;
  max-width: 560px;
  color: #45617c;
  font-size: 18px;
}
.cee-home .cee-home-final-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cee-home .cee-home-final-email {
  margin-top: 26px;
  font-size: 15px;
  color: #5e7b95;
}
.cee-home .cee-home-final-email a {
  color: var(--cee-blue-deep);
  font-weight: 700;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .cee-home .cee-home-steps-grid { grid-template-columns: 1fr; }
  .cee-home .cee-home-tiers { grid-template-columns: 1fr 1fr; }
  .cee-home .cee-home-vetting-inner { grid-template-columns: 1fr; gap: 32px; }
  .cee-home .cee-home-math-grid { grid-template-columns: 1fr; }
  .cee-home .cee-home-math-vs { justify-self: center; }
}
@media (max-width: 560px) {
  .cee-home .cee-home-tiers { grid-template-columns: 1fr; }
  .cee-home .cee-home-checklist { grid-template-columns: 1fr; }
  .cee-home .cee-home-pricing-notes { grid-template-columns: 1fr; }
  .cee-home .cee-home-hero { padding: 60px 0 50px; }
  .cee-home .cee-home-grant { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .cee-home *, .cee-home *::before, .cee-home *::after {
    animation: none !important;
    transition: none !important;
  }
  .cee-home .cee-home-hero h1 .cee-home-line,
  .cee-home .cee-home-hero-lead {
    opacity: 1 !important;
    transform: none !important;
  }
}
