/* Detalhes visuais alinhados à identidade industrial da MD Molas. */
.reveal.motion-wait { animation-play-state:paused; }
@media(hover:none) {
  .spec-chip:active { background:rgba(37,112,212,.18); border-color:#2570d4; }
  .spec-chip:active .spec-chip__icon { transform:scale(1.12); }
  .social-links .header-icon:active { background:#1566c0; border-color:#6db2ff; }
}
.contact-map { margin-top: 24px; border: 1px solid rgba(68,143,242,.22); border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.025); }
.contact-map iframe { width: 100%; height: 260px; border: 0; display: block; }
.contact-map__placeholder { min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; text-align: center; }
.contact-map__placeholder p { margin: 0; color: var(--steel-100); }
.contact-map__placeholder span { color: var(--steel-500); font-size: .85rem; }
.contact-map [hidden] { display: none; }
.agency-credit { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 24px; background: #15181b; color: #bbc1c8; font-size: .72rem; }
.agency-credit img { width: 150px; height: auto; }
.detail-icon { width: 100%; height: 100%; }
.asset-icon { display: block; width: 100%; height: 100%; object-fit: contain; }
.flow__icon.asset-icon { width: 40px; height: 40px; }
.spec-chip__icon.asset-icon { width: 24px; height: 24px; }
.check-list .asset-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
.file-drop .asset-icon { width: 22px; height: 22px; flex-shrink: 0; }
.field .file-drop { display: flex; }
.float-wa .asset-icon { width: 28px; height: 28px; }
.counter { font-variant-numeric: tabular-nums; }
.hero__stat b span { font: inherit; color: inherit; letter-spacing: inherit; text-transform: none; }
.hero__title {
  line-height: 1.3;
  margin-block: 16px;
  background-image: linear-gradient(110deg, #fff 25%, #559cf7 45%, #fff 65%);
  background-size: 250% 100%;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: reveal-up .7s var(--ease-out) .12s both, title-shine 7s ease-in-out 1s infinite;
}
.hero { padding-block: clamp(72px, 8vw, 120px); }
.hero-break--mobile { display: none; }
@media (max-width: 620px) {
  .hero__title { font-size: clamp(2rem, 8.4vw, 3rem); line-height:1.12; white-space:normal; max-width:100%; text-wrap:balance; margin-block:8px 14px; }
  .hero { padding-block:48px 56px; }
  .hero-break--desktop { display: none; }
  .hero-break--mobile { display: none; }
}
@keyframes title-shine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.coil { animation: coil-breathe 4.5s ease-in-out infinite; }
@keyframes coil-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(.975, 1.025); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title, .coil { animation: none; }
}
.card__icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  border: 1px solid rgba(37,112,212,.24);
  border-radius: 16px;
  background: rgba(37,112,212,.08);
  color: #448ff2;
}
.card { position: relative; overflow: hidden; }
.card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(37,112,212,.14);
  border-radius: 50%;
  pointer-events: none;
}
.section-head::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #448ff2, rgba(37,112,212,.15));
}
.section-head--center::before { margin-inline: auto; }
.flow { align-items: stretch; gap: 16px; }
.flow__step {
  position: relative;
  flex: 0 1 auto;
  padding: 24px 24px 24px 88px;
  border-style: solid;
  border-color: rgba(37,112,212,.22);
  background: linear-gradient(110deg, rgba(37,112,212,.09), rgba(255,255,255,.02));
}
.flow__icon {
  position: absolute;
  left: 24px;
  top: 25px;
  width: 40px;
  height: 40px;
  color: #448ff2;
}
.flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 100%;
  height: 18px;
  border-left: 1px solid rgba(68,143,242,.5);
}
.spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spec-chip { min-width: 0; }
.spec-chip__icon { width: 24px; height: 24px; flex: 0 0 24px; color: #448ff2; }
.coil-wrap {
  width: min(780px, 100%);
  padding: 12px 24px 18px;
  border: none;
  background: none;
}
.coil-caption { max-width: 52ch; }
.btn-row--paired { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.btn-row--paired .btn { min-width: 0; padding-inline: 14px; text-align: center; }
@media (max-width: 620px) {
  .btn-row--paired { gap: 8px; }
  .btn-row--paired .btn { font-size: .8rem; padding: 12px 8px; min-height: 48px; line-height: 1.4; }
  .hero > .btn-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 8px; }
  .hero > .btn-row .btn { min-width: 0; font-size: .8rem; padding: 12px 8px; min-height: 48px; }
  .spec-chip { padding: 12px 10px; gap: 8px; font-size: .8rem; overflow-wrap: anywhere; }
  .flow__step { padding: 20px 18px 20px 74px; }
  .flow__icon { left: 20px; width: 34px; height: 34px; top: 22px; }
  .flow__step:not(:last-child)::after { left: 37px; }
  .coil-wrap { padding-inline: 12px; }
}
