/* Sobre Nós - Estilos Específicos */

/* Hero Sobre Nós */
.about-hero {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, #f6f8fb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.about-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-hero-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 107, 53, 0.1);
  color: #FF6B35;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  letter-spacing: 0.5px;
}

.about-hero-title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 300;
  line-height: 1.2;
  color: #0f1722;
  margin: 0;
  letter-spacing: -0.02em;
}

.about-hero-title span {
  background: linear-gradient(to right bottom, #ff0000, #ff0045, #ff0078, #ea00aa, #b81cd7, #8a3ad6, #5746cf, #004ac2, #003d94, #002e66, #001d3a, #020812);
  background-size: 200% 200%;
  background-position: 0% 0%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: all 0.6s ease-out;
}

.about-hero-title:hover span {
  background-position: 100% 100%;
}

.about-hero-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #64748b;
  font-weight: 300;
  max-width: 600px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
  border-color: #FF6B35;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #0f1722;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Nossa História */
.about-story {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.story-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  transform: none !important;
  opacity: 1 !important;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transform: none !important;
  opacity: 1 !important;
}

.section-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 107, 53, 0.1);
  color: #FF6B35;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: #0f1722;
  margin: 0 0 32px 0;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.story-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-paragraphs p {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  font-weight: 300;
  margin: 0;
}

.story-visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transform: none !important;
  opacity: 1 !important;
}

.story-card {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #FF6B35, #FF8C42);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.story-card:hover::before {
  transform: scaleY(1);
}

.story-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.1);
}

.story-year {
  font-size: 36px;
  font-weight: 700;
  color: #0f1722;
  margin-bottom: 8px;
  line-height: 1;
}

.story-milestone {
  font-size: 20px;
  font-weight: 600;
  color: #FF6B35;
  margin-bottom: 8px;
}

.story-card p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 300;
}

/* Valores */
.about-values {
  padding: 100px 0;
  background: #f8fafc;
}

.values-header {
  text-align: center;
  margin-bottom: 64px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.value-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.value-card:hover::before {
  opacity: 1;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);
  border-color: #FF6B35;
}

.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  color: #FF6B35;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.value-icon svg {
  width: 100%;
  height: 100%;
}

.value-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f1722;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 1;
}

.value-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

/* Carrossel de Clientes */
.clients-carousel-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.carousel-header {
  text-align: center;
  margin-bottom: 64px;
}

.carousel-subtitle {
  font-size: 18px;
  color: #64748b;
  margin-top: 16px;
  font-weight: 300;
}

.clients-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

.clients-carousel-track {
  display: flex;
  gap: 40px;
  animation: scroll 30s linear infinite;
  will-change: transform;
}

.clients-carousel-track:hover {
  animation-play-state: paused;
}

.carousel-slide {
  flex: 0 0 auto;
  width: 200px;
}

.client-logo {
  height: 120px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 20px;
  overflow: hidden;
}

.client-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
  border-color: #FF6B35;
}

.logo-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo:hover .logo-image {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.logo-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #64748b;
  text-align: center;
  letter-spacing: 0.5px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 14 - 40px * 13));
  }
}

/* Ajuste para garantir loop infinito suave */
.clients-carousel-track {
  width: fit-content;
}

/* Diferenciais */
.about-differentiators {
  padding: 100px 0;
  background: #f8fafc;
}

.differentiators-header {
  text-align: center;
  margin-bottom: 64px;
}

.differentiators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.differentiator-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.differentiator-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FF6B35, #FF8C42);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.differentiator-card:hover::after {
  transform: scaleX(1);
}

.differentiator-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
  border-color: #FF6B35;
}

.differentiator-number {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 107, 53, 0.1);
  margin-bottom: 16px;
  line-height: 1;
}

.differentiator-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0f1722;
  margin: 0 0 12px 0;
}

.differentiator-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 300;
}

/* Processo */
.about-process {
  padding: 100px 0;
  background: #ffffff;
}

.process-header {
  text-align: center;
  margin-bottom: 80px;
}

.process-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}

.process-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #FF6B35, #FF8C42);
}

.process-step {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
  position: relative;
  align-items: flex-start;
}

.process-step:last-child {
  margin-bottom: 0;
}

.step-number {
  position: absolute;
  left: -52px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 3px solid #FF6B35;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #FF6B35;
  z-index: 2;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.step-content:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.1);
  border-color: #FF6B35;
}

.step-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0f1722;
  margin: 0 0 12px 0;
}

.step-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 300;
}

/* CTA */
.about-cta {
  padding: 120px 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.cta-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
  animation: ctaFloat 15s ease-in-out infinite;
}

.cta-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.cta-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -50px;
  animation-delay: 5s;
}

