:root {
  --green-900: #072414;
  --green-800: #0d3a21;
  --green-700: #0f6a36;
  --green-600: #159447;
  --green-500: #27b34a;
  --green-100: #e6f8ec;
  --green-50: #f5fbf7;
  --red-600: #e5252e;
  --red-100: #ffe7e8;
  --ink: #16201a;
  --muted: #617064;
  --line: rgba(13, 58, 33, 0.12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 36, 20, 0.14);
  --soft-shadow: 0 15px 45px rgba(7, 36, 20, 0.1);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--green-50);
  overflow-x: hidden;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 14px min(34px, 4vw);
  background: #072414e0;
  color: #fff;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.logo-card {
  background: #fffffff5;
  border-radius: 18px;
  padding: 8px 12px;
  box-shadow: 0 12px 28px #0000002e;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.logo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px #0000003d;
}
.logo-card img {
  width: 190px;
  height: auto;
}
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  flex-wrap: wrap;
}
.nav-menu a {
  position: relative;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffffd1;
  padding: 10px 0;
  transition: color 0.2s ease;
}
.nav-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green-500);
  transition: transform 0.24s ease;
}
.nav-menu a:hover,
.nav-menu a.active {
  color: #fff;
}
.nav-menu a:hover:after,
.nav-menu a.active:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-actions select {
  background: #fffffff5;
  color: var(--green-900);
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 900;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff14;
  border-radius: 14px;
  padding: 10px;
}
.menu-button span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 10px;
}
.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 780px;
  display: grid;
  place-items: center;
  padding: 88px 0 72px;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(39, 179, 74, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 82% 12%,
      rgba(229, 37, 46, 0.12),
      transparent 24%
    ),
    linear-gradient(135deg, #f8fffa, #e4f7e9 52%, #fff);
}
.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 106, 54, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 106, 54, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 78%);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -2;
}
.hero-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  z-index: -1;
  opacity: 0.62;
}
.hero-bg-orb.one {
  width: 340px;
  height: 340px;
  background: var(--green-500);
  left: -120px;
  top: 160px;
}
.hero-bg-orb.two {
  width: 240px;
  height: 240px;
  background: var(--red-600);
  right: -60px;
  bottom: 160px;
  opacity: 0.18;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.eyebrow.light {
  color: #b8ffcc;
}
h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  max-width: 900px;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}
h3 {
  font-size: 1.35rem;
}
.hero-subtitle,
.lead-text,
.page-hero p,
.center-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}
.hero-subtitle {
  max-width: 630px;
  margin: 24px 0 0;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: #fff;
  box-shadow: 0 14px 30px #15944740;
}
.btn-primary:hover {
  box-shadow: 0 18px 38px #15944752;
}
.btn-ghost {
  background: #fff;
  color: var(--green-800);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffffb8;
  color: var(--green-800);
  font-weight: 800;
}
.hero-visual {
  position: relative;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 38px -16px -20px 38px;
  border-radius: 42px;
  background: linear-gradient(135deg, #27b34a2e, #e5252e1a);
  z-index: -1;
}
.hero-visual img {
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.section {
  padding: 104px 0;
}
.white-section {
  background: #fff;
}
.soft-section {
  background: linear-gradient(180deg, var(--green-50), #fff);
}
.inner-section.no-top {
  padding-top: 0;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 64px;
  align-items: center;
}
.align-start {
  align-items: start;
}
.lead-text {
  margin: 22px 0 28px;
}
.pillars-list {
  display: grid;
  gap: 18px;
}
.mini-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  animation: fadeUp 0.55s ease both;
  animation-delay: calc(var(--i, 0) * 90ms);
}
.mini-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--green-500), var(--red-600));
}
.mini-card span {
  color: var(--green-500);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.mini-card h3 {
  margin-top: 10px;
}
.mini-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}
.stats-strip {
  background: var(--green-900);
  color: #fff;
  padding: 34px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stat-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #ffffff0f;
}
.stat-card strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.06em;
  color: #b8ffcc;
}
.stat-card span {
  display: block;
  margin-top: 8px;
  color: #ffffffb8;
  line-height: 1.4;
}
.center-heading {
  text-align: center;
  max-width: 800px;
}
.center-heading p {
  margin: 18px auto 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  animation: fadeUp 0.6s ease both;
  animation-delay: var(--delay, 0ms);
}
.product-card:after {
  content: "";
  position: absolute;
  inset: auto -20% -60%;
  height: 60%;
  background: radial-gradient(circle, rgba(39, 179, 74, 0.2), transparent 62%);
  transition: transform 0.35s ease;
}
.product-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 30px 80px #0724142e;
  border-color: #27b34a6b;
}
.product-card:hover:after {
  transform: translateY(-18px);
}
.product-card:hover .product-image-wrap img {
  transform: scale(1.06) rotate(1deg);
}
.product-image-wrap {
  overflow: hidden;
  aspect-ratio: 1.35;
  background: var(--green-100);
}
.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card-body {
  position: relative;
  z-index: 2;
  padding: 26px;
}
.product-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--red-600);
  font-weight: 900;
  letter-spacing: 0.16em;
}
.product-card h3 {
  margin-bottom: 10px;
}
.product-card p {
  color: var(--muted);
  line-height: 1.62;
  min-height: 78px;
}
.text-button {
  border: 0;
  background: transparent;
  color: var(--green-700);
  font-weight: 900;
  padding: 0;
}
.text-button:hover {
  color: var(--red-600);
}
.parallax-section {
  min-height: 540px;
  display: grid;
  place-items: center;
  padding: 92px 20px;
  background-image:
    linear-gradient(90deg, #072414d1, #0724145c),
    url(/assets/parallax-bioenergia-BVg-0RvA.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.parallax-overlay {
  width: min(940px, 100%);
  padding: clamp(32px, 5vw, 58px);
  border-radius: var(--radius-xl);
  background: #07241485;
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px #00000040;
}
.parallax-overlay h2 {
  max-width: 900px;
}
.parallax-overlay p:last-child {
  max-width: 760px;
  color: #ffffffc7;
  line-height: 1.75;
  font-size: 1.1rem;
}
.page-hero {
  padding: 92px 0 78px;
  background:
    linear-gradient(135deg, #072414f2, #0f6a36db),
    url(/assets/parallax-bioenergia-BVg-0RvA.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-hero h1 {
  max-width: 900px;
}
.page-hero p:not(.eyebrow) {
  color: #ffffffc7;
  max-width: 760px;
  line-height: 1.7;
  font-size: 1.18rem;
}
.rich-panel,
.narrow-panel,
.contact-card,
.form-card,
.map-card,
.report-card,
.report-notice {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.rich-panel {
  padding: 36px;
}
.rich-panel p {
  color: var(--muted);
  line-height: 1.75;
}
.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 27px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: var(--line);
}
.timeline-item {
  position: relative;
  padding: 22px 22px 22px 78px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 26px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 8px var(--green-100);
}
.timeline-item strong {
  color: var(--green-700);
  font-size: 1.2rem;
}
.timeline-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}
.values-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.value-chip {
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green-800);
  font-weight: 900;
  box-shadow: 0 10px 24px #07241414;
}
.reports-layout {
  display: grid;
  gap: 20px;
}
.report-notice {
  padding: 24px 28px;
  color: var(--green-900);
  background: linear-gradient(135deg, #fff, var(--green-100));
  line-height: 1.7;
}
.report-card {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}
.report-card h3 {
  margin: 8px 0 14px;
}
.report-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.report-card li {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 800;
  font-size: 0.92rem;
}
.ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}
.narrow-panel {
  max-width: 840px;
  padding: 34px;
}
.narrow-panel h2 {
  margin-bottom: 22px;
}
.contact-section {
  background: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 36px;
}
.contact-card,
.form-card {
  padding: 34px;
}
.contact-card {
  color: #fff;
  background:
    linear-gradient(135deg, #072414f5, #0f6a36db),
    url(/assets/parallax-bioenergia-BVg-0RvA.jpg);
  background-size: cover;
  background-position: center;
}
.contact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-item span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #ffffff1f;
  font-size: 1.5rem;
}
.contact-item strong {
  display: block;
  margin-bottom: 7px;
}
.contact-item p {
  margin: 0;
  color: #ffffffb8;
  line-height: 1.55;
}
.form-card p {
  color: var(--muted);
  line-height: 1.6;
}
.modern-form {
  display: grid;
  gap: 16px;
}
.modern-form.two-columns {
  grid-template-columns: repeat(2, 1fr);
}
.modern-form .full-span {
  grid-column: 1 / -1;
}
.modern-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 850;
}
.modern-form input,
.modern-form textarea,
.modern-form select {
  width: 100%;
  border: 1px solid rgba(13, 58, 33, 0.16);
  border-radius: 16px;
  background: #fbfffc;
  padding: 15px 16px;
  color: var(--ink);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.modern-form textarea {
  resize: vertical;
}
.modern-form input:focus,
.modern-form textarea:focus,
.modern-form select:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px #27b34a1f;
}
.map-card {
  overflow: hidden;
  grid-column: 1 / -1;
  min-height: 360px;
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
.map-preview .map-card,
.map-preview .map-card iframe {
  min-height: 260px;
}
.social-row {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.social-row a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ffffff1f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}
.social-row a:hover {
  transform: translateY(-3px);
  background: var(--green-500);
}
.social-row svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.in-card a {
  color: #fff;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #020e08b3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.modal-card {
  position: relative;
  width: min(980px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 38px 90px #00000052;
  animation: modalIn 0.22s ease both;
}
.modal-card > img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}
.modal-content {
  padding: 34px;
}
.modal-content p {
  color: var(--muted);
  line-height: 1.75;
}
.modal-close {
  position: sticky;
  top: 16px;
  float: right;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 16px 16px -60px 0;
  border: 0;
  border-radius: 50%;
  background: var(--green-900);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  width: min(420px, calc(100% - 44px));
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--green-900);
  color: #fff;
  box-shadow: 0 18px 50px #00000040;
  animation: fadeUp 0.25s ease both;
}
.site-footer {
  background: var(--green-900);
  color: #fff;
  padding: 58px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 34px;
  align-items: start;
}
.footer-logo {
  width: 220px;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 18px;
}
.site-footer p {
  color: #ffffffb3;
  line-height: 1.6;
}
.footer-links {
  display: grid;
  gap: 10px;
}
.footer-links button {
  text-align: left;
  border: 0;
  background: transparent;
  color: #ffffffbf;
  font-weight: 800;
  padding: 0;
}
.footer-links button:hover {
  color: #b8ffcc;
}
.footer-bottom {
  margin-top: 44px;
  padding: 18px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff94;
  font-size: 0.92rem;
}
.reveal {
  animation: fadeUp 0.75s ease both;
}
.delay-1 {
  animation-delay: 0.15s;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }
  .nav-menu {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    background: #072414f5;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .nav-menu.open {
    display: flex;
  }
  .menu-button {
    display: block;
  }
  .header-actions {
    justify-self: end;
  }
  .logo-card img {
    width: 165px;
  }
  .hero-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-section {
    min-height: auto;
    padding: 76px 0;
  }
  .hero-visual {
    max-width: 720px;
  }
  .product-grid,
  .ethics-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid,
  .report-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }
  .site-header {
    padding: 12px 14px;
    gap: 12px;
  }
  .logo-card img {
    width: 132px;
  }
  h1 {
    font-size: 2.55rem;
  }
  h2 {
    font-size: 2rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .section {
    padding: 76px 0;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .contact-card,
  .form-card,
  .rich-panel,
  .narrow-panel {
    padding: 24px;
    border-radius: 24px;
  }
  .modern-form.two-columns {
    grid-template-columns: 1fr;
  }
  .parallax-section {
    background-attachment: scroll;
  }
  .modal-content {
    padding: 24px;
  }
}
.app-shell {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}
main {
  width: 100%;
}
section {
  max-width: 100%;
}
button,
a,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
p,
a,
button,
li,
span,
strong {
  overflow-wrap: anywhere;
}
.site-header {
  min-height: 78px;
}
.header-actions select,
.menu-button {
  min-height: 44px;
}
.hero-visual img,
.product-image-wrap img,
.footer-logo,
.logo-card img {
  -webkit-user-select: none;
  user-select: none;
}
.contact-card,
.form-card,
.rich-panel,
.narrow-panel,
.report-card,
.report-notice,
.mini-card,
.product-card,
.stat-card,
.timeline-item,
.map-card {
  max-width: 100%;
}
@media (min-width: 1440px) {
  .container {
    width: min(1240px, calc(100% - 72px));
  }
  .hero-section {
    min-height: 820px;
  }
  .hero-grid {
    gap: 78px;
  }
}
@media (max-width: 1280px) {
  .site-header {
    gap: 16px;
    padding-inline: 22px;
  }
  .logo-card img {
    width: 170px;
  }
  .nav-menu {
    gap: 14px;
  }
  .nav-menu a {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }
  .hero-grid,
  .split-grid {
    gap: 46px;
  }
}
@media (max-width: 1180px) {
  .product-grid,
  .ethics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-card p {
    min-height: auto;
  }
}
@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr;
    gap: 14px;
  }
  .nav-menu {
    left: max(18px, env(safe-area-inset-left));
    right: max(18px, env(safe-area-inset-right));
    top: calc(100% + 10px);
    max-height: min(72vh, 580px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav-menu a {
    width: 100%;
    padding: 14px 12px;
    border-radius: 14px;
  }
  .nav-menu a:hover,
  .nav-menu a.active {
    background: #ffffff14;
  }
  .nav-menu a:after {
    display: none;
  }
  .header-actions {
    justify-self: end;
  }
  .hero-section {
    min-height: auto;
    padding: 78px 0 70px;
  }
  .hero-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 760px;
  }
  .hero-visual {
    justify-self: center;
    width: min(760px, 100%);
  }
  .hero-visual:before {
    inset: 28px -8px -14px 28px;
    border-radius: 30px;
  }
  .section {
    padding: 88px 0;
  }
  .page-hero {
    padding: 78px 0 66px;
  }
  .contact-grid {
    margin-top: 30px;
  }
  .map-card,
  .map-card iframe {
    min-height: 330px;
  }
  .parallax-section {
    min-height: 480px;
    background-attachment: scroll;
  }
}
@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, 1160px);
  }
  h1 {
    font-size: clamp(2.35rem, 8vw, 4.1rem);
  }
  h2 {
    font-size: clamp(1.9rem, 6vw, 3rem);
  }
  .hero-subtitle,
  .lead-text,
  .page-hero p,
  .center-heading p {
    font-size: 1rem;
    line-height: 1.68;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    gap: 28px;
  }
  .report-card {
    align-items: stretch;
  }
  .report-card .btn {
    justify-self: start;
  }
}
@media (max-width: 760px) {
  .site-header {
    min-height: 70px;
    padding: 10px 14px;
  }
  .logo-card {
    padding: 7px 9px;
    border-radius: 14px;
  }
  .logo-card img {
    width: 138px;
  }
  .header-actions {
    gap: 8px;
  }
  .header-actions select {
    width: 64px;
    padding: 9px 8px;
  }
  .menu-button {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }
  .nav-menu {
    left: 12px;
    right: 12px;
    padding: 14px;
    border-radius: 20px;
  }
  .hero-section {
    padding: 58px 0 56px;
  }
  .hero-grid {
    gap: 36px;
    text-align: center;
  }
  .hero-copy,
  .hero-subtitle {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
  }
  .hero-badge {
    justify-content: center;
    width: 100%;
    border-radius: 22px;
    line-height: 1.35;
  }
  .hero-visual:before {
    inset: 18px -5px -10px 18px;
  }
  .hero-visual img {
    border-radius: 24px;
  }
  .hero-bg-orb.one {
    width: 240px;
    height: 240px;
    left: -130px;
    top: 90px;
  }
  .hero-bg-orb.two {
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: 180px;
  }
  .section {
    padding: 70px 0;
  }
  .page-hero {
    padding: 62px 0 52px;
  }
  .product-grid,
  .ethics-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat-card,
  .mini-card,
  .product-card-body,
  .rich-panel,
  .narrow-panel,
  .contact-card,
  .form-card,
  .report-card,
  .report-notice {
    padding: 22px;
  }
  .product-card {
    border-radius: 26px;
  }
  .product-image-wrap {
    aspect-ratio: 1.5;
  }
  .parallax-section {
    min-height: 420px;
    padding: 70px 16px;
  }
  .parallax-overlay {
    border-radius: 26px;
  }
  .timeline:before {
    left: 21px;
  }
  .timeline-item {
    padding: 20px 20px 20px 64px;
  }
  .timeline-item:before {
    left: 12px;
  }
  .values-grid {
    justify-content: flex-start;
  }
  .value-chip {
    width: 100%;
    text-align: left;
    border-radius: 18px;
  }
  .report-card ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .report-card .btn {
    width: 100%;
  }
  .contact-grid {
    gap: 18px;
  }
  .contact-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .contact-item span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.25rem;
  }
  .modern-form input,
  .modern-form textarea,
  .modern-form select {
    border-radius: 14px;
  }
  .map-card,
  .map-card iframe,
  .map-preview .map-card,
  .map-preview .map-card iframe {
    min-height: 300px;
  }
  .modal-backdrop {
    padding: 12px;
    align-items: end;
  }
  .modal-card {
    width: 100%;
    max-height: 86vh;
    border-radius: 24px 24px 0 0;
  }
  .modal-card > img {
    max-height: 200px;
  }
  .modal-close {
    top: 10px;
    width: 40px;
    height: 40px;
    margin: 12px 12px -52px 0;
  }
  .footer-grid {
    text-align: left;
  }
  .footer-logo {
    width: 190px;
  }
}
@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, 1160px);
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .logo-card img {
    width: 124px;
  }
  .header-actions select {
    width: 58px;
    font-size: 0.86rem;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding: 9px;
  }
  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
  h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }
  h2 {
    font-size: clamp(1.75rem, 8vw, 2.3rem);
  }
  h3 {
    font-size: 1.18rem;
  }
  .hero-actions,
  .btn {
    width: 100%;
  }
  .btn {
    min-height: 48px;
    padding: 13px 18px;
  }
  .hero-badge {
    font-size: 0.92rem;
  }
  .section {
    padding: 58px 0;
  }
  .page-hero {
    padding: 52px 0 44px;
  }
  .stats-strip {
    padding: 24px 0;
  }
  .stat-card,
  .mini-card,
  .product-card-body,
  .rich-panel,
  .narrow-panel,
  .contact-card,
  .form-card,
  .report-card,
  .report-notice {
    padding: 20px;
    border-radius: 22px;
  }
  .product-image-wrap {
    aspect-ratio: 1.25;
  }
  .parallax-overlay {
    padding: 24px;
  }
  .parallax-overlay p:last-child {
    font-size: 1rem;
  }
  .modern-form.two-columns {
    grid-template-columns: 1fr;
  }
  .modern-form .full-span {
    grid-column: auto;
  }
  .toast {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
  .site-footer {
    padding-top: 44px;
  }
  .footer-bottom {
    padding-inline: 12px;
  }
}
@media (max-width: 360px) {
  .logo-card img {
    width: 110px;
  }
  .header-actions select {
    display: none;
  }
  .nav-menu {
    left: 8px;
    right: 8px;
  }
  h1 {
    font-size: 1.92rem;
  }
}
:root {
  --transition-fast: 0.18s ease;
  --transition-base: 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --lift-shadow: 0 30px 70px rgba(7, 36, 20, 0.18);
  --lift-shadow-soft: 0 20px 48px rgba(7, 36, 20, 0.13);
  --red-soft: rgba(229, 37, 46, 0.1);
  --green-glow: rgba(39, 179, 74, 0.22);
}
body {
  background:
    radial-gradient(
      circle at top left,
      rgba(39, 179, 74, 0.1),
      transparent 28rem
    ),
    radial-gradient(
      circle at 85% 8%,
      rgba(229, 37, 46, 0.055),
      transparent 24rem
    ),
    linear-gradient(180deg, #f7fdf9, #fff 42%, #f5fbf7);
}
::selection {
  background: #27b34a38;
  color: var(--green-900);
}
.site-header {
  box-shadow: 0 12px 34px #0312092e;
}
.logo-card,
.btn,
.nav-menu a,
.header-actions select,
.menu-button,
.social-row a,
.footer-links button,
.text-button,
.modal-close {
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    background var(--transition-base),
    color var(--transition-base),
    border-color var(--transition-base),
    opacity var(--transition-base);
}
.logo-card:hover {
  transform: translateY(-3px) scale(1.018);
  box-shadow: 0 18px 42px #0000003d;
}
.logo-card:active,
.btn:active,
.social-row a:active,
.menu-button:active,
.text-button:active {
  transform: scale(0.985);
}
.header-actions select:hover,
.menu-button:hover {
  box-shadow: 0 12px 28px #0000002e;
  border-color: #ffffff57;
}
.hero-section {
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(39, 179, 74, 0.23),
      transparent 31%
    ),
    radial-gradient(
      circle at 82% 12%,
      rgba(229, 37, 46, 0.14),
      transparent 25%
    ),
    linear-gradient(135deg, #fbfffc, #e3f8e8 52%, #fff);
}
.hero-bg-orb.one {
  animation: orbFloatOne 9s ease-in-out infinite alternate;
}
.hero-bg-orb.two {
  animation: orbFloatTwo 11s ease-in-out infinite alternate;
}
.hero-visual img {
  box-shadow: 0 28px 70px #07241424;
  transition:
    transform var(--transition-slow),
    filter var(--transition-slow),
    box-shadow var(--transition-slow);
}
.hero-visual:hover img {
  transform: translateY(-8px) scale(1.012);
  filter: saturate(1.08) contrast(1.02);
  box-shadow: 0 34px 82px #0724142e;
}
.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow:before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px #27b34a1a;
}
.eyebrow.light:before {
  box-shadow: 0 0 0 6px #ffffff1a;
}
h1,
h2 {
  text-wrap: balance;
}
.lead-text,
.hero-subtitle,
.center-heading p,
.page-hero p:not(.eyebrow) {
  text-wrap: pretty;
}
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.btn:after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.34) 45%,
    transparent 74%
  );
  transform: translate(-120%);
  transition: transform 0.65s ease;
}
.btn:hover {
  transform: translateY(-3px) scale(1.015);
}
.btn:hover:after {
  transform: translate(120%);
}
.btn-primary {
  background: linear-gradient(
    135deg,
    #29bf55 0%,
    var(--green-700) 56%,
    #0b4d28 100%
  );
  box-shadow:
    0 16px 36px #15944742,
    inset 0 1px #ffffff38;
}
.btn-primary:hover {
  box-shadow:
    0 22px 48px #15944757,
    inset 0 1px #ffffff47;
}
.btn-ghost:hover {
  background: #f8fffa;
  border-color: #27b34a47;
  box-shadow: 0 18px 42px #0724141f;
}
.hero-badge,
.value-chip,
.report-card li {
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    background var(--transition-base),
    color var(--transition-base);
}
.hero-badge:hover {
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 16px 36px #0724141a;
  background: #ffffffe0;
}
.rich-panel,
.narrow-panel,
.contact-card,
.form-card,
.map-card,
.report-card,
.report-notice,
.mini-card,
.product-card,
.stat-card,
.timeline-item,
.value-chip {
  position: relative;
  isolation: isolate;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base),
    background var(--transition-base),
    filter var(--transition-base);
}
.rich-panel:after,
.narrow-panel:after,
.contact-card:after,
.form-card:after,
.report-card:after,
.mini-card:after,
.stat-card:after,
.timeline-item:after,
.map-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.24),
    transparent 34%,
    rgba(39, 179, 74, 0.06)
  );
  opacity: 0;
  transition: opacity var(--transition-base);
}
.product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.34),
    transparent 42%,
    rgba(39, 179, 74, 0.08)
  );
  opacity: 0;
  transition: opacity var(--transition-base);
}
.product-card:hover:before,
.rich-panel:hover:after,
.narrow-panel:hover:after,
.contact-card:hover:after,
.form-card:hover:after,
.report-card:hover:after,
.mini-card:hover:after,
.stat-card:hover:after,
.timeline-item:hover:after,
.map-card:hover:after {
  opacity: 1;
}
.product-card {
  animation: cardRise 0.62s var(--transition-base) both;
  animation-delay: var(--delay, 0ms);
}
.mini-card,
.stat-card,
.report-card,
.timeline-item,
.value-chip,
.contact-card,
.form-card,
.rich-panel,
.narrow-panel,
.map-card,
.report-notice {
  animation: softRise 0.65s var(--transition-base) both;
}
@media (hover: hover) and (pointer: fine) {
  .mini-card:hover,
  .stat-card:hover,
  .report-card:hover,
  .timeline-item:hover,
  .value-chip:hover,
  .contact-card:hover,
  .form-card:hover,
  .rich-panel:hover,
  .narrow-panel:hover,
  .map-card:hover,
  .report-notice:hover {
    transform: translateY(-7px) scale(1.025);
    box-shadow: var(--lift-shadow-soft);
    border-color: #27b34a47;
    z-index: 2;
  }
  .product-card:hover {
    transform: translateY(-11px) scale(1.028);
    box-shadow: var(--lift-shadow);
    border-color: #27b34a4d;
    z-index: 3;
  }
  .contact-card:hover {
    filter: saturate(1.06) contrast(1.02);
  }
  .value-chip:hover,
  .report-card li:hover {
    background: var(--green-700);
    color: #fff;
  }
}
.mini-card span,
.product-kicker,
.contact-item span {
  transition:
    transform var(--transition-base),
    background var(--transition-base),
    color var(--transition-base),
    box-shadow var(--transition-base);
}
.mini-card:hover span,
.product-card:hover .product-kicker,
.contact-item:hover span {
  transform: scale(1.06) rotate(-2deg);
  box-shadow: 0 12px 28px #27b34a33;
}
.stat-card {
  overflow: hidden;
}
.stat-card:before {
  content: "";
  position: absolute;
  inset: auto -20% -80%;
  height: 110%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.18),
    transparent 60%
  );
  transform: translateY(40%);
  transition:
    transform var(--transition-slow),
    opacity var(--transition-slow);
  opacity: 0.45;
}
.stat-card:hover:before {
  transform: translateY(0);
  opacity: 0.75;
}
.product-image-wrap {
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(39, 179, 74, 0.22),
      transparent 38%
    ),
    linear-gradient(145deg, #f4fff7, #fff 62%, #eff9f2);
}
.product-image-wrap img {
  filter: drop-shadow(0 18px 26px rgba(7, 36, 20, 0.14));
}
.product-card:hover .product-image-wrap img {
  transform: scale(1.085) rotate(1.25deg) translateY(-2px);
  filter: drop-shadow(0 22px 34px rgba(7, 36, 20, 0.18)) saturate(1.06);
}
.text-button {
  align-self: flex-start;
  border-bottom: 2px solid transparent;
}
.text-button:hover {
  transform: translate(4px);
  border-color: var(--red-600);
}
.parallax-section {
  background-blend-mode: multiply;
}
.parallax-overlay {
  box-shadow:
    0 34px 80px #00000052,
    inset 0 1px #ffffff24;
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: parallaxPanelIn 0.85s var(--transition-slow) both;
}
.page-hero {
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  right: -110px;
  top: -140px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18),
    transparent 65%
  );
  pointer-events: none;
}
.report-card,
.rich-panel,
.narrow-panel,
.form-card {
  background:
    linear-gradient(145deg, #fffffffa, #ffffffeb),
    radial-gradient(
      circle at top right,
      rgba(39, 179, 74, 0.12),
      transparent 42%
    );
}
.report-notice {
  border: 1px solid rgba(39, 179, 74, 0.18);
  box-shadow: 0 18px 44px #0724141a;
}
.timeline-item:hover:before {
  background: var(--red-600);
  box-shadow:
    0 0 0 8px var(--red-soft),
    0 10px 24px #e5252e33;
}
.contact-item {
  border-radius: 18px;
  padding-inline: 12px;
  transition:
    background var(--transition-base),
    transform var(--transition-base);
}
.contact-item:hover {
  background: #ffffff14;
  transform: translate(4px);
}
.modern-form input,
.modern-form textarea,
.modern-form select {
  box-shadow: inset 0 1px #ffffffdb;
}
.modern-form input:hover,
.modern-form textarea:hover,
.modern-form select:hover {
  border-color: #27b34a57;
  background: #fff;
}
.modern-form input:focus,
.modern-form textarea:focus,
.modern-form select:focus {
  transform: translateY(-1px);
}
.social-row a:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 15px 34px #27b34a3d;
}
.footer-logo:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 42px #0003;
}
.footer-logo {
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.modal-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.modal-close:hover {
  transform: rotate(90deg) scale(1.06);
  background: var(--red-600);
}
@keyframes softRise {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes cardRise {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes parallaxPanelIn {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes orbFloatOne {
  0% {
    transform: translateZ(0) scale(1);
  }
  to {
    transform: translate3d(22px, -18px, 0) scale(1.05);
  }
}
@keyframes orbFloatTwo {
  0% {
    transform: translateZ(0) scale(1);
  }
  to {
    transform: translate3d(-20px, 16px, 0) scale(1.08);
  }
}
.news-structure-grid,
.legal-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  align-items: stretch;
}
.news-empty-panel,
.legal-main-card,
.legal-check-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, #fffffffa, #ffffffeb),
    radial-gradient(
      circle at top right,
      rgba(39, 179, 74, 0.16),
      transparent 42%
    );
  box-shadow: var(--soft-shadow);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}
.news-empty-panel,
.legal-main-card {
  padding: clamp(28px, 4vw, 46px);
}
.news-empty-panel:before,
.legal-main-card:before,
.legal-check-item:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--green-500), var(--red-600));
}
.news-empty-panel h2,
.legal-main-card h2 {
  margin-bottom: 18px;
}
.news-empty-panel p,
.legal-main-card p {
  color: var(--muted);
  line-height: 1.72;
}
.structure-card-list,
.legal-checklist {
  display: grid;
  gap: 18px;
}
.structure-card {
  min-height: 170px;
}
.legal-check-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 24px 22px 30px;
}
.legal-check-item span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: var(--green-100);
  color: var(--green-700);
  font-weight: 950;
  letter-spacing: 0.08em;
}
.legal-check-item strong {
  color: var(--green-900);
  line-height: 1.35;
}
.news-empty-panel:hover,
.legal-main-card:hover,
.legal-check-item:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 80px #07241429;
  border-color: #27b34a66;
}
.footer-grid-expanded {
  grid-template-columns: 1.25fr 0.85fr 0.85fr 0.85fr 1.05fr;
}
.footer-links h3,
.footer-contact-block h3 {
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-size: 1.08rem;
}
.footer-brand-block .social-row {
  margin-top: 22px;
}
.footer-contact-block p {
  margin: 0 0 12px;
}
@media (max-width: 1180px) {
  .footer-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .news-structure-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .footer-grid-expanded {
    grid-template-columns: 1fr;
  }
  .legal-check-item {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}
@media (max-width: 760px) {
  .eyebrow {
    justify-content: center;
  }
  .split-grid .eyebrow,
  .rich-panel .eyebrow,
  .narrow-panel .eyebrow,
  .contact-card .eyebrow,
  .form-card .eyebrow,
  .report-card .eyebrow {
    justify-content: flex-start;
  }
  .hero-visual:hover img,
  .btn:hover,
  .logo-card:hover,
  .social-row a:hover,
  .footer-logo:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.news-section-heading,
.news-list-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.news-section-heading > div,
.news-list-header {
  max-width: 820px;
}
.news-section-heading p:not(.eyebrow),
.news-list-header p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.08rem;
  margin: 16px 0 0;
}
.home-news-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}
.home-news-side-list {
  display: grid;
  gap: 22px;
}
.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-card {
  min-width: 0;
  height: 100%;
  animation: fadeUp 0.6s ease both;
}
.news-card-inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--soft-shadow);
  color: inherit;
  padding: 0;
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}
.news-card-inner:hover {
  transform: translateY(-10px) scale(1.018);
  box-shadow: 0 34px 90px #0724142e;
  border-color: #27b34a70;
}
.news-card.featured .news-card-inner {
  min-height: 590px;
}
.news-card.compact .news-card-inner {
  grid-template-columns: 190px 1fr;
  grid-template-rows: 1fr;
  min-height: 284px;
}
.news-media {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  isolation: isolate;
}
.news-card.featured .news-media {
  min-height: 310px;
}
.news-card.compact .news-media {
  min-height: 100%;
}
.news-media:before,
.news-media:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
}
.news-media:before {
  width: 250px;
  height: 250px;
  background: #ffffff2e;
  right: -80px;
  top: -90px;
}
.news-media:after {
  width: 210px;
  height: 210px;
  background: #e5252e3d;
  left: -70px;
  bottom: -90px;
}
.news-media span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: #0724149e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-weight: 950;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.news-media--field {
  background:
    linear-gradient(135deg, #07241447, #15944714),
    repeating-linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.08) 0 12px,
      transparent 12px 26px
    ),
    linear-gradient(135deg, #0f6a36, #27b34a 52%, #e9fff0);
}
.news-media--sustainability {
  background:
    radial-gradient(
      circle at 24% 24%,
      rgba(255, 255, 255, 0.28),
      transparent 28%
    ),
    linear-gradient(135deg, #072414, #159447 58%, #dffbe8);
}
.news-media--reports {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 0 2px,
      transparent 2px 24px
    ),
    linear-gradient(135deg, #0d3a21, #27b34a 62%, #e5252e);
}
.news-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px;
  z-index: 2;
}
.news-card-content h3 {
  margin: 12px 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}
