:root {
  --boost-spacing-2xs: 4px;
  --boost-spacing-xs: 8px;
  --boost-spacing-sm: 12px;
  --boost-spacing-md: 16px;
  --boost-spacing-lg: 24px;
  --boost-spacing-xl: 32px;
  --boost-spacing-2xl: 48px;
  --boost-spacing-3xl: 64px;
  --boost-spacing-4xl: 80px;
  --boost-spacing-5xl: 96px;
  --boost-spacing-6xl: 128px;
  --boost-spacing-7xl: 160px;
  --boost-spacing-8xl: 192px;
  --boost-spacing-9xl: 224px;
  --boost-spacing-10xl: 256px;
  --boost-radius-none: 0px;
  --boost-radius-sm: 4px;
  --boost-radius-base: 8px;
  --boost-radius-md: 12px;
  --boost-radius-lg: 16px;
  --boost-radius-xl: 24px;
  --boost-radius-2xl: 32px;
  --boost-radius-full: 9999px;
  --boost-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.03);
  --boost-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.06), 0 1px 2px -1px rgb(0 0 0 / 0.06);
  --boost-shadow-base: 0 4px 6px -1px rgb(0 0 0 / 0.06), 0 2px 4px -2px rgb(0 0 0 / 0.06);
  --boost-shadow-md: 0 10px 15px -3px rgb(0 0 0 / 0.06), 0 4px 6px -4px rgb(0 0 0 / 0.06);
  --boost-shadow-lg: 0 20px 25px -5px rgb(0 0 0 / 0.06), 0 8px 10px -6px rgb(0 0 0 / 0.06);
  --boost-shadow-xl: 0 25px 50px -12px rgb(0 0 0 / 0.15);
  --boost-shadow-2xl: 0 35px 60px -15px rgb(0 0 0 / 0.18);
  --boost-shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.03);
  --boost-font-size-xs: 13px;
  --boost-font-size-sm: 17px;
  --boost-font-size-base: 16px;
  --boost-font-size-lg: 15px;
  --boost-font-size-xl: 20px;
  --boost-font-size-2xl: 25px;
  --boost-font-size-3xl: 31px;
  --boost-font-size-4xl: 39px;
  --boost-font-size-5xl: 49px;
  --boost-font-size-6xl: 61px;
  --boost-font-heading: system-ui, sans-serif;
  --boost-font-body: system-ui, sans-serif;
  --boost-font-mono: ui-monospace, monospace;
  --boost-duration-fast: 150ms;
  --boost-duration-normal: 300ms;
  --boost-duration-slow: 450ms;
  --boost-duration-slower: 600ms;
  --boost-easing: cubic-bezier(0.16, 1, 0.3, 1);
  --boost-container-narrow: 720px;
  --boost-container-default: 1140px;
  --boost-container-wide: 1320px;
  --boost-color-primary-50: #F7F7FE;
  --boost-color-primary-100: #EFF0FE;
  --boost-color-primary-200: #D8D9FC;
  --boost-color-primary-300: #C1C2F9;
  --boost-color-primary-400: #A1A3F7;
  --boost-color-primary-500: #6366F1;
  --boost-color-primary-600: #4F52C1;
  --boost-color-primary-700: #3B3D91;
  --boost-color-primary-800: #282960;
  --boost-color-primary-900: #141430;
  --boost-color-secondary-50: #FEF6FA;
  --boost-color-secondary-100: #FDEDF5;
  --boost-color-secondary-200: #FAD1E6;
  --boost-color-secondary-300: #F7B6D6;
  --boost-color-secondary-400: #F491C2;
  --boost-color-secondary-500: #EC4899;
  --boost-color-secondary-600: #BD3A7A;
  --boost-color-secondary-700: #8E2B5C;
  --boost-color-secondary-800: #5E1D3D;
  --boost-color-secondary-900: #2F0E1F;
  --boost-color-accent-50: #F3FCF9;
  --boost-color-accent-100: #E7F8F2;
  --boost-color-accent-200: #C3EEE0;
  --boost-color-accent-300: #9FE3CD;
  --boost-color-accent-400: #70D5B3;
  --boost-color-accent-500: #10B981;
  --boost-color-accent-600: #0D9467;
  --boost-color-accent-700: #0A6F4D;
  --boost-color-accent-800: #064A34;
  --boost-color-accent-900: #03251A;
  --boost-color-success-50: #F4FCF7;
  --boost-color-success-100: #E9F9EF;
  --boost-color-success-200: #C8F1D7;
  --boost-color-success-300: #A7E8BF;
  --boost-color-success-400: #7ADC9E;
  --boost-color-success-500: #22C55E;
  --boost-color-success-600: #1B9E4B;
  --boost-color-success-700: #147638;
  --boost-color-success-800: #0E4F26;
  --boost-color-success-900: #072713;
  --boost-color-warning-50: #FFFAF3;
  --boost-color-warning-100: #FEF5E7;
  --boost-color-warning-200: #FDE7C2;
  --boost-color-warning-300: #FBD89D;
  --boost-color-warning-400: #F9C56D;
  --boost-color-warning-500: #F59E0B;
  --boost-color-warning-600: #C47E09;
  --boost-color-warning-700: #935F07;
  --boost-color-warning-800: #623F04;
  --boost-color-warning-900: #312002;
  --boost-color-error-50: #FEF6F6;
  --boost-color-error-100: #FDECEC;
  --boost-color-error-200: #FBD0D0;
  --boost-color-error-300: #F9B4B4;
  --boost-color-error-400: #F58F8F;
  --boost-color-error-500: #EF4444;
  --boost-color-error-600: #BF3636;
  --boost-color-error-700: #8F2929;
  --boost-color-error-800: #601B1B;
  --boost-color-error-900: #300E0E;
  --boost-color-neutral-50: #F8F8F9;
  --boost-color-neutral-100: #F0F1F2;
  --boost-color-neutral-200: #DADCDF;
  --boost-color-neutral-300: #C4C7CC;
  --boost-color-neutral-400: #A6AAB3;
  --boost-color-neutral-500: #6B7280;
  --boost-color-neutral-600: #565B66;
  --boost-color-neutral-700: #40444D;
  --boost-color-neutral-800: #2B2E33;
  --boost-color-neutral-900: #15171A;
  --boost-color-background: #FFFFFF;
  --boost-color-foreground: #111827;
}


/**
 * Boost Theme Framework - Variation Tokens
 * 
 * Centralized design tokens for block variations.
 * Eliminates duplicate declarations across variation files.
 *
 * @package BoostThemeFramework
 */

/* /assets/css/variation-tokens.css */

:root {
  /* =========================================================================
     BREAKPOINT TOKENS (for reference - CSS can't use vars in media queries)
     Use these values consistently:
     - sm: 480px  (mobile landscape)
     - md: 768px  (tablet)
     - lg: 1024px (desktop)
     - xl: 1280px (large desktop)
     ========================================================================= */
  --boost-bp-sm: 480px;
  --boost-bp-md: 768px;
  --boost-bp-lg: 1024px;
  --boost-bp-xl: 1280px;
  /* =========================================================================
     DARK VARIATION TOKENS
     ========================================================================= */
  --boost-dark-bg: #0f172a;
  --boost-dark-bg-alt: #1e293b;
  --boost-dark-bg-gradient: linear-gradient(180deg, #0f172a, #1e293b);
  --boost-dark-bg-gradient-reverse: linear-gradient(180deg, #1e293b, #0f172a);
  --boost-dark-surface: rgba(255, 255, 255, 0.05);
  --boost-dark-surface-hover: rgba(255, 255, 255, 0.08);
  --boost-dark-surface-active: rgba(99, 102, 241, 0.1);
  --boost-dark-border: rgba(255, 255, 255, 0.1);
  --boost-dark-border-hover: var(--boost-color-primary-400);
  --boost-dark-text: white;
  --boost-dark-text-muted: rgba(255, 255, 255, 0.7);
  --boost-dark-text-subtle: rgba(255, 255, 255, 0.6);
  --boost-dark-accent: var(--boost-color-primary-300);
  --boost-dark-accent-bg: rgba(99, 102, 241, 0.2);
  --boost-dark-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  --boost-dark-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.3);
  --boost-dark-glow: 0 2px 20px rgba(99, 102, 241, 0.5);

  /* =========================================================================
     GRADIENT VARIATION TOKENS
     ========================================================================= */
  --boost-gradient-primary: linear-gradient(135deg, var(--boost-color-primary-500), var(--boost-color-accent-500));
  --boost-gradient-primary-reverse: linear-gradient(135deg, var(--boost-color-accent-500), var(--boost-color-primary-500));
  --boost-gradient-bold: linear-gradient(135deg, var(--boost-color-primary-500), var(--boost-color-secondary-500));
  --boost-gradient-text: linear-gradient(135deg, var(--boost-color-primary-600), var(--boost-color-accent-600));
  --boost-gradient-rainbow: linear-gradient(135deg, var(--boost-color-primary-500) 0%, var(--boost-color-accent-500) 50%, var(--boost-color-secondary-500) 100%);
  --boost-gradient-subtle: linear-gradient(180deg, var(--boost-color-background), var(--boost-color-primary-50));
  --boost-gradient-surface: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(16, 185, 129, 0.05));
  --boost-gradient-border: linear-gradient(135deg, var(--boost-color-primary-500), var(--boost-color-accent-500));
  --boost-gradient-shadow: 0 8px 24px rgba(99, 102, 241, 0.2);
  --boost-gradient-shadow-lg: 0 16px 48px rgba(99, 102, 241, 0.2);

  /* =========================================================================
     LIGHT VARIATION TOKENS
     ========================================================================= */
  --boost-light-bg: var(--boost-color-background);
  --boost-light-surface: var(--boost-color-neutral-50);
  --boost-light-border: var(--boost-color-neutral-200);
  --boost-light-text: var(--boost-color-foreground);
  --boost-light-text-muted: var(--boost-color-neutral-600);
  --boost-light-text-subtle: var(--boost-color-neutral-500);
  --boost-light-accent: var(--boost-color-primary-600);

  /* =========================================================================
     MUTED VARIATION TOKENS
     ========================================================================= */
  --boost-muted-bg: var(--boost-color-neutral-100);
  --boost-muted-surface: var(--boost-color-neutral-50);
  --boost-muted-border: var(--boost-color-neutral-200);
  --boost-muted-text: var(--boost-color-neutral-800);
  --boost-muted-text-muted: var(--boost-color-neutral-500);
  --boost-muted-accent: var(--boost-color-neutral-600);

  /* =========================================================================
     SHARED EFFECT TOKENS
     ========================================================================= */
  
  /* Glass morphism */
  --boost-glass: blur(10px);
  --boost-glass-lg: blur(20px);
  --boost-glass-sm: blur(5px);
  
  /* Transforms */
  --boost-lift-xs: translateY(-2px);
  --boost-lift-sm: translateY(-4px);
  --boost-lift-md: translateY(-6px);
  --boost-lift-lg: translateY(-8px);
  
  /* Common surfaces */
  --boost-surface-glass: rgba(255, 255, 255, 0.15);
  --boost-surface-glass-hover: rgba(255, 255, 255, 0.25);
  --boost-surface-overlay: rgba(0, 0, 0, 0.2);
  
  /* Radial gradients for decoration */
  --boost-radial-glow: radial-gradient(circle at top right, rgba(99, 102, 241, 0.15), transparent 60%);
  --boost-radial-glow-accent: radial-gradient(circle at top right, rgba(16, 185, 129, 0.1), transparent 50%);
}

