/* ============================================================
   BESSIE.CSS
   Fully self-contained styles for the "About Bessie" page.
   This file does NOT depend on home.css — every shared component
   it needs (reset, "Changing World" block, etc.) is duplicated
   here on purpose. Load ONLY this file on bessie.html.
   ============================================================ */

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

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

/* ================================================================
   BESSIE PAGE INTRO SECTION
   ================================================================ */

.bessie-intro-section {
  width: 100%;
  background: #FFFFFF;
  padding-top: clamp(72px, 8vw, 100px); /* clears fixed header */
  padding-bottom: 0;
}

/* ---- Thin top brand bar ---- */
.bessie-intro-topbar {
  width: 100%;
  background: linear-gradient(90deg, #6B093D 0%, #30001A 100%);
  padding: 0.55rem clamp(1.25rem, 5%, 5rem);
  display: flex;
  align-items: center;
}

.bessie-intro-topbar-label {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

/* ---- Main two-column layout ---- */
.bessie-intro-container {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 5rem);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(1.25rem, 5%, 5rem) clamp(3rem, 5vw, 5rem);
  box-sizing: border-box;
}

/* ---- Left: text ---- */
.bessie-intro-text {
  flex: 1 1 58%;
  min-width: 0;
}

/* Eyebrow */
.bessie-intro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #C53D76;
  margin-bottom: 1rem;
}

.bessie-intro-eyebrow-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C53D76;
  flex-shrink: 0;
}

/* Title */
.bessie-intro-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1A1A2E;
  margin: 0 0 0.875rem 0;
}

.bessie-intro-title-accent {
  background: linear-gradient(90deg, #C53D76 0%, #6B093D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Acronym row */
.bessie-acronym-light {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 400;
  color: #6C757D;
  margin: 0 0 1.75rem 0;
  line-height: 1.6;
}

.bessie-acronym-light strong {
  color: #C53D76;
  font-weight: 700;
}

.bessie-acronym-sep {
  color: #DEE2E6;
  font-weight: 300;
}

/* Body paragraphs */
.bessie-intro-body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.85;
  color: #343A40;
  margin: 0 0 1.125rem 0;
}

/* Domain tag row */
.bessie-intro-domains {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 2rem 0;
}

.bessie-domain-label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6C757D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 0.25rem;
}

.bessie-domain-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: #FBE8F1;
  border: 1px solid #F0B8D4;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6B093D;
  white-space: nowrap;
}

.bessie-domain-more {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: italic;
  color: #9C4270;
  margin-left: 0.25rem;
}

/* CTA row */
.bessie-intro-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.bessie-intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}