.news-card.compact .news-card-content h3,
.news-list-grid .news-card-content h3 {
  font-size: 1.28rem;
}
.news-card-content p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 20px;
}
.news-card-content strong {
  margin-top: auto;
  color: var(--green-700);
  font-weight: 950;
}
.news-meta,
.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.news-meta span,
.news-detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 0.78rem;
  font-weight: 900;
}
.news-detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 86px 0;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
}
.news-detail-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 86%);
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}
.news-detail-hero--field {
  background: linear-gradient(135deg, #072414, #0f6a36 64%, #27b34a);
}
.news-detail-hero--sustainability {
  background: linear-gradient(135deg, #03170d, #159447 70%, #bdeecb);
}
.news-detail-hero--reports {
  background: linear-gradient(135deg, #072414, #0d3a21 54%, #e5252e);
}
.news-detail-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
  z-index: 2;
}
.news-detail-hero h1 {
  max-width: 980px;
  margin: 14px 0 22px;
  font-size: clamp(2.4rem, 5.6vw, 5.2rem);
}
.news-detail-meta span {
  background: #ffffff24;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 400;
}
.news-back-button {
  display: inline-flex;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #ffffff1a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 400;
  transition:
    transform var(--transition-base),
    background var(--transition-base);
}
.news-back-button:hover {
  transform: translateY(-2px);
  background: #ffffff2e;
}
.news-detail-cover {
  min-height: 420px;
  border-radius: var(--radius-xl);
  box-shadow: 0 34px 90px #00000042;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}
.news-article-body {
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  padding: clamp(28px, 5vw, 54px);
}
.news-article-body p {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.88;
}
.news-article-body p:last-child {
  margin-bottom: 0;
}
.news-highlight-card {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--green-50), white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  padding: 26px;
}
.news-highlight-card span {
  display: block;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green-800);
  padding: 13px 14px;
  font-weight: 900;
  line-height: 1.35;
}
.news-gallery-block {
  margin-top: 46px;
}
.news-gallery-heading {
  margin-bottom: 22px;
}
.news-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.news-gallery-item {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--soft-shadow);
  border: 1px solid var(--line);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base);
}
.news-gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 26px 70px #0724142e;
}
.news-gallery-item span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #ffffffe0;
  color: var(--green-800);
  font-weight: 950;
  box-shadow: 0 12px 30px #0000001f;
}
.news-not-found {
  padding: 34px;
}
@media (max-width: 1100px) {
  .home-news-layout,
  .news-detail-hero-grid,
  .news-detail-layout {
    grid-template-columns: 1fr;
  }
  .news-card.compact .news-card-inner {
    grid-template-columns: 230px 1fr;
  }
  .news-highlight-card {
    position: relative;
    top: auto;
  }
}
@media (max-width: 900px) {
  .news-section-heading,
  .news-list-header {
    display: grid;
    align-items: start;
  }
  .news-list-grid,
  .news-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-detail-cover {
    min-height: 320px;
  }
}
@media (max-width: 680px) {
  .home-news-section,
  .news-list-section,
  .news-detail-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .news-card.compact .news-card-inner,
  .news-list-grid,
  .news-gallery-grid {
    grid-template-columns: 1fr;
  }
  .news-card.compact .news-media {
    min-height: 220px;
  }
  .news-card.featured .news-card-inner {
    min-height: 0;
  }
  .news-card.featured .news-media,
  .news-media {
    min-height: 220px;
  }
  .news-card-content {
    padding: 22px;
  }
  .news-detail-hero {
    padding: 66px 0;
  }
  .news-detail-cover {
    min-height: 250px;
  }
  .news-gallery-item {
    min-height: 180px;
  }
}
.admin-app-shell {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(39, 179, 74, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(229, 37, 46, 0.12),
      transparent 24%
    ),
    linear-gradient(135deg, #f8fffa, #e8f8ed 46%, #fff);
}
.admin-page {
  min-height: 100vh;
  padding: clamp(22px, 4vw, 46px);
  color: var(--ink);
}
.admin-centered-page {
  display: grid;
  place-items: center;
}
.admin-loader-card,
.admin-login-card,
.admin-login-side,
.admin-welcome-card,
.admin-module-card,
.admin-topbar {
  border: 1px solid rgba(13, 58, 33, 0.12);
  background: #ffffffe0;
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.admin-loader-card {
  width: min(420px, 92vw);
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  border-radius: var(--radius-xl);
  padding: 34px;
}
.admin-loader-card img {
  width: 230px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 14px;
}
.admin-loader-card strong {
  color: var(--green-900);
  font-size: 1.08rem;
}
.admin-loader-card span {
  color: var(--muted);
}
.admin-login-page {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(300px, 1fr);
  align-items: stretch;
  gap: clamp(22px, 4vw, 44px);
}
.admin-login-card,
.admin-login-side {
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 42px);
}
.admin-login-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admin-back-link {
  align-self: flex-start;
  border: 0;
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 900;
  border-radius: 999px;
  padding: 10px 15px;
  margin-bottom: 26px;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}
.admin-back-link:hover {
  transform: translate(-3px);
  background: #d6f2de;
}
.admin-login-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.admin-login-brand img {
  width: 180px;
  background: #fff;
  border-radius: 18px;
  padding: 8px 12px;
  border: 1px solid var(--line);
}
.admin-login-brand span,
.admin-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-login-card h1,
.admin-login-side h2,
.admin-welcome-card h1 {
  margin: 0 0 14px;
  color: var(--green-900);
  line-height: 1.04;
}
.admin-login-card h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}
.admin-login-card p,
.admin-login-side p,
.admin-welcome-card p,
.admin-module-card p {
  color: var(--muted);
  line-height: 1.7;
}
.admin-login-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.admin-login-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 900;
}
.admin-login-form input {
  width: 100%;
  border: 1px solid rgba(13, 58, 33, 0.14);
  border-radius: 18px;
  padding: 15px 16px;
  background: #fff;
  color: var(--ink);
  outline: 0;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.admin-login-form input:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px #27b34a24;
  transform: translateY(-1px);
}
.admin-login-form button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
}
.admin-alert {
  border-radius: 18px;
  padding: 13px 15px;
  margin-top: 16px;
  font-weight: 800;
  line-height: 1.5;
}
.admin-alert.error {
  color: #8b1f24;
  background: var(--red-100);
  border: 1px solid rgba(229, 37, 46, 0.18);
}
.admin-login-help {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  border-radius: 18px;
  padding: 14px;
  background: var(--green-50);
  border: 1px solid var(--line);
}
.admin-login-help strong {
  color: var(--green-900);
}
.admin-login-help span {
  color: var(--muted);
  word-break: break-word;
}
.admin-login-side {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 720px;
  color: #fff;
  background:
    linear-gradient(145deg, #072414f0, #0d3a21e0),
    radial-gradient(circle at 20% 20%, rgba(39, 179, 74, 0.55), transparent 30%);
}
.admin-login-side:before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  pointer-events: none;
}
.admin-login-side h2,
.admin-login-side p {
  position: relative;
  color: #fff;
}
.admin-login-side h2 {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(2rem, 4vw, 4.5rem);
}
.admin-login-side p {
  max-width: 640px;
  color: #ffffffc7;
}
.admin-badge {
  position: relative;
  background: #ffffff24;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.admin-feature-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.admin-feature-list span {
  border-radius: 16px;
  padding: 13px 14px;
  background: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 850;
  color: #ffffffeb;
}
.admin-dashboard-page {
  padding: 24px;
}
.admin-topbar {
  position: sticky;
  top: 24px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-radius: 28px;
  padding: 16px 18px;
}
.admin-topbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.admin-topbar-brand img {
  width: 170px;
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
  border: 1px solid var(--line);
}
.admin-topbar-brand div {
  display: grid;
  gap: 3px;
}
.admin-topbar-brand strong {
  color: var(--green-900);
  font-size: 1rem;
}
.admin-topbar-brand span {
  color: var(--muted);
  font-size: 0.92rem;
}
.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.btn.btn-ghost.light {
  background: var(--green-100);
  color: var(--green-800);
  border-color: #0d3a211a;
}
.btn.btn-primary.red {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 18px 45px #e5252e38;
}
.admin-dashboard-container {
  width: min(1180px, calc(100% - 16px));
  margin: 36px auto 0;
  display: grid;
  gap: 24px;
}
.admin-welcome-card {
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 46px);
  background:
    radial-gradient(
      circle at top right,
      rgba(39, 179, 74, 0.13),
      transparent 30%
    ),
    #ffffffe6;
}
.admin-welcome-card h1 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 4.1rem);
}
.admin-welcome-card p {
  max-width: 820px;
  margin-bottom: 0;
}
.admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.admin-module-card {
  border-radius: 28px;
  padding: 26px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.admin-module-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 30px 80px #0724142e;
  border-color: #27b34a3d;
}
.admin-module-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: var(--green-100);
  color: var(--green-800);
  font-weight: 950;
}
.admin-module-card h2 {
  margin: 0 0 10px;
  color: var(--green-900);
}
.admin-module-card strong {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--green-50);
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.admin-module-card.active {
  border-color: #27b34a47;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-admin-link {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff14;
  color: #ffffffd1;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.78rem;
  font-weight: 850;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}
