/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-tabipolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 18px;
  /* 3 */
  width: 18px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

em {
  color: inherit;
  font-style: italic;
}

.opened {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

@font-face {
  font-family: Inter-Thin;
  src: url(fonts/Inter-Thin.ttf);
}

@font-face {
  font-family: Inter-Light;
  src: url(fonts/Inter-Light.ttf);
}

@font-face {
  font-family: Inter-Regular;
  src: url(fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: Inter-Medium;
  src: url(fonts/Inter-Medium.ttf);
}

@font-face {
  font-family: Inter-SemiBold;
  src: url(fonts/Inter-SemiBold.ttf);
}

@font-face {
  font-family: Inter-Bold;
  src: url(fonts/Inter-Bold.ttf);
}


body {
  font-family: 'Inter-Regular';
  font-size: 1rem;
  color: #000;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: 1px;
}

.box-img {
  overflow: hidden;
}


:root {
  --primary-green: #009739;
  --secondary-blue: #03257E;
  --accent-yellow: #FCE300;
  --accent-red: #E10600;
  --accent-orange: #FF6B35;
  --light-gray: #F5F5F5;
  --dark-gray: #333333;
  --white: #FFFFFF;
}

/* Hero Section */
.cootravipa-hero {
  background: linear-gradient(135deg, var(--light-gray) 0%, #E8E8E8 100%);
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.cootravipa-hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--primary-green);
  opacity: 0.1;
  border-radius: 50%;
  top: -200px;
  right: -100px;
}

.cootravipa-hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: var(--secondary-blue);
  opacity: 0.1;
  border-radius: 50%;
  bottom: -150px;
  left: -100px;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-content h1 span {
  color: var(--primary-green);
}

.hero-content p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.cta-button {
  display: inline-block;
  background: var(--primary-green);
  color: var(--white);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(24, 189, 25, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(24, 189, 25, 0.4);
}

.hero-image {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.image-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: var(--secondary-blue);
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Section */
.cootravipa-about {
  padding: 5rem 2rem;
  background: var(--white);
}

.about-container {
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--dark-blue);
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 3rem;
}

.about-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.stat-card {
  background: var(--light-gray);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-green);
  margin-bottom: 0.5rem;
}

.stat-label {
  color: #666;
  font-size: 1rem;
}

/* Services Section */
.cootravipa-services {
  padding: 5rem 2rem;
  background: var(--light-gray);
}

.services-container {
  max-width: 1280px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.service-card:hover {
  border-color: var(--primary-green);
  transform: translateY(-10px);
  box-shadow: var(--shadow-card-hover);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
}

.service-card h3 {
  font-size: 1.5rem;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--text-gray);
  line-height: 1.6;
  text-shadow: none;
}

/* Process Section */
.cootravipa-process {
  padding: 5rem 2rem;
  background: var(--white);
}

.process-container {
  max-width: 1280px;
  margin: 0 auto;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}

.process-step {
  text-align: center;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--primary-green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 2;
}

.process-step h4 {
  font-size: 1.2rem;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}

.process-step p {
  color: #666;
  font-size: 0.9rem;
}

/* CTA Section */
.cootravipa-cta-section {
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-blue));
  padding: 5rem 2rem;
  text-align: center;
  color: var(--white);
}

.cootravipa-cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cootravipa-cta-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--white);
  color: var(--primary-green);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  background: var(--primary-green) !important;
  color: var(--white) !important;
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  padding: 1rem 2.5rem;
  border: 2px solid var(--white);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--primary-green);
}

/* Responsive */
@media (max-width: 768px) {

  .hero-container,
  .about-grid {
    grid-template-columns: 1fr;
  }

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

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .hero-image {
    flex-wrap: wrap;
  }
}

/* ========================================
   COOTRAVIPA HOME - BEM PATTERN
   ======================================== */

:root {
  --primary-green: #18bd19;
  /* --primary-green: #009739; Verde original */
  --secondary-blue: #03257E;
  --accent-yellow: #FCE300;
  --accent-red: #E10600;
  --accent-orange: #FF6B35;
  --light-gray: #F5F5F5;
  --medium-gray: #E8E8E8;
  --dark-gray: #333333;
  --dark-blue: #171c66;
  --white: #FFFFFF;
  --text-gray: #666666;
  /* Shadow System - Cards */
  --shadow-card-sm:    0 4px 16px 0 rgba(31, 38, 135, 0.15);
  --shadow-card:       0 8px 32px 0 rgba(31, 38, 135, 0.20);
  --shadow-card-hover: 0 16px 48px 0 rgba(31, 38, 135, 0.30);
}

/* ========================================
   HEADER COOTRAVIPA
   ======================================== */

.header-cootravipa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-cootravipa__top {
  display: none;
}

.header-cootravipa__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-cootravipa__contact {
  display: flex;
  gap: 2rem;
}

.header-cootravipa__contact-item {
  color: var(--white);
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
}

.header-cootravipa__contact-item:hover {
  opacity: 0.8;
}

.header-cootravipa__social {
  display: flex;
  gap: 1rem;
}

.header-cootravipa__social-link {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-green);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  border: 1px solid var(--primary-green);
}

.header-cootravipa__social-link:hover {
  background: var(--dark-blue);
  color: var(--white);
  transform: translateY(-2px);
  border-color: var(--dark-blue);
}

.header-cootravipa__social-link svg {
  width: 15px;
  height: 15px;
}

.header-cootravipa__main {
  padding: 1rem 2rem 1rem;
}

.header-cootravipa__logo img {
  height: 75px;
  padding: 0.5rem 1rem 0.5rem 0;
  border-radius: 8px;
}

.header-cootravipa__mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.header-cootravipa__mobile-toggle span {
  width: 25px;
  height: 3px;
  background: var(--dark-gray);
  transition: all 0.3s ease;
}

.header-cootravipa__mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.header-cootravipa__mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.header-cootravipa__mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.header-cootravipa__menu {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.header-cootravipa__menu-item {
  position: relative;
}

.header-cootravipa__menu-link {
  color: var(--dark-blue);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0.6rem;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 0.95rem;
}

.header-cootravipa__menu-link:hover,
.header-cootravipa__menu-link.active {
  color: var(--primary-green);
}

.header-cootravipa__menu-link--cta {
  background: var(--primary-green);
  color: var(--white) !important;
  border-radius: 50px;
  padding: 0.5rem 1.5rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(24, 189, 25, 0.3);
  transition: all 0.3s ease;
}

.header-cootravipa__menu-link--cta:hover {
  background: var(--secondary-blue);
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 189, 25, 0.4);
}

.header-cootravipa__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1rem 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  margin: 0;
}

.header-cootravipa__menu-item--has-submenu:hover .header-cootravipa__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-cootravipa__submenu li {
  padding: 0;
}

.header-cootravipa__submenu a {
  color: var(--dark-blue);
  text-decoration: none;
  padding: 0.7rem 1.5rem;
  display: block;
  transition: all 0.3s ease;
}

.header-cootravipa__submenu a:hover {
  background: var(--light-gray);
  color: var(--primary-green);
}

/* ========================================
   FOOTER COOTRAVIPA
   ======================================== */

.footer-cootravipa {
  background: #171c66;
  color: var(--white);
}

.footer-cootravipa__main {
  padding: 4rem 2rem 2rem;
}

.footer-cootravipa__container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-cootravipa__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.footer-cootravipa__logo img {
  height: 50px;
  margin-bottom: 1.5rem;
}

.footer-cootravipa__description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-cootravipa__social {
  display: flex;
  gap: 1rem;
}