.bessie-intro-btn--filled {
  background: linear-gradient(90deg, #C53D76 0%, #A91B56 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 14px rgba(197, 61, 118, 0.3);
}

.bessie-intro-btn--filled:hover {
  background: linear-gradient(90deg, #A91B56 0%, #8A1545 100%);
  box-shadow: 0 6px 20px rgba(197, 61, 118, 0.45);
  transform: translateY(-2px);
  color: #FFFFFF;
}

.bessie-intro-btn--outline {
  background: transparent;
  color: #6B093D;
  border-color: #C53D76;
}

.bessie-intro-btn--outline:hover {
  background: #FBE8F1;
  transform: translateY(-2px);
  color: #6B093D;
}

/* ---- Right: aside panel ---- */
.bessie-intro-aside {
  flex: 0 0 clamp(240px, 30%, 340px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.5rem;
  position: sticky;
  top: 100px;
}

/* Aside cards */
.bessie-aside-card {
  border-radius: 14px;
  padding: clamp(1rem, 1.5vw, 1.375rem) clamp(1rem, 1.5vw, 1.375rem);
  box-sizing: border-box;
}

.bessie-aside-card--dark {
  background: linear-gradient(135deg, #30001A 0%, #6B093D 100%);
}

.bessie-aside-card--dark .bessie-aside-card-label {
  color: rgba(255, 255, 255, 0.6);
}

.bessie-aside-card--dark .bessie-aside-card-value {
  color: #FFFFFF;
}

.bessie-aside-card--dark .bessie-aside-card-sub {
  color: rgba(255, 255, 255, 0.65);
}

.bessie-aside-card--light {
  background: #F8F9FA;
  border: 1.5px solid #E9ECEF;
}

.bessie-aside-card--accent {
  background: #FBE8F1;
  border: 1.5px solid #F0B8D4;
}

.bessie-aside-card--accent .bessie-aside-card-label {
  color: #6B093D;
}

.bessie-aside-card--accent .bessie-aside-card-value {
  color: #6B093D;
}

.bessie-aside-card--accent .bessie-aside-card-sub {
  color: #9C4270;
}

.bessie-aside-card-label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6C757D;
  margin: 0 0 0.4rem 0;
}

.bessie-aside-card-value {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 700;
  color: #212529;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}

.bessie-aside-card-value--lg {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.bessie-aside-card-sub {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6C757D;
  margin: 0;
  line-height: 1.5;
}

/* ISO tags inside aside */
.bessie-aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.bessie-aside-tag {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #DEE2E6;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
}

/* Risk chips */
.bessie-aside-risk-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.bessie-risk-chip {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.bessie-risk-chip--low   { background: #D4EDDA; color: #155724; }
.bessie-risk-chip--med   { background: #FFF3CD; color: #856404; }
.bessie-risk-chip--high  { background: #FFE0B2; color: #E65100; }
.bessie-risk-chip--vhigh { background: #FFCDD2; color: #B71C1C; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .bessie-intro-container {
    flex-direction: column;
  }
  .bessie-intro-aside {
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
  }
  .bessie-aside-card {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 200px;
  }
}

@media (max-width: 600px) {
  .bessie-aside-card { flex: 1 1 100%; }
  .bessie-intro-cta-row { flex-direction: column; }
  .bessie-intro-btn { width: 100%; max-width: 360px; }
}


/* ================================================================
   ALL ABOUT BESSIE SECTION (What Bessie Is / How Bessie Helps cards)
   ================================================================ */

.all-about-bessie-section {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: clamp(40px, 4vw, 60px) clamp(20px, 3vw, 40px);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.all-about-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.all-about-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #6C757D;
  margin: 0 0 clamp(15px, 2vw, 20px) 0;
  padding: 0;
}

.title-highlight {
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.all-about-subtitle {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
  color: #212529;
  margin: 0 auto clamp(30px, 4vw, 57px) auto;
  padding: 0 20px;
  max-width: 920px;
}

.bessie-cards-wrapper {
  display: flex;
  flex-direction: row;
  gap: clamp(15px, 2vw, 25px);
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}

.bessie-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding: 12px;
  width: calc(50% - 12.5px);
  max-width: 646px;
  min-width: 300px;
  min-height: 374px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  flex-shrink: 0;
}

.bessie-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.bessie-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(16px, 2vw, 24px) clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 16px);
  gap: clamp(15px, 2vw, 20px);
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1.5px solid #D1D5DB;
}

.bessie-card-first {
  border: 1.5px solid #6B093D;
}

.bessie-card-second {
  border: 1.5px solid #30001A;
}

.bessie-card-title {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
}

.bessie-card-description {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.8;
  text-align: justify;
  color: #6C757D;
  margin: 0;
  padding: 0;
  flex: 1;
}

.bessie-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(12px, 1.5vw, 16px);
  gap: 10px;
  width: 100%;
  background: #F8F9FA;
  border-radius: 8px;
  box-sizing: border-box;
}

.bessie-footer-text {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.5;
  text-align: justify;
  color: #2D3748;
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .bessie-card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 1024px) {
  .bessie-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bessie-card {
    width: 100%;
    max-width: 646px;
  }
}

@media (max-width: 768px) {
  .bessie-card {
    min-width: 280px;
  }

  .bessie-card-description {
    text-align: left;
  }

  .bessie-footer-text {
    text-align: left;
  }
}


/* ================================================================
   BESSIE PROCESS SECTION
   ================================================================ */

.bessie-process-section {
  width: 100%;
  padding: clamp(3.5rem, 5vw, 5.5rem) clamp(1.25rem, 3vw, 2.5rem);
  background: #F8F9FA;
  position: relative;
  overflow: hidden;
}

.bessie-process-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 61, 118, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.bessie-process-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.bessie-process-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #6C757D;
  margin: 0 0 clamp(0.75rem, 1.5vw, 1.125rem) 0;
}

.bessie-process-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
  text-align: center;
  color: #495057;
  max-width: 820px;
  margin: 0 auto clamp(2.5rem, 4vw, 4rem) auto;
  padding: 0 1rem;
}

.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.process-step {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1.5px solid #E9ECEF;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-step::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.process-step:hover {
  border-color: #C53D76;
  box-shadow: 0 6px 24px rgba(197, 61, 118, 0.12);
  transform: translateY(-4px);
}

.process-step:hover::after { transform: scaleX(1); }

.process-step-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 1;
  background: linear-gradient(135deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
}

.process-step-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.3;
  color: #212529;
  margin: 0;
}

.process-step-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  line-height: 1.7;
  color: #6C757D;
  margin: 0;
}

@media (max-width: 1200px) { .process-steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px)  { .process-steps-grid { grid-template-columns: 1fr; } }


/* ================================================================
   ISO / HSE ALIGNMENT BANNER
   ================================================================ */

.iso-alignment-banner {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto clamp(2.5rem, 4vw, 4rem) auto;
  border-radius: 20px;
  padding: 0;
  background: linear-gradient(160deg, #FFFFFF 0%, #FDF1F7 100%);
  border: 1.5px solid #F0B8D4;
  box-shadow: 0 4px 16px rgba(107, 9, 61, 0.06);
  box-sizing: border-box;
}

.iso-banner-inner {
  background: transparent;
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-left: none;
  box-sizing: border-box;
}

.iso-banner-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 1rem 0;
}

.iso-banner-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.2vw, 1.0625rem);
  line-height: 1.8;
  color: #495057;
  margin: 0 0 0.75rem 0;
}