.footer-admin-link:hover {
  background: #ffffff24;
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 980px) {
  .admin-login-page {
    grid-template-columns: 1fr;
  }
  .admin-login-side {
    min-height: 520px;
  }
  .admin-dashboard-grid,
  .admin-feature-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .admin-page,
  .admin-dashboard-page {
    padding: 14px;
  }
  .admin-login-card,
  .admin-login-side,
  .admin-welcome-card,
  .admin-module-card {
    border-radius: 24px;
    padding: 22px;
  }
  .admin-login-brand {
    display: grid;
    align-items: start;
  }
  .admin-login-brand img,
  .admin-topbar-brand img {
    width: 150px;
  }
  .admin-login-side {
    min-height: auto;
  }
  .admin-login-side:before {
    inset: 14px;
    border-radius: 20px;
  }
  .admin-topbar,
  .admin-topbar-brand,
  .admin-topbar-actions {
    display: grid;
    width: 100%;
  }
  .admin-topbar-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.news-media.has-cover-image,
.news-detail-cover.has-cover-image,
.news-gallery-item.has-cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-media.has-cover-image:before,
.news-media.has-cover-image:after,
.news-gallery-item.has-cover-image:before,
.news-gallery-item.has-cover-image:after {
  opacity: 0.22;
}
.news-media--custom {
  background: linear-gradient(135deg, #07361f, #29a64d);
}
.admin-alert.success {
  background: #e9f9ef;
  color: #0e6d33;
  border: 1px solid rgba(14, 109, 51, 0.22);
}
.admin-news-container {
  display: grid;
  gap: 26px;
}
.admin-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: start;
}
.admin-news-form,
.admin-news-preview,
.admin-news-list-card {
  background: #fffffffa;
  border: 1px solid rgba(6, 65, 34, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 70px #0723131c;
}
.admin-news-form {
  padding: 28px;
  display: grid;
  gap: 20px;
}
.admin-form-heading,
.admin-list-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.admin-form-heading h2,
.admin-list-heading h2 {
  margin: 4px 0 0;
  color: #09391f;
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.admin-news-form label {
  display: grid;
  gap: 8px;
  color: #173b28;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.admin-news-form input,
.admin-news-form textarea,
.admin-news-form select {
  width: 100%;
  border: 1px solid rgba(6, 65, 34, 0.16);
  background: #fbfefc;
  border-radius: 16px;
  padding: 14px 15px;
  color: #173b28;
  font: inherit;
  font-weight: 600;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.admin-news-form textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.6;
}
.admin-news-form input:focus,
.admin-news-form textarea:focus,
.admin-news-form select:focus {
  border-color: #25b34da6;
  background: #fff;
  box-shadow: 0 0 0 4px #25b34d1f;
}
.admin-form-actions,
.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.admin-text-button {
  border: 0;
  background: transparent;
  color: #0b8f3c;
  font-weight: 900;
  cursor: pointer;
  padding: 6px 0;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}
.admin-text-button:hover {
  color: #066b2b;
  transform: translateY(-1px);
}
.admin-text-button.danger {
  color: #d3202b;
}
.admin-text-button.danger:hover {
  color: #9e151e;
}
.admin-news-preview {
  padding: 22px;
  position: sticky;
  top: 22px;
}
.admin-news-preview .news-card {
  margin-top: 12px;
}
.admin-news-preview .news-card-inner {
  min-height: auto;
  cursor: default;
}
.admin-preview-note {
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f2fbf5;
  color: #416250;
  display: grid;
  gap: 6px;
  font-size: 0.94rem;
}
.admin-preview-note strong {
  color: #08341d;
}
.admin-news-list-card {
  padding: 26px;
}
.admin-news-table {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.admin-news-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(6, 65, 34, 0.1);
  border-radius: 22px;
  background: #fbfefc;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.admin-news-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px #07231314;
  border-color: #25b34d38;
}
.admin-news-row h3 {
  margin: 8px 0 6px;
  color: #0b301d;
  font-size: 1.08rem;
}
.admin-news-row p {
  margin: 0 0 8px;
  color: #557061;
  line-height: 1.5;
}
.admin-news-row small {
  color: #7a8a80;
  font-weight: 700;
}
.admin-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.status-publicada {
  background: #e6f8ed;
  color: #0b7b35;
}
.status-rascunho {
  background: #fff7df;
  color: #9c6b00;
}
.status-arquivada {
  background: #f0f2f1;
  color: #5a6760;
}
.admin-empty-state {
  margin-top: 18px;
  padding: 24px;
  border-radius: 20px;
  background: #f4faf6;
  border: 1px dashed rgba(6, 65, 34, 0.2);
  color: #436655;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 980px) {
  .admin-news-layout {
    grid-template-columns: 1fr;
  }
  .admin-news-preview {
    position: static;
  }
}
@media (max-width: 720px) {
  .admin-news-form,
  .admin-news-preview,
  .admin-news-list-card {
    border-radius: 22px;
    padding: 20px;
  }
  .admin-form-grid,
  .admin-news-row {
    grid-template-columns: 1fr;
  }
  .admin-form-heading,
  .admin-list-heading,
  .admin-row-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-consent-block {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #f5fbf7;
  border: 1px solid rgba(24, 144, 66, 0.14);
}
.form-check {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
  margin: 0 !important;
  color: #385543;
  font-size: 0.9rem;
  line-height: 1.45;
}
.form-check input {
  width: 18px !important;
  height: 18px;
  margin-top: 2px;
  accent-color: #20a64a;
}
.form-help {
  display: block;
  margin-top: 8px;
  color: #6b7f72;
  font-size: 0.78rem;
  line-height: 1.4;
}
.admin-submissions-card {
  margin-top: 28px;
}
.admin-muted {
  display: block;
  margin-top: 6px;
  color: #6f8376;
  font-size: 0.92rem;
  font-weight: 700;
}
.admin-submission-table {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.admin-submission-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(6, 65, 34, 0.1);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #f6fcf8);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.admin-submission-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px #07231314;
  border-color: #25b34d3d;
}
.admin-submission-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #587162;
}
.admin-submission-row h3 {
  margin: 10px 0 6px;
  color: #0b301d;
  font-size: 1.02rem;
}
.admin-submission-row p {
  display: -webkit-box;
  margin: 0 0 8px;
  color: #557061;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.admin-submission-row small {
  color: #7a8a80;
  font-weight: 700;
}
.status-new,
.status-novo {
  background: #e8f8ee;
  color: #0d7a38;
}
@media (max-width: 720px) {
  .form-grid-two,
  .admin-submission-row {
    grid-template-columns: 1fr;
  }
}
.admin-inbox-card {
  display: grid;
  gap: 18px;
}
.admin-inbox-heading {
  align-items: center;
}
.admin-inbox-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}
.admin-inbox-stats button {
  border: 1px solid rgba(6, 65, 34, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #f5fbf7);
  color: #123927;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.admin-inbox-stats button:hover,
.admin-inbox-stats button.active {
  transform: translateY(-2px);
  border-color: #25b34d47;
  box-shadow: 0 14px 34px #07231314;
  background: #eefaf2;
}
.admin-inbox-stats span {
  display: block;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 950;
  color: #0b7b35;
  line-height: 1;
}
.admin-inbox-stats strong {
  display: block;
  margin-top: 7px;
  color: #426252;
  font-size: 0.82rem;
  line-height: 1.2;
}
.admin-inbox-filters {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(170px, 0.7fr) minmax(
      240px,
      1.5fr
    );
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: #f5fbf7;
  border: 1px solid rgba(6, 65, 34, 0.1);
}
.admin-inbox-filters label {
  display: grid;
  gap: 8px;
  color: #244735;
  font-weight: 900;
  font-size: 0.9rem;
}
.admin-inbox-filters input,
.admin-inbox-filters select,
.admin-detail-actions select {
  width: 100%;
  border: 1px solid rgba(6, 65, 34, 0.16);
  background: #fff;
  border-radius: 15px;
  padding: 12px 13px;
  color: #173b28;
  font: inherit;
  font-weight: 700;
  outline: none;
}
.admin-inbox-filters input:focus,
.admin-inbox-filters select:focus,
.admin-detail-actions select:focus {
  border-color: #25b34da6;
  box-shadow: 0 0 0 4px #25b34d1f;
}
.admin-inbox-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: start;
}
.admin-inbox-list {
  max-height: 720px;
  overflow: auto;
  padding-right: 6px;
}
.admin-inbox-item {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.admin-inbox-item.selected {
  border-color: #25b34d6b;
  box-shadow: 0 18px 42px #0723131c;
  background: #fff;
}
.admin-inbox-detail {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(6, 65, 34, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #f9fdfb);
  box-shadow: 0 22px 54px #07231317;
}
.admin-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.admin-detail-head h3 {
  margin: 10px 0 4px;
  color: #0b301d;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.1;
}
.admin-detail-head p {
  margin: 0;
  color: #657a6e;
  font-weight: 700;
}
.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.admin-detail-item,
.admin-detail-message,
.admin-detail-extra {
  border: 1px solid rgba(6, 65, 34, 0.1);
  border-radius: 18px;
  background: #fbfefc;
}
.admin-detail-item {
  padding: 14px;
  display: grid;
  gap: 5px;
  min-width: 0;
}
.admin-detail-item span {
  color: #75867c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.admin-detail-item strong {
  color: #163c29;
  font-size: 0.95rem;
  word-break: break-word;
}
.admin-detail-message {
  padding: 18px;
}
.admin-detail-message strong,
.admin-detail-extra strong {
  color: #0b301d;
  font-weight: 950;
}
.admin-detail-message p {
  margin: 10px 0 0;
  color: #435e4e;
  line-height: 1.65;
  white-space: pre-wrap;
}
.admin-detail-extra {
  padding: 18px;
  display: grid;
  gap: 16px;
}
.admin-detail-extra dl {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
  gap: 8px 14px;
  margin: 12px 0 0;
}
.admin-detail-extra dt {
  color: #75867c;
  font-weight: 900;
  font-size: 0.82rem;
}
.admin-detail-extra dd {
  margin: 0;
  color: #244735;
  font-weight: 700;
  word-break: break-word;
}
.admin-detail-extra ul {
  margin: 12px 0 6px 18px;
  color: #244735;
  font-weight: 700;
}
.admin-detail-extra small {
  color: #7a8a80;
  font-weight: 700;
}
.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  padding-top: 4px;
}
.admin-detail-actions select {
  max-width: 190px;
}
.status-em-analise {
  background: #e7f0ff;
  color: #245cbb;
}
.status-respondido {
  background: #e6f8ed;
  color: #0b7b35;
}
@media (max-width: 1100px) {
  .admin-inbox-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .admin-inbox-layout {
    grid-template-columns: 1fr;
  }
  .admin-inbox-detail {
    position: static;
  }
}
@media (max-width: 760px) {
  .admin-inbox-heading,
  .admin-detail-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-inbox-stats,
  .admin-inbox-filters,
  .admin-detail-grid,
  .admin-detail-extra dl {
    grid-template-columns: 1fr;
  }
  .admin-detail-actions select {
    max-width: none;
  }
}
.reports-page-section .reports-layout {
  gap: 32px;
}
.report-notice {
  display: grid;
  gap: 6px;
}
.report-notice strong {
  color: var(--green-900);
  font-size: 1.1rem;
}
.report-notice span {
  color: #486355;
}
.report-empty-state {
  padding: clamp(24px, 4vw, 42px);
  border: 1px dashed rgba(6, 65, 34, 0.2);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, #f3fbf6);
  color: #426354;
  box-shadow: 0 18px 48px #07231312;
}
.report-empty-state h3 {
  margin: 8px 0 10px;
  color: var(--green-900);
  font-size: clamp(1.35rem, 2vw, 2rem);
}
.report-group {
  display: grid;
  gap: 18px;
}
.report-group-heading h2 {
  margin: 4px 0 0;
  color: var(--green-900);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
}
.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.report-card-dynamic {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  position: relative;
  overflow: hidden;
}
.report-card-dynamic:before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(37, 179, 77, 0.13), transparent 68%);
  pointer-events: none;
}
.report-card-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 78px;
  border-radius: 18px;
  background: linear-gradient(145deg, #d81f2a, #a7101b);
  color: #fff;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 32px #b3111c2e;
}
.report-card-content {
  min-width: 0;
}
.report-card-meta,
.report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.report-card-meta span,
.report-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}
.report-card-meta span {
  padding: 6px 10px;
  background: #f1fbf5;
  color: var(--green-800);
}
.report-card-dynamic h3 {
  margin: 12px 0 8px;
  color: var(--green-900);
}
.report-card-dynamic p {
  margin: 0;
  color: #516b5c;
  line-height: 1.6;
}
.report-tags {
  margin-top: 14px;
}
.report-tags span {
  padding: 7px 10px;
  background: #06412212;
  color: #294c39;
}
.report-card-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}
.report-detail-hero {
  padding: 112px 0 74px;
  background:
    radial-gradient(
      circle at top left,
      rgba(37, 179, 77, 0.35),
      transparent 34%
    ),
    linear-gradient(135deg, #06351d, #0c4e2b 58%, #0a321e);
  color: #fff;
  overflow: hidden;
}
.report-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
}
.report-detail-hero h1 {
  margin: 12px 0 18px;
  max-width: 900px;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.report-detail-card {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: #ffffff1a;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px #00000029;
}
.report-detail-card img {
  max-width: 190px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #fff;
}
.report-detail-card strong {
  font-size: 1.2rem;
}
.report-detail-card span {
  color: #ffffffc7;
  font-weight: 700;
  word-break: break-word;
}
.report-viewer-heading {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.report-viewer-heading h2 {
  margin: 6px 0 8px;
  color: var(--green-900);
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}
.report-viewer-heading p {
  margin: 0;
  color: #547064;
  max-width: 720px;
}
.report-viewer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.report-pdf-frame-wrap {
  overflow: hidden;
  border: 1px solid rgba(6, 65, 34, 0.12);
  border-radius: 28px;
  background: #f6f8f6;
  box-shadow: 0 24px 70px #0723131c;
}
.report-pdf-frame {
  display: block;
  width: 100%;
  min-height: 78vh;
  border: 0;
  background: #fff;
}
.admin-reports-layout {
  margin-top: 8px;
}
.admin-report-preview .report-card {
  margin-top: 12px;
  padding: 20px;
}
.admin-report-preview .report-card-actions {
  pointer-events: none;
  opacity: 0.85;
}
.status-publicado {
  background: #e6f8ed;
  color: #0b7b35;
}
@media (max-width: 980px) {
  .report-grid,
  .report-detail-hero-grid,
  .report-viewer-heading {
    grid-template-columns: 1fr;
  }
  .report-viewer-heading {
    display: grid;
  }
  .report-viewer-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 680px) {
  .report-card-dynamic {
    grid-template-columns: 1fr;
  }
  .report-card-icon {
    width: 58px;
    height: 70px;
  }
  .report-detail-hero {
    padding: 92px 0 54px;
  }
  .report-pdf-frame {
    min-height: 68vh;
  }
}
.header-actions select {
  min-width: 148px;
  max-width: 190px;
  text-overflow: ellipsis;
}
html[lang="en"] .hero-copy h1,
html[lang="de"] .hero-copy h1,
html[lang="it"] .hero-copy h1,
html[lang="es"] .hero-copy h1 {
  letter-spacing: -0.055em;
}
@media (max-width: 720px) {
  .header-actions select {
    min-width: 116px;
    max-width: 136px;
    padding-inline: 10px;
    font-size: 0.78rem;
  }
}
.fallback-error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: linear-gradient(135deg, #f4fff6, #fff 55%, #eef8ef);
}
.fallback-error-card {
  width: min(720px, 100%);
  background: #fff;
  border: 1px solid rgba(28, 121, 55, 0.16);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 70px #1444241f;
}
.fallback-error-card img {
  width: 190px;
  max-width: 60%;
  height: auto;
  margin-bottom: 18px;
}
.fallback-error-card h1 {
  margin: 0 0 10px;
  color: #103f24;
}
.fallback-error-card pre {
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff4f4;
  color: #8a1f1f;
  border: 1px solid #ffd1d1;
  border-radius: 16px;
  padding: 14px;
  margin: 16px 0;
}
.header-actions select {
  min-width: 96px;
  padding-inline: 12px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header-actions {
    gap: 8px;
  }
  .header-actions select {
    min-width: 84px;
    max-width: 92px;
    padding: 9px 10px;
    font-size: 0.95rem;
  }
}
.legal-policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: 28px;
  align-items: start;
}
.legal-policy-main,
.legal-policy-aside > * {
  border: 1px solid var(--line);
  background: #ffffffeb;
  box-shadow: var(--soft-shadow);
}
.legal-policy-main {
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 44px);
}
.legal-policy-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}
.legal-policy-kicker span,
.legal-policy-kicker small {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 900;
}
.legal-policy-kicker span {
  padding: 8px 12px;
  color: var(--green-800);
  background: var(--green-100);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.legal-policy-kicker small {
  padding: 8px 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: #fff;
}
.legal-policy-main h2 {
  color: var(--green-900);
  margin-bottom: 16px;
}
.legal-policy-intro {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
}
.legal-section-list {
  display: grid;
  gap: 16px;
}
.legal-section-card {
  padding: 20px;
  border: 1px solid rgba(15, 106, 54, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff, #e6f8ec85);
}
.legal-section-card h3 {
  color: var(--green-800);
  margin-bottom: 10px;
}
.legal-section-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.legal-policy-aside {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 104px;
}
.legal-notice-card,
.legal-summary-card {
  border-radius: 24px;
  padding: 22px;
}
.legal-notice-card {
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: #fff;
}
.legal-notice-card .eyebrow,
.legal-notice-card p {
  color: #ffffffd1;
}
.legal-summary-grid {
  display: grid;
  gap: 12px;
}
.legal-summary-card {
  background: #fff;
}
.legal-summary-card span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--green-600);
  font-weight: 900;
}
.legal-summary-card strong {
  display: block;
  color: var(--green-900);
  margin-bottom: 8px;
}
.legal-summary-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.form-privacy-note {
  margin: -4px 0 6px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.form-privacy-note a {
  color: var(--green-700);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-consent-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  background: #072414f0;
  color: #fff;
  box-shadow: 0 24px 80px #00000047;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.cookie-consent-copy strong {
  display: block;
  font-size: 1.12rem;
  margin-bottom: 6px;
}
.cookie-consent-copy p {
  margin: 0;
  color: #ffffffc7;
  line-height: 1.55;
  max-width: 860px;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.cookie-consent-actions .btn {
  min-height: 42px;
  padding: 11px 16px;
}
.cookie-consent-actions .btn-ghost {
  background: #ffffff1a;
  color: #fff;
  border-color: #fff3;
  box-shadow: none;
}
.cookie-policy-link {
  border: 0;
  background: transparent;
  color: #b8ffcc;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-preference-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.cookie-preference-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #ffffff12;
}
.cookie-preference-item input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green-500);
}
.cookie-preference-item b,
.cookie-preference-item small {
  display: block;
}
.cookie-preference-item small {
  margin-top: 4px;
  color: #ffffffb8;
  line-height: 1.45;
}
@media (max-width: 1024px) {
  .legal-policy-layout {
    grid-template-columns: 1fr;
  }
  .legal-policy-aside {
    position: static;
  }
  .cookie-consent-banner {
    grid-template-columns: 1fr;
  }
  .cookie-consent-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .legal-policy-main,
  .legal-notice-card,
  .legal-summary-card,
  .legal-section-card {
    padding: 18px;
    border-radius: 20px;
  }
  .cookie-consent-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
    border-radius: 22px;
  }
  .cookie-consent-actions .btn,
  .cookie-policy-link {
    width: 100%;
  }
}
.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 9999;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--green-900);
  border: 2px solid var(--green-600);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  box-shadow: var(--soft-shadow);
  transition: transform 0.2s ease;
}
.skip-link:focus {
  transform: translateY(0);
  outline: none;
}
:focus-visible {
  outline: 3px solid rgba(39, 179, 74, 0.88);
  outline-offset: 4px;
}
.logo-card:focus-visible,
.nav-menu a:focus-visible,
.header-actions select:focus-visible,
.menu-button:focus-visible,
.btn:focus-visible,
.footer-grid button:focus-visible,
.social-row a:focus-visible,
.news-card-inner:focus-visible,
.report-card a:focus-visible,
.report-card button:focus-visible,
.modal-close:focus-visible {
  box-shadow:
    0 0 0 4px #ffffffe6,
    0 0 0 8px #27b34abf;
  outline: none;
}
#main-content:focus {
  outline: none;
}
.nav-menu a[aria-current="page"] {
  color: #fff;
}
.report-pdf-frame {
  color-scheme: light;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.sitemap-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.sitemap-groups {
  display: grid;
  gap: 22px;
}
.sitemap-card,
.sitemap-note-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fffffff0;
  box-shadow: var(--soft-shadow);
}
.sitemap-card {
  padding: clamp(22px, 4vw, 36px);
}
.sitemap-card h2 {
  margin-bottom: 20px;
  color: var(--green-900);
}
.sitemap-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sitemap-link-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 106, 54, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #e6f8ec94);
  color: var(--green-900);
  text-align: left;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.sitemap-link-list button:hover,
