﻿:root {
  --field-green: #0f6b2c;
  --field-dark: #0a4a1d;
  --field-dust: #e5f5c4;
  --ink: #f6fbf1;
  --card: rgba(6, 36, 15, 0.68);
}

* {
  box-sizing: border-box;
}

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

body {
  color: var(--ink);
  background: #061a0a;
  line-height: 1.45;
  font-family: "Montserrat", "Trebuchet MS", sans-serif;
  border-top: solid 10px #000;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 74, 29, 0.75), rgba(10, 74, 29, 0.78)),
    radial-gradient(circle at 20% 20%, #2f9b4a 0, transparent 35%),
    url("https://images.unsplash.com/photo-1574629810360-7efbbe195018?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -2;
  transform: scale(1.05);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(transparent 0, rgba(2, 16, 6, 0.35) 70%);
  z-index: -1;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero,
.section {
  width: min(1080px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 3.4rem 0;
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  justify-content: start;
}

.hero-card {
  max-width: 740px;
  background: linear-gradient(155deg, rgba(8, 38, 16, 0.85), rgba(8, 26, 12, 0.8));
  border: 1px solid rgba(194, 255, 173, 0.2);
  border-radius: 24px;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(2px);
}

.badge {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #d6ffc4;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.04em;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.95;
}

.subtitle {
  margin-top: 0.95rem;
  color: #d8ffd8;
  font-size: 1.1rem;
}

.tagline {
  margin-top: 1.2rem;
  color: #e8ffdc;
  font-size: 1rem;
}

.cta {
  margin-top: 2rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

a {
  color: inherit;
}

a.cta-btn {
  appearance: none;
  border: 0;
  background: linear-gradient(180deg, #98ff6d, #43c94f);
  color: #0b2610;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(88, 255, 117, 0.23);
}

.section {
  backdrop-filter: blur(5px);
  background: var(--card);
  border: 1px solid rgba(196, 255, 160, 0.22);
  border-radius: 18px;
  margin-bottom: 2.2rem;
  padding: 1.8rem;
}

.section h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 0.5rem;
}

.section p {
  margin-top: 0;
  color: #dbffd1;
}

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

.card {
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(205, 255, 168, 0.24);
  background: rgba(7, 48, 21, 0.72);
}

.card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.metrics {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem .75rem;
  border-radius: 10px;
  background: rgba(8, 63, 26, 0.9);
  border: 1px solid rgba(180, 255, 160, 0.25);
}

.badge-num {
  display: inline-block;
  background: #b2fd80;
  color: #0a260c;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
}

.field-strip {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 18px;
  border: 1px dashed rgba(190, 255, 165, 0.36);
  margin-top: 1rem;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 50%, transparent 50%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 50%, transparent 50%),
    linear-gradient(rgba(20, 120, 49, 0.9), rgba(14, 95, 35, 0.82));
  background-size: 120px 20px, 80px 14px, cover;
}

.field-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15), transparent 42%),
    linear-gradient(transparent 49%, rgba(255, 255, 255, 0.24) 50%, transparent 52%),
    radial-gradient(circle, rgba(255, 255, 255, 0.26), transparent 58%);
  opacity: 0.85;
}

.field-strip::after {
  content: "ESCALAÇÃO DINÂMICA (STAMINA + RATING)";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(196, 255, 160, 0.6);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", Impact, sans-serif;
}

.footer {
  width: min(1080px, calc(100% - 2.4rem));
  margin: 0 auto 2rem;
  text-align: center;
  padding: 1rem;
  color: #d4ffd0;
  opacity: 0.8;
  font-size: 0.9rem;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.hero-wrapper .hero-card {
  flex: 1;
}

.hero-logo {
  width: 350px;
  max-width: 40%;
  flex-shrink: 0;
}

.cases-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.case-logo {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 160px;
}

.case-logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* ---- Oferta flutuante ---- */
#oferta-box {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 260px;
  background: linear-gradient(155deg, rgba(8, 38, 16, 0.96), rgba(5, 22, 10, 0.96));
  border: 1px solid rgba(194, 255, 173, 0.3);
  border-radius: 18px;
  padding: 1.4rem 1.2rem 1.2rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  z-index: 9999;
  color: #dbffd1;
  font-family: "Montserrat", sans-serif;
}

#oferta-close {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  background: none;
  border: none;
  color: rgba(180, 255, 160, 0.6);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
}

#oferta-close:hover {
  color: #b2fd80;
}

.oferta-tag {
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #b2fd80;
  margin: 0 0 0.5rem;
}

.oferta-desc {
  font-size: 0.78rem;
  color: #a8ffb0;
  margin: 0 0 0.5rem;
}

.oferta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.8rem;
  font-size: 0.75rem;
  color: #dbffd1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.oferta-preco {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.oferta-valor {
  font-family: "Bebas Neue", "Oswald", Impact, sans-serif;
  font-size: 2.2rem;
  color: #b2fd80;
  line-height: 1;
}

.oferta-periodo {
  font-size: 0.85rem;
  color: #a8ffb0;
}

#valores hr {
  border: none;
  border-top: 2px dotted rgba(162, 255, 128, 0.35);
  padding-top: 1.0rem;
  padding-bottom: 0.5rem;
  margin: 0;
}

.oferta-btn {
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #98ff6d, #43c94f);
  color: #0b2610;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oferta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(88, 255, 117, 0.3);
}

@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .hero,
  .section,
  .footer {
    width: calc(100% - 1.6rem);
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-logo {
    max-width: 60%;
    order: -1;
  }

  body::before {
    background-attachment: scroll;
  }
}