.iso-banner-text:last-child { margin-bottom: 0; }


/* ================================================================
   WHAT BESSIE MEASURES SECTION
   ================================================================ */

.what-bessie-measures-section {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: clamp(40px, 4vw, 60px) clamp(20px, 3vw, 40px);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.what-bessie-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.what-bessie-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #6C757D;
  margin: 0 0 clamp(15px, 2vw, 20px) 0;
  padding: 0;
}

.measures-highlight {
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.what-bessie-description {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
  color: #212529;
  margin: 0 auto clamp(40px, 5vw, 80px) auto;
  padding: 0 20px;
  max-width: 920px;
}

.measurement-layout {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
}

.measurement-top-row,
.measurement-bottom-row {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 2vw, 25px);
  margin-bottom: clamp(30px, 4vw, 60px);
  flex-wrap: wrap;
  margin-top: clamp(30px, 4vw, 60px);
}

.measurement-card {
  box-sizing: border-box;
  display: flex;
  padding: 0;
  width: calc(33.333% - 17px);
  max-width: 386px;
  min-width: 250px;
  min-height: 300px;
  background: linear-gradient(160deg, #FFFFFF 0%, #FDF1F7 100%);
  border: 1.5px solid #F0B8D4;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(107, 9, 61, 0.06);
  transition: all 0.35s ease;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.measurement-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.measurement-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(150deg, #6B1139 0%, #30001A 100%);
  box-shadow: 0px 20px 36px rgba(107, 17, 57, 0.28);
  border-color: transparent;
}

.measurement-card:hover::before {
  transform: scaleX(1);
}

.measurement-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
}

.measurement-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(28px, 3vw, 36px) clamp(24px, 2.5vw, 30px);
  gap: 1rem;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}

