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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --boost-narrow: 720px;
  --boost-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-"],
section[class*="boost-"][class*="--"] {
  width: 100%;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Header */
  .boost-site-header .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"],
  section[class*="boost-"] [class*="__container"] {
    max-width: none !important;
    padding-left: var(--boost-gutter) !important;
    padding-right: var(--boost-gutter) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================
   Components
   ============================================ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* ========================================
   ROOT FALLBACK (Default = Light Theme)
   Applied when no data-variation attribute
   ======================================== */
:root {
    /* Core Colors */
    --boost-bg: #ffffff;
    --boost-text: #0f172a;
    --boost-muted: #475569;
    --boost-border: #e2e8f0;
    --boost-accent: #6D28D9;
    
    /* Cards */
    --boost-card-bg: #ffffff;
    --boost-card-border: #e2e8f0;
    --boost-card-shadow: 0 4px 20px rgba(0,0,0,0.08);
    --boost-card-hover-bg: #f8fafc;
    
    /* Icons */
    --boost-icon-bg: #f1f5f9;
    --boost-icon-color: #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 — Static Styles.
 *
 * BEM: boost-hero
 * Layout modifiers: --layout-{centered|left|right|split-left|split-right|full-image}
 * Media modifiers: --media-{background|foreground|none}
 * Alignment: --align-{center|right} (left is default, no modifier)
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/hero/style.css */

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

.boost-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 90vh; /* overridden dynamically */
    background: var(--boost-bg);
}

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

.boost-hero__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}

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

.boost-hero__bg-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.boost-hero__video,
.boost-hero__bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boost-hero__bg-image {
    position: absolute;
    inset: 0;
}

.boost-hero__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    /* background: rgba(0,0,0,N) set dynamically. */
}

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

.boost-hero__content {
    max-width: 800px;
}

/* Centered layout. */
.boost-hero--layout-centered .boost-hero__content,
.boost-hero--layout-full-image .boost-hero__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Left layout. */
.boost-hero--layout-left .boost-hero__content {
    max-width: 650px;
    margin-right: auto;
}

/* Right layout. */
.boost-hero--layout-right .boost-hero__content {
    max-width: 650px;
    margin-left: auto;
    text-align: right;
}

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

.boost-hero__title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
    color: var(--boost-text);
}

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

.boost-hero__subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 2rem;
    color: var(--boost-text-muted, rgba(255, 255, 255, 0.7));
    max-width: 600px;
}

.boost-hero--align-center .boost-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
}

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

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

.boost-hero--align-center .boost-hero__buttons {
    justify-content: center;
}

.boost-hero--align-right .boost-hero__buttons {
    justify-content: flex-end;
}

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

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

/* split-right: content on right, image on left. */
.boost-hero--layout-split-right .boost-hero__content {
    order: 2;
}

.boost-hero--layout-split-right .boost-hero__media {
    order: 1;
}

/* Split content inherits left alignment by default. */
.boost-hero__split .boost-hero__content {
    max-width: none;
}

/* =============================================================================
   MEDIA (foreground images)
   ============================================================================= */

.boost-hero__media img,
.boost-hero__full-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.boost-hero__full-image {
    margin-top: 3rem;
    text-align: center;
}

.boost-hero__full-image img {
    max-width: 1000px;
    display: inline-block;
}

/* =============================================================================
   ABSORBED (breadcrumbs + meta)
   ============================================================================= */

.boost-hero__absorbed {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.boost-hero__breadcrumbs {
    font-size: 0.75rem;
    opacity: 0.7;
    color: var(--boost-text-muted, rgba(255, 255, 255, 0.7));
}

.boost-hero__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.boost-hero__breadcrumbs a:hover {
    text-decoration: underline;
}

.boost-hero__breadcrumbs-sep {
    margin: 0 0.25rem;
}

.boost-hero__breadcrumbs-current {
    opacity: 0.9;
}

.boost-hero__meta {
    font-size: 0.8rem;
    opacity: 0.75;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    color: var(--boost-text-muted, rgba(255, 255, 255, 0.7));
}

.boost-hero__meta-sep {
    opacity: 0.5;
}

/* =============================================================================
   FOCUS
   ============================================================================= */

.boost-hero .boost-btn:focus-visible {
    outline: 2px solid var(--boost-primary, #2563eb);
    outline-offset: 4px;
    border-radius: 4px;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-hero__video {
        animation: none;
    }
}

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

@media (max-width: 768px) {
    .boost-hero__inner {
        padding: 3rem 1.5rem;
    }

    .boost-hero__split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .boost-hero--layout-split-right .boost-hero__content,
    .boost-hero--layout-split-right .boost-hero__media,
    .boost-hero--layout-split-left .boost-hero__content,
    .boost-hero--layout-split-left .boost-hero__media {
        order: unset;
    }

    .boost-hero__title {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
    }

    /* Center everything on mobile. */
    .boost-hero--layout-left .boost-hero__content,
    .boost-hero--layout-right .boost-hero__content {
        text-align: center;
        margin: 0 auto;
    }

    .boost-hero--layout-right .boost-hero__buttons,
    .boost-hero--layout-left .boost-hero__buttons {
        justify-content: center;
    }
}

/* Block: logos */
/**
 * Logos Block — Static Styles.
 *
 * BEM: boost-logos
 * Style modifiers: --style-{default|nameToImage|imageToName}
 * Layout modifiers: --layout-{row|grid|marquee}
 * CSS custom properties (set by render.php): --logo-h, --logo-gap, --logo-max-w
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/logos/style.css */

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

.boost-logos {
    position: relative;
    overflow: hidden;
    container-type: inline-size;
    padding: 5rem 2rem;
    text-align: center;

    --logo-h: 40px;
    --logo-gap: 48px;
    --logo-max-w: 160px;
}

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

.boost-logos__container {
    position: relative;
    z-index: 1;
}

/* =============================================================================
   SECTION HEADER OVERRIDE
   ============================================================================= */

.boost-logos .boost-section-header {
    margin-bottom: 2.5rem;
}

.boost-logos .boost-section-header__title {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

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

.boost-logos__text {
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: 700px;
    margin: -0.5rem auto 1.5rem;
    text-align: center;
}

/* =============================================================================
   ROW LAYOUT
   ============================================================================= */

.boost-logos__row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--logo-gap);
}

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

.boost-logos__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--logo-gap);
    align-items: center;
}

/* =============================================================================
   MARQUEE LAYOUT
   ============================================================================= */

