/*
Theme Name: Astra Child Binder
Theme URI: https://binder.chalex.us/
Description: Astra child theme for the Well... This Is Awkward binder site.
Author: Chalex Consulting Group
Template: astra
Version: 1.0.0
Text Domain: astra-child-binder
*/

/* =========================================================
   1. ROOT VARIABLES
========================================================= */
:root {
  --chalex-navy: #0f2740;
  --chalex-navy-dark: #0a1b2d;
  --chalex-blue: #1f5f95;
  --chalex-gold: #d6a84f;
  --chalex-gold-dark: #b88b37;

  --chalex-text: #1f2937;
  --chalex-text-light: #5b6573;

  --chalex-bg: #ffffff;
  --chalex-bg-soft: #f4f7fb;
  --chalex-bg-soft-2: #eef3f8;
  --chalex-border: #dbe4ee;

  --chalex-shadow: 0 10px 30px rgba(15, 39, 64, 0.08);
  --chalex-shadow-hover: 0 14px 34px rgba(15, 39, 64, 0.12);

  --chalex-radius: 18px;
  --chalex-radius-sm: 12px;
  --chalex-max: 1200px;

  --chalex-section-y: 52px;
  --chalex-section-y-tight: 38px;
  --chalex-section-y-dark: 56px;

  --chalex-card-pad: 22px;
  --chalex-card-gap: 18px;
}

/* =========================================================
   2. GLOBAL / BASE
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  color: var(--chalex-text);
  background: #fff;
}

.chalex-homepage,
.chalex-section,
.chalex-hero,
.chalex-strip,
.chalex-grid,
.chalex-card,
.chalex-story,
.chalex-final-cta {
  box-sizing: border-box;
}

.entry-header,
.ast-page-title {
  display: none !important;
}

/* =========================================================
   3. PAGE LAYOUT RESET / FULL-WIDTH BREAKOUT
========================================================= */
html,
body,
.site-content,
.ast-container,
.entry-content,
.site-main,
article,
.post,
.page,
article.page {
  margin-top: 0;
}

.entry-header,
.ast-page-title {
  display: none !important;
}

/* Full-width page wrappers for custom Chalex layouts */
.home .site-content,
.page .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.home .site-content > .ast-container,
.page .site-content > .ast-container,
.home .entry-content,
.page .entry-content,
.home .entry-content > .wp-block-group,
.page .entry-content > .wp-block-group {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .site-content > .ast-container,
.page .site-content > .ast-container {
  padding: 0 !important;
  margin: 0 !important;
}

.home .entry-content,
.page .entry-content,
.home article,
.page article,
.home .post,
.page .post,
.home .page,
.page .page {
  margin: 0 !important;
}

.home .entry-content .alignfull,
.page .entry-content .alignfull,
.home .entry-content [class*="wp-block"],
.page .entry-content [class*="wp-block"] {
  margin-left: 0;
  margin-right: 0;
}

.home .chalex-homepage,
.page .chalex-homepage,
.page .chalex-services-page,
.page .chalex-about-page,
.page .chalex-brands-page,
.page .chalex-proof-page,
.page .chalex-contact-page,
.page .chalex-service-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff;
}

.home .chalex-hero,
.home .chalex-strip,
.home .chalex-section,
.page .chalex-hero,
.page .chalex-strip,
.page .chalex-section {
  width: 100% !important;
  max-width: 100% !important;
}