.sitemap-link-list button:focus-visible {
  transform: translateY(-2px);
  border-color: #1594476b;
  box-shadow: 0 16px 34px #0724141a;
}
.sitemap-link-list small {
  color: var(--muted);
  font-weight: 800;
  white-space: nowrap;
}
.sitemap-note-card {
  position: sticky;
  top: 104px;
  padding: 24px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: #fff;
}
.sitemap-note-card .eyebrow,
.sitemap-note-card p {
  color: #ffffffd1;
}
.sitemap-note-card p {
  line-height: 1.7;
}
@media (max-width: 960px) {
  .sitemap-layout {
    grid-template-columns: 1fr;
  }
  .sitemap-note-card {
    position: static;
  }
}
@media (max-width: 640px) {
  .sitemap-link-list {
    grid-template-columns: 1fr;
  }
  .sitemap-link-list button {
    align-items: flex-start;
    flex-direction: column;
  }
}
.real-hero-section {
  color: #fff;
  background: var(--green-900);
}
.real-hero-section:before {
  z-index: -1;
  opacity: 0.28;
  -webkit-mask-image: none;
  mask-image: none;
}
.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--green-900);
}
.hero-slideshow:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #072414f0, #072414bd 42%, #0724146b),
    linear-gradient(180deg, #07241433, #072414b8);
}
.hero-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 1.15s ease,
    transform 5.8s ease;
}
.hero-slideshow img.active {
  opacity: 1;
  transform: scale(1.01);
}
.real-hero-section .hero-grid--single {
  grid-template-columns: minmax(0, 860px);
  justify-content: start;
}
.real-hero-section .hero-copy {
  color: #fff;
  max-width: 860px;
  padding: clamp(26px, 3.3vw, 40px);
  border-radius: calc(var(--radius-xl) + 4px);
  background: linear-gradient(135deg, #07241494, #07241457);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px #00000038;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.real-hero-section .hero-copy--wide h1 {
  max-width: 780px;
}
.real-hero-section .hero-subtitle {
  max-width: 720px;
  color: #ffffffdb;
}
.real-hero-section .hero-actions {
  margin-top: 28px;
}
.hero-light-button {
  background: #fffffff0;
  color: var(--green-900);
}
.hero-badge-light {
  color: #fff;
  background: #ffffff1f;
  border-color: #fff3;
}
.hero-slide-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 14px 0 4px;
}
.hero-slide-dots--inline {
  justify-content: flex-start;
  padding: 18px 0 0;
}
.hero-slide-dots button {
  width: 42px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: #ffffff5c;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}
.hero-slide-dots button:hover,
.hero-slide-dots button.active {
  width: 58px;
  background: var(--green-500);
  transform: translateY(-1px);
}
.page-hero {
  background-image:
    linear-gradient(135deg, #072414f0, #0f6a36c7),
    var(--page-hero-image, url(/assets/parallax-bioenergia-BVg-0RvA.jpg)) !important;
  background-size: cover;
  background-position: center;
}
.parallax-section {
  background-image:
    linear-gradient(90deg, #072414db, #0724146b),
    url(/assets/parallax-bioenergia-BVg-0RvA.jpg) !important;
  background-position: center;
}
.product-image-wrap {
  background: linear-gradient(
    135deg,
    var(--green-100),
    rgba(255, 255, 255, 0.75)
  );
}
.product-card:hover .product-image-wrap img {
  transform: scale(1.08);
}
@media (max-width: 960px) {
  .real-hero-section .hero-copy {
    max-width: 100%;
    padding: 24px;
  }
  .real-hero-section .hero-grid--single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .real-hero-section {
    padding-top: 54px;
  }
  .hero-slideshow:after {
    background:
      linear-gradient(180deg, #072414eb, #072414ad),
      linear-gradient(90deg, #072414e0, #0724146b);
  }
  .hero-slide-dots button {
    width: 30px;
  }
  .hero-slide-dots button.active {
    width: 44px;
  }
}
.real-hero-section:before {
  opacity: 0 !important;
  background-image: none !important;
}
.hero-slideshow {
  background: #000;
}
.hero-slideshow:after {
  background: none !important;
}
.real-hero-section .hero-copy {
  background: #00000042 !important;
  border-color: #ffffff38;
  box-shadow: 0 28px 78px #0000003d;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.real-hero-section h1,
.real-hero-section .hero-subtitle,
.real-hero-section .eyebrow,
.real-hero-section .hero-badge {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}
.page-hero {
  background-image: var(
    --page-hero-image,
    url(/assets/parallax-bioenergia-BVg-0RvA.jpg)
  ) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #0000006b, #0000002e 48%, #0000000f);
}
.page-hero:after {
  display: none !important;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero h1,
.page-hero p,
.page-hero .eyebrow {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}
.parallax-section {
  background-image: url(/assets/parallax-bioenergia-BVg-0RvA.jpg) !important;
  background-blend-mode: normal !important;
  background-size: cover;
  background-position: center;
}
.parallax-overlay {
  background: #00000057 !important;
  border-color: #ffffff38;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.contact-card {
  background-image: url(/assets/parallax-bioenergia-BVg-0RvA.jpg) !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
  box-shadow:
    inset 0 0 0 9999px #00000047,
    var(--soft-shadow);
}
@media (max-width: 640px) {
  .hero-slideshow:after {
    background: none !important;
  }
  .page-hero:before {
    background: linear-gradient(180deg, #00000075, #0000002e);
  }
  .real-hero-section .hero-copy {
    background: #0000004d !important;
  }
}
:root {
  --form-formal-font:
    Arial, Helvetica, "Nimbus Sans", "Liberation Sans", sans-serif;
}
.modern-form label,
.modern-form input,
.modern-form textarea,
.modern-form select,
.modern-form button,
.form-card .form-privacy-note,
.form-card .form-help,
.form-card .form-check,
.form-card .form-consent-block,
.form-card .form-consent-block *,
.form-grid-two label,
.form-grid-two input,
.form-grid-two textarea,
.form-grid-two select,
.admin-news-form label,
.admin-news-form input,
.admin-news-form textarea,
.admin-news-form select,
.admin-inbox-filters label,
.admin-inbox-filters input,
.admin-inbox-filters select,
.admin-detail-actions select {
  font-family: var(--form-formal-font);
  letter-spacing: normal;
  text-transform: none;
}
.modern-form label,
.form-grid-two label {
  color: #24362b;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
}
.modern-form input,
.modern-form textarea,
.modern-form select,
.form-grid-two input,
.form-grid-two textarea,
.form-grid-two select {
  color: #202820;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}
.modern-form textarea,
.form-grid-two textarea {
  line-height: 1.65;
}
.modern-form input::placeholder,
.modern-form textarea::placeholder,
.form-grid-two input::placeholder,
.form-grid-two textarea::placeholder {
  color: #6f766f;
  font-family: var(--form-formal-font);
  font-weight: 400;
  opacity: 1;
}
.modern-form select,
.form-grid-two select {
  color: #2f3a32;
  font-weight: 400;
}
.modern-form input[type="file"] {
  font-size: 0.95rem;
  font-weight: 400;
}
.modern-form input[type="file"]::file-selector-button {
  font-family: var(--form-formal-font);
  font-weight: 400;
  letter-spacing: normal;
}
.form-privacy-note,
.form-help {
  color: #5e6b61;
  font-family: var(--form-formal-font);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
}
.form-check {
  color: #26362b;
  font-family: var(--form-formal-font);
  font-size: 0.92rem;
  font-weight: 400 !important;
  line-height: 1.5;
  letter-spacing: normal;
}
.form-check strong,
.form-check b,
.form-consent-block strong,
.form-consent-block b,
.form-card .btn,
.modern-form .btn {
  font-family: var(--form-formal-font);
  font-weight: 600;
  letter-spacing: normal;
}
.contact-card .contact-item strong,
.contact-card .contact-item p {
  font-family: var(--form-formal-font);
  letter-spacing: normal;
}
.contact-card .contact-item strong {
  font-weight: 600;
}
.contact-card .contact-item p {
  font-weight: 400;
}
.admin-news-form label,
.admin-inbox-filters label {
  font-size: 0.93rem;
  font-weight: 600;
}
.admin-news-form input,
.admin-news-form textarea,
.admin-news-form select,
.admin-inbox-filters input,
.admin-inbox-filters select,
.admin-detail-actions select {
  font-size: 0.96rem;
  font-weight: 400;
}
@media (max-width: 640px) {
  .modern-form label,
  .form-grid-two label {
    font-size: 0.92rem;
  }
  .modern-form input,
  .modern-form textarea,
  .modern-form select,
  .form-grid-two input,
  .form-grid-two textarea,
  .form-grid-two select {
    font-size: 0.96rem;
  }
}
.site-header .nav-menu a,
.site-header .header-actions select,
.site-footer,
.site-footer p,
.footer-links h3,
.footer-links button,
.footer-contact-block h3,
.footer-contact-block p,
.footer-bottom,
.footer-admin-link {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  text-rendering: optimizeLegibility;
}
.site-header .nav-menu a {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.085em;
}
.site-header .header-actions select {
  font-weight: 600;
  letter-spacing: normal;
}
.site-footer p {
  font-weight: 400;
  letter-spacing: normal;
}
.footer-links h3,
.footer-contact-block h3 {
  font-weight: 700;
  letter-spacing: normal;
}
.footer-links button,
.footer-admin-link {
  font-weight: 600;
  letter-spacing: normal;
}
.footer-contact-block p,
.footer-bottom {
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 1280px) {
  .site-header .nav-menu a {
    font-size: 0.72rem;
    letter-spacing: 0.075em;
  }
}
@media (max-width: 1080px) {
  .site-header .nav-menu a {
    font-size: 0.86rem;
    letter-spacing: normal;
    text-transform: none;
  }
}
.admin-app-shell,
.admin-page,
.admin-page *,
.admin-login-card,
.admin-login-card *,
.admin-login-side,
.admin-login-side *,
.admin-loader-card,
.admin-loader-card *,
.admin-dashboard-page,
.admin-dashboard-page * {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  text-rendering: optimizeLegibility;
}
.admin-login-card h1,
.admin-login-side h2,
.admin-welcome-card h1,
.admin-module-card h2,
.admin-form-heading h2,
.admin-list-heading h2,
.admin-detail-head h3 {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  font-weight: 700;
  letter-spacing: -0.025em;
}
.admin-login-card p,
.admin-login-side p,
.admin-welcome-card p,
.admin-module-card p,
.admin-login-help,
.admin-login-help span,
.admin-muted,
.admin-preview-note,
.admin-submission-row p,
.admin-news-row p,
.admin-detail-head p,
.admin-detail-message p,
.admin-detail-extra dd,
.admin-detail-extra small {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  font-weight: 400;
  letter-spacing: normal;
}
.admin-back-link,
.admin-login-brand span,
.admin-badge,
.admin-feature-list span,
.admin-login-form label,
.admin-login-form input,
.admin-login-form button,
.admin-module-card strong,
.admin-news-form label,
.admin-news-form input,
.admin-news-form textarea,
.admin-news-form select,
.admin-text-button,
.admin-status,
.admin-inbox-stats button,
.admin-inbox-stats strong,
.admin-inbox-filters label,
.admin-inbox-filters input,
.admin-inbox-filters select,
.admin-detail-item span,
.admin-detail-item strong,
.admin-detail-actions select {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  letter-spacing: normal;
}
.admin-back-link,
.admin-login-form label,
.admin-login-form button,
.admin-text-button,
.admin-feature-list span,
.admin-inbox-filters label {
  font-weight: 600;
}
.admin-login-form input,
.admin-news-form input,
.admin-news-form textarea,
.admin-news-form select,
.admin-inbox-filters input,
.admin-inbox-filters select,
.admin-detail-actions select {
  font-weight: 400;
}
.admin-login-brand span,
.admin-badge,
.admin-status,
.admin-module-card strong,
.admin-detail-item span {
  font-weight: 700;
  letter-spacing: 0.035em;
}
.admin-feature-list span {
  font-size: 0.98rem;
}
.admin-login-card h1 {
  line-height: 1.08;
}
.admin-login-side h2 {
  line-height: 1.12;
}
.product-kicker {
  display: none !important;
}
.product-card .text-button {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  );
  font-size: 0.96rem;
  font-weight: 400 !important;
  letter-spacing: normal;
  text-transform: none;
  color: var(--green-700);
}
.product-card .text-button:hover {
  color: var(--green-800);
  border-color: var(--green-700);
}
.form-check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-grid;
  place-content: center;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  margin: 2px 0 0 !important;
  border: 1.5px solid #8da995;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 1px #ffffffe6;
  position: relative;
  top: 0;
  accent-color: #20a64a;
}
.form-check input[type="checkbox"]:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  margin-top: -2px;
  transition: transform 0.14s ease;
}
.form-check input[type="checkbox"]:checked {
  background: #20a64a;
  border-color: #20a64a;
}
.form-check input[type="checkbox"]:checked:after {
  transform: rotate(45deg) scale(1);
}
.form-check input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(39, 179, 74, 0.22);
  outline-offset: 2px;
}
.contact-card:after,
.contact-card:hover:after {
  display: none !important;
  opacity: 0 !important;
}
.contact-card:hover {
  filter: none !important;
}
.contact-card .contact-item:hover {
  background: #0000003d !important;
}
.contact-card .contact-item strong,
.contact-card .contact-item p,
.contact-card:hover .contact-item strong,
.contact-card:hover .contact-item p,
.contact-card .contact-item:hover strong,
.contact-card .contact-item:hover p {
  color: #fffffff5 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.58);
}
.contact-card .contact-item p {
  color: #ffffffe6 !important;
}
.admin-upload-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(13, 58, 33, 0.14);
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(145deg, #fffffffa, #fffffff0),
    radial-gradient(
      circle at top right,
      rgba(39, 179, 74, 0.14),
      transparent 42%
    );
}
.admin-upload-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}
.admin-upload-heading h3 {
  margin: 4px 0 8px;
  color: var(--green-900);
}
.admin-upload-heading span,
.admin-upload-help,
.admin-selected-files span,
.admin-upload-status {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
.admin-news-form input[type="file"] {
  padding: 12px;
  background: #fff;
  cursor: pointer;
}
.admin-news-form input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 1px solid rgba(13, 58, 33, 0.16);
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-900);
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.admin-image-preview {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(13, 58, 33, 0.12);
  background: var(--green-50);
  max-width: 420px;
}
.admin-image-preview img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
.admin-selected-files {
  display: grid;
  gap: 6px;
  border-radius: 18px;
  padding: 14px 16px;
  background: var(--green-50);
  border: 1px solid rgba(13, 58, 33, 0.1);
}
.admin-selected-files strong {
  color: var(--green-900);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.admin-upload-status {
  border-radius: 18px;
  padding: 13px 15px;
  background: #eefaf2;
  border: 1px solid rgba(39, 179, 74, 0.22);
  color: var(--green-800);
}
.page-content-start {
  padding-top: clamp(54px, 6vw, 88px) !important;
}
.news-detail-section {
  padding-top: clamp(58px, 7vw, 92px);
}
.page-content-start > .container:first-child,
.news-detail-section > .container:first-child {
  margin-top: 0;
}
.page-hero p:not(.eyebrow),
.lead-text,
.rich-panel p,
.narrow-panel > p:not(.eyebrow),
.mini-card p,
.timeline-item p,
.report-notice span,
.report-card p,
.report-empty-state,
.news-section-heading p:not(.eyebrow),
.news-list-header p:not(.eyebrow),
.news-card-content p,
.news-article-body p,
.news-highlight-card span,
.legal-main-card p,
.legal-check-item strong,
.legal-policy-main p,
.legal-policy-aside p,
.legal-notice-card p,
.sitemap-card p,
.form-card > p,
.contact-card .contact-item p,
.modal-content p,
.footer-brand-block p,
.footer-contact-block p {
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.news-card-content strong,
.news-meta span,
.news-detail-meta span,
.report-card li,
.value-chip,
.btn,
.text-button,
.footer-links button,
.admin-page p,
.admin-page span,
.admin-page strong {
  text-align: initial;
  -webkit-hyphens: manual;
  hyphens: manual;
}
@media (max-width: 760px) {
  .page-content-start {
    padding-top: 44px !important;
  }
  .news-detail-section {
    padding-top: 48px;
  }
  .page-hero p:not(.eyebrow),
  .lead-text,
  .rich-panel p,
  .narrow-panel > p:not(.eyebrow),
  .mini-card p,
  .timeline-item p,
  .report-notice span,
  .report-card p,
  .news-section-heading p:not(.eyebrow),
  .news-list-header p:not(.eyebrow),
  .news-card-content p,
  .news-article-body p,
  .legal-main-card p,
  .legal-policy-main p,
  .form-card > p,
  .contact-card .contact-item p,
  .modal-content p {
    text-align: left;
    -webkit-hyphens: manual;
    hyphens: manual;
  }
}
@media (min-width: 761px) {
  .lead-text {
    text-align: justify !important;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.ethics-card > span {
  display: none !important;
}
.ethics-card h3 {
  margin-top: 0;
}
h1,
h2,
h3,
p,
li,
span,
strong,
a,
button,
.lead-text,
.hero-subtitle,
.center-heading p,
.page-hero p,
.rich-panel p,
.narrow-panel p,
.mini-card p,
.timeline-item p,
.report-card p,
.report-notice,
.news-section-heading p,
.news-list-header p,
.news-card-content p,
.news-article-body p,
.legal-main-card p,
.legal-policy-main p,
.legal-policy-aside p,
.legal-notice-card p,
.sitemap-card p,
.form-card p,
.contact-card .contact-item p,
.modal-content p,
.footer-brand-block p,
.footer-contact-block p {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}
.page-hero p:not(.eyebrow),
.lead-text,
.hero-subtitle,
.rich-panel p,
.narrow-panel > p:not(.eyebrow),
.mini-card p,
.timeline-item p,
.report-notice span,
.report-notice p,
.report-card p,
.report-empty-state,
.news-section-heading p:not(.eyebrow),
.news-list-header p:not(.eyebrow),
.news-card-content p,
.news-article-body p,
.news-highlight-card span,
.legal-main-card p,
.legal-check-item strong,
.legal-policy-main p,
.legal-policy-aside p,
.legal-notice-card p,
.sitemap-card p,
.form-card > p,
.contact-card .contact-item p,
.modal-content p,
.footer-brand-block p,
.footer-contact-block p {
  text-align: justify !important;
  text-align-last: left;
  text-justify: inter-word;
}
.nav-menu a,
.header-actions select,
.btn,
.text-button,
.news-card-content strong,
.news-meta span,
.news-detail-meta span,
.news-media span,
.report-card li,
.value-chip,
.product-card h3,
.product-card .text-button,
.footer-links button,
.admin-page p,
.admin-page span,
.admin-page strong,
.eyebrow,
.stat-card span,
.stat-card strong {
  text-align: initial !important;
  text-align-last: auto;
}
.text-button,
.product-card .text-button,
.news-card-content strong {
  font-family: var(
    --form-formal-font,
    Arial,
    Helvetica,
    "Nimbus Sans",
    "Liberation Sans",
    sans-serif
  ) !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.news-card-content strong {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--green-700);
}
.stat-card span {
  text-transform: none !important;
}
.contact-grid,
.contact-card,
.form-card,
.map-card,
.modern-form,
.form-consent-block {
  min-width: 0;
}
.contact-card,
.form-card,
.map-card {
  overflow: hidden;
}
.contact-card .contact-item p,
.footer-brand-block p,
.footer-contact-block p {
  text-align: left !important;
  text-align-last: auto !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}
.contact-card .contact-item p,
.footer-contact-block p {
  word-break: normal !important;
}
.modern-form input,
.modern-form textarea,
.modern-form select {
  min-width: 0;
  max-width: 100%;
}
.form-consent-block {
  width: 100%;
}
.form-check {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
}
.form-check span,
.form-privacy-note {
  min-width: 0;
  overflow-wrap: normal !important;
  word-break: normal !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
.map-card iframe {
  width: 100% !important;
  max-width: 100% !important;
}
.site-footer {
  padding-top: 64px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(39, 179, 74, 0.1),
      transparent 34rem
    ),
    var(--green-900);
}
.footer-grid-expanded {
  grid-template-columns: minmax(145px, 0.9fr) minmax(160px, 0.9fr) minmax(
      300px,
      1.4fr
    ) minmax(190px, 1fr) minmax(210px, 1.15fr) !important;
  gap: clamp(24px, 3.2vw, 58px);
  align-items: start;
}
.footer-brand-block {
  display: grid;
  justify-items: center;
  text-align: center;
}
.footer-brand-block .footer-logo {
  width: min(250px, 100%);
  margin: 0 auto 22px;
}
.footer-brand-block p {
  max-width: 430px;
  margin: 0 auto;
  color: #ffffffbd;
  line-height: 1.72;
  text-align: center !important;
}
.footer-brand-block .social-row {
  justify-content: center;
  margin-top: 26px;
}
.footer-links {
  gap: 13px;
}
.footer-links h3,
.footer-contact-block h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.2;
}
.footer-links button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #ffffffbd;
  line-height: 1.35;
}
.footer-links button:before {
  content: "›";
  color: #b8ffcc;
  font-weight: 700;
  line-height: 1;
}
.footer-contact-block {
  text-align: left;
}
.footer-contact-block p {
  margin-bottom: 18px;
  color: #ffffffbd;
  line-height: 1.65;
}
.footer-bottom {
  margin-top: 52px;
}
@media (max-width: 1180px) {
  .footer-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .footer-brand-block {
    grid-column: 1 / -1;
    order: -1;
  }
}
@media (max-width: 760px) {
  .contact-section {
    overflow-x: hidden;
  }
  .contact-grid {
    width: min(100% - 24px, 1160px) !important;
    gap: 22px;
    margin-top: 26px;
  }
  .contact-card,
  .form-card {
    padding: 24px 20px !important;
    border-radius: 28px !important;
  }
  .contact-card {
    background-position: center !important;
    box-shadow:
      inset 0 0 0 9999px #00000061,
      var(--soft-shadow) !important;
  }
  .contact-item {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 16px 0 !important;
    transform: none !important;
  }
  .contact-item span {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    font-size: 1.25rem !important;
  }
  .contact-card .contact-item strong {
    font-size: 1rem;
    line-height: 1.25;
  }
  .contact-card .contact-item p {
    font-size: 1rem;
    line-height: 1.52;
    text-align: left !important;
    overflow-wrap: anywhere !important;
  }
  .form-card h3 {
    font-size: 1.55rem;
    line-height: 1.12;
  }
  .form-card > p {
    text-align: left !important;
    font-size: 1.02rem;
    line-height: 1.55;
  }
  .modern-form {
    gap: 18px;
  }
  .modern-form label {
    font-size: 0.98rem !important;
    line-height: 1.32;
  }
  .modern-form input,
  .modern-form textarea,
  .modern-form select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px;
    padding: 15px 16px;
    font-size: 1rem !important;
  }
  .modern-form textarea {
    min-height: 150px;
  }
  .form-consent-block {
    padding: 16px !important;
    border-radius: 22px !important;
  }
  .form-check {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 12px !important;
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }
  .form-check input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }
  .form-privacy-note {
    text-align: left !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }
  .map-card,
  .map-card iframe,
  .map-preview .map-card,
  .map-preview .map-card iframe {
    min-height: 340px !important;
  }
  .map-card {
    border-radius: 28px !important;
  }
  .site-footer {
    padding-top: 56px;
  }
  .footer-grid-expanded {
    grid-template-columns: 1fr !important;
    gap: 38px;
    text-align: center;
  }
  .footer-brand-block {
    order: 1;
  }
  .footer-links-institutional {
    order: 2;
  }
  .footer-links-channels {
    order: 3;
  }
  .footer-links-legal {
    order: 4;
  }
  .footer-contact-block {
    order: 5;
  }
  .footer-brand-block,
  .footer-links,
  .footer-contact-block {
    justify-items: center;
    text-align: center !important;
  }
  .footer-brand-block .footer-logo {
    width: min(260px, 88vw);
    margin-inline: auto;
  }
  .footer-brand-block p,
  .footer-contact-block p,
  .site-footer p {
    text-align: center !important;
    text-align-last: center !important;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
  }
  .footer-brand-block .social-row {
    justify-content: center;
  }
  .footer-links button {
    width: auto;
    justify-content: center;
    text-align: center !important;
    font-size: 1rem;
  }
  .footer-links button:before {
    display: none;
  }
  .footer-links h3,
  .footer-contact-block h3 {
    text-align: center;
    margin-bottom: 14px;
    font-size: 1.25rem;
  }
  .footer-bottom {
    display: grid;
    justify-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 24px 18px 28px;
    text-align: center;
  }
  .footer-bottom span {
    display: block;
    max-width: 340px;
    line-height: 1.55;
  }
}
@media (max-width: 420px) {
  .contact-grid {
    width: min(100% - 20px, 1160px) !important;
  }
  .contact-card,
  .form-card {
    padding: 22px 18px !important;
  }
  .contact-item {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .contact-item span {
    width: 42px !important;
    height: 42px !important;
  }
  .footer-brand-block p,
  .footer-contact-block p,
  .site-footer p {
    max-width: 310px;
  }
}
.legal-policy-main,
.legal-policy-main p,
.legal-section-card p,
.legal-summary-card p,
.legal-notice-card p,
.sitemap-note-card p,
.sitemap-card button span {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.legal-policy-intro,
.legal-section-card p {
  text-align: justify !important;
  text-align-last: auto !important;
}
.legal-policy-kicker small {
  font-weight: 650 !important;
}
.legal-section-card h3 {
  line-height: 1.22;
}
.sitemap-note-card .eyebrow {
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .legal-policy-layout {
    width: min(100% - 24px, 1160px) !important;
  }
  .legal-policy-intro,
  .legal-section-card p {
    text-align: justify !important;
    line-height: 1.78 !important;
  }
  .legal-policy-main h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }
  .legal-summary-card p,
  .legal-notice-card p,
  .sitemap-note-card p {
    text-align: center !important;
    overflow-wrap: break-word !important;
  }
  .sitemap-note-card .eyebrow {
    justify-content: center;
  }
}
.pillars-list .mini-card > span,
.news-gallery-item > span {
  display: none !important;
}
.home-news-section .news-media.has-cover-image:before,
.home-news-section .news-media.has-cover-image:after {
  display: none !important;
  opacity: 0 !important;
}
.home-news-section .news-media.has-cover-image {
  background-blend-mode: multiply;
}
.home-news-section .news-card-inner:hover .news-media.has-cover-image {
  filter: brightness(0.9) saturate(1.02) !important;
}
.ethics-card h3 {
  margin-top: 0 !important;
}
.form-card .modern-form input[type="hidden"],
.narrow-panel .modern-form input[type="hidden"] {
  display: none !important;
}
.toast {
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .toast {
    left: 12px;
    right: 12px;
    bottom: 14px;
    width: auto;
    text-align: center;
  }
}
.hero-actions .btn,
.hero-badge {
  font-weight: 400;
}
.job-vacancy-feature-section {
  padding: clamp(36px, 5vw, 66px) 0 0;
  background: #fff;
}
.job-vacancy-feature-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-vacancy-feature-card img {
  display: block;
  width: min(760px, 100%);
  height: auto;
  object-fit: contain;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.job-vacancy-loading {
  padding: 26px 20px;
  text-align: center;
  color: var(--muted);
  background: #fff;
}
.job-form-after-banner {
  padding-top: clamp(38px, 5vw, 70px);
}
.admin-job-vacancy-card {
  display: grid;
  gap: 24px;
}
.admin-job-vacancy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1.22fr);
  gap: 24px;
  align-items: start;
}
.admin-job-vacancy-form {
  display: grid;
  gap: 20px;
}
.admin-job-vacancy-form label {
  display: grid;
  gap: 9px;
  color: var(--green-900);
  font-weight: 800;
}
.admin-job-vacancy-form input[type="file"] {
  width: 100%;
  border: 1px solid rgba(6, 65, 34, 0.16);
  background: #fbfefc;
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
}
.admin-job-vacancy-preview {
  display: grid;
  place-items: center;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffffffa, #f5fbf7f0);
  padding: 18px;
}
.admin-job-vacancy-preview img {
  display: block;
  width: min(620px, 100%);
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}
.admin-job-vacancy-empty {
  color: var(--muted);
  text-align: center;
  padding: 40px 20px;
}
@media (max-width: 900px) {
  .admin-job-vacancy-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .job-vacancy-feature-section {
    padding-top: 28px;
  }
  .job-vacancy-feature-card img {
    border-radius: 20px;
  }
  .job-form-after-banner {
    padding-top: 34px;
  }
  .admin-job-vacancy-preview {
    min-height: 220px;
    padding: 12px;
  }
}
.modal-content > .eyebrow,
.page-content-start .split-grid .rich-panel > .btn,
.values-grid .value-chip {
  font-weight: 400 !important;
}
.news-gallery-grid--single {
  grid-template-columns: 1fr;
}
.news-gallery-grid--single .news-gallery-item {
  width: min(760px, 100%);
  min-height: clamp(280px, 46vw, 520px);
  justify-self: center;
}
.news-gallery-grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.news-gallery-grid--double .news-gallery-item {
  min-height: clamp(260px, 32vw, 390px);
}
.news-gallery-grid--multiple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .news-gallery-grid--multiple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .news-gallery-grid--single,
  .news-gallery-grid--double,
  .news-gallery-grid--multiple {
    grid-template-columns: 1fr;
  }
  .news-gallery-grid--single .news-gallery-item,
  .news-gallery-grid--double .news-gallery-item,
  .news-gallery-grid--multiple .news-gallery-item {
    width: 100%;
    min-height: 240px;
  }
}
.home-about-button {
  font-weight: 400 !important;
}
.job-vacancy-feature-section {
  padding: clamp(42px, 6vw, 78px) 0 0;
  background: #fff;
}
.job-vacancy-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.job-vacancy-section-heading > div {
  max-width: 760px;
}
.job-vacancy-section-heading h2 {
  margin-top: 6px;
}
.job-vacancy-section-heading > p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  text-align: right;
}
.job-vacancy-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}
.job-vacancy-grid--single {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}
.job-vacancy-grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.job-vacancy-grid--multiple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.job-vacancy-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  padding: 0;
  box-shadow: var(--soft-shadow);
  transition:
    transform var(--transition-base),
    box-shadow var(--transition-base),
    border-color var(--transition-base);
}
.job-vacancy-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.job-vacancy-card span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: #072414c7;
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 400;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity var(--transition-base),
    transform var(--transition-base);
}
.job-vacancy-card:hover {
  transform: translateY(-8px);
  border-color: #27b34a57;
  box-shadow: 0 28px 72px #0724142b;
}
.job-vacancy-card:hover span,
.job-vacancy-card:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}
.job-vacancy-card:focus-visible {
  outline: 4px solid rgba(39, 179, 74, 0.2);
  outline-offset: 4px;
}
.job-vacancy-lightbox {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #020e08e6;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.job-vacancy-lightbox-content {
  display: grid;
  place-items: center;
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
}
.job-vacancy-lightbox-content img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 34px 100px #0000007a;
}
.job-vacancy-lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: #ffffff1f;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.job-vacancy-lightbox-close:hover {
  background: var(--red-600);
}
.admin-job-vacancy-upload-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fbfefc, #f2fbf5);
}
.admin-job-vacancy-upload-panel label {
  display: grid;
  gap: 9px;
  color: var(--green-900);
  font-weight: 800;
}
.admin-job-vacancy-upload-panel input[type="file"] {
  width: 100%;
  border: 1px solid rgba(6, 65, 34, 0.16);
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
}
.admin-job-vacancy-selected-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.admin-job-vacancy-selected-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.admin-job-vacancy-selected-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--green-50);
}
.admin-job-vacancy-selected-card span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-job-vacancy-list {
  display: grid;
  gap: 16px;
}
.admin-job-vacancy-item {
  display: grid;
  grid-template-columns: 210px minmax(180px, 1fr) minmax(260px, auto);
  gap: 20px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  transition:
    opacity var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}
