/* --------------------------------------------------------------------------
   1. Page Base
   -------------------------------------------------------------------------- */

.page-about {
  position: relative;
  overflow: hidden;
}

.page-about::before {
  top: 320px;
  left: -270px;
}

.page-about::after {
  top: 560px;
  right: -300px;
}

.page-about > * {
  position: relative;
  z-index: 1;
}

.about-main {
  padding: 0;
}


/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  background: #ffffff;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?q=85&w=2400&auto=format&fit=crop");
  background-size: cover;
  background-position: center 45%;
  transform: scale(1.02);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(231, 0, 11, 0.18), transparent 46%),
    radial-gradient(circle at 78% 22%, rgba(37, 99, 235, 0.16), transparent 48%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.44) 52%, rgba(0, 0, 0, 0.18) 82%, rgba(0, 0, 0, 0.00) 100%);
}

.about-hero-container {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 76px;
  padding-bottom: 72px;
}

.about-hero-content {
  width: min(100%, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fade-up 0.65s ease both;
}

.about-eyebrow,
.about-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: rgba(244, 67, 54, 0.1);
  color: var(--about-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-subtitle {
  max-width: 730px;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  font-weight: 500;
}

.about-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.about-btn .icon {
  width: 18px;
  height: 18px;
}

.about-btn-primary {
  gap: 8px;
  border: 0;
  background: linear-gradient(135deg, #ff665c 0%, var(--about-red) 48%, #d92d20 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(244, 67, 54, 0.28);
}

.about-btn-primary:hover {
  background: linear-gradient(135deg, #ff665c 0%, var(--about-red) 48%, #d92d20 100%);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(244, 67, 54, 0.34);
}

.about-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255);
  color: var(--color-chumbo);
  backdrop-filter: blur(14px);
}

.about-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 67, 54, 0.28);
  background: #ffffff;
  box-shadow: var(--about-shadow-soft);
}

.about-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.about-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(244, 67, 54, 0.16);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-gray-700);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.about-trust-strip .icon {
  width: 16px;
  height: 16px;
  color: var(--about-red);
}

.about-human-note {
  margin-top: 18px;
  color: var(--color-chumbo);
  font-size: 15px;
  font-weight: 700;
}


/* --------------------------------------------------------------------------
   3. Section wrapper
   -------------------------------------------------------------------------- */

.about-layout-section {
  position: relative;
  margin-top: 24px;
}

.about-layout-section .breadcrumbs {
  margin-bottom: 42px;
}

.about-section {
  position: relative;
  margin-top: 60px;
}

.about-section + .about-section {
  margin-top: 78px;
}

.about-section-head {
  max-width: 840px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--color-brand-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-section-head h2 {
  margin: 0;
  color: var(--color-chumbo);
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-section-head h2 em {
  font-style: normal;
  color: var(--color-brand-red);
}

.about-section-head p {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--color-gray-500);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: balance;
}


/* --------------------------------------------------------------------------
   4. Benefits — card destaque + grid quente
   -------------------------------------------------------------------------- */

.about-benefits-layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefits-grid .benefit-card {
  position: relative;
  min-height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  background: transparent;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.benefits-grid .benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.benefits-grid .benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 0, 11, 0.18);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}



.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  border: 1px solid rgba(231, 0, 11, 0.1);
  border-radius: var(--radius-full);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 228, 230, 0.86));
  color: var(--color-brand-red);
  box-shadow: 0 14px 28px rgba(231, 0, 11, 0.08);
}

.benefit-icon .icon {
  width: 34px;
  height: 34px;
}

.benefit-index {
  position: absolute;
  top: 28px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-brand-red);
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
}

.benefit-index::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(231, 0, 11, 0.2);
}

.benefit-card h3 {
  margin: 0;
  color: var(--color-chumbo);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.benefit-card p {
  margin: 0;
  color: var(--color-gray-500);
  font-size: 15px;
  line-height: 1.65;
}

.benefit-card-featured {
  min-height: 100%;
  justify-content: flex-start;
  padding: 42px;
  border-color: transparent;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.25), transparent 22%),
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.2), transparent 42%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 8px),
    linear-gradient(145deg,
      color-mix(in srgb, var(--color-brand-red) 74%, #ff8068) 0%,
      var(--color-brand-red) 52%,
      color-mix(in srgb, var(--color-brand-red) 82%, #6b0005) 100%);
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(231, 0, 11, 0.28);
}

.benefit-card-featured::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-full);
}