/* =========================================================
   4. ASTRA HEADER / PRIMARY NAV
========================================================= */
@media (min-width: 922px) {
  .site-header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(15, 39, 64, 0.04);
  }

  .ast-primary-header-bar {
    background: #ffffff !important;
  }

  .ast-primary-header-bar .site-primary-header-wrap,
  .ast-primary-header-bar .ast-builder-grid-row-container,
  .ast-primary-header-bar .ast-builder-grid-row {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .site-title,
  .site-title a,
  .ast-site-title-wrap,
  .custom-logo-link + .site-branding-text,
  .site-branding .site-title,
  .site-branding .site-description {
    display: none !important;
  }

  .site-branding {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  .main-header-menu > li > a {
    color: #0b1f33 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .main-header-menu > li > a:hover {
    color: var(--chalex-blue) !important;
  }

  .menu-cta {
    margin-left: 10px;
  }

  .menu-cta > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: linear-gradient(135deg, #f4b942, #d9a233);
    color: #111 !important;
    padding: 10px 18px !important;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2 !important;
    box-shadow: 0 8px 18px rgba(214, 168, 79, 0.18);
  }

  .menu-cta > a:hover {
    background: linear-gradient(135deg, #eab13b, #c99528);
    color: #111 !important;
    transform: translateY(-1px);
    opacity: 1;
  }

  .main-header-menu .sub-menu {
    background: #ffffff;
    border: 1px solid rgba(15, 39, 64, 0.08);
    box-shadow: 0 12px 28px rgba(15, 39, 64, 0.10);
    padding: 8px 0;
    min-width: 220px;
  }

  .main-header-menu .sub-menu li {
    margin: 0;
  }

  .main-header-menu .sub-menu li a {
    display: block;
    color: #10233a !important;
    background: transparent !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 16px !important;
    text-decoration: none;
  }

  .main-header-menu .sub-menu li a:hover,
  .main-header-menu .sub-menu li a:focus {
    background: #f4f7fb !important;
    color: var(--chalex-blue) !important;
  }

  .main-header-menu .sub-menu .menu-item-current > a,
  .main-header-menu .sub-menu .current-menu-item > a {
    background: #f4f7fb !important;
    color: var(--chalex-blue) !important;
  }
}

@media (max-width: 921px) {
  .site-header,
  .ast-mobile-header-wrap,
  .ast-primary-header-bar,
  .ast-builder-menu-mobile .main-navigation,
  .ast-builder-grid-row-container,
  .ast-builder-grid-row {
    background: #ffffff !important;
  }

  .site-header {
    box-shadow: 0 2px 12px rgba(15, 39, 64, 0.04);
  }

  .site-branding {
    margin-right: 0;
  }

  .ast-mobile-menu-trigger,
  .menu-toggle,
  .ast-menu-toggle,
  .ast-mobile-menu-trigger svg,
  .menu-toggle svg,
  .ast-menu-toggle svg {
    color: #0b1f33 !important;
    fill: #0b1f33 !important;
  }
}

/* HERO / HEADER ALIGNMENT */
.home .chalex-hero,
.page .chalex-hero {
  margin-top: -80px !important;
  padding-top: 64px !important;
}

.home.admin-bar .chalex-hero,
.page.admin-bar .chalex-hero {
  margin-top: -112px !important;
  padding-top: 96px !important;
}

@media screen and (max-width: 782px) {
  .home .chalex-hero,
  .page .chalex-hero {
    margin-top: -80px !important;
    padding-top: 78px !important;
  }

  .home.admin-bar .chalex-hero,
  .page.admin-bar .chalex-hero {
    margin-top: -126px !important;
    padding-top: 124px !important;
  }
}

/* =========================================================
   5. GENERIC SECTION SYSTEM
========================================================= */
.chalex-section {
  padding: 36px 20px;
}

.chalex-container {
  max-width: var(--chalex-max);
  margin: 0 auto;
}

.chalex-section.light {
  background: #fff;
}

.chalex-section.soft {
  background: linear-gradient(180deg, var(--chalex-bg-soft) 0%, var(--chalex-bg-soft-2) 100%);
}

.chalex-section.dark {
  background: linear-gradient(135deg, var(--chalex-navy-dark) 0%, var(--chalex-navy) 100%);
  color: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
}

.chalex-strip + .chalex-section,
.chalex-section + .chalex-section {
  margin-top: 0;
}

.chalex-homepage > .chalex-section.soft,
.chalex-homepage > .chalex-section.light {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* =========================================================
   6. TYPOGRAPHY / INTRO ELEMENTS
========================================================= */
.chalex-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chalex-gold);
}

.chalex-section-intro {
  max-width: 760px;
  margin: 0 auto 16px auto;
  text-align: center;
}

.chalex-section-intro h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: inherit;
}

.chalex-section-intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.58;
  color: inherit;
  opacity: 0.92;
}

/* =========================================================
   7. BUTTONS
========================================================= */
.chalex-btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.chalex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.chalex-btn.primary {
  background: var(--chalex-gold);
  color: #10233a;
  box-shadow: 0 8px 18px rgba(214, 168, 79, 0.22);
}

.chalex-btn.primary:hover {
  background: var(--chalex-gold-dark);
  color: #10233a;
  transform: translateY(-1px);
}

.chalex-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.chalex-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.chalex-card .chalex-btn,
.chalex-final-cta .chalex-btn {
  min-height: 48px;
  padding: 0 22px;
}

@media (min-width: 922px) {
  .menu-cta > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px !important;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1 !important;
    white-space: nowrap;
  }
}

/* =========================================================
   8. HERO
========================================================= */
.chalex-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8px 20px 20px;
  background: linear-gradient(135deg, var(--chalex-navy-dark) 0%, var(--chalex-navy) 55%, #163a5d 100%);
  color: #fff;
}

.chalex-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.18) 0%, rgba(214, 168, 79, 0) 68%);
}

.chalex-hero::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 70%);
}

.chalex-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: center;
  max-width: var(--chalex-max);
  margin: 0 auto;
}

.chalex-hero-copy {
  max-width: 680px;
}

.chalex-hero h1 {
  max-width: 640px;
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 1.25;
  color: #fff;
}

.chalex-hero p.chalex-hero-sub {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.chalex-hero p.chalex-hero-micro {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
   9. HERO VISUAL PANEL
========================================================= */
.chalex-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 8px;
  border-radius: 24px;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}

.chalex-hero-simple-box {
  width: 100%;
  max-width: 470px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 18px 38px rgba(15, 39, 64, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.chalex-hero-deal-eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--chalex-gold);
}

.chalex-hero-deal-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chalex-hero-deal-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--chalex-gold);
}

.chalex-hero-deal-list li:last-child {
  margin-bottom: 0;
}

