/* ===== MAVF Corporation — shared page components (beyond noticias.html) ===== */

/* ---------- Generic two-column hero ---------- */
.mavf-hero2 { padding: 88px 32px 72px; }
.mavf-hero2-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.mavf-hero2-text { flex: 1 1 480px; min-width: 320px; }
.mavf-hero2-media { flex: 1 1 420px; min-width: 320px; }
.mavf-hero2-logo { height: 64px; width: auto; display: block; margin-bottom: 18px; }
.mavf-breadcrumb { color: #8A9088; font-weight: 600; font-size: 12.5px; letter-spacing: .1em; display: block; margin-bottom: 14px; }
.mavf-badge { display: inline-block; font-weight: 600; font-size: 13px; letter-spacing: .04em; padding: 6px 14px; border-radius: 100px; margin-bottom: 22px; }
.mavf-hero2-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 42px; line-height: 1.15; color: #3C4750; }
.mavf-hero2-body { font-size: 17px; line-height: 1.6; color: #5B6670; margin-top: 20px; max-width: 520px; }

.mavf-btn-primary {
  display: inline-block; margin-top: 28px; background: #76AB40; color: #FFFFFF;
  font-weight: 600; font-size: 16px; padding: 16px 28px; border-radius: 8px; border: none; cursor: pointer;
  font-family: 'Public Sans', sans-serif;
}
.mavf-btn-primary:hover { background: #5F8F34; }
.mavf-btn-outline-dark {
  display: inline-block; background: #FFFFFF; color: #1D2126; font-weight: 600; font-size: 16px;
  padding: 14px 30px; border-radius: 100px; border: 2px solid #1D2126;
}
.mavf-btn-outline-dark:hover { background: #1D2126; color: #FFFFFF; }
.mavf-btn-round-primary {
  display: inline-block; background: #76AB40; color: #FFFFFF; font-weight: 600; font-size: 16px;
  padding: 15px 30px; border-radius: 100px;
}
.mavf-btn-round-primary:hover { background: #5F8F34; }

/* ---------- Placeholder photo (stand-in for the design's fillable image slots) ---------- */
.mavf-photo-placeholder {
  width: 100%; border-radius: 20px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 10px; text-align: center; padding: 20px; box-sizing: border-box;
  background: #EEEFE9; color: rgba(29, 33, 38, 0.4); box-shadow: 0 20px 50px -30px rgba(29, 33, 38, 0.3);
  position: relative; overflow: hidden;
}
.mavf-photo-placeholder svg { opacity: .55; }
.mavf-photo-placeholder span { font-size: 12px; line-height: 1.4; max-width: 85%; }

/* ---------- Quote box (asesoria-financiera) ---------- */
.mavf-quote-box {
  max-width: 820px; margin: 0 auto 40px; background: #EEF4E6; border-radius: 16px; padding: 36px 40px; text-align: center;
}
.mavf-quote-box p {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.5; color: #3C4750;
}

/* ---------- Section kicker + title ---------- */
.mavf-section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.mavf-section-head .kicker { font-weight: 700; font-size: 13px; letter-spacing: .06em; }
.mavf-section-head h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 30px; color: #3C4750; margin-top: 10px; }

/* ---------- Rotating dial selector ---------- */
.mavf-dial-section { padding: 56px 32px 96px; }
.mavf-dial-section-inner { max-width: 1240px; margin: 0 auto; }
@keyframes mavfDialSpin { to { transform: rotate(360deg); } }
.mavf-dial { position: relative; width: min(100%, 720px); margin: 0 auto; aspect-ratio: 1; }
.mavf-dial-ring { position: absolute; left: 11%; top: 11%; width: 78%; height: 78%; border-radius: 50%; border: 1px dashed var(--dial-ring, #C6D2B8); }
.mavf-dial-spin {
  position: absolute; left: 11%; top: 11%; width: 78%; height: 78%; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--dial-spin, rgba(118,171,64,0)) 0 66%, var(--dial-spin-mid, rgba(118,171,64,.6)) 86%, var(--dial-spin, rgba(118,171,64,0)) 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 calc(50% - 2px), #000 calc(50% - 2px) 50%, transparent 50%);
  mask: radial-gradient(circle, transparent 0 calc(50% - 2px), #000 calc(50% - 2px) 50%, transparent 50%);
  animation: mavfDialSpin 18s linear infinite;
}
.mavf-dial-hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  border-radius: 50%; background: #FFFFFF; border: 1px solid #E4E7E1; box-shadow: 0 26px 60px -30px rgba(60, 71, 80, .35);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  box-sizing: border-box; overflow: hidden;
}
.mavf-dial.pent .mavf-dial-hub { width: 40%; height: 40%; padding: 7%; }
.mavf-dial.hex .mavf-dial-hub { width: 38%; height: 38%; padding: 6.5%; }
.mavf-dial-hub .num { color: var(--dial-accent, #76AB40); font-weight: 700; font-size: 11px; letter-spacing: .16em; }
.mavf-dial-hub h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(14px, 1.75vw, 18px); line-height: 1.18; color: #3C4750; margin-top: 7px; }
.mavf-dial-hub p { font-size: clamp(11px, 1.25vw, 12.5px); line-height: 1.45; color: #5B6670; margin-top: 8px; }
.mavf-dial-hub a { display: inline-block; margin-top: 9px; color: #5F8F34; font-weight: 700; font-size: clamp(10.5px, 1.2vw, 12px); }
.mavf-dial-node {
  position: absolute; transform: translate(-50%, -50%); aspect-ratio: 1; border-radius: 50%;
  background: #FFFFFF; border: 1px solid #E4E7E1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; box-sizing: border-box; cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
  box-shadow: 0 12px 28px -22px rgba(60, 71, 80, .4);
}
.mavf-dial.pent .mavf-dial-node { width: 23%; padding: 6%; }
.mavf-dial.hex .mavf-dial-node { width: 21.5%; padding: 5.5%; }
.mavf-dial-node:hover { transform: translate(-50%, -50%) scale(1.05); }
.mavf-dial-node.is-on {
  background: var(--dial-on-bg, #3C4750); border-color: var(--dial-on-bg, #3C4750);
  box-shadow: 0 22px 44px -22px rgba(60, 71, 80, .6); transform: translate(-50%, -50%) scale(1.06);
}
.mavf-dial-num { font-weight: 700; letter-spacing: .14em; color: var(--dial-num, #9AA79A); }
.mavf-dial.pent .mavf-dial-num { font-size: clamp(9px, 1.1vw, 11px); }
.mavf-dial.hex .mavf-dial-num { font-size: clamp(9px, 1.1vw, 11px); }
.mavf-dial-node.is-on .mavf-dial-num { color: var(--dial-on-num, #8DBE55); }
.mavf-dial-t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; line-height: 1.25; color: #3C4750; margin-top: 5px; }
.mavf-dial.pent .mavf-dial-t { font-size: clamp(10px, 1.3vw, 13px); }
.mavf-dial.hex .mavf-dial-t { font-size: clamp(10.5px, 1.35vw, 13.5px); }
.mavf-dial-node.is-on .mavf-dial-t { color: #FFFFFF; }

.mavf-dial.pent .mavf-dial-node[data-pos="1"] { left: 50%; top: 11%; }
.mavf-dial.pent .mavf-dial-node[data-pos="2"] { left: 87.1%; top: 37.9%; }
.mavf-dial.pent .mavf-dial-node[data-pos="3"] { left: 72.9%; top: 81.6%; }
.mavf-dial.pent .mavf-dial-node[data-pos="4"] { left: 27.1%; top: 81.6%; }
.mavf-dial.pent .mavf-dial-node[data-pos="5"] { left: 12.9%; top: 37.9%; }

.mavf-dial.hex .mavf-dial-node[data-pos="1"] { left: 50%; top: 11%; }
.mavf-dial.hex .mavf-dial-node[data-pos="2"] { left: 83.8%; top: 30.5%; }
.mavf-dial.hex .mavf-dial-node[data-pos="3"] { left: 83.8%; top: 69.5%; }
.mavf-dial.hex .mavf-dial-node[data-pos="4"] { left: 50%; top: 89%; }
.mavf-dial.hex .mavf-dial-node[data-pos="5"] { left: 16.2%; top: 69.5%; }
.mavf-dial.hex .mavf-dial-node[data-pos="6"] { left: 16.2%; top: 30.5%; }

.mavf-dial-list { display: none; grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
.mavf-dial-list-item { background: #FFFFFF; border: 1px solid #E4E7E1; border-radius: 16px; padding: 24px; }
.mavf-dial-list-item .dot { width: 10px; height: 10px; border-radius: 2px; margin-bottom: 14px; background: var(--dial-accent, #76AB40); }
.mavf-dial-list-item h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; color: #3C4750; }
.mavf-dial-list-item p { font-size: 14.5px; line-height: 1.6; color: #5B6670; margin-top: 10px; }
@media (max-width: 820px) {
  .mavf-dial { display: none; }
  .mavf-dial-list { display: grid; }
}

/* ---------- Secondary split section (image + text) ---------- */
.mavf-secondary { padding: 80px 32px; background: #FFFFFF; border-top: 1px solid #E4E7E1; border-bottom: 1px solid #E4E7E1; }
.mavf-secondary-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.mavf-secondary-inner.reverse { flex-wrap: wrap-reverse; }
.mavf-secondary-text { flex: 1 1 420px; min-width: 300px; }
.mavf-secondary-media { flex: 1 1 420px; min-width: 300px; }
.mavf-secondary-text .kicker { font-weight: 700; font-size: 13px; letter-spacing: .06em; color: #76AB40; }
.mavf-secondary-text h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 26px; color: #3C4750; margin-top: 10px; }
.mavf-secondary-text p { font-size: 15px; line-height: 1.6; color: #5B6670; margin-top: 14px; }
.mavf-secondary-text a.mavf-text-link { display: inline-block; margin-top: 20px; color: #5F8F34; font-weight: 700; font-size: 15px; border-bottom: 2px solid #76AB40; padding-bottom: 2px; }

.mavf-bullet-list { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.mavf-bullet-list span { font-size: 15px; color: #3C4750; }

.mavf-profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.mavf-profile-card { display: block; background: #F7F8F6; border: 1px solid #E4E7E1; border-radius: 16px; padding: 28px; }
.mavf-profile-card:hover { border-color: #76AB40; }
.mavf-profile-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; color: #3C4750; }
.mavf-profile-card p { font-size: 14px; line-height: 1.6; color: #6B747C; margin-top: 8px; }
.mavf-profile-card .link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: #5F8F34; font-weight: 700; font-size: 14px; }

/* ---------- CTA banner (dark) ---------- */
.mavf-cta-dark { padding: 88px 32px; background: #3C4750; text-align: center; }
.mavf-cta-dark h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 32px; color: #FFFFFF; }
.mavf-cta-dark p { font-size: 16px; color: #B7BFB4; margin-top: 14px; max-width: 480px; margin-left: auto; margin-right: auto; }

.mavf-cta-hero {
  max-width: 960px; margin: 0 auto; background: #1D2126; border-radius: 32px; padding: clamp(56px, 9vw, 96px) 32px;
  text-align: center; position: relative; overflow: hidden; box-shadow: 0 40px 90px -40px rgba(29, 33, 38, 0.4);
}
.mavf-cta-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 640px 380px at 50% 0%, rgba(118, 171, 64, 0.20), rgba(118, 171, 64, 0) 70%);
}
.mavf-cta-hero > * { position: relative; }
.mavf-cta-hero .kicker { color: #8DBE55; font-weight: 700; font-size: 13px; letter-spacing: .14em; }
.mavf-cta-hero h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 46px); color: #FFFFFF; letter-spacing: -.015em; margin-top: 16px; }
.mavf-cta-hero p { font-size: 16.5px; line-height: 1.6; color: #B7BFB4; margin-top: 16px; max-width: 480px; margin-left: auto; margin-right: auto; }
.mavf-cta-hero .actions { display: flex; gap: 14px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }
.mavf-btn-ghost-dark {
  background: transparent; color: #FFFFFF; font-weight: 600; font-size: 16px; padding: 14px 32px;
  border-radius: 100px; border: 2px solid rgba(255, 255, 255, 0.35); display: inline-block;
}
.mavf-btn-ghost-dark:hover { background: #FFFFFF; color: #1D2126; border-color: #FFFFFF; }

/* ---------- News article page ---------- */
.mavf-article-head { padding: 72px 32px 0; }
.mavf-article-head-inner { max-width: 720px; margin: 0 auto; }
.mavf-article-head-inner h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; color: #1D2126; }
.mavf-article-meta { display: block; margin-top: 16px; font-size: 13.5px; color: #8A9088; }
.mavf-article-media { padding: 36px 32px 0; }
.mavf-article-media-inner { max-width: 820px; margin: 0 auto; }
.mavf-article-body { padding: 48px 32px 96px; }
.mavf-article-body-inner { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
.mavf-article-block h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 22px; color: #1D2126; margin-bottom: 12px; }
.mavf-article-block p { font-size: 16px; line-height: 1.75; color: #3C4750; }
.mavf-article-cta { background: #F5F6F3; border-radius: 16px; padding: 28px; margin-top: 12px; }
.mavf-article-cta h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; color: #1D2126; }
.mavf-article-cta p { font-size: 14.5px; line-height: 1.6; color: #6B747C; margin-top: 8px; }
.mavf-article-cta .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.mavf-article-cta .actions a.primary { color: #FFFFFF; font-weight: 600; font-size: 14.5px; padding: 12px 22px; border-radius: 8px; }
.mavf-article-cta .actions a.secondary { background: #FFFFFF; color: #1D2126; font-weight: 600; font-size: 14.5px; padding: 12px 22px; border-radius: 8px; border: 1.5px solid #1D2126; }
.mavf-article-back { font-weight: 700; font-size: 14.5px; margin-top: 8px; display: inline-block; }

/* ---------- Advisory: full page ---------- */
.mavf-video-frame {
  max-width: 1320px; margin: 0 auto; width: 100%; height: clamp(320px, 46vw, 620px); border-radius: 28px;
  overflow: hidden; position: relative; background: #EEEFE9; box-shadow: 0 40px 80px -30px rgba(29, 33, 38, 0.35);
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px;
  border: 2px dashed #C9CCC4; box-sizing: border-box; color: #7A827A; font: 13px monospace;
}
.mavf-what-we-do { padding: 56px 0 80px; background: #F5F6F3; }
.mavf-what-we-do-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.mavf-what-we-do .kicker { color: #76AB40; font-weight: 700; font-size: 13px; letter-spacing: .1em; }
.mavf-solve-row { display: flex; align-items: flex-start; gap: 56px; margin-top: 20px; }
.mavf-solve-photo { flex-shrink: 0; width: 420px; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 60px -28px rgba(29, 33, 38, 0.3); align-self: stretch; }
.mavf-solve-text { flex: 1; min-width: 280px; }
.mavf-solve-text h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(30px, 4vw, 46px); color: #1D2126; letter-spacing: -.015em; line-height: 1.15; }
.mavf-solve-text h2 .accent { color: #76AB40; }
.mavf-service-row { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid #E2E4DD; }
.mavf-service-row:last-child { border-bottom: none; }
.mavf-service-row img { width: 56px; height: 56px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.mavf-service-row h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: #1D2126; }
.mavf-service-row p { font-size: 14.5px; line-height: 1.6; color: #6B747C; margin-top: 8px; }
.mavf-service-row a { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: #5F8F34; font-weight: 700; font-size: 14px; }
@media (max-width: 900px) { .mavf-solve-row { flex-direction: column; } .mavf-solve-photo { width: 100%; min-height: 280px; } }

.mavf-steps-section { padding: 56px 32px; }
.mavf-steps-inner { max-width: 1080px; margin: 0 auto; }
.mavf-steps-row { display: flex; align-items: flex-start; gap: 0; }
.mavf-step-card { flex: 1; min-width: 0; text-align: center; padding: 44px 26px; background: #FFFFFF; border-radius: 24px; box-shadow: 0 20px 50px -30px rgba(29, 33, 38, 0.18); }
.mavf-step-circle { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(155deg, #8DBE55, #5F8F34); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; box-shadow: 0 12px 24px -8px rgba(95, 143, 52, 0.5); }
.mavf-step-circle span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 24px; color: #FFFFFF; }
.mavf-step-card .label { display: inline-block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 12px; color: #76AB40; letter-spacing: .14em; margin-bottom: 10px; }
.mavf-step-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: #1D2126; }
.mavf-step-card p { font-size: 14.5px; line-height: 1.6; color: #6B747C; margin-top: 10px; }
.mavf-step-arrow { flex-shrink: 0; width: 64px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 900px) { .mavf-steps-row { flex-direction: column; } .mavf-step-arrow { width: 100%; padding: 6px 0; } .mavf-step-arrow svg { transform: rotate(90deg); } }

.mavf-quote-dark { padding: clamp(80px, 12vw, 180px) 32px; background: #1D2126; position: relative; overflow: hidden; text-align: center; }
.mavf-quote-dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 780px 460px at 18% 8%, rgba(118, 171, 64, 0.20), rgba(118, 171, 64, 0) 65%), radial-gradient(ellipse 820px 480px at 85% 95%, rgba(118, 171, 64, 0.16), rgba(118, 171, 64, 0) 65%), radial-gradient(ellipse 900px 600px at 50% 45%, rgba(118, 171, 64, 0.10), rgba(118, 171, 64, 0) 70%);
}
.mavf-quote-dark .mark { position: relative; display: block; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 90px; line-height: 1; color: #76AB40; opacity: .35; }
.mavf-quote-dark p { position: relative; max-width: 840px; margin: -18px auto 0; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(24px, 3.6vw, 36px); line-height: 1.45; color: #FFFFFF; letter-spacing: -.01em; }

.mavf-trust-section { padding: 56px 32px; background: #F5F6F3; }
.mavf-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; max-width: 1080px; margin: 0 auto; }
.mavf-trust-item { text-align: center; padding: 0 12px; }
.mavf-trust-item img { width: 72px; height: 72px; object-fit: cover; border-radius: 16px; margin: 0 auto 20px; display: block; }
.mavf-trust-item h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; color: #1D2126; }
.mavf-trust-item p { font-size: 14.5px; line-height: 1.6; color: #6B747C; margin-top: 10px; }

.mavf-testimonials-section { padding: 64px 0; overflow: hidden; }
@keyframes mavfMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mavf-testi-track { display: flex; gap: 24px; width: max-content; animation: mavfMarquee 34s linear infinite; }
.mavf-testi-track:hover { animation-play-state: paused; }
.mavf-testi-mask { mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent); }
.mavf-testi-card { background: #F5F6F3; border-radius: 24px; padding: 36px; width: 360px; flex-shrink: 0; }
.mavf-testi-card .stars { color: #76AB40; font-size: 15px; letter-spacing: 2px; }
.mavf-testi-card p { font-size: 16px; line-height: 1.7; color: #1D2126; margin-top: 14px; }
.mavf-testi-who { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.mavf-testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: #EEF4E6; color: #5F8F34; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mavf-testi-name { font-weight: 700; font-size: 14px; color: #1D2126; }
.mavf-testi-role { font-size: 13px; color: #6B747C; }

.mavf-faq-section { padding: 0 32px 64px; }
.mavf-faq-inner { max-width: 760px; margin: 0 auto; }
.mavf-faq-card { background: #FFFFFF; border-radius: 28px; padding: 8px clamp(20px, 4vw, 40px); box-shadow: 0 30px 70px -40px rgba(29, 33, 38, 0.22); }
.mavf-faq-item { border-bottom: 1px solid #EDEEE9; }
.mavf-faq-item:last-child { border-bottom: none; }
.mavf-faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 26px 4px; display: flex;
  justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 18px; color: #1D2126; letter-spacing: -.005em; gap: 24px;
}
.mavf-faq-q:hover { color: #5F8F34; }
.mavf-faq-icon { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid #E2E4DD; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mavf-faq-icon span { width: 8px; height: 8px; flex-shrink: 0; border-right: 2px solid #76AB40; border-bottom: 2px solid #76AB40; transform: rotate(45deg); transition: transform .2s ease; }
.mavf-faq-item.open .mavf-faq-icon span { transform: rotate(225deg); }
.mavf-faq-a { padding: 0 4px 28px; font-size: 15.5px; line-height: 1.7; color: #6B747C; max-width: 620px; display: none; }
.mavf-faq-item.open .mavf-faq-a { display: block; }

/* ---------- Partnerships ---------- */
.mavf-p-hero { padding: 88px 32px 72px; }
.mavf-p-hero-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; align-items: center; }
.mavf-p-services-section { padding: 8px 32px 100px; background: #FAFBFA; }
.mavf-p-services-inner { max-width: 1180px; margin: 0 auto; }
.mavf-p-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; max-width: 1100px; margin: 0 auto; }
.mavf-p-cards.row2 { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin: 26px auto 0; }
.mavf-p-card {
  background: #FFFFFF; border: 1px solid #E7EAE6; border-radius: 18px; padding: 34px 30px; box-shadow: 0 1px 2px rgba(22, 48, 46, 0.04);
  display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.mavf-p-cards.row2 .mavf-p-card { flex: 1 1 300px; max-width: 346px; }
.mavf-p-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -20px rgba(22, 48, 46, 0.22); border-color: #CFE0DC; }
.mavf-p-card-icon { width: 52px; height: 52px; border-radius: 14px; background: #EAF3F1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mavf-p-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18.5px; color: #16302E; margin-top: 22px; }
.mavf-p-card p { font-size: 14.5px; line-height: 1.65; color: #5B6670; margin-top: 10px; flex: 1; }
.mavf-p-card .link { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; color: #1F5C55; font-weight: 700; font-size: 13.5px; }
@media (max-width: 760px) { .mavf-p-cards, .mavf-p-cards.row2 { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column !important; } }

.mavf-p-mid-cta { padding: 64px 32px; }
.mavf-p-mid-cta-inner {
  max-width: 960px; margin: 0 auto; background: #16302E; border-radius: 28px; padding: clamp(44px, 6vw, 64px) 32px;
  text-align: center; position: relative; overflow: hidden;
}
.mavf-p-mid-cta-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 620px 340px at 50% 0%, rgba(47, 111, 107, 0.35), rgba(47, 111, 107, 0) 70%); }
.mavf-p-mid-cta-inner > * { position: relative; }
.mavf-p-mid-cta-inner h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(24px, 3.2vw, 32px); color: #FFFFFF; letter-spacing: -.01em; }
.mavf-p-mid-cta-inner p { font-size: 16px; line-height: 1.6; color: #B9CBC6; margin-top: 14px; max-width: 460px; margin-left: auto; margin-right: auto; }
.mavf-p-mid-cta-inner .actions { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.mavf-btn-teal { background: #2F6F6B; color: #FFFFFF; font-weight: 600; font-size: 15.5px; padding: 15px 28px; border-radius: 100px; display: inline-block; }
.mavf-btn-teal:hover { background: #3C8B85; }
.mavf-btn-ghost-teal { background: transparent; color: #FFFFFF; font-weight: 600; font-size: 15.5px; padding: 13px 28px; border-radius: 100px; border: 1.5px solid rgba(255,255,255,0.32); display: inline-block; }
.mavf-btn-ghost-teal:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }

/* ---------- Homepage ---------- */
.mavf-home-hero { padding: clamp(64px,11vw,140px) 32px clamp(48px,7vw,80px); text-align: center; position: relative; background: radial-gradient(ellipse 900px 520px at 50% 0%, rgba(118,171,64,0.10), rgba(118,171,64,0) 70%); }
.mavf-home-hero .kicker { color: #8A9088; font-weight: 600; font-size: 13px; letter-spacing: .12em; }
.mavf-home-hero .slogan { display: block; margin-top: 10px; color: #5F8F34; font-weight: 700; font-size: 13.5px; letter-spacing: .05em; font-style: italic; }
.mavf-home-hero h1 { font-family: 'Newsreader', serif; font-weight: 600; font-size: clamp(34px,6vw,60px); line-height: 1.15; color: #1D2126; letter-spacing: -.01em; max-width: 900px; margin: 20px auto 0; }
.mavf-home-hero p { font-size: clamp(17px,2vw,20px); line-height: 1.55; color: #6B747C; margin: 26px auto 0; max-width: 640px; }
.mavf-home-hero .actions { display: flex; gap: 14px; margin: 38px auto 0; flex-wrap: wrap; justify-content: center; }

.mavf-home-photo-section { padding: 0 24px clamp(64px,9vw,110px); }
.mavf-home-photo-section .mavf-photo-placeholder { max-width: 1240px; margin: 0 auto; height: clamp(280px,38vw,480px); border-radius: 28px; }

.mavf-units-section { padding: clamp(56px,8vw,100px) 32px clamp(72px,9vw,120px); background: #F5F6F3; }
.mavf-units-section-inner { max-width: 1240px; margin: 0 auto; }
.mavf-unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .mavf-unit-grid { grid-template-columns: 1fr; } }
.mavf-unit-card { background: #FFFFFF; border-radius: 24px; padding: 36px; box-shadow: 0 24px 60px -30px rgba(29,33,38,0.18); display: flex; flex-direction: column; }
.mavf-unit-card-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.mavf-unit-card-icon img { width: 100%; height: 100%; object-fit: cover; }
.mavf-unit-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; color: #1D2126; margin-top: 20px; }
.mavf-unit-card p { font-size: 14.5px; line-height: 1.6; color: #6B747C; margin-top: 10px; }
.mavf-unit-card .tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.mavf-unit-card .tags span { background: #F5F6F3; color: #5B6670; font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 100px; }
.mavf-unit-card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 22px; font-weight: 700; font-size: 14.5px; }

.mavf-why-section { padding: clamp(64px,9vw,110px) 32px; }
.mavf-why-inner { max-width: 1080px; margin: 0 auto; }
.mavf-why-inner .mavf-section-head { max-width: none; }
@keyframes mavfSpin { to { transform: rotate(360deg); } }
.mavf-orbit { position: relative; width: min(100%,800px); margin: 0 auto; aspect-ratio: 1; }
.mavf-orbit-ring { position: absolute; left: 7%; top: 7%; width: 86%; height: 86%; border-radius: 50%; border: 1px dashed #C6D2B8; }
.mavf-orbit-ring2 { position: absolute; left: 24%; top: 24%; width: 52%; height: 52%; border-radius: 50%; border: 1px solid #E9EDE3; }
.mavf-orbit-spin { position: absolute; left: 7%; top: 7%; width: 86%; height: 86%; border-radius: 50%; background: conic-gradient(from 0deg,rgba(118,171,64,0) 0 62%,rgba(118,171,64,.65) 84%,rgba(118,171,64,0) 100%); -webkit-mask: radial-gradient(circle,transparent 0 calc(50% - 2px),#000 calc(50% - 2px) 50%,transparent 50%); mask: radial-gradient(circle,transparent 0 calc(50% - 2px),#000 calc(50% - 2px) 50%,transparent 50%); animation: mavfSpin 16s linear infinite; }
.mavf-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 33%; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #1D2126; box-shadow: 0 30px 70px -30px rgba(29,33,38,.55), 0 0 0 12px rgba(118,171,64,.07); }
.mavf-hub .brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(20px,2.6vw,30px); color: #FFFFFF; letter-spacing: -.01em; line-height: 1; }
.mavf-hub .sub { color: #8DBE55; font-weight: 700; font-size: clamp(8px,.95vw,10.5px); letter-spacing: .2em; margin-top: 7px; }
.mavf-hub .rule { width: 26px; height: 1px; background: rgba(255,255,255,.22); margin: 12px 0; }
.mavf-hub .label { color: #9AA39A; font-weight: 500; font-size: clamp(8px,.9vw,10.5px); letter-spacing: .16em; }
.mavf-node { position: absolute; width: 31%; transform: translate(-50%,-50%); background: #FFFFFF; border: 1px solid #E4E7E1; border-radius: 20px; padding: 22px; box-shadow: 0 18px 40px -28px rgba(29,33,38,.35); box-sizing: border-box; }
.mavf-node .num { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1.5px solid #76AB40; color: #5F8F34; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.mavf-node .head { display: flex; align-items: center; gap: 10px; }
.mavf-node h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 16px; color: #1D2126; letter-spacing: -.005em; }
.mavf-node p { font-size: 13.5px; line-height: 1.62; color: #6B747C; margin-top: 10px; }
.mavf-n1 { left: 20.3%; top: 20.3%; } .mavf-n2 { left: 79.7%; top: 20.3%; } .mavf-n3 { left: 20.3%; top: 79.7%; } .mavf-n4 { left: 79.7%; top: 79.7%; }
@media (max-width: 860px) {
  .mavf-orbit { aspect-ratio: auto; display: flex; flex-direction: column; gap: 16px; }
  .mavf-orbit-ring, .mavf-orbit-ring2, .mavf-orbit-spin { display: none; }
  .mavf-hub { position: static; transform: none; width: 170px; margin: 0 auto 8px; }
  .mavf-node { position: static; transform: none; width: auto; }
}

/* ---------- Investments brand marquee ---------- */
.mavf-brands-section { padding: 0 32px 96px; overflow: hidden; }
.mavf-brands-head { max-width: 1080px; margin: 0 auto; text-align: center; margin-bottom: 40px; }
@keyframes mavfBrandsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mavf-brands-mask { mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.mavf-brands-track { display: flex; width: max-content; align-items: center; animation: mavfBrandsScroll 70s linear infinite; }
.mavf-brands-track:hover { animation-play-state: paused; }
.mavf-brand-logo { flex-shrink: 0; height: 68px; width: 220px; display: flex; align-items: center; justify-content: center; margin-right: 80px; filter: grayscale(1); opacity: .6; transition: opacity .25s ease, filter .25s ease; font-size: 11px; color: #8A9088; text-align: center; position: relative; }
.mavf-brand-logo:hover { filter: grayscale(0); opacity: 1; }

/* ---------- Contact page ---------- */
.mavf-contact-section { padding: 80px 32px 100px; }
.mavf-contact-inner { max-width: 1080px; margin: 0 auto; }
.mavf-contact-layout { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.mavf-contact-side { flex: 1 1 300px; min-width: 280px; display: flex; flex-direction: column; gap: 20px; }
.mavf-wa-card { background: #76AB40; color: #FFFFFF; border-radius: 16px; padding: 28px; display: block; }
.mavf-wa-card:hover { background: #5F8F34; }
.mavf-wa-card .title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; }
.mavf-wa-card .sub { font-size: 14px; margin-top: 8px; opacity: .92; }
.mavf-contact-info { background: #FFFFFF; border: 1px solid #E4E7E1; border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.mavf-contact-info .lbl { font-size: 12px; color: #5B6670; letter-spacing: .04em; }
.mavf-contact-info .val { font-size: 15px; color: #3C4750; font-weight: 600; }
.mavf-contact-note { background: #EEF4E6; border-radius: 16px; padding: 22px; font-size: 13.5px; line-height: 1.6; color: #3C6621; }
.mavf-contact-form-wrap { flex: 2 1 420px; min-width: 320px; background: #FFFFFF; border: 1px solid #E4E7E1; border-radius: 16px; padding: 36px; }
.mavf-contact-form { display: flex; flex-direction: column; gap: 20px; }
.mavf-field label { font-size: 13.5px; font-weight: 600; color: #3C4750; }
.mavf-field input[type="text"], .mavf-field input[type="email"], .mavf-field select, .mavf-field textarea {
  width: 100%; box-sizing: border-box; margin-top: 6px; padding: 12px 14px; border-radius: 8px; border: 1px solid #D8DCD4;
  font-size: 15px; font-family: 'Public Sans', sans-serif; background: #FFFFFF;
}
.mavf-field textarea { resize: vertical; }
.mavf-field-row { display: flex; gap: 16px; flex-wrap: wrap; }
.mavf-field-row .mavf-field { flex: 1 1 200px; }
.mavf-radio-row { display: flex; gap: 20px; margin-top: 8px; }
.mavf-radio-row label { display: flex; align-items: center; gap: 8px; font-size: 14.5px; color: #3C4750; cursor: pointer; font-weight: 400; }
.mavf-radio-row input { accent-color: #76AB40; width: 16px; height: 16px; }
.mavf-consent-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: #5B6670; cursor: pointer; }
.mavf-consent-row input { margin-top: 2px; accent-color: #76AB40; width: 16px; height: 16px; flex-shrink: 0; }
.mavf-consent-row a { color: #5F8F34; font-weight: 600; }
.mavf-form-error { font-size: 13.5px; color: #B14545; }
.mavf-form-hint { font-size: 12.5px; line-height: 1.5; color: #8A6D2A; background: #FBF3DD; border-radius: 8px; padding: 10px 14px; }
.mavf-form-submitted { text-align: center; padding: 40px 12px; }
.mavf-form-submitted .check { width: 56px; height: 56px; border-radius: 50%; background: #EEF4E6; margin: 0 auto 20px; position: relative; }
.mavf-form-submitted .check span { position: absolute; background: #5F8F34; border-radius: 2px; }
.mavf-form-submitted h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; color: #3C4750; }
.mavf-form-submitted p { font-size: 15px; color: #5B6670; margin-top: 10px; }

/* ---------- Unidades page ---------- */
.mavf-units-page { padding: 0 24px; }
.mavf-units-page-inner { max-width: 1240px; margin: 0 auto; }
.mavf-units-page-head { padding: 48px 8px 0; }
.mavf-units-page-head .kicker { color: #76AB40; font-weight: 700; font-size: 13px; letter-spacing: .1em; }
.mavf-units-page-head h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(26px,3.2vw,34px); color: #1D2126; margin-top: 10px; letter-spacing: -.01em; }
.mavf-units-layout { display: flex; align-items: flex-start; }
.mavf-units-sidebar { width: 280px; flex-shrink: 0; border-right: 1px solid #E4E7E1; padding: 56px 28px 56px 32px; position: sticky; top: 80px; display: flex; flex-direction: column; }
.mavf-units-sidebar button { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 12px 4px; font-family: 'Public Sans', sans-serif; font-size: 15px; color: #6B747C; font-weight: 500; }
.mavf-units-sidebar button.active { color: #1D2126; font-weight: 700; }
.mavf-units-sidebar .bar { width: 3px; height: 18px; border-radius: 2px; background: transparent; flex-shrink: 0; }
.mavf-units-sidebar button.active .bar { background: var(--unit-accent, #76AB40); }
.mavf-units-content { flex: 1; min-width: 0; padding: 56px 48px 80px; }
.mavf-units-content .kicker { font-weight: 700; font-size: 13px; letter-spacing: .1em; }
.mavf-units-content h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(24px,2.8vw,30px); color: #1D2126; margin-top: 10px; letter-spacing: -.01em; }
.mavf-units-item-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 40px 44px; margin-top: 40px; }
.mavf-units-item a, .mavf-units-item span.title { display: inline-flex; align-items: center; gap: 6px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; }
.mavf-units-item p { font-size: 14.5px; line-height: 1.65; color: #5B6670; margin-top: 10px; max-width: 340px; }
.mavf-units-content .page-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 44px; font-weight: 700; font-size: 15px; border-bottom: 2px solid; padding-bottom: 2px; }
.mavf-units-footer-links { border-top: 1px solid #E4E7E1; margin-top: 8px; padding: 32px 8px 64px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.mavf-units-footer-links .label { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 15px; color: #1D2126; }
.mavf-units-footer-links a { display: inline-flex; align-items: center; gap: 4px; color: #5F8F34; font-weight: 600; font-size: 14.5px; }
@media (max-width: 820px) {
  .mavf-units-layout { flex-direction: column; }
  .mavf-units-sidebar { width: 100%; border-right: none; border-bottom: 1px solid #E4E7E1; position: static; padding: 32px 24px 20px; flex-direction: row; gap: 8px; overflow-x: auto; }
  .mavf-units-content { padding: 40px 24px 64px; }
}

/* ---------- Privacy page ---------- */
.mavf-legal-section { padding: 80px 32px 100px; }
.mavf-legal-inner { max-width: 760px; margin: 0 auto; }
.mavf-legal-inner .updated { font-size: 14px; color: #5B6670; margin-top: 12px; }
.mavf-legal-sections { margin-top: 40px; display: flex; flex-direction: column; gap: 32px; }
.mavf-legal-sections h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: #3C4750; }
.mavf-legal-sections p { font-size: 15px; line-height: 1.7; color: #5B6670; margin-top: 10px; }
.mavf-legal-sections a { color: #5F8F34; }
.mavf-legal-sections a:hover { color: #3C4750; }