.footer-cootravipa__social a {
  width: 40px;
  height: 40px;
  background: var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-cootravipa__social a:hover {
  background: var(--primary-green);
  transform: translateY(-3px);
}

.footer-cootravipa__social a svg {
  width: 20px;
  height: 20px;
}

.footer-cootravipa__title {
  color: var(--primary-green);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.footer-cootravipa__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-cootravipa__list li {
  margin-bottom: 0.8rem;
}

.footer-cootravipa__list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-cootravipa__list a:hover {
  color: var(--white);
  padding-left: 5px;
}

.footer-cootravipa__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-cootravipa__contact-list li {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.footer-cootravipa__contact-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-cootravipa__contact-list a:hover {
  color: var(--white);
}

.footer-cootravipa__seals {
  padding: 2rem;
}

.footer-cootravipa__seals-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.footer-cootravipa__seal img {
  height: 30px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-cootravipa__seal img:hover {
  opacity: 1;
}

.footer-cootravipa__bottom {
  padding: 1.5rem 2rem;
  text-align: center;
}

.footer-cootravipa__bottom p {
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer-cootravipa__credits a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-cootravipa__credits a:hover {
  color: var(--white);
}

/* ========================================
   HERO CAROUSEL - 2D PERSPECTIVE
   ======================================== */

.hero {
  position: relative;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 0;
  overflow: hidden;
}

.hero__carousel-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  perspective: 1200px;
}

.hero__carousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__slide {
  position: absolute;
  width: 85%;
  height: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Active slide - center, full scale */
.hero__slide--active {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

/* Previous slide - left, smaller */
.hero__slide--prev {
  transform: translateX(-65%) scale(0.75);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

/* Next slide - right, smaller */
.hero__slide--next {
  transform: translateX(65%) scale(0.75);
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

/* Hidden slides */
.hero__slide--hidden {
  transform: translateX(0) scale(0.5);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 150, 57, 0.35) 0%, rgba(43, 95, 138, 0.25) 100%);
  z-index: 1;
}

.hero__container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

@media(min-width: 1366px) {
  .hero__container {
    max-width: 1280px;
  }
}

.hero__content {
  max-width: 700px;
}

.hero__title {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero__subtitle {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 2rem;
  line-height: 1.6;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.hero__description {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.hero__cta {
  display: inline-block;
  background: var(--primary-green);
  color: var(--white);
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(24, 189, 25, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero__cta:hover {
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(24, 189, 25, 0.6);
  background: var(--secondary-blue);
}

/* Navigation buttons */
.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  width: 55px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  color: var(--white);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.hero__nav:hover {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) scale(1.05);
}

.hero__nav--prev {
  left: 30px;
}

.hero__nav--next {
  right: 30px;
}

/* Dots navigation */
.hero__dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.hero__dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero__dot--active,
.hero__dot:hover {
  background: var(--white);
  width: 30px;
  border-radius: 6px;
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

/* .about::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--primary-green);
  opacity: 0.05;
  border-radius: 50%;
  top: -200px;
  left: -100px;
} */

@keyframes aboutFloat {

  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }

  50% {
    transform: translateY(40px) translateX(40px) scale(1.1);
  }
}

.about__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 400px;
  max-height: 500px;
}

.about__image::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid var(--primary-green);
  border-radius: 20px;
  z-index: -1;
}

.about__image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about__image:hover img {
  transform: scale(1.05);
}

.about__text-content {
  text-align: left;
  padding: 0 3rem;
}

.about__title {
  font-size: 3rem;
  font-weight: 800;
  color: #171c66;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 1.5rem;
}

.about__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-green), var(--accent-gold));
  border-radius: 2px;
}

.about__text {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #2c3e50;
  font-weight: 400;
  margin-bottom: 1.5rem;
  position: relative;
}

.about__text:first-of-type {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-green);
}

.about__text:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: #34495e;
}

/* ========================================
   SERVICES SECTION
   ======================================== */

.services {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.services::before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  /* background: radial-gradient(circle, rgba(0, 150, 57, 0.4) 0%, transparent 70%); */
  top: -400px;
  right: -400px;
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.services::after {
  content: '';
  position: absolute;
  width: 900px;
  height: 900px;
  /* background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%); */
  bottom: -350px;
  left: -350px;
  border-radius: 50%;
  animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }

  50% {
    transform: translateY(30px) translateX(30px);
  }
}

.services__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.services__title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
  text-shadow: none;
}

.services__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.services__description {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-gray);
  max-width: 900px;
  margin: 0 auto 3rem;
  line-height: 1.8;
  font-weight: 600;
  text-shadow: none;
}

.services__subtitle {
  font-size: 1.8rem;
  color: var(--dark-blue);
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  text-shadow: none;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* Service Card - BEM with Glassmorphism */
.service-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  display: block;
  box-shadow: var(--shadow-card);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-card-hover);
}

.service-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2.5rem;
  color: #FFFFFF;
}

.service-card__icon svg {
  width: 48px;
  height: 48px;
  fill: #FFFFFF;
}

.service-card__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.service-card__title {
  font-size: 1.3rem;
  color: var(--dark-blue);
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: none;
}

.service-card__description {
  color: var(--text-gray);
  line-height: 1.6;
  font-size: 1rem;
  text-shadow: none;
}

/* ========================================
   STATS SECTION
   ======================================== */

.stats {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

/* .stats::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: var(--primary-green);
  opacity: 0.05;
  border-radius: 50%;
  top: 0;
  right: -200px;
} */

.stats__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.stats__title {
  text-align: center;
  font-size: 2.5rem;
  color: var(--dark-blue);
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
}

.stats__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.stats__grid {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    ". . item1 item1 . ."
    ". item2 item2 item3 item3 ."
    "item4 item4 item5 item5 item6 item6";
}

.stats__item:nth-child(1) {
  grid-area: item1;
  /* background: linear-gradient(135deg, var(--primary-green), var(--secondary-blue)); */
  background: var(--dark-blue);
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 150, 57, 0.3);
}

.stats__item:nth-child(1) .stats__number,
.stats__item:nth-child(1) .stats__suffix,
.stats__item:nth-child(1) .stats__label {
  /* color: var(--white); */
  color: var(--primary-green);
}

.stats__item:nth-child(1):hover {
  transform: scale(1.08);
  box-shadow: 0 20px 50px rgba(0, 150, 57, 0.4);
}

.stats__item:nth-child(2) {
  grid-area: item2;
}

.stats__item:nth-child(3) {
  grid-area: item3;
}

.stats__item:nth-child(4) {
  grid-area: item4;
}

.stats__item:nth-child(5) {
  grid-area: item5;
}

.stats__item:nth-child(6) {
  grid-area: item6;
}

.stats__item {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.stats__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), var(--secondary-blue));
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.stats__item.counted::before {
  transform: scaleX(1);
}

.stats__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats__number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-green);
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
}

.stats__suffix {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary-green);
  display: inline-block;
  margin-left: 0.3rem;
  vertical-align: super;
  font-size: 1.5rem;
}

.stats__label {
  color: var(--text-gray);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 1rem;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta {
  padding: 1rem 0 5rem;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -150px;
  left: -150px;
}

.cta::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -200px;
  right: -200px;
}

.cta__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.cta__title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: var(--dark-blue);
}

.cta__description {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: var(--text-gray);
}

.cta__buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta__button {
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta__button--primary {
  background: var(--primary-green);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(24, 189, 25, 0.3);
}

.cta__button--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(24, 189, 25, 0.4);
  background: var(--secondary-blue) !important;
  color: var(--white) !important;
}

.cta__button--secondary {
  background: transparent;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
}

