.brand-logo {
  display: inline-flex;
  align-items: center;
  width: 225px;
  height: 58px;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.method-layout {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.16fr);
  gap: clamp(42px, 5vw, 78px);
}

.method-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px) 0;
}

.method-logo {
  display: block;
  width: min(290px, 72%);
  height: auto;
  margin: 0 0 30px;
  object-fit: contain;
}

.method .method-copy h2 {
  max-width: 650px;
  margin-bottom: 25px;
  font-size: clamp(30px, 2.65vw, 43px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.hero-summary {
  display: grid;
  gap: 7px;
}

.hero-summary span {
  display: block;
}

/* Banner principal mais limpo */
.hero {
  height: 790px;
  background: #fff;
}

.hero-bg {
  inset: 22px 28px 112px;
  overflow: hidden;
  border-radius: 38px 38px 0 0;
  background-position: center;
  background-size: cover;
  opacity: 1;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,8,7,.75) 0%, rgba(7,8,7,.56) 31%, rgba(7,8,7,.16) 57%, transparent 76%);
}

.hero-content {
  max-width: 1320px;
  padding-top: 132px;
  color: #fff;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(48px, 4.5vw, 74px);
  line-height: .98;
  letter-spacing: -3.5px;
  text-transform: none;
}

.hero h1 em {
  color: #ffd000;
  text-shadow: none;
}

.hero p.hero-summary {
  max-width: 620px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
}

.hero-actions { margin-top: 29px; }
.hero-actions .button {
  min-width: 240px;
  justify-content: center;
  border-radius: 999px;
  background: #ffd000;
  color: #11120f !important;
}
.hero-actions .button:hover { transform: translateY(-2px); background: #ffe05a; }

@media (max-width: 990px) {
  .hero { height: 760px; }
  .hero-bg { inset: 18px 18px 112px; background-position: 64% center; }
  .hero-bg::after { background: linear-gradient(90deg, rgba(7,8,7,.82), rgba(7,8,7,.58) 48%, rgba(7,8,7,.12) 78%); }
  .hero-content { padding-top: 108px; }
  .hero h1 { max-width: 610px; }
}

@media (max-width: 700px) {
  .hero { height: 850px; }
  .hero-bg {
    inset: 12px 10px 126px;
    border-radius: 25px 25px 0 0;
    background-position: 67% center;
    background-size: cover;
    opacity: 1;
  }
  .hero-bg::after { background: linear-gradient(90deg, rgba(7,8,7,.88), rgba(7,8,7,.7) 57%, rgba(7,8,7,.28)); }
  .hero-content { width: calc(100% - 52px); padding-top: 74px; }
  .hero h1 { max-width: 520px; font-size: clamp(40px, 12vw, 54px); letter-spacing: -2.5px; }
  .hero p.hero-summary { max-width: 480px; font-size: 17px; }
  .hero-actions .button { width: 100%; max-width: 310px; }
}

#desperdicios h2 {
  font-size: clamp(34px, 3.45vw, 56px);
  line-height: 1.04;
}

/* Retrato do Protocolo Benaton */
.protocol .portrait img {
  object-position: center 22%;
  filter: brightness(.86);
  transform: none;
}

/* BRUTUS: tecnologia aplicada aos ensaios dinâmicos */
.brutus-section {
  position: relative;
  overflow: hidden;
  background: #f1f2ee;
}

.brutus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: stretch;
  gap: clamp(36px, 5vw, 78px);
}

.brutus-visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #20211f;
  box-shadow: 0 28px 65px rgba(17,18,15,.18);
}

.brutus-visual::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(10,11,9,.86));
  pointer-events: none;
}

.brutus-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
}

.brutus-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: #fff;
}

.brutus-visual figcaption span {
  display: block;
  margin-bottom: 7px;
  color: #ffd000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brutus-visual figcaption strong {
  max-width: 470px;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.1;
}

.brutus-copy {
  align-self: center;
  padding-block: 28px;
}

