:root {
  --preto: #0D0D0D;
  --grafite: #1A1A1A;
  --card: #202020;
  --card-hover: #262626;
  --vinho: #5A1410;
  --vermelho: #D32F2F;
  --laranja: #F26522;
  --dourado: #F9A825;
  --whatsapp: #25D366;
  --whatsapp-dark: #1da851;
  --branco: #FFFFFF;
  --cinza-txt: #B5B5B5;
  --borda: rgba(255, 255, 255, 0.10);
  --grad: linear-gradient(90deg, #5A1410, #D32F2F, #F26522, #F9A825);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--branco);
  background: radial-gradient(circle at 50% 0%, #1c1c1c 0%, var(--grafite) 45%, var(--preto) 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 20px 24px;
}

.card {
  width: 100%;
  max-width: 480px;
  text-align: center;
}

/* Barra de acento — bandeira alemã estilizada */
.accent-bar {
  width: 72px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--vinho), var(--vermelho), var(--laranja), var(--dourado));
}

/* Logo (wordmark horizontal) */
.logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 44px;
  display: block;
}

/* Textos */
.title {
  font-weight: 800;
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.title strong {
  background: linear-gradient(90deg, var(--laranja), var(--dourado));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--laranja);
}

.subtitle {
  font-weight: 400;
  font-size: clamp(0.95rem, 3.4vw, 1.08rem);
  line-height: 1.55;
  color: var(--cinza-txt);
  margin-bottom: 34px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

/* Botões de link */
.links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 19px 22px;
  background: var(--card);
  color: var(--branco);
  font-size: clamp(1rem, 3.4vw, 1.12rem);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid var(--borda);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.link-btn:active {
  transform: translateY(-1px);
}

.link-btn .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* --- Botão WhatsApp: igual à landing (verde + sombra + sweep) --- */
.link-btn.whatsapp {
  background: var(--whatsapp);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
  position: relative;
  overflow: hidden;
}

.link-btn.whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.4);
}

.link-btn.whatsapp > * { position: relative; z-index: 1; }

.link-btn.whatsapp::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-22deg);
}

.link-btn.whatsapp:hover::after { animation: sweep 0.85s ease; }

@keyframes sweep { to { left: 150%; } }

/* Ícone oficial do WhatsApp (mask) — mesmo da landing */
.wpp-ico {
  width: 22px;
  height: 22px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163a11.867 11.867 0 01-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 018.413 3.488 11.824 11.824 0 013.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 01-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 001.515 5.26l-.999 3.648 3.764-.957zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163a11.867 11.867 0 01-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 018.413 3.488 11.824 11.824 0 013.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 01-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 001.515 5.26l-.999 3.648 3.764-.957zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* --- Botões Site e Maps: mesmo efeito dos cards --- */
.link-btn.site,
.link-btn.maps {
  position: relative;
  overflow: hidden;
}

.link-btn.site::before,
.link-btn.maps::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: var(--grad);
  transition: width 0.3s ease;
}

.link-btn.site:hover,
.link-btn.maps:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
}

.link-btn.site:hover::before,
.link-btn.maps:hover::before { width: 100%; }

.link-btn.site .icon { fill: var(--dourado); }
.link-btn.maps .icon { fill: var(--vermelho); }

/* Tagline */
.tagline {
  font-weight: 500;
  font-size: clamp(0.9rem, 3vw, 1rem);
  line-height: 1.55;
  color: var(--cinza-txt);
  margin-bottom: 30px;
}

.tagline strong {
  color: var(--dourado);
  font-weight: 700;
}

/* Texto acima do carrossel */
.marquee-top {
  margin-bottom: 16px;
}

/* Texto abaixo do carrossel (CTA) */
.marquee-bottom {
  font-size: clamp(1rem, 3.4vw, 1.15rem);
  color: var(--branco);
  margin-bottom: 44px;
}

/* Subtítulo abaixo dos botões */
.subtitle.after-links {
  margin-bottom: 0;
}

/* Carrossel de equipamentos (marquee) */
.marquee {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: marquee-scroll 22s linear infinite;
}

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

.eq-tile {
  flex: 0 0 auto;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.eq-tile img {
  width: 62px;
  height: 62px;
  padding: 14px;
  border-radius: 14px;
  background: var(--card);
  border: 1px solid var(--borda);
  object-fit: contain;
}

.eq-tile span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--cinza-txt);
  letter-spacing: 0.2px;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* Crédito — fixo no rodapé */
.credit {
  margin-top: auto;
  padding-top: 40px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: var(--branco);
  opacity: 0.5;
}

.credit a {
  color: var(--dourado);
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.18s ease;
}

.credit a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .logo { max-width: 290px; }
  .link-btn { padding: 17px 20px; }
}
