/* ==========================================================================
   Wonderstory PRO — common.css
   Shared styles extracted from 7 static HTML pages.
   Generated: 2026-02-14
   ========================================================================== */

/* ==========================================================================
   A. CSS VARIABLES (:root)
   Warm Stone palette — used on linkedin, foto-curriculum, equipos-empresas,
   personal-branding pages. Hub uses cool gray (will be migrated separately).
   ========================================================================== */

:root {
  /* Colors - Warm Stone */
  --b2b-navy: #1A365D;
  --b2b-navy-hover: #2C5282;
  --b2b-navy-dark: #0F2442;
  --b2b-heading: #1C1917;
  --b2b-charcoal: #44403C;
  --b2b-charcoal-light: #57534E;
  --b2b-text-muted: #78716C;
  --b2b-gray-50: #F9FAFB;
  --b2b-gray-100: #F3F4F6;
  --b2b-gray-200: #E5E7EB;
  --b2b-gray-300: #D1D5DB;
  --b2b-gray-400: #9CA3AF;
  --b2b-white: #FFFFFF;
  --b2b-black: #000000;
  --b2b-cream: #EDE7E1;

  /* Aliases (backwards compat) */
  --b2b-primary: var(--b2b-navy);
  --b2b-primary-hover: var(--b2b-navy-hover);
  --b2b-secondary: var(--b2b-charcoal);
  --b2b-surface: var(--b2b-gray-100);
  --b2b-background: #FFFFFF;
  --b2b-text: #1C1917;
  --b2b-border: var(--b2b-gray-300);

  /* Typography */
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}


/* ==========================================================================
   B. @font-face — Inter (weights 400, 500, 600, 700)
   URLs fixed to use https:// prefix
   ========================================================================== */

/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/pro/barcelona/assets/fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ==========================================================================
   C. RESET
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overscroll-behavior-y: none;
}

body {
  font-family: var(--font-body);
  background: #FFFFFF;
}


/* ==========================================================================
   D. SHARED COMPONENTS
   Only components that appear in 3+ pages.
   ========================================================================== */


/* --------------------------------------------------------------------------
   D1. CTA Light Section
   Used in: hub, linkedin, foto-curriculum, equipos-empresas, personal-branding
   -------------------------------------------------------------------------- */

.cta-light {
  background: #F9FAFB;
  padding: 80px 24px;
}

.cta-light__container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.cta-light__title {
  font-family: var(--font-heading, 'Inter', sans-serif);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--b2b-charcoal, #374151);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.cta-light__text {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--b2b-charcoal-light, #4B5563);
  margin: 0 0 36px 0;
}

.cta-light__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  background: #1A365D;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 220px;
}

.cta-light__btn:hover {
  background: #2C5282;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26, 54, 93, 0.39);
}

@media (min-width: 1024px) {
  .cta-light {
    padding: 100px 40px;
  }
}


/* --------------------------------------------------------------------------
   D2. Google Reviews Section
   Used in: hub, linkedin, foto-curriculum, equipos-empresas, personal-branding
   -------------------------------------------------------------------------- */

.b2b-reviews {
  background: #FFFFFF;
  padding: 64px 24px;
}

.b2b-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
}

.b2b-reviews__header {
  text-align: center;
  margin-bottom: 32px;
}

.b2b-reviews__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #1A365D;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
  .b2b-reviews {
    padding: 96px 40px;
  }
}


/* --------------------------------------------------------------------------
   D3. Comparison Table Section
   Used in: linkedin, foto-curriculum, equipos-empresas, personal-branding
   -------------------------------------------------------------------------- */

.comparison {
  padding: 64px 24px;
}

.comparison__container {
  max-width: 1000px;
  margin: 0 auto;
}

.comparison__header {
  text-align: center;
  margin-bottom: 40px;
}

.comparison__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--b2b-heading);
  margin: 0;
  letter-spacing: -0.02em;
}

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

.comparison__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-family: var(--font-body);
}

.comparison__table thead th {
  padding: 16px 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--b2b-text-muted);
  text-align: center;
  border-bottom: 2px solid var(--b2b-gray-200);
}

.comparison__table thead th:first-child {
  text-align: left;
}

.comparison__table thead th:nth-child(2) {
  background: var(--b2b-gray-100);
  color: var(--b2b-navy);
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.comparison__table tbody td {
  padding: 16px 12px;
  font-size: 14px;
  color: var(--b2b-charcoal);
  text-align: center;
  border-bottom: 1px solid var(--b2b-gray-200);
}

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

.comparison__table tbody td:nth-child(2) {
  background: var(--b2b-gray-50);
  font-weight: 500;
  color: var(--b2b-navy);
}

.comparison__table tbody tr:last-child td {
  border-bottom: none;
}

.comparison__table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 8px 8px;
}