.cta__button--secondary:hover {
  background: var(--primary-green);
  color: var(--white);
  transform: translateY(-3px);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 992px) {
  .header-cootravipa__social {
    order: 2;
    margin-left: auto;
  }

  .header-cootravipa__mobile-toggle {
    display: flex;
    order: 3;
    margin-left: 0.5rem;
    margin-right: 1rem;
  }

  .header-cootravipa__logo {
    order: 1;
    margin-left: 1rem;
  }

  .header-cootravipa__main {
    padding: 1rem 0rem 1rem;
  }

  .header-cootravipa__nav {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: var(--white);
    transition: left 0.3s ease;
    overflow-y: auto;
  }

  .header-cootravipa__nav.active {
    left: 0;
  }

  .header-cootravipa__menu {
    flex-direction: column;
    padding: 2rem 0rem;
    gap: 0;
  }

  .header-cootravipa__menu-item {
    border-bottom: 1px solid var(--light-gray);
  }

  .header-cootravipa__menu-link {
    padding: 1rem;
  }

  .header-cootravipa__submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .header-cootravipa__menu-item--has-submenu.active .header-cootravipa__submenu {
    max-height: 300px;
  }

  .header-cootravipa__submenu a {
    padding-left: 2rem;
  }

  .header-cootravipa__menu-item--cta {
    border-bottom: none;
    padding: 1rem;
  }

  .header-cootravipa__menu-link--cta {
    display: inline-block;
    text-align: center;
  }

  .footer-cootravipa__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .hero__slide {
    height: 550px;
  }

  .hero__container {
    padding: 0 1.5rem;
  }

  .hero__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero__subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .hero__subtitle {
    font-size: 1.2rem;
  }

  .hero .owl-nav button {
    width: 50px;
    height: 50px;
  }

  .hero .owl-nav button span {
    font-size: 2rem;
    line-height: 50px;
  }

  .hero__nav {
    display: none;
  }

  .hero__dots {
    bottom: 20px;
    z-index: 100;
  }

  .hero__dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .hero__dot--active {
    width: 24px;
    background: var(--white);
  }

  .about {
    padding: 4rem 0;
  }

  .about__container {
    padding: 0 1.5rem;
  }

  .services {
    padding: 4rem 0;
  }

  .services__container {
    padding: 0 1.5rem;
  }

  .stats {
    padding: 4rem 0;
  }

  .stats__container {
    padding: 0 1.5rem;
  }

  .cta {
    padding: 4rem 0;
  }

  .cta__container {
    padding: 0 1.5rem;
  }

  .about__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about__image {
    min-height: 300px;
    max-height: 400px;
  }

  .about__image img {
    min-height: 300px;
    max-height: 400px;
  }

  .about__image::before {
    display: none;
  }

  .about__text-content {
    text-align: center;
    padding: 0 1rem;
  }

  .about__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .about__title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .about__text {
    font-size: 1.1rem;
  }

  .about__text:first-of-type {
    font-size: 1.2rem;
  }

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

  .stats__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "item1"
      "item2"
      "item3"
      "item4"
      "item5"
      "item6";
  }

  .cta__title {
    font-size: 2rem;
  }

  .cta__buttons {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .cta__button {
    width: 100%;
    max-width: 280px;
    padding: 1rem 2rem;
    font-size: 0.95rem;
  }

  .footer-cootravipa__grid {
    grid-template-columns: 1fr;
  }

  .header-cootravipa__social {
    gap: 0.5rem;
  }

  .header-cootravipa__social-link {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .hero__slide {
    height: 500px;
  }

  .hero__container {
    padding: 0 1rem;
  }

  .hero__title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }

  .hero__cta {
    padding: 0.9rem 1.8rem;
    font-size: 0.95rem;
  }

  .header-cootravipa__logo img {
    max-height: 50px;
  }

  .header-cootravipa__social-link {
    width: 28px;
    height: 28px;
  }

  .header-cootravipa__social-link svg {
    width: 13px;
    height: 13px;
  }

  .services__title,
  .stats__title,
  .cta__title {
    font-size: 1.8rem;
  }

  .stats__number {
    font-size: 2.5rem;
  }

  .cta__button {
    max-width: 260px;
    padding: 0.9rem 1.8rem;
    font-size: 0.9rem;
  }
}

/* ========================================
   PAGE HERO - INTERNAL PAGES BANNER
   ======================================== */

.page-hero {
  position: relative;
  margin-top: 110px;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 80, 30, 0.7) 0%, rgba(20, 50, 80, 0.65) 100%);
}

.page-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}

.page-hero__title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-hero__subtitle {
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.page-hero__breadcrumb {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hero__breadcrumb a:hover {
  color: var(--white);
}

/* ========================================
   HISTORY - ALTERNATING BLOCKS
   ======================================== */

/* ── TIMELINE ── */
.timeline {
  padding: 5rem 0 3rem;
}

.timeline__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.timeline__intro {
  text-align: center;
  margin-bottom: 4rem;
}

.timeline__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.timeline__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.timeline__section-desc {
  font-size: 1.1rem;
  color: var(--text-gray);
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto;
}

/* vertical line */
.timeline__line {
  position: relative;
}

.timeline__line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--primary-green), var(--dark-blue), transparent);
  transform: translateX(-50%);
}

/* item grid */
.timeline__item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.timeline__item:last-child {
  margin-bottom: 0;
}

.timeline__item--visible {
  opacity: 1;
  transform: translateY(0);
}

/* odd items: content left, image right */
.timeline__item:nth-child(odd) .timeline__content { order: 1; text-align: right; padding-right: 40px; }
.timeline__item:nth-child(odd) .timeline__dot     { order: 2; }
.timeline__item:nth-child(odd) .timeline__image   { order: 3; padding-left: 40px; }

/* even items: image left, content right */
.timeline__item:nth-child(even) .timeline__image   { order: 1; padding-right: 40px; }
.timeline__item:nth-child(even) .timeline__dot     { order: 2; }
.timeline__item:nth-child(even) .timeline__content { order: 3; text-align: left; padding-left: 40px; }

/* dot */
.timeline__dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}

.timeline__dot-inner {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--secondary-blue);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 3px var(--primary-green);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.timeline__item:hover .timeline__dot-inner {
  transform: scale(1.3);
}

/* content */
.timeline__tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-green);
  font-weight: 500;
}

.timeline__year {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-green);
  line-height: 1;
  margin-bottom: 6px;
}

.timeline__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 10px;
  line-height: 1.3;
}

.timeline__text {
  font-size: 1.1rem;
  color: var(--text-gray);
  line-height: 1.8;
}

/* image */
.timeline__image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.timeline__item:hover .timeline__image img {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

/* highlight item (fundação) */
.timeline__item--highlight .timeline__content {
  background: var(--dark-blue);
  border-radius: 16px;
  padding: 28px 32px;
  text-align: left !important;
}

.timeline__item--highlight .timeline__year {
  color: var(--primary-green);
}

.timeline__item--highlight .timeline__title {
  color: var(--primary-green);
}

.timeline__item--highlight .timeline__text {
  color: rgba(255, 255, 255, 0.75);
}

.timeline__item--highlight .timeline__tag {
  color: rgba(255, 255, 255, 0.6);
}

.timeline__item--highlight .timeline__dot-inner {
  background: var(--secondary-blue);
  box-shadow: 0 0 0 4px var(--secondary-blue), 0 0 0 7px rgba(3, 37, 126, 0.3);
}

/* ========================================
   PILLARS - STRATEGIC PILLARS FLOW
   ======================================== */

/* ========================================
   MV - MISSAO VISAO (BB STYLE)
   ======================================== */

.mv {
  background: #f7f8fc;
  padding: 5rem 0 6rem;
  overflow: hidden;
}

.mv__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Header */
.mv__header {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.mv__title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--dark-blue);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.mv__title span {
  color: var(--primary-green);
}

.mv__subtitle {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.85;
}

/* Cor laranja para Proposito */
.mv__circle--orange {
  border-color: #f57c00;
  margin: 10px 0 0 0;
}

.mv__content-indicator--orange::before {
  background: #f57c00;
}

.mv__content-indicator--orange .mv__content-dot {
  background: #f57c00;
}

.mv__content-title--orange {
  color: #f57c00;
}

/* Row - cada bloco missao/visao */
.mv__row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.mv__row:last-child {
  margin-bottom: 0;
}

/* Circulo posicionado a direita */
.mv__circle-wrap--right .mv__circle--green {
  margin: 20px 0 0 30px;
}

/* Circle wrap - contem imagem + decorativos */
.mv__circle-wrap {
  position: relative;
  flex: 0 0 340px;
  width: 340px;
  height: 340px;
}

/* Imagem circular */
.mv__circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 6px solid transparent;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.mv__circle--green {
  border-color: var(--primary-green);
  margin: 10px 0 0 0;
}

.mv__circle--blue {
  border-color: var(--secondary-blue);
  margin: 10px 0 0 10px;
}

.mv__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Elementos decorativos posicionados */
.mv__deco {
  position: absolute;
  z-index: 1;
}

.mv__deco--dot-grid {
  top: 0;
  right: 10px;
}

.mv__deco--square {
  bottom: 40px;
  left: 0;
  opacity: 0.6;
}

.mv__deco--waves {
  bottom: 10px;
  right: 0;
}

.mv__deco--crosses {
  top: 0;
  left: 10px;
}

.mv__deco--triangle {
  bottom: 20px;
  right: 20px;
}

.mv__deco--zigzag {
  bottom: 0;
  left: 0;
}

/* Content - texto ao lado da imagem */
.mv__content {
  flex: 1;
  min-width: 0;
}

.mv__content-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.mv__content-indicator::before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
}

