/* About Page - Modern UX/UI */

/* Hero Section Modern */
.about-hero-modern {
  position: relative;
  padding: 160px 0 100px;
  overflow: hidden;
}

.about-hero-modern .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: center;
}

.about-hero-modern .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
  color: #ff5c00;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}

.about-hero-modern h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #ffffff;
}

.about-hero-modern .hero-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  font-family: 'Cairo', sans-serif;
}

.about-hero-modern .hero-stats-inline {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero-modern .stat-inline {
  display: flex;
  flex-direction: column;
}

.about-hero-modern .stat-inline strong {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #ff5c00;
  line-height: 1;
  margin-bottom: 4px;
}

.about-hero-modern .stat-inline span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Cairo', sans-serif;
}

.about-hero-modern .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.about-hero-modern .hero-visual {
  position: relative;
}

.about-hero-modern .hero-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.about-hero-modern .hero-main-image {
  width: 100%;
  height: auto;
  display: block;
}

.about-hero-modern .floating-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 92, 0, 0.95);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.about-hero-modern .floating-badge .badge-icon {
  font-size: 24px;
  color: #ffffff;
}

.about-hero-modern .floating-badge .badge-text {
  display: flex;
  flex-direction: column;
}

.about-hero-modern .floating-badge .badge-text strong {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1;
}

.about-hero-modern .floating-badge .badge-text span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
}

.about-hero-modern .floating-badge .badge-logo {
  max-width: 140px;
  height: auto;
  display: block;
}

.about-hero-modern .floating-badge:has(.badge-logo) {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* Metrics Section */
.about-metrics {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.about-metrics .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-metrics .metric-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.about-metrics .metric-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 92, 0, 0.3);
  transform: translateY(-4px);
}

.about-metrics .metric-icon {
  font-size: 28px;
  color: #ff5c00;
  flex-shrink: 0;
}

.about-metrics .metric-content h3 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 6px;
  color: #ffffff;
}

.about-metrics .metric-content p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Process Timeline */
.about-process {
  position: relative;
  padding: 100px 0;
}

.section-heading-centered {
  text-align: center;
  margin-bottom: 64px;
}

.section-heading-centered .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
  color: #ff5c00;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.section-heading-centered h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  margin-bottom: 16px;
  color: #ffffff;
}

.section-heading-centered p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 0 auto;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.process-timeline:before {
  content: '';
  position: absolute;
  top: 48px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, #ff5c00 0%, rgba(255, 92, 0, 0.3) 100%);
  z-index: 0;
}

.process-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-step {
  animation: stepEnter 0.6s ease-out both;
}

.process-step:nth-child(1) {
  animation-delay: 0s;
}

.process-step:nth-child(2) {
  animation-delay: 0.15s;
}

.process-step:nth-child(3) {
  animation-delay: 0.3s;
}

.process-step:nth-child(4) {
  animation-delay: 0.45s;
}

.process-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, #ff5c00 0%, #ff7a33 100%);
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  color: #ffffff;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(255, 92, 0, 0.3);
  position: relative;
  animation: neonPulse 3s ease-in-out infinite;
}

.process-step .step-number:after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 92, 0, 0.2);
  animation: neonPulseRing 3s ease-in-out infinite;
}

.process-step .step-content h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 12px;
  color: #ffffff;
}

.process-step .step-content p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.process-step .step-visual {
  display: none;
}

/* Animações do Process Timeline */
@keyframes neonPulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(255, 92, 0, 0.3), 0 0 20px rgba(255, 92, 0, 0);
  }
  50% {
    box-shadow: 0 8px 24px rgba(255, 92, 0, 0.6), 0 0 40px rgba(255, 92, 0, 0.4);
  }
}

@keyframes neonPulseRing {
  0%, 100% {
    border-color: rgba(255, 92, 0, 0.2);
    box-shadow: inset 0 0 0 0 rgba(255, 92, 0, 0);
  }
  50% {
    border-color: rgba(255, 92, 0, 0.5);
    box-shadow: inset 0 0 0 2px rgba(255, 92, 0, 0.3);
  }
}

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

/* Differentials Modern */
.about-differentials-modern {
  position: relative;
  padding: 80px 0;
  background: rgba(20, 20, 20, 0.3);
}

.about-differentials-modern .diff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.about-differentials-modern .diff-feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
}

.about-differentials-modern .diff-feature:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 92, 0, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.about-differentials-modern .feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.about-differentials-modern .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 92, 0, 0.15);
  border-radius: 14px;
  font-size: 24px;
  color: #ff5c00;
  flex-shrink: 0;
}