.measurement-icon {
  width: clamp(54px, 4.5vw, 62px);
  height: clamp(54px, 4.5vw, 62px);
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(135deg, #C53D76 0%, #4A052A 100%);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(107, 9, 61, 0.28);
  transition: transform 0.35s ease;
}

.measurement-card:hover .measurement-icon {
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.measurement-icon img {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}

.measurement-icon .icon-normal {
  display: none;
}

.measurement-icon .icon-hover {
  opacity: 1;
}

.measurement-card-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(1.0625rem, 1.3vw, 1.1875rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  width: 100%;
  text-align: left;
}

.measurement-card:hover .measurement-card-heading {
  background: none;
  -webkit-text-fill-color: #FFFFFF;
  color: #FFFFFF;
}

.measurement-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.7;
  letter-spacing: -0.01em;
  text-align: left;
  color: #6C757D;
  margin: 0;
  padding: 0;
}

.measurement-card:hover .measurement-text {
  color: rgba(255, 255, 255, 0.85);
}

.measurement-card-content::after {
  content: '→';
  margin-top: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #C53D76;
  transition: transform 0.35s ease, color 0.35s ease;
}

.measurement-card:hover .measurement-card-content::after {
  color: #FFFFFF;
  transform: translateX(6px);
}

.connection-line-wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connection-line {
  position: relative;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E5E7EB 0%, #D1D5DB 50%, #E5E7EB 100%);
  display: flex;
  align-items: center;
}

.connection-point {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.point-icon {
  width: clamp(20px, 2vw, 24px);
  height: clamp(20px, 2vw, 24px);
  flex-shrink: 0;
}

.point-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.point-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2D3748;
  white-space: nowrap;
  margin-bottom: 8px;
}

.point-label.bottom {
  order: 2;
  margin-bottom: 0;
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .measurement-card {
    width: calc(33.333% - 15px);
    min-width: 230px;
  }
}

@media (max-width: 1024px) {
  .measurement-top-row,
  .measurement-bottom-row {
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vw, 30px);
  }

  .measurement-card {
    width: 100%;
    max-width: 500px;
  }

  .connection-line-wrapper {
    display: none;
  }
}


/* ================================================================
   CHANGING WORLD SECTION (duplicated here so bessie.css is
   fully self-contained — do not remove even though home.css
   also defines this component)
   ================================================================ */

.changing-world-section {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: clamp(40px, 4vw, 60px) clamp(20px, 3vw, 40px);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.changing-world-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.changing-world-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #6C757D;
  margin: 0 0 clamp(15px, 2vw, 20px) 0;
  padding: 0;
}

.world-highlight {
  background: linear-gradient(90deg, #C53D76 0%, #4A052A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.changing-world-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(30px, 3vw, 40px);
  padding: 0 20px;
}

.description-line {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-align: center;
  color: #212529;
  margin: 5px 0;
  padding: 0;
}

.changing-world-second-para {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  padding: 0 1.25rem;
}

.gradient-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto clamp(30px, 3vw, 40px) auto;
  border-radius: 16px;
  box-sizing: border-box;
  min-height: 120px;
}

.gradient-banner.dark-gradient {
  background: linear-gradient(298.77deg, #C53D76 0%, #30001A 100%);
}

.gradient-banner.light-gradient {
  background: linear-gradient(298.77deg, #F8F9FA 0%, #DEE2E6 100%);
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 2.5vw, 24px) clamp(20px, 2.5vw, 32px);
  gap: clamp(12px, 1.5vw, 16px);
  width: 100%;
  max-width: 1296px;
  border-radius: 16px;
  box-sizing: border-box;
}

.banner-subtitle {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
  color: #2D3748;
  margin: 0;
  padding: 0;
}

.banner-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
}

.banner-title.dark-text {
  color: #2D3748;
}

.banner-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
}

.banner-text.dark-text {
  color: #2D3748;
}


/* ================================================================
   HOW BESSIE HELPS ORGANISATIONS (cards inside Changing World)
   ================================================================ */

.helps-organisations-section {
  margin: clamp(30px, 4vw, 50px) 0;
}

.helps-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #212529;
  margin: 0 0 clamp(30px, 3vw, 40px) 0;
  padding: 0;
}

.helps-cards-wrapper {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 50px);
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.helps-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: calc(33.333% - 34px);
  max-width: 400px;
  min-width: 250px;
  height: auto;
  min-height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid #6B093D;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.helps-card:hover {
  background: linear-gradient(135deg, #6B1139 0%, #A91B56 100%);
  border-color: #6B1139;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 17, 57, 0.2);
}

