: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;
}
/**
 * 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 when NOT sidebar (sidebar has its own grid) */
body:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: visible;
}

/* Also handle sections that are direct children of constrained layout (no wrapper) */
body:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .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-default: 1200px;
  --boost-wide: 1400px;
  --boost-gutter: 1.5rem;
}

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

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

.boost-site-header .header-container,
.boost-block-header .header-container {
  max-width: var(--boost-default);
  margin: 0 auto;
  padding: 0 var(--boost-gutter);
}

.boost-site-header[data-container-width="narrow"] .header-container { max-width: var(--boost-narrow); }
.boost-site-header[data-container-width="wide"] .header-container { max-width: var(--boost-wide); }
.boost-site-header[data-container-width="full"] .header-container { max-width: none; }

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

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

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

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

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

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

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

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

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

/* =============================================
   6. LAYER 1 - Page Metabox → Section Width
   
   Controls the <section> max-width.
   The breakout wrapper (.boost-shortcode-block) is always 100vw.
   The <section> inside it is what we constrain here.
   
   Default (no class) + Full Width = section 100% (edge-to-edge).
   ============================================= */

body.boost-layout-contained:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .boost-shortcode-block > section[class*="boost-block-"],
body.boost-layout-contained:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .is-layout-constrained > section[class*="boost-block-"] {
  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-shortcode-block > section[class*="boost-block-"],
body.boost-layout-wide:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .is-layout-constrained > section[class*="boost-block-"] {
  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-shortcode-block > section[class*="boost-block-"],
body.boost-layout-narrow:not(.boost-layout-sidebar-left):not(.boost-layout-sidebar-right) .is-layout-constrained > section[class*="boost-block-"] {
  max-width: var(--boost-narrow);
  margin-left: auto;
  margin-right: auto;
}

/* 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-"] {
  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"] {
  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 .header-container,
  .boost-block-header .header-container {
    max-width: none !important;
    padding-left: var(--boost-gutter) !important;
    padding-right: var(--boost-gutter) !important;
  }

  /* Footer */
  .boost-site-footer .boost-block-footer__inner,
  .boost-block-footer .boost-block-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"] {
    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
   ============================================= */

.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;
  }
}