.benefit-card-featured:hover {
  border-color: transparent;
  box-shadow: 0 28px 64px rgba(231, 0, 11, 0.34);
}

.about-feature-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.06);
}

.about-feature-icon .icon {
  width: 42px;
  height: 42px;
}

.benefit-stat {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
}

.benefit-stat strong {
  color: #ffffff;
  font-size: clamp(58px, 7vw, 76px);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.07em;
  text-shadow: 0 10px 24px rgba(69, 10, 10, 0.2);
}

.benefit-stat span {
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
}

.benefit-card-featured p,
.benefit-card-featured small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
}

.benefit-card-featured p {
  max-width: 280px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.benefit-card-featured small {
  display: block;
  max-width: 260px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.about-feature-people {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 22px;
}

.about-feature-people span {
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-full);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 190, 184, 0.9)),
    var(--color-brand-red-soft);
  box-shadow: 0 8px 18px rgba(69, 10, 10, 0.18);
}

.about-feature-people span:first-child {
  margin-left: 0;
}

.about-feature-people span:nth-child(2) { background: linear-gradient(135deg, #ffe8db, #f87171); }
.about-feature-people span:nth-child(3) { background: linear-gradient(135deg, #dbeafe, #fca5a5); }
.about-feature-people span:nth-child(4) { background: linear-gradient(135deg, #fef3c7, #fb7185); }
.about-feature-people span:nth-child(5) { background: linear-gradient(135deg, #ecfccb, #fdba74); }

.about-feature-rating {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #facc15;
  font-size: 20px;
  letter-spacing: 0.08em;
}


/* --------------------------------------------------------------------------
   5. Trust strip
   -------------------------------------------------------------------------- */

.about-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-xl);
  background: transparent;
  box-shadow: var(--shadow-premium);
  backdrop-filter: blur(14px);
}

.about-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid var(--color-gray-200);
}

.about-trust-item:first-child {
  padding-left: 0;
}

.about-trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.about-trust-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(231, 0, 11, 0.16);
  border-radius: var(--radius-full);
  color: var(--color-brand-red);
  background: #ffffff;
}

.about-trust-item .icon {
  width: 25px;
  height: 25px;
}

.about-trust-item strong,
.about-trust-item small {
  display: block;
}

.about-trust-item strong {
  color: var(--color-chumbo);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.about-trust-item small {
  margin-top: 3px;
  color: var(--color-gray-500);
  font-size: 13px;
  line-height: 1.45;
}


/* --------------------------------------------------------------------------
   6. Pillars — cards sobre cenário quente
   -------------------------------------------------------------------------- */

.about-pillars {
    background: url(https://plus.unsplash.com/premium_photo-1679547202348-9aef21c9f30e?q=80&w=1332&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-pillars::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 20%, rgba(231, 0, 11, 0.18), transparent 46%),
    radial-gradient(circle at 78% 22%, rgba(37, 99, 235, 0.16), transparent 48%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.44) 52%, rgba(0, 0, 0, 0.18) 82%, rgba(0, 0, 0, 0.00) 100%);
}

.about-pillar-stage {
  position: relative;
  overflow: hidden;
  padding: 86px 64px 86px;
}

.about-pillar-photo {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 38%;
  height: 300px;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  pointer-events: none;
}

.about-pillar-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.48) 58%, #ffffff 100%),
    linear-gradient(180deg, transparent, #ffffff 90%);
}

.about-pillar-photo-left {
  left: 0;
  background-image: url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?q=80&w=1200&auto=format&fit=crop");
  clip-path: ellipse(92% 82% at 0% 12%);
}

.about-pillar-photo-right {
  right: 0;
  background-image: url("https://images.unsplash.com/photo-1517457373958-b7bdd4587205?q=80&w=1200&auto=format&fit=crop");
  clip-path: ellipse(92% 82% at 100% 12%);
}

.pillars-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 54px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(18px);
}

.pillar-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 4px;
  border: 1px solid rgba(231, 0, 11, 0.16);
  border-radius: var(--radius-full);
  background: var(--color-brand-red-soft);
  color: var(--color-brand-red);
}

.pillar-card-icon .icon {
  width: 34px;
  height: 34px;
}

.pillar-card h3 {
  margin: 0;
  color: var(--color-chumbo);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.pillar-card > p {
  margin: 0;
  color: var(--color-gray-500);
  font-size: 17px;
  line-height: 1.78;
}

.pillar-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.pillar-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--color-chumbo);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.pillar-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 0;
  border: 1px solid rgba(231, 0, 11, 0.32);
  border-radius: var(--radius-full);
  background: #ffffff;
  color: var(--color-brand-red);
}

.pillar-list-icon .icon {
  width: 13px;
  height: 13px;
}


/* --------------------------------------------------------------------------
   7. CTA final
   -------------------------------------------------------------------------- */

.about-cta {
  margin-top: 36px;
}

.about-cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 72px 40px;
  border-radius: calc(var(--radius-xl) + 6px);
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at 88% 64%, rgba(255, 255, 255, 0.14), transparent 28%),
    repeating-linear-gradient(155deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 8px),
    linear-gradient(140deg,
      color-mix(in srgb, var(--color-brand-red) 76%, #ff8068) 0%,
      var(--color-brand-red) 50%,
      color-mix(in srgb, var(--color-brand-red) 82%, #6b0005) 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 28px 64px rgba(231, 0, 11, 0.28);
}

.about-cta-card::before,
.about-cta-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-cta-card::before {
  inset: 0;
  background:
    radial-gradient(circle at 12% 74%, rgba(255, 255, 255, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 30%, rgba(255, 255, 255, 0.36) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 76%, rgba(255, 255, 255, 0.34) 0 1px, transparent 2px);
  background-size: 66px 66px, 72px 72px, 84px 84px;
  opacity: 0.6;
}

.about-cta-card::after {
  right: -140px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border: 1px dashed rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-full);
}

.about-cta-quote-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-brand-red);
  box-shadow: 0 16px 36px rgba(69, 10, 10, 0.18);
}