.about-differentials-modern .feature-header h3 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #ffffff;
}

.about-differentials-modern .diff-feature p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Social Proof Section */
.about-social-proof {
  position: relative;
  padding: 100px 0;
}

.about-social-proof .proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

/* Layout empilhado: texto em cima, imagem embaixo */
.about-social-proof .proof-layout-stacked {
  grid-template-columns: 1fr;
  text-align: center;
}

.about-social-proof .proof-layout-stacked .proof-text {
  max-width: 720px;
  margin: 0 auto;
}

.about-social-proof .proof-layout-stacked .proof-numbers {
  justify-content: center;
}

.about-social-proof .proof-layout-stacked .proof-visual {
  max-width: 900px;
  margin: 0 auto;
}

/* Desktop: imagem Quem Confia maior */
@media (min-width: 992px) {
  .about-social-proof .proof-layout-stacked .proof-visual {
    max-width: 1200px;
  }
}

.about-social-proof .proof-text .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
  color: #ff5c00;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.about-social-proof .proof-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.about-social-proof .proof-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}

.about-social-proof .proof-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-social-proof .number-item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-left: 3px solid #ff5c00;
  padding-left: 16px;
}

.about-social-proof .number-item strong {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}

.about-social-proof .number-item span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Cairo', sans-serif;
}

.about-social-proof .partners-showcase {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-social-proof .partners-showcase:hover {
  border-color: rgba(255, 92, 0, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.about-social-proof .partners-showcase::after {
  content: 'Clique para ampliar';
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  font-family: 'Cairo', sans-serif;
}

@media (max-width: 991px) {
  .about-social-proof .partners-showcase::after {
    display: none;
  }
}

/* Fullscreen overlay para imagem Quem Confia */
.partners-fullscreen-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.partners-fullscreen-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.partners-fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.partners-fullscreen-overlay .close-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Cairo', sans-serif;
}

.about-social-proof .partners-showcase img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.about-social-proof .partners-showcase:hover img {
  opacity: 1;
}

/* Testimonials Modern */
.about-testimonials-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.6) 50%, rgba(20, 20, 20, 0) 100%);
}

.testimonial-card-modern {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  margin: 0 12px;
  transition: all 0.3s ease;
}

.testimonial-card-modern:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 92, 0, 0.3);
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.testimonial-card-modern .card-quote {
  margin-bottom: 20px;
}

.testimonial-card-modern .quote-icon {
  font-size: 64px;
  color: rgba(255, 92, 0, 0.2);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.testimonial-card-modern .testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
  font-family: 'Cairo', sans-serif;
}

.testimonial-card-modern .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-card-modern .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5c00 0%, #ff7a33 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.testimonial-card-modern .avatar-initials {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

.testimonial-card-modern .author-info {
  flex: 1;
}

.testimonial-card-modern .author-name {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin-bottom: 2px;
}

.testimonial-card-modern .author-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Cairo', sans-serif;
}

.testimonial-card-modern .rating-stars {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.testimonial-card-modern .rating-stars .star {
  font-size: 16px;
  color: #ff5c00;
}

/* Values Modern */
.about-values-modern {
  position: relative;
  padding: 100px 0;
}

.about-values-modern .values-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.about-values-modern .value-card-modern {
  text-align: center;
  padding: 48px 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  transition: all 0.3s ease;
}

.about-values-modern .value-card-modern:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 92, 0, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.about-values-modern .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(255, 92, 0, 0.2) 0%, rgba(255, 92, 0, 0.05) 100%);
  border-radius: 50%;
  font-size: 32px;
  color: #ff5c00;
  margin-bottom: 24px;
}

.about-values-modern .value-card-modern h3 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-values-modern .value-card-modern p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* CTA Modern */
.about-cta-modern {
  position: relative;
  padding: 100px 0 120px;
}

.about-cta-modern .cta-box {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 92, 0, 0.15) 0%, rgba(255, 92, 0, 0.05) 100%);
  border: 1px solid rgba(255, 92, 0, 0.3);
  border-radius: 32px;
  padding: 64px 56px;
  overflow: hidden;
}

.about-cta-modern .cta-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 92, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.about-cta-modern .cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  z-index: 1;
}

.about-cta-modern .cta-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #ffffff;
}

.about-cta-modern .cta-text p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 580px;
}

.about-cta-modern .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}

.theme-btn.btn-large {
  padding: 18px 40px 16px;
  font-size: 16px;
}

.theme-btn.btn-style-two .fab {
  margin-right: 8px;
  font-size: 18px;
}