.helps-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.helps-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(20px, 2.5vw, 32px);
  gap: clamp(20px, 2.5vw, 32px);
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  box-sizing: border-box;
}

.helps-card:hover .helps-card-content {
  background: transparent;
}

.helps-card-title {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: #212529;
  margin: 0;
  padding: 0;
}

.helps-card:hover .helps-card-title {
  color: #FFFFFF;
}

.helps-card-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
  color: #343A40;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.helps-card:hover .helps-card-text {
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .helps-card {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 1024px) {
  .helps-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .helps-card {
    width: 100%;
    max-width: 500px;
  }
}


/* ================================================================
   BESSIE "USEFUL" TABBED SECTION (tabs / continue / back buttons —
   driven by the inline <script> on the bessie page)
   ================================================================ */

.bessie-useful-section {
  width: 100%;
  max-width: 100%;
  margin: clamp(60px, 6vw, 100px) auto;
  padding: 0 clamp(20px, 3vw, 40px);
  overflow: hidden;
}

.bessie-useful-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bessie-useful-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.3;
  text-align: center;
  color: #6B7280;
  margin-bottom: clamp(35px, 4vw, 50px);
  padding: 0 20px;
}

.bessie-tabs {
  display: flex;
  gap: clamp(14px, 2vw, 24px);
  margin-bottom: clamp(45px, 4vw, 60px);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.bessie-tab {
  padding: clamp(12px, 1.5vw, 16px) clamp(24px, 3vw, 36px);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.3vw, 18px);
  background: #F3F4F6;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #6B7280;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: clamp(200px, 20vw, 280px);
  text-align: center;
  flex: 0 1 auto;
}

.bessie-tab:hover {
  background: #E5E7EB;
  color: #374151;
}

.bessie-tab.active {
  background: #1F2937;
  color: #FFFFFF;
  border-color: #1F2937;
}

.bessie-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: relative;
  min-height: 250px;
}

.bessie-content {
  display: none;
  animation: fadeIn 0.5s ease-in;
}

.bessie-content.active {
  display: block;
}

.bessie-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.7;
  text-align: center;
  color: #1F2937;
  margin-bottom: clamp(40px, 4vw, 50px);
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.bessie-buttons {
  display: flex;
  gap: clamp(15px, 2vw, 20px);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bessie-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 4vw, 56px);
  height: clamp(48px, 4vw, 56px);
  background: #FFFFFF;
  border: 2px solid #EC407A;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #EC407A;
  flex-shrink: 0;
}

.bessie-back-btn:hover {
  background: #EC407A;
  color: #FFFFFF;
  transform: translateX(-3px);
}

.bessie-continue-btn {
  padding: clamp(14px, 1.5vw, 16px) clamp(36px, 4vw, 48px);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 20px);
  background: linear-gradient(90deg, #C2185B 0%, #AD1457 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.bessie-continue-btn:hover {
  background: linear-gradient(90deg, #D81B60 0%, #C2185B 100%);
  box-shadow: 0 0 25px rgba(236, 64, 122, 0.4);
  transform: translateY(-3px);
}

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

@media (max-width: 768px) {
  .bessie-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .bessie-tab {
    width: 100%;
    min-width: auto;
  }
}


/* ================================================================
   TALK TO US / CTA SECTION
   ================================================================ */

.bessie-talk-section {
  width: 100%;
  padding: clamp(3.5rem, 5vw, 5.5rem) clamp(1.25rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #4A0E2A 0%, #6B1139 50%, #8B1548 100%);
  position: relative;
  overflow: hidden;
}

.bessie-talk-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(255,255,255,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.bessie-talk-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.bessie-talk-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.bessie-talk-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.bessie-talk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.875rem, 1.2vw, 1.125rem) clamp(2rem, 3vw, 3rem);
  background: #FFFFFF;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
  color: #6B1139;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  margin-top: 0.5rem;
  white-space: nowrap;
}

.bessie-talk-btn:hover {
  background: #F8F9FA;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  color: #6B1139;
}