.admin-job-vacancy-item.is-hidden {
  opacity: 0.62;
  background: #f7faf8;
}
.admin-job-vacancy-image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--green-50);
}
.admin-job-vacancy-image img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.admin-job-vacancy-status {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--green-700);
  font-size: 0.72rem;
  font-weight: 700;
}
.admin-job-vacancy-status.inactive {
  background: #6b746e;
}
.admin-job-vacancy-info {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.admin-job-vacancy-info strong {
  color: var(--green-900);
  font-size: 1.08rem;
}
.admin-job-vacancy-info span {
  overflow: hidden;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-job-vacancy-info small {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
}
.admin-job-vacancy-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.admin-job-vacancy-actions button:disabled,
.admin-job-vacancy-replace:has(input:disabled) {
  opacity: 0.45;
  cursor: not-allowed;
}
.admin-job-vacancy-replace {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #0b8f3c;
  font-weight: 900;
  cursor: pointer;
  padding: 6px 0;
}
.admin-job-vacancy-replace input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1080px) {
  .job-vacancy-grid--multiple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-job-vacancy-selected-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .admin-job-vacancy-item {
    grid-template-columns: 180px 1fr;
  }
  .admin-job-vacancy-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}
@media (max-width: 760px) {
  .job-vacancy-section-heading {
    display: grid;
    align-items: start;
    gap: 14px;
  }
  .job-vacancy-section-heading > p {
    max-width: none;
    text-align: left;
  }
  .job-vacancy-grid,
  .job-vacancy-grid--single,
  .job-vacancy-grid--double,
  .job-vacancy-grid--multiple {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .job-vacancy-card {
    flex: 0 0 min(86vw, 430px);
    scroll-snap-align: center;
    border-radius: 22px;
  }
  .job-vacancy-card span {
    opacity: 1;
    transform: none;
  }
  .job-vacancy-lightbox {
    padding: 12px;
  }
  .job-vacancy-lightbox-content img {
    max-height: calc(100vh - 24px);
    border-radius: 16px;
  }
  .admin-job-vacancy-upload-panel {
    grid-template-columns: 1fr;
  }
  .admin-job-vacancy-upload-panel .btn {
    width: 100%;
  }
  .admin-job-vacancy-selected-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-job-vacancy-item {
    grid-template-columns: 1fr;
  }
  .admin-job-vacancy-image img {
    height: auto;
    max-height: 440px;
  }
  .admin-job-vacancy-actions {
    grid-column: auto;
  }
}
@media (max-width: 480px) {
  .admin-job-vacancy-selected-grid {
    grid-template-columns: 1fr;
  }
}
.report-card-actions .btn,
.cookie-consent-actions .btn,
.cookie-policy-link,
.report-viewer-actions .btn {
  font-weight: 400 !important;
}
.contact-card {
  background-image: url(/assets/usina-contato-noturna-CxmNMUJE.jpeg) !important;
  background-size: cover !important;
  background-position: 39% 56% !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 760px) {
  .contact-card {
    background-position: 38% 56% !important;
  }
}
.admin-app-shell,
.admin-app-shell *,
.admin-app-shell *:before,
.admin-app-shell *:after {
  font-weight: 400 !important;
}
.admin-app-shell b,
.admin-app-shell strong,
.admin-app-shell h1,
.admin-app-shell h2,
.admin-app-shell h3,
.admin-app-shell h4,
.admin-app-shell h5,
.admin-app-shell h6,
.admin-app-shell label,
.admin-app-shell button,
.admin-app-shell input,
.admin-app-shell textarea,
.admin-app-shell select,
.admin-app-shell option,
.admin-app-shell small,
.admin-app-shell .eyebrow,
.admin-app-shell .admin-status,
.admin-app-shell .admin-text-button,
.admin-app-shell .admin-job-vacancy-replace {
  font-weight: 400 !important;
}
.developer-credit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--green-800);
  opacity: 0.82;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}
