/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --orange-500: #FF8A00;
  --orange-600: #E67A00;
  --orange-100: #FFF3E0;
  --orange-50: #FFFAF5;
  --dark-900: #0D0D0D;
  --dark-800: #1A1A1A;
  --dark-700: #2A2A2A;
  --neutral-900: #1A1A2E;
  --neutral-700: #3D3D56;
  --neutral-500: #555555;
  --neutral-300: #9E9E9E;
  --neutral-200: #C4C4C4;
  --neutral-100: #E8E8E8;
  --neutral-50: #F5F5F7;
  --white: #FFFFFF;
  --tech-accent: #4A90D9;
  --ally-accent: #7B61FF;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --space-4xl: 128px;
  --max-width: 1280px;
  --border-radius-sm: 8px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --border-radius-pill: 100px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-glow: 0 0 40px rgba(255,138,0,0.15);
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: var(--font-body);
  color: var(--neutral-900);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-md);
}
.utility-nav {
  background: var(--dark-900);
  padding: var(--space-xs) 0;
  font-size: 12px;
}
.utility-nav .container {
  display: flex;
  justify-content: space-between;
}
.utility-links {
  display: flex;
  gap: var(--space-md);
}
.utility-links a {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}
.utility-links a:hover {
  color: var(--white);
}
.main-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--neutral-100);
  padding: var(--space-sm) 0;
  transition: all 0.3s;
}
.main-nav.scrolled {
  box-shadow: var(--shadow-sm);
}
.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 24px;
  font-weight: 800;
  color: var(--neutral-900);
}
.logo span {
  color: var(--orange-500);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--neutral-700);
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--orange-500);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange-500);
  transition: width 0.3s;
}
.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}
.btn-cta {
  background: var(--orange-500) !important;
  color: var(--white) !important;
  padding: 10px 24px !important;
  border-radius: var(--border-radius-pill) !important;
  font-weight: 600 !important;
  transition: background 0.2s !important;
}
.btn-cta:hover {
  background: var(--orange-600) !important;
}
.btn-cta::after {
  display: none !important;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--neutral-900);
  transition: all 0.3s;
}
.section-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}
.section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-500);
  margin-bottom: var(--space-sm);
}
.section-header h2, .section-title {
  font-family: var(--font-display);
  font-size: clamp(32px,3.5vw,48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--neutral-900);
  margin-bottom: var(--space-sm);
}
.section-header p, .section-subtitle {
  font-size: 18px;
  color: var(--neutral-500);
  max-width: 600px;
  margin: 0 auto;
}
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: var(--space-3xl) 0;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
}
.hero--orange {
  background: linear-gradient(135deg, #FF8A00 0%, #E67A00 40%, #CC6D00 100%);
}
.hero--orange::after {
  background: linear-gradient(transparent, rgba(204,109,0,0.6));
}
.hero--orange .hero-content {
  color: var(--white);
}
.hero--orange .hero-label {
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12);
}
.hero--orange .hero-title {
  color: var(--white);
}
.hero--orange .hero-sub {
  color: rgba(255,255,255,0.85);
}
.hero--orange .hero-stat-value {
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.hero--orange .hero-stat-label {
  color: rgba(255,255,255,0.75);
}
.hero--orange .btn-primary {
  background: var(--white);
  color: var(--orange-500);
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.hero--orange .btn-primary:hover {
  background: var(--neutral-900);
  color: var(--white);
}
.hero--orange .btn-secondary {
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
}
.hero--orange .btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.15);
}
.hero--orange .hero-image-placeholder {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
}
.hero--orange .hero-image-placeholder::before {
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent);
}
.hero--orange .placeholder-icon {
  border: 2px dashed rgba(255,255,255,0.4);
  color: var(--white);
  opacity: 0.7;
}
.hero--orange .placeholder-text {
  color: rgba(255,255,255,0.6);
}
.hero--dark {
  background: linear-gradient(135deg, var(--dark-900) 0%, var(--dark-800) 60%, #2a1a00 100%);
}
.hero--dark::before {
  background: radial-gradient(ellipse, rgba(255,138,0,0.08) 0%, transparent 70%);
}
.hero--dark::after {
  background: linear-gradient(transparent, var(--dark-900));
}
.hero--dark .hero-content {
  color: var(--white);
}
.hero--dark .hero-label {
  color: var(--orange-500);
  border: 1px solid rgba(255,138,0,0.3);
  background: rgba(255,138,0,0.08);
}
.hero--dark .hero-title {
  color: var(--white);
}
.hero--dark .hero-title .highlight {
  color: var(--orange-500);
}
.hero--dark .hero-sub {
  color: var(--neutral-300);
}
.hero--dark .hero-stat-value {
  color: var(--orange-500);
}
.hero--dark .hero-stat-label {
  color: var(--neutral-300);
}
.hero--dark .btn-primary {
  background: var(--orange-500);
  color: white;
  box-shadow: 0 4px 24px rgba(255,138,0,0.35);
}
.hero--dark .btn-primary:hover {
  background: var(--orange-600);
  box-shadow: 0 8px 32px rgba(255,138,0,0.45);
}
.hero--dark .btn-secondary {
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.25);
}
.hero--dark .btn-secondary:hover {
  border-color: var(--orange-500);
  color: var(--orange-500);
}
.hero--dark .hero-image-placeholder {
  background: linear-gradient(145deg, var(--dark-700), var(--dark-800));
  border: 1px solid rgba(255,138,0,0.15);
}
.hero--dark .placeholder-icon {
  border: 2px dashed rgba(255,138,0,0.3);
  color: var(--orange-500);
  opacity: 0.6;
}
.hero--dark .placeholder-text {
  color: var(--neutral-500);
}
.hero--white {
  background: var(--white);
}
.hero--white .hero-label {
  color: var(--neutral-500);
  border: 1px solid var(--neutral-200);
  background: var(--neutral-50);
}
.hero--white .hero-title {
  color: var(--neutral-900);
}
.hero--white .hero-title .highlight {
  color: var(--orange-500);
}
.hero--white .hero-sub {
  color: var(--neutral-500);
}
.hero--white .hero-stat-value {
  color: var(--neutral-900);
}
.hero--white .hero-stat-label {
  color: var(--neutral-500);
}
.hero--white .hero-stats {
  border-top: 1px solid var(--neutral-100);
  padding-top: var(--space-lg);
}
.hero--white .btn-primary {
  background: var(--orange-500);
  color: var(--white);
}
.hero--white .btn-secondary {
  border: 2px solid var(--neutral-200);
  color: var(--neutral-700);
}
.hero--white .hero-image-placeholder {
  background: var(--neutral-50);
  border: 1px dashed var(--neutral-200);
}
.hero--white .placeholder-icon {
  border: 2px dashed var(--neutral-200);
  color: var(--neutral-300);
}
.hero--white .placeholder-text {
  color: var(--neutral-300);
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--space-md);
  padding: 6px 16px;
  border-radius: var(--border-radius-pill);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px,5.5vw,76px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-md);
}
.hero-title .highlight {
  position: relative;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.hero-sub {
  font-size: clamp(16px,1.4vw,20px);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: var(--space-xl);
}
.hero-ctas {
  display: flex;
  gap: var(--space-sm);
  margin-bottom: var(--space-3xl);
}
.hero-stats {
  display: flex;
  gap: var(--space-xl);
}
.hero-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-stat-label {
  font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-lg);
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
}
.hero-image-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-sm);
  position: relative;
  overflow: hidden;
}
.hero-image-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
}
.placeholder-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.placeholder-text {
  font-size: 13px;
  text-align: center;
  max-width: 200px;
}
.hero-float-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--white);
  padding: 16px 24px;
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  z-index: 3;
}
.hero-float-badge .badge-number {
  font-size: 28px;
  font-weight: 800;
  color: var(--orange-500);
}
.hero-float-badge .badge-text {
  font-size: 12px;
  color: var(--neutral-500);
  line-height: 1.3;
  font-weight: 600;
}
.btn-primary {
  display: inline-block;
  padding: 16px 36px;
  border-radius: var(--border-radius-pill);
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  display: inline-block;
  padding: 16px 36px;
  border-radius: var(--border-radius-pill);
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-link {
  color: var(--orange-500);
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.btn-link:hover {
  gap: 10px;
}
.cards-section {
  padding: var(--space-4xl) 0 var(--space-3xl);
  background: var(--orange-50);
}
.cards-grid {
  display: grid;
  gap: var(--space-md);
}
.cards-grid--2 {
  grid-template-columns: repeat(2,1fr);
}
.cards-grid--3 {
  grid-template-columns: repeat(3,1fr);
}
.cards-grid--4 {
  grid-template-columns: repeat(4,1fr);
}
.audience-card {
  background: var(--white);
  border: 1px solid var(--neutral-100);
  border-radius: var(--border-radius-lg);
  padding: var(--space-xl);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.audience-card--orange::before {
  background: var(--orange-500);
}
.audience-card--blue::before {
  background: var(--tech-accent);
}
.audience-card--purple::before {
  background: var(--ally-accent);
}
.audience-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
}
.audience-card--orange:hover {
  box-shadow: 0 8px 40px rgba(255,138,0,0.15);
}
.audience-card--blue:hover {
  box-shadow: 0 8px 40px rgba(74,144,217,0.15);
}
.audience-card--purple:hover {
  box-shadow: 0 8px 40px rgba(123,97,255,0.15);
}
.audience-card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: var(--space-md);
}
.audience-card--orange .audience-card-icon {
  background: var(--orange-100);
  color: var(--orange-500);
}
.audience-card--blue .audience-card-icon {
  background: #E8F0FE;
  color: var(--tech-accent);
}
.audience-card--purple .audience-card-icon {
  background: #F0EBFF;
  color: var(--ally-accent);
}
.audience-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: var(--space-xs);
  letter-spacing: -0.02em;
}
.audience-card-quote {
  font-size: 14px;
  color: var(--neutral-500);
  margin-bottom: var(--space-sm);
  font-style: italic;
  line-height: 1.5;
}
.audience-card-body {
  font-size: 15px;
  color: var(--neutral-700);
  margin-bottom: var(--space-md);
  line-height: 1.6;
}
.audience-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: gap 0.3s;
}
.audience-card--orange .audience-card-cta {
  color: var(--orange-500);
}
.audience-card--blue .audience-card-cta {
  color: var(--tech-accent);
}
.audience-card--purple .audience-card-cta {
  color: var(--ally-accent);
}
.audience-card:hover .audience-card-cta {
  gap: 14px;
}
.services-section {
  padding: var(--space-3xl) 0 var(--space-4xl);
  background: var(--neutral-50);
}
.tabs-nav {
  display: flex;
  justify-content: center;
  gap: var(--space-xs);
  margin-bottom: var(--space-xl);
  background: var(--white);
  padding: 6px;
  border-radius: var(--border-radius-pill);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: var(--shadow-sm);
}
.tab-btn {
  padding: 12px 28px;
  border-radius: var(--border-radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--neutral-500);
  transition: all 0.3s;
}
.tab-btn:hover {
  color: var(--neutral-900);
}
.tab-btn--active {
  background: var(--orange-500);
  color: var(--white);
  box-shadow: 0 2px 12px rgba(255,138,0,0.3);
}
.tab-panel {
  display: none;
}
.tab-panel--active {
  display: grid;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--space-md);
}
.service-card {
  background: var(--white);
  border-radius: var(--border-radius-lg);
  padding: var(--space-lg);
  transition: all 0.3s;
  border: 1px solid var(--neutral-100);
  position: relative;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.service-icon {
  width: 48px;
  height: 48px;
  background: var(--orange-100);
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-sm);
  font-size: 20px;
  color: var(--orange-500);
}
.service-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: var(--space-xs);
  letter-spacing: -0.01em;
}
.service-desc {
  font-size: 14px;
  color: var(--neutral-500);
  line-height: 1.6;
  margin-bottom: var(--space-sm);
}
.service-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange-500);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}
.service-card:hover .service-link {
  gap: 10px;
}
.process-section {
  padding: var(--space-4xl) 0;
  background: var(--orange-50);
}
.process-steps {
  margin-top: var(--space-xl);
}
.process-steps--horizontal {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: var(--space-sm);
}
.process-step {
  text-align: center;
  padding: var(--space-lg) var(--space-sm);
  position: relative;
}
.process-step::after {
  content: '→';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--neutral-200);
  font-weight: 300;
}
.process-step:last-child::after {
  display: none;
}
.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-600));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto var(--space-sm);
  box-shadow: 0 4px 16px rgba(255,138,0,0.3);
}
.step-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: var(--space-xs);
  letter-spacing: -0.01em;
}
.step-desc {
  font-size: 13px;
  color: var(--neutral-500);
  line-height: 1.5;
}
.step-connector {
  display: none;
}
.metrics-section {
  padding: var(--space-4xl) 0;
  position: relative;
  overflow: hidden;
}
.metrics-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  pointer-events: none;
}
.metrics-section .container {
  position: relative;
  z-index: 2;
}
.metrics-section--dark {
  background: linear-gradient(135deg, var(--dark-900) 0%, var(--dark-800) 100%);
}
.metrics-section--dark::before {
  background: radial-gradient(circle, rgba(255,138,0,0.06) 0%, transparent 70%);
}
.metrics-section--dark .section-label {
  color: var(--orange-500);
}
.metrics-section--dark .section-title {
  color: var(--white);
}
.metrics-section--orange {
  background: linear-gradient(135deg, #FF8A00 0%, #E67A00 50%, #D97200 100%);
}
.metrics-section--orange::before {
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
}
.metrics-section--orange .section-label {
  color: var(--white);
}
.metrics-section--orange .section-title {
  color: var(--white);
}
.metrics-section--orange .section-subtitle {
  color: rgba(255,255,255,0.8);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
}
.metric-item {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--border-radius-lg);
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.metric-item:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-4px);
}
.metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(40px,5vw,64px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.metric-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-top: var(--space-xs);
  font-weight: 500;
  line-height: 1.4;
}
.metrics-section--white {
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-100);
  border-bottom: 1px solid var(--neutral-100);
}
.metrics-section--white .metric-item {
  background: var(--white);
  border-color: var(--neutral-100);
  box-shadow: var(--shadow-sm);
}
.metrics-section--white .metric-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.metrics-section--white .metric-value {
  color: var(--orange-500);
  text-shadow: none;
}
.metrics-section--white .metric-label {
  color: var(--neutral-500);
}
.logos-section {
  padding: var(--space-3xl) 0;
  background: var(--white);
  border-top: 1px solid var(--neutral-100);
  border-bottom: 1px solid var(--neutral-100);
}
.logos-header {
  text-align: center;
  margin-bottom: var(--space-xl);
  font-size: 14px;
  color: var(--neutral-300);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logos-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-3xl);
  flex-wrap: wrap;
}
.logo-item {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.logo-item:hover {
  opacity: 1;
}
.logo-placeholder {
  width: 120px;
  height: 48px;
  background: var(--neutral-50);
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--neutral-300);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px dashed var(--neutral-200);
}
.case-study-section {
  padding: var(--space-4xl) 0;
  background: var(--neutral-50);
}
.case-study-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--white);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.case-study-visual {
  background: linear-gradient(135deg, #FF8A00, #E67A00);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-sm);
  position: relative;
  min-height: 400px;
}
.before-after {
  display: flex;
  gap: 2px;
  width: 80%;
}
.ba-panel {
  flex: 1;
  min-height: 180px;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ba-before {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  border: 1px dashed rgba(255,255,255,0.3);
}
.ba-after {
  background: rgba(255,255,255,0.2);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
}
.ba-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-caption {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  margin-top: var(--space-xs);
}
.case-study-content {
  padding: var(--space-xl) var(--space-xl) var(--space-xl) var(--space-lg);
}
.case-study-content .case-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-500);
  margin-bottom: var(--space-sm);
}
.case-study-content h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-sm);
  line-height: 1.2;
}
.case-study-content > p {
  font-size: 15px;
  color: var(--neutral-500);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}