/* ============================================
   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: #7C3AED;
    --boost-icon-border: #7C3AED;
    
    /* Badges */
    --boost-badge-bg: rgba(124,58,237,0.1);
    --boost-badge-text: #7C3AED;
    --boost-badge-border: #7C3AED;
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, #7C3AED, #EC4899);
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 10px 30px rgba(124,58,237,0.3);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: transparent;
    --boost-btn-secondary-text: #7C3AED;
    --boost-btn-secondary-border: #7C3AED;
    --boost-btn-secondary-hover-bg: rgba(124,58,237,0.1);
    
    /* Stats/Values */
    --boost-value-color: #0f172a;
    --boost-label-color: #64748b;
    
    /* Progress */
    --boost-progress-bg: #e2e8f0;
    --boost-progress-fill: linear-gradient(135deg, #7C3AED, #EC4899);
    
    /* Toggles */
    --boost-toggle-bg: #e2e8f0;
    --boost-toggle-active: #7C3AED;
    --boost-toggle-text: #0f172a;
    
    /* Checkmarks */
    --boost-check-color: #10b981;
    --boost-check-bg: #d1fae5;
    
    /* Featured */
    --boost-featured-bg: #fdf4ff;
    --boost-featured-text: #7C3AED;
    --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: #7C3AED;
    --boost-icon-border: #7C3AED;
    
    /* Badges */
    --boost-badge-bg: rgba(124,58,237,0.1);
    --boost-badge-text: #7C3AED;
    --boost-badge-border: #7C3AED;
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, #7C3AED, #EC4899);
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 10px 30px rgba(124,58,237,0.3);
    
    /* Buttons Secondary */
    --boost-btn-secondary-bg: transparent;
    --boost-btn-secondary-text: #7C3AED;
    --boost-btn-secondary-border: #7C3AED;
    --boost-btn-secondary-hover-bg: rgba(124,58,237,0.1);
    
    /* Stats/Values */
    --boost-value-color: #0f172a;
    --boost-label-color: #64748b;
    
    /* Progress */
    --boost-progress-bg: #e2e8f0;
    --boost-progress-fill: linear-gradient(135deg, #7C3AED, #EC4899);
    
    /* Toggles */
    --boost-toggle-bg: #e2e8f0;
    --boost-toggle-active: #7C3AED;
    --boost-toggle-text: #0f172a;
    
    /* Checkmarks */
    --boost-check-color: #10b981;
    --boost-check-bg: #d1fae5;
    
    /* Featured */
    --boost-featured-bg: #fdf4ff;
    --boost-featured-text: #7C3AED;
    --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(124, 58, 237, 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, #7C3AED, #EC4899);
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #8B5CF6, #F472B6);
    --boost-btn-primary-shadow: 0 10px 40px rgba(124,58,237,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, #7C3AED, #EC4899);
    
    /* 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(124, 58, 237, 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: #7C3AED;
    
    /* 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: #7C3AED;
    --boost-icon-border: #7C3AED;
    
    /* Badges */
    --boost-badge-bg: #f3e8ff;
    --boost-badge-text: #6D28D9;
    --boost-badge-border: #7C3AED;
    
    /* Buttons Primary */
    --boost-btn-primary-bg: linear-gradient(135deg, #7C3AED, #EC4899);
    --boost-btn-primary-text: #ffffff;
    --boost-btn-primary-hover-bg: linear-gradient(135deg, #6D28D9, #DB2777);
    --boost-btn-primary-shadow: 0 4px 16px rgba(124,58,237,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, #7C3AED 0%, #EC4899 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(124, 58, 237, 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(124, 58, 237, 0.5);
    background: linear-gradient(135deg, #6D28D9 0%, #DB2777 100%);
}

/* ============================================
   BOOST BLOCKS - Auto-Loaded
   ============================================ */

/* Block: hero */
/**
 * Hero Block - Base Structure
 * /blocks/hero/style.css
 * 
 * Structural CSS for hero block. Theme-specific colors 
 * are set via CSS variables in render.php inline styles.
 */

/* =============================================
   BASE STRUCTURE
   ============================================= */

.boost-block-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Container */
.hero-container {
  width: 100%;
  max-width: var(--boost-block-width, var(--boost-container-default, 1200px));
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg, 1.5rem);
  position: relative;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  margin: 0 0 var(--boost-spacing-md, 1rem);
}

.hero-subtitle {
  margin: 0 0 var(--boost-spacing-xl, 2rem);
}

/* Badge spacing handled in BUTTONS section */

/* =============================================
   BUTTONS CONTAINER
   Buttons use standard .boost-btn component
   ============================================= */

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--boost-spacing-md, 1rem);
}

/* =============================================
   BADGE SPACING
   Badge uses standard .boost-badge component
   ============================================= */

.boost-block-hero .boost-badge {
  margin-bottom: var(--boost-spacing-lg, 1.5rem);
}

/* =============================================
   BACKGROUND ELEMENTS
   ============================================= */

.hero-bg-color,
.hero-bg-image,
.hero-bg-video,
.hero-bg-parallax {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image img,
.hero-bg-video video,
.hero-bg-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* =============================================
   SPLIT LAYOUT
   ============================================= */

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--boost-spacing-3xl, 4rem);
  align-items: center;
}

.hero-split--reverse {
  direction: rtl;
}

.hero-split--reverse > * {
  direction: ltr;
}

.hero-split-content {
  position: relative;
  z-index: 2;
}

.hero-split-image {
  position: relative;
  z-index: 2;
}

.hero-split-image img,
.hero-full-image img {
  width: 100%;
  height: auto;
  border-radius: var(--boost-radius-lg, 12px);
}

/* =============================================
   SLIDER
   ============================================= */

.hero-slider-outer {
  position: relative;
  width: 100%;
}

.hero-slider-wrapper {
  overflow: hidden;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.hero-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

/* Navigation */
.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: var(--hero-nav-bg, rgba(255, 255, 255, 0.95));
  border: 1px solid var(--hero-nav-border, rgba(255, 255, 255, 0.2));
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.hero-nav:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.hero-nav-prev {
  left: 1rem;
}

.hero-nav-next {
  right: 1rem;
}

/* Dots */
.hero-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: var(--boost-spacing-lg, 1.5rem);
  position: relative;
  z-index: 10;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--hero-dot-bg, rgba(255, 255, 255, 0.3));
  transition: all 0.3s ease;
}

.hero-dot:hover,
.hero-dot.active {
  background: #7C3AED;
  transform: scale(1.2);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 1024px) {
  .hero-nav-prev {
    left: 0.5rem;
  }
  
  .hero-nav-next {
    right: 0.5rem;
  }
}

@media (max-width: 768px) {
  .boost-block-hero {
    min-height: auto;
    padding: 3rem 0;
  }
  
  .hero-container {
    padding: 2rem 1rem;
  }
  
  /* Split layout stacks */
  .hero-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-split--reverse {
    direction: ltr;
  }
  
  /* Text adjustments */
  .hero-title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-content {
    text-align: center;
  }
  
  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .boost-block-hero .boost-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  /* Nav buttons smaller on mobile */
  .hero-nav {
    width: 40px;
    height: 40px;
    top: 35%;
  }
  
  .hero-nav-prev {
    left: 0.5rem;
  }
  
  .hero-nav-next {
    right: 0.5rem;
  }
}

/* Block: logos */
/* Logos - Base */
.boost-block-logos { padding: var(--boost-spacing-5xl) 0; }
.boost-block-logos__header { text-align: center; margin-bottom: var(--boost-spacing-2xl); }
.boost-block-logos__grid { display: grid; gap: var(--boost-spacing-xl); align-items: center; justify-items: center; }
.boost-logo { opacity: 0.6; transition: opacity var(--boost-duration-normal); max-width: 140px; }
.boost-logo:hover { opacity: 1; }
.boost-logo img { width: 100%; height: auto; }

/* Block: stats */
/* Stats - Base */
.boost-block-stats { padding: var(--boost-spacing-6xl) 0; }
.boost-block-stats__grid { display: grid; gap: var(--boost-spacing-xl); text-align: center; }
.boost-stat__value { font-size: var(--boost-font-size-5xl); font-weight: 800; margin-bottom: var(--boost-spacing-sm); }
.boost-stat__label { font-size: var(--boost-font-size-base); }

/* Block: features */
/**
 * Features Block - Static Styles
 *
 * All static CSS lives here. Dynamic CSS (style preset, columns count) is inline.
 * This file is cached by browser, reducing page weight on repeat visits.
 *
 * @package Boost Theme Framework
 * @since 3.2.0
 */

/* /blocks/features/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-features {
    position: relative;
}

.boost-features__container {
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   GRID LAYOUT
   ============================================================================= */

.boost-features__grid {
    display: grid;
    gap: 2rem;
}

/* =============================================================================
   LIST LAYOUT - supports columns via inline CSS
   ============================================================================= */

.boost-features__list {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.boost-features__list .boost-features__item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

.boost-features__list .boost-features__icon {
    flex-shrink: 0;
    margin-bottom: 0;
}

/* Text alignment overrides for list */
.boost-features--align-center .boost-features__list .boost-features__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.boost-features--align-center .boost-features__list .boost-features__icon {
    justify-content: center;
}

.boost-features--align-left .boost-features__list .boost-features__item {
    text-align: left;
}

.boost-features--align-right .boost-features__list .boost-features__item {
    flex-direction: row-reverse;
    text-align: right;
}

/* =============================================================================
   ITEM BASE
   ============================================================================= */

.boost-features__item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.boost-features__item:hover {
    transform: translateY(-4px);
}

/* =============================================================================
   ITEM STYLES (BEM Modifiers)
   ============================================================================= */

/* Cards Style */
.boost-features--style-cards .boost-features__item {
    background: var(--boost-card-bg);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.boost-features--style-cards .boost-features__item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Bordered Style */
.boost-features--style-bordered .boost-features__item {
    border: 1px solid var(--boost-border);
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

.boost-features--style-bordered .boost-features__item:hover {
    border-color: var(--boost-accent, var(--boost-primary));
}

/* Glass Style */
.boost-features--style-glass .boost-features__item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Minimal Style */
.boost-features--style-minimal .boost-features__item {
    padding: 2rem 1rem;
}

/* =============================================================================
   ICON - Uses centralized CPT icon-style system
   ============================================================================= */

.boost-features__icon {
    width: 100%;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

/* Styled icon integration */
.boost-features__icon .boost-styled-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-container-size, 56px);
    height: var(--icon-container-size, 56px);
    border-radius: var(--icon-radius, 16px);
}

.boost-features__icon .boost-styled-icon svg {
    width: var(--icon-size, 28px);
    height: var(--icon-size, 28px);
}

/* Icon Alignment */
.boost-features--icon-center .boost-features__icon {
    display: flex;
    justify-content: center;
}

.boost-features--icon-left .boost-features__icon {
    display: flex;
    justify-content: flex-start;
}

.boost-features--icon-right .boost-features__icon {
    display: flex;
    justify-content: flex-end;
}

/* Legacy icon styles - fallback for non-CPT usage */
.boost-features--icon-gradient .boost-features__icon > svg {
    width: 56px;
    height: 56px;
    padding: 14px;
    background: linear-gradient(135deg, var(--boost-accent, #7C3AED), var(--boost-primary, #EC4899));
    color: #ffffff;
    border-radius: 16px;
}

.boost-features--icon-circle .boost-features__icon > svg {
    width: 56px;
    height: 56px;
    padding: 14px;
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.1);
    color: var(--boost-accent, #7C3AED);
    border-radius: 50%;
}

.boost-features--icon-outline .boost-features__icon > svg {
    width: 56px;
    height: 56px;
    padding: 14px;
    background: transparent;
    border: 2px solid var(--boost-accent, #7C3AED);
    color: var(--boost-accent, #7C3AED);
    border-radius: 16px;
}

.boost-features--icon-flat .boost-features__icon > svg {
    width: 48px;
    height: 48px;
    color: var(--boost-accent, #7C3AED);
}

/* =============================================================================
   BADGE - uses standard .boost-badge component
   ============================================================================= */

.boost-features__item .boost-badge {
    margin-bottom: 0.75rem;
}

/* =============================================================================
   TEXT
   ============================================================================= */

.boost-features__item-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--boost-text);
    margin: 0 0 0.5rem;
}

.boost-features__item-desc {
    font-size: 0.95rem;
    color: var(--boost-muted);
    margin: 0;
    line-height: 1.6;
}

/* Text Alignment */
.boost-features--align-center .boost-features__item {
    text-align: center;
}

.boost-features--align-center .boost-features__item-link {
    justify-content: center;
}

.boost-features--align-left .boost-features__item {
    text-align: left;
}

.boost-features--align-right .boost-features__item {
    text-align: right;
}

.boost-features--align-right .boost-features__item-link {
    justify-content: flex-end;
}

/* =============================================================================
   LINK
   ============================================================================= */

.boost-features__item-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: var(--boost-accent, var(--boost-primary));
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: gap 0.2s;
}

.boost-features__item-link:hover {
    gap: 0.75rem;
}

.boost-features__item-link svg {
    width: 16px;
    height: 16px;
}

/* =============================================================================
   CAROUSEL
   Static styles for carousel layout. Dynamic styles (columns) are inline.
   ============================================================================= */

.boost-features__carousel {
    position: relative;
    padding: 0 2rem;
}

/* Feature item inside carousel */
.boost-features__carousel-item {
    display: flex;
}

.boost-features__carousel-item .boost-features__item {
    width: 100%;
    flex: 1;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 1024px) {
    .boost-features__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .boost-features__carousel {
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    .boost-features {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    .boost-features__container {
        padding: 0 0.5rem;
    }
    
    .boost-features__grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }
    
    .boost-features__list {
        column-count: 1 !important;
    }
    
    .boost-features__carousel {
        padding: 0 0.5rem;
    }
    
    /* Card padding adjustments - base values, inline styles override */
    .boost-features__item {
        padding: 1.5rem 1.25rem;
    }
}

/* Block: content */
/**
 * Content Block - Static Styles
 *
 * Layout, typography, media styles (cacheable).
 * Dynamic CSS (preset, color scheme, buttons) in render.php.
 *
 * @package Boost Theme Framework
 * @since 3.2.0
 */

/* /blocks/content/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-content {
    position: relative;
    overflow: hidden;
}

.boost-content__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* =============================================================================
   LAYOUT: GRID (two-column)
   ============================================================================= */

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

/* =============================================================================
   CONTENT STYLES (BEM Modifiers)
   ============================================================================= */

/* Boxed Style */
.boost-content--style-boxed .boost-content__container {
    background: var(--boost-card-bg);
    border-radius: 20px;
    padding: 3rem 4rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border-top: 4px solid var(--boost-accent, var(--boost-primary));
}

/* Split Style */
.boost-content--style-split .boost-content__container {
    padding: 2rem 2rem 2rem 3rem;
    border-left: 6px solid var(--boost-accent, var(--boost-primary));
    background: linear-gradient(90deg, rgba(var(--boost-accent-rgb, 124, 58, 237), 0.06) 0%, transparent 50%);
    border-radius: 0 16px 16px 0;
}

/* Overlap Style - decorative element */
.boost-content--style-overlap::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--boost-accent-rgb, 124, 58, 237), 0.12), rgba(var(--boost-accent-rgb, 124, 58, 237), 0.05));
    border-radius: 50%;
    pointer-events: none;
}

.boost-content--style-overlap.boost-content--layout-centered::before {
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 80%;
}

.boost-content--style-overlap.boost-content--layout-left::before,
.boost-content--style-overlap.boost-content--layout-right::before {
    top: -20%;
    width: 70%;
    height: 140%;
}

.boost-content--style-overlap.boost-content--layout-left::before {
    right: -20%;
}

.boost-content--style-overlap.boost-content--layout-right::before {
    left: -20%;
}

/* =============================================================================
   TEXT CONTENT
   ============================================================================= */

.boost-content__text {
    position: relative;
}

.boost-content--layout-centered .boost-content__text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Badge - uses standard .boost-badge component */
.boost-content .boost-badge {
    margin-bottom: 1rem;
}

/* Title */
.boost-content__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--boost-text);
    margin: 0 0 1rem;
}

/* Subtitle */
.boost-content__subtitle {
    font-size: 1.125rem;
    color: var(--boost-muted);
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.boost-content--layout-centered .boost-content__subtitle {
    color: var(--boost-accent, var(--boost-primary));
    font-weight: 600;
}

/* Body Text */
.boost-content__body {
    font-size: 1rem;
    color: var(--boost-text);
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

/* =============================================================================
   LIST ITEMS
   ============================================================================= */

.boost-content__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.boost-content__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--boost-text);
}

.boost-content__list-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Default simple icon container */
    width: 24px;
    height: 24px;
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.1);
    color: var(--boost-accent, var(--boost-primary));
    border-radius: 50%;
    
    /* Override styled icon dimensions - keep compact in list */
    --boost-icon-circle-size: 28px;
    --boost-icon-circle-icon-size: 14px;
    --icon-container-size: 28px;
    --icon-size: 14px;
}