.about-cta-quote-mark .icon {
  width: 28px;
  height: 28px;
}

.about-cta-quote {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
}

.about-cta-quote p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.about-cta-description {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.65;
  text-wrap: balance;
}

.about-cta-button {
  position: relative;
  z-index: 1;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 10px;
  padding: 0 34px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background: #ffffff;
  color: var(--color-brand-red);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(69, 10, 10, 0.22);
}

.about-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.about-cta-button:hover {
  background: #ffffff;
  color: var(--color-brand-red);
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(69, 10, 10, 0.28);
}

.about-cta-button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: none;
}

.about-cta-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  box-shadow: none;
}

.about-cta-button .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.18s ease;
}

.about-cta-button:hover .icon {
  transform: translateX(3px);
}


/* --------------------------------------------------------------------------
   8. Responsivo
   -------------------------------------------------------------------------- */

@media (max-width: 1180px) {
  .about-benefits-layout {
    grid-template-columns: 1fr;
  }

  .about-feature-card {
    min-height: auto;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .about-trust-item:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .about-trust-item:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .about-hero {
    min-height: 280px;
    padding: 56px 0 64px;
  }

  .about-hero-media {
    width: 44vw;
    opacity: 0.56;
  }

  .about-hero-orbit {
    opacity: 0.42;
  }

  .about-pillar-stage {
    padding: 56px 28px 28px;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .pillar-card {
    padding: 38px;
  }

  .about-pillar-photo {
    width: 50%;
    height: 240px;
    opacity: 0.52;
  }
}

@media (max-width: 767px) {

  .about-hero {
    min-height: auto;
    padding: 48px 0 58px;
  }

  .about-hero-media {
    width: 50%;
    opacity: 0.28;
  }

  .about-hero h1 {
    font-size: clamp(38px, 14vw, 56px);
  }

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

  .about-cta-button {
    width: 100%;
  }

  .about-hero p {
    font-size: 17px;
  }

  .about-layout-section {
    margin-top: 12px;
  }

  .about-layout-section .breadcrumbs {
    margin-bottom: 32px;
  }

  .about-section + .about-section {
    margin-top: 56px;
  }

  .about-section-head {
    margin-bottom: 28px;
  }

  .about-section-head p {
    font-size: 15px;
  }

  .benefits-grid,
  .about-trust-strip {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
    padding: 26px;
  }

  .benefit-index {
    top: 24px;
    right: 24px;
  }

  .benefit-index::after {
    width: 24px;
  }

  .benefit-card-featured {
    padding: 32px;
  }

  .benefit-stat strong {
    font-size: 58px;
  }

  .benefit-stat span {
    font-size: 24px;
  }

  .about-trust-strip {
    gap: 0;
    padding: 8px 22px;
  }

  .about-trust-item,
  .about-trust-item:first-child,
  .about-trust-item:nth-child(3),
  .about-trust-item:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--color-gray-200);
  }

  .about-trust-item:last-child {
    border-bottom: 0;
  }

  .about-pillar-stage {
    margin-inline: -12px;
    padding: 38px 16px 20px;
    border-radius: var(--radius-xl);
  }

  .about-pillar-photo {
    height: 160px;
    opacity: 0.24;
  }

  .pillar-card {
    padding: 28px;
  }

  .pillar-card > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .pillar-list li {
    font-size: 14px;
  }

  .about-cta-card {
    padding: 48px 22px;
    border-radius: var(--radius-xl);
  }

  .about-cta-description {
    font-size: 15px;
  }

  .about-cta-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .about-eyebrow {
    max-width: 100%;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .benefit-icon {
    width: 62px;
    height: 62px;
  }

  .benefit-icon .icon {
    width: 29px;
    height: 29px;
  }

  .benefit-index {
    position: static;
    order: -1;
    justify-content: flex-end;
    margin-bottom: -8px;
  }

  .about-feature-icon,
  .pillar-card-icon {
    width: 58px;
    height: 58px;
  }

  .about-feature-icon .icon,
  .pillar-card-icon .icon {
    width: 29px;
    height: 29px;
  }
}

:root {
  --about-red: #F44336;
  --about-red-dark: #B91C1C;
  --about-red-soft: #FFF1EF;
  --about-surface-glass: rgba(255, 255, 255, 0.78);
  --about-surface-glass-strong: rgba(255, 255, 255, 0.9);
  --about-border-glass: rgba(255, 255, 255, 0.72);
  --about-shadow-warm: 0 18px 46px rgba(148, 38, 28, 0.12);
  --about-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.08);
}