.comparison__caption {
  margin-top: 24px;
  padding: 20px;
  background: var(--b2b-gray-50);
  border-radius: 8px;
  border-left: 4px solid var(--b2b-navy);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--b2b-charcoal);
}

.comparison__check {
  color: #16A34A;
}

.comparison__cross {
  color: #DC2626;
}

@media (min-width: 1024px) {
  .comparison {
    padding: 96px 40px;
  }
}


/* --------------------------------------------------------------------------
   D4. Steps / Process Section
   Used in: linkedin, foto-curriculum, equipos-empresas, personal-branding
   -------------------------------------------------------------------------- */

.steps {
  padding: 80px 24px;
}

.steps__container {
  max-width: 1100px;
  margin: 0 auto;
}

.steps__header {
  text-align: center;
  margin-bottom: 64px;
}

.steps__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--b2b-heading);
  margin: 0;
  letter-spacing: -0.02em;
}

.steps__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--b2b-text-muted);
  margin: 0;
}

.steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.steps__item {
  text-align: left;
}

.steps__number {
  font-size: 56px;
  font-weight: 600;
  color: var(--b2b-navy);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.steps__content h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--b2b-heading);
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}

.steps__content p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--b2b-text-muted);
  margin: 0;
}

@media (min-width: 768px) {
  .steps__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (min-width: 1024px) {
  .steps {
    padding: 100px 40px;
  }
  .steps__number {
    font-size: 64px;
  }
}


/* --------------------------------------------------------------------------
   D5. Gallery Section
   Used in: hub, linkedin, foto-curriculum
   -------------------------------------------------------------------------- */

.b2b-gallery {
  background: #FFFFFF;
  padding: 64px 0;
}

.b2b-gallery__header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 24px;
}

.b2b-gallery__title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #1A365D;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.b2b-gallery__subtitle {
  font-family: var(--font-body);
  font-size: 18px;
  color: #6B7280;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.b2b-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.b2b-gallery__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.b2b-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.b2b-gallery__item:hover .b2b-gallery__img {
  transform: scale(1.05);
}

.b2b-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 54, 93, 0.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.b2b-gallery__item:hover .b2b-gallery__overlay {
  opacity: 1;
}

.b2b-gallery__caption {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 768px) {
  .b2b-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .b2b-gallery {
    padding: 96px 0;
  }
  .b2b-gallery__overlay {
    padding: 24px;
  }
  .b2b-gallery__caption {
    font-size: 15px;
  }
}


/* --------------------------------------------------------------------------
   D6. Problem/Solution Section
   Used in: linkedin, foto-curriculum, personal-branding (core structure)
   Note: equipos-empresas has its own variant with .problem__stats
   -------------------------------------------------------------------------- */

.problem {
  background: #FFFFFF;
  padding: 64px 24px;
}

.problem__container {
  max-width: 1000px;
  margin: 0 auto;
}

.problem__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--b2b-heading);
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  text-align: center;
}

.problem__text {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--b2b-charcoal-light);
  margin: 0 0 48px 0;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.problem__benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 400px;
  margin: 0 auto;
}

.problem__benefit {
  text-align: left;
  padding: 0 16px;
}

.problem__benefit-line {
  width: 48px;
  height: 3px;
  background: var(--b2b-navy);
  margin: 0 0 24px 0;
  border-radius: 2px;
}

.problem__benefit-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--b2b-heading);
  margin: 0 0 12px 0;
}

.problem__benefit-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--b2b-text-muted);
  margin: 0;
}

.problem__highlight {
  display: block;
  margin-top: 16px;
  padding: 16px 24px;
  background: var(--b2b-gray-50);
  border-left: 4px solid var(--b2b-navy);
  border-radius: 0 8px 8px 0;
  font-weight: 500;
  color: var(--b2b-heading);
}

@media (min-width: 768px) {
  .problem__benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .problem {
    padding: 96px 40px;
  }
}


/* --------------------------------------------------------------------------
   D7. Technology Section (shared structure)
   Used in: linkedin, foto-curriculum, equipos-empresas, personal-branding
   Two layout variants:
   - Card grid (linkedin, foto-curriculum): .technology__card
   - List items (personal-branding, equipos-empresas): .technology__item
   -------------------------------------------------------------------------- */

.technology {
  padding: 64px 24px;
}

.technology__container {
  max-width: 1100px;
  margin: 0 auto;
}

.technology__header {
  text-align: center;
  margin-bottom: 48px;
}

.technology__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: var(--b2b-heading);
  margin: 0;
  letter-spacing: -0.02em;
}

.technology__intro {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--b2b-charcoal-light);
  max-width: 700px;
  margin: 0 auto 48px auto;
  text-align: center;
}