/* Reset background when using styled icon (it has its own) */
.boost-content__list-icon:has(.boost-icon-circle),
.boost-content__list-icon:has(.boost-styled-icon) {
    background: transparent;
    width: auto;
    height: auto;
}

/* Force compact size for styled icons in list */
.boost-content__list-icon .boost-styled-icon {
    --icon-container-size: 28px !important;
    --icon-size: 14px !important;
}

.boost-content__items {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.boost-content__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: var(--boost-text);
}

.boost-content__item-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--boost-accent, var(--boost-primary));
}

.boost-content__item-icon svg {
    width: 100%;
    height: 100%;
}

/* =============================================================================
   BUTTONS
   ============================================================================= */

.boost-content__buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.boost-content--layout-centered .boost-content__buttons {
    justify-content: center;
}

/* Buttons - use standard .boost-btn component */

/* =============================================================================
   MEDIA
   ============================================================================= */

.boost-content__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.boost-content--layout-centered .boost-content__media {
    margin-top: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.boost-content__media img,
.boost-content__media video,
.boost-content__media iframe {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-content__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .boost-content--style-boxed .boost-content__container {
        padding: 2rem;
    }
    
    .boost-content__buttons {
        flex-direction: column;
    }
    
    .boost-content .boost-btn {
        justify-content: center;
    }
    
    .boost-content--layout-centered .boost-content__media {
        margin-top: 2rem;
    }
}
/* Block: steps */
/* Steps Block - Base Structure */
/* /blocks/steps/style.css */

.boost-block-steps {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-steps__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-steps__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-3xl);
}

.boost-block-steps__items {
  display: flex;
  flex-direction: column;
  gap: var(--boost-spacing-2xl);
  position: relative;
}

.boost-block-steps__items::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: var(--boost-color-neutral-200);
}

.boost-block-steps__item {
  display: flex;
  gap: var(--boost-spacing-xl);
  position: relative;
}

.boost-block-steps__number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: var(--boost-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--boost-font-size-lg);
  position: relative;
  z-index: 1;
}

.boost-block-steps__content {
  flex: 1;
  padding-top: var(--boost-spacing-sm);
}

.boost-block-steps__title {
  font-size: var(--boost-font-size-xl);
  font-weight: 600;
  margin: 0 0 var(--boost-spacing-sm);
}

.boost-block-steps__text {
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 640px) {
  .boost-block-steps__items::before {
    left: 20px;
  }
  
  .boost-block-steps__number {
    width: 40px;
    height: 40px;
    font-size: var(--boost-font-size-base);
  }
}

/* Block: testimonials */
/* Testimonials - Base Structure */

.boost-block-testimonials {
  padding: var(--boost-spacing-6xl) 0;
}

.boost-block-testimonials__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-4xl);
}

.boost-block-testimonials__title {
  margin-bottom: var(--boost-spacing-md);
}

.boost-block-testimonials__subtitle {
  line-height: 1.6;
}

.boost-block-testimonials__grid {
  display: grid;
  gap: var(--boost-spacing-xl);
}

.boost-testimonial {
  position: relative;
  padding: var(--boost-spacing-xl);
  display: flex;
  flex-direction: column;
  transition: all var(--boost-duration-normal) var(--boost-easing);
}

.boost-testimonial__quote {
  margin-bottom: var(--boost-spacing-lg);
  line-height: 1.7;
  flex: 1;
}

.boost-testimonial__author {
  display: flex;
  align-items: center;
  gap: var(--boost-spacing-md);
}

.boost-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.boost-testimonial__info {
  flex: 1;
}

.boost-testimonial__name {
  font-weight: 600;
  margin-bottom: var(--boost-spacing-xs);
}

.boost-testimonial__role {
  font-size: var(--boost-font-size-sm);
}

@media (max-width: 768px) {
  .boost-block-testimonials__grid {
    grid-template-columns: 1fr;
  }
}

/* Block: slider */
/* Slider - Base */
.boost-block-slider { position: relative; overflow: hidden; }
.boost-block-slider__track { display: flex; transition: transform var(--boost-duration-slow); }
.boost-block-slider__slide { flex: 0 0 100%; padding: var(--boost-spacing-2xl); }
.boost-block-slider__controls { position: absolute; bottom: var(--boost-spacing-lg); left: 50%; transform: translateX(-50%); display: flex; gap: var(--boost-spacing-sm); }
.boost-block-slider__dot { width: 12px; height: 12px; border-radius: 50%; border: none; cursor: pointer; transition: all var(--boost-duration-fast); }
.boost-block-slider__arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; pointer-events: none; }
.boost-block-slider__arrow { pointer-events: all; background: rgba(255,255,255,0.9); border: none; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; transition: all var(--boost-duration-fast); }

/* Block: tabs */
/* Tabs Block - Base Structure */
/* /blocks/tabs/style.css */

.boost-block-tabs {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-tabs__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-tabs__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-2xl);
}

.boost-block-tabs__nav {
  display: flex;
  gap: var(--boost-spacing-xs);
  border-bottom: 1px solid var(--boost-color-neutral-200);
  margin-bottom: var(--boost-spacing-xl);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.boost-block-tabs__nav::-webkit-scrollbar {
  display: none;
}

.boost-block-tabs__tab {
  padding: var(--boost-spacing-md) var(--boost-spacing-lg);
  font-weight: 500;
  white-space: nowrap;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  transition: color var(--boost-duration-fast);
}

.boost-block-tabs__tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  transform: scaleX(0);
  transition: transform var(--boost-duration-fast);
}

.boost-block-tabs__tab--active::after {
  transform: scaleX(1);
}

.boost-block-tabs__panels {
  position: relative;
}

.boost-block-tabs__panel {
  display: none;
}

.boost-block-tabs__panel--active {
  display: block;
  animation: boost-fade-in var(--boost-duration-normal) ease-out;
}

@keyframes boost-fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.boost-block-tabs__panel-content {
  line-height: 1.7;
}

@media (max-width: 640px) {
  .boost-block-tabs__tab {
    padding: var(--boost-spacing-sm) var(--boost-spacing-md);
    font-size: var(--boost-font-size-sm);
  }
}

/* Block: team */
/* Team - Base */
.boost-block-team { padding: var(--boost-spacing-6xl) 0; }
.boost-block-team__header { text-align: center; max-width: 700px; margin: 0 auto var(--boost-spacing-4xl); }
.boost-block-team__grid { display: grid; gap: var(--boost-spacing-xl); }
.boost-block-team-member { text-align: center; transition: all var(--boost-duration-normal); }
.boost-block-team-member__photo { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: var(--boost-spacing-lg); }
.boost-block-team-member__name { font-weight: 600; margin-bottom: var(--boost-spacing-xs); }
.boost-block-team-member__role { font-size: var(--boost-font-size-sm); margin-bottom: var(--boost-spacing-sm); }
.boost-block-team-member__bio { font-size: var(--boost-font-size-sm); line-height: 1.6; }

/* Block: posts */
/* Posts Block - Base Structure */
/* /blocks/posts/style.css */

.boost-block-posts {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-posts__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-posts__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-3xl);
}

.boost-block-posts__grid {
  display: grid;
  gap: var(--boost-spacing-xl);
}

.boost-block-posts__grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.boost-block-posts__grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.boost-block-posts__grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.boost-block-posts__card {
  display: flex;
  flex-direction: column;
  border-radius: var(--boost-radius-lg);
  overflow: hidden;
  transition: transform var(--boost-duration-normal), box-shadow var(--boost-duration-normal);
}

.boost-block-posts__card:hover {
  transform: translateY(-4px);
}