/* =============================================================================
   UTILITY CLASSES - Shared across variations
   ============================================================================= */

/* Text gradient utility - used 14+ times across variations */
.boost-text-gradient {
  background: var(--boost-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Glass morphism utilities */
.boost-glass {
  backdrop-filter: var(--boost-glass);
  -webkit-backdrop-filter: var(--boost-glass);
}

.boost-glass-lg {
  backdrop-filter: var(--boost-glass-lg);
  -webkit-backdrop-filter: var(--boost-glass-lg);
}

/* Lift utilities */
.boost-lift-sm:hover {
  transform: var(--boost-lift-sm);
}

.boost-lift-md:hover {
  transform: var(--boost-lift-md);
}

.boost-lift-lg:hover {
  transform: var(--boost-lift-lg);
}

/* Dark surface utilities */
.boost-dark-surface {
  background: var(--boost-dark-surface);
  border: 1px solid var(--boost-dark-border);
}

.boost-dark-surface:hover {
  background: var(--boost-dark-surface-hover);
}

/* Gradient border utility (for modern/gradient variations) */
.boost-gradient-border {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, 
              var(--boost-gradient-border) border-box;
}

/* ============================================
   Reset / Normalize
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* Prevent horizontal scroll from 100vw calculations */
}

body {
  line-height: 1.6;
  font-family: var(--boost-font-body);
  font-size: var(--boost-font-size-base);
  color: var(--boost-color-foreground);
  background-color: var(--boost-color-background);
  overflow-x: hidden; /* Prevent horizontal scroll that affects fixed elements like cookie banners */
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/* ============================================
   Base Styles
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--boost-font-heading);
  font-weight: 700;
  line-height: 1.25;
}

h1 { font-size: var(--boost-font-size-5xl); }
h2 { font-size: var(--boost-font-size-4xl); }
h3 { font-size: var(--boost-font-size-3xl); }
h4 { font-size: var(--boost-font-size-2xl); }
h5 { font-size: var(--boost-font-size-xl); }
h6 { font-size: var(--boost-font-size-lg); }

p {
  margin-bottom: var(--boost-spacing-md);
}

p:last-child {
  margin-bottom: 0;
}

/* Inline links — global for all blocks using boost_rich() */
.boost-block a:not(.boost-btn):not([class*="__cta"]):not([class*="__link"]):not([class*="__nav"]) {
  color: var(--boost-accent, var(--boost-primary));
  text-decoration: underline;
  text-decoration-color: rgba(var(--boost-accent-rgb, 37, 99, 235), 0.35);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1.5px;
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

.boost-block a:not(.boost-btn):not([class*="__cta"]):not([class*="__link"]):not([class*="__nav"]):hover,
.boost-block a:not(.boost-btn):not([class*="__cta"]):not([class*="__link"]):not([class*="__nav"]):focus-visible {
  text-decoration-color: currentColor;
}
/**
 * Boost Theme Framework - Base Layout
 * 
 * Utility classes and WordPress compatibility
 *
 * @package BoostThemeFramework
 */

/* /assets/css/layouts/base.css */

/* ===========================================
   1. DISPLAY
   =========================================== */

.block { display: block; }
.hidden { display: none; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }

.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.items-stretch { align-items: stretch; }

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ===========================================
   2. SIZE
   =========================================== */

.w-full { width: 100%; }
.w-auto { width: auto; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }

/* ===========================================
   3. POSITION
   =========================================== */

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }

/* ===========================================
   4. WORDPRESS - BREAKOUT APPROACH
   
   Boost sections break OUT of WP constraints independently.
   We NEVER touch <main>, .entry-content, .has-global-padding, .is-layout-constrained.
   Each .boost-shortcode-block breaks to 100vw, then:
     - Page metabox constrains the <section> (bg/outer)
     - Block JSON constrains the -container (content/inner)
   =========================================== */

/* Prevent horizontal scrollbar from breakout (clip, not hidden, preserves sticky) */
html { overflow-x: clip; }

.wp-site-blocks { padding: 0 !important; }

/* --- BREAKOUT: Boost shortcode wrappers escape WP constrained layout --- */
/* Only for FULL WIDTH layouts (default/no class + explicit full-width) */
/* Contained/Narrow/Wide: wrapper gets constrained, NO breakout */
body.boost-layout-full-width:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block,
body:not(.boost-layout-contained):not(.boost-layout-narrow):not(.boost-layout-wide):not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right):not(.boost-layout-full-width) .boost-shortcode-block {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible;
}

/* Contained/Narrow/Wide: wrapper stays inside parent, no breakout */
body.boost-layout-contained:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.boost-layout-narrow:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.boost-layout-wide:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Also handle sections that are direct children of constrained layout (no wrapper) */
/* Only breakout for full-width */
body.boost-layout-full-width:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .is-layout-constrained > section[class*="boost-block-"],
body:not(.boost-layout-contained):not(.boost-layout-narrow):not(.boost-layout-wide):not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right):not(.boost-layout-full-width) .is-layout-constrained > section[class*="boost-block-"] {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Section fills its breakout wrapper */
.boost-shortcode-block > section[class*="boost-block-"] {
  width: 100%;
}

/* --- NON-BOOST BLOCKS: stay in WP layout, WP controls them --- */
/* No rules needed — WP handles native blocks via is-layout-constrained */

/* ===========================================
   5. HIDE TITLE
   =========================================== */

body.boost-hide-title .entry-header,
body.boost-hide-title .page-header {
  display: none !important;
}

body.boost-hide-title .wp-site-blocks > main,
body.boost-hide-title .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ===========================================
   6. HERO
   =========================================== */

.boost-block-hero .hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 768px) {
  .boost-block-hero .hero-split {
    grid-template-columns: 1fr;
  }
  .boost-block-hero .hero-split-content { order: 1; }
  .boost-block-hero .hero-split-image { order: 2; }
}
/**
 * Boost Theme - Container Width System
 *
 * ARCHITECTURE (Breakout Approach):
 *
 * Boost sections break OUT of WP constraints via calc(50% - 50vw).
 * We NEVER touch WP's <main>, .entry-content, .has-global-padding, .is-layout-constrained.
 *
 * LAYER 1 - Page Metabox (body.boost-layout-X):
 *   → Constrains the <section> element (background + outer boundary).
 *   → Default / Full Width = section stays 100% of breakout wrapper (edge-to-edge).
 *   → Wide = section max-width 1400px, centered.
 *   → Contained = section max-width 1200px, centered.
 *   → Narrow = section max-width 720px, centered.
 *
 * LAYER 2 - Block JSON (containerWidth class on <section>):
 *   → Constrains the [class$="-container"] inner element (content width).
 *   → Inherit = var(--boost-default, 1200px).
 *   → Full Width / Wide / Content / Narrow = explicit max-width.
 *
 * EXCEPTIONS:
 *   → Header/Footer: CPT-independent, use data-container-width attribute.
 *   → Sidebar: no breakout, sections fill grid column.
 *
 * @package BoostTheme
 */