.chalex-hero-deal-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--chalex-gold);
}

/* =========================================================
   10. POSITIONING STRIP
========================================================= */
.chalex-strip {
  background: linear-gradient(180deg, #f4cf79 0%, #e7b84f 100%);
  border-top: 1px solid rgba(15, 39, 64, 0.08);
  border-bottom: 1px solid rgba(15, 39, 64, 0.08);
  padding: 16px 20px;
}

.chalex-strip .chalex-container {
  max-width: 1200px;
  margin: 0 auto;
}

.chalex-strip p {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #10233a;
}

/* =========================================================
   11. GRID / CARDS
========================================================= */
.chalex-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.chalex-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chalex-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chalex-card,
.chalex-audience-item,
.chalex-value-item {
  height: 100%;
}

.chalex-card {
  background: #fff;
  border: 1px solid var(--chalex-border);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 8px 24px rgba(15, 39, 64, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chalex-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 39, 64, 0.10);
}

.chalex-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--chalex-navy);
}

.chalex-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--chalex-text-light);
}

.chalex-card .mini-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--chalex-gold-dark);
}

.chalex-card .card-btn {
  margin-top: 14px;
}

.home .chalex-section .chalex-grid.cols-3,
.home .chalex-section .chalex-grid.cols-4 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.chalex-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 18px 0;
}

.chalex-path-card {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--chalex-border);
  background: #fff;
  width: 100%;
  text-align: left;
}

.chalex-path-card.is-active {
  border-color: var(--chalex-gold);
  box-shadow: 0 12px 28px rgba(15, 39, 64, 0.10);
}

.chalex-path-card h3,
.chalex-path-card p,
.chalex-path-card .mini-label {
  pointer-events: none;
}

@media (max-width: 767px) {
  .chalex-path-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   12. AUDIENCE / VALUE ITEMS
========================================================= */
.chalex-audience-list,
.chalex-value-list {
  display: grid;
  gap: 14px;
}

.chalex-audience-item,
.chalex-value-item {
  background: #fff;
  border: 1px solid var(--chalex-border);
  border-radius: var(--chalex-radius-sm);
  padding: 18px 16px;
  box-shadow: var(--chalex-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chalex-audience-item:hover,
.chalex-value-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--chalex-shadow-hover);
}

.chalex-audience-item strong,
.chalex-value-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--chalex-navy);
}

.chalex-audience-item span,
.chalex-value-item span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: var(--chalex-text-light);
}

/* =========================================================
   13. STORY / ABOUT SECTION
========================================================= */
.chalex-story-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.chalex-story-panel {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 36px;
}

.chalex-story-panel h2 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.25;
  color: #fff;
}

.chalex-story-panel p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.chalex-story-panel p:last-child {
  margin-bottom: 0;
}

.chalex-story-box {
  background: #fff;
  color: var(--chalex-text);
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--chalex-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chalex-story-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--chalex-shadow-hover);
}

.chalex-story-box h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--chalex-navy);
}

.chalex-story-box ul {
  margin: 0;
  padding-left: 20px;
}

.chalex-story-box li {
  margin-bottom: 12px;
  line-height: 1.65;
  color: var(--chalex-text-light);
}

/* =========================================================
   14. LOGO / EXPERIENCE PILLS
========================================================= */
.chalex-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.chalex-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--chalex-border);
  box-shadow: var(--chalex-shadow);
  font-weight: 700;
  color: var(--chalex-navy);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chalex-logo-pill:hover {
  transform: translateY(-3px);
  box-shadow: var(--chalex-shadow-hover);
}

/* =========================================================
   15. FINAL CTA SECTION
========================================================= */
.chalex-final-cta {
  text-align: center;
}

.chalex-final-cta h2 {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}

.chalex-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.88);
}

.chalex-final-cta .chalex-btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.chalex-final-cta .chalex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  white-space: nowrap;
}

/* =========================================================
   16. PHASE 1 SHORTCODE LIBRARY
========================================================= */
.chalex-trust-bar,
.chalex-proof-strip,
.chalex-testimonials,
.chalex-who-we-help,
.chalex-process-block,
.chalex-contact-prep {
  width: 100%;
}

.chalex-trust-bar .chalex-grid,
.chalex-testimonials .chalex-grid,
.chalex-who-we-help .chalex-grid,
.chalex-process-block .chalex-grid,
.chalex-contact-prep .chalex-grid {
  max-width: 980px;
  margin: 0 auto;
}

.chalex-trust-bar .chalex-card,
.chalex-testimonials .chalex-card,
.chalex-who-we-help .chalex-card,
.chalex-process-block .chalex-card,
.chalex-contact-prep .chalex-card {
  padding: 20px 18px;
}

.chalex-trust-bar .chalex-card h3,
.chalex-testimonials .chalex-card h3,
.chalex-who-we-help .chalex-card h3,
.chalex-process-block .chalex-card h3,
.chalex-contact-prep .chalex-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.chalex-trust-bar .chalex-card p,
.chalex-testimonials .chalex-card p,
.chalex-who-we-help .chalex-card p,
.chalex-process-block .chalex-card p,
.chalex-contact-prep .chalex-card p {
  font-size: 15px;
  line-height: 1.55;
}