.boost-block-posts__image {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.boost-block-posts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--boost-duration-normal);
}

.boost-block-posts__card:hover .boost-block-posts__image img {
  transform: scale(1.05);
}

.boost-block-posts__content {
  padding: var(--boost-spacing-lg);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.boost-block-posts__meta {
  display: flex;
  gap: var(--boost-spacing-md);
  font-size: var(--boost-font-size-sm);
  margin-bottom: var(--boost-spacing-sm);
}

.boost-block-posts__title {
  font-size: var(--boost-font-size-lg);
  font-weight: 600;
  margin: 0 0 var(--boost-spacing-sm);
  line-height: 1.4;
}

.boost-block-posts__title a {
  text-decoration: none;
}

.boost-block-posts__excerpt {
  font-size: var(--boost-font-size-sm);
  line-height: 1.6;
  margin: 0;
}

.boost-block-posts__footer {
  text-align: center;
  margin-top: var(--boost-spacing-3xl);
}

@media (max-width: 1024px) {
  .boost-block-posts__grid--cols-4 { grid-template-columns: repeat(2, 1fr); }
  .boost-block-posts__grid--cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .boost-block-posts__grid { grid-template-columns: 1fr; }
}

/* Block: cta */
/**
 * CTA Block - Static Styles
 *
 * Static CSS for layout, typography, and base component styling.
 * Dynamic CSS (colors, style presets, decorations) remains inline.
 *
 * @package Boost Theme Framework
 * @since 3.1.0
 */

/* /blocks/cta/style.css */

/* =============================================================================
   BASE SECTION
   ============================================================================= */

.boost-cta {
    position: relative;
    overflow: hidden;
    color: var(--boost-text);
}

/* =============================================================================
   CONTAINER
   ============================================================================= */

.boost-cta__container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* =============================================================================
   GRID LAYOUT (two-column)
   ============================================================================= */

.boost-cta__grid {
    display: grid;
    gap: 4rem;
    align-items: center;
}

.boost-cta--layout-left .boost-cta__grid,
.boost-cta--layout-right .boost-cta__grid {
    grid-template-columns: 1fr 1fr;
}

.boost-cta--layout-left .boost-cta__content {
    order: 2;
}

.boost-cta--layout-left .boost-cta__media {
    order: 1;
}

.boost-cta--layout-right .boost-cta__content {
    order: 1;
}

.boost-cta--layout-right .boost-cta__media {
    order: 2;
}

/* =============================================================================
   CONTENT AREA
   ============================================================================= */

.boost-cta__content {
    text-align: left;
}

.boost-cta--layout-centered .boost-cta__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Badge uses standard .boost-badge component - add CTA-specific spacing */
.boost-cta .boost-badge {
    margin-bottom: 1.5rem;
}

/* =============================================================================
   TITLE
   ============================================================================= */

.boost-cta__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--boost-text);
    margin: 0 0 1rem;
    line-height: 1.2;
}

/* =============================================================================
   SUBTITLE
   ============================================================================= */

.boost-cta__subtitle {
    font-size: 1.1rem;
    color: var(--boost-text-muted);
    margin: 0 0 2rem;
    line-height: 1.6;
}

/* =============================================================================
   BUTTONS CONTAINER
   ============================================================================= */

.boost-cta__buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.boost-cta--layout-centered .boost-cta__buttons {
    justify-content: center;
}

.boost-cta--layout-right .boost-cta__buttons {
    justify-content: flex-end;
}

/* Buttons use standard .boost-btn component */

/* =============================================================================
   FEATURES LIST
   ============================================================================= */

.boost-cta__features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.boost-cta--layout-centered .boost-cta__features {
    justify-content: center;
}

.boost-cta--layout-right .boost-cta__features {
    justify-content: flex-end;
}

.boost-cta__feature {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--boost-text-muted);
}

.boost-cta__feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styled icons from CPT - limit size in feature context */
.boost-cta__feature-icon .boost-styled-icon {
    --icon-container-size: 24px !important;
    --icon-size: 12px !important;
    width: 24px !important;
    height: 24px !important;
}

.boost-cta__feature-icon .boost-styled-icon svg {
    width: var(--icon-size, 12px) !important;
    height: var(--icon-size, 12px) !important;
}

.boost-cta__feature-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* =============================================================================
   IMAGE / MEDIA
   ============================================================================= */

.boost-cta__image {
    overflow: hidden;
    border-radius: 16px;
}

.boost-cta--layout-centered .boost-cta__image {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.boost-cta__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.boost-cta--layout-centered .boost-cta__image img {
    max-width: 500px;
}

/* =============================================================================
   CTA STYLE: BOXED (inner container)
   ============================================================================= */

.boost-cta--style-boxed .boost-cta__container {
    background: var(--boost-card-bg);
    border: 1px solid var(--boost-border);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* =============================================================================
   CTA STYLE: SPLIT (left border accent)
   ============================================================================= */

.boost-cta--style-split .boost-cta__container {
    padding-left: 2rem;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-cta {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .boost-cta__grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }
    
    .boost-cta__content {
        text-align: center !important;
        order: 2 !important;
    }
    
    .boost-cta--style-boxed .boost-cta__container {
        padding: 2rem;
    }
    
    .boost-cta__image {
        order: 1 !important;
        justify-content: center;
    }
    
    .boost-cta__buttons {
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
    }
    
    .boost-cta .boost-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .boost-cta__features {
        justify-content: center !important;
    }
}

/* =============================================================================
   ACCESSIBILITY
   Button focus/reduced-motion handled by standard .boost-btn component
   ============================================================================= */

/* Block: timeline */
/* Timeline Block - Base Structure */
/* /blocks/timeline/style.css */

.boost-block-timeline {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-timeline__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-timeline__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-3xl);
}

.boost-block-timeline__items {
  position: relative;
  padding-left: var(--boost-spacing-3xl);
}

.boost-block-timeline__line {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
}

.boost-block-timeline__item {
  position: relative;
  padding-bottom: var(--boost-spacing-2xl);
}

.boost-block-timeline__item:last-child {
  padding-bottom: 0;
}

.boost-block-timeline__dot {
  position: absolute;
  left: calc(-1 * var(--boost-spacing-3xl) + 2px);
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: var(--boost-radius-full);
}

.boost-block-timeline__date {
  font-size: var(--boost-font-size-sm);
  font-weight: 600;
  margin-bottom: var(--boost-spacing-xs);
}

.boost-block-timeline__title {
  font-size: var(--boost-font-size-lg);
  font-weight: 600;
  margin: 0 0 var(--boost-spacing-sm);
}

.boost-block-timeline__text {
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 640px) {
  .boost-block-timeline__items {
    padding-left: var(--boost-spacing-2xl);
  }
  
  .boost-block-timeline__dot {
    left: calc(-1 * var(--boost-spacing-2xl) + 2px);
  }
}

/* Block: quote */
/* Quote Block - Base Structure */
/* /blocks/quote/style.css */

.boost-block-quote {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-quote__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
  text-align: center;
}

.boost-block-quote__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto var(--boost-spacing-xl);
  opacity: 0.3;
}

.boost-block-quote__text {
  font-size: var(--boost-font-size-2xl);
  font-weight: 500;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 var(--boost-spacing-xl);
}

.boost-block-quote__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--boost-spacing-sm);
}

.boost-block-quote__avatar {
  width: 64px;
  height: 64px;
  border-radius: var(--boost-radius-full);
  object-fit: cover;
}

.boost-block-quote__author {
  font-weight: 600;
  margin: 0;
}

.boost-block-quote__role {
  font-size: var(--boost-font-size-sm);
  margin: 0;
}

@media (max-width: 768px) {
  .boost-block-quote__text {
    font-size: var(--boost-font-size-xl);
  }
}

/* Block: gallery */
/* Gallery - Base */
.boost-block-gallery { padding: var(--boost-spacing-6xl) 0; }
.boost-block-gallery__header { text-align: center; margin-bottom: var(--boost-spacing-4xl); }
.boost-block-gallery__grid { display: grid; gap: var(--boost-spacing-md); }
.boost-block-gallery-item { position: relative; overflow: hidden; cursor: pointer; }
.boost-block-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--boost-duration-normal); }
.boost-block-gallery-item:hover img { transform: scale(1.05); }

/* Block: video */
/* Video Block - Base Structure */
/* /blocks/video/style.css */

.boost-block-video {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-video__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-video__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-2xl);
}

.boost-block-video__container {
  position: relative;
  border-radius: var(--boost-radius-lg);
  overflow: hidden;
}

.boost-block-video__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.boost-block-video__wrapper iframe,
.boost-block-video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boost-block-video__poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boost-block-video__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boost-block-video__play {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: var(--boost-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--boost-duration-fast), box-shadow var(--boost-duration-fast);
}

.boost-block-video__poster:hover .boost-block-video__play {
  transform: scale(1.1);
}

.boost-block-video__caption {
  text-align: center;
  font-size: var(--boost-font-size-sm);
  margin-top: var(--boost-spacing-md);
}

