@font-face {
  font-family: 'Ubuntu Mono';
  src: url('fonts/UbuntuMono-R.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu Mono';
  src: url('fonts/UbuntuMono-B.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme-brand-900: #1b3e37;
  --theme-brand-700: #234f46;
  --theme-brand-500: #3a756a;
  --theme-brand-300: #b9c081;
  --theme-cream-100: #fffbd3;
  --theme-cream-200: #fff6cf;
  --theme-text-900: #162723;
  --theme-text-700: #314844;
  --theme-white: #ffffff;
}

html,
body {
  font-family: 'Ubuntu Mono', monospace !important;
}

body {
  color: var(--theme-text-900) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(58, 117, 106, 0.08) 0, rgba(58, 117, 106, 0) 45%),
    radial-gradient(circle at 85% 8%, rgba(185, 192, 129, 0.18) 0, rgba(185, 192, 129, 0) 42%),
    linear-gradient(180deg, var(--theme-cream-100), var(--theme-cream-200)) !important;
}

.theme-top-strip,
.top-strip {
  background: var(--theme-brand-900) !important;
  color: var(--theme-cream-100) !important;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.55rem 1rem;
  letter-spacing: 0.04em;
}

header {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 251, 211, 0.9) !important;
  border-bottom: 1px solid rgba(27, 62, 55, 0.12) !important;
}

.navbar {
  min-height: 82px;
}

.logo img {
  height: 66px !important;
  width: auto;
}

.nav-menu a {
  color: var(--theme-text-900) !important;
}

.nav-menu a:hover {
  color: var(--theme-brand-700) !important;
}

.nav-associate,
a.nav-associate,
.btn,
.btn-large,
.btn-cta,
button.btn,
input[type='submit'] {
  border-radius: 999px !important;
}

.nav-associate,
a.nav-associate {
  background: linear-gradient(135deg, var(--theme-brand-700), var(--theme-brand-500)) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(27, 62, 55, 0.25);
}

.hero,
.hero-slider,
.hero-section,
.section-hero {
  position: relative;
  isolation: isolate;
}

.hero::after,
.hero-slider::after,
.hero-section::after,
.section-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 79, 70, 0.06), rgba(27, 62, 55, 0.18));
  pointer-events: none;
  z-index: 0;
}

.hero > *,
.hero-slider > *,
.hero-section > *,
.section-hero > * {
  position: relative;
  z-index: 1;
}

.section,
section {
  scroll-margin-top: 100px;
}

.card,
.product-card,
.doc-card,
.testimonial-card,
.info-box,
.analise-card,
.about-section,
.stat-card,
.feature-card,
.value-card,
.team-card,
.form-card,
.highlight-box {
  border-radius: 18px !important;
  border: 1px solid rgba(27, 62, 55, 0.1) !important;
  box-shadow: 0 10px 28px rgba(27, 62, 55, 0.09) !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.badge,
.tag,
.chip {
  border-radius: 999px !important;
}

.btn,
.btn-large,
.btn-cta,
button,
input[type='submit'] {
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn:hover,
.btn-large:hover,
.btn-cta:hover,
button:hover,
input[type='submit']:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.btn-outline {
  border-color: var(--theme-brand-700) !important;
  color: var(--theme-brand-700) !important;
}

.btn-outline:hover {
  background-color: var(--theme-brand-700) !important;
  color: #fff !important;
}

footer {
  background: var(--theme-text-900) !important;
  color: #d1d8d6 !important;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: var(--theme-cream-100) !important;
}

footer a {
  color: inherit;
}

footer a:hover {
  color: var(--theme-cream-100);
}

.social-links a {
  background: #ffffff !important;
  border-radius: 100% !important;
  overflow: hidden;
}

.social-links a img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transform: scale(1.14);
}

.social-links a img[src*="instagram"],
.social-links a img[src*="facebook"] {
  transform: translateX(2px) scale(1.14);
}

@media (max-width: 980px) {
  .nav-menu {
    background: rgba(255, 251, 211, 0.98) !important;
    border-top: 1px solid rgba(27, 62, 55, 0.12);
  }

  .nav-menu a,
  .nav-associate {
    min-height: 42px;
    display: flex !important;
    align-items: center;
  }

  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 768px) {
  .navbar {
    min-height: 72px;
  }

  .logo img {
    height: 58px !important;
  }

  .section-title,
  h2 {
    font-size: clamp(1.45rem, 6vw, 2rem) !important;
    line-height: 1.15;
  }

  .btn,
  .btn-large,
  .btn-cta,
  .nav-associate,
  button,
  input[type='submit'] {
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  .theme-top-strip,
  .top-strip {
    font-size: 0.76rem;
    padding: 0.48rem 0.7rem;
  }

  .logo img {
    height: 50px !important;
  }

  .container {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
}