.cta-circle-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: 10%;
  animation-delay: 10s;
}

@keyframes ctaFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
    opacity: 0.5;
  }
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.cta-badge-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 50px;
  margin-bottom: 8px;
}

.cta-badge-icon {
  font-size: 20px;
  animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.cta-badge-text {
  font-size: 14px;
  font-weight: 500;
  color: #FF6B35;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-title-line {
  color: #ffffff;
  display: block;
}

.cta-title-highlight {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  font-weight: 600;
  position: relative;
}

.cta-title-highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FF6B35, transparent);
  opacity: 0.5;
}

.cta-description {
  font-size: 18px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0;
  font-weight: 300;
  max-width: 600px;
}

.cta-stats-mini {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 500px;
}

.cta-stat-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.cta-stat-number-mini {
  font-size: 28px;
  font-weight: 700;
  color: #FF6B35;
  line-height: 1;
}

.cta-stat-label-mini {
  font-size: 12px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
}

.cta-btn-primary,
.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 200px;
}

.cta-btn-primary {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.cta-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-btn-primary:hover::before {
  left: 100%;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.5);
  background: linear-gradient(135deg, #FF8C42 0%, #FF6B35 100%);
}

.cta-btn-primary:active {
  transform: translateY(-1px);
}

.cta-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 107, 53, 0.5);
  color: #FF6B35;
  backdrop-filter: blur(10px);
}

