@import url("fonts.css");

/* ── Root Variables ── */
:root {
  --green: #1c4a2a;
  --cream: #f2e5bd;
  --amber: #FFAB00;
  --white: #ffffff;
  --navy: #002985;
  --navy-dark: #0c1870;
  --veri-g: #16DF87;
  --teal: #0d2e2e;
  --mint: #b5e8c2;
  --mint-light: #e0f5e4;
  --font: "Rink", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font);
  overflow-x: hidden;
  background: #fff;
  color: #222;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}

/* ── Padroes e Componentes Reutilizaveis ── */

/* Image placeholder */
.img-ph {
  background: rgba(120, 120, 120, 0.18);
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Mobile Menu Styling ── */
#mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(13, 46, 46, 0.97) !important;
  backdrop-filter: blur(8px);
  text-align: center;
  padding: 40px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border-bottom: 3px solid var(--amber);
}

#mobile-nav .nav-link {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 10px 0;
  transition: color 0.2s;
}

#mobile-nav .nav-link:hover {
  color: var(--amber) !important;
}

#hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  padding: 0;
  transition: transform 0.3s ease;
}

#hamburger .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff !important;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Hamburger to X Animation */
#hamburger.open .bar:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}
#hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
#hamburger.open .bar:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* Botoes & Tags */
.btn-nav {
  border: 1.5px solid var(--white);
  color: var(--white) !important;
  border-radius: 50px;
  padding: 7px 24px !important;
  font-weight: 600 !important;
  transition:
    background 0.25s,
    color 0.25s !important;
}
.btn-nav:hover {
  background: var(--white);
  color: var(--green) !important;
}
.nav-teal .btn-nav:hover {
  color: var(--teal) !important;
}

.btn-outline-white {
  display: inline-block;
  border: 1.5px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  padding: 10px 28px;
  font-size: 0.88rem;
  font-weight: 600;
  transition:
    background 0.25s,
    color 0.25s;
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--green);
}

.btn-card {
 border: 1.5px solid var(--white);
  color: #16DF87;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.25s, color 0.25s;
  width: 200px;
  justify-content: center;
  display: flex;
  background-color: white;
}
.btn-card:hover {
  background: var(--white);
  color: #000;
}

.btn-amber {
  display: inline-block;
  background: var(--amber);
  color: var(--navy);
  border-radius: 50px;
  padding: 11px 50px;
  font-size: 1.1rem;
  border: none;
  transition: filter 0.25s;
}
.btn-amber:hover {
  filter: brightness(1.1);
  color: var(--white);
}

.tag-pill {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #0E2C2F;
  background-color: #A9E4AA;
  border-radius: 50px;
  padding: 11px 28px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 2.625rem;
}

.btn-dark-pill {
  display: inline-block;
  background: var(--teal);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  border-radius: 50px;
  padding: 11px 28px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.25s;
}
.btn-dark-pill:hover {
  background: #0a2020;
  color: var(--white);
}

.btn-teal-pill {
  display: inline-block;
  background: #0E2C2F !important;
  color: var(--white);
  border-radius: 50px;
  padding: 11px 42px;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  transition: filter 0.25s;
}
.btn-teal-pill:hover {
  filter: brightness(1.15);
  color: var(--white);
}

.btn-outline-veri {
display: inline-block;
  border: 1.5px solid var(--white);
  color: var(--veri-g);
  border-radius: 50px;
  padding: 10px 82px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.3s;
  background: white;
}
.btn-outline-veri:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-5px);
}

.btn-veri-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--veri-g);
  color: #000;
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-veri-green:hover {
  filter: brightness(1.1);
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000;
}

.btn-veri-green-outline {
display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--veri-g);
  background: var(--white);
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.btn-veri-green-outline:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: #000;
}

.btn-veri-s5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--veri-g);
  color: var(--veri-g);
  background: transparent;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 16px;
  transition: all 0.3s ease;
}
.btn-veri-s5:hover {
  background: var(--veri-g);
  color: var(--navy-dark);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(22, 223, 135, 0.4);
}

/* Dividers */
.divider-down {
  background: var(--cream);
  line-height: 0;
}
.divider-down svg {
  display: block;
  width: 100%;
}
.divider-up {
  background: var(--green);
  line-height: 0;
}
.divider-up svg {
  display: block;
  width: 100%;
}

/* Scroll Reveal */
[data-r] {
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
[data-r="up"] {
  transform: translateY(30px);
}
[data-r="left"] {
  transform: translateX(-30px);
}
[data-r="right"] {
  transform: translateX(30px);
}
[data-r="fade"] {
  transform: none;
}
[data-r].in {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.1s !important;
}
.d2 {
  transition-delay: 0.2s !important;
}
.d3 {
  transition-delay: 0.3s !important;
}
.d4 {
  transition-delay: 0.4s !important;
}
.footer-simple {
  padding: 40px 0;
  background: var(--mint-light);
  color: var(--teal);
}

.footer-simple .footer-copy {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.8;
}