/* Gallery Carousel */
.about-gallery-carousel {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.gallery-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.gallery-carousel-track-container {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
}

.gallery-carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 calc((100% - 48px) / 4);
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-slide:hover img {
  transform: scale(1.05);
}

/* Lightbox fullscreen para galeria */
.gallery-fullscreen-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-fullscreen-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 160px);
}

.gallery-fullscreen-overlay .gallery-lightbox-content img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-lightbox-close:hover {
  background: rgba(255, 92, 0, 0.8);
  border-color: #ff5c00;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 92, 0, 0.2);
  border: 1.5px solid rgba(255, 92, 0, 0.5);
  color: #ff5c00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-lightbox-prev {
  left: 24px;
}

.gallery-lightbox-next {
  right: 24px;
}

.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: rgba(255, 92, 0, 0.4);
  border-color: #ff5c00;
  transform: translateY(-50%) scale(1.1);
}

.gallery-lightbox-prev i,
.gallery-lightbox-next i {
  font-size: 22px;
  font-weight: 700;
}

.gallery-lightbox-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Cairo', sans-serif;
}

@media (max-width: 767px) {
  .gallery-fullscreen-overlay {
    padding: 50px 16px 70px;
  }

  .gallery-lightbox-content {
    max-width: calc(100% - 100px);
  }

  .gallery-lightbox-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }

  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    width: 44px;
    height: 44px;
  }

  .gallery-lightbox-prev {
    left: 12px;
  }

  .gallery-lightbox-next {
    right: 12px;
  }

  .gallery-lightbox-prev i,
  .gallery-lightbox-next i {
    font-size: 18px;
  }

  .gallery-lightbox-hint {
    font-size: 11px;
    bottom: 16px;
  }
}

.gallery-arrow {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 92, 0, 0.12);
  border: 1.5px solid rgba(255, 92, 0, 0.3);
  color: #ff5c00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
  backdrop-filter: blur(5px);
}

.gallery-arrow:hover {
  background: rgba(255, 92, 0, 0.25);
  border-color: #ff5c00;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 92, 0, 0.4);
}

.gallery-arrow:active {
  transform: scale(0.95);
}

.gallery-arrow i {
  font-size: 18px;
  font-weight: 700;
}