.mv__content-indicator--green::before {
  background: var(--primary-green);
}

.mv__content-indicator--blue::before {
  background: var(--secondary-blue);
}

.mv__content-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.mv__content-indicator--green .mv__content-dot {
  background: var(--primary-green);
}

.mv__content-indicator--blue .mv__content-dot {
  background: var(--secondary-blue);
}

.mv__content-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.mv__content-title--green {
  color: var(--primary-green);
}

.mv__content-title--blue {
  color: var(--secondary-blue);
}

.mv__content-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #444;
  margin: 0;
}

.mv__content-text strong {
  color: var(--dark-blue);
}

/* ========================================
   MV RESPONSIVE
   ======================================== */

@media (max-width: 900px) {
  .mv__row {
    flex-direction: column !important;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }

  .mv__circle-wrap {
    flex: none;
    width: 280px;
    height: 280px;
    order: -1;
  }

  .mv__circle {
    width: 250px;
    height: 250px;
    margin: 10px auto 0 !important;
  }

  .mv__content {
    order: 1;
  }

  .mv__content-indicator {
    justify-content: center;
  }

  .mv__title {
    font-size: 2.2rem;
  }
}

@media (max-width: 600px) {
  .mv {
    padding: 3rem 0 4rem;
  }

  .mv__title {
    font-size: 1.8rem;
  }

  .mv__circle-wrap {
    width: 250px;
    height: 250px;
  }

  .mv__circle {
    width: 220px;
    height: 220px;
  }

  .mv__content-title {
    font-size: 1.6rem;
  }

  .mv__proposito {
    padding: 1.5rem;
  }

  .mv__row {
    margin-bottom: 3.5rem;
  }
}

/* ========================================
   VALUES - PILLS
   ======================================== */

.values {
  background: var(--white);
  padding: 5rem 0;
  text-align: center;
}

.values__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.values__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 2.5rem;
}

.values__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.values__pill {
  display: inline-block;
  background: var(--white);
  color: var(--dark-blue);
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
  border: 1px solid var(--medium-gray);
  transition: all 0.3s ease;
  cursor: default;
}

.values__pill:hover {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
}

/* ========================================
   COUNCILS - LEADERSHIP CARDS
   ======================================== */

.councils {
  padding: 5rem 0;
}

.councils__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.councils__intro {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}

.councils__intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-gray);
}

/* Section with members (Conselho de Administracao) */
.councils__section {
  margin-bottom: 3rem;
}

.councils__section-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.councils__section-header .councils__card-icon {
  margin: 0 auto 1rem;
}

.councils__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}

.councils__section-subtitle {
  font-size: 1rem;
  color: var(--primary-green);
  font-weight: 600;
}

.councils__section-description {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-gray);
  max-width: 700px;
  margin: 0 auto 3rem;
}

/* Shared photo element */
.councils__photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  border: 4px solid var(--white);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, var(--primary-green), var(--dark-blue));
  position: relative;
}

.councils__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.councils__photo-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* President highlight */
.councils__president {
  text-align: center;
  margin-bottom: 3rem;
}

.councils__president .councils__photo {
  width: 160px;
  height: 160px;
  border: 5px solid var(--primary-green);
  box-shadow: 0 10px 35px rgba(24, 189, 25, 0.2);
}

.councils__president .councils__photo-initials {
  font-size: 2.8rem;
}

.councils__president-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.3rem;
}

.councils__president-role {
  display: inline-block;
  background: var(--primary-green);
  color: var(--white);
  padding: 0.4rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Members grid */
.councils__members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.councils__member-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.councils__member-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-card-hover);
}

.councils__member-card .councils__photo {
  width: 110px;
  height: 110px;
}

.councils__member-card .councils__photo-initials {
  font-size: 1.8rem;
}

.councils__member-card-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.councils__member-card-role {
  font-size: 0.9rem;
  color: var(--primary-green);
  font-weight: 600;
}

/* Other councils cards (Etica, Fiscal, COPAC) */
.councils__card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.councils__card:last-child {
  margin-bottom: 0;
}

.councils__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.councils__card-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.councils__card-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, var(--primary-green), var(--dark-blue));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.councils__card-icon svg {
  width: 30px;
  height: 30px;
  color: var(--white);
}

.councils__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-blue);
}

.councils__card-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
}

.councils__card-description:last-child {
  margin-bottom: 0;
}

/* ========================================
   INTERNAL PAGES - RESPONSIVE
   ======================================== */

@media (max-width: 992px) {
  .page-hero {
    height: 270px;
    margin-top: 100px;
  }

  .page-hero__title {
    font-size: 2.5rem;
  }

  .timeline__item {
    margin-bottom: 4rem;
  }

  .councils__members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-hero {
    height: 220px;
    margin-top: 100px;
  }

  .page-hero__title {
    font-size: 2rem;
  }

  .page-hero__breadcrumb {
    font-size: 0.95rem;
  }

  .timeline {
    padding: 3rem 0 2rem;
  }

  .timeline__container {
    padding: 0 1.5rem;
  }

  .timeline__section-title {
    font-size: 2rem;
  }

  .timeline__line::before {
    left: 28px;
  }

  .timeline__item,
  .timeline__item:nth-child(odd),
  .timeline__item:nth-child(even) {
    display: flex;
    flex-direction: column;
    padding-left: 64px;
    position: relative;
    margin-bottom: 3rem;
  }

  .timeline__dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 56px;
  }

  .timeline__image,
  .timeline__item:nth-child(odd) .timeline__image,
  .timeline__item:nth-child(even) .timeline__image {
    order: 10;
    padding: 16px 0 0;
  }

  .timeline__content,
  .timeline__item:nth-child(odd) .timeline__content,
  .timeline__item:nth-child(even) .timeline__content {
    order: 1;
    padding: 0;
    text-align: left !important;
  }

  .timeline__item--highlight .timeline__content {
    padding: 22px 20px !important;
  }

  .timeline__year {
    font-size: 2rem;
  }

  .timeline__title {
    font-size: 1.1rem;
  }

  .mission {
    padding: 3rem 0;
  }

  .mission__purpose {
    padding: 2.5rem 0;
  }

  .mission__purpose-text {
    font-size: 1.4rem;
  }

  .mission__purpose-quote {
    padding: 1.5rem 1.5rem;
  }

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

  .mission__card-title {
    font-size: 1.5rem;
  }

  .values {
    padding: 3rem 0;
  }

  .values__title {
    font-size: 1.8rem;
  }

  .councils {
    padding: 3rem 0;
  }

  .councils__container {
    padding: 0 1.5rem;
  }

  .councils__card {
    padding: 2rem 1.5rem;
  }

  .councils__card-title {
    font-size: 1.3rem;
  }

  .councils__section-title {
    font-size: 1.6rem;
  }

  .councils__members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .councils__president .councils__photo {
    width: 130px;
    height: 130px;
  }

  .councils__member-card .councils__photo {
    width: 90px;
    height: 90px;
  }

  .councils__member-card-name {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .page-hero {
    height: 270px;
  }

  .page-hero__title {
    font-size: 1.6rem;
  }

  .timeline__item,
  .timeline__item:nth-child(odd),
  .timeline__item:nth-child(even) {
    margin-bottom: 2.5rem;
    padding-left: 52px;
  }

  .timeline__section-title {
    font-size: 1.6rem;
  }

  .timeline__year {
    font-size: 1.8rem;
  }

  .timeline__title {
    font-size: 1rem;
  }

  .timeline__text {
    font-size: 0.9rem;
  }

  .timeline__line::before {
    left: 22px;
  }

  .timeline__dot {
    width: 44px;
  }

  .mission__purpose {
    padding: 2rem 0;
  }

  .mission__purpose-text {
    font-size: 1.2rem;
  }

  .mission__purpose-quote {
    padding: 1.2rem 1.2rem;
  }

  .mission__card {
    padding: 2rem 1.2rem;
  }

  .values__pill {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }

  .councils__card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .councils__card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .councils__card-icon svg {
    width: 24px;
    height: 24px;
  }

  .councils__members-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .councils__member-card {
    padding: 1.5rem 1rem;
  }

  .councils__member-card .councils__photo {
    width: 80px;
    height: 80px;
  }

  .councils__member-card .councils__photo-initials {
    font-size: 1.4rem;
  }

  .councils__president .councils__photo {
    width: 110px;
    height: 110px;
  }

  .councils__president-name {
    font-size: 1.2rem;
  }
}