.developer-credit:hover,
.developer-credit:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  outline: none;
}
.developer-credit-symbol {
  display: block;
  width: 100px;
  height: 36px;
  background: currentColor;
  -webkit-mask-image: url(/assets/canastra-logo-horizontal-JlxEvx-2.png);
  mask-image: url(/assets/canastra-logo-horizontal-JlxEvx-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 36px;
  mask-size: auto 36px;
  -webkit-mask-position: left center;
  mask-position: left center;
  filter: drop-shadow(0 0 0.65px currentColor);
}
.developer-credit--dark {
  color: var(--green-800);
}
.developer-credit--light {
  color: #ffffffe0;
}
.developer-credit:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  z-index: 30;
  min-width: max-content;
  max-width: 260px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #03180df5;
  color: #fff;
  box-shadow: 0 12px 32px #0000003d;
  font-family: var(--form-formal-font, Arial, Helvetica, sans-serif);
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.developer-credit:hover:after,
.developer-credit:focus-visible:after {
  opacity: 1;
  transform: translate(-50%);
}
.admin-login-developer-credit {
  align-self: center;
  margin-top: 20px;
}
.footer-developer-credit {
  margin-inline: 2px;
}
@media (max-width: 760px) {
  .developer-credit {
    width: 94px;
    height: 36px;
  }
  .developer-credit-symbol {
    width: 90px;
    height: 32px;
    -webkit-mask-size: auto 32px;
    mask-size: auto 32px;
  }
  .developer-credit:after {
    white-space: normal;
    width: 220px;
    text-align: center;
  }
  .footer-developer-credit {
    margin-bottom: 2px;
  }
}

/* Galeria de notícias: preserva a fotografia inteira e prioriza o topo. */
.news-gallery-item.has-cover-image {
  background-color: #eef3ef;
  background-size: 100% 100%, contain !important;
  background-position: center, center top !important;
  background-repeat: no-repeat, no-repeat !important;
}

/* Mantém o hover sem ampliar a fotografia. */
.news-gallery-item:hover {
  transform: translateY(-4px);
}

/* Galeria com proporção natural e ampliação em lightbox. */
.news-gallery-grid {
  align-items: start;
}

.news-gallery-grid--multiple.is-masonry-ready {
  grid-auto-flow: row dense;
  grid-auto-rows: 1px;
  row-gap: 0;
}

.news-gallery-item.news-gallery-item--interactive {
  align-self: start;
  min-height: 0 !important;
  padding: 0;
  overflow: hidden;
  background: transparent !important;
  cursor: zoom-in;
}

.news-gallery-photo {
  display: block;
  width: 100%;
  height: auto;
}

.news-gallery-item.news-gallery-item--interactive:hover {
  transform: translateY(-4px);
}

.news-gallery-item.news-gallery-item--interactive:focus-visible {
  outline: 4px solid rgba(39, 179, 74, 0.24);
  outline-offset: 4px;
}

.news-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 14, 8, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.news-gallery-lightbox-content {
  display: grid;
  place-items: center;
  width: min(1400px, 100%);
  max-height: calc(100dvh - 48px);
}

.news-gallery-lightbox-content img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
}