.boost-logos__marquee {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.boost-logos__track {
    display: flex;
    gap: var(--logo-gap);
    width: max-content;
    /* animation is set dynamically (unique keyframes per instance). */
}

.boost-logos__marquee:hover .boost-logos__track {
    animation-play-state: paused;
}

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

.boost-logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

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

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

.boost-logos__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* =============================================================================
   IMAGE (default style)
   ============================================================================= */

.boost-logos--style-default .boost-logos__img {
    height: var(--logo-h);
    width: auto;
    max-width: var(--logo-max-w);
    object-fit: contain;
    transition: transform 0.3s ease;
}

.boost-logos--style-default .boost-logos__item:hover .boost-logos__img {
    transform: scale(1.05);
}

/* Default: hide name overlay. */
.boost-logos--style-default .boost-logos__name {
    display: none;
}

/* =============================================================================
   TEXT-ONLY LOGO (no image provided)
   ============================================================================= */

.boost-logos__text-logo {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--boost-muted, #64748b);
    transition: color 0.3s ease;
    white-space: nowrap;
}

.boost-logos__item:hover .boost-logos__text-logo {
    color: var(--boost-text, #1f2937);
}

/* =============================================================================
   NAME ↔ IMAGE SHARED (nameToImage, imageToName)
   ============================================================================= */

.boost-logos--style-nameToImage .boost-logos__item,
.boost-logos--style-imageToName .boost-logos__item {
    position: relative;
    overflow: hidden;
}

.boost-logos--style-nameToImage .boost-logos__img,
.boost-logos--style-nameToImage .boost-logos__name,
.boost-logos--style-imageToName .boost-logos__img,
.boost-logos--style-imageToName .boost-logos__name {
    height: var(--logo-h);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.boost-logos--style-nameToImage .boost-logos__img,
.boost-logos--style-imageToName .boost-logos__img {
    width: auto;
    max-width: var(--logo-max-w);
    object-fit: contain;
}

.boost-logos__name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    padding: 0 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--boost-text, #1f2937);
    white-space: nowrap;
    /* font-size set dynamically via $css_parts. */
}

/* =============================================================================
   STYLE: nameToImage (name visible → image on hover)
   ============================================================================= */

.boost-logos--style-nameToImage .boost-logos__img {
    opacity: 0;
    transform: translateY(6px);
}

.boost-logos--style-nameToImage .boost-logos__name {
    opacity: 1;
    transform: translateY(0);
}

.boost-logos--style-nameToImage .boost-logos__item:hover .boost-logos__img {
    opacity: 1;
    transform: translateY(0);
}

.boost-logos--style-nameToImage .boost-logos__item:hover .boost-logos__name {
    opacity: 0;
    transform: translateY(-6px);
}

/* =============================================================================
   STYLE: imageToName (grayscale image → name on hover)
   ============================================================================= */

.boost-logos--style-imageToName .boost-logos__img {
    opacity: 0.7;
    filter: grayscale(80%);
    transform: translateY(0);
}

.boost-logos--style-imageToName .boost-logos__name {
    opacity: 0;
    transform: translateY(6px);
}

.boost-logos--style-imageToName .boost-logos__item:hover .boost-logos__img {
    opacity: 0;
    transform: translateY(-6px);
}

.boost-logos--style-imageToName .boost-logos__item:hover .boost-logos__name {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================================================
   TOOLTIP
   ============================================================================= */

.boost-logos__tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--boost-text, #1f2937);
    color: var(--boost-bg, #ffffff);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    z-index: 10;
}

.boost-logos__tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--boost-text, #1f2937);
}

.boost-logos__item:hover .boost-logos__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}

/* =============================================================================
   FOCUS
   ============================================================================= */

.boost-logos__link:focus-visible {
    outline: 2px solid var(--boost-primary, #2563eb);
    outline-offset: 4px;
    border-radius: 4px;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-logos__item,
    .boost-logos__img,
    .boost-logos__name,
    .boost-logos__text-logo,
    .boost-logos__tooltip {
        transition: none;
    }

    .boost-logos__track {
        animation: none !important;
    }
}

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

@container (max-width: 1024px) {
    .boost-logos__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@container (max-width: 768px) {
    .boost-logos {
        padding: 3rem 1rem;
    }

    .boost-logos__row {
        gap: calc(var(--logo-gap) / 2);
    }

    .boost-logos__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: calc(var(--logo-gap) / 2);
    }

    .boost-logos--style-default .boost-logos__img,
    .boost-logos--style-nameToImage .boost-logos__img,
    .boost-logos--style-imageToName .boost-logos__img,
    .boost-logos--style-nameToImage .boost-logos__name,
    .boost-logos--style-imageToName .boost-logos__name {
        height: calc(var(--logo-h) * 0.8);
    }

    .boost-logos__name {
        padding: 0 0.75rem;
    }
}

@container (max-width: 480px) {
    .boost-logos__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =============================================================================
   VIEWPORT FALLBACK
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-logos__grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 768px) {
        .boost-logos {
            padding: 3rem 1rem;
        }

        .boost-logos__row {
            gap: calc(var(--logo-gap) / 2);
        }

        .boost-logos__grid {
            grid-template-columns: repeat(3, 1fr);
            gap: calc(var(--logo-gap) / 2);
        }

        .boost-logos--style-default .boost-logos__img,
        .boost-logos--style-nameToImage .boost-logos__img,
        .boost-logos--style-imageToName .boost-logos__img,
        .boost-logos--style-nameToImage .boost-logos__name,
        .boost-logos--style-imageToName .boost-logos__name {
            height: calc(var(--logo-h) * 0.8);
        }

        .boost-logos__name {
            padding: 0 0.75rem;
        }
    }

    @media (max-width: 480px) {
        .boost-logos__grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

/* Block: stats */
/**
 * Stats Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme, columns) inline.
 * BEM: boost-stats, --style-{minimal|cards|glass|bordered}, --layout-{row|grid}
 * Animation: --anim-{count|fade|scale|reveal}, triggered by .is-visible
 * Icon styles handled by CPT icon-style system (boost_render_styled_icon).
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/stats/style.css */

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

.boost-stats {
    position: relative;
    container-type: inline-size;
}

.boost-stats__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   ROW LAYOUT (flex, centered)
   ============================================================================= */

.boost-stats__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

/* =============================================================================
   GRID LAYOUT (columns set via inline CSS)
   ============================================================================= */

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

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

.boost-stats__item {
    text-align: center;
    padding: 1rem;
}

/* =============================================================================
   STYLE: CARDS
   ============================================================================= */

.boost-stats--style-cards .boost-stats__item {
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boost-stats--style-cards .boost-stats__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   STYLE: GLASS
   ============================================================================= */

.boost-stats--style-glass .boost-stats__item {
    background: var(--boost-glass-bg, rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--boost-glass-border, rgba(255, 255, 255, 0.15));
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boost-stats--style-glass .boost-stats__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   STYLE: BORDERED
   ============================================================================= */

.boost-stats--style-bordered .boost-stats__item {
    border-left: 3px solid var(--boost-accent, var(--boost-primary, #7C3AED));
    padding: 1.5rem;
    text-align: left;
}

/* =============================================================================
   ICON (wrapper — actual icon style from CPT system)
   ============================================================================= */

.boost-stats__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.boost-stats__icon svg {
    width: 28px;
    height: 28px;
}

/* =============================================================================
   VALUE
   ============================================================================= */

.boost-stats__value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--boost-accent, var(--boost-primary, var(--boost-text, #1e293b)));
    line-height: 1;
    margin-bottom: 0.5rem;
}

/* =============================================================================
   LABEL
   ============================================================================= */

.boost-stats__label {
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    font-weight: 500;
}

/* =============================================================================
   SECTION TEXT (below header)
   ============================================================================= */

.boost-stats__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

/* =============================================================================
   ENTRANCE ANIMATIONS (triggered by .is-visible)
   ============================================================================= */

/* Fade. */
.boost-stats--anim-fade .boost-stats__item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.boost-stats--anim-fade.is-visible .boost-stats__item {
    opacity: 1;
    transform: translateY(0);
}

/* Scale. */
.boost-stats--anim-scale .boost-stats__item {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.boost-stats--anim-scale.is-visible .boost-stats__item {
    opacity: 1;
    transform: scale(1);
}

/* Reveal. */
.boost-stats--anim-reveal .boost-stats__item {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transition: opacity 0.6s ease, clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.boost-stats--anim-reveal.is-visible .boost-stats__item {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}

/* Count (JS handles the value counting, no CSS animation on items). */

/* Staggered delays. */
.boost-stats--animated .boost-stats__item:nth-child(1) { transition-delay: 0s; }
.boost-stats--animated .boost-stats__item:nth-child(2) { transition-delay: 0.1s; }
.boost-stats--animated .boost-stats__item:nth-child(3) { transition-delay: 0.2s; }
.boost-stats--animated .boost-stats__item:nth-child(4) { transition-delay: 0.3s; }
.boost-stats--animated .boost-stats__item:nth-child(5) { transition-delay: 0.4s; }
.boost-stats--animated .boost-stats__item:nth-child(6) { transition-delay: 0.5s; }
.boost-stats--animated .boost-stats__item:nth-child(7) { transition-delay: 0.6s; }
.boost-stats--animated .boost-stats__item:nth-child(8) { transition-delay: 0.7s; }

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   container-type is set on .boost-stats (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 1024px) {
    .boost-stats__grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@container (max-width: 768px) {
    .boost-stats__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .boost-stats__row {
        gap: 2rem;
    }

    .boost-stats__value {
        font-size: 2rem;
    }
}

@container (max-width: 480px) {
    .boost-stats__grid {
        grid-template-columns: 1fr !important;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-stats__grid {
            grid-template-columns: repeat(3, 1fr) !important;
        }
    }

    @media (max-width: 768px) {
        .boost-stats__grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        .boost-stats__row {
            gap: 2rem;
        }

        .boost-stats__value {
            font-size: 2rem;
        }
    }

    @media (max-width: 480px) {
        .boost-stats__grid {
            grid-template-columns: 1fr !important;
        }
    }
}
/* 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 v3.5.
 *
 * 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;
}

/* Centered layout list (replaced inline style). */
.boost-content__list--centered {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.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 - Static Styles
 *
 * BEM: boost-steps, --horizontal, --vertical, --style-{default|cards|minimal|bordered}
 *
 * Indicator is automatic: icon if set, step number otherwise.
 * All 4 visual styles work with both icon and number indicators.
 *
 * Style differentiation:
 * - default:  Accent circle indicator + connecting line between steps.
 * - cards:    Elevated card per step, soft-fill indicator, hover lift, no line.
 * - minimal:  Small dot indicator, ultra-clean, subtle dashed line.
 * - bordered: Outlined indicator + bordered step containers.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/steps/style.css */

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

.boost-steps {
    position: relative;
    container-type: inline-size;
}

.boost-steps__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   HORIZONTAL GRID
   ============================================================================= */

.boost-steps--horizontal .boost-steps__grid {
    display: grid;
    gap: 2rem;
    position: relative;
}

.boost-steps--horizontal .boost-steps__item {
    position: relative;
    text-align: center;
}

.boost-steps--horizontal .boost-steps__indicator {
    margin: 0 auto 1.25rem;
}

/* =============================================================================
   VERTICAL TIMELINE
   ============================================================================= */

.boost-steps--vertical .boost-steps__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    max-width: var(--boost-container-narrow, 700px);
    padding-left: 72px;
}

.boost-steps--vertical .boost-steps__item {
    position: relative;
    text-align: left;
    padding-bottom: 2.5rem;
}

.boost-steps--vertical .boost-steps__item:last-child {
    padding-bottom: 0;
}

.boost-steps--vertical .boost-steps__indicator {
    position: absolute;
    left: -72px;
    top: 0;
}

/* =============================================================================
   INDICATOR (shared base)
   ============================================================================= */

.boost-steps__indicator {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.boost-steps__number {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.boost-steps__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.boost-steps__icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

/* =============================================================================
   CONTENT (shared)
   ============================================================================= */

.boost-steps__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--boost-text, #1e293b);
    margin: 0 0 0.5rem;
}

.boost-steps__desc {
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.6;
    margin: 0;
}

/* Section body text (below header). */
.boost-steps__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

/* =============================================================================
   STYLE: DEFAULT
   Filled accent circle + solid connecting line.
   ============================================================================= */

.boost-steps--style-default .boost-steps__indicator {
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: var(--boost-accent-text, #fff);
}

/* Horizontal connecting line. */
.boost-steps--style-default.boost-steps--horizontal .boost-steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 36px);
    right: calc(-50% + 36px);
    height: 2px;
    background: var(--boost-border, #e2e8f0);
    z-index: 0;
}

/* Vertical connecting line. */
.boost-steps--style-default.boost-steps--vertical .boost-steps__grid::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--boost-border, #e2e8f0);
    z-index: 0;
}

/* =============================================================================
   STYLE: CARDS
   Elevated card per step, soft-fill indicator, hover lift.
   No connecting line.
   ============================================================================= */

.boost-steps--style-cards .boost-steps__indicator {
    width: 48px;
    height: 48px;
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.12);
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
    border-radius: 14px;
}

.boost-steps--style-cards .boost-steps__number {
    font-size: 1.1rem;
}

/* Horizontal cards. */
.boost-steps--style-cards.boost-steps--horizontal .boost-steps__item {
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    border-radius: 16px;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boost-steps--style-cards.boost-steps--horizontal .boost-steps__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* Vertical cards. */
.boost-steps--style-cards.boost-steps--vertical .boost-steps__grid {
    padding-left: 0;
    gap: 1rem;
}

.boost-steps--style-cards.boost-steps--vertical .boost-steps__item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    border-radius: 16px;
    padding: 1.5rem;
    padding-bottom: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boost-steps--style-cards.boost-steps--vertical .boost-steps__item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.boost-steps--style-cards.boost-steps--vertical .boost-steps__indicator {
    position: static;
    flex-shrink: 0;
}

/* =============================================================================
   STYLE: MINIMAL
   Small dot indicator, ultra-clean, subtle dashed line.
   ============================================================================= */

.boost-steps--style-minimal .boost-steps__indicator {
    width: 32px;
    height: 32px;
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: var(--boost-accent-text, #fff);
    font-size: 0.75rem;
}

.boost-steps--style-minimal .boost-steps__number {
    font-size: 0.8rem;
    font-weight: 700;
}

.boost-steps--style-minimal .boost-steps__icon svg {
    width: 16px;
    height: 16px;
}

/* Horizontal minimal: dashed line. */
.boost-steps--style-minimal.boost-steps--horizontal .boost-steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 16px;
    left: calc(50% + 22px);
    right: calc(-50% + 22px);
    height: 1px;
    border-top: 2px dashed var(--boost-border, #e2e8f0);
    z-index: 0;
}

/* Vertical minimal. */
.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid {
    padding-left: 48px;
}

.boost-steps--style-minimal.boost-steps--vertical .boost-steps__indicator {
    left: -48px;
}

.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 2px dashed var(--boost-border, #e2e8f0);
    z-index: 0;
}

/* =============================================================================
   STYLE: BORDERED
   Outlined indicator + bordered step containers.
   ============================================================================= */

.boost-steps--style-bordered .boost-steps__indicator {
    width: 56px;
    height: 56px;
    background: transparent;
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
    border: 2px solid var(--boost-accent, var(--boost-primary, #7C3AED));
}

.boost-steps--style-bordered .boost-steps__number {
    font-weight: 800;
}

/* Horizontal bordered. */
.boost-steps--style-bordered.boost-steps--horizontal .boost-steps__item {
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
    padding: 2rem 1.5rem;
}

.boost-steps--style-bordered.boost-steps--horizontal .boost-steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(28px + 2rem);
    left: calc(50% + 36px);
    right: calc(-50% + 36px);
    height: 2px;
    background: var(--boost-border, #e2e8f0);
    z-index: 0;
}

/* Vertical bordered. */
.boost-steps--style-bordered.boost-steps--vertical .boost-steps__item {
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
    padding: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    margin-left: -16px;
}

.boost-steps--style-bordered.boost-steps--vertical .boost-steps__item:last-child {
    margin-bottom: 0;
}

.boost-steps--style-bordered.boost-steps--vertical .boost-steps__grid {
    padding-left: 80px;
}

.boost-steps--style-bordered.boost-steps--vertical .boost-steps__indicator {
    left: -80px;
}

/* Bordered vertical: NO connecting line — borders on items are enough. */

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   container-type is set on .boost-steps (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 1024px) {
    .boost-steps--horizontal .boost-steps__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Hide horizontal connecting lines in narrow container. */
    .boost-steps--horizontal .boost-steps__item::after {
        display: none !important;
    }
}

@container (max-width: 768px) {
    .boost-steps--horizontal .boost-steps__grid {
        grid-template-columns: 1fr !important;
        max-width: 500px;
    }

    .boost-steps--vertical .boost-steps__grid {
        padding-left: 56px;
    }

    .boost-steps--vertical .boost-steps__grid::before {
        left: 21px !important;
    }

    .boost-steps__indicator {
        width: 44px;
        height: 44px;
    }

    .boost-steps--style-minimal .boost-steps__indicator {
        width: 28px;
        height: 28px;
    }

    .boost-steps--style-cards .boost-steps__indicator {
        width: 40px;
        height: 40px;
    }

    .boost-steps--vertical .boost-steps__indicator {
        left: -56px;
    }

    .boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid {
        padding-left: 42px;
    }

    .boost-steps--style-minimal.boost-steps--vertical .boost-steps__indicator {
        left: -42px;
    }

    .boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid::before {
        left: 13px !important;
    }

    .boost-steps--style-bordered.boost-steps--vertical .boost-steps__grid {
        padding-left: 64px;
    }

    .boost-steps--style-bordered.boost-steps--vertical .boost-steps__indicator {
        left: -64px;
    }

    .boost-steps__number {
        font-size: 1rem;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-steps--horizontal .boost-steps__grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        .boost-steps--horizontal .boost-steps__item::after {
            display: none !important;
        }
    }

    @media (max-width: 768px) {
        .boost-steps--horizontal .boost-steps__grid {
            grid-template-columns: 1fr !important;
            max-width: 500px;
        }

        .boost-steps--vertical .boost-steps__grid {
            padding-left: 56px;
        }

        .boost-steps--vertical .boost-steps__grid::before {
            left: 21px !important;
        }

        .boost-steps__indicator {
            width: 44px;
            height: 44px;
        }

        .boost-steps--style-minimal .boost-steps__indicator {
            width: 28px;
            height: 28px;
        }

        .boost-steps--style-cards .boost-steps__indicator {
            width: 40px;
            height: 40px;
        }

        .boost-steps--vertical .boost-steps__indicator {
            left: -56px;
        }

        .boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid {
            padding-left: 42px;
        }

        .boost-steps--style-minimal.boost-steps--vertical .boost-steps__indicator {
            left: -42px;
        }

        .boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid::before {
            left: 13px !important;
        }

        .boost-steps--style-bordered.boost-steps--vertical .boost-steps__grid {
            padding-left: 64px;
        }

        .boost-steps--style-bordered.boost-steps--vertical .boost-steps__indicator {
            left: -64px;
        }

        .boost-steps__number {
            font-size: 1rem;
        }
    }
}
/* Block: testimonials */
/**
 * Testimonials Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme, columns) inline.
 * BEM: boost-testimonials, --style-{default|cards|bordered|elevated|glass|minimal}
 *      --layout-{carousel|grid|masonry}
 *
 * @package Boost Theme Framework
 * @since 3.3.0
 */

/* /blocks/testimonials/style.css */

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

.boost-testimonials {
    position: relative;
    overflow: hidden;
    container-type: inline-size;
}

.boost-testimonials__container {
    margin: 0 auto;
}

/* Container full — edge-to-edge cards. */
.boost-testimonials.boost-container-full .boost-testimonials__container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* =============================================================================
   CARD (shared across all layouts)
   ============================================================================= */

.boost-testimonials__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.75rem;
    border-radius: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* =============================================================================
   STYLE VARIANTS
   ============================================================================= */

/* Default / cards */
/* =============================================================================
   STYLE: CARDS (default - solid card with shadow)
   ============================================================================= */

.boost-testimonials--style-cards .boost-testimonials__card {
    background: var(--boost-card-bg, #f8fafc);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* =============================================================================
   STYLE: BUBBLE (speech bubble with tail pointing to author)
   ============================================================================= */

.boost-testimonials--style-bubble .boost-testimonials__card {
    background: var(--boost-card-bg, #f0f4f8);
    position: relative;
    border-radius: 16px 16px 16px 4px;
}

.boost-testimonials--style-bubble .boost-testimonials__card::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 12px solid var(--boost-card-bg, #f0f4f8);
    border-bottom: 10px solid transparent;
}

.boost-testimonials--style-bubble .boost-testimonials__author {
    padding-top: 0.75rem;
}

.boost-testimonials--style-bubble .boost-testimonials__quote-icon {
    display: none;
}

/* =============================================================================
   STYLE: BORDERED (transparent bg, border only)
   ============================================================================= */

.boost-testimonials--style-bordered .boost-testimonials__card {
    background: transparent;
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
}

/* =============================================================================
   STYLE: ELEVATED (strong shadow, hover lift)
   ============================================================================= */

.boost-testimonials--style-elevated .boost-testimonials__card {
    background: var(--boost-card-bg, #fff);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.boost-testimonials--style-elevated .boost-testimonials__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

/* =============================================================================
   STYLE: MINIMAL (no card, text only)
   ============================================================================= */

.boost-testimonials--style-minimal .boost-testimonials__card {
    background: transparent;
    padding: 1.5rem 0;
    border-radius: 0;
    box-shadow: none;
}

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

.boost-testimonials__quote-icon {
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
    opacity: 0.3;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

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

.boost-testimonials__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--boost-text, #1e293b);
    margin: 0 0 1.5rem;
    flex: 1;
    opacity: 0.9;
}

/* =============================================================================
   AUTHOR
   ============================================================================= */

.boost-testimonials__author {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-top: auto;
}

.boost-testimonials__avatar-wrap {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
}

.boost-testimonials__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

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

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

.boost-testimonials__role {
    font-size: 0.8rem;
    color: var(--boost-muted, #64748b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =============================================================================
   RATING
   ============================================================================= */

.boost-testimonials__rating {
    color: #fbbf24;
    font-size: 0.875rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

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

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

/* =============================================================================
   MASONRY LAYOUT
   ============================================================================= */

.boost-testimonials__masonry-item {
    break-inside: avoid;
    margin-bottom: 2rem;
}

/* =============================================================================
   CAROUSEL LAYOUT
   ============================================================================= */

.boost-testimonials__carousel {
    position: relative;
}

.boost-testimonials__carousel-wrapper {
    overflow: hidden;
}

.boost-testimonials__track {
    display: flex;
    transition: transform 0.4s ease;
}

.boost-testimonials__carousel-item {
    flex: 0 0 calc(100% / var(--boost-testimonials-cols, 3));
    padding: 0 1rem;
    box-sizing: border-box;
}

/* Nav buttons. */
.boost-testimonials__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-border, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s;
    color: var(--boost-text, #1e293b);
    padding: 0;
}

.boost-testimonials__nav:hover {
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: #fff;
    border-color: transparent;
}

.boost-testimonials__nav--prev {
    left: 0.5rem;
}

.boost-testimonials__nav--next {
    right: 0.5rem;
}

/* Dots. */
.boost-testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.boost-testimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--boost-border, #e2e8f0);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
}

.boost-testimonials__dot:hover {
    background: var(--boost-muted, #94a3b8);
}

.boost-testimonials__dot.is-active {
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    transform: scale(1.2);
}

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   Allows correct layout when block is inside narrow/sidebar layouts.
   container-type is set on .boost-testimonials (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 768px) {
    .boost-testimonials__carousel-item {
        flex: 0 0 50%;
    }

    .boost-testimonials__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .boost-testimonials__masonry {
        columns: 2 !important;
    }

    .boost-testimonials__nav--prev { left: 0; }
    .boost-testimonials__nav--next { right: 0; }
}

@container (max-width: 480px) {
    .boost-testimonials__carousel-item {
        flex: 0 0 100%;
        padding: 0 0.5rem;
    }

    .boost-testimonials__grid {
        grid-template-columns: 1fr !important;
    }

    .boost-testimonials__masonry {
        columns: 1 !important;
    }

    .boost-testimonials__nav {
        display: none;
    }

    .boost-testimonials__card {
        padding: 1.25rem;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-testimonials__carousel-item {
            flex: 0 0 50%;
        }

        .boost-testimonials__grid {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        .boost-testimonials__masonry {
            columns: 2 !important;
        }

        .boost-testimonials__nav--prev { left: 0; }
        .boost-testimonials__nav--next { right: 0; }
    }

    @media (max-width: 768px) {
        .boost-testimonials__carousel-item {
            flex: 0 0 100%;
            padding: 0 0.5rem;
        }

        .boost-testimonials__grid {
            grid-template-columns: 1fr !important;
        }

        .boost-testimonials__masonry {
            columns: 1 !important;
        }

        .boost-testimonials__nav {
            display: none;
        }

        .boost-testimonials__card {
            padding: 1.25rem;
        }
    }
}
/* Block: slider */
/**
 * Slider Block — Static Styles.
 *
 * BEM: boost-slider, --style-{elevated|bordered|minimal}
 * Transitions: --transition-{slide|fade}
 * Image effects: uses shared data-boost-image system (effects-image.css)
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/slider/style.css */

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

.boost-slider {
    position: relative;
    container-type: inline-size;
}

.boost-slider__container {
    margin: 0 auto;
}

/* Text block below section header. */
.boost-slider__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
    padding: 0 var(--boost-gutter, 1.5rem);
}

/* =============================================================================
   CONTAINER WIDTH OVERRIDES — Slider must fill available space
   By default the slider wrapper removes container padding so images
   take up the full container width. Section header keeps its own padding.
   ============================================================================= */

/* Remove inner padding from container — images go edge-to-edge within container. */
.boost-slider .boost-slider__wrapper {
    margin-left: calc(-1 * var(--boost-gutter, 1.5rem));
    margin-right: calc(-1 * var(--boost-gutter, 1.5rem));
}

/* Full container — no constraint at all. */
.boost-slider.boost-container-full .boost-slider__container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.boost-slider.boost-container-full .boost-slider__wrapper {
    margin-left: 0;
    margin-right: 0;
}

.boost-slider.boost-container-full .boost-slider__inner {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Wide container. */
.boost-slider.boost-container-wide .boost-slider__container {
    max-width: var(--boost-wide, 1400px);
}

/* =============================================================================
   TRACK & SLIDES
   ============================================================================= */

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

/* ─── Slide transition ─── */

.boost-slider--transition-slide .boost-slider__track {
    display: flex;
    transition: transform 0.5s ease;
    touch-action: pan-y pinch-zoom;
}

.boost-slider--transition-slide .boost-slider__slide {
    flex: 0 0 100%;
    min-width: 100%;
}

/* ─── Fade transition ─── */

.boost-slider--transition-fade .boost-slider__track {
    position: relative;
}

.boost-slider--transition-fade .boost-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
}

.boost-slider--transition-fade .boost-slider__slide:first-child {
    position: relative;
}

.boost-slider--transition-fade .boost-slider__slide.active {
    opacity: 1;
    z-index: 1;
}

/* ─── Inner ─── */

.boost-slider__inner {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.boost-slider__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

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

.boost-slider--style-elevated .boost-slider__inner {
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.boost-slider--style-bordered .boost-slider__inner {
    border-radius: 16px;
    border: 2px solid var(--boost-border);
}

.boost-slider--style-minimal .boost-slider__inner {
    border-radius: 8px;
}

/* =============================================================================
   OVERLAY
   ============================================================================= */

.boost-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
    background: #000;
}

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

.boost-slider__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 3rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    z-index: 2;
}

.boost-slider__slide-title {
    font-size: clamp(1.25rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
}

.boost-slider__slide-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 600px;
}

/* Dual CTA row. */
.boost-slider__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.boost-slider__slide-cta {
    display: inline-block;
}

/* Image effects: uses shared data-boost-image system (effects-image.css). */

/* =============================================================================
   NAVIGATION ARROWS
   ============================================================================= */

.boost-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: var(--boost-bg, #fff);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--boost-accent, var(--boost-primary, #1e293b));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 3;
    transition: transform 0.2s, box-shadow 0.2s;
}

.boost-slider__nav:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.boost-slider__nav--prev {
    left: 2rem;
}

.boost-slider__nav--next {
    right: 2rem;
}

/* =============================================================================
   DOTS
   ============================================================================= */

.boost-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 1.5rem;
}

.boost-slider__dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boost-slider__dot::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--boost-text-muted, rgba(0, 0, 0, 0.3));
    transition: all 0.2s;
}

.boost-slider__dot.active::before,
.boost-slider__dot:hover::before {
    background: var(--boost-text, #0f172a);
    transform: scale(1.2);
}

/* =============================================================================
   FULLSCREEN (hero-style viewport slider)
   ============================================================================= */

.boost-slider--fullscreen {
    height: 100vh;
    height: 100dvh;
}

.boost-slider--fullscreen .boost-slider__wrapper,
.boost-slider--fullscreen .boost-slider__track,
.boost-slider--fullscreen .boost-slider__slide {
    height: 100%;
}

.boost-slider--fullscreen .boost-slider__inner {
    aspect-ratio: unset;
    height: 100%;
}

.boost-slider--fullscreen .boost-slider__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boost-slider--fullscreen .boost-slider__overlay {
    display: block;
}

.boost-slider--fullscreen .boost-slider__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    z-index: 2;
    color: #fff;
}

.boost-slider--fullscreen .boost-slider__slide-title {
    font-size: clamp(2.25rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.boost-slider--fullscreen .boost-slider__slide-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 650px;
    color: rgba(255, 255, 255, 0.85);
}

.boost-slider--fullscreen .boost-slider__nav {
    width: 56px;
    height: 56px;
}

/* Hide section header in fullscreen (content is per-slide). */
.boost-slider--fullscreen .boost-section-header,
.boost-slider--fullscreen .boost-slider__text {
    display: none;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-slider--transition-slide .boost-slider__track {
        transition: none;
    }

    .boost-slider--transition-fade .boost-slider__slide {
        transition: none;
    }

    .boost-slider__inner img {
        transition: none;
    }
}

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   container-type is set on .boost-slider (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 768px) {
    .boost-slider__nav {
        width: 40px;
        height: 40px;
    }

    .boost-slider__nav--prev { left: 0.75rem; }
    .boost-slider__nav--next { right: 0.75rem; }

    .boost-slider__content {
        padding: 1.5rem;
    }

    .boost-slider__cta-row {
        flex-direction: column;
        gap: 0.5rem;
    }

    /* On narrow: image should fill almost all horizontal space. */
    .boost-slider .boost-slider__wrapper {
        margin-left: calc(-1 * var(--boost-gutter, 1rem));
        margin-right: calc(-1 * var(--boost-gutter, 1rem));
    }

    /* Reduce border-radius for more image space. */
    .boost-slider--style-elevated .boost-slider__inner,
    .boost-slider--style-bordered .boost-slider__inner {
        border-radius: 8px;
    }

    .boost-slider--style-minimal .boost-slider__inner {
        border-radius: 4px;
    }

    .boost-slider__text {
        padding: 0 1rem;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-slider__nav {
            width: 40px;
            height: 40px;
        }

        .boost-slider__nav--prev { left: 0.75rem; }
        .boost-slider__nav--next { right: 0.75rem; }

        .boost-slider__content {
            padding: 1.5rem;
        }

        .boost-slider__cta-row {
            flex-direction: column;
            gap: 0.5rem;
        }

        .boost-slider .boost-slider__wrapper {
            margin-left: calc(-1 * var(--boost-gutter, 1rem));
            margin-right: calc(-1 * var(--boost-gutter, 1rem));
        }

        .boost-slider--style-elevated .boost-slider__inner,
        .boost-slider--style-bordered .boost-slider__inner {
            border-radius: 8px;
        }

        .boost-slider--style-minimal .boost-slider__inner {
            border-radius: 4px;
        }

        .boost-slider__text {
            padding: 0 1rem;
        }
    }
}
/* Block: tabs */
/**
 * Tabs Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM: boost-tabs, --style-{underline|pills|bordered}, --layout-{horizontal|vertical}
 *
 * Style differentiation:
 * - underline:  Minimal. Thin accent line under/beside active tab. No borders.
 * - pills:      Rounded pill buttons with subtle background fill.
 * - bordered:   Classic card-tab look with visible borders connecting to panel.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/tabs/style.css */

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

.boost-tabs {
    position: relative;
    container-type: inline-size;
}

.boost-tabs__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* Section body text (below header). */
.boost-tabs__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2rem;
}

/* =============================================================================
   WRAPPER (horizontal vs vertical)
   ============================================================================= */

.boost-tabs--layout-vertical .boost-tabs__wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

/* =============================================================================
   NAV (tab buttons container)
   ============================================================================= */

.boost-tabs__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 2rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

/* Vertical nav: all styles get proper spacing. */
.boost-tabs--layout-vertical .boost-tabs__nav {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 0.35rem;
}

/* =============================================================================
   TAB BUTTON (base)
   ============================================================================= */

.boost-tabs__btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--boost-muted, #64748b);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.boost-tabs__btn:hover {
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
}

.boost-tabs__btn.is-active {
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
    font-weight: 700;
}

/* =============================================================================
   STYLE: UNDERLINE
   Minimal — thin accent line, no background, no borders.
   Horizontal: line under active. Vertical: line left of active.
   ============================================================================= */

/* Horizontal underline nav: baseline border. */
.boost-tabs--style-underline .boost-tabs__nav {
    border-bottom: 2px solid var(--boost-border, #e2e8f0);
    padding-bottom: 0;
    margin-bottom: 0;
    gap: 0;
}

.boost-tabs--style-underline .boost-tabs__btn {
    margin-bottom: -2px;
    border-radius: 0;
}

.boost-tabs--style-underline .boost-tabs__btn.is-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    border-radius: 3px 3px 0 0;
}

/* Vertical underline: no vertical line, no accent indicator — active state via color + weight only. */
.boost-tabs--layout-vertical.boost-tabs--style-underline .boost-tabs__nav {
    border-bottom: none;
    border-right: none;
    padding-right: 0;
    gap: 0;
}

.boost-tabs--layout-vertical.boost-tabs--style-underline .boost-tabs__btn {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.75rem 1.25rem;
    border-radius: 0;
}

.boost-tabs--layout-vertical.boost-tabs--style-underline .boost-tabs__btn.is-active::after {
    display: none;
}

/* =============================================================================
   STYLE: PILLS
   Rounded pill buttons with background fill. Works well in both layouts.
   ============================================================================= */

.boost-tabs--style-pills .boost-tabs__nav {
    gap: 0.5rem;
}

.boost-tabs--style-pills .boost-tabs__btn {
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
}

.boost-tabs--style-pills .boost-tabs__btn:hover {
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.08);
}

.boost-tabs--style-pills .boost-tabs__btn.is-active {
    background: rgba(var(--boost-accent-rgb, 124, 58, 237), 0.12);
}

/* Vertical pills: bigger gap. */
.boost-tabs--layout-vertical.boost-tabs--style-pills .boost-tabs__nav {
    gap: 0.5rem;
}

.boost-tabs--layout-vertical.boost-tabs--style-pills .boost-tabs__btn {
    border-radius: 10px;
    width: 100%;
}

/* =============================================================================
   STYLE: BORDERED
   Classic card-tab: visible border around active tab, connected to panel.
   Clearly different from underline — full box/card aesthetic.
   ============================================================================= */

.boost-tabs--style-bordered .boost-tabs__nav {
    border-bottom: 2px solid var(--boost-border, #e2e8f0);
    padding-bottom: 0;
    margin-bottom: 0;
    gap: 0;
}

.boost-tabs--style-bordered .boost-tabs__btn {
    border: 2px solid transparent;
    border-bottom-color: var(--boost-border, #e2e8f0);
    border-radius: 10px 10px 0 0;
    margin-bottom: -2px;
    background: transparent;
}

.boost-tabs--style-bordered .boost-tabs__btn:hover {
    background: var(--boost-bg, #f8fafc);
    border-color: var(--boost-border, #e2e8f0);
    border-bottom-color: var(--boost-border, #e2e8f0);
}

.boost-tabs--style-bordered .boost-tabs__btn.is-active {
    border-color: var(--boost-border, #e2e8f0);
    border-bottom-color: transparent;
    background: var(--boost-card-bg, #fff);
}

/* Vertical bordered: card-style stacked buttons, no continuous line. */
.boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__nav {
    border-bottom: none;
    border-right: none;
    padding-right: 0;
    gap: 0.35rem;
}

.boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__btn {
    border: 2px solid var(--boost-border, #e2e8f0);
    border-radius: 10px 0 0 10px;
    margin-bottom: 0;
    margin-right: -2px;
    padding: 0.75rem 1.25rem;
    width: 100%;
    background: transparent;
}

.boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__btn:hover {
    background: var(--boost-bg, #f8fafc);
}

.boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__btn.is-active {
    border-color: var(--boost-accent, var(--boost-primary, #7C3AED));
    background: var(--boost-card-bg, #fff);
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
}

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

.boost-tabs__btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.boost-tabs__btn-icon svg {
    stroke: currentColor;
    fill: none;
    color: inherit;
}

/* =============================================================================
   TAB PANELS
   ============================================================================= */

.boost-tabs__panel {
    display: none;
    padding: 2rem;
}

.boost-tabs__panel.is-active {
    display: block;
    animation: boost-tabs-fade-in 0.3s ease;
}

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

/* Underline/pills panels: spacing only. */
.boost-tabs--style-underline .boost-tabs__panel,
.boost-tabs--style-pills .boost-tabs__panel {
    padding-top: 2rem;
}

/* Bordered panels: connected card with borders. */
.boost-tabs--style-bordered .boost-tabs__panel {
    border: 2px solid var(--boost-border, #e2e8f0);
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: var(--boost-card-bg, #fff);
}

/* Vertical bordered panel: full borders, clean card. */
.boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__panel {
    border: 2px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
}

.boost-tabs__panel-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--boost-text, #1e293b);
    margin: 0 0 1rem;
}

.boost-tabs__panel-content {
    font-size: 1rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
}

.boost-tabs__panel-content p {
    margin: 0 0 1rem;
}

.boost-tabs__panel-content p:last-child {
    margin-bottom: 0;
}

/* =============================================================================
   PANEL IMAGE (with effects support)
   ============================================================================= */

.boost-tabs__panel-img-wrap {
    overflow: hidden;
    border-radius: 8px;
    margin: 1rem 0;
}

.boost-tabs__panel-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =============================================================================
   TAB ITEMS (menu-style structured content)
   ============================================================================= */

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

.boost-tabs__item {
    padding: 1rem 1.25rem;
    background: var(--boost-bg, #fff);
    border-radius: 10px;
    border: 1px solid var(--boost-border, #e2e8f0);
}

.boost-tabs__item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.35rem;
}

.boost-tabs__item-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--boost-text, #1e293b);
}

.boost-tabs__item-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--boost-accent, var(--boost-primary, #7C3AED));
}

.boost-tabs__item-desc {
    font-size: 0.875rem;
    color: var(--boost-muted, #64748b);
    margin: 0;
    line-height: 1.5;
}

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   container-type is set on .boost-tabs (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 768px) {
    .boost-tabs--layout-vertical .boost-tabs__wrapper {
        grid-template-columns: 1fr;
    }

    .boost-tabs--layout-vertical .boost-tabs__nav {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-right: none !important;
        padding-right: 0 !important;
    }

    .boost-tabs--layout-vertical .boost-tabs__btn {
        margin-right: 0 !important;
        border-radius: 8px !important;
        width: auto !important;
    }

    .boost-tabs__btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }

    .boost-tabs__panel {
        padding: 1.5rem;
    }

    .boost-tabs__items {
        grid-template-columns: 1fr;
    }

    /* Reset vertical bordered panel in narrow container. */
    .boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__panel {
        border-radius: 0 0 12px 12px;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-tabs--layout-vertical .boost-tabs__wrapper {
            grid-template-columns: 1fr;
        }

        .boost-tabs--layout-vertical .boost-tabs__nav {
            flex-direction: row;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-right: none !important;
            padding-right: 0 !important;
        }

        .boost-tabs--layout-vertical .boost-tabs__btn {
            margin-right: 0 !important;
            border-radius: 8px !important;
            width: auto !important;
        }

        .boost-tabs__btn {
            padding: 0.75rem 1.25rem;
            font-size: 0.9rem;
        }

        .boost-tabs__panel {
            padding: 1.5rem;
        }

        .boost-tabs__items {
            grid-template-columns: 1fr;
        }

        .boost-tabs--layout-vertical.boost-tabs--style-bordered .boost-tabs__panel {
            border-radius: 0 0 12px 12px;
        }
    }
}
/* Block: team */
/**
 * Team Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme, columns) inline.
 * BEM: boost-team, --style-{cards|bordered|overlay|minimal}
 *
 * Social icons styled via boost_render_social_links() helper (icon-style CPT).
 *
 * @package Boost Theme Framework
 * @since 3.3.0
 */

/* /blocks/team/style.css */

/* Section body text (below header). */
.boost-team__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2rem;
}

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

.boost-team {
    position: relative;
    container-type: inline-size;
}

.boost-team__container {
    margin: 0 auto;
    padding: 0 1rem;
}


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

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


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

.boost-team__card {
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}


/* =============================================================================
   STYLE: CARDS
   ============================================================================= */

.boost-team--style-cards .boost-team__card {
    background: var(--boost-card-bg, var(--boost-bg-alt, rgba(255, 255, 255, 0.8)));
    border: 1px solid var(--boost-card-border, var(--boost-border, rgba(0, 0, 0, 0.08)));
    border-radius: 16px;
    padding: 2rem;
}


/* =============================================================================
   STYLE: BORDERED
   ============================================================================= */

.boost-team--style-bordered .boost-team__card {
    border: 1px solid var(--boost-card-border, var(--boost-border));
    border-radius: 12px;
    padding: 1.5rem;
}


/* =============================================================================
   STYLE: MINIMAL
   ============================================================================= */

.boost-team--style-minimal .boost-team__card {
    padding: 1rem;
}


/* =============================================================================
   STYLE: OVERLAY
   ============================================================================= */

.boost-team--style-overlay .boost-team__card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.boost-team--style-overlay .boost-team__photo-wrap {
    margin: 0;
    border-radius: 0;
    overflow: visible;
    display: block;
}

.boost-team--style-overlay .boost-team__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.boost-team__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.boost-team__overlay .boost-team__name,
.boost-team__overlay .boost-team__role {
    color: #fff;
}


/* =============================================================================
   HOVER (non-overlay styles)
   ============================================================================= */

.boost-team--style-cards .boost-team__card:hover,
.boost-team--style-bordered .boost-team__card:hover,
.boost-team--style-minimal .boost-team__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


/* =============================================================================
   PHOTO (non-overlay)
   ============================================================================= */

.boost-team__photo-wrap {
    display: inline-block;
    margin: 0 auto 1.25rem;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}

.boost-team__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}


/* =============================================================================
   MEMBER INFO
   ============================================================================= */

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

.boost-team__role {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--boost-text-muted);
    margin: 0 0 0.75rem;
}

.boost-team__bio {
    font-size: 0.9rem;
    color: var(--boost-text-muted);
    line-height: 1.6;
    margin: 0 0 1rem;
}


/* =============================================================================
   SOCIAL LINKS (layout only, colors via boost_render_social_links helper)
   ============================================================================= */

.boost-team__socials {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}




/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   container-type is set on .boost-team (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 1024px) {
    .boost-team__grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@container (max-width: 768px) {
    .boost-team__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem;
    }
}

@container (max-width: 480px) {
    .boost-team__grid {
        grid-template-columns: 1fr !important;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-team__grid {
            grid-template-columns: repeat(3, 1fr) !important;
        }
    }

    @media (max-width: 768px) {
        .boost-team__grid {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .boost-team__grid {
            grid-template-columns: 1fr !important;
        }
    }
}
/* Block: posts */
/**
 * Posts Block — Static Styles.
 *
 * BEM: boost-posts
 * Style modifiers: --cards, --minimal, --bordered, --overlay
 * Layout modifiers: --grid, --list, --carousel
 *
 * CSS custom properties (set on section):
 *   --bpo-columns, --bpo-columns-tablet, --bpo-gap
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/posts/style.css */

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

.boost-posts {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    container-type: inline-size;
    box-sizing: border-box;
}

/* Carousel needs overflow visible for nav arrows. */
.boost-posts--carousel {
    overflow: visible;
}

.boost-posts__container {
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.boost-posts--carousel .boost-posts__container {
    padding: 0 2rem;
}

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

.boost-posts__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

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

.boost-posts__grid {
    display: grid;
    grid-template-columns: repeat(var(--bpo-columns, 3), 1fr);
    gap: 2rem;
    min-width: 0;
}

/* =============================================================================
   LIST LAYOUT
   ============================================================================= */

.boost-posts__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.boost-posts--list .boost-posts__card {
    display: grid;
    grid-template-columns: minmax(150px, 300px) 1fr;
    gap: 2rem;
    align-items: center;
}

.boost-posts--list .boost-posts__image {
    aspect-ratio: 4/3;
    height: 100%;
}

.boost-posts--list .boost-posts__meta {
    flex-wrap: nowrap;
    gap: 1.25rem;
}

.boost-posts--list .boost-posts__meta span {
    white-space: nowrap;
}

/* =============================================================================
   CAROUSEL LAYOUT
   ============================================================================= */

.boost-posts__carousel {
    position: relative;
}

.boost-posts__carousel-wrapper {
    overflow: hidden;
    margin: 0 calc(var(--bpo-gap, 32px) / -2);
}

.boost-posts__carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.boost-posts__carousel-item {
    flex-shrink: 0;
    padding: 0 calc(var(--bpo-gap, 32px) / 2);
    box-sizing: border-box;
    flex-basis: calc(100% / var(--bpo-columns, 3));
}

/* =============================================================================
   CARD — BASE
   ============================================================================= */

.boost-posts__card {
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    min-width: 0;
    overflow-wrap: break-word;
}

.boost-posts__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* =============================================================================
   CARD — STYLE: CARDS (default)
   ============================================================================= */

.boost-posts--cards .boost-posts__card {
    background: var(--boost-card-bg, #fff);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

/* =============================================================================
   CARD — STYLE: BORDERED
   ============================================================================= */

.boost-posts--bordered .boost-posts__card {
    background: transparent;
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid var(--boost-border, #e2e8f0);
}

/* =============================================================================
   CARD — STYLE: MINIMAL
   ============================================================================= */

.boost-posts--minimal .boost-posts__card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.boost-posts--minimal .boost-posts__image {
    border-radius: 12px;
    margin-bottom: 1rem;
}

.boost-posts--minimal .boost-posts__content {
    padding: 0.75rem 1rem 1.25rem;
}

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

.boost-posts__image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--boost-border, #e2e8f0);
}

/* Image wrapper link — excludes category badge. */
.boost-posts__image > a:not(.boost-posts__category) {
    display: block;
    width: 100%;
    height: 100%;
}

.boost-posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

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

/* =============================================================================
   CATEGORY BADGE (on image)
   ============================================================================= */

.boost-posts__category {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: var(--boost-accent, #7C3AED);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
    height: auto;
}

a.boost-posts__category:hover {
    opacity: 0.9;
}

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

.boost-posts__content {
    padding: 0.875rem 1.5rem 1.5rem;
}

/* =============================================================================
   META
   ============================================================================= */

.boost-posts__meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--boost-muted, #64748b);
    margin-bottom: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boost-posts__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    white-space: nowrap;
}

.boost-posts__meta span + span::before {
    content: '\00B7';
    margin-right: 0.35rem;
    opacity: 0.5;
}

.boost-posts__meta svg {
    opacity: 0.7;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
}

/* =============================================================================
   TITLE & EXCERPT
   ============================================================================= */

.boost-posts__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 0.75rem;
    color: var(--boost-text, #1e293b);
    overflow-wrap: break-word;
    word-break: break-word;
}

.boost-posts__title a {
    color: var(--boost-text, #1e293b);
    text-decoration: none;
}

.boost-posts__title a:hover {
    color: var(--boost-accent, #7C3AED);
}

.boost-posts__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--boost-muted, #64748b);
    margin: 0;
}

/* =============================================================================
   CAROUSEL NAVIGATION
   ============================================================================= */

.boost-posts__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-border, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
    color: var(--boost-text, #1e293b);
    padding: 0;
}

.boost-posts__nav:hover {
    background: var(--boost-accent, #7C3AED);
    color: #fff;
    border-color: transparent;
}

.boost-posts__nav--prev { left: -22px; }
.boost-posts__nav--next { right: -22px; }

/* =============================================================================
   CAROUSEL DOTS
   ============================================================================= */

.boost-posts__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    width: 100%;
}

.boost-posts__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--boost-border, #e2e8f0);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}

.boost-posts__dot:hover {
    background: var(--boost-muted, #94a3b8);
}

.boost-posts__dot.is-active {
    background: var(--boost-accent, #7C3AED);
    transform: scale(1.2);
}

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

.boost-posts__footer {
    text-align: center;
    margin-top: 3rem;
}

.boost-posts__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2rem;
    background: var(--boost-accent, linear-gradient(135deg, #7C3AED, #EC4899));
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}

.boost-posts__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.3);
}

/* =============================================================================
   EMPTY STATE
   ============================================================================= */

.boost-posts__empty {
    padding: 3rem 1rem;
    text-align: center;
    color: var(--boost-muted, #64748b);
}

.boost-posts__empty svg {
    margin: 0 auto 1rem;
    opacity: 0.5;
}

.boost-posts__empty p {
    font-size: 1.125rem;
    margin: 0;
}

/* =============================================================================
   PAGINATION — NUMERIC
   ============================================================================= */

.boost-posts__pagination {
    margin: 2.5rem 0 0;
    display: flex;
    justify-content: center;
}

.boost-posts__pagination--top {
    margin-top: 0;
    margin-bottom: 2rem;
}

.boost-posts__pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.boost-posts__pagination li {
    margin: 0;
}

.boost-posts__pagination a,
.boost-posts__pagination span.current {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
    color: var(--boost-text, #1e293b);
    background: var(--boost-card-bg, #fff);
    border: 1px solid var(--boost-border, #e2e8f0);
}

.boost-posts__pagination a:hover {
    background: var(--boost-accent, #7C3AED);
    color: #fff;
    border-color: transparent;
}

.boost-posts__pagination span.current {
    background: var(--boost-accent, #7C3AED);
    color: #fff;
    border-color: transparent;
    font-weight: 600;
}

.boost-posts__pagination .dots {
    border: none;
    background: none;
    padding: 0.5rem 0.25rem;
    color: var(--boost-muted, #94a3b8);
}

.boost-posts__pagination a svg {
    flex-shrink: 0;
}

/* =============================================================================
   PAGINATION — LOAD MORE
   ============================================================================= */

.boost-posts__loadmore {
    text-align: center;
    margin: 2.5rem 0 0;
}

.boost-posts__loadmore--top {
    margin-top: 0;
    margin-bottom: 2rem;
}

.boost-posts__loadmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid var(--boost-accent, #7C3AED);
    background: transparent;
    color: var(--boost-accent, #7C3AED);
    font-family: inherit;
    line-height: 1.5;
}

.boost-posts__loadmore-btn:hover {
    background: var(--boost-accent, #7C3AED);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2);
}

.boost-posts__loadmore-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-posts__card,
    .boost-posts__image img,
    .boost-posts__nav,
    .boost-posts__dot,
    .boost-posts__cta,
    .boost-posts__loadmore-btn,
    .boost-posts__carousel-track {
        transition: none;
    }
}

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

@container (min-width: 1025px) {
    .boost-posts__grid {
        grid-template-columns: repeat(var(--bpo-columns, 3), 1fr);
    }
}

@container (max-width: 1024px) {
    .boost-posts__grid {
        grid-template-columns: repeat(var(--bpo-columns-tablet, 2), 1fr);
    }

    .boost-posts__carousel-item {
        flex-basis: calc(100% / var(--bpo-columns-tablet, 2));
    }

    .boost-posts__nav--prev { left: 0; }
    .boost-posts__nav--next { right: 0; }
}

@container (max-width: 768px) {
    .boost-posts {
        padding: 3rem 1rem;
    }

    .boost-posts__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .boost-posts--list .boost-posts__card {
        grid-template-columns: 1fr;
    }

    .boost-posts__carousel-item {
        flex-basis: 100%;
        padding: 0 0.5rem;
    }

    .boost-posts__carousel-wrapper {
        margin: 0 -0.5rem;
    }

    .boost-posts__nav {
        display: none;
    }

    .boost-posts__meta {
        flex-wrap: wrap;
        white-space: normal;
    }

    .boost-posts__pagination a,
    .boost-posts__pagination span.current {
        padding: 0.4rem 0.65rem;
        font-size: 0.8rem;
    }
}

/* Narrow container: stack meta items vertically (sidebar + narrow layouts). */
@container (max-width: 500px) {
    .boost-posts__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .boost-posts__meta span + span::before {
        content: none;
        margin-right: 0;
    }

    .boost-posts--list .boost-posts__card {
        gap: 1rem;
    }

    .boost-posts--list .boost-posts__meta {
        flex-wrap: wrap;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-posts__grid {
            grid-template-columns: repeat(var(--bpo-columns-tablet, 2), 1fr);
        }

        .boost-posts__carousel-item {
            flex-basis: calc(100% / var(--bpo-columns-tablet, 2));
        }

        .boost-posts__nav--prev { left: 0; }
        .boost-posts__nav--next { right: 0; }
    }

    @media (max-width: 768px) {
        .boost-posts {
            padding: 3rem 1rem;
        }

        .boost-posts__grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .boost-posts--list .boost-posts__card {
            grid-template-columns: 1fr;
        }

        .boost-posts__carousel-item {
            flex-basis: 100%;
            padding: 0 0.5rem;
        }

        .boost-posts__carousel-wrapper {
            margin: 0 -0.5rem;
        }

        .boost-posts__nav {
            display: none;
        }

        .boost-posts__meta {
            flex-wrap: wrap;
            white-space: normal;
        }

        .boost-posts__pagination a,
        .boost-posts__pagination span.current {
            padding: 0.4rem 0.65rem;
            font-size: 0.8rem;
        }
    }

    @media (max-width: 500px) {
        .boost-posts__meta {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }

        .boost-posts__meta span + span::before {
            content: none;
            margin-right: 0;
        }
    }
}
/* Block: cta */
/**
 * CTA Block — Static Styles v3.5.
 *
 * 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 — Static Styles.
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM: boost-timeline, --style-{dots|cards|bordered}, --layout-{vertical|alternating|horizontal|compact}
 *
 * Features: 4 layouts, 3 styles, per-item icons/images/links/accent, connector animation.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/timeline/style.css */

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

.boost-timeline {
    position: relative;
    container-type: inline-size;
}

.boost-timeline__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   TRACK (wrapper for connector + items)
   ============================================================================= */

.boost-timeline__track {
    position: relative;
    margin-top: 3rem;
}

/* =============================================================================
   CONNECTOR LINE
   ============================================================================= */

.boost-timeline__connector {
    position: absolute;
    background: var(--boost-border, #e5e7eb);
}

/* Vertical / Alternating / Compact: vertical line */
.boost-timeline--layout-vertical .boost-timeline__connector,
.boost-timeline--layout-compact .boost-timeline__connector {
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
}

.boost-timeline--layout-alternating .boost-timeline__connector {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

/* Horizontal: horizontal line */
.boost-timeline--layout-horizontal .boost-timeline__connector {
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

/* Connector fill (animated) */
.boost-timeline__connector-fill {
    background: var(--boost-accent, var(--boost-primary, #3b82f6));
    width: 100%;
    height: 0;
    transition: height 0.1s linear;
    border-radius: 2px;
}

.boost-timeline--layout-horizontal .boost-timeline__connector-fill {
    height: 100%;
    width: 0;
    transition: width 0.1s linear;
}

/* =============================================================================
   VERTICAL LAYOUT (items stacked, line on left)
   ============================================================================= */

.boost-timeline--layout-vertical .boost-timeline__track {
    padding-left: 2.5rem;
}

.boost-timeline--layout-vertical .boost-timeline__item {
    position: relative;
    padding-bottom: 2.5rem;
}

.boost-timeline--layout-vertical .boost-timeline__item:last-child {
    padding-bottom: 0;
}

/* =============================================================================
   ALTERNATING LAYOUT (items zigzag left/right)
   ============================================================================= */

.boost-timeline--layout-alternating .boost-timeline__item {
    position: relative;
    width: 50%;
    padding-bottom: 3rem;
}

.boost-timeline--layout-alternating .boost-timeline__item:nth-child(odd) {
    margin-left: auto;
    padding-left: 2.5rem;
    text-align: left;
}

.boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) {
    padding-right: 2.5rem;
    text-align: right;
}

.boost-timeline--layout-alternating .boost-timeline__item:last-child {
    padding-bottom: 0;
}

/* =============================================================================
   HORIZONTAL LAYOUT (items in a row, scrollable)
   ============================================================================= */

.boost-timeline--layout-horizontal .boost-timeline__container {
    overflow-x: auto;
    scrollbar-width: thin;
}

.boost-timeline--layout-horizontal .boost-timeline__track {
    display: flex;
    gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    min-width: max-content;
}

.boost-timeline--layout-horizontal .boost-timeline__item {
    flex: 0 0 280px;
    position: relative;
}

/* =============================================================================
   COMPACT LAYOUT (minimal, no cards, inline)
   ============================================================================= */

.boost-timeline--layout-compact .boost-timeline__track {
    padding-left: 2rem;
}

.boost-timeline--layout-compact .boost-timeline__item {
    position: relative;
    padding-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.boost-timeline--layout-compact .boost-timeline__item:last-child {
    padding-bottom: 0;
}

.boost-timeline--layout-compact .boost-timeline__date {
    flex-shrink: 0;
    min-width: 80px;
}

.boost-timeline--layout-compact .boost-timeline__card {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.boost-timeline--layout-compact .boost-timeline__card-title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.boost-timeline--layout-compact .boost-timeline__card-text {
    font-size: 0.875rem;
}

/* =============================================================================
   DOT MARKER
   ============================================================================= */

.boost-timeline__dot {
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--boost-accent, var(--boost-primary, #3b82f6));
    border-radius: 50%;
    border: 3px solid var(--boost-bg, #fff);
    box-shadow: 0 0 0 3px var(--boost-accent, var(--boost-primary, #3b82f6));
    z-index: 1;
}

/* Vertical / Compact: dot on the left line */
.boost-timeline--layout-vertical .boost-timeline__dot,
.boost-timeline--layout-compact .boost-timeline__dot {
    left: -2.5rem;
    top: 4px;
    transform: translateX(-50%);
}

.boost-timeline--layout-compact .boost-timeline__dot {
    left: -2rem;
}

/* Alternating: dot on center line */
.boost-timeline--layout-alternating .boost-timeline__dot {
    top: 4px;
}

.boost-timeline--layout-alternating .boost-timeline__item:nth-child(odd) .boost-timeline__dot {
    left: -2.5rem;
    transform: translateX(-50%);
}

.boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) .boost-timeline__dot {
    right: -2.5rem;
    left: auto;
    transform: translateX(50%);
}

/* Horizontal: dot on top line */
.boost-timeline--layout-horizontal .boost-timeline__dot {
    top: -2.5rem;
    left: 0;
    transform: translateY(-50%);
}

/* =============================================================================
   DATE LABEL
   ============================================================================= */

.boost-timeline__date {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--boost-accent, var(--boost-primary, #3b82f6));
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}

/* =============================================================================
   CARD (item content wrapper)
   ============================================================================= */

.boost-timeline__card {
    position: relative;
}

/* Cards style */
.boost-timeline--style-cards .boost-timeline__card {
    background: var(--boost-card-bg, var(--boost-bg-alt, #f9fafb));
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Bordered style */
.boost-timeline--style-bordered .boost-timeline__card {
    border: 1px solid var(--boost-border, #e5e7eb);
    border-radius: 12px;
    padding: 1.5rem;
}

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

.boost-timeline__card-image {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.boost-timeline__card-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.boost-timeline__icon {
    margin-bottom: 0.75rem;
}

/* Alternating even items: align icon to the right */
.boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) .boost-timeline__icon {
    margin-left: auto;
}

.boost-timeline__icon--fallback {
    width: 40px;
    height: 40px;
    background: var(--boost-icon-bg, rgba(59, 130, 246, 0.1));
    color: var(--boost-icon-color, var(--boost-accent, #3b82f6));
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.boost-timeline__card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--boost-heading, var(--boost-text));
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.boost-timeline__card-text {
    font-size: 0.95rem;
    color: var(--boost-text-muted, var(--boost-muted));
    line-height: 1.65;
    margin: 0;
}

.boost-timeline__card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--boost-accent, var(--boost-primary, #3b82f6));
    text-decoration: none;
    margin-top: 0.75rem;
    transition: gap 0.2s;
}

.boost-timeline__card-link:hover {
    gap: 0.6rem;
}


/* Section body text (below header). */
.boost-timeline__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2rem;
}

/* =============================================================================
   CONTAINER QUERIES — respond to actual container width, not viewport.
   Allows correct layout when block is inside narrow/sidebar layouts.
   container-type is set on .boost-timeline (section) to avoid clipping dots.
   ============================================================================= */

@container (max-width: 768px) {
    /* Alternating → vertical in narrow container */
    .boost-timeline--layout-alternating .boost-timeline__connector {
        left: 0;
        transform: none;
    }

    .boost-timeline--layout-alternating .boost-timeline__item {
        width: 100%;
        padding-left: 2.5rem;
        padding-right: 0;
        text-align: left;
    }

    .boost-timeline--layout-alternating .boost-timeline__item:nth-child(odd),
    .boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) {
        margin-left: 0;
        padding-left: 2.5rem;
        padding-right: 0;
        text-align: left;
    }

    .boost-timeline--layout-alternating .boost-timeline__item .boost-timeline__dot {
        left: -1px;
        right: auto;
        transform: translateX(-50%);
    }

    .boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) .boost-timeline__icon {
        margin-left: 0;
    }

    /* Horizontal → vertical in narrow container */
    .boost-timeline--layout-horizontal .boost-timeline__container {
        overflow-x: visible;
    }

    .boost-timeline--layout-horizontal .boost-timeline__track {
        flex-direction: column;
        min-width: 0;
        padding-top: 0;
        padding-left: 2.5rem;
        gap: 0;
    }

    .boost-timeline--layout-horizontal .boost-timeline__connector {
        width: 2px;
        height: 100%;
        left: 0;
        top: 0;
        right: auto;
    }

    .boost-timeline--layout-horizontal .boost-timeline__item {
        flex: none;
        padding-bottom: 2.5rem;
    }

    .boost-timeline--layout-horizontal .boost-timeline__dot {
        top: 4px;
        left: -2.5rem;
        transform: translateX(-50%);
    }

    /* Smaller dots */
    .boost-timeline__dot {
        width: 12px;
        height: 12px;
    }

    /* Card images: smaller ratio */
    .boost-timeline__card-image img {
        aspect-ratio: 3 / 2;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-timeline--layout-alternating .boost-timeline__connector {
            left: 0;
            transform: none;
        }

        .boost-timeline--layout-alternating .boost-timeline__item {
            width: 100%;
            padding-left: 2.5rem;
            padding-right: 0;
            text-align: left;
        }

        .boost-timeline--layout-alternating .boost-timeline__item:nth-child(odd),
        .boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) {
            margin-left: 0;
            padding-left: 2.5rem;
            padding-right: 0;
            text-align: left;
        }

        .boost-timeline--layout-alternating .boost-timeline__item .boost-timeline__dot {
            left: -1px;
            right: auto;
            transform: translateX(-50%);
        }

        .boost-timeline--layout-alternating .boost-timeline__item:nth-child(even) .boost-timeline__icon {
            margin-left: 0;
        }

        .boost-timeline--layout-horizontal .boost-timeline__container {
            overflow-x: visible;
        }

        .boost-timeline--layout-horizontal .boost-timeline__track {
            flex-direction: column;
            min-width: 0;
            padding-top: 0;
            padding-left: 2.5rem;
            gap: 0;
        }

        .boost-timeline--layout-horizontal .boost-timeline__connector {
            width: 2px;
            height: 100%;
            left: 0;
            top: 0;
            right: auto;
        }

        .boost-timeline--layout-horizontal .boost-timeline__item {
            flex: none;
            padding-bottom: 2.5rem;
        }

        .boost-timeline--layout-horizontal .boost-timeline__dot {
            top: 4px;
            left: -2.5rem;
            transform: translateX(-50%);
        }

        .boost-timeline__dot {
            width: 12px;
            height: 12px;
        }

        .boost-timeline__card-image img {
            aspect-ratio: 3 / 2;
        }
    }
}
/* Block: quote */
/**
 * Quote Block — Static Styles.
 *
 * BEM: boost-quote
 * Style modifiers: --simple, --bordered, --card, --large
 * Layout modifiers: --centered, --left, --side-by-side
 * Container queries for responsive layout.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/quote/style.css */

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

.boost-quote {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    container-type: inline-size;
}

.boost-quote__container {
    position: relative;
    z-index: 1;
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
}

/* =============================================================================
   SECTION TEXT (below header, above quote)
   ============================================================================= */

.boost-quote__text {
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
    padding: 0 var(--boost-gutter, 1.5rem);
}

/* =============================================================================
   QUOTE BODY — holds icon + content
   ============================================================================= */

.boost-quote__body {
    position: relative;
}

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

.boost-quote__icon {
    color: var(--boost-accent, var(--boost-primary, #2563eb));
    margin-bottom: 1.5rem;
}

.boost-quote__icon svg {
    width: 48px;
    height: 48px;
    fill: currentColor;
    opacity: 0.3;
}

/* =============================================================================
   CONTENT WRAPPER — receives style modifiers
   ============================================================================= */

.boost-quote__content {
    /* Base: no extra styling (simple variant). */
}

/* =============================================================================
   BLOCKQUOTE
   ============================================================================= */

.boost-quote__blockquote {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 2rem;
    padding: 0;
}

.boost-quote__blockquote::before {
    content: '\201C';
}

.boost-quote__blockquote::after {
    content: '\201D';
}

/* =============================================================================
   AUTHOR FOOTER
   ============================================================================= */

.boost-quote__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.boost-quote__avatar-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid var(--boost-accent, var(--boost-primary, #2563eb));
}

.boost-quote__avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.boost-quote__name {
    font-weight: 700;
    font-size: 1.1rem;
    font-style: normal;
    margin: 0 0 0.25rem;
}

.boost-quote__role {
    color: var(--boost-muted, #64748b);
    font-size: 0.9rem;
    font-style: normal;
    margin: 0;
}

.boost-quote__company {
    color: var(--boost-accent, var(--boost-primary, #2563eb));
}

/* =============================================================================
   LAYOUT: CENTERED
   ============================================================================= */

.boost-quote--centered {
    text-align: center;
}

.boost-quote--centered .boost-quote__body {
    max-width: 700px;
    margin: 0 auto;
}

.boost-quote--centered .boost-quote__text {
    text-align: center;
}

.boost-quote--centered .boost-quote__author {
    justify-content: center;
}

.boost-quote--centered .boost-quote__meta {
    text-align: center;
}

/* =============================================================================
   LAYOUT: LEFT
   ============================================================================= */

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

.boost-quote--left .boost-quote__body {
    max-width: 900px;
}

/* =============================================================================
   LAYOUT: SIDE-BY-SIDE
   ============================================================================= */

.boost-quote--side-by-side .boost-quote__body {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
}

.boost-quote--side-by-side .boost-quote__icon {
    margin-bottom: 0;
}

/* =============================================================================
   STYLE: SIMPLE — base, icon at 0.3 opacity (default)
   ============================================================================= */

/* Already base styles — no extra rules needed. */

/* =============================================================================
   STYLE: BORDERED — left border accent on content
   ============================================================================= */

.boost-quote--bordered .boost-quote__content {
    border-left: 4px solid var(--boost-accent, var(--boost-primary, #2563eb));
    padding-left: 2rem;
}

/* =============================================================================
   STYLE: CARD — content in a card with bg and border
   ============================================================================= */

.boost-quote--card .boost-quote__content {
    background: var(--boost-card-bg, var(--boost-bg-alt, #f8fafc));
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 16px;
    padding: 2.5rem;
}

/* =============================================================================
   STYLE: LARGE — bigger quote text and icon
   ============================================================================= */

.boost-quote--large .boost-quote__icon svg {
    width: 64px;
    height: 64px;
}

.boost-quote--large .boost-quote__blockquote {
    font-size: 2rem;
}

/* =============================================================================
   STYLE: SIMPLE — icon less prominent
   ============================================================================= */

.boost-quote--simple .boost-quote__icon svg {
    opacity: 0.3;
}

/* Non-simple styles: icon fully visible. */
.boost-quote--bordered .boost-quote__icon svg,
.boost-quote--card .boost-quote__icon svg,
.boost-quote--large .boost-quote__icon svg {
    opacity: 1;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-quote__avatar,
    .boost-quote__icon {
        transition: none;
    }
}

/* =============================================================================
   CONTAINER QUERIES
   container-type set on .boost-quote (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 768px) {
    .boost-quote {
        padding: 3rem 1rem;
    }

    .boost-quote__blockquote {
        font-size: 1.25rem;
    }

    .boost-quote--large .boost-quote__blockquote {
        font-size: 1.5rem;
    }

    /* Side-by-side collapses to stacked. */
    .boost-quote--side-by-side .boost-quote__body {
        grid-template-columns: 1fr;
    }

    /* Bordered + side-by-side: switch to top border. */
    .boost-quote--side-by-side.boost-quote--bordered .boost-quote__content {
        border-left: none;
        padding-left: 0;
        border-top: 4px solid var(--boost-accent, var(--boost-primary, #2563eb));
        padding-top: 2rem;
    }

    .boost-quote__text {
        padding: 0 1rem;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-quote {
            padding: 3rem 1rem;
        }

        .boost-quote__blockquote {
            font-size: 1.25rem;
        }

        .boost-quote--large .boost-quote__blockquote {
            font-size: 1.5rem;
        }

        .boost-quote--side-by-side .boost-quote__body {
            grid-template-columns: 1fr;
        }

        .boost-quote--side-by-side.boost-quote--bordered .boost-quote__content {
            border-left: none;
            padding-left: 0;
            border-top: 4px solid var(--boost-accent, var(--boost-primary, #2563eb));
            padding-top: 2rem;
        }

        .boost-quote__text {
            padding: 0 1rem;
        }
    }
}
/* Block: gallery */
/**
 * Gallery Block — Static Styles v3.5.
 *
 * BEM root: .boost-gallery
 * Modifiers: --style-{minimal|rounded|polaroid|overlay}
 *            --layout-{grid|masonry}
 *            --lightbox
 * Dynamic (in render.php <style>): color scheme, preset, columns, gap, bg-effect.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/gallery/style.css */

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

.boost-gallery {
    position: relative;
    color: var(--boost-text, #1e293b);
}

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

/* =============================================================================
   GRID LAYOUT (default)
   ============================================================================= */

.boost-gallery--layout-grid .boost-gallery__grid {
    display: grid;
}

.boost-gallery--layout-grid .boost-gallery__item {
    aspect-ratio: 1 / 1;
}

.boost-gallery--layout-grid .boost-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =============================================================================
   MASONRY LAYOUT
   ============================================================================= */

.boost-gallery--layout-masonry .boost-gallery__item {
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}

.boost-gallery--layout-masonry .boost-gallery__item img {
    width: 100%;
    height: auto;
}

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

.boost-gallery__item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.boost-gallery__item img {
    display: block;
    transition: transform 0.5s ease;
}

.boost-gallery--lightbox .boost-gallery__item {
    cursor: pointer;
}

/* =============================================================================
   STYLE: MINIMAL
   ============================================================================= */

.boost-gallery--style-minimal .boost-gallery__item {
    border-radius: 0;
    background: transparent;
}

.boost-gallery--style-minimal .boost-gallery__item:hover {
    opacity: 0.85;
}

.boost-gallery--style-minimal .boost-gallery__item img {
    border-radius: 0;
    transition: none;
}

/* =============================================================================
   STYLE: ROUNDED (default)
   ============================================================================= */

.boost-gallery--style-rounded .boost-gallery__item {
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.boost-gallery--style-rounded .boost-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.boost-gallery--style-rounded .boost-gallery__item img {
    border-radius: 16px;
}

.boost-gallery--style-rounded .boost-gallery__item:hover img {
    transform: scale(1.08);
}

/* =============================================================================
   STYLE: POLAROID
   ============================================================================= */

.boost-gallery--style-polaroid .boost-gallery__item {
    background: var(--boost-card-bg, #ffffff);
    padding: 0.75rem 0.75rem 3rem;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.boost-gallery--style-polaroid .boost-gallery__item:hover {
    transform: rotate(-2deg) translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.boost-gallery__caption {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--boost-text, #1e293b);
    font-weight: 500;
    margin: 0;
}

/* =============================================================================
   STYLE: OVERLAY
   ============================================================================= */

.boost-gallery--style-overlay .boost-gallery__item {
    border-radius: 12px;
}

.boost-gallery--style-overlay .boost-gallery__item:hover {
    transform: scale(1.02);
}

.boost-gallery--style-overlay .boost-gallery__item img {
    border-radius: 12px;
}

.boost-gallery--style-overlay .boost-gallery__item:hover img {
    transform: scale(1.08);
}

.boost-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    border-radius: 12px;
}

.boost-gallery__item:hover .boost-gallery__overlay {
    opacity: 1;
}

.boost-gallery__overlay p {
    color: #ffffff;
    font-size: 0.95rem;
    margin: 0;
}

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

.boost-gallery__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.boost-gallery__item:hover .boost-gallery__zoom {
    transform: translate(-50%, -50%) scale(1);
}

/* =============================================================================
   LIGHTBOX
   ============================================================================= */

.boost-lb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.boost-lb.active {
    display: flex;
}

.boost-lb img {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.boost-lb button {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s;
}

.boost-lb button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.boost-lb .lb-close {
    top: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
}

.boost-lb .lb-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
}

.boost-lb .lb-prev {
    left: 1.5rem;
}

.boost-lb .lb-next {
    right: 1.5rem;
}

.boost-lb .lb-cap {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    max-width: 80%;
    padding: 0 1rem;
}

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

@media (max-width: 768px) {
    .boost-gallery {
        padding: 3rem 1rem;
    }

    .boost-lb {
        padding: 1rem;
    }

    .boost-lb img {
        max-width: 95vw;
        max-height: 70vh;
    }

    .boost-lb .lb-close {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .boost-lb .lb-nav {
        width: 44px;
        height: 44px;
    }

    .boost-lb .lb-prev {
        left: 0.5rem;
    }

    .boost-lb .lb-next {
        right: 0.5rem;
    }

    .boost-lb .lb-cap {
        bottom: 1rem;
        font-size: 0.9rem;
    }
}

/* Block: video */
/**
 * Video Block — Static Styles.
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM: boost-video, --style-{elevated|bordered|minimal|fullwidth}, --layout-side
 *
 * Features: facade, lightbox, aspect ratios, caption.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/video/style.css */

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

.boost-video {
    position: relative;
}

.boost-video__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   SIDE-BY-SIDE LAYOUT
   ============================================================================= */

.boost-video--layout-side .boost-video__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

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

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

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

.boost-video:not(.boost-video--layout-side) .boost-video__buttons {
    justify-content: center;
}

.boost-video:not(.boost-video--layout-side) .boost-video__content {
    text-align: center;
    margin-bottom: 2.5rem;
}

/* =============================================================================
   FIGURE & CAPTION
   ============================================================================= */

.boost-video__figure {
    margin: 0;
    padding: 0;
}

.boost-video__caption {
    font-size: 0.875rem;
    color: var(--boost-text-muted);
    line-height: 1.5;
    margin-top: 0.75rem;
    text-align: center;
}

.boost-video--layout-side .boost-video__caption {
    text-align: left;
}

/* =============================================================================
   VIDEO WRAPPER
   ============================================================================= */

.boost-video__wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--boost-bg-alt, #000);
}

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

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

.boost-video--style-elevated .boost-video__wrapper {
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.boost-video--style-bordered .boost-video__wrapper {
    border-radius: 16px;
    border: 2px solid var(--boost-border);
}

.boost-video--style-minimal .boost-video__wrapper {
    border-radius: 12px;
}

.boost-video--style-fullwidth .boost-video__container {
    max-width: 100%;
    padding: 0;
}

.boost-video--style-fullwidth .boost-video__wrapper {
    aspect-ratio: auto;
    width: 100vw;
    height: 100vh;
}

/* =============================================================================
   POSTER & PLAY OVERLAY (facade pattern)
   ============================================================================= */

.boost-video__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boost-video__play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.boost-video__play-overlay:hover {
    background: rgba(0, 0, 0, 0.25);
}

/* Fallback play button (when Icon Style CPT is unavailable). */
.boost-video__play-btn--fallback {
    width: 80px;
    height: 80px;
    background: var(--boost-accent, var(--boost-primary, #fff));
    color: var(--boost-accent-text, var(--boost-primary-text, #000));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
}

.boost-video__play-btn--fallback svg {
    margin-left: 4px;
}

.boost-video__play-overlay:hover .boost-video__play-btn--fallback,
.boost-video__play-overlay:hover .boost-styled-icon {
    transform: scale(1.1);
}

.boost-video__play-overlay:focus-visible .boost-video__play-btn--fallback,
.boost-video__play-overlay:focus-visible .boost-styled-icon {
    outline: 3px solid var(--boost-accent, var(--boost-primary));
    outline-offset: 4px;
}

/* Icon Style CPT play button: ensure transition. */
.boost-video__play-overlay .boost-styled-icon {
    transition: transform 0.2s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* =============================================================================
   LIGHTBOX MODE — cursor hint on wrapper
   ============================================================================= */

.boost-video--lightbox .boost-video__wrapper {
    cursor: pointer;
}

/* =============================================================================
   LIGHTBOX MODAL
   ============================================================================= */

.boost-video-lb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.boost-video-lb.active {
    display: flex;
}

.boost-video-lb__content {
    width: 90vw;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    position: relative;
}

.boost-video-lb__content iframe,
.boost-video-lb__content video {
    border: 0;
    border-radius: 8px;
}

.boost-video-lb__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s;
    z-index: 1;
}

.boost-video-lb__close:hover {
    background: rgba(255, 255, 255, 0.2);
}

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

@media (max-width: 768px) {
    .boost-video--layout-side .boost-video__container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .boost-video--layout-side .boost-video__content,
    .boost-video:not(.boost-video--layout-side) .boost-video__content {
        text-align: center;
    }

    .boost-video--layout-side .boost-video__buttons {
        justify-content: center;
    }

    .boost-video--layout-side .boost-video__caption {
        text-align: center;
    }

    .boost-video__play-btn--fallback {
        width: 60px;
        height: 60px;
    }

    .boost-video__play-btn--fallback svg {
        width: 24px;
        height: 24px;
    }

    .boost-video--style-fullwidth .boost-video__wrapper {
        height: 100svh;
    }

    /* Lightbox: tighter padding. */
    .boost-video-lb {
        padding: 1rem;
    }

    .boost-video-lb__close {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    .boost-video-lb__content {
        width: 95vw;
    }
}

/* Block: comparison */
/**
 * Comparison Block — Static Styles v3.5.
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * BEM modifiers: --style-{bordered|striped|minimal|cards}, --layout-{table|cards}
 *
 * v3.3: Badge (.boost-comparison__popular) uses Color Scheme CPT vars.
 *       Check/cross icons use semantic color vars.
 *
 * @package Boost Theme Framework
 * @since 3.3.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);
}

/* Popular badge - uses Color Scheme CPT vars */
.boost-comparison__popular {
    display: inline-block;
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: var(--boost-accent-text, #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);
}

/* Card-specific product overrides (replaced inline styles). */
.boost-comparison__product-logo--card {
    margin: 0 auto 0.5rem;
    display: block;
}

.boost-comparison__product-name--card {
    font-size: 1.25rem;
}

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

.boost-comparison__check {
    color: var(--boost-success, #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.5.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 v3.5.
 *
 * 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 — Static Styles.
 *
 * BEM: boost-pricing
 * Style modifiers: --cards, --minimal, --bordered, --gradient
 * Layout modifiers: --grid, --stacked, --slider
 * State: .is-yearly on section for toggle
 *
 * CSS custom property: --bpr-columns (set on section)
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/pricing/style.css */

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

.boost-pricing {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    container-type: inline-size;
}

.boost-pricing__container {
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

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

.boost-pricing__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

/* =============================================================================
   TOGGLE
   ============================================================================= */

.boost-pricing__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.boost-pricing__toggle-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--boost-muted, #64748b);
    cursor: pointer;
    transition: color 0.3s;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
}

.boost-pricing__toggle-label.is-active {
    color: var(--boost-text, #1e293b);
}

.boost-pricing__toggle-switch {
    width: 60px;
    height: 32px;
    background: var(--boost-border, #e2e8f0);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    padding: 0;
}

.boost-pricing__toggle-switch::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    border-radius: 50%;
    transition: transform 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.boost-pricing__toggle-switch.is-yearly::after {
    transform: translateX(28px);
}

.boost-pricing__toggle-save {
    background: var(--boost-accent, var(--boost-primary, #10b981));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    margin-left: 0.5rem;
}

/* =============================================================================
   GRID — LAYOUT VARIANTS
   ============================================================================= */

.boost-pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    gap: 2rem;
    align-items: stretch;
}

/* Layout: stacked — single column. */
.boost-pricing--stacked .boost-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
}

/* Layout: slider — horizontal scroll. */
.boost-pricing--slider .boost-pricing__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
}

.boost-pricing--slider .boost-pricing__plan {
    min-width: 300px;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.boost-pricing--slider .boost-pricing__grid::-webkit-scrollbar {
    height: 6px;
}

.boost-pricing--slider .boost-pricing__grid::-webkit-scrollbar-thumb {
    background: var(--boost-border, #e2e8f0);
    border-radius: 3px;
}

/* =============================================================================
   PLAN CARD — BASE
   ============================================================================= */

.boost-pricing__plan {
    background: var(--boost-card-bg, var(--boost-bg-alt, #fff));
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    transition: transform 0.3s, box-shadow 0.3s;
}

.boost-pricing__plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   PLAN CARD — FEATURED
   ============================================================================= */

.boost-pricing__plan--featured {
    border: 2px solid var(--boost-accent, var(--boost-primary, #7C3AED));
    z-index: 1;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Scale up featured in grid layout (not stacked/slider). */
.boost-pricing--grid .boost-pricing__plan--featured {
    transform: scale(1.05);
}

.boost-pricing--grid .boost-pricing__plan--featured:hover {
    transform: scale(1.05) translateY(-4px);
}

/* =============================================================================
   PLAN CARD — STYLE: MINIMAL
   ============================================================================= */

.boost-pricing--minimal .boost-pricing__plan {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

/* =============================================================================
   PLAN CARD — STYLE: BORDERED
   ============================================================================= */

.boost-pricing--bordered .boost-pricing__plan {
    background: transparent;
    border: 2px solid var(--boost-border, #e2e8f0);
    box-shadow: none;
}

/* =============================================================================
   PLAN CARD — STYLE: GRADIENT
   ============================================================================= */

.boost-pricing--gradient .boost-pricing__plan {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Dark gradient variant via color scheme vars. */
[data-scheme="dark"] .boost-pricing--gradient .boost-pricing__plan,
.boost-pricing--gradient[data-scheme="dark"] .boost-pricing__plan {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

/* =============================================================================
   BADGE
   ============================================================================= */

.boost-pricing__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* =============================================================================
   PLAN NAME & DESCRIPTION
   ============================================================================= */

.boost-pricing__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--boost-text, #1e293b);
    margin: 0 0 0.5rem;
}

.boost-pricing__description {
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    margin: 0 0 1.5rem;
}

/* =============================================================================
   PRICE
   ============================================================================= */

.boost-pricing__price {
    margin-bottom: 1.5rem;
}

.boost-pricing__price-row {
    display: flex;
    align-items: baseline;
}

.boost-pricing__price-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--boost-text, #1e293b);
    vertical-align: super;
    margin-right: 2px;
}

.boost-pricing__price-amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--boost-text, #1e293b);
    line-height: 1;
}

.boost-pricing__price-period {
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    margin-left: 0.25rem;
}

/* Monthly/yearly toggle visibility. */
.boost-pricing__price-monthly { display: flex; align-items: baseline; }
.boost-pricing__price-yearly  { display: none; }

.boost-pricing.is-yearly .boost-pricing__price-monthly { display: none; }
.boost-pricing.is-yearly .boost-pricing__price-yearly  { display: flex; align-items: baseline; }

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

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

.boost-pricing__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0;
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    border-bottom: 1px solid var(--boost-border, #e2e8f0);
}

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

.boost-pricing__feature--excluded {
    opacity: 0.5;
    text-decoration: line-through;
}

.boost-pricing__feature-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.boost-pricing__feature-icon--included {
    color: var(--boost-accent, var(--boost-primary, #10b981));
}

.boost-pricing__feature-icon--excluded {
    color: var(--boost-muted, #64748b);
    opacity: 0.4;
}

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

.boost-pricing__cta {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 12px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    /* Default: subtle background for non-featured. */
    background: var(--boost-surface, #f1f5f9);
    color: var(--boost-text, #1e293b);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
}

.boost-pricing__cta:hover {
    background: var(--boost-border, #e2e8f0);
}

/* Featured plan CTA. */
.boost-pricing__plan--featured .boost-pricing__cta {
    background: var(--boost-accent, var(--boost-primary, #7C3AED));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.boost-pricing__plan--featured .boost-pricing__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

/* Secondary CTA. */
.boost-pricing__cta--secondary {
    margin-top: 0.5rem;
    background: transparent;
    color: var(--boost-muted, #64748b);
    border: 1px solid var(--boost-card-border, var(--boost-border, #e2e8f0));
    box-shadow: none;
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
}

.boost-pricing__cta--secondary:hover {
    color: var(--boost-text, #1e293b);
    border-color: var(--boost-text, #1e293b);
    background: transparent;
}

/* =============================================================================
   GUARANTEE
   ============================================================================= */

.boost-pricing__guarantee-wrap {
    text-align: center;
}

.boost-pricing__guarantee {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 2.5rem auto 0;
    padding: 0.75rem 1.5rem;
    background: var(--boost-surface, rgba(0, 0, 0, 0.03));
    border-radius: 50px;
    color: var(--boost-muted, #64748b);
    font-size: 0.9rem;
}

.boost-pricing__guarantee svg {
    color: var(--boost-accent, var(--boost-primary, #10b981));
    flex-shrink: 0;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-pricing__plan,
    .boost-pricing__cta,
    .boost-pricing__toggle-switch::after,
    .boost-pricing__toggle-label {
        transition: none;
    }
}

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

@container (min-width: 1025px) {
    .boost-pricing--grid .boost-pricing__grid {
        grid-template-columns: repeat(var(--bpr-columns, 3), 1fr);
    }
}

@container (max-width: 1024px) {
    .boost-pricing--grid .boost-pricing__plan--featured {
        transform: scale(1);
    }

    .boost-pricing--grid .boost-pricing__plan--featured:hover {
        transform: translateY(-4px);
    }
}

@container (max-width: 768px) {
    .boost-pricing {
        padding: 3rem 1rem;
    }

    .boost-pricing--grid .boost-pricing__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .boost-pricing__plan {
        padding: 2rem;
    }

    .boost-pricing__price-amount {
        font-size: 2.5rem;
    }

    .boost-pricing__toggle {
        flex-wrap: wrap;
    }

    .boost-pricing--slider .boost-pricing__plan {
        min-width: 260px;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (min-width: 1025px) {
        .boost-pricing--grid .boost-pricing__grid {
            grid-template-columns: repeat(var(--bpr-columns, 3), 1fr);
        }
    }

    @media (max-width: 1024px) {
        .boost-pricing--grid .boost-pricing__plan--featured {
            transform: scale(1);
        }
    }

    @media (max-width: 768px) {
        .boost-pricing {
            padding: 3rem 1rem;
        }

        .boost-pricing--grid .boost-pricing__grid {
            grid-template-columns: 1fr;
            max-width: 400px;
            margin: 0 auto;
        }

        .boost-pricing__plan {
            padding: 2rem;
        }

        .boost-pricing__price-amount {
            font-size: 2.5rem;
        }

        .boost-pricing__toggle {
            flex-wrap: wrap;
        }

        .boost-pricing--slider .boost-pricing__plan {
            min-width: 260px;
        }
    }
}
/* Block: map */
/**
 * Map Block — Static Styles.
 *
 * BEM: boost-map
 * Style modifiers: --style-elevated, --style-minimal, --style-bordered, --style-fullwidth
 * Layout modifiers: --layout-map-only, --layout-side-by-side, --layout-stacked
 * Align modifiers: --align-center, --align-right
 * Container queries for responsive layout.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/map/style.css */

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

.boost-map {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    container-type: inline-size;
}

.boost-map__container {
    position: relative;
    z-index: 1;
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
}

/* =============================================================================
   SECTION HEADER
   ============================================================================= */

.boost-map__header {
    margin-bottom: 2.5rem;
}

.boost-map__text {
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem 0 1.5rem;
}

.boost-map__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* =============================================================================
   BODY — holds info panel + map frame
   ============================================================================= */

.boost-map__body {
    position: relative;
}

/* =============================================================================
   INFO PANEL
   ============================================================================= */

.boost-map__info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* =============================================================================
   CONTACT ITEMS
   ============================================================================= */

.boost-map__contact {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.boost-map__info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.boost-map__info-icon {
    flex-shrink: 0;
    line-height: 0;
}

.boost-map__info-icon svg {
    overflow: visible;
}

.boost-map__info-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--boost-text);
    margin: 0 0 0.25rem;
}

.boost-map__info-content p {
    font-size: 0.95rem;
    color: var(--boost-muted, #64748b);
    margin: 0;
    line-height: 1.5;
}

.boost-map__info-content a {
    color: var(--boost-icon-color, var(--boost-accent, #7C3AED));
    text-decoration: none;
}

.boost-map__info-content a:hover {
    text-decoration: underline;
}

/* =============================================================================
   OPENING HOURS
   ============================================================================= */

.boost-map__hours {
    width: 100%;
    font-size: 0.9rem;
}

.boost-map__hours-row {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--boost-border, #e5e7eb);
}

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

.boost-map__hours-day {
    font-weight: 600;
    color: var(--boost-text);
    min-width: 80px;
}

.boost-map__hours-slots {
    color: var(--boost-muted, #64748b);
    text-align: right;
}

.boost-map__hours-closed {
    color: var(--boost-muted, #64748b);
    opacity: 0.5;
    font-style: italic;
}

/* =============================================================================
   LOCATIONS LIST
   ============================================================================= */

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

.boost-map__locations-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--boost-muted, #64748b);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 1rem;
}

.boost-map__location-item {
    padding: 1rem;
    background: var(--boost-card-bg, var(--boost-bg-alt, #f8fafc));
    border-radius: 10px;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: border-color 0.2s;
    border: 1px solid transparent;
}

.boost-map__location-item:hover,
.boost-map__location-item.active {
    border-color: var(--boost-icon-color, var(--boost-accent, #7C3AED));
}

.boost-map__location-name {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--boost-text);
    margin: 0 0 0.25rem;
}

.boost-map__location-item p {
    font-size: 0.85rem;
    color: var(--boost-muted, #64748b);
    margin: 0;
}

/* =============================================================================
   MAP FRAME
   ============================================================================= */

.boost-map__frame {
    position: relative;
    height: 400px;
}

.boost-map__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* =============================================================================
   STYLE: ELEVATED — shadow + rounded corners
   ============================================================================= */

.boost-map--style-elevated .boost-map__frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* =============================================================================
   STYLE: BORDERED — border + rounded corners
   ============================================================================= */

.boost-map--style-bordered .boost-map__frame {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid var(--boost-border, #e2e8f0);
}

/* =============================================================================
   STYLE: MINIMAL — slight rounding only
   ============================================================================= */

.boost-map--style-minimal .boost-map__frame {
    border-radius: 12px;
    overflow: hidden;
}

/* =============================================================================
   STYLE: FULLWIDTH — edge-to-edge, no padding
   ============================================================================= */

.boost-map--style-fullwidth {
    padding: 0;
}

.boost-map--style-fullwidth .boost-map__frame {
    height: 100vh;
}

/* =============================================================================
   LAYOUT: MAP-ONLY
   ============================================================================= */

.boost-map--layout-map-only .boost-map__header {
    text-align: center;
    max-width: var(--boost-container-narrow, 700px);
    margin: 0 auto 2.5rem;
}

.boost-map--layout-map-only .boost-map__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.boost-map--layout-map-only .boost-map__buttons {
    justify-content: center;
}

/* =============================================================================
   LAYOUT: SIDE-BY-SIDE
   ============================================================================= */

.boost-map--layout-side-by-side .boost-map__body {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 3rem;
    align-items: start;
}

/* =============================================================================
   LAYOUT: STACKED
   ============================================================================= */

.boost-map--layout-stacked .boost-map__frame {
    margin-top: 2rem;
}

/* =============================================================================
   ALIGN: CENTER
   ============================================================================= */

.boost-map--align-center .boost-map__header {
    text-align: center;
    max-width: var(--boost-container-narrow, 700px);
    margin-left: auto;
    margin-right: auto;
}

.boost-map--align-center .boost-map__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boost-map--align-center .boost-map__buttons {
    justify-content: center;
}

.boost-map--align-center .boost-map__info {
    align-items: center;
}

.boost-map--align-center .boost-map__info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.boost-map--align-center .boost-map__locations-title {
    text-align: center;
}

/* =============================================================================
   ALIGN: RIGHT
   ============================================================================= */

.boost-map--align-right .boost-map__header {
    text-align: right;
}

.boost-map--align-right .boost-map__text {
    text-align: right;
    margin-left: auto;
}

.boost-map--align-right .boost-map__buttons {
    justify-content: flex-end;
}

.boost-map--align-right .boost-map__info {
    align-items: flex-end;
}

.boost-map--align-right .boost-map__info-item {
    flex-direction: row-reverse;
    text-align: right;
}

.boost-map--align-right .boost-map__locations-title {
    text-align: right;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-map__location-item {
        transition: none;
    }
}

/* =============================================================================
   CONTAINER QUERIES
   container-type set on .boost-map (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 1024px) {
    .boost-map--layout-side-by-side .boost-map__body {
        grid-template-columns: 1fr;
    }

    .boost-map--layout-side-by-side .boost-map__header {
        text-align: center;
    }

    .boost-map--layout-side-by-side .boost-map__info {
        margin-bottom: 1.5rem;
    }
}

@container (max-width: 768px) {
    .boost-map {
        padding: 3rem 1rem;
    }

    .boost-map--style-fullwidth {
        padding: 0;
    }

    .boost-map__frame {
        height: 350px;
    }

    .boost-map--style-fullwidth .boost-map__frame {
        height: 100svh;
    }

    .boost-map__text {
        padding: 0 1rem;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 1024px) {
        .boost-map--layout-side-by-side .boost-map__body {
            grid-template-columns: 1fr;
        }

        .boost-map--layout-side-by-side .boost-map__header {
            text-align: center;
        }

        .boost-map--layout-side-by-side .boost-map__info {
            margin-bottom: 1.5rem;
        }
    }

    @media (max-width: 768px) {
        .boost-map {
            padding: 3rem 1rem;
        }

        .boost-map--style-fullwidth {
            padding: 0;
        }

        .boost-map__frame {
            height: 350px;
        }

        .boost-map--style-fullwidth .boost-map__frame {
            height: 100svh;
        }

        .boost-map__text {
            padding: 0 1rem;
        }
    }
}

/* Block: progress */
/**
 * Progress Block — Static Styles.
 *
 * BEM: boost-progress
 * Style modifiers: --bar, --circle
 * Layout modifiers: --stacked, --inline, --grid
 * Animation modifiers: --wave, --pulse
 *
 * Dynamic dimensions via CSS custom properties set on section:
 *   --bp-height, --bp-gap, --bp-duration, --bp-columns,
 *   --bp-circle-size, --bp-stroke, --bp-radius, --bp-circ, --bp-fsize
 *
 * Container queries for responsive layout.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/progress/style.css */

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

.boost-progress {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1e293b);
    container-type: inline-size;
}

.boost-progress__container {
    position: relative;
    z-index: 1;
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
}

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

.boost-progress__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

/* =============================================================================
   ITEMS CONTAINER — LAYOUT VARIANTS
   ============================================================================= */

.boost-progress__items {
    display: flex;
    flex-direction: column;
    gap: var(--bp-gap, 1.5rem);
}

/* Layout: inline. */
.boost-progress--inline .boost-progress__items {
    flex-direction: row;
    flex-wrap: wrap;
}

.boost-progress--inline.boost-progress--bar .boost-progress__item {
    flex: 1;
    min-width: 200px;
}

/* Layout: grid. */
.boost-progress--grid .boost-progress__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* =============================================================================
   BAR — TRACK & FILL
   ============================================================================= */

.boost-progress__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

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

.boost-progress__value {
    font-weight: 700;
    color: var(--boost-muted, #64748b);
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
}

.boost-progress__track {
    width: 100%;
    height: var(--bp-height, 12px);
    background: var(--boost-progress-bg, rgba(0, 0, 0, 0.08));
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.boost-progress__fill {
    height: 100%;
    border-radius: 100px;
    width: 0%;
    position: relative;
    overflow: hidden;
    background: var(--boost-progress-fill, linear-gradient(90deg, #7C3AED, #EC4899));
    transition: width var(--bp-duration, 1500ms) cubic-bezier(0.4, 0, 0.2, 1);
}

/* =============================================================================
   CIRCLE
   ============================================================================= */

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

.boost-progress__circle-wrap {
    position: relative;
    width: var(--bp-circle-size, 130px);
    height: var(--bp-circle-size, 130px);
    margin-bottom: 1rem;
}

.boost-progress__circle-track {
    fill: none;
    stroke: var(--boost-progress-bg, rgba(0, 0, 0, 0.08));
    stroke-width: var(--bp-stroke, 10);
}

.boost-progress__circle-fill {
    fill: none;
    stroke-width: var(--bp-stroke, 10);
    stroke-linecap: round;
    stroke-dasharray: 0 1000;
    transition: stroke-dasharray var(--bp-duration, 1500ms) cubic-bezier(0.4, 0, 0.2, 1);
}

.boost-progress__circle-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--bp-fsize, 29px);
    font-weight: 800;
    color: var(--boost-text, #1e293b);
}

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

/* =============================================================================
   ANIMATION: WAVE — shimmer stripe on bar fill, glow on circle
   ============================================================================= */

.boost-progress--wave .boost-progress__fill.is-animated::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 20%,
        rgba(255, 255, 255, 0.65) 38%,
        rgba(255, 255, 255, 0.7) 42%,
        transparent 60%
    );
    background-size: 200% 100%;
    animation: boost-progress-wave 1.8s linear infinite;
}

@keyframes boost-progress-wave {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.boost-progress--wave .boost-progress__circle-fill.is-animated {
    animation: boost-progress-wave-circle 2.5s ease-in-out infinite;
}

@keyframes boost-progress-wave-circle {
    0%, 100% { filter: brightness(1); }
    50%      { filter: brightness(1.4) drop-shadow(0 0 10px currentColor); }
}

/* =============================================================================
   ANIMATION: PULSE — pulsating bar height + glow, pulsating circle stroke
   ============================================================================= */

.boost-progress--pulse .boost-progress__track {
    transform-origin: center center;
    overflow: visible;
}

.boost-progress--pulse .boost-progress__fill.is-animated {
    animation: boost-progress-pulse 1.4s ease-in-out infinite;
}

@keyframes boost-progress-pulse {
    0%, 100% {
        transform: scaleY(1);
        filter: brightness(1);
        box-shadow: none;
    }
    50% {
        transform: scaleY(1.6);
        filter: brightness(1.35);
        box-shadow: 0 0 16px rgba(124, 58, 237, 0.4);
    }
}

.boost-progress--pulse .boost-progress__circle-fill.is-animated {
    animation: boost-progress-pulse-circle 1.4s ease-in-out infinite;
}

@keyframes boost-progress-pulse-circle {
    0%, 100% {
        filter: brightness(1);
        stroke-width: var(--bp-stroke, 10);
    }
    50% {
        filter: brightness(1.5) drop-shadow(0 0 14px currentColor);
        stroke-width: calc(var(--bp-stroke, 10) + 4);
    }
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-progress__fill,
    .boost-progress__circle-fill {
        transition: none;
    }

    .boost-progress--wave .boost-progress__fill.is-animated::after,
    .boost-progress--wave .boost-progress__circle-fill.is-animated,
    .boost-progress--pulse .boost-progress__fill.is-animated,
    .boost-progress--pulse .boost-progress__circle-fill.is-animated {
        animation: none;
    }
}

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

@container (max-width: 768px) {
    .boost-progress {
        padding: 3rem 1rem;
    }

    .boost-progress__items {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
    }
}

@container (min-width: 769px) {
    .boost-progress--grid .boost-progress__items {
        grid-template-columns: repeat(var(--bp-columns, 3), 1fr);
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-progress {
            padding: 3rem 1rem;
        }

        .boost-progress__items {
            grid-template-columns: 1fr !important;
            flex-direction: column !important;
        }
    }

    @media (min-width: 769px) {
        .boost-progress--grid .boost-progress__items {
            grid-template-columns: repeat(var(--bp-columns, 3), 1fr);
        }
    }
}
/* Block: announcement */
/**
 * Announcement Block — Static Styles v3.5.
 *
 * Uses CSS custom properties for customization:
 * --announcement-padding: padding (from stylePreset)
 * --announcement-radius: border-radius (from stylePreset)
 * --announcement-bg: background (from stylePreset)
 * --announcement-color: text color (auto-contrast from background)
 * --announcement-shadow: box-shadow (from stylePreset)
 * --announcement-border: border (from stylePreset)
 * --announcement-backdrop: backdrop-filter (from stylePreset)
 *
 * @package Boost Theme Framework
 * @since 3.5.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(--announcement-color, #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;
    }
}

/* =============================================================================
   EDITOR PLACEHOLDER (position: top in Gutenberg)
   ============================================================================= */

.boost-announcement-editor-placeholder {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border: 2px dashed #94a3b8;
    border-radius: 8px;
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
}

.boost-announcement-editor-placeholder__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.boost-announcement-editor-placeholder__hint {
    margin-top: 0.5rem;
    font-size: 0.75rem;
}

/* Configurator position indicator. */
.boost-top-position-indicator {
    padding: 0.5rem;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 4px;
    text-align: center;
    color: #166534;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
/* Block: alert */
/**
 * Alert Block — Static Styles v3.5.
 *
 * 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 v3.5.
 *
 * Avatar, content, social links, posts list (cacheable).
 * Dynamic CSS (preset, color scheme) in render.php $css_parts.
 *
 * @package Boost Theme Framework
 * @since 3.5.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: breadcrumbs */
/**
 * Breadcrumbs Block - Static Styles v3.9.95
 *
 * Uses CSS custom properties for customization:
 * --boost-text-muted: link color
 * --boost-text: current item color
 * --boost-primary: link hover color
 *
 * @package Boost Theme Framework
 * @since 3.9.95
 */

/* /blocks/breadcrumbs/style.css */

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

.boost-breadcrumbs {
    margin: 0.75rem 0;
    padding: 0;
    font-family: inherit;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

/* =============================================================================
   PREFIX
   ============================================================================= */

.boost-breadcrumbs__prefix {
    color: var(--boost-text-muted, #64748b);
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

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

.boost-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.boost-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1.4;
}

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

.boost-breadcrumbs__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--boost-text-muted, #64748b);
    text-decoration: none;
    transition: color 0.15s ease;
    white-space: nowrap;
}

.boost-breadcrumbs__link:hover,
.boost-breadcrumbs__link:focus-visible {
    color: var(--boost-primary, #3b82f6);
}

.boost-breadcrumbs__link:focus-visible {
    outline: 2px solid var(--boost-primary, #3b82f6);
    outline-offset: 2px;
    border-radius: 2px;
}

.boost-breadcrumbs__link svg {
    display: block;
    flex-shrink: 0;
}

/* =============================================================================
   CURRENT (last item)
   ============================================================================= */

.boost-breadcrumbs__current {
    display: inline-flex;
    align-items: center;
    color: var(--boost-text, #1e293b);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

/* =============================================================================
   HOME LABEL (sr-only on icon mode, visible on non-icon)
   ============================================================================= */

.boost-breadcrumbs__home-label {
    margin-left: 0.25rem;
}

/* =============================================================================
   SEPARATOR
   ============================================================================= */

.boost-breadcrumbs__separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.4rem;
    color: var(--boost-border, #cbd5e1);
    flex-shrink: 0;
    line-height: 1;
}

.boost-breadcrumbs__separator svg {
    display: block;
}

.boost-breadcrumbs__sep-char {
    font-size: 0.85em;
    line-height: 1;
    user-select: none;
}

/* =============================================================================
   FONT SIZES
   ============================================================================= */

.boost-breadcrumbs--size-xs {
    font-size: 0.75rem;
}

.boost-breadcrumbs--size-xs .boost-breadcrumbs__separator svg,
.boost-breadcrumbs--size-xs .boost-breadcrumbs__link svg {
    width: 12px;
    height: 12px;
}

.boost-breadcrumbs--size-sm {
    font-size: 0.875rem;
}

.boost-breadcrumbs--size-sm .boost-breadcrumbs__separator svg,
.boost-breadcrumbs--size-sm .boost-breadcrumbs__link svg {
    width: 14px;
    height: 14px;
}

.boost-breadcrumbs--size-base {
    font-size: 1rem;
}

.boost-breadcrumbs--size-base .boost-breadcrumbs__separator svg,
.boost-breadcrumbs--size-base .boost-breadcrumbs__link svg {
    width: 16px;
    height: 16px;
}

.boost-breadcrumbs--size-lg {
    font-size: 1.125rem;
}

.boost-breadcrumbs--size-lg .boost-breadcrumbs__separator svg,
.boost-breadcrumbs--size-lg .boost-breadcrumbs__link svg {
    width: 18px;
    height: 18px;
}

/* =============================================================================
   ALIGNMENT
   ============================================================================= */

.boost-breadcrumbs--align-left {
    justify-content: flex-start;
}

.boost-breadcrumbs--align-left .boost-breadcrumbs__list {
    justify-content: flex-start;
}

.boost-breadcrumbs--align-center {
    justify-content: center;
}

.boost-breadcrumbs--align-center .boost-breadcrumbs__list {
    justify-content: center;
}

.boost-breadcrumbs--align-right {
    justify-content: flex-end;
}

.boost-breadcrumbs--align-right .boost-breadcrumbs__list {
    justify-content: flex-end;
}

/* =============================================================================
   HIDE ON MOBILE — managed by visibility system
   ============================================================================= */

@media (max-width: 640px) {
    .boost-breadcrumbs__current {
        max-width: 180px;
    }

    .boost-breadcrumbs--size-lg {
        font-size: 1rem;
    }

    .boost-breadcrumbs__separator {
        margin: 0 0.3rem;
    }
}
/* Block: footer */
/**
 * Footer Block v3.5 — Static Styles
 *
 * Dynamic CSS (inline): Color scheme, style preset, footer variants, background effects
 * Static CSS (cached): Base layout, grid, responsive
 *
 * @package {{TEXT_DOMAIN}}
 * @since 3.5.0
 */

/* /blocks/footer/style.css */

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

.boost-block-footer {
    width: 100%;
    position: relative;
}

.boost-block-footer__inner {
    width: 100%;
    padding: 3rem 1rem 1.5rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* Desktop: reduced top padding for better spacing */
@media (min-width: 1025px) {
    .boost-block-footer__inner {
        padding-top: 1.5rem;
    }
}

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

.boost-block-footer__grid {
    display: grid;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

/* ==========================================================================
   BOTTOM BAR
   ========================================================================== */

.boost-block-footer__bottom {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

/* Tablet: 2 columns grid */
@media (max-width: 1024px) {
    .boost-block-footer__grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .boost-block-footer__brand {
        grid-column: span 2 !important;
        margin-bottom: 1rem;
    }
}

/* Mobile: 1 column grid */
@media (max-width: 640px) {
    .boost-block-footer__grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .boost-block-footer__brand {
        grid-column: span 1 !important;
    }
    
    .boost-block-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* 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: post-meta */
/**
 * Post Meta Block — Static Styles.
 *
 * BEM: boost-post-meta
 * Layout modifiers: --inline, --stacked
 * Dynamic CSS (font-size, separator, alignment) rendered inline via render.php.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/post-meta/style.css */

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

.boost-post-meta {
    position: relative;
    font-size: 0.85rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.5;
}

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

.boost-post-meta__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.boost-post-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* =============================================================================
   ICON (inline, no container)
   ============================================================================= */

.boost-post-meta__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    color: var(--boost-icon-color, currentColor);
}

.boost-post-meta__icon svg {
    width: 1em;
    height: 1em;
    stroke-width: 2;
}

/* Styled icon containers inherit text size. */
.boost-post-meta .boost-styled-icon {
    font-size: inherit;
    vertical-align: middle;
}

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

.boost-post-meta__link {
    color: var(--boost-text, #374151);
    text-decoration: none;
    transition: color 0.2s ease;
}

.boost-post-meta__link:hover {
    color: var(--boost-primary, #2563eb);
}

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

.boost-post-meta__avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* =============================================================================
   TAGS (pill style)
   ============================================================================= */

.boost-post-meta__tags {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.boost-post-meta__tag {
    display: inline-block;
    padding: 0.1rem 0.5rem;
    background: var(--boost-surface, #f1f5f9);
    border-radius: 999px;
    color: var(--boost-text, #374151);
    text-decoration: none;
    font-size: 0.9em;
    transition: background 0.2s ease, color 0.2s ease;
}

.boost-post-meta__tag:hover {
    background: var(--boost-primary, #2563eb);
    color: #fff;
}

/* =============================================================================
   CATEGORIES
   ============================================================================= */

.boost-post-meta__cats {
    display: inline;
}

/* =============================================================================
   VALUE (plain text items)
   ============================================================================= */

.boost-post-meta__value {
    /* Inherits parent color. */
}

/* =============================================================================
   FOCUS
   ============================================================================= */

.boost-post-meta a:focus-visible {
    outline: 2px solid var(--boost-primary, #2563eb);
    outline-offset: 2px;
    border-radius: 2px;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-post-meta__link,
    .boost-post-meta__tag {
        transition: none;
    }
}

/* Block: search */
/**
 * Search Block — Static Styles.
 *
 * BEM: boost-search, --pill, --boxed, --hero, --minimal
 * Container queries for responsive layout.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/search/style.css */

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

.boost-search {
    position: relative;
    overflow: hidden;
    padding: 3rem 2rem;
    text-align: center;
    background: var(--boost-bg, #fff);
    color: var(--boost-text, #1f2937);
    container-type: inline-size;
}

.boost-search__container {
    position: relative;
    z-index: 1;
    max-width: var(--boost-container-wide, 1200px);
    margin: 0 auto;
}

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

.boost-search__text {
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: 600px;
    margin: -0.5rem auto 2rem;
    text-align: center;
}

/* =============================================================================
   FORM — BASE
   ============================================================================= */

.boost-search__form {
    display: flex;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    gap: 0;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* =============================================================================
   FORM — VARIANT: PILL (default)
   ============================================================================= */

.boost-search--pill .boost-search__form {
    background: var(--boost-surface, #f8fafc);
    border: 2px solid var(--boost-border, #e2e8f0);
    border-radius: 999px;
    padding: 0.35rem 0.35rem 0.35rem 1.5rem;
}

.boost-search--pill .boost-search__btn {
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
}

/* =============================================================================
   FORM — VARIANT: BOXED
   ============================================================================= */

.boost-search--boxed .boost-search__form {
    background: var(--boost-surface, #f8fafc);
    border: 2px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
    padding: 0.35rem 0.35rem 0.35rem 1.25rem;
}

.boost-search--boxed .boost-search__btn {
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
}

/* =============================================================================
   FORM — VARIANT: HERO
   ============================================================================= */

.boost-search--hero {
    padding: 5rem 2rem;
}

.boost-search--hero .boost-search__form {
    background: var(--boost-surface, #fff);
    border: 2px solid var(--boost-border, #e2e8f0);
    border-radius: 16px;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.boost-search--hero .boost-search__input {
    font-size: 1.2rem;
}

.boost-search--hero .boost-search__btn {
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

/* =============================================================================
   FORM — VARIANT: MINIMAL
   ============================================================================= */

.boost-search--minimal .boost-search__form {
    border-bottom: 2px solid var(--boost-border, #e2e8f0);
    padding: 0.35rem 0;
}

.boost-search--minimal .boost-search__btn {
    background: transparent;
    color: var(--boost-primary, #2563eb);
    padding: 0.5rem 0.25rem;
}

.boost-search--minimal .boost-search__btn:hover {
    opacity: 0.8;
    filter: none;
    transform: none;
}

/* =============================================================================
   FOCUS STATE
   ============================================================================= */

.boost-search__form:focus-within {
    border-color: var(--boost-primary, #2563eb);
}

.boost-search--pill .boost-search__form:focus-within,
.boost-search--boxed .boost-search__form:focus-within,
.boost-search--hero .boost-search__form:focus-within {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* =============================================================================
   INPUT
   ============================================================================= */

.boost-search__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: var(--boost-text, #1f2937);
    outline: none;
    padding: 0.5rem 0;
    min-width: 0;
}

.boost-search__input::placeholder {
    color: var(--boost-muted, #94a3b8);
}

/* =============================================================================
   SCOPE DROPDOWN
   ============================================================================= */

.boost-search__scope {
    border: none;
    background: transparent;
    font-size: 0.85rem;
    color: var(--boost-muted, #64748b);
    padding: 0.4rem 0.5rem;
    cursor: pointer;
    outline: none;
    border-right: 1px solid var(--boost-border, #e2e8f0);
    margin-right: 0.75rem;
}

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

.boost-search__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    background: var(--boost-primary, #2563eb);
    color: #fff;
    transition: background 0.2s ease, transform 0.1s ease;
}

.boost-search__btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.boost-search__btn:active {
    transform: scale(0.97) !important;
}

.boost-search__btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* =============================================================================
   LIVE SEARCH RESULTS
   ============================================================================= */

.boost-search__results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.5rem;
    background: var(--boost-bg, #fff);
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    z-index: 50;
    text-align: left;
    max-height: 360px;
    overflow-y: auto;
}

.boost-search__results.is-active {
    display: block;
}

.boost-search__result {
    display: block;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    color: var(--boost-text, #1f2937);
    border-bottom: 1px solid var(--boost-border-light, #f1f5f9);
    transition: background 0.15s ease;
}

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

.boost-search__result:hover {
    background: var(--boost-surface, #f8fafc);
}

.boost-search__result-title {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
}

.boost-search__result-type {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--boost-primary, #2563eb);
    font-weight: 600;
}

.boost-search__no-results,
.boost-search__loading {
    padding: 1.25rem;
    text-align: center;
    color: var(--boost-muted, #64748b);
    font-size: 0.9rem;
}

/* =============================================================================
   POPULAR SEARCHES
   ============================================================================= */

.boost-search__popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-size: 0.85rem;
}

.boost-search__popular-label {
    color: var(--boost-muted, #64748b);
    font-weight: 500;
}

.boost-search__popular-tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    background: var(--boost-surface, #f1f5f9);
    border-radius: 999px;
    color: var(--boost-text, #374151);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.boost-search__popular-tag:hover {
    background: var(--boost-primary, #2563eb);
    color: #fff;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .boost-search__form,
    .boost-search__btn,
    .boost-search__result,
    .boost-search__popular-tag {
        transition: none;
    }
}

/* =============================================================================
   CONTAINER QUERIES
   container-type set on .boost-search (section) to avoid clipping.
   ============================================================================= */

@container (max-width: 768px) {
    .boost-search {
        padding: 2rem 1rem;
    }

    .boost-search--hero {
        padding: 3rem 1rem;
    }

    .boost-search__form {
        max-width: 100%;
    }
}

/* =============================================================================
   VIEWPORT FALLBACK — for browsers without container query support (< 2%)
   ============================================================================= */

@supports not (container-type: inline-size) {
    @media (max-width: 768px) {
        .boost-search {
            padding: 2rem 1rem;
        }

        .boost-search--hero {
            padding: 3rem 1rem;
        }

        .boost-search__form {
            max-width: 100%;
        }
    }
}
/* Block: shortcode */
/**
 * Shortcode Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme) inline.
 * NOTE: Uses @media viewport for padding reduction — content is shortcode-owned,
 * no multi-column layout to adapt.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

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

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

.boost-shortcode {
    position: relative;
}

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

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

/* Text block below section header. */
.boost-shortcode__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2.5rem;
}

/* =============================================================================
   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-input-bg, 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(var(--boost-primary-rgb, 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: var(--boost-primary-text, #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 {
    opacity: 0.9;
    transform: translateY(-1px);
}

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

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

@media (max-width: 768px) {
    .boost-shortcode__container {
        padding: 0 0.75rem;
    }
}
/* Block: sidebar */
/**
 * Sidebar Block - Static Styles
 *
 * Static CSS cached by browser. Dynamic CSS (preset, color scheme, width, sticky) inline.
 * BEM: boost-sidebar, --left, --right, --sticky
 *
 * NOTE: Uses @media viewport queries (not @container) because sidebar collapse
 * is a page-level layout decision, not content-level responsiveness.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

/* /blocks/sidebar/style.css */

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

.boost-sidebar {
    position: relative;
}

/* =============================================================================
   WIDGETS
   ============================================================================= */

.boost-sidebar__widget {
    margin-bottom: 1.5rem;
}

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

/* =============================================================================
   SEARCH WIDGET
   ============================================================================= */

.boost-sidebar__search-wrapper {
    display: flex;
    align-items: center;
    background: var(--boost-bg, #fff);
    border: 1px solid var(--boost-border, #e2e8f0);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.boost-sidebar__search-wrapper:focus-within {
    border-color: var(--boost-primary, #3b82f6);
    box-shadow: 0 0 0 3px rgba(var(--boost-primary-rgb, 59, 130, 246), 0.1);
}

.boost-sidebar__search-input {
    flex: 1;
    padding: 0.6rem 0 0.6rem 0.75rem;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: var(--boost-text, #1e293b);
    outline: none;
}

.boost-sidebar__search-input::placeholder {
    color: var(--boost-text-muted, #94a3b8);
}

.boost-sidebar__search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.75rem;
    background: transparent;
    border: none;
    color: var(--boost-text-muted, #64748b);
    cursor: pointer;
    transition: color 0.2s;
}

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

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

/* =============================================================================
   PLACEHOLDER
   ============================================================================= */

.boost-sidebar__placeholder {
    padding: 1.5rem;
    text-align: center;
    color: var(--boost-text-muted, #64748b);
    font-size: 0.9rem;
}

.boost-sidebar__placeholder p {
    margin: 0;
}

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

@media (max-width: 900px) {
    .boost-sidebar {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
        max-height: none !important;
        overflow-y: visible !important;
    }

    /* Mobile position: show sidebar before main content */
    .boost-sidebar--mobile-first {
        order: -1;
    }
}
/* Block: taxonomy-list */
/**
 * Taxonomy List Block v3.5.0 - Static Styles.
 *
 * Layout: --layout-list (vertical <ul>) | --layout-inline (flex row)
 * Variant: --variant-default | --variant-pills | --variant-cloud
 * Variants apply to BOTH layouts for maximum design flexibility.
 *
 * @package Boost Theme Framework
 * @since 3.5.0
 */

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

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

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

.boost-taxonomy-list__container {
    margin: 0 auto;
    padding: 0 1rem;
}

/* =============================================================================
   SECTION TEXT (below header)
   ============================================================================= */

.boost-taxonomy-list__text {
    text-align: center;
    font-size: 1.05rem;
    color: var(--boost-muted, #64748b);
    line-height: 1.7;
    max-width: var(--boost-container-narrow, 700px);
    margin: -0.5rem auto 2rem;
}

/* =============================================================================
   SHARED TERM STYLES
   ============================================================================= */

.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, background 0.2s;
}

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

.boost-taxonomy-list__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.boost-taxonomy-list__icon svg {
    width: 14px;
    height: 14px;
}

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

/* =============================================================================
   LAYOUT: LIST (vertical <ul>)
   ============================================================================= */

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

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

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

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

/* =============================================================================
   LAYOUT: INLINE (flex row)
   ============================================================================= */

.boost-taxonomy-list--layout-inline .boost-taxonomy-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.75rem;
    align-items: center;
}

/* =============================================================================
   VARIANT: PILLS (works on both layouts)
   ============================================================================= */

.boost-taxonomy-list--variant-pills .boost-taxonomy-list__term {
    padding: 0.25rem 0.7rem;
    background: var(--boost-bg-alt, #f1f5f9);
    border-radius: 9999px;
    font-size: 0.85rem;
}

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

/* Pills on list: remove borders, add vertical gap. */
.boost-taxonomy-list--layout-list.boost-taxonomy-list--variant-pills .boost-taxonomy-list__item {
    border-bottom: none;
    padding: 0.15rem 0;
}

/* Pills on inline: tighter gap. */
.boost-taxonomy-list--layout-inline.boost-taxonomy-list--variant-pills .boost-taxonomy-list__wrapper {
    gap: 0.4rem;
}

/* =============================================================================
   VARIANT: CLOUD (dynamic font-size, works on both layouts)
   ============================================================================= */

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

/* Cloud on list: remove borders. */
.boost-taxonomy-list--layout-list.boost-taxonomy-list--variant-cloud .boost-taxonomy-list__item {
    border-bottom: none;
    padding: 0.1rem 0;
}

/* Cloud on inline: wider gap for visual breathing room. */
.boost-taxonomy-list--layout-inline.boost-taxonomy-list--variant-cloud .boost-taxonomy-list__wrapper {
    gap: 0.5rem;
}

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

.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--variant-pills .boost-taxonomy-list__term {
    background: rgba(255, 255, 255, 0.1);
}

.boost-taxonomy-list[data-scheme="dark"] .boost-taxonomy-list--variant-pills .boost-taxonomy-list__term: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; }
}