.brutus-copy h2 {
  max-width: 680px;
  margin: 13px 0 22px;
  font-size: clamp(39px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -2.8px;
}

.brutus-copy p {
  max-width: 650px;
  color: #4e514b;
  font-size: 17px;
  line-height: 1.65;
}

.brutus-copy .brutus-lead {
  margin-bottom: 18px;
  color: #11120f;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.2;
}

.brutus-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.brutus-highlights span {
  padding: 10px 14px;
  border: 1px solid rgba(17,18,15,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: #11120f;
  font-size: 13px;
  font-weight: 800;
}

.brutus-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.brutus-actions .button {
  border-radius: 999px;
  background: #ffd000;
  color: #11120f !important;
}

.protocol-history-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 25px;
  color: #fff;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: #ffd000;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.protocol-history-link:hover {
  color: #ffd000;
}

.brutus-process {
  margin-top: clamp(48px, 6vw, 88px);
  padding: clamp(24px, 3.2vw, 46px);
  border-radius: 26px;
  background: #20211f;
  color: #fff;
}

.brutus-process > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.brutus-process > header span {
  color: #ffd000;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 900;
}

.brutus-process > header p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

.brutus-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
}

.brutus-process li {
  position: relative;
  min-width: 0;
  padding: 12px 25px 8px;
  border-left: 2px solid rgba(255,208,0,.42);
}