.chalex-trust-bar .chalex-section-intro,
.chalex-proof-strip .chalex-section-intro,
.chalex-testimonials .chalex-section-intro,
.chalex-who-we-help .chalex-section-intro,
.chalex-process-block .chalex-section-intro,
.chalex-contact-prep .chalex-section-intro {
  margin-bottom: 18px;
}

.chalex-testimonials .chalex-card p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--chalex-text);
}

.chalex-testimonials .chalex-card {
  position: relative;
}

.chalex-testimonials .chalex-card::before {
  content: "“";
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.25;
  color: var(--chalex-gold);
  font-weight: 700;
}

.chalex-support-note {
  max-width: 760px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: var(--chalex-text-light);
}

.chalex-legal-line {
  max-width: 900px;
  margin: 0 auto;
  padding: 12px 0 0;
  text-align: center;
}

.chalex-legal-line p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--chalex-text-light);
}

.chalex-proof-strip .chalex-logo-row {
  max-width: 1040px;
  margin: 0 auto;
}

.chalex-proof-strip .chalex-logo-pill {
  min-height: 58px;
  font-size: 14px;
  padding: 12px 20px;
}

/* =========================================================
   17. RESPONSIVE
========================================================= */
@media (min-width: 1440px) {
  .chalex-hero-grid,
  .chalex-container,
  .ast-primary-header-bar .site-primary-header-wrap,
  .ast-primary-header-bar .ast-builder-grid-row-container,
  .ast-primary-header-bar .ast-builder-grid-row {
    max-width: 1280px !important;
  }
}

