/* Homepage Content Visibility Fix */

/* Only force opacity:1 for elements with inline opacity:0 that do NOT have [data-w-id] */
[style*="opacity:0"]:not([data-w-id]) {
  opacity: 1 !important;
}

/* Only force opacity:1 for elements with inline opacity:0 that do NOT have [data-w-id] */
[style*="opacity:0"]:not([data-w-id]) {
  opacity: 1 !important;
}

/* Only override specific problematic elements that should always be visible */
.hero-text:not([data-w-id]) {
  opacity: 1 !important;
}

.body-1.hero.home:not([data-w-id]) {
  opacity: 1 !important;
}

.button-home-red.hero:not([data-w-id]),
.button-home-white-hero:not([data-w-id]) {
  opacity: 1 !important;
}

/* Ensure content is visible if no animation is applied */
.cell-home:not([data-w-id]) {
  opacity: 1 !important;
}

.heading-home-box:not([data-w-id]) {
  opacity: 1 !important;
}

.cell-home-1:not([data-w-id]),
.cell-8:not([data-w-id]) {
  opacity: 1 !important;
}

.small-text:not([data-w-id]),
.h2.spacing:not([data-w-id]) {
  opacity: 1 !important;
}

/* Allow animations to work on elements with data-w-id */
[data-w-id] {
  /* Remove the forced opacity override to allow animations */
  /* opacity: 1 !important; */
  /* Empty ruleset intentionally left for future use */
}

/* Ensure text content is visible by default, but allow animations */
h1:not([data-w-id]), 
h2:not([data-w-id]), 
h3:not([data-w-id]), 
h4:not([data-w-id]), 
h5:not([data-w-id]), 
h6:not([data-w-id]), 
p:not([data-w-id]), 
a:not([data-w-id]), 
span:not([data-w-id]), 
div:not([data-w-id]) {
  opacity: 1 !important;
}

/* Standardized Section Spacing */
.sable-features-section,
.our-approach-section,
.how-subrosa-section,
.industries-section,
.real-results-section,
.blog-preview-section,
.contact-cta-section {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .sable-features-section,
  .our-approach-section,
  .how-subrosa-section,
  .industries-section,
  .real-results-section,
  .blog-preview-section,
  .contact-cta-section {
    padding: 4rem 0;
  }
}

@media (max-width: 480px) {
  .sable-features-section,
  .our-approach-section,
  .how-subrosa-section,
  .industries-section,
  .real-results-section,
  .blog-preview-section,
  .contact-cta-section {
    padding: 3rem 0;
  }
}

/* Hero Section Spacing Fix */
.home-hero-1 {
  padding: 8rem 0 12rem 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .home-hero-1 {
    padding: 5rem 0 3rem 0;
  }
}

.hero-headline {
  font-size: clamp(3.2rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1.08;
  color: #232336;
  text-align: left;
  margin: 2.5rem 0 1.5rem 0;
  letter-spacing: -0.02em;
}

.hero-subheading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #444;
  line-height: 1.3;
  max-width: 700px;
  margin: 1.2rem 0 2.2rem 0;
  text-align: left;
}

.hero-cta-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 0;
  padding: 0 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-cta-box {
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(24,24,40,0.07), 0 1.5px 8px 0 rgba(24,24,40,0.04);
  border-radius: 2.5rem;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  max-width: 700px;
  margin: 2.5rem auto 2.5rem auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-cta-box {
    padding: 1.2rem 1rem;
    border-radius: 1.2rem;
    max-width: 98vw;
  }
}

@media (max-width: 768px) {
  .hero-headline {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
    margin: 1rem 0 !important;
  }
}

/* Sable Features Section Styles */
.sable-features-section {
  background: #FFFFFF;
  color: #232336;
}

.sable-features-section[style*="background: #F7F7F8"] {
  background: #F7F7F8 !important;
}

.sable-features-section[style*="background: #FFFFFF"] {
  background: #FFFFFF !important;
}

.sable-features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.sable-features-headline {
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 20px;
  text-align: left;
  color: #232336;
  line-height: 1.2;
}

.sable-features-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 0 32px 0;
  text-align: left;
  color: #666;
}

.sable-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.sable-feature-card {
  background: #1A1A1D;
  border-radius: 1rem;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(32px);
  animation: fadeInCard 0.5s forwards;
}