/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  background: #ffffff;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?q=85&w=2400&auto=format&fit=crop");
  background-size: cover;
  background-position: center 45%;
  transform: scale(1.02);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.about-hero-container {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 76px;
  padding-bottom: 72px;
}

.about-hero-content {
  width: min(100%, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fade-up 0.65s ease both;
}

.about-eyebrow,
.about-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--radius-full);
  background: rgba(244, 67, 54, 0.1);
  color: var(--about-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 880px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.about-hero h1::after {
  content: "";
  display: block;
  width: 112px;
  height: 5px;
  margin: 24px auto 0;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--about-red), rgba(244, 67, 54, 0.25));
}

.about-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.about-btn .icon {
  width: 18px;
  height: 18px;
}

.about-btn-primary {
  gap: 8px;
  border: 0;
  background: linear-gradient(135deg, #ff665c 0%, var(--about-red) 48%, #d92d20 100%);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(244, 67, 54, 0.28);
}

.about-btn-primary:hover {
  background: linear-gradient(135deg, #ff665c 0%, var(--about-red) 48%, #d92d20 100%);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(244, 67, 54, 0.34);
}

.about-hero-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.about-hero-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(244, 67, 54, 0.16);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-gray-700);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.about-hero-trust-strip .icon {
  width: 16px;
  height: 16px;
  color: var(--about-red);
}

.about-human-note {
  margin-top: 18px;
  color: var(--color-chumbo);
  font-size: 15px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   CTA final full-width
   -------------------------------------------------------------------------- */

.about-cta-band {
  width: 100%;
  padding: 78px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.2), transparent 26%),
    radial-gradient(circle at 92% 80%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ff665c 0%, var(--about-red) 42%, #d92d20 72%, var(--about-red-dark) 100%);
  color: #ffffff;
}

.about-cta-band-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-cta-quote-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.about-cta-quote-mark .icon {
  width: 25px;
  height: 25px;
}

.about-cta-band h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.about-cta-band p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.about-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-cta-button .icon {
  width: 18px;
  height: 18px;
}

.about-cta-button-primary {
  background: #ffffff;
  color: var(--about-red);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.about-cta-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.about-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

/* --------------------------------------------------------------------------
   Hero e CTA preservados da última versão
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .about-hero,
  .about-hero-container {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero-container {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .about-hero h1 {
    letter-spacing: -0.045em;
  }

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

  .about-btn,
  .about-cta-button {
    width: 100%;
  }

  .about-hero-trust-strip {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .about-hero-trust-strip li {
    justify-content: center;
  }

  .about-cta-band {
    padding: 58px 0;
  }
}

@media (max-width: 480px) {
  .about-eyebrow {
    width: 100%;
    min-height: auto;
    padding: 10px 12px;
    text-align: center;
    line-height: 1.35;
  }
}