/* ========================================
   SERVICES PAGE - SVC BLOCKS
   ======================================== */

.svc {
  padding: 5rem 0;
}

.svc__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.svc__intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem;
}

.svc__intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-gray);
}

.svc__block {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  scroll-margin-top: 130px;
}

.svc__block:last-child {
  margin-bottom: 0;
}

.svc__block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.svc__block--reverse {
  grid-template-columns: 1fr 340px;
}

.svc__block--reverse .svc__media {
  order: 2;
}

.svc__block--reverse .svc__content {
  order: 1;
}

/* Media: image + badge overlay */
.svc__media {
  position: relative;
  align-self: stretch;
}

.svc__image {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 280px;
}

.svc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.svc__block:hover .svc__image img {
  transform: scale(1.05);
}

.svc__badge {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  border: 3px solid var(--white);
}

.svc__block--reverse .svc__badge {
  right: auto;
  left: -15px;
}

.svc__badge svg {
  width: 30px;
  height: 30px;
  fill: var(--white);
}

.svc__badge img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.svc__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.3rem;
  position: relative;
  padding-bottom: 1rem;
}

.svc__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.svc__subtitle {
  font-size: 1.1rem;
  color: var(--primary-green);
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.svc__text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
}

.svc__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.svc__features li {
  font-size: 1rem;
  color: var(--dark-gray);
  padding-left: 1.8rem;
  position: relative;
  line-height: 1.6;
}

.svc__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: var(--primary-green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

/* ========================================
   SERVICES PAGE - RESPONSIVE
   ======================================== */

@media (max-width: 992px) {
  .svc__block {
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .svc__block--reverse {
    grid-template-columns: 1fr 260px;
  }

  .svc__image {
    min-height: 240px;
  }

  .svc__title {
    font-size: 1.6rem;
  }

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

@media (max-width: 768px) {
  .svc {
    padding: 3rem 0;
  }

  .svc__container {
    padding: 0 1.5rem;
  }

  .svc__intro {
    margin-bottom: 3rem;
  }

  .svc__block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
    margin-bottom: 2.5rem;
    overflow: hidden;
  }

  .svc__block--reverse {
    grid-template-columns: 1fr;
  }

  .svc__block--reverse .svc__media {
    order: 0;
  }

  .svc__block--reverse .svc__content {
    order: 0;
  }

  .svc__image {
    min-height: 220px;
    border-radius: 20px 20px 0 0;
  }

  .svc__badge {
    bottom: auto;
    top: 15px;
    right: 15px;
  }

  .svc__block--reverse .svc__badge {
    left: auto;
    right: 15px;
  }

  .svc__content {
    padding: 0 1.5rem 2rem;
  }

  .svc__title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .svc__block .svc__content {
    text-align: center;
  }

  .svc__text {
    text-align: left;
  }

  .svc__features {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .svc__block {
    margin-bottom: 2rem;
  }

  .svc__image {
    min-height: 180px;
  }

  .svc__badge {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    border-radius: 14px;
  }

  .svc__badge svg {
    width: 24px;
    height: 24px;
  }

  .svc__content {
    padding: 0 1.2rem 1.5rem;
  }

  .svc__title {
    font-size: 1.4rem;
  }

  .svc__subtitle {
    font-size: 1rem;
  }

  .svc__text {
    font-size: 1rem;
  }
}

/* ========================================
   GOVERNANCA - PRINCIPLES & POLICIES
   ======================================== */

.gov {
  padding: 5rem 0;
}

.gov__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Intro */
.gov__intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.gov__intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-gray);
}

/* Principles Section */
.gov__principles {
  margin-bottom: 5rem;
}

.gov__principles-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gov__principles-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.gov__principles-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.gov__principles-subtitle {
  font-size: 1.1rem;
  color: var(--text-gray);
  max-width: 600px;
  margin: 0 auto;
}

/* Hexagonal Grid */
.gov__hex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

/* Hexagonal Card */
.gov__hex-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem 1.5rem 1.8rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gov__hex-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
}

/* Hexagonal Shape - clip-path polygon */
.gov__hex-shape {
  width: 180px;
  height: 180px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #009739, #0070d4, #171c66);
}

.gov__hex-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.gov__hex-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.gov__hex-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-gray);
}

/* Policies Section */
.gov__policies {
  margin-bottom: 1rem;
}

.gov__policies-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gov__policies-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

.gov__policies-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.gov__policies-subtitle {
  font-size: 1.1rem;
  color: var(--text-gray);
  max-width: 600px;
  margin: 0 auto;
}

.gov__policies-grid {
  display: grid;
  gap: 30px;
}

.gov__policies-grid--featured {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.gov__policies-grid--docs {
  grid-template-columns: repeat(3, 1fr);
}

/* Policy Card */
.gov__policy-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
}

.gov__policy-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.gov__policy-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.gov__policy-icon svg {
  width: 30px;
  height: 30px;
  color: var(--white);
}

.gov__policy-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}

.gov__policy-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
}

.gov__policy-dpo {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.gov__policy-dpo-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gov__policy-dpo-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-blue);
}

.gov__policy-dpo-email {
  font-size: 0.95rem;
  color: var(--primary-green);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.gov__policy-dpo-email:hover {
  color: var(--dark-blue);
}

.gov__policy-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary-green);
  color: var(--white);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
}

.gov__policy-link:hover {
  color: var(--white);
  background: var(--dark-blue);
  transform: translateX(5px);
}

.gov__policy-link span {
  transition: transform 0.3s ease;
}

.gov__policy-link:hover span {
  transform: translateX(3px);
}

.gov__policy-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.gov__policy-link--outline {
  background: transparent;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
}

.gov__policy-link--outline:hover {
  background: var(--primary-green);
  color: var(--white);
}

button.gov__policy-link {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

/* Modal Regimento */
.gov-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.gov-modal.active {
  display: flex;
}

.gov-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

.gov-modal__content {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  padding: 2.5rem;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  animation: govModalIn 0.3s ease;
}

@keyframes govModalIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.gov-modal__close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--text-secondary);
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gov-modal__close:hover {
  color: var(--primary-green);
  background: rgba(0, 0, 0, 0.05);
}

.gov-modal__title {
  font-size: 1.75rem;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  border-bottom: 3px solid var(--primary-green);
  padding-bottom: 1rem;
}

.gov-modal__body h3 {
  font-size: 1.15rem;
  color: var(--dark-blue);
  margin: 1.5rem 0 0.75rem;
}

.gov-modal__body p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.gov-modal__body ul,
.gov-modal__body ol {
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.gov-modal__body li {
  margin-bottom: 0.5rem;
}

.gov-modal__body strong {
  color: var(--dark-blue);
}

@media (max-width: 768px) {
  .gov-modal__content {
    width: 95%;
    padding: 1.5rem;
    max-height: 90vh;
  }

  .gov-modal__title {
    font-size: 1.35rem;
  }
}

/* Leadership Banner */
.gov__leadership {
  background: linear-gradient(135deg, var(--primary-green), var(--dark-blue));
  border-radius: 20px;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(23, 28, 102, 0.2);
}

.gov__leadership::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -100px;
  right: -100px;
}

.gov__leadership::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  bottom: -80px;
  left: -60px;
}

.gov__leadership-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gov__leadership-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.gov__leadership-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 2rem;
}