.sable-feature-card:nth-child(1) { animation-delay: 0.5s; }
.sable-feature-card:nth-child(2) { animation-delay: 0.8s; }
.sable-feature-card:nth-child(3) { animation-delay: 1.1s; }
.sable-feature-card:nth-child(4) { animation-delay: 1.4s; }

.sable-feature-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 0 2px #C1272D;
  z-index: 1;
}

.sable-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2A2A2D;
  font-size: 2rem;
  margin-bottom: 18px;
  transition: background 0.2s;
}
.sable-feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F7F7F8;
}
.sable-feature-text {
  font-size: 15px;
  color: #E0E0E2;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .sable-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .sable-features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .sable-features-headline,
  .sable-features-description {
    text-align: left;
    margin-left: 0;
  }
  .sable-features-description {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .sable-feature-card {
    padding: 18px;
  }
  .sable-features-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sable-features-headline {
    font-size: 28px;
  }
  .sable-features-description {
    font-size: 16px;
  }
}
/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInCard {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Sable Features Split Section (Two-Column) --- */
.sable-features-split {
  background: #F7F7F8;
  color: #18181B;
  font-family: 'Inter', 'IBM Plex Sans', Arial, sans-serif;
}
.sable-features-split-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.sable-features-split-left {
  flex: 1 1 340px;
  min-width: 300px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.sable-section-label {
  font-family: 'IBM Plex Mono', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 0.875rem;
  font-weight: 700;
  color: #C1272D;
  background: rgba(193, 39, 45, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}
.sable-features-headline {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 56px);
  margin-bottom: 24px;
  line-height: 1.1;
  text-align: left;
  color: #18181B;
}
.sable-features-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 0;
  text-align: left;
  color: #232326;
}
.sable-features-split-right {
  flex: 2 1 400px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sable-feature-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sable-feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 32px 0 32px 0;
}
.sable-feature-list-number {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #C1272D;
  min-width: 48px;
  text-align: right;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 2px;
}
.sable-feature-list-content {
  flex: 1;
}
.sable-feature-list-title {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #18181B;
  margin-bottom: 8px;
}
.sable-feature-list-desc {
  font-size: 16px;
  color: #232326;
  line-height: 1.5;
}
.sable-feature-list-divider {
  border: none;
  border-top: 1px solid #E0E0E2;
  margin: 0;
}
@media (max-width: 900px) {
  .sable-features-split-container {
    flex-direction: column;
    gap: 32px;
  }
  .sable-features-split-left, .sable-features-split-right {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 600px) {
  .sable-features-split {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sable-features-headline {
    font-size: 28px;
    text-align: center;
  }
  .sable-features-description {
    font-size: 16px;
    text-align: center;
  }
  .sable-section-label {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .sable-feature-list-item {
    flex-direction: column;
    gap: 12px;
    padding: 24px 0 24px 0;
    align-items: flex-start;
  }
  .sable-feature-list-number {
    text-align: left;
    margin-bottom: 4px;
  }
}
@media (min-width: 1200px) {
  .sable-features-split-left {
    max-width: 540px;
  }
}

.sable-feature-badge {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (min-width: 900px) {
  .sable-feature-badge {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}

/* Our Approach Section Styles - Wide, Left-Aligned, Bold */
.our-approach-section {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 6rem;
  font-family: 'Inter', 'IBM Plex Sans', Arial, sans-serif;
}
.our-approach-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.our-approach-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  background: #e5e7eb;
  color: #6b7280;
  border-radius: 9999px;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.our-approach-header-row {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
.our-approach-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.08;
  color: #111827;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: -0.01em;
}
.our-approach-subheading {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .our-approach-header-row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4.5rem;
  }
  .our-approach-title {
    font-size: 3.8rem;
    max-width: none;
  }
  .our-approach-subheading {
    font-size: 1.35rem;
    max-width: 600px;
    text-align: right;
  }
}
.our-approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .our-approach-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.our-approach-card {
  background: #fff;
  border: 1.2px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.2s, transform 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  max-width: 100%;
  opacity: 0;
  transform: translateY(32px);
  will-change: opacity, transform;
}
.our-approach-card.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s cubic-bezier(.4,0,.2,1), transform 0.9s cubic-bezier(.4,0,.2,1);
}
.our-approach-card:hover {
  border-color: #C1272D;
  transform: translateY(-4px) scale(1.03);
  z-index: 1;
}
.our-approach-badge {
  font-family: 'IBM Plex Mono', 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 1.1rem;
  color: #C1272D;
  border: 1.2px solid #C1272D;
  border-radius: 9999px;
  padding: 0.2rem 1rem;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 1.1rem;
  background: transparent;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.our-approach-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.7rem;
  letter-spacing: -0.005em;
  line-height: 1.22;
}
.our-approach-card-desc {
  font-size: 1.05rem;
  color: #4b5563;
  margin-bottom: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}
.our-approach-card-subline {
  font-size: 0.98rem;
  color: #C1272D;
  opacity: 0.92;
  margin-top: auto;
  font-weight: 400;
  line-height: 1.4;
}
.our-approach-footer {
  text-align: center;
  color: #6b7280;
  font-size: 1.1rem;
  margin-top: 3.5rem;
  font-weight: 500;
}
@media (max-width: 900px) {
  .our-approach-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .our-approach-header-row {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
  }
  .our-approach-title, .our-approach-subheading {
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .our-approach-section {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .our-approach-title {
    font-size: 1.3rem;
  }
  .our-approach-subheading {
    font-size: 1rem;
  }
  .our-approach-card {
    min-height: 0;
    padding: 1.1rem;
  }
}

/* ===== HOW SUBROSA DELIVERS SECTION ===== */
.how-subrosa-section {
  background-color: #F9FAFB;
}

.how-subrosa-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .how-subrosa-container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.how-subrosa-svg-wrapper {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .how-subrosa-svg-wrapper {
    justify-content: flex-start;
  }
}

.how-subrosa-svg {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.how-subrosa-svg circle {
  animation: pulse 2s ease-in-out infinite;
}

.how-subrosa-svg path {
  animation: flow 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes flow {
  0%, 100% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: 10; }
}

.how-subrosa-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-subrosa-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .how-subrosa-title {
    font-size: 3rem;
  }
}

.how-subrosa-description {
  font-size: 1.125rem;
  color: #4B5563;
  max-width: 36rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===== 3-STEP BREAKDOWN ===== */
.how-subrosa-steps {
  margin-top: 5rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .how-subrosa-steps {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.how-subrosa-step {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-out forwards;
}

.how-subrosa-step:nth-child(1) { animation-delay: 0.1s; }
.how-subrosa-step:nth-child(2) { animation-delay: 0.2s; }
.how-subrosa-step:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.how-subrosa-step-number {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
  font-weight: 700;
  color: #C1272D;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border: 1px solid #C1272D;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
}

.how-subrosa-step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.how-subrosa-step-description {
  font-size: 0.875rem;
  color: #4B5563;
  line-height: 1.6;
}

/* ===== INDUSTRIES WE SERVE SECTION ===== */
.industries-section {
  background-color: #FFFFFF;
  font-family: 'Inter', 'IBM Plex Sans', Arial, sans-serif;
}

.industries-container {
  max-width: 1200px;
  margin: 0 auto;
}

.industries-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  background: #e5e7eb;
  color: #6b7280;
  border-radius: 9999px;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.industries-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.industries-description {
  font-size: 1.125rem;
  color: #4B5563;
  max-width: 650px;
  line-height: 1.6;
  margin-bottom: 4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 0;
}

.industry-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  text-align: left;
  box-shadow: none;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  max-width: 100%;
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
}

.industry-card.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.4,0,.2,1);
}

.industry-card:hover {
  border-color: #C1272D;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

.industry-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f3f4f6;
  margin-bottom: 1.5rem;
  transition: background 0.2s ease;
}

.industry-card:hover .industry-icon-wrapper {
  background: #fee2e2;
}

.industry-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #C1272D;
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.2s ease;
}

.industry-card:hover .industry-icon {
  stroke: #991b1b;
}

.industry-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.industry-description {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5;
  flex-grow: 1;
}

.industry-tag {
  font-size: 0.75rem;
  background: #fef2f2;
  color: #C1272D;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  align-self: flex-start;
}

@media (min-width: 640px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .industries-label,
  .industries-title,
  .industries-description {
    text-align: left;
    margin-left: 0;
  }
  
  .industries-description {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  
  .industries-title {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .industries-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  
  .industries-title {
    font-size: 1.875rem;
  }
  
  .industries-description {
    font-size: 1rem;
  }
  
  .industry-card {
    min-height: 280px;
    padding: 1.5rem;
  }
  
  .industry-icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .industry-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* ===== NEW MOBILE MENU ===== */
.new-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #C1272D 0%, #A81F24 50%, #8B1A1F 100%);
  z-index: 99999 !important;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  visibility: visible !important;
  opacity: 1 !important;
}

.new-mobile-menu.active {
  transform: translateX(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Debug styles - make sure menu is visible */
.new-mobile-menu {
  border: 2px solid red !important;
}

.new-mobile-menu.active {
  border: 2px solid green !important;
}

.new-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.new-mobile-menu-logo {
  height: 2rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.new-mobile-menu-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
}

.new-mobile-menu-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.new-mobile-menu-close-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.new-mobile-menu-close-icon::before,
.new-mobile-menu-close-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  top: 50%;
  left: 0;
  transition: transform 0.2s ease;
}

.new-mobile-menu-close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.new-mobile-menu-close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

.new-mobile-menu-content {
  flex: 1;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.new-mobile-menu-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.new-mobile-menu.active .new-mobile-menu-section {
  opacity: 1;
  transform: translateY(0);
}

.new-mobile-menu.active .new-mobile-menu-section:nth-child(1) { transition-delay: 0.1s; }
.new-mobile-menu.active .new-mobile-menu-section:nth-child(2) { transition-delay: 0.2s; }
.new-mobile-menu.active .new-mobile-menu-section:nth-child(3) { transition-delay: 0.3s; }
.new-mobile-menu.active .new-mobile-menu-section:nth-child(4) { transition-delay: 0.4s; }
.new-mobile-menu.active .new-mobile-menu-section:nth-child(5) { transition-delay: 0.5s; }
.new-mobile-menu.active .new-mobile-menu-section:nth-child(6) { transition-delay: 0.6s; }

.new-mobile-menu-section-title {
  color: #C1272D;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.new-mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.new-mobile-menu-link {
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75rem 0;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.new-mobile-menu-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(193, 39, 45, 0.1), transparent);
  transition: left 0.3s ease;
}

.new-mobile-menu-link:hover::before {
  left: 100%;
}

.new-mobile-menu-link:hover {
  color: #C1272D;
  background-color: rgba(255, 255, 255, 0.05);
  padding-left: 1rem;
}

.new-mobile-menu-footer {
  padding: 2rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.new-mobile-menu.active .new-mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.new-mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.new-mobile-menu-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.new-mobile-menu-contact-item:hover {
  color: #C1272D;
}

.new-mobile-menu-contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(193, 39, 45, 0.2);
  border-radius: 50%;
  font-size: 0.75rem;
}

/* Mobile Menu Toggle Button */
.new-mobile-menu-toggle {
  display: none;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background: #C1272D;
  border: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(193, 39, 45, 0.3);
  align-items: center;
  justify-content: center;
}

.new-mobile-menu-toggle:hover {
  background: #991b1b;
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(193, 39, 45, 0.4);
}

.new-mobile-menu-toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.new-mobile-menu-toggle-icon path {
  transition: all 0.3s ease;
  transform-origin: center;
}

.new-mobile-menu-toggle.active .new-mobile-menu-toggle-icon path:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.new-mobile-menu-toggle.active .new-mobile-menu-toggle-icon path:nth-child(2) {
  opacity: 0;
}

.new-mobile-menu-toggle.active .new-mobile-menu-toggle-icon path:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Hide desktop sidebar on mobile */
@media (max-width: 768px) {
  .side-menu_component,
  .side-menu-background {
    display: none !important;
  }
  
  .new-mobile-menu-toggle {
    display: flex !important;
  }
  
  .menu-button-4 {
    display: none !important;
  }
}

/* Mobile menu overlay */
.new-mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.new-mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Media Section Modern Styles */
.media-section-container {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  padding: 3rem 1.5rem 2.5rem 1.5rem;
}
.media-section-title {
  font-family: 'Inter', 'Oswald', Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 2.5rem;
  text-align: left;
  letter-spacing: -0.01em;
}
.media-logos-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
  justify-content: flex-start;
}
.media-logo-link img {
  filter: grayscale(1) brightness(0.8);
  opacity: 0.85;
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
  width: 84px;
  height: auto;
  max-width: 100%;
  display: block;
}
.media-logo-link:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.07);
}
@media (max-width: 900px) {
  .media-logos-row {
    gap: 1.5rem;
  }
  .media-section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .media-section-container {
    padding: 2rem 0.5rem 1.5rem 0.5rem;
  }
  .media-logos-row {
    justify-content: center;
    gap: 1rem;
  }
  .media-section-title {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }
}

/* Animated SVG Blog Card Demo Styles */
.blog-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  min-width: 0;
  min-height: 0;
  border-radius: 32px;
  overflow: hidden;
  background: #c1272d;
  color: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-card-cybersecurity { background: #c1272d; }
.blog-card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.blog-card-content {
  position: relative;
  z-index: 2;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.blog-card-category {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 6px 18px;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.blog-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.blog-card-meta {
  font-size: 1rem;
  opacity: 0.8;
}
.blog-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-indent: -9999px;
}
.blog-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.blog-card:hover .blog-card-category {
  background: #fff;
  color: #c1272d;
  transition: background 0.2s, color 0.2s;
}

/* Real Results From the Field Section */
.real-results-section {
  background: #F8F9FA;
  font-family: 'Geist', 'IBM Plex Sans', Arial, sans-serif;
  position: relative;
}

.real-results-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.real-results-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

.real-results-label {
  display: inline-block;
  background: #C1272D;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.real-results-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
  position: relative;
  font-family: 'Geist', sans-serif;
}

.real-results-underline {
  width: 48px;
  height: 2px;
  background: #C1272D;
  margin: 0 auto 2rem auto;
  border-radius: 1px;
}

.real-results-intro {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6B7280;
  max-width: 48rem;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
}

.real-results-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.real-results-card {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #E5E7EB;
  transition: all 0.2s ease;
}

.real-results-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.real-results-number {
  font-size: 3rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
  line-height: 1;
  font-family: 'Geist', sans-serif;
  letter-spacing: -0.025em;
}

.real-results-description {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0;
  line-height: 1.5;
  font-family: 'IBM Plex Sans', sans-serif;
}

/* Animation Keyframes */
@media (min-width: 640px) {
  .real-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .real-results-card:nth-child(3) {
    grid-column: span 2;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .real-results-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .real-results-card:nth-child(3) {
    grid-column: span 1;
    max-width: none;
    margin: 0;
  }
  
  .real-results-title {
    font-size: 3rem;
  }
  
  .real-results-section {
    padding: 5rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .real-results-section {
    padding: 3rem 1rem;
  }
  
  .real-results-title {
    font-size: 2rem;
  }
  
  .real-results-intro {
    font-size: 1rem;
  }
  
  .real-results-card {
    padding: 1.5rem;
  }
  
  .real-results-number {
    font-size: 2.5rem;
  }
  
  .real-results-grid {
    gap: 1rem;
  }
}

/* Global Animation Classes */
.animate-on-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animations for cards and lists */
.our-approach-card:nth-child(1) { transition-delay: 0.1s; }
.our-approach-card:nth-child(2) { transition-delay: 0.2s; }
.our-approach-card:nth-child(3) { transition-delay: 0.3s; }

.industry-card:nth-child(1) { transition-delay: 0.1s; }
.industry-card:nth-child(2) { transition-delay: 0.2s; }
.industry-card:nth-child(3) { transition-delay: 0.3s; }
.industry-card:nth-child(4) { transition-delay: 0.4s; }
.industry-card:nth-child(5) { transition-delay: 0.5s; }
.industry-card:nth-child(6) { transition-delay: 0.6s; }

.sable-feature-list-item:nth-child(1) { transition-delay: 0.1s; }
.sable-feature-list-item:nth-child(2) { transition-delay: 0.2s; }
.sable-feature-list-item:nth-child(3) { transition-delay: 0.3s; }
.sable-feature-list-item:nth-child(4) { transition-delay: 0.4s; }

.how-subrosa-step:nth-child(1) { transition-delay: 0.1s; }
.how-subrosa-step:nth-child(2) { transition-delay: 0.2s; }
.how-subrosa-step:nth-child(3) { transition-delay: 0.3s; }

.real-results-card:nth-child(1) { transition-delay: 0.1s; }
.real-results-card:nth-child(2) { transition-delay: 0.2s; }
.real-results-card:nth-child(3) { transition-delay: 0.3s; }

.blog-card:nth-child(1) { transition-delay: 0.1s; }
.blog-card:nth-child(2) { transition-delay: 0.2s; }
.blog-card:nth-child(3) { transition-delay: 0.3s; }

/* Team Grid Styles */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.team-card-modern {
  background: #fff;
  border: 2px solid #000;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.team-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 8px 8px 0 #C1272D;
  border-color: #C1272D;
}

.team-image-container {
  width: 150px;
  height: 150px;
  margin: 0 auto 1.5rem auto;
  border: 3px solid #000;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.team-card-modern:hover .team-image {
  filter: grayscale(0%);
}

.team-image-placeholder {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
}

.team-info {
  text-align: center;
}

.team-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.team-title {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-social-links {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.social-link-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link-small:hover {
  background: #C1272D;
  color: #fff;
  transform: scale(1.1);
}

/* Stat Grid Styles */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.stat-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #C1272D;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

/* Impact Section Styles */
.impact-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.impact-stat-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  border: 1px solid #f0f0f0;
}

.impact-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.impact-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #C1272D;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.impact-stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

/* Team Section Styles */
.team-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .impact-stat-card {
    padding: 1.5rem;
  }
  
  .impact-stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .impact-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* Global Button Styles */
.subrosa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
  min-width: 0;
  text-align: center;
}

.subrosa-button-primary {
  background: #C1272D;
  color: #fff;
  box-shadow: 0 4px 12px rgba(193, 39, 45, 0.3);
}

.subrosa-button-primary:hover {
  background: #A81F24;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(193, 39, 45, 0.4);
}

.subrosa-button-secondary {
  background: transparent;
  color: #C1272D;
  border: 2px solid #C1272D;
}

.subrosa-button-secondary:hover {
  background: #C1272D;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(193, 39, 45, 0.3);
}

.subrosa-button-outline {
  background: transparent;
  color: #232336;
  border: 2px solid #232336;
}

.subrosa-button-outline:hover {
  background: #232336;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(35, 35, 54, 0.3);
}

.subrosa-button-large {
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  max-width: 240px;
  margin-top: 2rem;
}

.subrosa-button-small {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  min-width: 0;
  max-width: 160px;
  margin-top: 1.5rem;
}

.subrosa-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.subrosa-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.subrosa-button-icon {
  margin-left: 0.5rem;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.subrosa-button:hover .subrosa-button-icon {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .subrosa-button {
    padding: 0.75rem 1.1rem;
    font-size: 0.9rem;
    min-width: 0;
  }
  
  .subrosa-button-large {
    padding: 0.9rem 1.4rem;
    font-size: 1rem;
    min-width: 0;
  }
  
  .subrosa-button-small {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .team-card-modern {
    padding: 1.5rem;
  }
  
  .team-image-container {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }
  
  .team-name {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .team-title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .stat-card {
    padding: 2rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .impact-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .impact-stat-card {
    padding: 1.5rem;
  }
  
  .impact-stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .impact-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* About page specific styles */
.about-image-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.about-hero-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.about-image-container:hover .about-hero-image {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .about-image-container {
    max-width: 100%;
    margin: 2rem auto 0;
  }
}

/* Global Stats Grid - Different from Impact Stats */
.global-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.global-stat-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.global-stat-card:hover {
  border-color: #C1272D;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(193, 39, 45, 0.15);
}

.global-stat-wide {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #C1272D 0%, #A81F24 100%);
  color: white;
  border-color: #C1272D;
}

.global-stat-wide .global-stat-number,
.global-stat-wide .global-stat-label {
  color: white;
}

.global-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #C1272D;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.global-stat-label {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.4;
  font-weight: 500;
}

/* Contact CTA Section */
.contact-cta-section {
  padding: 5rem 0;
}

.contact-cta-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-cta-content {
  text-align: center;
}

.contact-cta-headline {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin: 1.5rem 0 1rem 0;
  line-height: 1.2;
}

.contact-cta-description {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
  line-height: 1.6;
}

/* Modern Contact Form */
.contact-form {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #C1272D;
  box-shadow: 0 0 0 3px rgba(193, 39, 45, 0.1);
}

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

.form-select {
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .global-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .global-stat-card {
    padding: 1.5rem;
  }
  
  .global-stat-number {
    font-size: 2rem;
  }
  
  .contact-cta-headline {
    font-size: 2rem;
  }
  
  .contact-form {
    padding: 2rem;
    margin: 0 1rem;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .contact-cta-container {
    padding: 0 1rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .global-stat-card {
    padding: 1.25rem;
  }
}