@media (max-width: 640px) {
  .boost-block-video__play {
    width: 60px;
    height: 60px;
  }
}

/* Block: comparison */
/**
 * Comparison Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM modifiers: --style-{bordered|striped|minimal|cards}, --layout-{table|cards}
 *
 * @package Boost Theme Framework
 * @since 3.1.0
 */

/* /blocks/comparison/style.css */

/* =============================================================================
   BASE LAYOUT
   ============================================================================= */

.boost-comparison {
    position: relative;
}

.boost-comparison__container {
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   TABLE LAYOUT
   ============================================================================= */

.boost-comparison__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.boost-comparison__table {
    width: 100%;
    border-collapse: collapse;
}

.boost-comparison__table th,
.boost-comparison__table td {
    padding: 1rem 1.5rem;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid var(--boost-border);
}

.boost-comparison__table th:first-child,
.boost-comparison__table td:first-child {
    text-align: left;
    font-weight: 500;
}

.boost-comparison__table thead th {
    background: var(--boost-bg-alt, rgba(0,0,0,0.02));
    font-weight: 600;
    color: var(--boost-text);
}

/* =============================================================================
   TABLE STYLE MODIFIERS
   ============================================================================= */

/* Bordered */
.boost-comparison--style-bordered .boost-comparison__table {
    border: 1px solid var(--boost-border);
}

.boost-comparison--style-bordered .boost-comparison__table th,
.boost-comparison--style-bordered .boost-comparison__table td {
    border: 1px solid var(--boost-border);
}

/* Striped */
.boost-comparison--style-striped .boost-comparison__table th,
.boost-comparison--style-striped .boost-comparison__table td {
    border: 1px solid var(--boost-border);
}

.boost-comparison--style-striped .boost-comparison__table tbody tr:nth-child(even) {
    background: var(--boost-bg-alt, rgba(0,0,0,0.02));
}

/* Minimal - default border-bottom already set */

/* =============================================================================
   PRODUCT HEADER
   ============================================================================= */

.boost-comparison__highlight {
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.05);
}

.boost-comparison__popular {
    display: inline-block;
    background: linear-gradient(135deg, #7C3AED, #EC4899);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.boost-comparison__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.boost-comparison__product-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-bottom: 0.25rem;
}

.boost-comparison__product-name {
    font-weight: 600;
    color: var(--boost-text);
}

.boost-comparison__product-price {
    font-size: 0.85rem;
    color: var(--boost-text-muted);
}

/* =============================================================================
   FEATURE VALUES
   ============================================================================= */

.boost-comparison__check {
    color: #10b981;
}

.boost-comparison__check svg {
    width: 20px;
    height: 20px;
}

.boost-comparison__cross {
    color: var(--boost-text-muted);
    opacity: 0.5;
}

.boost-comparison__cross svg {
    width: 20px;
    height: 20px;
}

.boost-value {
    font-weight: 600;
    color: var(--boost-text);
}

/* =============================================================================
   CARDS LAYOUT
   ============================================================================= */

.boost-comparison__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.boost-comparison__card {
    border-radius: 16px;
    padding: 2rem;
    background: var(--boost-card-bg);
    border: 1px solid var(--boost-border);
}

/* Card style modifiers */
.boost-comparison--style-minimal .boost-comparison__card {
    background: transparent;
    border: none;
}

.boost-comparison--style-cards .boost-comparison__card {
    background: var(--boost-card-bg);
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.boost-comparison--style-bordered .boost-comparison__card {
    background: transparent;
    border: 2px solid var(--boost-border);
}

/* Highlighted card */
.boost-comparison__card--highlighted {
    border: 2px solid var(--boost-accent, var(--boost-primary));
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.03);
    box-shadow: 0 8px 30px rgba(var(--boost-accent-rgb, 124, 58, 237), 0.15);
}

.boost-comparison__card-header {
    text-align: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--boost-border);
    margin-bottom: 1.5rem;
}

.boost-comparison__card-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.boost-comparison__card-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: var(--boost-text-muted);
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-comparison__table th,
    .boost-comparison__table td {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    
    .boost-comparison__cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .boost-comparison__card {
        padding: 1.5rem;
    }
}
/* Block: faq */
/**
 * FAQ Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM modifiers: 
 *   --style-{minimal|cards|bordered|separated}
 *   --icon-{rounded|circle|square|minimal}
 *   --icon-type-{plus|chevron|arrow|caret|minus}
 *   --layout-columns
 *
 * @package Boost Theme Framework
 * @since 3.2.0
 */

/* /blocks/faq/style.css */

/* =============================================================================
   BASE LAYOUT
   ============================================================================= */

.boost-faq {
    position: relative;
}

.boost-faq__container {
    max-width: var(--boost-container-default, 900px);
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   FAQ LIST
   ============================================================================= */

.boost-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.boost-faq--style-separated .boost-faq__list {
    gap: 1.5rem;
}

.boost-faq__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* =============================================================================
   FAQ ITEM - Base
   ============================================================================= */

.boost-faq__item {
    border-bottom: 1px solid var(--boost-border);
}

.boost-faq__item:last-child {
    border-bottom: none;
}

/* Style: Cards */
.boost-faq--style-cards .boost-faq__item {
    background: var(--boost-card-bg);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    border-bottom: none;
}

.boost-faq--style-cards .boost-faq__item:last-child {
    border-bottom: none;
}

/* Style: Bordered */
.boost-faq--style-bordered .boost-faq__item {
    border: 1px solid var(--boost-border);
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 1px solid var(--boost-border);
}

.boost-faq--style-bordered .boost-faq__item:last-child {
    border-bottom: 1px solid var(--boost-border);
}

/* Style: Separated */
.boost-faq--style-separated .boost-faq__item {
    border-bottom: none;
    padding-bottom: 0;
}

/* =============================================================================
   QUESTION BUTTON
   ============================================================================= */

.boost-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: var(--boost-text);
    transition: color 0.2s;
}

.boost-faq__question:hover {
    color: var(--boost-accent, var(--boost-primary));
}

/* Question padding variants */
.boost-faq--style-cards .boost-faq__question,
.boost-faq--style-bordered .boost-faq__question {
    padding: 1.25rem 1.5rem;
}

.boost-faq--style-separated .boost-faq__question {
    padding: 1.25rem 0.5rem;
    background: var(--boost-card-bg);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* =============================================================================
   ICON
   ============================================================================= */

.boost-faq__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
    border-radius: 8px;
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.1);
    color: var(--boost-accent, var(--boost-primary));
}

.boost-faq__icon svg {
    width: 18px;
    height: 18px;
}

/* Icon style: Circle */
.boost-faq--icon-circle .boost-faq__icon {
    border-radius: 50%;
}

/* Icon style: Square */
.boost-faq--icon-square .boost-faq__icon {
    border-radius: 4px;
}

/* Icon style: Minimal */
.boost-faq--icon-minimal .boost-faq__icon {
    border-radius: 0;
    background: transparent;
    color: var(--boost-text);
    width: auto;
    height: auto;
}

/* Icon rotation on open - Plus (default, rotates to X) */
.boost-faq__item.is-open .boost-faq__icon {
    transform: rotate(45deg);
}

/* Icon rotation: Chevron */
.boost-faq--icon-type-chevron .boost-faq__item.is-open .boost-faq__icon {
    transform: rotate(90deg);
}

/* Icon rotation: Arrow/Caret */
.boost-faq--icon-type-arrow .boost-faq__item.is-open .boost-faq__icon,
.boost-faq--icon-type-caret .boost-faq__item.is-open .boost-faq__icon {
    transform: rotate(180deg);
}

/* Icon rotation: Minus (no rotation) */
.boost-faq--icon-type-minus .boost-faq__item.is-open .boost-faq__icon {
    transform: none;
}

/* =============================================================================
   ANSWER
   ============================================================================= */

.boost-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.boost-faq__item.is-open .boost-faq__answer {
    max-height: 500px;
}