.technology__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Card variant (linkedin, foto-curriculum) */
.technology__card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--b2b-gray-200);
  transition: all 0.3s ease;
}

.technology__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.technology__card-icon {
  width: 48px;
  height: 48px;
  background: var(--b2b-gray-100);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.technology__card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--b2b-navy);
}

.technology__card-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--b2b-navy);
  margin: 0 0 8px 0;
}

.technology__card-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--b2b-heading);
  margin: 0 0 12px 0;
}

.technology__card-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--b2b-text-muted);
  margin: 0;
}

/* List-item variant (personal-branding, equipos-empresas) */
.technology__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.technology__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--b2b-navy);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology__icon svg {
  width: 24px;
  height: 24px;
  color: #FFFFFF;
}

.technology__item-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--b2b-heading);
  margin: 0 0 8px 0;
}

.technology__item-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--b2b-text-muted);
  margin: 0;
}

@media (min-width: 768px) {
  .technology__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .technology__item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .technology {
    padding: 96px 40px;
  }
}


/* --------------------------------------------------------------------------
   D8. Hero Section (shared structure for sub-pages)
   Used in: linkedin, foto-curriculum, equipos-empresas, personal-branding
   Note: hub.html uses its own .b2b-hero variant
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: calc(100svh - 65px);
  overflow: hidden;
  background: var(--b2b-navy);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: env(safe-area-inset-bottom, 24px);
}

.hero__image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(26, 54, 93, 0.75) 0%,
    rgba(26, 54, 93, 0.4) 40%,
    transparent 70%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 40px 24px 32px;
  text-align: center;
  max-width: 600px;
}

.hero__badge {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero__headline {
  font-family: var(--font-heading);
  font-size: clamp(30px, 7vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  color: #FFFFFF;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px 0;
  letter-spacing: -0.03em;
}

.hero__subheadline {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  margin: 0 0 28px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  text-align: left;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.hero__bullet {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.hero__bullet svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  background: #FFFFFF;
  color: var(--b2b-navy);
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hero__cta:hover {
  background: #F3F4F6;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* --- Tablet (768px+): split layout --- */
@media (min-width: 768px) {
  .hero {
    min-height: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #FFFFFF;
  }
  .hero__image-wrapper {
    position: relative;
    width: auto;
    height: auto;
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 4 / 5;
    background: #f8f6f3;
  }
  .hero__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .hero__overlay {
    display: none;
  }
  .hero__content {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 40px;
    text-align: left;
    background: #FFFFFF;
    max-width: none;
  }
  .hero__badge {
    background: transparent;
    border: 1px solid var(--b2b-gray-300);
    color: var(--b2b-charcoal);
    margin-bottom: 16px;
  }
  .hero__headline {
    color: var(--b2b-heading);
    text-shadow: none;
    font-size: clamp(28px, 3.5vw, 40px);
    margin-bottom: 14px;
  }
  .hero__subheadline {
    color: var(--b2b-charcoal-light);
    text-shadow: none;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 24px 0;
    max-width: 400px;
  }
  .hero__bullets {
    margin: 0 0 24px 0;
    max-width: none;
  }
  .hero__bullet {
    color: var(--b2b-charcoal);
    font-size: 14px;
  }
  .hero__cta {
    background: var(--b2b-navy);
    color: #FFFFFF;
    padding: 14px 28px;
    font-size: 14px;
  }
  .hero__cta:hover {
    background: var(--b2b-navy-hover);
    box-shadow: 0 6px 20px rgba(26, 54, 93, 0.25);
  }
}

/* --- Desktop (1024px+) --- */
@media (min-width: 1024px) {
  .hero {
    grid-template-columns: 1fr 1.1fr;
  }
  .hero__image-wrapper {
    aspect-ratio: 4 / 5;
  }
  .hero__content {
    padding: 40px 56px 40px 64px;
  }
  .hero__headline {
    font-size: clamp(32px, 2.8vw, 42px);
  }
  .hero__subheadline {
    font-size: 16px;
    max-width: 420px;
  }
}

/* --- Large desktop (1280px+) --- */
@media (min-width: 1280px) {
  .hero__content {
    padding: 48px 72px 48px 88px;
  }
  .hero__image-wrapper {
    aspect-ratio: 4 / 5;
  }
  .hero__headline {
    font-size: clamp(34px, 2.5vw, 44px);
    margin-bottom: 16px;
  }
  .hero__subheadline {
    font-size: 17px;
    margin-bottom: 28px;
  }
  .hero__cta {
    padding: 16px 32px;
    font-size: 15px;
  }
}


/* --------------------------------------------------------------------------
   D8b. Hero Modifiers
   -------------------------------------------------------------------------- */

/* Centered variant — full-bleed image with overlay on all breakpoints (hub page) */
.hero--centered {
  display: flex;
  align-items: center;
  min-height: 85vh;
}