/* /assets/css/layouts/container-widths.css */

/* =============================================
   1. VARIABLES
   ============================================= */

:root {
  --boost-narrow: 720px;
  --boost-content: 960px;
  --boost-default: 1200px;
  --boost-wide: 1400px;
  --boost-gutter: 1.5rem;
}

/* =============================================
   2. HEADER - CPT INDEPENDENT
   ============================================= */

.boost-site-header,
.boost-header {
  width: 100%;
  max-width: none;
}

/* Container: always full width, provides padding only */
.boost-site-header .boost-header__container,
.boost-header .boost-header__container {
  max-width: none;
  padding: 0 var(--boost-gutter);
}

/* Inner: centering via max-width (same pattern as footer) */
.boost-site-header .boost-header__inner,
.boost-header .boost-header__inner {
  max-width: var(--boost-default);
  margin: 0 auto;
}
.boost-site-header[data-container-width="full"] .boost-header__inner { max-width: none; }
.boost-site-header[data-container-width="full"] .boost-header__container { padding: 0 0.75rem; }
.boost-site-header[data-container-width="wide"] .boost-header__inner { max-width: var(--boost-wide); }
.boost-site-header[data-container-width="narrow"] .boost-header__inner { max-width: 1100px; }

/* Tablet: reduced margins, no max-width constraints */
@media (max-width: 1024px) {
  .boost-site-header .boost-header__inner,
  .boost-header .boost-header__inner { max-width: none; }
}

/* =============================================
   3. FOOTER - CPT INDEPENDENT
   ============================================= */

.boost-site-footer,
.boost-footer {
  width: 100%;
  max-width: none;
}

.boost-site-footer .boost-footer__inner,
.boost-footer .boost-footer__inner {
  max-width: var(--boost-default);
  margin: 0 auto;
  padding: 6rem var(--boost-gutter) 3rem;
}

.boost-site-footer[data-container-width="narrow"] .boost-footer__inner { max-width: var(--boost-narrow); }
.boost-site-footer[data-container-width="wide"] .boost-footer__inner { max-width: var(--boost-wide); }
.boost-site-footer[data-container-width="full"] .boost-footer__inner { max-width: none; padding-left: 2rem; padding-right: 2rem; }

/* =============================================
   4. CONTENT SECTIONS - Base Styles
   The <section> fills the breakout wrapper (100%).
   The inner -container is the content boundary.
   ============================================= */

section[class*="boost-block-"],
section[class*="boost-"][class*="--"] {
  width: 100%;
  box-sizing: border-box;
}

/* Inside WP global-padding: prevent breakout overflow */
.has-global-padding section[class*="boost-block-"],
.has-global-padding section[class*="boost-"][class*="--"] {
  max-width: 100%;
  overflow: hidden;
}

section[class*="boost-block-"] [class$="-container"],
section[class*="boost-"] [class*="__container"] {
  width: 100%;
  max-width: var(--boost-default);
  margin: 0 auto;
  padding: 0 var(--boost-gutter);
  box-sizing: border-box;
}

/* Remove padding when inside WP global-padding context (avoid double padding) */
.has-global-padding section[class*="boost-block-"] [class$="-container"],
.has-global-padding section[class*="boost-"] [class*="__container"] {
  padding-left: 0;
  padding-right: 0;
}

/* =============================================
   5. LAYER 2 - Block JSON → Content Width
   Classes on <section> control inner -container max-width.
   ============================================= */

section.boost-container-narrow [class$="-container"],
section.boost-container-narrow [class*="__container"] { max-width: var(--boost-narrow); }
section.boost-container-content [class$="-container"],
section.boost-container-content [class*="__container"] { max-width: var(--boost-content); }
section.boost-container-default [class$="-container"],
section.boost-container-default [class*="__container"] { max-width: var(--boost-default); }
section.boost-container-wide [class$="-container"],
section.boost-container-wide [class*="__container"] { max-width: var(--boost-wide); }
section.boost-container-full [class$="-container"],
section.boost-container-full [class*="__container"] { max-width: none; }

/* Card/inline blocks (div, aside, nav): constrain the root element directly.
   Section blocks use the above rules to constrain inner -container children
   while keeping full-width backgrounds. */
:not(section).boost-container-narrow { max-width: var(--boost-narrow); margin-left: auto; margin-right: auto; }
:not(section).boost-container-content { max-width: var(--boost-content); margin-left: auto; margin-right: auto; }
:not(section).boost-container-default { max-width: var(--boost-default); margin-left: auto; margin-right: auto; }
:not(section).boost-container-wide { max-width: var(--boost-wide); margin-left: auto; margin-right: auto; }
:not(section).boost-container-full { max-width: none; }

/* =============================================
   6. LAYER 1 - Page Metabox → Section Width
   
   The wrapper (.boost-shortcode-block) is now constrained by base.css
   for contained/narrow/wide layouts.
   
   Full Width: wrapper does breakout (100vw), sections stay 100%.
   Contained/Narrow/Wide: wrapper stays inside parent (100%), sections stay 100%.
   
   No additional section constraints needed here.
   ============================================= */

/* Full Width + Default: section stays 100% — no rule needed (base is width: 100%) */

/* =============================================
   7. SIDEBAR - Grid does breakout, sections fill column
   ============================================= */

/* Sidebar sections: fill content column, no individual breakout */
body.boost-layout-sidebar-left .boost-shortcode-block,
body.boost-layout-sidebar-right .boost-shortcode-block {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.boost-layout-sidebar-left section[class*="boost-block-"],
body.boost-layout-sidebar-right section[class*="boost-block-"],
body.boost-layout-sidebar-left section[class*="boost-"][class*="--"],
body.boost-layout-sidebar-right section[class*="boost-"][class*="--"] {
  width: 100% !important;
  max-width: 100% !important;
}

body.boost-layout-sidebar-left section[class*="boost-block-"] [class$="-container"],
body.boost-layout-sidebar-right section[class*="boost-block-"] [class$="-container"],
body.boost-layout-sidebar-left section[class*="boost-"] [class*="__container"],
body.boost-layout-sidebar-right section[class*="boost-"] [class*="__container"] {
  max-width: 100% !important;
}

body.boost-layout-sidebar-left .boost-block-content-area,
body.boost-layout-sidebar-right .boost-block-content-area {
  min-width: 0;
  overflow: hidden;
}

/* =============================================
   8. MOBILE
   All layouts edge-to-edge except narrow.
   Breakout still active — sections fill viewport.
   Inner containers get gutter padding.
   ============================================= */

@media (max-width: 768px) {
  :root { --boost-gutter: 1rem; }

  /* Header */
  .boost-site-header .boost-header__container,
  .boost-header .boost-header__container {
    padding-left: var(--boost-gutter) !important;
    padding-right: var(--boost-gutter) !important;
  }

  /* Footer */
  .boost-site-footer .boost-footer__inner,
  .boost-footer .boost-footer__inner {
    max-width: none !important;
    padding: 4rem var(--boost-gutter) 2rem !important;
  }

  /* All content blocks: inner container edge-to-edge with gutter */
  section[class*="boost-block-"] [class$="-container"],
  section[class*="boost-"] [class*="__container"] {
    max-width: none !important;
    padding-left: var(--boost-gutter) !important;
    padding-right: var(--boost-gutter) !important;
  }

  /* Override page metabox constraints on mobile (all full-width except narrow) */
  body:not(.boost-layout-narrow) .boost-shortcode-block > section[class*="boost-block-"],
  body:not(.boost-layout-narrow) .is-layout-constrained > section[class*="boost-block-"],
  body.boost-layout-contained .boost-shortcode-block > section[class*="boost-block-"],
  body.boost-layout-wide .boost-shortcode-block > section[class*="boost-block-"],
  body.boost-layout-full-width .boost-shortcode-block > section[class*="boost-block-"] {
    max-width: none !important;
  }

  /* Narrow on mobile: keep constraint */
  body.boost-layout-narrow .boost-shortcode-block > section[class*="boost-block-"] {
    max-width: var(--boost-narrow) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =============================================
   9. BLOCK-SPECIFIC OVERRIDES
   ============================================= */

/* ─── Color Scheme safety net ────────────────────────────────────
   Blocks with data-scheme MUST show their scheme background+color.
   This catches cascade conflicts where the inline <style> #uid rule
   is overridden by class-based styles from block style.css files
   (e.g. .boost-alert background: color-mix()).
   Specificity: element[attr] (0,1,1) — beats single class (0,1,0).
   ─────────────────────────────────────────────────────────────── */

section[data-scheme],
div[data-scheme],
aside[data-scheme],
nav[data-scheme] {
  background: var(--boost-bg);
  color: var(--boost-text);
}

.boost-block-hero .hero-container {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .boost-block-hero .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* =============================================
   10. TEMPLATE MAIN CONTAINER (#boost-tpl-main)

   On single/page/CPT the metabox body class controls
   the colored wrapper max-width. The template renderer
   only handles Container Width (inner content).

   Sidebar layouts excluded: the metabox sidebar grid
   system handles its own width via Content Width select.
   ============================================= */

body.boost-layout-contained:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) #boost-tpl-main {
  max-width: var(--boost-default);
  margin-left: auto;
  margin-right: auto;
}

body.boost-layout-wide:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) #boost-tpl-main {
  max-width: var(--boost-wide);
  margin-left: auto;
  margin-right: auto;
}

body.boost-layout-narrow:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) #boost-tpl-main {
  max-width: var(--boost-narrow);
  margin-left: auto;
  margin-right: auto;
}