.news-gallery-lightbox-close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.news-gallery-lightbox-close:hover,
.news-gallery-lightbox-close:focus-visible {
  background: var(--red-600);
}

@media (max-width: 680px) {
  .news-gallery-grid--multiple.is-masonry-ready {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    row-gap: 22px;
  }

  .news-gallery-grid--multiple .news-gallery-item {
    grid-row-end: auto !important;
  }

  .news-gallery-lightbox {
    padding: 12px;
  }

  .news-gallery-lightbox-content img {
    max-height: calc(100dvh - 24px);
    border-radius: 14px;
  }
}
/* Publicação 2026-08-21 — navegação superior e rodapé agrupado. */
.nav-menu a[href="#etica"],
.nav-menu a[href="/comite-de-etica"] {
  display: none !important;
}

.site-footer {
  padding-top: 0 !important;
}

.footer-grid.footer-grid-expanded {
  display: grid !important;
  grid-template-columns: minmax(260px, .95fr) repeat(4, minmax(0, 1fr)) !important;
  grid-template-areas:
    "social-copy social-copy social social social"
    "brand-logo institutional channels legal contact"
    "brand-copy institutional channels legal contact" !important;
  column-gap: clamp(24px, 3vw, 48px) !important;
  row-gap: 0 !important;
  align-items: start !important;
  padding-top: 0;
  padding-bottom: clamp(48px, 5vw, 70px);
}