.hero--centered .hero__content {
  max-width: 900px;
  text-align: center;
}

@media (min-width: 768px) {
  .hero--centered {
    display: flex;
    background: var(--b2b-navy);
  }
  .hero--centered .hero__image-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  .hero--centered .hero__overlay {
    display: block;
  }
  .hero--centered .hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
  }
  .hero--centered .hero__badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.95);
  }
  .hero--centered .hero__headline {
    color: #FFFFFF;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    font-size: clamp(32px, 5vw, 56px);
  }
  .hero--centered .hero__subheadline {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    font-size: clamp(16px, 2.5vw, 20px);
    max-width: 600px;
  }
  .hero--centered .hero__cta {
    background: #FFFFFF;
    color: var(--b2b-navy);
  }
  .hero--centered .hero__cta:hover {
    background: #F3F4F6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  .hero--centered .hero__cta--outline {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .hero--centered .hero__cta--outline:hover {
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .hero--centered {
    display: flex;
    grid-template-columns: unset;
  }
  .hero--centered .hero__content {
    padding: 80px 40px;
  }
}

/* Long headline modifier — smaller font for multi-line headings */
.hero__headline--long {
  font-size: clamp(28px, 7vw, 48px);
}

@media (min-width: 768px) {
  .hero__headline--long {
    font-size: clamp(26px, 3.5vw, 38px);
  }
}

@media (min-width: 1024px) {
  .hero__headline--long {
    font-size: clamp(30px, 2.8vw, 40px);
  }
}

@media (min-width: 1280px) {
  .hero__headline--long {
    font-size: clamp(32px, 2.5vw, 42px);
  }
}

/* Outline CTA variant — for hub 2-button layout */
.hero__cta--outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.hero__cta--outline:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: none;
}

@media (min-width: 768px) {
  .hero__cta--outline {
    background: transparent;
    color: var(--b2b-navy);
    border: 2px solid var(--b2b-gray-300);
  }
  .hero__cta--outline:hover {
    border-color: var(--b2b-navy);
    background: var(--b2b-gray-50);
    box-shadow: none;
  }
}

/* CTA group — for multiple buttons side by side */
.hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width: 640px) {
  .hero__ctas {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .hero__ctas {
    justify-content: flex-start;
  }
}


/* --------------------------------------------------------------------------
   D9. Related Services (cross-link component)
   Used in: personal-branding, linkedin, foto-curriculum, equipos-empresas
   -------------------------------------------------------------------------- */

.related-services {
  background: #F9FAFB;
  padding: 48px 24px;
}

.related-services__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.related-services__label {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--b2b-text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
}

.related-services__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.related-services__link {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--b2b-gray-300);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--b2b-navy);
  text-decoration: none;
  background: #FFFFFF;
  transition: all 0.2s ease;
}

.related-services__link:hover {
  border-color: var(--b2b-navy);
  background: var(--b2b-gray-50);
}

.related-services__back {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--b2b-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related-services__back:hover {
  color: var(--b2b-charcoal);
}


/* --------------------------------------------------------------------------
   D10. Breadcrumbs (P-149)
   Used in: linkedin, foto-curriculum, equipos-empresas, personal-branding, blog
   -------------------------------------------------------------------------- */

.breadcrumb__bar {
  background: var(--b2b-gray-100, #F3F4F6);
  width: 100%;
  border-top: 1px solid var(--b2b-gray-200, #E5E7EB);
  border-bottom: 1px solid var(--b2b-gray-200, #E5E7EB);
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--b2b-gray-400, #9CA3AF);
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: var(--b2b-gray-400, #9CA3AF);
  text-decoration: none;
  transition: color 0.15s ease;
}

.breadcrumb a:hover {
  color: var(--b2b-navy, #1A365D);
}

.breadcrumb [aria-current="page"] {
  color: var(--b2b-charcoal, #44403C);
  font-weight: 500;
}

.breadcrumb .breadcrumb__sep {
  margin: 0 6px;
  color: var(--b2b-gray-300, #D1D5DB);
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .breadcrumb {
    padding: 10px 40px;
  }
}


/* --------------------------------------------------------------------------
   Fix: Complianz cookie banner CLS prevention
   The banner renders with position:static and visibility:hidden,
   occupying ~2376px in document flow until JS loads (~700ms).
   Force fixed positioning from CSS to prevent layout shift.
   -------------------------------------------------------------------------- */
#cmplz-cookiebanner-container {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  z-index: 99999 !important;
  pointer-events: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  pointer-events: auto;
}

/* Hide Complianz elements before external CSS loads (prevents black cross flash) */
.cmplz-hidden {
  display: none !important;
}

/* Prevent white stripe below footer — footer bg is #2D2D2D */
html {
  background: #2D2D2D;
}