.gallery-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Desktop: fotos do carrossel 30% maiores */
@media (min-width: 992px) {
  .about-gallery-carousel .auto-container {
    max-width: 1560px; /* 30% maior que 1200px */
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .about-hero-modern h1 {
    font-size: 42px;
  }
  
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .process-timeline:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-hero-modern .hero-content,
  .about-social-proof .proof-layout,
  .about-cta-modern .cta-inner {
    grid-template-columns: 1fr;
  }
  
  .about-hero-modern .hero-content {
    gap: 40px;
  }

  .about-metrics .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .about-differentials-modern .diff-grid {
    grid-template-columns: 1fr;
  }
  
  .about-values-modern .values-grid-modern {
    grid-template-columns: 1fr;
  }
  
  .about-cta-modern .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-social-proof .proof-text h2 {
    font-size: 32px;
  }

  .about-social-proof .proof-numbers {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .gallery-slide {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (max-width: 767px) {
  .about-hero-modern {
    padding: 40px 0 40px;
  }

  .about-hero-modern .auto-container {
    padding: 0 20px;
  }
  
  .about-hero-modern h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .about-hero-modern .eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .about-hero-modern .hero-lead {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  
  .about-hero-modern .hero-stats-inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0;
    margin-bottom: 24px;
  }

  .about-hero-modern .stat-inline {
    flex: 1;
    min-width: 80px;
    text-align: center;
  }

  .about-hero-modern .stat-inline strong {
    font-size: 24px;
  }

  .about-hero-modern .stat-inline span {
    font-size: 11px;
  }

  .about-hero-modern .hero-content {
    gap: 32px;
  }

  .about-hero-modern .hero-image-wrapper {
    border-radius: 16px;
  }

  .about-hero-modern .floating-badge {
    bottom: 12px;
    right: 12px;
    padding: 10px 14px;
    border-radius: 10px;
  }

  .about-hero-modern .floating-badge .badge-logo {
    max-width: 100px;
  }

  .about-hero-modern .hero-actions .theme-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Metrics */
  .about-metrics {
    padding: 40px 0;
  }

  .about-metrics .auto-container {
    padding: 0 20px;
  }
  
  .about-metrics .metrics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-metrics .metric-item {
    padding: 16px;
    border-radius: 12px;
    gap: 12px;
  }

  .about-metrics .metric-icon {
    font-size: 22px;
  }

  .about-metrics .metric-content h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .about-metrics .metric-content p {
    font-size: 13px;
  }

  /* Process */
  .about-process {
    padding: 48px 0;
  }

  .about-process .auto-container {
    padding: 0 20px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading-centered {
    margin-bottom: 40px;
  }

  .section-heading-centered h2 {
    font-size: 26px;
  }

  .section-heading-centered p {
    font-size: 14px;
  }

  .process-step .step-number {
    width: 64px;
    height: 64px;
    font-size: 22px;
    margin-bottom: 16px;
  }

  .process-step .step-number:after {
    inset: -6px;
  }

  .process-step .step-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .process-step .step-content p {
    font-size: 13px;
    max-width: 280px;
    margin: 0 auto;
  }

  /* Gallery Carousel */
  .about-gallery-carousel {
    padding: 40px 0;
  }

  .about-gallery-carousel .auto-container {
    padding: 0 16px;
  }

  .gallery-carousel-wrapper {
    gap: 0;
  }

  .gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 92, 0, 0.5);
  }

  .gallery-arrow:hover {
    transform: translateY(-50%) scale(1.05);
  }

  .gallery-arrow-prev {
    left: 8px;
  }

  .gallery-arrow-next {
    right: 8px;
  }

  .gallery-arrow i {
    font-size: 15px;
  }

  .gallery-slide {
    flex: 0 0 calc((100% - 12px) / 2);
  }

  .gallery-carousel-track {
    gap: 12px;
  }

  /* Differentials */
  .about-differentials-modern {
    padding: 48px 0;
  }

  .about-differentials-modern .auto-container {
    padding: 0 20px;
  }

  .about-differentials-modern .diff-grid {
    gap: 16px;
  }

  .about-differentials-modern .diff-feature {
    padding: 20px;
    border-radius: 14px;
  }

  .about-differentials-modern .feature-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    border-radius: 10px;
  }

  .about-differentials-modern .feature-header h3 {
    font-size: 16px;
  }

  .about-differentials-modern .diff-feature p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* Social Proof */
  .about-social-proof {
    padding: 48px 0;
  }

  .about-social-proof .auto-container {
    padding: 0 20px;
  }

  .about-social-proof .proof-text h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .about-social-proof .proof-text p {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .about-social-proof .proof-numbers {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-social-proof .number-item {
    padding: 14px 0 14px 14px;
  }

  .about-social-proof .number-item strong {
    font-size: 28px;
  }

  .about-social-proof .partners-showcase {
    padding: 16px;
    border-radius: 14px;
  }

  /* Values */
  .about-values-modern {
    padding: 48px 0;
  }

  .about-values-modern .auto-container {
    padding: 0 20px;
  }

  .about-values-modern .values-grid-modern {
    gap: 16px;
    margin-top: 32px;
  }

  .about-values-modern .value-card-modern {
    padding: 28px 20px;
    border-radius: 16px;
  }

  .about-values-modern .value-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about-values-modern .value-card-modern h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about-values-modern .value-card-modern p {
    font-size: 14px;
  }

  /* CTA */
  .about-cta-modern {
    padding: 48px 0 60px;
  }

  .about-cta-modern .auto-container {
    padding: 0 20px;
  }

  .about-cta-modern .cta-box {
    padding: 32px 24px;
    border-radius: 20px;
  }

  .about-cta-modern .cta-text h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .about-cta-modern .cta-text p {
    font-size: 14px;
  }

  .about-cta-modern .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .about-cta-modern .cta-actions .theme-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .theme-btn.btn-large {
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-hero-modern h1 {
    font-size: 24px;
  }

  .about-hero-modern .hero-stats-inline {
    flex-direction: column;
    gap: 12px;
  }

  .about-hero-modern .stat-inline {
    text-align: left;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .section-heading-centered h2 {
    font-size: 22px;
  }

  .about-social-proof .proof-text h2 {
    font-size: 22px;
  }

  .about-cta-modern .cta-text h2 {
    font-size: 20px;
  }

  .gallery-slide {
    flex: 0 0 calc(100% - 0px);
  }

  .gallery-carousel-track {
    gap: 10px;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
  }

  .gallery-arrow i {
    font-size: 13px;
  }
}

/* Owl Carousel customizations for testimonials */
.about-testimonials-modern .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  gap: 12px;
}

.about-testimonials-modern .owl-nav button {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

.about-testimonials-modern .owl-nav button:hover {
  background: #ff5c00 !important;
  border-color: #ff5c00 !important;
}

.about-testimonials-modern .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.about-testimonials-modern .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.about-testimonials-modern .owl-dot.active {
  background: #ff5c00 !important;
  width: 32px;
  border-radius: 5px;
}