.gov__leadership-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  color: var(--dark-blue);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.gov__leadership-btn:hover {
  background: var(--primary-green);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gov__leadership-btn span {
  transition: transform 0.3s ease;
}

.gov__leadership-btn:hover span {
  transform: translateX(3px);
}

/* ========================================
   GOVERNANCA - RESPONSIVE
   ======================================== */

@media (max-width: 1279px) {
  .gov__hex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
    justify-content: center;
    justify-items: center;
  }

  .gov__hex-card {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .gov__policies-grid {
    gap: 20px;
  }

  .gov__policies-grid--docs {
    grid-template-columns: repeat(2, 1fr);
  }

  .gov__policy-card {
    padding: 2rem;
  }

  .gov__principles-title,
  .gov__policies-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .gov {
    padding: 3rem 0;
  }

  .gov__container {
    padding: 0 1.5rem;
  }

  .gov__intro {
    margin-bottom: 3rem;
  }

  .gov__principles {
    margin-bottom: 3rem;
  }

  .gov__policies {
    margin-bottom: 3rem;
  }

  .gov__hex-grid {
    gap: 1.5rem;
  }

  .gov__hex-title {
    font-size: 1rem;
  }

  .gov__hex-text {
    font-size: 0.85rem;
  }

  .gov__policies-grid {
    gap: 20px;
  }

  .gov__policies-grid--featured,
  .gov__policies-grid--docs {
    grid-template-columns: 1fr;
  }

  .gov__principles-title,
  .gov__policies-title {
    font-size: 1.8rem;
  }

  .gov__leadership {
    padding: 2.5rem 1.5rem;
  }

  .gov__leadership-title {
    font-size: 1.6rem;
  }

  .gov__leadership-text {
    font-size: 1.05rem;
  }
}

@media (max-width: 480px) {
  .gov__hex-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .gov__hex-card {
    width: 90%;
    max-width: none;
    justify-self: center;
  }

  .gov__policy-card {
    padding: 1.5rem;
  }

  .gov__policy-text {
    font-size: 1rem;
  }

  .gov__policy-title {
    font-size: 1.2rem;
  }

  .gov__leadership {
    padding: 2rem 1.2rem;
  }

  .gov__leadership-title {
    font-size: 1.4rem;
  }

  .gov__leadership-btn {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
}


/* ========================================
   ASSOCIE-SE - MEMBERSHIP PAGE
   ======================================== */

/* Base */
.assoc {
  padding: 5rem 0;
}

.assoc__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Layout - texto + form lado a lado */
.assoc__layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

.assoc__intro-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.assoc__intro-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.assoc__intro-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-gray);
  margin-bottom: 1rem;
}

.assoc__intro-text:last-child {
  margin-bottom: 0;
}

/* Benefits Card */
.assoc__benefits-card {
  background: var(--light-gray);
  border-radius: 20px;
  padding: 2.5rem;
}

.assoc__benefits-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
}

.assoc__benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.assoc__benefits-item {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--dark-gray);
}

.assoc__benefits-item:last-child {
  margin-bottom: 0;
}

.assoc__benefits-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: var(--primary-green);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Form Section */
.assoc__form-section {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.assoc__form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.assoc__form-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assoc__form-icon svg {
  width: 30px;
  stroke: var(--white);
}

.assoc__form-icon img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

.assoc__form-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}

.assoc__form-subtitle {
  font-size: 1.1rem;
  color: var(--text-gray);
}

/* Form Grid - funciona com HTML puro e CF7 */
.assoc__form-area .assoc__form-grid,
.assoc__form-area .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

/* Campos genéricos (compatíveis com HTML puro E CF7) */
.assoc__form-group {
  display: flex;
  flex-direction: column;
}

.assoc__form-group--full {
  grid-column: 1 / -1;
}

.assoc__form-area label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}

.assoc__form-area input[type="text"],
.assoc__form-area input[type="email"],
.assoc__form-area input[type="tel"],
.assoc__form-area input[type="date"],
.assoc__form-area select,
.assoc__form-area textarea,
.assoc__form-area .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid var(--medium-gray);
  border-radius: 12px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: var(--white);
  color: var(--dark-gray);
  font-family: inherit;
  box-sizing: border-box;
}

.assoc__form-area input[type="text"]:focus,
.assoc__form-area input[type="email"]:focus,
.assoc__form-area input[type="tel"]:focus,
.assoc__form-area input[type="date"]:focus,
.assoc__form-area select:focus,
.assoc__form-area textarea:focus,
.assoc__form-area .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(24, 189, 25, 0.15);
  outline: none;
}

.assoc__form-area textarea {
  resize: vertical;
  min-height: 120px;
}

.assoc__form-area select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px;
  padding-right: 2.5rem;
}

/* Required asterisk */
.assoc__required {
  color: var(--accent-red);
}

/* File Upload */
.assoc__file-upload {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.assoc__file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.assoc__file-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--white);
  border: 2px solid var(--medium-gray);
  border-radius: 12px;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark-gray);
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.assoc__file-button svg {
  width: 18px;
  height: 18px;
}

.assoc__file-button:hover {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(24, 189, 25, 0.15);
}

.assoc__file-name {
  font-size: 0.9rem;
  color: var(--text-gray);
}

/* Checkbox */
.assoc__form-group--checkbox {
  margin-top: 0.5rem;
}

.assoc__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 400 !important;
  color: var(--dark-gray) !important;
  font-size: 1rem !important;
}

.assoc__checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--primary-green);
  cursor: pointer;
  flex-shrink: 0;
}

/* Submit */
.assoc__form-submit,
.assoc__form-area .wpcf7-submit {
  grid-column: 1 / -1;
  background: var(--primary-green);
  color: var(--white);
  padding: 1.1rem 3rem;
  border-radius: 50px;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 20px rgba(24, 189, 25, 0.3);
  margin-top: 0.5rem;
}

.assoc__form-submit:hover,
.assoc__form-area .wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(24, 189, 25, 0.35);
  background: var(--secondary-blue);
}

/* CF7 validation */
.assoc__form-area .wpcf7-not-valid {
  border-color: var(--accent-red);
}

.assoc__form-area .wpcf7-response-output {
  grid-column: 1 / -1;
  text-align: center;
  border-radius: 12px;
  padding: 1rem;
}

.assoc__form-area .wpcf7-mail-sent-ok {
  border-color: var(--primary-green);
  color: var(--primary-green);
}

.assoc__form-area .wpcf7-validation-errors {
  border-color: var(--accent-red);
  color: var(--accent-red);
}

.assoc__form-area .wpcf7-not-valid-tip {
  color: var(--accent-red);
  font-size: 0.85rem;
  margin-top: 0.3rem;
}

/* CF7: neutraliza o wrapper de cada campo para o layout casar com o HTML original */
.assoc__form-area .wpcf7-form-control-wrap {
  display: contents;
}

/* CF7 file input: esconder de verdade. A regra genérica de campo forçaria
   width:100% + padding e, com position:absolute, estouraria o layout (scrollbar). */
.assoc__form-area .assoc__file-upload {
  position: relative;
}

.assoc__form-area .assoc__file-upload .wpcf7-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
}

/* CF7 acceptance (termos) com a mesma cara do checkbox original.
   Usa as duas classes (.wpcf7-form-control.wpcf7-acceptance) para vencer a
   regra genérica de campo que aplicaria borda/padding/largura total. */
.assoc__form-area .wpcf7-form-control.wpcf7-acceptance {
  border: 0;
  padding: 0;
  background: none;
  width: auto;
}

.assoc__form-area .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.assoc__form-area .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-weight: 400;
  color: var(--dark-gray);
  font-size: 1rem;
  margin-bottom: 0;
}

.assoc__form-area .wpcf7-acceptance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--primary-green);
  cursor: pointer;
  flex-shrink: 0;
}