.boost-faq__answer-inner {
    padding: 0 0 1.25rem;
    color: var(--boost-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.boost-faq__answer-inner p:first-child {
    margin-top: 0;
}

.boost-faq__answer-inner p:last-child {
    margin-bottom: 0;
}

/* Answer padding variants */
.boost-faq--style-cards .boost-faq__answer-inner,
.boost-faq--style-bordered .boost-faq__answer-inner {
    padding: 0 1.5rem 1.25rem;
}

.boost-faq--style-separated .boost-faq__answer-inner {
    padding: 0 0.5rem 1.25rem;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-faq__columns {
        grid-template-columns: 1fr;
    }
    
    .boost-faq__question {
        padding: 1rem 0;
    }
    
    .boost-faq--style-cards .boost-faq__question,
    .boost-faq--style-bordered .boost-faq__question {
        padding: 1rem;
    }
    
    .boost-faq--style-separated .boost-faq__question {
        padding: 1rem 0.5rem;
    }
    
    .boost-faq__answer-inner {
        padding: 0 0 1rem;
    }
    
    .boost-faq--style-cards .boost-faq__answer-inner,
    .boost-faq--style-bordered .boost-faq__answer-inner {
        padding: 0 1rem 1rem;
    }
    
    .boost-faq--style-separated .boost-faq__answer-inner {
        padding: 0 0.5rem 1rem;
    }
}

/* Block: countdown */
/**
 * Countdown Block - Static Styles
 *
 * Timer units, labels, layout (cacheable).
 * Dynamic CSS (preset, color scheme) in render.php.
 *
 * @package Boost Theme Framework
 * @since 3.2.0
 */

/* /blocks/countdown/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-countdown {
    position: relative;
}

.boost-countdown__container {
    max-width: 1200px;
    margin: 0 auto;
}

/* =============================================================================
   LAYOUTS
   ============================================================================= */

/* Centered (default) */
.boost-countdown--layout-centered .boost-countdown__container {
    text-align: center;
}

.boost-countdown--layout-centered .boost-countdown__content {
    max-width: 700px;
    margin: 0 auto 3rem;
}

/* Side by Side */
.boost-countdown--layout-side-by-side .boost-countdown__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Compact */
.boost-countdown--layout-compact .boost-countdown__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.boost-countdown--layout-compact .boost-badge {
    margin-bottom: 0;
}

.boost-countdown--layout-compact .boost-countdown__title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.boost-countdown--layout-compact .boost-countdown__subtitle {
    display: none;
}

/* =============================================================================
   CONTENT
   ============================================================================= */

/* Badge - uses standard .boost-badge component */
.boost-countdown .boost-badge {
    margin-bottom: 1rem;
}

.boost-countdown__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--boost-text);
    margin: 0 0 1rem;
    line-height: 1.2;
}

.boost-countdown__subtitle {
    font-size: 1.1rem;
    color: var(--boost-muted);
    margin: 0 0 1.5rem;
}

/* =============================================================================
   TIMER
   ============================================================================= */

.boost-countdown__timer {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.boost-countdown--layout-centered .boost-countdown__timer,
.boost-countdown--layout-compact .boost-countdown__timer {
    justify-content: center;
}

.boost-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boost-countdown__value {
    font-size: 2.5rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: var(--boost-text);
}

.boost-countdown__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--boost-muted);
    margin-top: 0.5rem;
}

/* =============================================================================
   TIMER STYLES
   ============================================================================= */

/* Cards Style */
.boost-countdown--timer-cards .boost-countdown__unit {
    background: var(--boost-card-bg);
    border: 1px solid var(--boost-border);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    min-width: 100px;
}

/* Circles Style */
.boost-countdown--timer-circles .boost-countdown__unit {
    background: var(--boost-card-bg);
    border: 3px solid var(--boost-accent, var(--boost-primary));
    border-radius: 50%;
    width: 100px;
    height: 100px;
    justify-content: center;
}

.boost-countdown--timer-circles .boost-countdown__value {
    font-size: 2rem;
}

.boost-countdown--timer-circles .boost-countdown__label {
    margin-top: 0.25rem;
}

/* Flip Style */
.boost-countdown--timer-flip .boost-countdown__unit {
    background: var(--boost-bg-alt, #1a1a2e);
    color: var(--boost-text);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    min-width: 80px;
    position: relative;
}

.boost-countdown--timer-flip .boost-countdown__unit::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
}

/* Minimal Style */
.boost-countdown--timer-minimal .boost-countdown__timer {
    gap: 1rem;
}

.boost-countdown__separator {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--boost-muted);
    align-self: flex-start;
    padding-top: 0.25rem;
}

/* =============================================================================
   CTA
   ============================================================================= */

.boost-countdown__cta {
    margin-top: 2rem;
}

.boost-countdown--layout-side-by-side .boost-countdown__cta,
.boost-countdown--layout-compact .boost-countdown__cta {
    margin-top: 0;
}

/* Buttons - use standard .boost-btn component */

/* =============================================================================
   EXPIRED STATE
   ============================================================================= */

.boost-countdown__expired {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--boost-accent, var(--boost-primary));
    display: none;
}

.boost-countdown--layout-compact .boost-countdown__expired {
    font-size: 1rem;
    text-align: center;
}

.boost-countdown.is-expired .boost-countdown__timer {
    display: none;
}

.boost-countdown.is-expired .boost-countdown__expired {
    display: block;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-countdown--layout-side-by-side .boost-countdown__container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .boost-countdown__timer {
        justify-content: center;
    }
    
    .boost-countdown--timer-cards .boost-countdown__unit {
        min-width: 70px;
        padding: 1rem;
    }
    
    .boost-countdown--timer-circles .boost-countdown__unit {
        width: 80px;
        height: 80px;
    }
    
    .boost-countdown__value {
        font-size: 1.75rem;
    }
}
/* Block: pricing */
/* Pricing Block - Base Structure */

.boost-block-pricing {
  padding: var(--boost-spacing-6xl) 0;
}

.boost-block-pricing__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--boost-spacing-4xl);
}

.boost-block-pricing__grid {
  display: grid;
  gap: var(--boost-spacing-xl);
  align-items: start;
}

.boost-block-pricing__plan {
  position: relative;
  padding: var(--boost-spacing-2xl);
  transition: all var(--boost-duration-normal) var(--boost-easing);
}

.boost-block-pricing__plan--featured {
  position: relative;
}

.boost-block-pricing__badge {
  position: absolute;
  top: 0;
  right: var(--boost-spacing-lg);
  transform: translateY(-50%);
}

.boost-block-pricing__name {
  margin-bottom: var(--boost-spacing-sm);
}

.boost-block-pricing__desc {
  margin-bottom: var(--boost-spacing-lg);
}

.boost-block-pricing__price {
  display: flex;
  align-items: baseline;
  gap: var(--boost-spacing-xs);
  margin: var(--boost-spacing-lg) 0;
}

.boost-block-pricing__features {
  list-style: none;
  margin-bottom: var(--boost-spacing-lg);
}

.boost-block-pricing__features li {
  padding: var(--boost-spacing-xs) 0;
}

@media (max-width: 768px) {
  .boost-block-pricing__grid {
    grid-template-columns: 1fr;
  }
}

/* Block: map */
/* Map Block - Base Structure */
/* /blocks/map/style.css */

.boost-block-map {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-map__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-map__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--boost-spacing-2xl);
}

.boost-block-map__container {
  position: relative;
  border-radius: var(--boost-radius-lg);
  overflow: hidden;
}

.boost-block-map__iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

.boost-block-map__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity var(--boost-duration-normal);
}

.boost-block-map__overlay.is-active {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .boost-block-map__iframe {
    height: 300px;
  }
}

/* Block: progress */
/* Progress Block - Base Structure */
/* /blocks/progress/style.css */

.boost-block-progress {
  padding: var(--boost-spacing-5xl) 0;
}

.boost-block-progress__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--boost-spacing-lg);
}

.boost-block-progress__header {
  text-align: center;
  margin-bottom: var(--boost-spacing-3xl);
}

.boost-block-progress__items {
  display: flex;
  flex-direction: column;
  gap: var(--boost-spacing-xl);
}

.boost-block-progress__item {
  display: flex;
  flex-direction: column;
  gap: var(--boost-spacing-sm);
}

.boost-block-progress__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boost-block-progress__label {
  font-weight: 500;
}

.boost-block-progress__value {
  font-weight: 600;
  font-size: var(--boost-font-size-sm);
}

.boost-block-progress__bar {
  height: 12px;
  border-radius: var(--boost-radius-full);
  overflow: hidden;
}

.boost-block-progress__fill {
  height: 100%;
  border-radius: var(--boost-radius-full);
  transition: width 1s ease-out;
}

/* Block: announcement */
/**
 * Announcement Block - Static Styles v3.6
 *
 * Uses CSS custom properties for customization:
 * --announcement-padding: padding (from stylePreset)
 * --announcement-radius: border-radius (from stylePreset)
 * --announcement-bg: background (from stylePreset)
 * --announcement-shadow: box-shadow (from stylePreset)
 * --announcement-border: border (from stylePreset)
 * --announcement-backdrop: backdrop-filter (from stylePreset)
 *
 * Icon uses boost-styled-icon (from icon-style component)
 * Icon colors from Color Scheme: --boost-icon-bg, --boost-icon-color
 *
 * @package Boost Theme Framework
 * @since 3.6.0
 */

/* /blocks/announcement/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-announcement {
    display: block;
    position: relative;
    padding: var(--announcement-padding, 0.75rem 1rem);
    border-radius: var(--announcement-radius, 0);
    background: var(--announcement-bg, var(--boost-primary, #3b82f6));
    box-shadow: var(--announcement-shadow, none);
    border: var(--announcement-border, none);
    -webkit-backdrop-filter: var(--announcement-backdrop, none);
    backdrop-filter: var(--announcement-backdrop, none);
    color: var(--boost-text, #fff);
    font-size: 0.9rem;
    line-height: 1.5;
}

.boost-announcement--dismissible {
    padding-right: 3rem;
}

/* =============================================================================
   TOP POSITION (before header)
   ============================================================================= */