.cta-btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FF6B35;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.cta-btn-secondary .cta-btn-text,
.cta-btn-secondary .cta-btn-icon {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.cta-btn-secondary:hover::before {
  width: 100%;
}

.cta-btn-secondary:hover {
  border-color: #FF6B35;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.cta-btn-secondary:hover .cta-btn-text,
.cta-btn-secondary:hover .cta-btn-icon {
  color: #ffffff;
}

.cta-btn-secondary:active {
  transform: translateY(-1px);
}

.cta-btn-icon {
  transition: transform 0.3s ease;
}

.cta-btn-primary:hover .cta-btn-icon {
  transform: translateX(4px);
}

.cta-btn-secondary:hover .cta-btn-icon {
  transform: translateX(4px);
}

.cta-trust-indicators {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
  font-weight: 400;
}

.cta-trust-item svg {
  color: #FF6B35;
  flex-shrink: 0;
}

/* Dark Mode */
body.dark-mode .about-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

body.dark-mode .about-hero-title {
  color: #ffffff;
}

body.dark-mode .about-hero-subtitle {
  color: #a0a0a0;
}

body.dark-mode .stat-card {
  background: #1a1a1a;
  border-color: #333;
  color: #ffffff;
}

body.dark-mode .stat-number {
  color: #ffffff;
}

body.dark-mode .stat-label {
  color: #a0a0a0;
}

body.dark-mode .about-story {
  background: #0a0a0a;
}

body.dark-mode .section-title {
  color: #ffffff;
}

body.dark-mode .story-paragraphs p {
  color: #a0a0a0;
}

body.dark-mode .story-card {
  background: #1a1a1a;
  border-color: #333;
}

body.dark-mode .story-year {
  color: #ffffff;
}

body.dark-mode .story-card p {
  color: #a0a0a0;
}

body.dark-mode .about-values {
  background: #0a0a0a;
}

body.dark-mode .value-card {
  background: #1a1a1a;
  border-color: #333;
}

body.dark-mode .value-card h3 {
  color: #ffffff;
}

body.dark-mode .value-card p {
  color: #a0a0a0;
}

body.dark-mode .clients-carousel-section {
  background: #0a0a0a;
}

body.dark-mode .client-logo {
  background: #1a1a1a;
  border-color: #333;
}

body.dark-mode .logo-placeholder {
  color: #a0a0a0;
}

body.dark-mode .logo-image {
  filter: grayscale(100%) brightness(1.2);
}

body.dark-mode .client-logo:hover .logo-image {
  filter: grayscale(0%) brightness(1);
}

body.dark-mode .about-differentiators {
  background: #0a0a0a;
}

body.dark-mode .differentiator-card {
  background: #1a1a1a;
  border-color: #333;
}

body.dark-mode .differentiator-card h3 {
  color: #ffffff;
}

body.dark-mode .differentiator-card p {
  color: #a0a0a0;
}

body.dark-mode .about-process {
  background: #0a0a0a;
}

body.dark-mode .about-cta {
  background: #000000;
}

body.dark-mode .cta-title-line {
  color: #ffffff;
}

body.dark-mode .cta-description {
  color: #cbd5e1;
}

body.dark-mode .cta-trust-item {
  color: #94a3b8;
}

body.dark-mode .about-badge,
body.dark-mode .section-badge {
  background: rgba(255, 107, 53, 0.2);
  color: #FF6B35;
}

body.dark-mode .about-hero::before {
  background: radial-gradient(circle, rgba(255, 107, 53, 0.2) 0%, transparent 70%);
}

body.dark-mode .step-number {
  background: #1a1a1a;
  border-color: #FF6B35;
  color: #FF6B35;
}

body.dark-mode .step-content {
  background: #1a1a1a;
  border-color: #333;
}

body.dark-mode .step-content h3 {
  color: #ffffff;
}

body.dark-mode .step-content p {
  color: #a0a0a0;
}

/* Animações adicionais */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .about-hero-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .story-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .differentiators-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 140px 0 60px;
  }

  .about-hero-content {
    gap: 40px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stat-card {
    padding: 24px;
  }

  .stat-number {
    font-size: 36px;
  }

  .about-story {
    padding: 60px 0;
  }

  .story-content {
    gap: 40px;
  }

  .about-values {
    padding: 60px 0;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .clients-carousel-section {
    padding: 60px 0;
  }

  .carousel-slide {
    width: 160px;
  }

  .client-logo {
    height: 100px;
    padding: 16px;
  }
  
  .logo-image {
    max-height: 70px;
  }

  .about-differentiators {
    padding: 60px 0;
  }

  .differentiators-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-process {
    padding: 60px 0;
  }

  .process-timeline {
    padding-left: 32px;
  }

  .step-number {
    left: -44px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .step-content {
    padding: 24px;
  }

  .about-cta {
    padding: 60px 0;
  }

  .about-cta {
    padding: 80px 0;
  }

  .cta-content {
    gap: 24px;
  }

  .cta-title {
    font-size: 32px;
  }

  .cta-description {
    font-size: 16px;
  }

  .cta-stats-mini {
    gap: 24px;
    padding: 20px 0;
  }

  .cta-stat-number-mini {
    font-size: 24px;
  }

  .cta-stat-label-mini {
    font-size: 11px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
    min-width: auto;
  }

  .cta-trust-indicators {
    flex-direction: column;
    gap: 16px;
    padding-top: 20px;
  }

  .cta-trust-item {
    font-size: 12px;
  }
  
  .cta-content {
    gap: 24px;
  }
  
  .cta-content h2 {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 120px 0 40px;
  }

  .about-hero-title {
    font-size: 28px;
  }

  .about-hero-subtitle {
    font-size: 16px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .stat-card {
    padding: 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-label {
    font-size: 12px;
  }

  .section-title {
    font-size: 24px;
  }

  .story-card {
    padding: 24px;
  }

  .story-year {
    font-size: 28px;
  }

  .value-card {
    padding: 32px 24px;
  }

  .value-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }

  .value-card h3 {
    font-size: 20px;
  }

  .value-card p {
    font-size: 15px;
  }

  .carousel-slide {
    width: 140px;
  }

  .client-logo {
    height: 80px;
    padding: 12px;
  }
  
  .logo-image {
    max-height: 60px;
  }

  .logo-placeholder {
    font-size: 14px;
  }

  .differentiator-card {
    padding: 32px 24px;
  }

  .differentiator-number {
    font-size: 40px;
  }

  .differentiator-card h3 {
    font-size: 20px;
  }

  .differentiator-card p {
    font-size: 15px;
  }

  .process-timeline {
    padding-left: 24px;
  }

  .step-number {
    left: -36px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .step-content {
    padding: 20px;
  }

  .step-content h3 {
    font-size: 20px;
  }

  .step-content p {
    font-size: 15px;
  }

  .cta-content {
    padding: 0 16px;
    gap: 20px;
  }
  
  .cta-content h2 {
    font-size: 24px;
  }

  .cta-content p {
    font-size: 16px;
  }
  
  .about-cta {
    padding: 60px 0;
  }

  .cta-content {
    gap: 20px;
    padding: 0 16px;
  }

  .cta-badge-wrapper {
    padding: 8px 16px;
    gap: 8px;
  }

  .cta-badge-icon {
    font-size: 18px;
  }

  .cta-badge-text {
    font-size: 12px;
  }

  .cta-title {
    font-size: 28px;
    gap: 6px;
  }

  .cta-description {
    font-size: 15px;
  }

  .cta-stats-mini {
    gap: 16px;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .cta-stat-number-mini {
    font-size: 20px;
  }

  .cta-stat-label-mini {
    font-size: 10px;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    padding: 14px 20px;
    font-size: 13px;
    min-width: auto;
  }

  .cta-trust-indicators {
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
  }

  .cta-trust-item {
    font-size: 11px;
    justify-content: center;
  }
}