/* Responsive - Associe-se */
@media (max-width: 992px) {
  .assoc__layout {
    gap: 2rem;
  }

  .assoc__intro-title {
    font-size: 2rem;
  }

  .assoc__form-section {
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .assoc {
    padding: 3rem 0;
  }

  .assoc__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .assoc__intro-title {
    font-size: 1.8rem;
  }

  .assoc__intro-text {
    font-size: 1.05rem;
  }

  .assoc__form-section {
    padding: 2rem;
  }

  .assoc__form-area .assoc__form-grid,
  .assoc__form-area .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .assoc__form-group--full {
    grid-column: 1;
  }

  .assoc__form-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .assoc {
    padding: 2rem 0;
  }

  .assoc__container {
    padding: 0 1rem;
  }

  .assoc__intro-title {
    font-size: 1.5rem;
  }

  .assoc__intro-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .assoc__benefits-card {
    padding: 1.5rem;
  }

  .assoc__benefits-title {
    font-size: 1.2rem;
  }

  .assoc__benefits-item {
    font-size: 0.95rem;
  }

  .assoc__form-section {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .assoc__form-title {
    font-size: 1.4rem;
  }

  .assoc__form-subtitle {
    font-size: 1rem;
  }

  .assoc__form-submit,
  .assoc__form-area .wpcf7-submit {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

/* ==========================================================================
   Contato Page
   ========================================================================== */

.contato {
  padding: 5rem 0;
}

.contato__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contato__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* Info Column */
.contato__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contato__info-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-blue);
  position: relative;
  padding-bottom: 1rem;
}

.contato__info-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary-green);
  border-radius: 2px;
}

.contato__info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.contato__info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contato__info-item:nth-of-type(3) .contato__info-icon svg {
  transform: rotate(90deg);
}

.contato__info-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--white);
}

.contato__info-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contato__info-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contato__info-text strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-blue);
}

.contato__info-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-gray);
  margin: 0;
}

.contato__info-text a {
  color: var(--text-gray);
  text-decoration: none;
  transition: color 0.3s;
}

.contato__info-text a:hover {
  color: var(--primary-green);
}

/* Map Section */
.contato__map {
  width: 100%;
  line-height: 0;
}

.contato__map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

/* Responsive - Contato */
@media (max-width: 992px) {
  .contato__layout {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .contato {
    padding: 3rem 0;
  }

  .contato__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contato__info-title {
    font-size: 1.8rem;
  }

  .contato__map iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contato {
    padding: 2rem 0;
  }

  .contato__container {
    padding: 0 1rem;
  }

  .contato__info-title {
    font-size: 1.5rem;
  }

  .contato__map iframe {
    height: 250px;
  }
}

/* ========================================
   LIDERANCA PAGE - Redesign
   Blocos BEM: leadership-intro, leadership-section,
   leadership-accordion, leadership-councils
   ======================================== */

/* --- Bloco: leadership-intro --- */
.leadership-intro {
  background: var(--white);
  padding: 4rem 0;
}

.leadership-intro__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}

.leadership-intro__title {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--dark-blue);
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.2;
}

.leadership-intro__text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-gray);
  max-width: 700px;
  margin: 0 auto;
}

/* --- Bloco: leadership-section --- */
.leadership-section {
  background: var(--white);
  padding: 5rem 0;
}

.leadership-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.leadership-section__header {
  text-align: center;
  margin-bottom: 3rem;
}

.leadership-section__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 0.5rem;
}

.leadership-section__subtitle {
  font-size: 1rem;
  color: var(--primary-green);
  font-weight: 600;
  margin-bottom: 1rem;
}

.leadership-section__description {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-gray);
  max-width: 650px;
  margin: 0 auto;
}

/* --- Bloco: leadership-accordion --- */
.leadership-accordion-rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.leadership-accordion-rows--pyramid .leadership-accordion {
  margin-inline: auto;
}

.leadership-accordion-rows--pyramid .leadership-accordion--tier-0 {
  width: 100%;
}

.leadership-accordion-rows--pyramid .leadership-accordion--tier-1 {
  width: 55%;
  min-width: 320px;
}

.leadership-accordion {
  display: flex;
  height: 50vh;
  min-height: 420px;
  max-height: 600px;
  overflow: hidden;
  border-radius: 16px;
}

.leadership-accordion__item {
  flex: 1 1 0%;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: flex 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.leadership-accordion__item:first-child {
  border-radius: 16px 0 0 16px;
}

.leadership-accordion__item:last-child {
  border-radius: 0 16px 16px 0;
}

.leadership-accordion__fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.leadership-accordion__item:nth-child(2) .leadership-accordion__fallback {
  background: linear-gradient(135deg, var(--secondary-blue), var(--primary-green));
}

.leadership-accordion__item:nth-child(3) .leadership-accordion__fallback {
  background: linear-gradient(135deg, var(--dark-blue), var(--secondary-blue));
}

.leadership-accordion__item:nth-child(4) .leadership-accordion__fallback {
  background: linear-gradient(135deg, var(--primary-green), var(--dark-blue));
}

.leadership-accordion__item:nth-child(5) .leadership-accordion__fallback {
  background: linear-gradient(135deg, var(--secondary-blue), var(--dark-blue));
}

.leadership-accordion__initials {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 4px;
  user-select: none;
}

.leadership-accordion__item:not(.leadership-accordion__item--no-photo) .leadership-accordion__fallback {
  z-index: -1;
}

.leadership-accordion__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 2rem 1.5rem;
  z-index: 1;
}

.leadership-accordion__content {
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
}

.leadership-accordion__role {
  display: inline-block;
  background: var(--primary-green);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}

.leadership-accordion__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.leadership-accordion__bio {
  font-size: 0.85rem;
  color: var(--medium-gray);
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.leadership-accordion__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  margin-top: 0.5rem;
  transition: background 0.3s ease;
}

.leadership-accordion__linkedin:hover {
  background: var(--primary-green);
}

.leadership-accordion__linkedin svg {
  width: 16px;
  height: 16px;
}

.leadership-accordion__item:hover {
  flex: 3 1 0%;
}

.leadership-accordion__item:hover .leadership-accordion__content {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.leadership-accordion__item:hover .leadership-accordion__bio {
  max-height: 80px;
}

.leadership-accordion__item:hover .leadership-accordion__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
}

/* --- Bloco: leadership-councils --- */
.leadership-councils {
  background: var(--white);
  padding: 0 0 5rem;
}

.leadership-councils__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.leadership-councils__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.leadership-councils__card {
  background: var(--light-gray);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease;
  border: 1px solid var(--medium-gray);
}

.leadership-councils__card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.leadership-councils__icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.leadership-councils__icon svg {
  width: 24px;
  height: 24px;
  color: var(--white);
}

.leadership-councils__card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 1rem;
}

.leadership-councils__card-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-gray);
}

/* --- Responsive: Lideranca --- */
@media (max-width: 1024px) {
  .leadership-intro__title {
    font-size: 2.2rem;
  }

  .leadership-councils__grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .leadership-intro {
    padding: 3rem 0;
  }

  .leadership-intro__title {
    font-size: 1.6rem;
  }

  .leadership-intro__text {
    font-size: 1rem;
  }

  .leadership-section {
    padding: 3rem 0;
  }

  .leadership-section__title {
    font-size: 1.6rem;
  }

  .leadership-accordion {
    flex-direction: column;
    height: auto;
    min-height: unset;
    max-height: none;
    gap: 1rem;
  }

  .leadership-accordion__item {
    min-height: 300px;
    flex: none !important;
    border-radius: 12px !important;
  }

  .leadership-accordion__content {
    transform: none;
    opacity: 1;
  }

  .leadership-accordion__bio {
    max-height: 80px;
  }

  .leadership-accordion__initials {
    font-size: 2rem;
  }

  .leadership-accordion__overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  }

  .leadership-councils {
    padding: 0 0 3rem;
  }
}

/* ============================================
   PÁGINA DE NOTÍCIAS
   ============================================ */

.noticias {
  padding: 4rem 2rem;
  background: var(--white);
}