.case-metrics {
  display: flex;
  gap: var(--space-lg);
  margin-bottom: var(--space-md);
}
.case-metric-value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--orange-500);
}
.case-metric-label {
  font-size: 12px;
  color: var(--neutral-500);
  font-weight: 500;
}
.testimonials-section {
  padding: var(--space-4xl) 0;
  background: var(--white);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--space-md);
}
.testimonial-card {
  padding: var(--space-lg);
  border: 1px solid var(--neutral-100);
  border-radius: var(--border-radius-lg);
  transition: all 0.3s;
}
.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.testimonial-quote {
  font-size: 15px;
  color: var(--neutral-700);
  line-height: 1.7;
  margin-bottom: var(--space-md);
  font-style: italic;
}
.testimonial-quote::before {
  content: '"';
  font-size: 48px;
  font-weight: 800;
  color: var(--orange-500);
  line-height: 0;
  display: block;
  margin-bottom: var(--space-sm);
  opacity: 0.5;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.testimonial-card--empresa .testimonial-avatar {
  background: var(--orange-500);
}
.testimonial-card--tecnico .testimonial-avatar {
  background: var(--tech-accent);
}
.testimonial-card--aliado .testimonial-avatar {
  background: var(--ally-accent);
}
.testimonial-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.testimonial-role {
  font-size: 12px;
  color: var(--neutral-500);
}
.certifications-section {
  padding: var(--space-2xl) 0;
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-100);
}
.certifications-section .section-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: var(--space-md);
  font-weight: 600;
  color: var(--neutral-500);
  letter-spacing: 0.05em;
}
.certs-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
  flex-wrap: wrap;
}
.cert-badge {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: 12px 20px;
  background: var(--white);
  border-radius: var(--border-radius-pill);
  border: 1px solid var(--neutral-100);
  font-size: 13px;
  font-weight: 600;
  color: var(--neutral-700);
}
.cert-badge .cert-icon, .cert-placeholder {
  display: flex;
  align-items: center;
}
.cert-placeholder {
  font-size: 13px;
  font-weight: 600;
  color: var(--neutral-700);
}
.blog-section {
  padding: var(--space-4xl) 0;
  background: var(--white);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--space-md);
}
.blog-card {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 1px solid var(--neutral-100);
  transition: all 0.3s;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.blog-card-placeholder, .blog-card-img {
  height: 200px;
  background: linear-gradient(135deg, var(--neutral-50), var(--neutral-100));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--neutral-300);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.blog-card-body {
  padding: var(--space-md);
}
.blog-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange-500);
  margin-bottom: var(--space-xs);
}
.blog-card-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-xs);
  line-height: 1.3;
}
.blog-card-excerpt {
  font-size: 13px;
  color: var(--neutral-500);
  line-height: 1.5;
  margin-bottom: var(--space-sm);
}
.blog-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange-500);
}
.cta-section {
  padding: var(--space-4xl) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 600px;
  height: 600px;
  pointer-events: none;
}
.cta-section .container {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.cta-section--orange {
  background: linear-gradient(135deg, #FF8A00 0%, #D97200 100%);
}
.cta-section--orange::before {
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}
.cta-section--dark {
  background: linear-gradient(135deg, var(--dark-900), var(--dark-800));
}
.cta-section--dark::before {
  background: radial-gradient(circle, rgba(255,138,0,0.06) 0%, transparent 70%);
}
.cta-section--white {
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-100);
  border-bottom: 1px solid var(--neutral-100);
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(32px,4vw,48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-sm);
  line-height: 1.1;
}
.cta-section--orange .cta-title, .cta-section--dark .cta-title {
  color: var(--white);
}
.cta-section--white .cta-title {
  color: var(--neutral-900);
}
.cta-subtitle {
  font-size: 18px;
  margin-bottom: var(--space-xl);
  line-height: 1.6;
}
.cta-section--orange .cta-subtitle {
  color: rgba(255,255,255,0.85);
}
.cta-section--dark .cta-subtitle {
  color: rgba(255,255,255,0.7);
}
.cta-section--white .cta-subtitle {
  color: var(--neutral-500);
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: var(--space-sm);
  flex-wrap: wrap;
}
.cta-section--orange .btn-primary {
  background: var(--white);
  color: var(--orange-500);
}
.cta-section--orange .btn-primary:hover {
  background: var(--neutral-900);
  color: var(--white);
}
.cta-section--orange .btn-secondary {
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.5);
}
.cta-section--orange .btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.15);
}
.cta-section--dark .btn-primary {
  background: var(--orange-500);
  color: var(--white);
}
.cta-section--dark .btn-secondary {
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.25);
}
.cta-section--white .btn-primary {
  background: var(--orange-500);
  color: var(--white);
}
.cta-section--white .btn-secondary {
  border: 2px solid var(--neutral-200);
  color: var(--neutral-700);
}
.text-section {
  padding: var(--space-3xl) 0;
}
.prose {
  font-size: 16px;
  line-height: 1.8;
  color: var(--neutral-700);
}
.prose h2 {
  font-size: 28px;
  font-weight: 700;
  margin: var(--space-lg) 0 var(--space-sm);
  color: var(--neutral-900);
}
.prose h3 {
  font-size: 22px;
  font-weight: 700;
  margin: var(--space-md) 0 var(--space-xs);
  color: var(--neutral-900);
}
.prose p {
  margin-bottom: var(--space-md);
}
.empty-page {
  text-align: center;
  padding: var(--space-3xl) 0;
  color: var(--neutral-500);
}
.empty-page .btn-primary {
  margin-top: var(--space-md);
  background: var(--orange-500);
  color: var(--white);
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--neutral-100);
  border-radius: var(--border-radius-lg);
  padding: var(--space-xl);
  box-shadow: var(--shadow-md);
}
.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}
.contact-form .form-group {
  margin-bottom: var(--space-md);
}
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--neutral-700);
  margin-bottom: 6px;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--neutral-200);
  border-radius: var(--border-radius-sm);
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(255,138,0,0.1);
}
.form-note {
  text-align: center;
  font-size: 13px;
  color: var(--neutral-300);
  margin-top: var(--space-sm);
}
.site-footer {
  background: linear-gradient(180deg, #D97200 0%, #BF6500 100%);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: var(--space-3xl) 0 var(--space-lg);
  color: rgba(255,255,255,0.8);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-3xl);
}
.footer-logo {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: var(--space-sm);
}
.footer-logo span {
  color: var(--white);
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
  margin-bottom: var(--space-md);
  color: rgba(255,255,255,0.75);
}
.footer-social {
  display: flex;
  gap: var(--space-xs);
  margin-bottom: var(--space-sm);
}
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  transition: all 0.3s;
}
.social-icon:hover {
  border-color: var(--white);
  color: var(--white);
  background: rgba(255,255,255,0.15);
}
.footer-column h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--space-md);
}
.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.footer-column li a {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  transition: color 0.2s;
}
.footer-column li a:hover {
  color: var(--white);
}
.footer-whatsapp {
  text-align: center;
  margin-bottom: var(--space-lg);
}
.footer-whatsapp a, .whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 10px 20px;
  border-radius: var(--border-radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.3s;
}
.footer-whatsapp a:hover, .whatsapp-btn:hover {
  background: rgba(255,255,255,0.25);
}
.footer-bottom {
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.footer-bottom p {
  margin: 0;
}
.footer-legal {
  display: flex;
  gap: var(--space-md);
}
.footer-legal a {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: var(--white);
}
.footer-legal {
  display: flex;
  gap: var(--space-md);
}
.footer-legal a {
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: var(--white);
}
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
  .hero-visual {
    order: -1;
  }
  .cards-grid--3, .cards-grid--4 {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }
  .services-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .process-steps--horizontal {
    grid-template-columns: repeat(3,1fr);
  }
  .process-step:nth-child(3)::after {
    display: none;
  }
  .metrics-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  .case-study-content {
    padding: var(--space-xl);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
  }
}
@media (max-width: 768px) {
  .utility-nav {
    display: none;
  }
  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-lg);
    z-index: 200;
  }
  .nav-links.nav-open {
    display: flex;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    min-height: auto;
    padding: var(--space-3xl) 0 var(--space-2xl);
  }
  .hero-stats {
    flex-direction: column;
    gap: var(--space-sm);
  }
  .hero-ctas {
    flex-direction: column;
  }
  .tabs-nav {
    flex-wrap: wrap;
    width: auto;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .process-steps--horizontal {
    grid-template-columns: 1fr 1fr;
  }
  .process-step::after {
    display: none;
  }
  .metrics-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
  }
  .form-row-2col {
    grid-template-columns: 1fr;
  }
}
.faq-section {
  padding: var(--space-3xl) 0;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border: 1px solid var(--neutral-100);
  border-radius: var(--border-radius-md);
  margin-bottom: var(--space-sm);
  overflow: hidden;
  transition: all 0.3s;
}
.faq-item:hover {
  border-color: var(--orange-500);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-md) var(--space-lg);
  cursor: pointer;
}
.faq-question h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.faq-toggle {
  font-size: 24px;
  color: var(--orange-500);
  font-weight: 300;
  transition: transform 0.3s;
}
.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-answer p {
  padding: 0 var(--space-lg) var(--space-md);
  font-size: 15px;
  color: var(--neutral-500);
  line-height: 1.7;
}
.faq-list--two-column {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: var(--space-sm);
  max-width: 100%;
}
.gallery-section {
  padding: var(--space-3xl) 0;
}
.gallery-grid {
  display: grid;
  gap: var(--space-sm);
}
.gallery-grid--2col {
  grid-template-columns: repeat(2,1fr);
}
.gallery-grid--3col {
  grid-template-columns: repeat(3,1fr);
}
.gallery-grid--4col {
  grid-template-columns: repeat(4,1fr);
}
.gallery-item {
  border-radius: var(--border-radius-md);
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-placeholder {
  aspect-ratio: 4/3;
  background: var(--neutral-50);
  border: 1px dashed var(--neutral-200);
  border-radius: var(--border-radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  font-size: 13px;
  color: var(--neutral-300);
}
.gallery-placeholder span {
  font-size: 32px;
}
.video-section {
  padding: var(--space-3xl) 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
}
.video-wrapper iframe, .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-placeholder {
  aspect-ratio: 16/9;
  background: var(--neutral-50);
  border: 1px dashed var(--neutral-200);
  border-radius: var(--border-radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  color: var(--neutral-300);
}
.video-placeholder span {
  font-size: 48px;
}
.separator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.separator--line .separator-line {
  width: 100%;
  max-width: var(--max-width);
  height: 1px;
  background: var(--neutral-100);
  margin: 0 var(--space-md);
}
.blog-article-header {
  margin-bottom: var(--space-xl);
}
.blog-article-meta {
  display: flex;
  gap: var(--space-xs);
  font-size: 13px;
  color: var(--neutral-300);
  margin-top: var(--space-sm);
}
@media (max-width: 768px) {
  .faq-list--two-column {
    grid-template-columns: 1fr;
  }
  .gallery-grid--3col, .gallery-grid--4col {
    grid-template-columns: repeat(2,1fr);
  }
}
.hero--compact {
  min-height: 35vh;
  padding: 48px 0;
}
.hero--compact .container {
  grid-template-columns: 1fr;
}
.hero--compact .hero-content {
  max-width: 720px;
}