.boost-top-announcements {
    position: relative;
    z-index: 1001;
}

.boost-announcement--top {
    border-radius: 0;
}

/* =============================================================================
   STICKY
   ============================================================================= */

.boost-announcement--sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Top + sticky = fixed at very top */
.boost-announcement--top.boost-announcement--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

/* Add body padding when top+sticky to prevent content jump */
body.has-sticky-announcement {
    padding-top: var(--sticky-announcement-height, 48px);
}

/* =============================================================================
   INNER LAYOUT
   ============================================================================= */

.boost-announcement__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* =============================================================================
   ICON (wrapper for boost-styled-icon)
   ============================================================================= */

.boost-announcement__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* Override styled-icon defaults for announcement context */
.boost-announcement__icon .boost-styled-icon {
    /* Icon style comes from CPT, colors from Color Scheme */
}

/* =============================================================================
   TEXT
   ============================================================================= */

.boost-announcement__text {
    text-align: center;
}

/* =============================================================================
   LINK
   ============================================================================= */

.boost-announcement__link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.25rem;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.boost-announcement__link:hover {
    opacity: 1;
    text-decoration: underline;
}

.boost-announcement__link svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
}

/* =============================================================================
   COUNTDOWN
   ============================================================================= */

.boost-announcement__countdown {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    background: rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
}

/* =============================================================================
   DISMISS BUTTON
   ============================================================================= */

.boost-announcement__dismiss {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity 0.2s;
    line-height: 1;
}

.boost-announcement__dismiss:hover {
    opacity: 1;
}

.boost-announcement__dismiss svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    display: block;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 768px) {
    .boost-announcement__inner {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .boost-announcement--dismissible {
        padding-right: 2.5rem;
    }
}
/* Block: alert */
/**
 * Alert Block - Static Styles v3.4
 *
 * Uses CSS custom properties for customization:
 * --alert-color: semantic color (from type)
 * --alert-padding: custom padding (from stylePreset)
 * --alert-radius: custom border-radius (from stylePreset)
 * --alert-bg: custom background (from stylePreset)
 * --alert-shadow: custom box-shadow (from stylePreset)
 *
 * @package Boost Theme Framework
 * @since 3.4.0
 */

/* /blocks/alert/style.css */

/* =============================================================================
   BASE LAYOUT
   ============================================================================= */

.boost-alert {
    --_padding: var(--alert-padding, 1rem 1.25rem);
    --_radius: var(--alert-radius, 12px);
    --_bg: var(--alert-bg, color-mix(in srgb, var(--alert-color) 8%, transparent));
    --_shadow: var(--alert-shadow, none);
    --_backdrop: var(--alert-backdrop, none);
    
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    padding: var(--_padding);
    border-radius: var(--_radius);
    border-left: 4px solid var(--alert-color);
    background: var(--_bg);
    box-shadow: var(--_shadow);
    -webkit-backdrop-filter: var(--_backdrop);
    backdrop-filter: var(--_backdrop);
    margin: 1rem 0;
    color: var(--boost-text, #1e293b);
    font-family: inherit;
    box-sizing: border-box;
}

.boost-alert *,
.boost-alert *::before,
.boost-alert *::after {
    box-sizing: inherit;
}

/* =============================================================================
   ICON
   ============================================================================= */

.boost-alert__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alert-color);
    line-height: 1;
}

.boost-alert__icon svg {
    display: block;
}

/* =============================================================================
   BODY
   ============================================================================= */

.boost-alert__body {
    flex: 1;
    min-width: 0;
}

/* =============================================================================
   TITLE
   ============================================================================= */

.boost-alert__title {
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 0.25rem;
    color: var(--boost-text, #1e293b);
    line-height: 1.4;
}

/* =============================================================================
   CONTENT
   ============================================================================= */

.boost-alert__content {
    font-size: 0.925rem;
    line-height: 1.6;
    color: var(--boost-text-muted, #64748b);
}

.boost-alert__content p {
    margin: 0;
}

.boost-alert__content p + p {
    margin-top: 0.5rem;
}

.boost-alert__content a {
    color: var(--alert-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.boost-alert__content a:hover {
    opacity: 0.8;
}

/* =============================================================================
   LINK (CTA)
   ============================================================================= */

.boost-alert__link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    color: var(--alert-color);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: opacity 0.15s ease;
    white-space: nowrap;
}

.boost-alert__link:hover {
    opacity: 0.8;
}

.boost-alert__link svg {
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

/* =============================================================================
   DISMISS BUTTON
   ============================================================================= */

.boost-alert__dismiss {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--boost-text-muted, #64748b);
    cursor: pointer;
    opacity: 0.6;
    border-radius: 4px;
    transition: opacity 0.15s ease;
}

.boost-alert__dismiss:hover {
    opacity: 1;
}

.boost-alert__dismiss:focus-visible {
    outline: 2px solid var(--alert-color);
    outline-offset: 2px;
}

.boost-alert__dismiss svg {
    display: block;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 480px) {
    .boost-alert {
        gap: 0.5rem;
        --_padding: var(--alert-padding, 0.875rem 1rem);
    }
    
    .boost-alert__icon svg {
        width: 18px;
        height: 18px;
    }
    
    .boost-alert__title {
        font-size: 0.9375rem;
    }
    
    .boost-alert__content {
        font-size: 0.875rem;
    }
    
    .boost-alert__dismiss {
        top: 0.625rem;
        right: 0.625rem;
    }
}
/* Block: author */
/**
 * Author Block - Static Styles
 *
 * Avatar, content, social links, posts list (cacheable).
 * Dynamic CSS (preset, color scheme) in render.php.
 *
 * @package Boost Theme Framework
 * @since 3.2.0
 */

/* /blocks/author/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-author {
    background: var(--boost-bg);
    color: var(--boost-text);
    padding: 3rem 1rem;
}

.boost-author__box {
    max-width: 800px;
    margin: 0 auto;
}

/* =============================================================================
   LAYOUT VARIANTS
   ============================================================================= */

/* Horizontal (default) */
.boost-author--layout-horizontal .boost-author__box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: start;
}

/* Vertical */
.boost-author--layout-vertical .boost-author__box {
    text-align: left;
}

.boost-author--layout-vertical .boost-author__avatar {
    margin-bottom: 1.5rem;
}

/* Centered */
.boost-author--layout-centered .boost-author__box {
    text-align: center;
}

.boost-author--layout-centered .boost-author__avatar {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

/* =============================================================================
   AVATAR
   ============================================================================= */

.boost-author__avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--boost-accent, var(--boost-primary));
    transition: transform 0.3s ease;
}

.boost-author--layout-vertical .boost-author__avatar img,
.boost-author--layout-centered .boost-author__avatar img {
    width: 120px;
    height: 120px;
}

.boost-author__avatar img:hover {
    transform: scale(1.05);
}

/* =============================================================================
   CONTENT
   ============================================================================= */

.boost-author--layout-horizontal .boost-author__content {
    padding-top: 0.25rem;
}

.boost-author__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--boost-accent, var(--boost-primary));
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.boost-author__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--boost-text);
}

.boost-author__name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.boost-author__name a:hover {
    color: var(--boost-accent, var(--boost-primary));
}

.boost-author__role {
    color: var(--boost-muted);
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.boost-author__bio {
    color: var(--boost-muted);
    line-height: 1.7;
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
}

/* =============================================================================
   SOCIAL (uses shared .boost-social-links from tokens/social.css)
   ============================================================================= */

.boost-author__social,
.boost-author .boost-social-links {
    margin-top: 0;
}

/* =============================================================================
   RECENT POSTS
   ============================================================================= */

.boost-author__posts {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--boost-border);
}

.boost-author__posts-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--boost-muted);
    margin: 0 0 1rem;
    font-weight: 600;
}

.boost-author__posts-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.boost-author__posts-list a {
    color: var(--boost-text);
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s;
}

.boost-author__posts-list a::before {
    content: '→';
    color: var(--boost-accent, var(--boost-primary));
}

.boost-author__posts-list a:hover {
    color: var(--boost-accent, var(--boost-primary));
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 640px) {
    .boost-author--layout-horizontal .boost-author__box {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .boost-author--layout-horizontal .boost-author__avatar {
        margin: 0 auto 1rem;
        display: flex;
        justify-content: center;
    }
    
    .boost-author--layout-horizontal .boost-social-links {
        justify-content: center;
    }
}
/* Block: footer */
/* Footer - Base */
.boost-block-footer { padding: var(--boost-spacing-6xl) 0 var(--boost-spacing-2xl); }
.boost-block-footer__main { display: grid; gap: var(--boost-spacing-2xl); margin-bottom: var(--boost-spacing-4xl); }
.boost-block-footer__column { }
.boost-block-footer__column-title { font-weight: 600; margin-bottom: var(--boost-spacing-lg); }
.boost-block-footer__links { list-style: none; }
.boost-block-footer__links li { margin-bottom: var(--boost-spacing-sm); }
.boost-block-footer__links a { transition: color var(--boost-duration-fast); }
.boost-block-footer__bottom { border-top: 1px solid var(--boost-color-neutral-200); padding-top: var(--boost-spacing-lg); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--boost-spacing-md); }
.boost-block-footer__social { display: flex; gap: var(--boost-spacing-md); }
.boost-block-footer__social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; transition: all var(--boost-duration-fast); }