.noticias__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Grid Principal */
.noticias__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Tag de Categoria */
.noticias__tag {
  display: inline-block;
  background: var(--primary-green);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.noticias__data {
  font-size: 0.8rem;
  color: #888;
}

/* === Coluna Esquerda: Destaques === */
.noticias__destaques {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.noticias__destaque-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.noticias__destaque-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.noticias__destaque-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.noticias__destaque-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.noticias__destaque-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.noticias__destaque-card:hover .noticias__destaque-img img {
  transform: scale(1.05);
}

.noticias__destaque-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.noticias__destaque-titulo {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.3;
  margin: 0;
}

.noticias__destaque-resumo {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* === Coluna Direita: Lista de Notícias === */
.noticias__lista {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.noticias__lista-item {
  border-bottom: 1px solid #e8e8e8;
}

.noticias__lista-item:last-child {
  border-bottom: none;
}

.noticias__lista-link {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
  transition: opacity 0.3s ease;
}

.noticias__lista-link:hover {
  opacity: 0.85;
}

.noticias__lista-texto {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.noticias__lista-titulo {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1.35;
  margin: 0;
  transition: color 0.3s ease;
}

.noticias__lista-link:hover .noticias__lista-titulo {
  color: var(--primary-green);
}

.noticias__lista-resumo {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.noticias__lista-img {
  width: 160px;
  min-width: 160px;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  overflow: hidden;
}

.noticias__lista-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.noticias__lista-link:hover .noticias__lista-img img {
  transform: scale(1.05);
}

/* Botão Ver Mais */
.noticias__ver-mais {
  text-align: center;
  margin-top: 3rem;
}

.noticias__ver-mais-btn {
  display: inline-block;
  padding: 1rem 3rem;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.noticias__ver-mais-btn:hover {
  background: var(--dark-blue);
  color: var(--white);
}

/* === Responsivo Notícias === */
@media (max-width: 992px) {
  .noticias__grid {
    grid-template-columns: 1fr;
  }

  .noticias__lista-img {
    width: 130px;
    min-width: 130px;
  }
}

@media (max-width: 576px) {
  .noticias {
    padding: 2rem 1rem;
  }

  .noticias__destaque-titulo {
    font-size: 1.15rem;
  }

  .noticias__lista-link {
    flex-direction: column-reverse;
    gap: 0.75rem;
  }

  .noticias__lista-img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .noticias__ver-mais-btn {
    width: 100%;
    text-align: center;
  }
}

/* Paginação Notícias */
.noticias__paginacao {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.noticias__paginacao a,
.noticias__paginacao span {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: var(--dark-blue);
  font-weight: 500;
  transition: all 0.3s ease;
}

.noticias__paginacao a:hover {
  background: var(--primary-green);
  color: var(--white);
  border-color: var(--primary-green);
}

.noticias__paginacao .current {
  background: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}

/* Sem notícias */
.noticias__vazio {
  text-align: center;
  padding: 4rem 2rem;
}

.noticias__vazio h2 {
  color: var(--dark-blue);
  margin-bottom: 1rem;
}

.noticias__vazio p {
  color: #666;
  font-size: 1.1rem;
}

/* ============================================
   SINGLE NOTÍCIA
   ============================================ */

.single-noticia {
  padding: 3rem 2rem 4rem;
  background: var(--white);
}

.single-noticia__container {
  max-width: 860px;
  margin: 0 auto;
}

/* Meta */
.single-noticia__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.single-noticia__data,
.single-noticia__autor {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #777;
}

.single-noticia__data svg,
.single-noticia__autor svg {
  color: var(--primary-green);
}

/* Imagem destacada */
.single-noticia__imagem {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.single-noticia__imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Conteúdo */
.single-noticia__conteudo {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
}

.single-noticia__conteudo h2,
.single-noticia__conteudo h3,
.single-noticia__conteudo h4 {
  color: var(--dark-blue);
  margin: 2rem 0 1rem;
}

.single-noticia__conteudo h2 {
  font-size: 1.5rem;
}

.single-noticia__conteudo h3 {
  font-size: 1.25rem;
}

.single-noticia__conteudo p {
  margin-bottom: 1.25rem;
}

.single-noticia__conteudo img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.single-noticia__conteudo blockquote {
  border-left: 4px solid var(--primary-green);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #555;
}

.single-noticia__conteudo ul,
.single-noticia__conteudo ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.single-noticia__conteudo li {
  margin-bottom: 0.5rem;
}

/* Compartilhar */
.single-noticia__compartilhar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid #e8e8e8;
}

.single-noticia__compartilhar > span {
  font-weight: 600;
  color: var(--dark-blue);
}

.single-noticia__share-links {
  display: flex;
  gap: 0.6rem;
}

.single-noticia__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--white);
  transition: all 0.3s ease;
}

.single-noticia__share-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.single-noticia__share-btn--facebook {
  background: #1877F2;
}

.single-noticia__share-btn--whatsapp {
  background: #25D366;
}

.single-noticia__share-btn--linkedin {
  background: #0A66C2;
}

/* Navegação entre posts */
.single-noticia__navegacao {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid #e8e8e8;
}

.single-noticia__nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
  max-width: 45%;
  transition: all 0.3s ease;
}

.single-noticia__nav-link:hover .single-noticia__nav-title {
  color: var(--primary-green);
}

.single-noticia__nav-link--next {
  text-align: right;
  margin-left: auto;
}

.single-noticia__nav-label {
  font-size: 0.8rem;
  color: var(--primary-green);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-noticia__nav-title {
  font-size: 0.95rem;
  color: var(--dark-blue);
  font-weight: 500;
  line-height: 1.3;
  transition: color 0.3s ease;
}

/* Voltar */
.single-noticia__voltar {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e8e8e8;
}

/* === Responsivo Single === */
@media (max-width: 768px) {
  .single-noticia {
    padding: 2rem 1rem 3rem;
  }

  .single-noticia__conteudo {
    font-size: 1rem;
  }

  .single-noticia__navegacao {
    flex-direction: column;
  }

  .single-noticia__nav-link {
    max-width: 100%;
  }

  .single-noticia__nav-link--next {
    text-align: left;
  }

  .single-noticia__compartilhar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   Agenda Institucional
   ============================================================ */
.agenda {
  padding: 4rem 2rem;
  background: var(--white);
}

.agenda__container {
  max-width: 1280px;
  margin: 0 auto;
}

.agenda__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.agenda__card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.agenda__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.agenda__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.agenda__img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.agenda__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.agenda__card:hover .agenda__img img {
  transform: scale(1.05);
}

/* Selo de data sobre a imagem */
.agenda__data {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 0.5rem 0.6rem;
  background: var(--primary-green);
  color: var(--white);
  border-radius: 8px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.agenda__data--inline {
  position: static;
  display: inline-flex;
  margin-bottom: 1rem;
}

.agenda__data-dia {
  font-size: 1.5rem;
  font-weight: 800;
}

.agenda__data-mes {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.agenda__content {
  padding: 1.5rem;
}

.agenda__titulo {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--secondary-blue);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.agenda__meta {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.agenda__meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #666;
}

.agenda__meta svg {
  flex-shrink: 0;
  color: var(--primary-green);
}

.agenda__resumo {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.agenda__paginacao {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.agenda__paginacao .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75rem;
  border-radius: 6px;
  background: var(--light-gray);
  color: var(--dark-gray);
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.agenda__paginacao .page-numbers.current,
.agenda__paginacao .page-numbers:hover {
  background: var(--primary-green);
  color: var(--white);
}

.agenda__vazio {
  text-align: center;
  padding: 4rem 1rem;
  color: #777;
}

.agenda__vazio h2 {
  color: var(--secondary-blue);
  margin-bottom: 0.5rem;
}

/* === Single Evento === */
.single-agenda {
  background: var(--white);
}

.single-agenda__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

.single-agenda__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.single-agenda__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-gray);
}

.single-agenda__meta-item svg {
  color: var(--primary-green);
}

.single-agenda__imagem {
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
}

.single-agenda__imagem img {
  width: 100%;
  height: auto;
  display: block;
}

.single-agenda__conteudo {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--dark-gray);
}

.single-agenda__conteudo p {
  margin-bottom: 1.25rem;
}

.single-agenda__compartilhar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

.single-agenda__share-links {
  display: flex;
  gap: 0.75rem;
}

.single-agenda__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light-gray);
  color: var(--secondary-blue);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.single-agenda__share-btn:hover {
  background: var(--primary-green);
  color: var(--white);
  transform: translateY(-2px);
}

.single-agenda__voltar {
  margin-top: 2.5rem;
  text-align: center;
}

@media (max-width: 960px) {
  .agenda__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .agenda {
    padding: 3rem 1.25rem;
  }

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

  .single-agenda {
    padding: 2rem 1.25rem 3rem;
  }

  .single-agenda__compartilhar {
    flex-direction: column;
    align-items: flex-start;
  }
}