/* Full Width: no constraint (default behavior). */
body.boost-layout-full-width:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) #boost-tpl-main {
  max-width: none;
  padding-left: var(--boost-gutter);
  padding-right: var(--boost-gutter);
}
/* ============================================
   Components
   ============================================ */

/* Button Base */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--boost-spacing-xs);
  padding: var(--boost-spacing-sm) var(--boost-spacing-lg);
  font-family: var(--boost-font-body);
  font-size: var(--boost-font-size-base);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: var(--boost-radius-md);
  transition: all var(--boost-duration-fast) var(--boost-easing);
}

.btn:focus {
  outline: 2px solid var(--boost-color-primary-500);
  outline-offset: 2px;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Button Variants */
.btn--primary {
  background-color: var(--boost-color-primary-500);
  color: #FFFFFF;
}

.btn--primary:hover:not(:disabled) {
  background-color: var(--boost-color-primary-600);
}

.btn--secondary {
  background-color: var(--boost-color-secondary-500);
  color: #FFFFFF;
}

.btn--secondary:hover:not(:disabled) {
  background-color: var(--boost-color-secondary-600);
}

.btn--outline {
  background-color: transparent;
  border: 2px solid var(--boost-color-primary-500);
  color: var(--boost-color-primary-500);
}

.btn--outline:hover:not(:disabled) {
  background-color: var(--boost-color-primary-500);
  color: #FFFFFF;
}

.btn--ghost {
  background-color: transparent;
  color: var(--boost-color-primary-500);
}

.btn--ghost:hover:not(:disabled) {
  background-color: var(--boost-color-primary-100);
}

/* Button Sizes */
.btn--sm {
  padding: var(--boost-spacing-xs) var(--boost-spacing-md);
  font-size: var(--boost-font-size-sm);
}

.btn--lg {
  padding: var(--boost-spacing-md) var(--boost-spacing-xl);
  font-size: var(--boost-font-size-lg);
}

/* Card */
.card {
  background-color: var(--boost-color-background);
  border-radius: var(--boost-radius-lg);
  box-shadow: var(--boost-shadow-base);
  overflow: hidden;
}

.card__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.card__body {
  padding: var(--boost-spacing-lg);
}

.card__title {
  font-size: var(--boost-font-size-xl);
  font-weight: 600;
  margin-bottom: var(--boost-spacing-sm);
}

.card__text {
  color: var(--boost-color-neutral-600);
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  padding: var(--boost-spacing-2xs) var(--boost-spacing-sm);
  font-size: var(--boost-font-size-xs);
  font-weight: 500;
  border-radius: var(--boost-radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge--primary {
  background-color: var(--boost-color-primary-100);
  color: var(--boost-color-primary-700);
}

.badge--success {
  background-color: #DCFCE7;
  color: #166534;
}

.badge--warning {
  background-color: #FEF3C7;
  color: #92400E;
}

.badge--error {
  background-color: #FEE2E2;
  color: #991B1B;
}

/* Form Elements */
.input {
  width: 100%;
  padding: var(--boost-spacing-sm) var(--boost-spacing-md);
  font-size: var(--boost-font-size-base);
  line-height: 1.5;
  border: 1px solid var(--boost-color-neutral-300);
  border-radius: var(--boost-radius-md);
  background-color: var(--boost-color-background);
  transition: border-color var(--boost-duration-fast) var(--boost-easing),
              box-shadow var(--boost-duration-fast) var(--boost-easing);
}

.input:focus {
  outline: none;
  border-color: var(--boost-color-primary-500);
  box-shadow: 0 0 0 3px var(--boost-color-primary-100);
}

.input::placeholder {
  color: var(--boost-color-neutral-400);
}

.textarea {
  min-height: 120px;
  resize: vertical;
}

/* Avatar */
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--boost-radius-full);
  overflow: hidden;
  background-color: var(--boost-color-neutral-200);
}

.avatar--sm { width: 32px; height: 32px; }
.avatar--md { width: 48px; height: 48px; }
.avatar--lg { width: 64px; height: 64px; }
.avatar--xl { width: 96px; height: 96px; }

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/**
 * Boost Theme Framework - Variation Patterns
 * 
 * CSS Variables for 4 theme variations: light, dark, gradient, muted
 * 34 properties × 4 variations = 136 total CSS custom properties
 * 
 * @package BoostThemeFramework
 */

/* /assets/css/variation-patterns.css */

/* ========================================
   ROOT FALLBACK (Default = Light Theme)
   Applied when no data-variation attribute
   ======================================== */
:root {
    /* Core Colors */
    --boost-bg: #ffffff;
    --boost-text: #0f172a;
    --boost-muted: #475569;
    --boost-border: #e2e8f0;
    --boost-accent: #6D28D9;
    
    /* Cards */
    --boost-card-bg: #ffffff;
    --boost-card-border: #e2e8f0;
    --boost-card-shadow: 0 4px 20px rgba(0,0,0,0.08);
    --boost-card-hover-bg: #f8fafc;
    
    /* Icons */
    --boost-icon-bg: #f1f5f9;
    --boost-icon-color: #2563eb;
    --boost-icon-border: #2563eb;
    
    /* Badges */
    --boost-badge-bg: rgba(79,70,229,0.1);
    --boost-badge-text: var(--boost-primary, #2563eb);
    --boost-badge-border: var(--boost-primary, #2563eb);
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 10px 30px rgba(79,70,229,0.3);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: transparent;
    --boost-btn-secondary-text: var(--boost-primary, #2563eb);
    --boost-btn-secondary-border: var(--boost-primary, #2563eb);
    --boost-btn-secondary-hover-bg: rgba(79,70,229,0.1);
    
    /* Stats/Values */
    --boost-value-color: #0f172a;
    --boost-label-color: #64748b;
    
    /* Progress */
    --boost-progress-bg: #e2e8f0;
    --boost-progress-fill: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    
    /* Toggles */
    --boost-toggle-bg: #e2e8f0;
    --boost-toggle-active: var(--boost-primary, #2563eb);
    --boost-toggle-text: #0f172a;
    
    /* Checkmarks */
    --boost-check-color: #10b981;
    --boost-check-bg: #d1fae5;
    
    /* Featured */
    --boost-featured-bg: #fdf4ff;
    --boost-featured-text: var(--boost-primary, #2563eb);
    --boost-featured-border: #e9d5ff;
}

/* ========================================
   LIGHT VARIATION
   ======================================== */
[data-variation="light"] {
    /* Core Colors */
    --boost-bg: #ffffff;
    --boost-text: #0f172a;
    --boost-muted: #475569;
    --boost-border: #e2e8f0;
    --boost-accent: #6D28D9;
    
    /* Cards */
    --boost-card-bg: #ffffff;
    --boost-card-border: #e2e8f0;
    --boost-card-shadow: 0 4px 20px rgba(0,0,0,0.08);
    --boost-card-hover-bg: #f8fafc;
    
    /* Icons */
    --boost-icon-bg: #f1f5f9;
    --boost-icon-color: #2563eb;
    --boost-icon-border: #2563eb;
    
    /* Badges */
    --boost-badge-bg: rgba(79,70,229,0.1);
    --boost-badge-text: var(--boost-primary, #2563eb);
    --boost-badge-border: var(--boost-primary, #2563eb);
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 10px 30px rgba(79,70,229,0.3);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: transparent;
    --boost-btn-secondary-text: var(--boost-primary, #2563eb);
    --boost-btn-secondary-border: var(--boost-primary, #2563eb);
    --boost-btn-secondary-hover-bg: rgba(79,70,229,0.1);
    
    /* Stats/Values */
    --boost-value-color: #0f172a;
    --boost-label-color: #64748b;
    
    /* Progress */
    --boost-progress-bg: #e2e8f0;
    --boost-progress-fill: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    
    /* Toggles */
    --boost-toggle-bg: #e2e8f0;
    --boost-toggle-active: var(--boost-primary, #2563eb);
    --boost-toggle-text: #0f172a;
    
    /* Checkmarks */
    --boost-check-color: #10b981;
    --boost-check-bg: #d1fae5;
    
    /* Featured */
    --boost-featured-bg: #fdf4ff;
    --boost-featured-text: var(--boost-primary, #2563eb);
    --boost-featured-border: #e9d5ff;
}

/* ========================================
   DARK VARIATION
   ======================================== */
[data-variation="dark"] {
    /* Core Colors */
    --boost-bg: linear-gradient(135deg, #0F0F0F, #1a1a2e, #16213e);
    --boost-text: #ffffff;
    --boost-muted: #cbd5e1;
    --boost-border: rgba(255,255,255,0.1);
    --boost-accent: #a78bfa;
    
    /* Cards */
    --boost-card-bg: rgba(15, 23, 42, 0.8);
    --boost-card-border: rgba(255,255,255,0.1);
    --boost-card-shadow: 0 8px 32px rgba(0,0,0,0.3);
    --boost-card-hover-bg: rgba(30, 41, 59, 0.9);
    
    /* Icons */
    --boost-icon-bg: rgba(37, 99, 235, 0.15);
    --boost-icon-color: #a78bfa;
    --boost-icon-border: #a78bfa;
    
    /* Badges */
    --boost-badge-bg: rgba(167, 139, 250, 0.15);
    --boost-badge-text: #c4b5fd;
    --boost-badge-border: #a78bfa;
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #8B5CF6, #F472B6);
    --boost-btn-primary-shadow: 0 10px 40px rgba(79,70,229,0.4);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: rgba(255,255,255,0.1);
    --boost-btn-secondary-text: #ffffff;
    --boost-btn-secondary-border: rgba(255,255,255,0.2);
    --boost-btn-secondary-hover-bg: rgba(255,255,255,0.15);
    
    /* Stats/Values */
    --boost-value-color: #ffffff;
    --boost-label-color: #94a3b8;
    
    /* Progress */
    --boost-progress-bg: rgba(255,255,255,0.1);
    --boost-progress-fill: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    
    /* Toggles */
    --boost-toggle-bg: rgba(255,255,255,0.1);
    --boost-toggle-active: #a78bfa;
    --boost-toggle-text: #ffffff;
    
    /* Checkmarks */
    --boost-check-color: #34d399;
    --boost-check-bg: rgba(52, 211, 153, 0.15);
    
    /* Featured */
    --boost-featured-bg: rgba(var(--boost-primary-rgb, 37, 99, 235), 0.1);
    --boost-featured-text: #c4b5fd;
    --boost-featured-border: rgba(167, 139, 250, 0.3);
}

/* ========================================
   GRADIENT VARIATION
   ======================================== */
[data-variation="gradient"] {
    /* Core Colors */
    --boost-bg: linear-gradient(135deg, #667eea, #764ba2);
    --boost-text: #ffffff;
    --boost-muted: rgba(255,255,255,0.8);
    --boost-border: rgba(255,255,255,0.2);
    --boost-accent: #fbbf24;
    
    /* Cards */
    --boost-card-bg: rgba(255,255,255,0.15);
    --boost-card-border: rgba(255,255,255,0.2);
    --boost-card-shadow: 0 8px 32px rgba(0,0,0,0.2);
    --boost-card-hover-bg: rgba(255,255,255,0.25);
    
    /* Icons */
    --boost-icon-bg: rgba(255,255,255,0.2);
    --boost-icon-color: #ffffff;
    --boost-icon-border: rgba(255,255,255,0.3);
    
    /* Badges */
    --boost-badge-bg: rgba(255,255,255,0.2);
    --boost-badge-text: #ffffff;
    --boost-badge-border: rgba(255,255,255,0.3);
    
    /* Buttons Primary */
    --boost-btn-primary-bg: #ffffff;
    --boost-btn-primary-text: #667eea;
    --boost-btn-primary-hover-bg: rgba(255,255,255,0.9);
    --boost-btn-primary-shadow: 0 10px 40px rgba(0,0,0,0.2);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: rgba(255,255,255,0.15);
    --boost-btn-secondary-text: #ffffff;
    --boost-btn-secondary-border: rgba(255,255,255,0.3);
    --boost-btn-secondary-hover-bg: rgba(255,255,255,0.25);
    
    /* Stats/Values */
    --boost-value-color: #ffffff;
    --boost-label-color: rgba(255,255,255,0.8);
    
    /* Progress */
    --boost-progress-bg: rgba(255,255,255,0.2);
    --boost-progress-fill: #fbbf24;
    
    /* Toggles */
    --boost-toggle-bg: rgba(255,255,255,0.2);
    --boost-toggle-active: #fbbf24;
    --boost-toggle-text: #ffffff;
    
    /* Checkmarks */
    --boost-check-color: #10b981;
    --boost-check-bg: rgba(16, 185, 129, 0.2);
    
    /* Featured */
    --boost-featured-bg: rgba(255,255,255,0.2);
    --boost-featured-text: #ffffff;
    --boost-featured-border: rgba(255,255,255,0.3);
}

/* ========================================
   MUTED VARIATION
   ======================================== */
[data-variation="muted"] {
    /* Core Colors */
    --boost-bg: #f8fafc;
    --boost-text: #0f172a;
    --boost-muted: #475569;
    --boost-border: #cbd5e1;
    --boost-accent: var(--boost-primary, #2563eb);
    
    /* Cards */
    --boost-card-bg: #ffffff;
    --boost-card-border: #e2e8f0;
    --boost-card-shadow: 0 2px 12px rgba(15,23,42,0.06);
    --boost-card-hover-bg: #f1f5f9;
    
    /* Icons */
    --boost-icon-bg: #f3e8ff;
    --boost-icon-color: #2563eb;
    --boost-icon-border: #2563eb;
    
    /* Badges */
    --boost-badge-bg: #f3e8ff;
    --boost-badge-text: #6D28D9;
    --boost-badge-border: var(--boost-primary, #2563eb);
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, var(--boost-primary, #2563eb), var(--boost-accent, #3b82f6));
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 4px 16px rgba(79,70,229,0.25);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: transparent;
    --boost-btn-secondary-text: #0ea5e9;
    --boost-btn-secondary-border: #0ea5e9;
    --boost-btn-secondary-hover-bg: #e0f2fe;
    
    /* Stats/Values */
    --boost-value-color: #0f172a;
    --boost-label-color: #64748b;
    
    /* Progress */
    --boost-progress-bg: #e2e8f0;
    --boost-progress-fill: #0ea5e9;
    
    /* Toggles */
    --boost-toggle-bg: #cbd5e1;
    --boost-toggle-active: #0ea5e9;
    --boost-toggle-text: #0f172a;
    
    /* Checkmarks */
    --boost-check-color: #059669;
    --boost-check-bg: #d1fae5;
    
    /* Featured */
    --boost-featured-bg: #f0f9ff;
    --boost-featured-text: #0369a1;
    --boost-featured-border: #bae6fd;
}

/* ==========================================================================
   GLOBAL CTA BUTTON STYLES
   Consistent button appearance across all blocks
   ========================================================================== */

.boost-btn-primary,
.cta-btn-primary,
.slide-cta,
a[class*="cta-btn"],
button[class*="cta-btn"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--boost-primary, #2563eb) 0%, var(--boost-accent, #3b82f6) 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--boost-primary-rgb, 37, 99, 235), 0.4);
    -webkit-font-smoothing: antialiased;
}

.boost-btn-primary:hover,
.cta-btn-primary:hover,
.slide-cta:hover,
a[class*="cta-btn"]:hover,
button[class*="cta-btn"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(var(--boost-primary-rgb, 37, 99, 235), 0.5);
    background: linear-gradient(135deg, #6D28D9 0%, #DB2777 100%);
}


/* ============================================
   Typography Utilities
   ============================================ */

/* Font Family */
.font-heading { font-family: var(--boost-font-heading); }
.font-body { font-family: var(--boost-font-body); }
.font-mono { font-family: var(--boost-font-mono); }

/* Font Size */
.text-xs { font-size: var(--boost-font-size-xs); }
.text-sm { font-size: var(--boost-font-size-sm); }
.text-base { font-size: var(--boost-font-size-base); }
.text-lg { font-size: var(--boost-font-size-lg); }
.text-xl { font-size: var(--boost-font-size-xl); }
.text-2xl { font-size: var(--boost-font-size-2xl); }
.text-3xl { font-size: var(--boost-font-size-3xl); }
.text-4xl { font-size: var(--boost-font-size-4xl); }
.text-5xl { font-size: var(--boost-font-size-5xl); }
.text-6xl { font-size: var(--boost-font-size-6xl); }

/* Font Weight */
.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }

/* Text Align */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

/* Line Height */
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }

/* Letter Spacing */
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

/* Text Transform */
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }

/* Text Decoration */
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }
.no-underline { text-decoration: none; }

/* Whitespace */
.whitespace-normal { white-space: normal; }
.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }

/* Text Overflow */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================
   Spacing Utilities (Essential Only)
   ============================================ */
.p-xs { padding: var(--boost-spacing-xs); }
.px-xs { padding-left: var(--boost-spacing-xs); padding-right: var(--boost-spacing-xs); }
.py-xs { padding-top: var(--boost-spacing-xs); padding-bottom: var(--boost-spacing-xs); }
.p-sm { padding: var(--boost-spacing-sm); }
.px-sm { padding-left: var(--boost-spacing-sm); padding-right: var(--boost-spacing-sm); }
.py-sm { padding-top: var(--boost-spacing-sm); padding-bottom: var(--boost-spacing-sm); }
.p-md { padding: var(--boost-spacing-md); }
.px-md { padding-left: var(--boost-spacing-md); padding-right: var(--boost-spacing-md); }
.py-md { padding-top: var(--boost-spacing-md); padding-bottom: var(--boost-spacing-md); }
.p-lg { padding: var(--boost-spacing-lg); }
.px-lg { padding-left: var(--boost-spacing-lg); padding-right: var(--boost-spacing-lg); }
.py-lg { padding-top: var(--boost-spacing-lg); padding-bottom: var(--boost-spacing-lg); }
.p-xl { padding: var(--boost-spacing-xl); }
.px-xl { padding-left: var(--boost-spacing-xl); padding-right: var(--boost-spacing-xl); }
.py-xl { padding-top: var(--boost-spacing-xl); padding-bottom: var(--boost-spacing-xl); }
.p-2xl { padding: var(--boost-spacing-2xl); }
.px-2xl { padding-left: var(--boost-spacing-2xl); padding-right: var(--boost-spacing-2xl); }
.py-2xl { padding-top: var(--boost-spacing-2xl); padding-bottom: var(--boost-spacing-2xl); }
.m-xs { margin: var(--boost-spacing-xs); }
.mx-xs { margin-left: var(--boost-spacing-xs); margin-right: var(--boost-spacing-xs); }
.my-xs { margin-top: var(--boost-spacing-xs); margin-bottom: var(--boost-spacing-xs); }
.mt-xs { margin-top: var(--boost-spacing-xs); }
.mb-xs { margin-bottom: var(--boost-spacing-xs); }
.m-sm { margin: var(--boost-spacing-sm); }
.mx-sm { margin-left: var(--boost-spacing-sm); margin-right: var(--boost-spacing-sm); }
.my-sm { margin-top: var(--boost-spacing-sm); margin-bottom: var(--boost-spacing-sm); }
.mt-sm { margin-top: var(--boost-spacing-sm); }
.mb-sm { margin-bottom: var(--boost-spacing-sm); }
.m-md { margin: var(--boost-spacing-md); }
.mx-md { margin-left: var(--boost-spacing-md); margin-right: var(--boost-spacing-md); }
.my-md { margin-top: var(--boost-spacing-md); margin-bottom: var(--boost-spacing-md); }
.mt-md { margin-top: var(--boost-spacing-md); }
.mb-md { margin-bottom: var(--boost-spacing-md); }
.m-lg { margin: var(--boost-spacing-lg); }
.mx-lg { margin-left: var(--boost-spacing-lg); margin-right: var(--boost-spacing-lg); }
.my-lg { margin-top: var(--boost-spacing-lg); margin-bottom: var(--boost-spacing-lg); }
.mt-lg { margin-top: var(--boost-spacing-lg); }
.mb-lg { margin-bottom: var(--boost-spacing-lg); }
.m-xl { margin: var(--boost-spacing-xl); }
.mx-xl { margin-left: var(--boost-spacing-xl); margin-right: var(--boost-spacing-xl); }
.my-xl { margin-top: var(--boost-spacing-xl); margin-bottom: var(--boost-spacing-xl); }
.mt-xl { margin-top: var(--boost-spacing-xl); }
.mb-xl { margin-bottom: var(--boost-spacing-xl); }
.m-2xl { margin: var(--boost-spacing-2xl); }
.mx-2xl { margin-left: var(--boost-spacing-2xl); margin-right: var(--boost-spacing-2xl); }
.my-2xl { margin-top: var(--boost-spacing-2xl); margin-bottom: var(--boost-spacing-2xl); }
.mt-2xl { margin-top: var(--boost-spacing-2xl); }
.mb-2xl { margin-bottom: var(--boost-spacing-2xl); }
.gap-xs { gap: var(--boost-spacing-xs); }
.gap-sm { gap: var(--boost-spacing-sm); }
.gap-md { gap: var(--boost-spacing-md); }
.gap-lg { gap: var(--boost-spacing-lg); }
.gap-xl { gap: var(--boost-spacing-xl); }
.gap-2xl { gap: var(--boost-spacing-2xl); }
.m-0 { margin: 0; }
.p-0 { padding: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ============================================
   Color Utilities
   ============================================ */
.text-primary-50 { color: var(--boost-color-primary-50); }
.text-primary-100 { color: var(--boost-color-primary-100); }
.text-primary-200 { color: var(--boost-color-primary-200); }
.text-primary-300 { color: var(--boost-color-primary-300); }
.text-primary-400 { color: var(--boost-color-primary-400); }
.text-primary-500 { color: var(--boost-color-primary-500); }
.text-primary-600 { color: var(--boost-color-primary-600); }
.text-primary-700 { color: var(--boost-color-primary-700); }
.text-primary-800 { color: var(--boost-color-primary-800); }
.text-primary-900 { color: var(--boost-color-primary-900); }
.text-secondary-50 { color: var(--boost-color-secondary-50); }
.text-secondary-100 { color: var(--boost-color-secondary-100); }
.text-secondary-200 { color: var(--boost-color-secondary-200); }
.text-secondary-300 { color: var(--boost-color-secondary-300); }
.text-secondary-400 { color: var(--boost-color-secondary-400); }
.text-secondary-500 { color: var(--boost-color-secondary-500); }
.text-secondary-600 { color: var(--boost-color-secondary-600); }
.text-secondary-700 { color: var(--boost-color-secondary-700); }
.text-secondary-800 { color: var(--boost-color-secondary-800); }
.text-secondary-900 { color: var(--boost-color-secondary-900); }
.text-accent-50 { color: var(--boost-color-accent-50); }
.text-accent-100 { color: var(--boost-color-accent-100); }
.text-accent-200 { color: var(--boost-color-accent-200); }
.text-accent-300 { color: var(--boost-color-accent-300); }
.text-accent-400 { color: var(--boost-color-accent-400); }
.text-accent-500 { color: var(--boost-color-accent-500); }
.text-accent-600 { color: var(--boost-color-accent-600); }
.text-accent-700 { color: var(--boost-color-accent-700); }
.text-accent-800 { color: var(--boost-color-accent-800); }
.text-accent-900 { color: var(--boost-color-accent-900); }
.text-neutral-50 { color: var(--boost-color-neutral-50); }
.text-neutral-100 { color: var(--boost-color-neutral-100); }
.text-neutral-200 { color: var(--boost-color-neutral-200); }
.text-neutral-300 { color: var(--boost-color-neutral-300); }
.text-neutral-400 { color: var(--boost-color-neutral-400); }
.text-neutral-500 { color: var(--boost-color-neutral-500); }
.text-neutral-600 { color: var(--boost-color-neutral-600); }
.text-neutral-700 { color: var(--boost-color-neutral-700); }
.text-neutral-800 { color: var(--boost-color-neutral-800); }
.text-neutral-900 { color: var(--boost-color-neutral-900); }
.text-success-50 { color: var(--boost-color-success-50); }
.text-success-100 { color: var(--boost-color-success-100); }
.text-success-200 { color: var(--boost-color-success-200); }
.text-success-300 { color: var(--boost-color-success-300); }
.text-success-400 { color: var(--boost-color-success-400); }
.text-success-500 { color: var(--boost-color-success-500); }
.text-success-600 { color: var(--boost-color-success-600); }
.text-success-700 { color: var(--boost-color-success-700); }
.text-success-800 { color: var(--boost-color-success-800); }
.text-success-900 { color: var(--boost-color-success-900); }
.text-warning-50 { color: var(--boost-color-warning-50); }
.text-warning-100 { color: var(--boost-color-warning-100); }
.text-warning-200 { color: var(--boost-color-warning-200); }
.text-warning-300 { color: var(--boost-color-warning-300); }
.text-warning-400 { color: var(--boost-color-warning-400); }
.text-warning-500 { color: var(--boost-color-warning-500); }
.text-warning-600 { color: var(--boost-color-warning-600); }
.text-warning-700 { color: var(--boost-color-warning-700); }
.text-warning-800 { color: var(--boost-color-warning-800); }
.text-warning-900 { color: var(--boost-color-warning-900); }
.text-error-50 { color: var(--boost-color-error-50); }
.text-error-100 { color: var(--boost-color-error-100); }
.text-error-200 { color: var(--boost-color-error-200); }
.text-error-300 { color: var(--boost-color-error-300); }
.text-error-400 { color: var(--boost-color-error-400); }
.text-error-500 { color: var(--boost-color-error-500); }
.text-error-600 { color: var(--boost-color-error-600); }
.text-error-700 { color: var(--boost-color-error-700); }
.text-error-800 { color: var(--boost-color-error-800); }
.text-error-900 { color: var(--boost-color-error-900); }
.bg-primary-50 { background-color: var(--boost-color-primary-50); }
.bg-primary-100 { background-color: var(--boost-color-primary-100); }
.bg-primary-200 { background-color: var(--boost-color-primary-200); }
.bg-primary-300 { background-color: var(--boost-color-primary-300); }
.bg-primary-400 { background-color: var(--boost-color-primary-400); }
.bg-primary-500 { background-color: var(--boost-color-primary-500); }
.bg-primary-600 { background-color: var(--boost-color-primary-600); }
.bg-primary-700 { background-color: var(--boost-color-primary-700); }
.bg-primary-800 { background-color: var(--boost-color-primary-800); }
.bg-primary-900 { background-color: var(--boost-color-primary-900); }
.bg-secondary-50 { background-color: var(--boost-color-secondary-50); }
.bg-secondary-100 { background-color: var(--boost-color-secondary-100); }
.bg-secondary-200 { background-color: var(--boost-color-secondary-200); }
.bg-secondary-300 { background-color: var(--boost-color-secondary-300); }
.bg-secondary-400 { background-color: var(--boost-color-secondary-400); }
.bg-secondary-500 { background-color: var(--boost-color-secondary-500); }
.bg-secondary-600 { background-color: var(--boost-color-secondary-600); }
.bg-secondary-700 { background-color: var(--boost-color-secondary-700); }
.bg-secondary-800 { background-color: var(--boost-color-secondary-800); }
.bg-secondary-900 { background-color: var(--boost-color-secondary-900); }
.bg-accent-50 { background-color: var(--boost-color-accent-50); }
.bg-accent-100 { background-color: var(--boost-color-accent-100); }
.bg-accent-200 { background-color: var(--boost-color-accent-200); }
.bg-accent-300 { background-color: var(--boost-color-accent-300); }
.bg-accent-400 { background-color: var(--boost-color-accent-400); }
.bg-accent-500 { background-color: var(--boost-color-accent-500); }
.bg-accent-600 { background-color: var(--boost-color-accent-600); }
.bg-accent-700 { background-color: var(--boost-color-accent-700); }
.bg-accent-800 { background-color: var(--boost-color-accent-800); }
.bg-accent-900 { background-color: var(--boost-color-accent-900); }
.bg-neutral-50 { background-color: var(--boost-color-neutral-50); }
.bg-neutral-100 { background-color: var(--boost-color-neutral-100); }
.bg-neutral-200 { background-color: var(--boost-color-neutral-200); }
.bg-neutral-300 { background-color: var(--boost-color-neutral-300); }
.bg-neutral-400 { background-color: var(--boost-color-neutral-400); }
.bg-neutral-500 { background-color: var(--boost-color-neutral-500); }
.bg-neutral-600 { background-color: var(--boost-color-neutral-600); }
.bg-neutral-700 { background-color: var(--boost-color-neutral-700); }
.bg-neutral-800 { background-color: var(--boost-color-neutral-800); }
.bg-neutral-900 { background-color: var(--boost-color-neutral-900); }
.bg-success-50 { background-color: var(--boost-color-success-50); }
.bg-success-100 { background-color: var(--boost-color-success-100); }
.bg-success-200 { background-color: var(--boost-color-success-200); }
.bg-success-300 { background-color: var(--boost-color-success-300); }
.bg-success-400 { background-color: var(--boost-color-success-400); }
.bg-success-500 { background-color: var(--boost-color-success-500); }
.bg-success-600 { background-color: var(--boost-color-success-600); }
.bg-success-700 { background-color: var(--boost-color-success-700); }
.bg-success-800 { background-color: var(--boost-color-success-800); }
.bg-success-900 { background-color: var(--boost-color-success-900); }
.bg-warning-50 { background-color: var(--boost-color-warning-50); }
.bg-warning-100 { background-color: var(--boost-color-warning-100); }
.bg-warning-200 { background-color: var(--boost-color-warning-200); }
.bg-warning-300 { background-color: var(--boost-color-warning-300); }
.bg-warning-400 { background-color: var(--boost-color-warning-400); }
.bg-warning-500 { background-color: var(--boost-color-warning-500); }
.bg-warning-600 { background-color: var(--boost-color-warning-600); }
.bg-warning-700 { background-color: var(--boost-color-warning-700); }
.bg-warning-800 { background-color: var(--boost-color-warning-800); }
.bg-warning-900 { background-color: var(--boost-color-warning-900); }
.bg-error-50 { background-color: var(--boost-color-error-50); }
.bg-error-100 { background-color: var(--boost-color-error-100); }
.bg-error-200 { background-color: var(--boost-color-error-200); }
.bg-error-300 { background-color: var(--boost-color-error-300); }
.bg-error-400 { background-color: var(--boost-color-error-400); }
.bg-error-500 { background-color: var(--boost-color-error-500); }
.bg-error-600 { background-color: var(--boost-color-error-600); }
.bg-error-700 { background-color: var(--boost-color-error-700); }
.bg-error-800 { background-color: var(--boost-color-error-800); }
.bg-error-900 { background-color: var(--boost-color-error-900); }
.border-primary-50 { border-color: var(--boost-color-primary-50); }
.border-primary-100 { border-color: var(--boost-color-primary-100); }
.border-primary-200 { border-color: var(--boost-color-primary-200); }
.border-primary-300 { border-color: var(--boost-color-primary-300); }
.border-primary-400 { border-color: var(--boost-color-primary-400); }
.border-primary-500 { border-color: var(--boost-color-primary-500); }
.border-primary-600 { border-color: var(--boost-color-primary-600); }
.border-primary-700 { border-color: var(--boost-color-primary-700); }
.border-primary-800 { border-color: var(--boost-color-primary-800); }
.border-primary-900 { border-color: var(--boost-color-primary-900); }
.border-secondary-50 { border-color: var(--boost-color-secondary-50); }
.border-secondary-100 { border-color: var(--boost-color-secondary-100); }
.border-secondary-200 { border-color: var(--boost-color-secondary-200); }
.border-secondary-300 { border-color: var(--boost-color-secondary-300); }
.border-secondary-400 { border-color: var(--boost-color-secondary-400); }
.border-secondary-500 { border-color: var(--boost-color-secondary-500); }
.border-secondary-600 { border-color: var(--boost-color-secondary-600); }
.border-secondary-700 { border-color: var(--boost-color-secondary-700); }
.border-secondary-800 { border-color: var(--boost-color-secondary-800); }
.border-secondary-900 { border-color: var(--boost-color-secondary-900); }
.border-accent-50 { border-color: var(--boost-color-accent-50); }
.border-accent-100 { border-color: var(--boost-color-accent-100); }
.border-accent-200 { border-color: var(--boost-color-accent-200); }
.border-accent-300 { border-color: var(--boost-color-accent-300); }
.border-accent-400 { border-color: var(--boost-color-accent-400); }
.border-accent-500 { border-color: var(--boost-color-accent-500); }
.border-accent-600 { border-color: var(--boost-color-accent-600); }
.border-accent-700 { border-color: var(--boost-color-accent-700); }
.border-accent-800 { border-color: var(--boost-color-accent-800); }
.border-accent-900 { border-color: var(--boost-color-accent-900); }
.border-neutral-50 { border-color: var(--boost-color-neutral-50); }
.border-neutral-100 { border-color: var(--boost-color-neutral-100); }
.border-neutral-200 { border-color: var(--boost-color-neutral-200); }
.border-neutral-300 { border-color: var(--boost-color-neutral-300); }
.border-neutral-400 { border-color: var(--boost-color-neutral-400); }
.border-neutral-500 { border-color: var(--boost-color-neutral-500); }
.border-neutral-600 { border-color: var(--boost-color-neutral-600); }
.border-neutral-700 { border-color: var(--boost-color-neutral-700); }
.border-neutral-800 { border-color: var(--boost-color-neutral-800); }
.border-neutral-900 { border-color: var(--boost-color-neutral-900); }
.border-success-50 { border-color: var(--boost-color-success-50); }
.border-success-100 { border-color: var(--boost-color-success-100); }
.border-success-200 { border-color: var(--boost-color-success-200); }
.border-success-300 { border-color: var(--boost-color-success-300); }
.border-success-400 { border-color: var(--boost-color-success-400); }
.border-success-500 { border-color: var(--boost-color-success-500); }
.border-success-600 { border-color: var(--boost-color-success-600); }
.border-success-700 { border-color: var(--boost-color-success-700); }
.border-success-800 { border-color: var(--boost-color-success-800); }
.border-success-900 { border-color: var(--boost-color-success-900); }
.border-warning-50 { border-color: var(--boost-color-warning-50); }
.border-warning-100 { border-color: var(--boost-color-warning-100); }
.border-warning-200 { border-color: var(--boost-color-warning-200); }
.border-warning-300 { border-color: var(--boost-color-warning-300); }
.border-warning-400 { border-color: var(--boost-color-warning-400); }
.border-warning-500 { border-color: var(--boost-color-warning-500); }
.border-warning-600 { border-color: var(--boost-color-warning-600); }
.border-warning-700 { border-color: var(--boost-color-warning-700); }
.border-warning-800 { border-color: var(--boost-color-warning-800); }
.border-warning-900 { border-color: var(--boost-color-warning-900); }
.border-error-50 { border-color: var(--boost-color-error-50); }
.border-error-100 { border-color: var(--boost-color-error-100); }
.border-error-200 { border-color: var(--boost-color-error-200); }
.border-error-300 { border-color: var(--boost-color-error-300); }
.border-error-400 { border-color: var(--boost-color-error-400); }
.border-error-500 { border-color: var(--boost-color-error-500); }
.border-error-600 { border-color: var(--boost-color-error-600); }
.border-error-700 { border-color: var(--boost-color-error-700); }
.border-error-800 { border-color: var(--boost-color-error-800); }
.border-error-900 { border-color: var(--boost-color-error-900); }
.text-white { color: #FFFFFF; }
.text-black { color: #000000; }
.bg-white { background-color: #FFFFFF; }
.bg-black { background-color: #000000; }
.bg-transparent { background-color: transparent; }

/* ============================================
   Effects Utilities
   ============================================ */

/* Border Radius */
.rounded-none { border-radius: var(--boost-radius-none); }
.rounded-sm { border-radius: var(--boost-radius-sm); }
.rounded { border-radius: var(--boost-radius-base); }
.rounded-md { border-radius: var(--boost-radius-md); }
.rounded-lg { border-radius: var(--boost-radius-lg); }
.rounded-xl { border-radius: var(--boost-radius-xl); }
.rounded-2xl { border-radius: var(--boost-radius-2xl); }
.rounded-full { border-radius: var(--boost-radius-full); }

/* Shadow */
.shadow-none { box-shadow: none; }
.shadow-sm { box-shadow: var(--boost-shadow-sm); }
.shadow { box-shadow: var(--boost-shadow-base); }
.shadow-md { box-shadow: var(--boost-shadow-md); }
.shadow-lg { box-shadow: var(--boost-shadow-lg); }
.shadow-xl { box-shadow: var(--boost-shadow-xl); }

/* Opacity */
.opacity-0 { opacity: 0; }
.opacity-25 { opacity: 0.25; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-100 { opacity: 1; }

/* Border */
.border { border-width: 1px; border-style: solid; }
.border-0 { border-width: 0; }
.border-2 { border-width: 2px; border-style: solid; }
.border-4 { border-width: 4px; border-style: solid; }

.border-t { border-top-width: 1px; border-top-style: solid; }
.border-r { border-right-width: 1px; border-right-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-l { border-left-width: 1px; border-left-style: solid; }

/* Cursor */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }

/* Pointer Events */
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

/* Select */
.select-none { user-select: none; }
.select-text { user-select: text; }
.select-all { user-select: all; }

/* Object Fit */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-fill { object-fit: fill; }
.object-center { object-position: center; }

/* Backdrop Blur */
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); }

/* ============================================
   Animations
   ============================================ */

/* Transition */
.transition-none { transition: none; }
.transition-all { transition: all var(--boost-duration-normal) var(--boost-easing); }
.transition { transition: color, background-color, border-color, box-shadow var(--boost-duration-normal) var(--boost-easing); }
.transition-opacity { transition: opacity var(--boost-duration-normal) var(--boost-easing); }
.transition-transform { transition: transform var(--boost-duration-normal) var(--boost-easing); }

/* Hover Effects */
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:scale-110:hover { transform: scale(1.1); }
.hover\:-translate-y-1:hover { transform: translateY(-4px); }
.hover\:shadow-lg:hover { box-shadow: var(--boost-shadow-lg); }
.hover\:shadow-xl:hover { box-shadow: var(--boost-shadow-xl); }

/* Animate Classes - for scroll reveal */
[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--boost-duration-slow) var(--boost-easing),
              transform var(--boost-duration-slow) var(--boost-easing);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="fade"] { transform: none; }
[data-animate="slide-up"] { transform: translateY(40px); }
[data-animate="slide-down"] { transform: translateY(-40px); }
[data-animate="slide-left"] { transform: translateX(40px); }
[data-animate="slide-right"] { transform: translateX(-40px); }
[data-animate="scale"] { transform: scale(0.9); }

/* Keyframe Animations */
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slide-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slide-down {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scale-in {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.animate-fade-in { animation: fade-in var(--boost-duration-normal) var(--boost-easing) forwards; }
.animate-slide-up { animation: slide-up var(--boost-duration-normal) var(--boost-easing) forwards; }
.animate-slide-down { animation: slide-down var(--boost-duration-normal) var(--boost-easing) forwards; }
.animate-scale-in { animation: scale-in var(--boost-duration-normal) var(--boost-easing) forwards; }
.animate-bounce { animation: bounce 1s infinite; }
.animate-pulse { animation: pulse 2s infinite; }
.animate-spin { animation: spin 1s linear infinite; }

/* Delay utilities */
.delay-100 { animation-delay: 100ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-500 { animation-delay: 500ms; }

/* ============================================
   CONSOLIDATED RESPONSIVE CSS
   All media queries grouped by breakpoint
   ============================================ */

/* ----- Mobile (max-width: 767px) ----- */
@media (max-width: 767px) {
  /* Typography scaling */
  h1 { font-size: var(--boost-font-size-3xl); }
  h2 { font-size: var(--boost-font-size-2xl); }
  h3 { font-size: var(--boost-font-size-xl); }
  
  /* Container padding */
  .container { padding-left: var(--boost-spacing-sm); padding-right: var(--boost-spacing-sm); }
  
  /* Stack columns */
  .boost-block-features .features-grid,
  .boost-block-pricing .pricing-grid,
  .boost-block-team .team-grid,
  .boost-block-testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  /* Hero adjustments */
  .boost-block-hero .hero-container { padding: var(--boost-spacing-xl) var(--boost-spacing-md); }
  .boost-block-hero__title { font-size: var(--boost-font-size-3xl); }
  
  /* Hide on mobile */
  .hidden-mobile { display: none !important; }
}

/* ----- Tablet (max-width: 1023px) ----- */
@media (max-width: 1023px) {
  /* Sidebar grid stacks */
  .boost-sidebar-grid {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  
  .boost-sidebar-grid > .boost-sidebar {
    order: 2;
    padding: var(--boost-spacing-md) !important;
    margin-top: var(--boost-spacing-md) !important;
  }
  
  .boost-sidebar-grid > .boost-block-content-area {
    order: 1;
    padding: 0 !important;
    gap: 0 !important;
  }
  
  /* Edge-to-edge blocks on tablet */
  .boost-sidebar-grid .boost-block-content-area > * {
    border-radius: 0 !important;
  }
  
  /* Slider adjustments */
  .boost-sidebar-grid .boost-block-slider .slider-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Block padding reduction */
  .boost-sidebar-grid .boost-block-features,
  .boost-sidebar-grid .boost-block-testimonials,
  .boost-sidebar-grid .boost-block-pricing,
  .boost-sidebar-grid .boost-block-cta,
  .boost-sidebar-grid .boost-block-faq,
  .boost-sidebar-grid .boost-block-stats,
  .boost-sidebar-grid .boost-block-team,
  .boost-sidebar-grid .boost-block-content {
    padding-left: var(--boost-spacing-md) !important;
    padding-right: var(--boost-spacing-md) !important;
  }
}

/* ----- Desktop (min-width: 1024px) ----- */
@media (min-width: 1024px) {
  /* Sidebar grid columns - use CSS variable for dynamic width */
  .boost-sidebar-grid.boost-sidebar-grid--left {
    grid-template-columns: var(--sidebar-width, 300px) 1fr !important;
  }
  
  .boost-sidebar-grid.boost-sidebar-grid--right {
    grid-template-columns: 1fr var(--sidebar-width, 300px) !important;
  }
  
  /* Sidebar order */
  .boost-sidebar-grid.boost-sidebar-grid--left > .boost-sidebar { order: 1; }
  .boost-sidebar-grid.boost-sidebar-grid--left > .boost-block-content-area { order: 2; }
  .boost-sidebar-grid.boost-sidebar-grid--right > .boost-sidebar { order: 2; }
  .boost-sidebar-grid.boost-sidebar-grid--right > .boost-block-content-area { order: 1; }
  
  /* Show on desktop */
  .hidden-desktop { display: none !important; }
}

/* ----- Wide Desktop (min-width: 1600px) ----- */
@media (min-width: 1600px) {
  .boost-sidebar-grid {
    max-width: none !important;
    padding: 2rem 3rem !important;
    gap: 3rem !important;
  }
  
  .boost-sidebar-grid > .boost-sidebar {
    max-width: var(--sidebar-width, 320px);
    width: var(--sidebar-width, 320px);
  }
}

/* ----- Ultrawide Desktop (min-width: 2000px) ----- */
@media (min-width: 2000px) {
  .boost-sidebar-grid {
    padding: 2rem calc((100vw - 1800px) / 2 + 3rem) !important;
  }
}

/* ----- Large Desktop (min-width: 1200px) ----- */
@media (min-width: 1200px) {
  /* Wide alignment */
  .alignwide {
    width: calc(100% + 8rem);
    margin-left: calc(-4rem);
    margin-right: calc(-4rem);
  }
  
  /* Larger container */
  .container { max-width: var(--boost-container-wide); }
}

/* ----- Reduced Motion ----- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .boost-animate,
  [data-boost-animate] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ----- Print ----- */
@media print {
  .boost-site-header,
  .boost-site-footer,
  .boost-sidebar,
  .no-print { display: none !important; }
  
  body { font-size: 12pt; color: #000; background: #fff; }
  
  a { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
}