.footer-grid-expanded::before {
  content: attr(data-social-prompt);
  grid-area: social-copy;
  min-height: 104px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.5;
}

.footer-grid-expanded .footer-brand-block {
  display: contents !important;
}

.footer-grid-expanded .footer-brand-block .footer-logo {
  grid-area: brand-logo;
  align-self: start;
  width: min(260px, 100%);
  margin: clamp(48px, 5vw, 68px) 0 20px;
}

.footer-grid-expanded .footer-brand-block p {
  grid-area: brand-copy;
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.65;
  text-align: left !important;
  text-align-last: auto !important;
}

.footer-grid-expanded .footer-brand-block .social-row {
  grid-area: social;
  min-height: 104px;
  align-self: stretch;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.footer-links-institutional { grid-area: institutional; }
.footer-links-channels { grid-area: channels; }
.footer-links-legal { grid-area: legal; }
.footer-contact-block { grid-area: contact; }

.footer-grid-expanded > .footer-links,
.footer-grid-expanded > .footer-contact-block {
  min-width: 0;
  align-content: start;
  margin-top: clamp(48px, 5vw, 68px);
}

.footer-grid-expanded > .footer-links + .footer-links,
.footer-grid-expanded > .footer-contact-block {
  padding-left: clamp(18px, 2vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, .10);
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 22px max(20px, calc((100% - 1160px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .10);
}

@media (max-width: 1180px) {
  .footer-grid.footer-grid-expanded {
    grid-template-columns: minmax(220px, .8fr) repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "social-copy social social"
      "brand-logo institutional channels"
      "brand-copy legal contact" !important;
    gap: 38px 34px !important;
  }

  .footer-grid-expanded::before,
  .footer-grid-expanded .footer-brand-block .social-row {
    min-height: 96px;
  }

  .footer-grid-expanded .footer-brand-block .footer-logo,
  .footer-grid-expanded > .footer-links,
  .footer-grid-expanded > .footer-contact-block {
    margin-top: 0;
  }

  .footer-grid-expanded > .footer-links + .footer-links,
  .footer-grid-expanded > .footer-contact-block {
    padding-left: 24px;
  }

  .footer-grid-expanded .footer-links-legal {
    padding-left: 0 !important;
    border-left: 0 !important;
  }
}

/* Mantém a descrição visualmente próxima da marca sem alterar as demais colunas. */
@media (min-width: 1181px) {
  .footer-grid-expanded .footer-brand-block p {
    transform: translateY(-64px);
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .footer-grid-expanded .footer-brand-block p {
    transform: translateY(-139px);
  }
}

@media (max-width: 760px) {
  .footer-grid.footer-grid-expanded {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "social-copy"
      "social"
      "brand-logo"
      "brand-copy"
      "institutional"
      "channels"
      "legal"
      "contact" !important;
    gap: 0 !important;
    padding-top: 0;
    padding-bottom: 42px;
    text-align: left;
  }

  .footer-grid-expanded::before {
    min-height: auto;
    justify-content: center;
    padding: 27px 0 14px;
    border-bottom: 0;
    text-align: center;
  }

  .footer-grid-expanded .footer-brand-block .social-row {
    min-height: auto;
    justify-self: stretch;
    justify-content: center;
    padding: 0 0 28px;
  }

  .footer-grid-expanded .footer-brand-block .footer-logo {
    justify-self: center;
    width: min(260px, 88vw);
    margin: 42px auto 0;
  }

  .footer-grid-expanded .footer-brand-block p {
    justify-self: center;
    max-width: 330px;
    margin: 22px auto 38px;
    text-align: center !important;
    text-align-last: center !important;
  }

  .footer-grid-expanded > .footer-links,
  .footer-grid-expanded > .footer-contact-block,
  .footer-grid-expanded > .footer-links + .footer-links,
  .footer-grid-expanded > .footer-contact-block {
    justify-items: start;
    margin: 0;
    padding: 28px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    text-align: left !important;
  }

  .footer-grid-expanded .footer-links h3,
  .footer-grid-expanded .footer-contact-block h3,
  .footer-grid-expanded .footer-links button,
  .footer-grid-expanded .footer-contact-block p {
    text-align: left !important;
    text-align-last: auto !important;
  }

  .footer-grid-expanded .footer-links button {
    width: auto;
    justify-content: flex-start;
  }

  .footer-grid-expanded .footer-links button::before {
    display: inline-block;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
    padding: 24px 20px 28px;
    text-align: center;
  }
}

/* Checkboxes de declaração: tamanho visual compacto em todos os formulários. */
.modern-form .form-consent-block .form-check {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 10px !important;
  cursor: pointer;
}

.modern-form .form-consent-block .form-check input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  box-sizing: border-box;
}

/* Seletor de idioma: tipografia menor, sóbria e consistente. */
.site-header .header-actions select {
  font-family: Arial, Helvetica, "Nimbus Sans", "Liberation Sans", sans-serif !important;
  font-size: .82rem !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
}

.site-header .header-actions select option {
  font-family: Arial, Helvetica, "Nimbus Sans", "Liberation Sans", sans-serif;
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: normal;
}