.brutus-process li:first-child { border-left: 0; padding-left: 0; }
.brutus-process li:last-child { padding-right: 0; }
.brutus-process li:not(:first-child)::before { content: ""; position: absolute; top: 28px; left: -5px; width: 8px; height: 8px; background: #ffd000; transform: rotate(45deg); }
.brutus-process li:not(:last-child)::after { content: "→"; position: absolute; top: 30px; right: -10px; z-index: 2; color: #ffd000; font-size: 22px; }
.brutus-process li b { display: block; margin-bottom: 17px; color: #ffd000; font-size: 11px; letter-spacing: .12em; }
.brutus-process li strong { display: block; margin-bottom: 7px; font-size: 23px; }
.brutus-process li span { display: block; max-width: 210px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.4; }

/* Chamada de conversão após os resultados */
.case-conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 22px;
  background: #20211f;
  color: #fff;
}

.case-conversion div { max-width: 760px; }
.case-conversion span { display: block; margin-bottom: 7px; color: #ffd000; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.case-conversion strong { display: block; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.12; }
.case-conversion .button { flex: 0 0 auto; border-radius: 999px; background: #ffd000; color: #11120f !important; }

@media (max-width: 900px) {
  .brutus-layout { grid-template-columns: 1fr; }
  .brutus-visual { min-height: 520px; }
  .brutus-copy { padding-block: 0; }
  .brutus-process ol { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .brutus-process li:nth-child(3) { border-left: 0; padding-left: 0; }
  .brutus-process li:nth-child(3)::before { display: none; }
  .brutus-process li:nth-child(2)::after { display: none; }
}

@media (max-width: 600px) {
  .brutus-visual { min-height: 450px; border-radius: 22px; }
  .brutus-visual figcaption { right: 20px; bottom: 20px; left: 20px; }
  .brutus-copy h2 { font-size: 38px; letter-spacing: -1.8px; }
  .brutus-actions { align-items: stretch; flex-direction: column; }
  .brutus-actions .button { justify-content: center; }
  .brutus-history-link { align-self: flex-start; }
  .brutus-process > header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .brutus-process ol { grid-template-columns: 1fr; gap: 0; }
  .brutus-process li,
  .brutus-process li:first-child,
  .brutus-process li:nth-child(3),
  .brutus-process li:last-child { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .brutus-process li:first-child { border-top: 0; }
  .brutus-process li::after { display: none; }
  .brutus-process li::before { display: none; }
  .case-conversion { align-items: stretch; flex-direction: column; }
  .case-conversion .button { justify-content: center; }
}

.method-box {
  max-width: 650px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 2px dashed rgba(17, 18, 15, .76);
  border-radius: 15px;
  background: rgba(255, 255, 255, .17);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}

.method-button {
  min-width: 250px;
  width: fit-content;
  justify-content: center;
  background: #383936;
  border-radius: 13px;
  box-shadow: 0 11px 24px rgba(17, 18, 15, .17);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: 230px;
  padding: 9px 14px;
  border-radius: 10px;
  background: #ffd000;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 990px) {
  .brand-logo { width: 190px; }
  .method-copy { padding-bottom: 6px; }
  .method-logo { width: min(270px, 64%); }
  .method .method-copy h2 { max-width: 760px; font-size: clamp(31px, 4.5vw, 42px); }
  .method-box { max-width: 760px; }
}

@media (max-width: 700px) {
  .brand-logo { width: 158px; height: 48px; }
  .method-logo { width: 220px; margin-bottom: 23px; }
  .method .method-copy h2 { font-size: 30px; letter-spacing: -1px; }
  .method-box { padding: 17px; font-size: 16px; }
  .method-button { width: 100%; min-width: 0; }
  footer .container { align-items: flex-start; flex-direction: column; }
}

/* Processo: jornada técnica */
.process-modern {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 8%, rgba(255, 208, 0, .16), transparent 25%),
    linear-gradient(180deg, #f8f8f5 0%, #f1f2ee 100%);
}

.process-modern::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -190px;
  bottom: -210px;
  border: 1px solid rgba(17, 18, 15, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(17, 18, 15, .025), 0 0 0 112px rgba(17, 18, 15, .018);
  pointer-events: none;
}

.process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 62px;
}

.process-heading h2 {
  max-width: 880px;
  margin: 14px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .97;
  letter-spacing: -.055em;
}

.process-heading > p {
  max-width: 450px;
  margin: 0 0 6px;
  padding-left: 22px;
  border-left: 3px solid #ffd000;
  color: #5f625d;
  font-size: 17px;
  line-height: 1.55;
}

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

.process-track::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 52px;
  left: 45px;
  right: 45px;
  height: 2px;
  background: linear-gradient(90deg, #ffd000 0%, #ffd000 72%, rgba(17, 18, 15, .15) 100%);
}

.process-step {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding: 24px 24px 28px;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 15, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 35px rgba(17, 18, 15, .055);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.process-step::after {
  content: "";
  position: absolute;
  inset: auto 28px 0;
  height: 5px;
  background: #ffd000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 181, 0, .65);
  background: #fff;
  box-shadow: 0 22px 48px rgba(17, 18, 15, .12);
}

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

.step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 7px solid #f8f8f5;
  border-radius: 50%;
  background: #151613;
  color: #ffd000;
  box-shadow: 0 0 0 1px rgba(17, 18, 15, .1);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.step-icon svg {
  width: 29px;
  height: 29px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-meta b {
  color: #b48f00;
  font-size: 15px;
  letter-spacing: .08em;
}

.step-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #777a74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.process-step h3 {
  margin: 0 0 14px;
  font-size: clamp(21px, 1.65vw, 27px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.process-step p {
  margin: 0;
  color: #60635d;
  font-size: 16px;
  line-height: 1.55;
}

.process-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 25px 28px;
  border-radius: 20px;
  background: #171815;
  color: #fff;
}

.process-cta div { display: grid; gap: 4px; }
.process-cta strong { font-size: 18px; }
.process-cta div span { color: #aeb0aa; font-size: 14px; }
.process-cta .btn { flex: 0 0 auto; border: 0; background: #ffd000; color: #11120f; }

@media (max-width: 990px) {
  .process-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .process-heading > p { max-width: 700px; }
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-track::before { display: none; }
  .process-step { min-height: 310px; }
}

@media (max-width: 700px) {
  .process-heading h2 { font-size: clamp(38px, 12vw, 52px); }
  .process-heading > p { padding-left: 16px; font-size: 16px; }
  .process-track { grid-template-columns: 1fr; padding-left: 22px; }
  .process-track::after {
    content: "";
    position: absolute;
    inset: 25px auto 25px 0;
    width: 2px;
    background: linear-gradient(#ffd000, rgba(17, 18, 15, .12));
  }
  .process-step { min-height: 0; padding: 21px 20px 24px; border-radius: 20px; }
  .process-step::before {
    content: "";
    position: absolute;
    top: 46px;
    left: -28px;
    width: 12px;
    height: 12px;
    border: 4px solid #f4f5f1;
    border-radius: 50%;
    background: #ffd000;
  }
  .step-meta { margin-bottom: 20px; }
  .process-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .process-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .process-step { transition: none; }
}

/* WhatsApp flutuante */
.whatsapp {
  isolation: isolate;
  font-size: 28px;
  box-shadow: 0 10px 28px rgba(32, 199, 108, .34);
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.whatsapp::before,
.whatsapp::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -5px;
  border: 2px solid rgba(32, 199, 108, .65);
  border-radius: 50%;
  animation: whatsapp-pulse 2s ease-out infinite;
}

.whatsapp::after { animation-delay: 1s; }

.whatsapp:hover,
.whatsapp:focus-visible {
  color: #fff;
  background: #16a957;
  box-shadow: 0 14px 34px rgba(22, 169, 87, .42);
  transform: translateY(-3px) scale(1.06);
}

.whatsapp:focus-visible {
  outline: 3px solid #11120f;
  outline-offset: 4px;
}

.whatsapp .bi {
  display: block;
  line-height: 1;
}

@keyframes whatsapp-pulse {
  0% { opacity: .75; transform: scale(.9); }
  75%, 100% { opacity: 0; transform: scale(1.48); }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp::before,
  .whatsapp::after { animation: none; }
}

/* Artes oficiais da metodologia */
.method-image-cards {
  align-items: stretch;
  gap: 14px;
}

.method-image-cards article {
  aspect-ratio: 699 / 913;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #373836;
  box-shadow: 0 12px 25px rgba(17, 18, 15, .15);
  transform: none;
}

.method-image-cards article img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .method-image-cards article:hover {
    z-index: 2;
    transform: translateY(-12px) rotate(-2.5deg);
    box-shadow: 0 24px 44px rgba(17, 18, 15, .34);
  }

  .method-image-cards article:nth-child(even):hover {
    transform: translateY(-12px) rotate(2.5deg);
  }
}

@media (max-width: 990px) {
  .method-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .method-layout > * { min-width: 0; }
  .method-image-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .method { overflow: hidden; }
  .method-layout { gap: 34px; }
  .method-layout > div:last-child > h3 { margin-bottom: 18px; }
  .method-image-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .method-image-cards {
    width: min(280px, 100%);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
}

/* Capacidade técnica documentada */
.technical-proof {
  position: relative;
  overflow: hidden;
  background: #1d1e1b;
  color: #fff;
}

.technical-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.technical-proof .container { position: relative; z-index: 1; }

.technical-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.technical-heading h2 {
  max-width: 820px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: .98;
}

.technical-heading > p {
  margin: 0 0 7px;
  padding-left: 20px;
  border-left: 3px solid #ffd000;
  color: #c8cac4;
  font-size: 17px;
  line-height: 1.6;
}

.technical-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.technical-numbers article {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 22px 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.technical-numbers b {
  flex: 0 0 auto;
  color: #ffd000;
  font-size: clamp(30px, 3vw, 48px);
  line-height: .9;
  letter-spacing: -.04em;
}

.technical-numbers span { color: #d6d7d2; font-size: 14px; line-height: 1.4; }

.technical-sample {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(255,208,0,.42);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(255,208,0,.14), rgba(255,255,255,.045));
}
.technical-sample b { flex: 0 0 auto; color: #ffd000; font-size: clamp(24px, 2.4vw, 38px); line-height: 1; }
.technical-sample span { max-width: 690px; color: #e2e3df; font-size: 15px; line-height: 1.55; }

.credential-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.credential-grid article {
  display: flex;
  flex-direction: column;
  min-height: 224px;
  padding: 23px 20px;
  border-radius: 20px;
  background: #2b2c29;
  transition: transform .25s ease, background .25s ease;
}

.credential-grid article:hover {
  transform: translateY(-6px);
  background: #333430;
}

.credential-grid article > span {
  display: block;
  margin-bottom: 28px;
  color: #ffd000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.credential-grid h3 { margin: 0 0 12px; color: #fff; font-size: 19px; line-height: 1.15; }
.credential-grid p { margin: 0 0 19px; color: #bfc1bb; font-size: 14px; line-height: 1.5; }
.credential-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  padding: 9px 12px;
  border: 1px solid rgba(255,208,0,.55);
  border-radius: 10px;
  background: transparent;
  color: #ffd000;
  font-size: 13px;
  font-weight: 900;
}
.credential-more:hover { background: #ffd000; color: #11120f; }

.real-gallery {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1.1fr;
  gap: 12px;
  margin-top: 18px;
}

.real-gallery figure {
  position: relative;
  height: 290px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #30312e;
}

.real-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.real-gallery figure:hover img { transform: scale(1.045); }

.real-gallery figcaption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(17,18,15,.82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.technical-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 25px 0 0;
  color: #aeb0aa;
  font-size: 13px;
  text-align: center;
}

.technical-note .bi { color: #ffd000; font-size: 18px; }

@media (max-width: 1100px) {
  .credential-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .technical-heading { grid-template-columns: 1fr; gap: 22px; }
  .technical-numbers { grid-template-columns: 1fr; }
  .credential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .real-gallery { grid-template-columns: 1fr 1fr; }
  .real-gallery figure:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .technical-heading h2 { font-size: 39px; }
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid article { min-height: 0; }
  .real-gallery { grid-template-columns: 1fr; }
  .real-gallery figure,
  .real-gallery figure:first-child { grid-column: auto; height: 240px; }
  .technical-numbers article { align-items: flex-start; flex-direction: column; gap: 10px; }
  .technical-sample { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Visualização dos atestados técnicos */
.certificate-modal[hidden] { display: none; }
.certificate-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 18px; }
.certificate-modal-backdrop { position: absolute; inset: 0; background: rgba(5,6,5,.86); backdrop-filter: blur(8px); }
.certificate-modal-panel { position: relative; display: flex; flex-direction: column; width: min(1040px, 96vw); height: min(92vh, 980px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: #20211e; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.certificate-modal-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.certificate-modal-panel > header span { display: block; margin-bottom: 3px; color: #ffd000; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.certificate-modal-panel > header h2 { margin: 0; color: #fff; font-size: clamp(19px, 2vw, 28px); }
.certificate-modal-close, .certificate-page-button { display: grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #30312e; color: #fff; }
.certificate-modal-close:hover, .certificate-page-button:hover:not(:disabled) { border-color: #ffd000; background: #ffd000; color: #11120f; }
.certificate-viewer { display: grid; grid-template-columns: 52px minmax(0,1fr) 52px; align-items: center; gap: 12px; min-height: 0; flex: 1; padding: 16px; }
.certificate-page-prev { grid-column: 1; }
.certificate-image-wrap { grid-column: 2; width: 100%; height: 100%; min-height: 0; overflow: auto; border-radius: 12px; background: #d9d9d5; text-align: center; }
.certificate-page-next { grid-column: 3; }
.certificate-image-wrap img { display: block; width: auto; max-width: 100%; min-height: 100%; margin: 0 auto; object-fit: contain; }
.certificate-page-button:disabled { opacity: .25; cursor: default; }
.certificate-modal-panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 20px; border-top: 1px solid rgba(255,255,255,.1); color: #c9cbc5; font-size: 13px; }
.certificate-modal-panel > footer a { color: #ffd000; font-weight: 800; }
.certificate-modal-open { overflow: hidden; }
@media (max-width: 680px) {
  .certificate-modal { padding: 0; }
  .certificate-modal-panel { width: 100%; height: 100%; border: 0; border-radius: 0; }
  .certificate-viewer { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 5px; padding: 8px; }
  .certificate-page-button { width: 38px; height: 38px; }
  .certificate-modal-panel > footer { align-items: flex-start; flex-direction: column; gap: 7px; }
}

/* Números do protocolo sem cortes */
.stats article {
  min-width: 0;
  height: auto;
  min-height: 150px;
  padding: 18px 10px;
}

.stats b {
  width: 100%;
  min-width: 0;
  padding-inline: 2px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
  white-space: nowrap;
}

.stats span {
  max-width: 100%;
  margin-top: 12px;
  padding-inline: 6px;
  line-height: 1.25;
}

.stats b[data-count="299"] { font-size: clamp(31px, 2.7vw, 43px); }

@media (max-width: 990px) {
  .stats article { min-height: 145px; }
  .stats b,
  .stats b[data-count="299"] { font-size: clamp(34px, 6vw, 48px); }
}

/* Rodapé e redes sociais */
.site-footer {
  padding: 0;
  background: #11120f;
}

.site-footer .footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-top: 52px;
  padding-bottom: 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-brand p {
  max-width: 340px;
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.5;
}

.footer-connect {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-connect > span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 9px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: #ffd000;
  background: #ffd000;
  color: #11120f;
  transform: translateY(-4px);
}

.social-links a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.site-footer .footer-bottom {
  display: block;
  padding-top: 19px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255,255,255,.11);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 800px) {
  .site-footer .footer-main,
  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer .footer-main { gap: 30px; }
}

@media (max-width: 480px) {
  .footer-connect {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom p { line-height: 1.6; }
}

/* Maior contraste nos cards de desperdícios */
.problem {
  border: 1px solid rgba(17, 18, 15, .09);
  background: #e7e8e2;
  box-shadow: 0 16px 38px rgba(17, 18, 15, .1);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.problem:hover {
  border-color: rgba(184, 146, 0, .28);
  background: #dfe1da;
  box-shadow: 0 20px 44px rgba(17, 18, 15, .14);
}

/* Faixa contínua de parceiros */
.partners-strip {
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  height: 112px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.13);
  background: rgba(17,18,15,.94);
  box-shadow: 0 -12px 32px rgba(17,18,15,.12);
  backdrop-filter: blur(12px);
}

.partners-label {
  display: flex;
  height: 100%;
  padding: 0 25px;
  border-right: 1px solid rgba(255,255,255,.13);
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.partners-label span {
  color: #ffd000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.partners-label strong {
  max-width: 175px;
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.15;
}

.partners-marquee {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.partners-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: partners-scroll 38s linear infinite;
}

.partners-strip:hover .partners-track { animation-play-state: paused; }

.partner-set {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 14px;
}

.partner-set > span {
  display: grid;
  place-items: center;
  width: 138px;
  height: 72px;
  padding: 8px 13px;
  overflow: hidden;
  border: 1px solid rgba(17,18,15,.08);
  border-radius: 13px;
  background: #fff;
}

.partner-set img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


@keyframes partners-scroll {
  to { transform: translateX(-50%); }
}

@media (max-width: 990px) {
  .hero { height: 760px; }
  .partners-strip { right: 18px; bottom: 0; left: 18px; }
  .partners-strip { grid-template-columns: 180px minmax(0, 1fr); }
  .partners-label { padding-inline: 18px; }
}

@media (max-width: 700px) {
  .hero { height: 850px; }
  .partners-strip {
    right: 10px;
    bottom: 0;
    left: 10px;
    grid-template-columns: 1fr;
    height: 126px;
  }
  .partners-label {
    height: 42px;
    padding: 8px 14px 0;
    border-right: 0;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
  }
  .partners-label strong { max-width: none; font-size: 13px; }
  .partner-set > span { width: 116px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .partners-track {
    animation: none;
    transform: none;
  }
  .partners-marquee { overflow-x: auto; }
}

/* Contato e formulário para WhatsApp */
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,208,0,.16), transparent 28%),
    #f1f2ee;
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 46px;
}

.contact-heading .kicker { grid-column: 1 / -1; margin-bottom: -25px; }
.contact-heading h2 { max-width: 840px; margin: 0; font-size: clamp(42px, 4.7vw, 68px); line-height: .98; }
.contact-heading p { margin: 0 0 5px; color: #656861; font-size: 17px; line-height: 1.55; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.contact-panel,
.contact-form {
  border-radius: 28px;
}

.contact-panel {
  display: flex;
  padding: clamp(28px, 3.4vw, 48px);
  flex-direction: column;
  justify-content: space-between;
  background: #1d1e1b;
  color: #fff;
}

.contact-eyebrow {
  color: #ffd000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-panel h3 {
  max-width: 430px;
  margin: 13px 0 14px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1;
}

.contact-panel > div:first-child p { color: #bfc1bb; line-height: 1.55; }

.contact-list {
  display: grid;
  gap: 9px;
  margin-block: 28px;
}

.contact-list > * {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.045);
  color: #fff;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.contact-list a:hover {
  border-color: rgba(255,208,0,.5);
  background: rgba(255,208,0,.08);
  transform: translateX(4px);
}

.contact-list i {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffd000;
  color: #11120f;
  font-size: 18px;
}

.contact-list span { display: grid; min-width: 0; gap: 2px; }
.contact-list small { color: #9ea09a; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { overflow-wrap: anywhere; font-size: 14px; }

.contact-map {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: #2a2b27;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 230px;
  border: 0;
  filter: grayscale(.2) contrast(1.04);
}

.contact-map a {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 11px;
  background: #ffd000;
  color: #11120f;
  box-shadow: 0 8px 22px rgba(17,18,15,.22);
  font-size: 12px;
  font-weight: 900;
  transition: background .2s ease, transform .2s ease;
}

.contact-map a:hover {
  background: #fff;
  color: #11120f;
  transform: translateY(-2px);
}

.contact-assurance {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ea09a;
  font-size: 11px;
}

.contact-assurance i { color: #ffd000; font-size: 16px; }

.contact-form {
  padding: clamp(28px, 3.7vw, 52px);
  border: 1px solid rgba(17,18,15,.08);
  background: #fff;
  box-shadow: 0 25px 65px rgba(17,18,15,.1);
}

.form-intro {
  display: grid;
  gap: 5px;
  margin-bottom: 28px;
}

.form-intro span { color: #ad8900; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.form-intro strong { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.1; }

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

.form-grid label { display: grid; gap: 8px; color: #555851; font-size: 13px; font-weight: 700; }
.form-grid .form-full { grid-column: 1 / -1; }

.contact-form .form-control,
.contact-form .form-select {
  min-height: 54px;
  border: 1px solid #d9dad5;
  border-radius: 13px;
  background-color: #f8f8f6;
  box-shadow: none;
  font-size: 15px;
}

.contact-form textarea.form-control { min-height: 118px; resize: vertical; }

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #d4aa00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,208,0,.17);
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  border: 0;
  border-radius: 14px;
  background: #ffd000;
  color: #11120f;
  font-size: 16px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.contact-submit span { margin-left: auto; margin-right: 8px; }
.contact-submit:hover { background: #f0c300; box-shadow: 0 13px 26px rgba(201,159,0,.22); transform: translateY(-2px); }
.form-status { min-height: 18px; margin: 10px 0 0; color: #5b5e57; font-size: 12px; text-align: center; }

@media (max-width: 990px) {
  .contact-heading { grid-template-columns: 1fr; gap: 18px; }
  .contact-heading .kicker { grid-column: auto; margin-bottom: 0; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .contact-heading h2 { font-size: 40px; }
  .contact-panel,
  .contact-form { border-radius: 22px; }
  .contact-map,
  .contact-map iframe { min-height: 205px; height: 205px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .form-full { grid-column: auto; }
}

/* Avaliações do Perfil da Empresa no Google */
.google-reviews-section {
  overflow: hidden;
  background: #f7f7f4;
}

.google-reviews-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: 42px;
}

.google-reviews-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-reviews-logo {
  display: block;
  width: clamp(190px, 17vw, 270px);
  height: auto;
  mix-blend-mode: multiply;
}

.google-wordmark {
  display: block;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.07em;
  background: linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 43%, #fbbc05 43% 64%, #4285f4 64% 78%, #34a853 78% 90%, #ea4335 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.google-reviews-label { display: block; margin-top: 7px; color: #666; font-size: 18px; font-weight: 800; text-align: center; }
.google-reviews-heading .kicker { margin-bottom: 9px; color: #9b7b00; }
.google-reviews-heading h2 { margin: 0 0 10px; font-size: clamp(36px, 4vw, 58px); }
.google-reviews-heading p { margin: 0; color: #676962; }

.google-rating-summary {
  min-width: 210px;
  padding: 22px 25px;
  border: 1px solid #e1e1dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(17,18,15,.07);
}
.google-rating-summary strong { display: inline-block; margin-right: 10px; font-size: 38px; line-height: 1; }
.google-rating-summary small { display: block; margin-top: 6px; color: #676962; }
.google-stars, .review-stars { color: #fbbc04; letter-spacing: 2px; }

.google-reviews-shell { position: relative; }
.google-reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(285px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 3px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.google-reviews-track::-webkit-scrollbar { display: none; }
.google-reviews-track.is-unavailable { display: block; overflow: visible; }

.google-review-card {
  min-height: 275px;
  padding: 25px;
  border: 1px solid #e5e5df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(17,18,15,.06);
  scroll-snap-align: start;
}
.review-author { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 12px; }
.review-avatar { width: 48px; height: 48px; overflow: hidden; border-radius: 50%; background: #30312e; color: #fff; display: grid; place-items: center; font-weight: 900; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-author a, .review-author strong { display: block; overflow: hidden; color: #11120f; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.review-author small { display: block; margin-top: 3px; color: #777970; }
.google-g { color: #4285f4; font-size: 24px; font-weight: 900; }
.review-stars { margin: 20px 0 13px; font-size: 20px; }
.review-stars .empty-star { color: #d2d3cf; }
.google-review-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #30312e; font-size: 16px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }

.reviews-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid #deded8;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17,18,15,.12);
  transform: translateY(-50%);
}
.reviews-arrow:disabled { opacity: .25; }
.reviews-arrow-prev { left: -23px; }
.reviews-arrow-next { right: -23px; }

.google-reviews-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; }
.google-reviews-footer p { margin: 0; color: #777970; font-size: 13px; }
.google-reviews-link { display: inline-flex; gap: 20px; padding: 14px 18px; border-radius: 12px; background: #ffd000; color: #11120f; font-weight: 900; }
.google-reviews-link:hover { color: #11120f; transform: translateY(-1px); }

.review-loading span { display: block; height: 15px; margin-bottom: 18px; border-radius: 20px; background: linear-gradient(90deg,#eee 25%,#fafafa 50%,#eee 75%); background-size: 200% 100%; animation: reviewShimmer 1.3s infinite; }
.review-loading span:first-child { width: 62%; height: 48px; }
.review-loading span:last-child { width: 84%; }
@keyframes reviewShimmer { to { background-position: -200% 0; } }
.reviews-unavailable { width: 100%; min-height: 180px; border: 1px solid #e5e5df; border-radius: 22px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }
.reviews-unavailable span { color: #676962; }

@media (min-width: 1180px) {
  .google-reviews-track { grid-auto-columns: calc((100% - 54px) / 4); }
}
@media (max-width: 900px) {
  .google-reviews-heading { grid-template-columns: 1fr; align-items: start; }
  .google-wordmark { width: max-content; }
  .google-reviews-label { width: max-content; }
  .google-rating-summary { width: min(100%, 280px); }
  .reviews-arrow-prev { left: -8px; }
  .reviews-arrow-next { right: -8px; }
}
@media (max-width: 600px) {
  .google-reviews-track { grid-auto-columns: 88%; }
  .google-review-card { min-height: 255px; padding: 20px; }
  .google-reviews-footer { align-items: stretch; flex-direction: column; }
  .google-reviews-link { justify-content: space-between; }
}

/* Perguntas frequentes */
.faq-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(255,255,255,.14), transparent 42%), #ffd000;
}

.faq-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(17,18,15,.12);
  border-radius: 50%;
  pointer-events: none;
}

.faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(40px, 7vw, 108px);
}

.faq-intro {
  position: sticky;
  top: 105px;
}

.faq-logo {
  display: block;
  width: min(240px, 70%);
  height: auto;
  margin-bottom: 38px;
}

.faq-intro .kicker { color: #171815; }

.faq-intro h2 {
  max-width: 570px;
  margin: 13px 0 20px;
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.faq-intro p {
  max-width: 540px;
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.55;
}

.faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 15px 22px;
  border-radius: 12px;
  background: #30312e;
  color: #fff;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.faq-cta:hover {
  background: #11120f;
  color: #fff;
  transform: translateY(-2px);
}

.faq-accordion {
  display: grid;
  gap: 11px;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #171815;
  color: #fff;
  box-shadow: 0 12px 30px rgba(17,18,15,.08);
}

.faq-accordion .accordion-button {
  min-height: 68px;
  padding: 18px 64px 18px 22px;
  background: #171815;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #262724;
  color: #ffd000;
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 22px;
  width: 24px;
  height: 24px;
  background: none;
  color: currentColor;
  content: "+";
  font-size: 27px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}

.faq-accordion .accordion-body {
  padding: 2px 22px 23px;
  color: #d1d3cd;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 990px) {
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .faq-logo { width: 205px; margin-bottom: 24px; }
  .faq-intro h2 { max-width: 720px; }
}

@media (max-width: 600px) {
  .faq-intro h2 { font-size: 32px; }
  .faq-intro p { font-size: 15px; }
  .faq-accordion .accordion-button {
    min-height: 62px;
    padding: 16px 51px 16px 17px;
    font-size: 14px;
  }
  .faq-accordion .accordion-button::after { right: 15px; }
  .faq-accordion .accordion-body { padding: 0 17px 19px; font-size: 14px; }
}