@media (max-width: 1024px) {
  .chalex-hero-grid,
  .chalex-story-wrap,
  .chalex-grid.cols-3,
  .chalex-grid.cols-4 {
    grid-template-columns: 1fr;
  }

  .chalex-hero h1 {
    font-size: 46px;
  }

  .chalex-hero-visual {
    min-height: 200px;
  }

  .chalex-section-intro h2,
  .chalex-story-panel h2,
  .chalex-final-cta h2 {
    font-size: 32px;
  }

  .home .chalex-section .chalex-grid.cols-3,
  .home .chalex-section .chalex-grid.cols-4 {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .chalex-section,
  .chalex-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .chalex-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .chalex-hero {
    padding-bottom: 22px;
  }

.chalex-hero-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.chalex-hero-copy {
  max-width: 100%;
}

.chalex-hero h1 {
  font-size: 30px;
  line-height: 1.02;
  margin: 0 0 10px;
}

.chalex-hero p.chalex-hero-sub {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 8px;
}

.chalex-hero p.chalex-hero-micro {
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 12px;
}

.chalex-btn-row {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.chalex-btn {
  width: 100%;
  min-height: 44px;
  font-size: 14px;
}

.chalex-hero-visual {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.chalex-hero-simple-box {
  max-width: 100%;
  padding: 18px 18px;
  border-radius: 18px;
}

.chalex-hero-deal-eyebrow {
  font-size: 11px;
  margin-bottom: 8px;
}

.chalex-hero-simple-box h3,
.chalex-hero-simple-box h3 *,
.chalex-hero-simple-box h3 a {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.chalex-hero-deal-list li {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

  .chalex-card,
  .chalex-story-panel,
  .chalex-story-box,
  .chalex-audience-item,
  .chalex-value-item,
  .chalex-trust-bar .chalex-card,
  .chalex-testimonials .chalex-card,
  .chalex-who-we-help .chalex-card,
  .chalex-process-block .chalex-card,
  .chalex-contact-prep .chalex-card {
    padding: 18px;
  }

  .chalex-section-intro {
    margin-bottom: 12px;
  }

  .chalex-proof-strip .chalex-logo-row {
    gap: 10px;
  }

  .chalex-proof-strip .chalex-logo-pill {
    width: 100%;
    min-height: auto;
    padding: 14px 16px;
  }

  .chalex-support-note,
  .chalex-legal-line p {
    font-size: 13px;
  }

  .chalex-hero-visual {
    min-height: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
  }

  .chalex-hero-simple-box {
    max-width: 100%;
    padding: 18px 18px;
  }

  .chalex-hero-simple-box h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .chalex-hero-simple-box p,
  .chalex-hero-deal-list li {
    font-size: 13px;
  }

  .chalex-btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .chalex-btn {
    width: 100%;
  }

  .chalex-contact-router-wrap {
    padding: 0 10px;
  }
}

/* =========================================================
   18. CONTACT ROUTER FORM
========================================================= */
.chalex-contact-router-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.chalex-form-microcopy {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

.chalex-form-row {
  margin-bottom: 16px;
}

.chalex-form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #374151;
}

.chalex-form-row input,
.chalex-form-row select,
.chalex-form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
}

.chalex-form-row input:focus,
.chalex-form-row select:focus,
.chalex-form-row textarea:focus {
  outline: none;
  border-color: #1e3449;
  box-shadow: 0 0 0 2px rgba(30, 52, 73, 0.1);
}

.chalex-form-row.honeypot {
  display: none;
}

.chalex-form-actions {
  margin-top: 24px;
}

.chalex-form-message {
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
}

.chalex-form-message.success {
  background: #ecfdf5;
  border: 1px solid #10b981;
  color: #065f46;
}

.chalex-form-message.error {
  background: #fef2f2;
  border: 1px solid #ef4444;
  color: #7f1d1d;
}

/* =========================================================
   19. BRANDS PAGE FIXES
========================================================= */

.chalex-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.chalex-brand-card {
  padding: 32px;
  min-height: 280px;
}

.chalex-brand-logo-box {
  height: 88px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.chalex-brands-logo {
  max-width: 180px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.chalex-brand-card .chalex-btn {
  width: fit-content;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .chalex-brand-grid {
    grid-template-columns: 1fr;
  }

  .chalex-brand-card {
    min-height: auto;
  }
}

/* =========================================================
  20. RESPONSIVE REFINEMENTS
========================================================= */

@media (max-width: 1024px) {
  .chalex-homepage .chalex-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .chalex-closing-section {
    padding-top: 46px !important;
    padding-bottom: 0 !important;
  }

  .chalex-closing-section .chalex-btn-row {
    margin-top: 28px !important;
  }

  .chalex-closing-section .chalex-btn {
    min-width: 220px !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .chalex-homepage .chalex-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .chalex-homepage .chalex-section-intro h2 {
    font-size: 28px !important;
  }

  .chalex-closing-divider {
    margin: 34px auto 34px;
  }

  .chalex-closing-section .chalex-btn-row {
    margin-top: 24px !important;
  }

  .chalex-closing-section .chalex-btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* =========================================================
   21. CHALEX GLOBAL FOOTER
========================================================= */

.chalex-global-footer {
  background: transparent !important;
  padding: 32px 20px 28px !important;
  margin: 0 !important;
  border-top: none !important;
}

.chalex-global-footer-inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 48px !important;
}

.chalex-global-footer-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.chalex-global-footer-col h4 {
  color: #E0AA3E !important;
  opacity: 0.75 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin: 0 0 12px 0 !important;
}

.chalex-global-footer-col a {
  color: rgba(255,255,255,0.84) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 5px !important;
}

.chalex-global-footer-col a:hover {
  color: #E0AA3E !important;
}

.chalex-global-footer-col p {
  color: rgba(255,255,255,0.78) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 0 10px 0 !important;
}

@media (max-width: 768px) {
  .chalex-global-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .chalex-global-footer {
    padding: 34px 22px 36px !important;
  }
}

/* =========================================================
   22. CHALEX ASSESSMENT FORM — CLEAN FINAL STYLING
   Consolidated rules for the Business Options Assessment page.
   Do not stack additional assessment overrides below this block.
========================================================= */

/* Page shell / spacing */
.chalex-assessment-page .chalex-section.light {
  padding-top: 28px !important;
  padding-bottom: 10px !important;
}

.chalex-assessment-page .chalex-section-intro {
  margin-bottom: 0 !important;
}

.chalex-assessment-page .assessment-wrap {
  background: #f3f6fa !important;
  padding: 22px 20px 58px !important;
}

.chalex-assessment-page .assessment-inner {
  max-width: 1120px !important;
  margin: 0 auto !important;
}

/* Main section cards */
.chalex-assessment-page .assessment-card {
  background: #ffffff !important;
  border: 1px solid rgba(16, 35, 58, 0.14) !important;
  border-top: 3px solid #e0aa3e !important;
  border-radius: 18px !important;
  padding: 28px 30px 28px !important;
  margin: 0 0 24px !important;
  min-height: 0 !important;
  height: auto !important;
  box-shadow: 0 10px 28px rgba(16, 35, 58, 0.07) !important;
}

.chalex-assessment-page .assessment-card:last-of-type {
  margin-bottom: 0 !important;
}

/* Section-specific card compression */
.chalex-assessment-page form > .assessment-card:first-of-type {
  padding-bottom: 24px !important;
}

.chalex-assessment-page form > .assessment-card:nth-of-type(2) {
  padding-bottom: 20px !important;
}

/* Section header row */
.chalex-assessment-page .assessment-kicker {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #c48a12 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 8px !important;
}

.chalex-assessment-page .assessment-num {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #efb22c !important;
  color: #10233a !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.chalex-assessment-page .assessment-card h2 {
  color: #10233a !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
}

.chalex-assessment-page .assessment-help {
  color: #43536a !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 0 0 16px !important;
  max-width: 860px !important;
}

/* Grids */
.chalex-assessment-page .assessment-grid-3,
.chalex-assessment-page .assessment-grid-2,
.chalex-assessment-page .assessment-grid-4,
.chalex-assessment-page .dependency-grid {
  display: grid !important;
  align-items: start !important;
  grid-auto-rows: max-content !important;
}

.chalex-assessment-page .assessment-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px 16px !important;
}

.chalex-assessment-page .assessment-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 22px !important;
}

.chalex-assessment-page .assessment-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.chalex-assessment-page .dependency-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

/* Fields */
.chalex-assessment-page .field {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.chalex-assessment-page .field label,
.chalex-assessment-page .choice-group-title {
  display: block !important;
  color: #10233a !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  margin: 0 0 7px !important;
}

.chalex-assessment-page input[type="text"],
.chalex-assessment-page input[type="email"],
.chalex-assessment-page input[type="tel"],
.chalex-assessment-page input[type="number"],
.chalex-assessment-page select,
.chalex-assessment-page textarea {
  width: 100% !important;
  border: 1.5px solid #cfd7e3 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #10233a !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.chalex-assessment-page input[type="text"],
.chalex-assessment-page input[type="email"],
.chalex-assessment-page input[type="tel"],
.chalex-assessment-page input[type="number"],
.chalex-assessment-page select {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 14px !important;
}

.chalex-assessment-page input::placeholder,
.chalex-assessment-page textarea::placeholder {
  color: #94a0b2 !important;
}

.chalex-assessment-page textarea {
  min-height: 78px !important;
  height: auto !important;
  padding: 10px 12px !important;
  resize: vertical !important;
}

/* Section 1 industry select alignment — single controlled offset */
.chalex-assessment-page select[name="industry"] {
  position: relative !important;
  top: -28px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  line-height: 44px !important;
  vertical-align: top !important;
}

.chalex-assessment-page .sde-note {
  margin: 6px 0 0 !important;
  color: #66758a !important;
  font-size: 12.5px !important;
  line-height: 1.42 !important;
  max-width: 430px !important;
}

/* Section 2: compact owner goals */
.chalex-assessment-page form > .assessment-card:nth-of-type(2) .assessment-grid-2 {
  align-items: start !important;
  gap: 16px 24px !important;
}

.chalex-assessment-page form > .assessment-card:nth-of-type(2) textarea {
  min-height: 68px !important;
  height: 68px !important;
}

.chalex-assessment-page .checkbox-list {
  margin: 0 !important;
  padding: 0 !important;
}

.chalex-assessment-page .compact-goals {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.chalex-assessment-page .checkbox-list label {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 750 !important;
  color: #10233a !important;
  font-size: 13.5px !important;
  line-height: 1.25 !important;
}

.chalex-assessment-page .checkbox-list input[type="checkbox"] {
  margin: 0 !important;
  width: 14px !important;
  height: 14px !important;
  accent-color: #e0aa3e !important;
  flex: 0 0 auto !important;
}

/* Sections 3–6 question cards */
.chalex-assessment-page .dependency-card {
  align-self: start !important;
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  border: 1px solid rgba(16, 35, 58, 0.13) !important;
  border-radius: 14px !important;
  padding: 10px !important;
  background: #fbfcfe !important;
}

.chalex-assessment-page .dependency-card .choice-group-title {
  color: #c48a12 !important;
  font-size: 15px !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 8px !important;
}

.chalex-assessment-page .radio-stack {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.chalex-assessment-page .radio-option {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  min-height: 30px !important;
  height: auto !important;
  border: 1px solid #d8e0eb !important;
  border-radius: 8px !important;
  padding: 6px 9px !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #24344d !important;
  font-weight: 650 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}

.chalex-assessment-page .radio-option:hover {
  border-color: #efb22c !important;
  box-shadow: 0 4px 14px rgba(16, 35, 58, 0.08) !important;
}

.chalex-assessment-page .radio-option:has(input:checked) {
  border-color: #e0aa3e !important;
  background: #fff8e6 !important;
}

.chalex-assessment-page .radio-option input[type="radio"] {
  margin: 0 !important;
  width: 14px !important;
  height: 14px !important;
  accent-color: #e0aa3e !important;
  flex: 0 0 auto !important;
}

/* Submit area */
.chalex-assessment-page .submit-wrap {
  text-align: center !important;
  max-width: 760px !important;
  margin: 28px auto 0 !important;
}

.chalex-assessment-page .assessment-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 245px !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: 2px solid #d49a17 !important;
  background: linear-gradient(135deg, #f7d36a 0%, #e0aa3e 100%) !important;
  color: #10233a !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(16, 35, 58, 0.16) !important;
  cursor: pointer !important;
}

.chalex-assessment-page .assessment-submit:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 13px 26px rgba(16, 35, 58, 0.20) !important;
}

.chalex-assessment-page .assessment-submit span:first-child {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 50% !important;
  background: #10233a !important;
  color: #f7d36a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.chalex-assessment-page .trust-note {
  margin: 18px auto 0 !important;
  max-width: 640px !important;
  color: #43536a !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.chalex-assessment-page .trust-divider {
  margin: 18px auto 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

.chalex-assessment-page .trust-divider::before,
.chalex-assessment-page .trust-divider::after {
  content: "" !important;
  width: 74px !important;
  height: 2px !important;
  background: #d49a17 !important;
}

.chalex-assessment-page .trust-dot {
  width: 28px !important;
  height: 28px !important;
  border: 2px solid #d49a17 !important;
  border-radius: 50% !important;
  color: #d49a17 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
}

/* Responsive assessment form */
@media (max-width: 900px) {
  .chalex-assessment-page .assessment-grid-3,
  .chalex-assessment-page .assessment-grid-2,
  .chalex-assessment-page .assessment-grid-4,
  .chalex-assessment-page .dependency-grid {
    grid-template-columns: 1fr !important;
  }

  .chalex-assessment-page .assessment-wrap {
    padding-top: 22px !important;
  }

  .chalex-assessment-page .assessment-card {
    padding: 24px 22px !important;
  }

  .chalex-assessment-page .dependency-card {
    padding: 10px !important;
  }

  .chalex-assessment-page select[name="industry"] {
    top: 0 !important;
  }

  .chalex-assessment-page .sde-note {
    max-width: 100% !important;
  }

  .chalex-assessment-page .compact-goals {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   23. THE NEXT DAY WORKSHOP PAGE
========================================================= */

/* 23.1 PAGE WRAPPER */
.tndx-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #fff;
}

/* 23.2 HERO */
.tndx-hero {
  min-height: 560px;
  background-image:
    linear-gradient(
      90deg,
      rgba(10,27,45,.82) 0%,
      rgba(10,27,45,.74) 32%,
      rgba(10,27,45,.28) 62%,
      rgba(10,27,45,.04) 100%
    ),
    url("https://chalex.us/wp-content/uploads/2026/07/Next-Day_Wokshop.png");
  background-size: cover;
  background-position: center center;
  padding-bottom: 52px !important;
  display: flex;
  align-items: center;
}

.tndx-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 36px 20px;
  width: 100%;
}

.tndx-hero-copy {
  max-width: 600px;
}

.tndx-date {
  color: var(--chalex-gold);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 12px;
}

.tndx-title {
  color: #fff !important;
  font-size: 64px !important;
  line-height: .95 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  margin: 0 0 8px !important;
}

.tndx-subtitle {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.tndx-copy {
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.58;
  max-width: 540px;
  margin-bottom: 22px;
}

.tndx-proof {
  display: none;
}

.tndx-proof-mark,
.tndx-proof small {
  display: none;
}

/* 23.3 GOLD STRIP */
.tndx-goldbar {
  background: linear-gradient(180deg, #f0c85b, #d6a84f);
  color: #0a1b2d;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  padding: 18px 20px;
}

/* 23.4 GLOBAL SECTION STRUCTURE */
.tndx-section {
  padding: 68px 20px;
}

.tndx-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tndx-dark {
  background: linear-gradient(135deg, #0a1b2d, #0f2740);
  color: #fff;
}

/* 23.5 GRID SYSTEM */
.tndx-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.tndx-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.tndx-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.tndx-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* 23.6 SECTION TYPOGRAPHY */
.tndx-eyebrow {
  color: var(--chalex-gold-dark);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
}

.tndx-section h2 {
  color: var(--chalex-navy);
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 22px;
}

.tndx-dark h2,
.tndx-dark h3 {
  color: #fff !important;
}

/* 23.7 CARDS */
.tndx-card {
  background: #fff;
  border: 1px solid var(--chalex-border);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--chalex-shadow);
}

.tndx-card h3 {
  color: var(--chalex-navy);
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.tndx-card p {
  color: var(--chalex-text-light);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* 23.8 DARK SECTION CARDS */
.tndx-dark .tndx-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.tndx-dark .tndx-card p {
  color: rgba(255,255,255,.84);
}

.tndx-icon {
  color: var(--chalex-gold);
  font-size: 44px;
  line-height: 1;
  margin-bottom: 16px;
}

/* 23.9 CHECKLIST */
.tndx-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
  margin-top: 20px;
}

.tndx-checks p {
  margin: 0;
  font-size: 17px;
  color: var(--chalex-navy);
}

/* 23.10 EVENT CARD */
.tndx-event-card {
  background: linear-gradient(135deg, #0a1b2d, #0f2740);
  border-radius: 20px;
  padding: 38px;
  color: #fff;
  box-shadow: var(--chalex-shadow);
}

.tndx-event-card h3 {
  color: var(--chalex-gold);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 12px;
}

.tndx-event-date {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 18px;
}

.tndx-price {
  color: var(--chalex-gold);
  font-size: 64px;
  font-weight: 900;
  margin: 22px 0;
}

/* 23.11 BOTTOM CTA */
.tndx-bottom {
  background: #0a1b2d;
  color: #fff;
  padding: 36px 20px;
}

.tndx-bottom .tndx-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.tndx-bottom h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.tndx-bottom p {
  color: var(--chalex-gold);
  font-size: 21px;
  font-weight: 900;
  margin: 6px 0 0;
}

/* 23.12 RESPONSIVE */
@media (max-width: 900px) {
  .tndx-grid-2,
  .tndx-grid-3,
  .tndx-grid-4 {
    grid-template-columns: 1fr;
  }

  .tndx-hero {
    min-height: 520px;
    background-position: center center;
  }

  .tndx-hero-inner {
    padding: 44px 20px 20px;
  }

  .tndx-date {
    font-size: 38px;
  }

  .tndx-title {
    font-size: 48px !important;
  }

  .tndx-subtitle {
    font-size: 24px;
  }

  .tndx-checks {
    grid-template-columns: 1fr;
  }

  .tndx-bottom .tndx-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   24. BINDER HOME PAGE
========================================================= */

.binder-homepage .binder-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}

.binder-homepage .binder-hero .chalex-hero-grid {
  min-height: 460px;
}

.binder-homepage .binder-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

.binder-homepage .binder-hero .chalex-hero-sub {
  max-width: 660px;
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.binder-homepage .binder-hero .chalex-hero-micro {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 24px;
}

.binder-hero-box {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
}

.binder-product-showcase {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.binder-product-copy h2 {
  color: var(--chalex-navy);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 16px;
}

.binder-product-copy > p {
  max-width: 660px;
  color: var(--chalex-text-light);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.binder-feature-list {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
}

.binder-feature-list div {
  background: #ffffff;
  border: 1px solid var(--chalex-border);
  border-left: 4px solid var(--chalex-gold);
  border-radius: 14px;
  padding: 15px 18px;
  box-shadow: 0 8px 24px rgba(15, 39, 64, 0.05);
}

.binder-feature-list strong {
  display: block;
  color: var(--chalex-navy);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 5px;
}

.binder-feature-list span {
  display: block;
  color: var(--chalex-text-light);
  font-size: 14px;
  line-height: 1.45;
}

.binder-product-images {
  position: relative;
  min-height: 455px;
}

.binder-cover-card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 18px 42px rgba(15, 39, 64, 0.18);
  border: 1px solid rgba(15, 39, 64, 0.08);
}

.binder-cover-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.binder-cover-card.front {
  top: 0;
  left: 0;
  width: 64%;
  z-index: 2;
  transform: rotate(-2deg);
}

.binder-cover-card.back {
  right: 0;
  bottom: 0;
  width: 58%;
  z-index: 1;
  transform: rotate(3deg);
}

.binder-offer-section {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.binder-offer-card {
  display: grid;
  grid-template-columns: 1.1fr .55fr;
  gap: 36px;
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.binder-offer-copy h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0 0 14px;
}

.binder-offer-copy p {
  max-width: 720px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.binder-offer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.binder-offer-list li {
  position: relative;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  line-height: 1.35;
  padding-left: 22px;
}

.binder-offer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--chalex-gold);
  font-weight: 900;
}

.binder-price-box {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 18px 38px rgba(0,0,0,.2);
}

.binder-price-label {
  color: var(--chalex-gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.binder-price {
  color: var(--chalex-navy);
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}

.binder-price-box p {
  color: var(--chalex-text-light);
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 20px;
}

.binder-price-box .chalex-btn {
  width: 100%;
  margin-bottom: 14px;
}

.binder-price-box small {
  display: block;
  color: var(--chalex-text-light);
  font-size: 12px;
  line-height: 1.45;
}

.binder-assessment-panel {
  display: grid;
  grid-template-columns: 1fr .42fr;
  gap: 36px;
  align-items: center;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border: 1px solid var(--chalex-border);
  border-radius: 26px;
  padding: 40px;
  box-shadow: var(--chalex-shadow);
}

.binder-assessment-panel h2 {
  color: var(--chalex-navy);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0 0 14px;
}

.binder-assessment-panel p {
  color: var(--chalex-text-light);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.binder-assessment-action {
  background: #fff;
  border: 1px solid var(--chalex-border);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}

.binder-assessment-action .chalex-btn {
  width: 100%;
  margin-bottom: 14px;
}

.binder-assessment-action p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .binder-product-showcase,
  .binder-offer-card,
  .binder-assessment-panel {
    grid-template-columns: 1fr;
  }

  .binder-product-images {
    min-height: 390px;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }

  .binder-homepage .binder-hero {
    min-height: auto;
  }

  .binder-offer-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .binder-homepage .binder-hero {
    padding-top: 92px !important;
    padding-bottom: 44px !important;
  }

  .binder-homepage .binder-hero .chalex-hero-grid {
    min-height: auto;
  }

  .binder-homepage .binder-hero h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .binder-homepage .binder-hero .chalex-hero-sub {
    font-size: 17px;
  }

  .binder-product-showcase {
    gap: 30px;
  }

  .binder-product-images {
    min-height: 390px;
  }

  .binder-cover-card.front {
    width: 62%;
  }

  .binder-cover-card.back {
    width: 56%;
  }

  .binder-offer-card,
  .binder-assessment-panel {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .binder-price {
    font-size: 58px;
  }
}

/* Binder hero readability refinement */
.binder-hero-box .chalex-hero-deal-list li {
  color: rgba(255,255,255,.88) !important;
}

.binder-hero-box .chalex-hero-deal-list li::before {
  background: var(--chalex-gold) !important;
}

.binder-hero-box .chalex-hero-deal-eyebrow {
  color: var(--chalex-gold) !important;
}

.binder-product-copy .chalex-btn-row {
  margin-top: 18px;
}