/* Block: header */
/* Header - Base */
.boost-block-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: var(--boost-spacing-md) 0; transition: all var(--boost-duration-normal); }
.boost-block-header__inner,
.boost-block-header .header-container { display: flex; align-items: center; justify-content: space-between; gap: var(--boost-spacing-xl); max-width: var(--boost-container-default); margin: 0 auto; padding: 0 var(--boost-spacing-lg); }
.boost-block-header__logo,
.boost-block-header .header-logo { flex-shrink: 0; }
.boost-block-header__logo img,
.boost-block-header .header-logo img { height: 40px; width: auto; }
.boost-block-header__nav { display: flex; align-items: center; gap: var(--boost-spacing-xl); }
.boost-block-header__nav a { position: relative; font-weight: 500; transition: color var(--boost-duration-fast); }
.boost-block-header__cta { flex-shrink: 0; }
.boost-block-header__mobile-toggle { display: none; background: none; border: none; padding: var(--boost-spacing-xs); cursor: pointer; }
@media (max-width: 768px) {
  .boost-block-header__inner,
  .boost-block-header .header-container { padding: 0 var(--boost-gutter, 1rem); }
  .boost-block-header__mobile-toggle,
  .boost-block-header .header-toggle { display: block; }
  .boost-block-header__nav { display: none; }
  .boost-block-header__nav.is-open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: var(--boost-color-background); padding: var(--boost-spacing-lg); box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
}

/* Block: shortcode */
/**
 * Shortcode Block Styles
 *
 * Base styling for shortcode wrapper and embedded form elements.
 *
 * @package BoostThemeFramework
 * @since 3.0.0
 */

/* /blocks/shortcode/style.css */

/* =============================================================================
   BASE CONTAINER
   ============================================================================= */

.boost-shortcode {
    position: relative;
}

.boost-shortcode__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--boost-text, #1e293b);
}

.boost-shortcode__content {
    /* Let shortcode styles take over */
}

/* =============================================================================
   FORM STYLING DEFAULTS
   ============================================================================= */

.boost-shortcode input[type="text"],
.boost-shortcode input[type="email"],
.boost-shortcode input[type="tel"],
.boost-shortcode input[type="url"],
.boost-shortcode input[type="number"],
.boost-shortcode input[type="password"],
.boost-shortcode textarea,
.boost-shortcode select {
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 6px;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.boost-shortcode input:focus,
.boost-shortcode textarea:focus,
.boost-shortcode select:focus {
    outline: none;
    border-color: var(--boost-primary, #3b82f6);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* =============================================================================
   SUBMIT BUTTONS
   ============================================================================= */

.boost-shortcode button[type="submit"],
.boost-shortcode input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    background: var(--boost-primary, #3b82f6);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.boost-shortcode button[type="submit"]:hover,
.boost-shortcode input[type="submit"]:hover {
    background: var(--boost-primary-dark, #2563eb);
}

.boost-shortcode button[type="submit"]:active,
.boost-shortcode input[type="submit"]:active {
    transform: scale(0.98);
}

/* =============================================================================
   THEME AWARENESS
   ============================================================================= */

/* Dark theme adjustments */
.boost-shortcode[data-scheme="dark"] input,
.boost-shortcode[data-scheme="dark"] textarea,
.boost-shortcode[data-scheme="dark"] select {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--boost-text, #f8fafc);
}

.boost-shortcode[data-scheme="dark"] input:focus,
.boost-shortcode[data-scheme="dark"] textarea:focus,
.boost-shortcode[data-scheme="dark"] select:focus {
    border-color: var(--boost-accent, #a78bfa);
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.2);
}

/* Block: sidebar */
/* Sidebar - Base */
.boost-block-sidebar { 
  background: var(--boost-color-background, #ffffff); 
  border: 1px solid var(--boost-color-border, #e2e8f0); 
  padding: var(--boost-spacing-lg, 1.5rem); 
  transition: all var(--boost-duration-normal, 0.3s); 
}

/* Sidebar Sticky */
.boost-block-sidebar--sticky { 
  position: sticky; 
  top: var(--boost-sidebar-sticky-offset, 0px); 
  max-height: 100vh; 
  overflow-y: auto; 
  height: fit-content; 
}

/* Sidebar Position */
.boost-sidebar-grid { 
  display: grid; 
  gap: var(--boost-spacing-xl, 2rem); 
  align-items: start; 
}

.boost-sidebar-grid--left { 
  grid-template-columns: var(--boost-sidebar-width, 300px) 1fr; 
}

.boost-sidebar-grid--right { 
  grid-template-columns: 1fr var(--boost-sidebar-width, 300px); 
}

/* Sidebar Content */
.boost-block-sidebar__widget { 
  margin-bottom: var(--boost-spacing-md, 1rem); 
}

.boost-block-sidebar__widget:last-child { 
  margin-bottom: 0; 
}

.boost-block-sidebar__widget-title { 
  font-size: var(--boost-font-size-md, 1.125rem); 
  font-weight: 600; 
  margin-bottom: var(--boost-spacing-sm, 0.75rem); 
  color: var(--boost-color-text, #1e293b); 
}

/* Responsive */
@media (max-width: 900px) {
  .boost-sidebar-grid,
  .boost-sidebar-grid--left,
  .boost-sidebar-grid--right { 
    grid-template-columns: 1fr; 
  }
  
  .boost-block-sidebar--sticky { 
    position: relative; 
    top: auto; 
    max-height: none; 
  }
  
  /* Mobile position: before main content */
  .boost-sidebar.sidebar-mobile-first {
    order: -1;
  }
}
/* Block: taxonomy-list */
/**
 * Taxonomy List Block Styles
 *
 * Display styles for taxonomy terms: list, cloud, pills, inline.
 *
 * @package BoostThemeFramework
 * @since 3.0.0
 */

/* /blocks/taxonomy-list/style.css */

/* =============================================================================
   BASE
   ============================================================================= */

.boost-taxonomy-list {
    font-size: 0.9rem;
    line-height: 1.6;
}

.boost-taxonomy-list__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--boost-text, #1e293b);
}

/* =============================================================================
   LIST STYLE (default)
   ============================================================================= */

.boost-taxonomy-list__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.boost-taxonomy-list__item {
    margin: 0;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--boost-border, #e2e8f0);
}

.boost-taxonomy-list__item:last-child {
    border-bottom: none;
}

.boost-taxonomy-list__term {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--boost-text, #374151);
    text-decoration: none;
    transition: color 0.2s;
}

.boost-taxonomy-list__term:hover {
    color: var(--boost-primary, #3b82f6);
}

.boost-taxonomy-list__term svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.boost-taxonomy-list__count {
    color: var(--boost-text-muted, #64748b);
    font-size: 0.8em;
    margin-left: 0.25rem;
}

/* =============================================================================
   HIERARCHY (children)
   ============================================================================= */

.boost-taxonomy-list__children {
    list-style: none;
    margin: 0.25rem 0 0 1rem;
    padding: 0;
}

.boost-taxonomy-list__children .boost-taxonomy-list__item {
    border-bottom: none;
    padding: 0.2rem 0;
}

/* =============================================================================
   CLOUD STYLE
   ============================================================================= */

.boost-taxonomy-list--cloud .boost-taxonomy-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.boost-taxonomy-list--cloud .boost-taxonomy-list__term {
    white-space: nowrap;
}

/* =============================================================================
   PILLS STYLE
   ============================================================================= */

.boost-taxonomy-list--pills .boost-taxonomy-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.boost-taxonomy-list__pill {
    padding: 0.25rem 0.6rem;
    background: var(--boost-bg-alt, #f1f5f9);
    border-radius: 9999px;
    font-size: 0.8rem;
    transition: background 0.2s, color 0.2s;
}

.boost-taxonomy-list__pill:hover {
    background: var(--boost-primary, #3b82f6);
    color: #fff;
}

/* =============================================================================
   INLINE STYLE
   ============================================================================= */

.boost-taxonomy-list--inline .boost-taxonomy-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.75rem;
}

/* =============================================================================
   THEME AWARENESS
   ============================================================================= */

/* Dark theme */
.boost-taxonomy-list[data-scheme="dark"] .boost-taxonomy-list__item {
    border-color: rgba(255, 255, 255, 0.1);
}

.boost-taxonomy-list[data-scheme="dark"] .boost-taxonomy-list__pill {
    background: rgba(255, 255, 255, 0.1);
}

.boost-taxonomy-list[data-scheme="dark"] .boost-taxonomy-list__pill:hover {
    background: var(--boost-accent, #a78bfa);
}


/* ============================================
   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; }
}
