@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --ink: #102a5c; --blue: #174ea6; --green: #16824a; --lime: #f5c400; --cream: #f7f4e8; --paper: #fffdf7; --muted: #596575; --line: #d5dce7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { max-width: 1240px; margin: 0 auto; padding: 26px 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: -.3px; }
.brand strong { font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--ink); background: var(--lime); font: 700 13px 'Space Grotesk', sans-serif; transform: rotate(-5deg); }
.main-nav { display: flex; gap: 30px; margin-left: auto; color: #536058; font-size: 14px; }
.main-nav a:hover, .footer-links a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; font-weight: 700; font-size: 14px; padding: 16px 21px; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 16px; font-size: 13px; }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--lime); color: var(--ink); }
.hero { max-width: 1240px; margin: 0 auto; min-height: 650px; padding: 54px 32px 76px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 80px; }
.hero-copy { padding-bottom: 24px; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 700; color: var(--green); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 2px; background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -2.4px; line-height: .96; }
h1 { max-width: 620px; margin: 24px 0; font-size: clamp(52px, 6.2vw, 87px); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 490px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { color: var(--green); font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--green); padding-bottom: 4px; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 12px; color: #8a918b; font-size: 12px; margin-top: 55px; }
.note-line { height: 1px; width: 40px; background: var(--line); }
.hero-visual { min-height: 520px; position: relative; }
.photo-placeholder { background: linear-gradient(135deg, #c9d2c6, #899d8d); color: #fff; display: grid; place-items: center; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; line-height: 1.5; }
.photo-placeholder img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.photo-placeholder-main { position: absolute; inset: 0 34px 0 0; background: linear-gradient(145deg, #b9c7bb 10%, #5f816c 75%); }
.photo-placeholder-main:after { content: ''; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.5); }
.photo-placeholder span { position: relative; z-index: 1; }
.hero-sticker { position: absolute; right: -10px; top: 70px; width: 130px; height: 130px; padding-top: 37px; text-align: center; background: var(--lime); border-radius: 50%; transform: rotate(9deg); font-size: 13px; line-height: 1.2; }
.hero-sticker strong { font-size: 18px; }
.hero-number { position: absolute; right: -3px; bottom: 12px; font: 700 34px 'Space Grotesk', sans-serif; color: var(--green); }
.hero-number span { color: #9da79e; font-size: 12px; }
.proof-strip { background: var(--green); color: white; display: flex; justify-content: center; gap: clamp(35px, 12vw, 170px); padding: 25px 32px; }
.proof-strip p { margin: 0; font-size: 13px; font-weight: 600; }
.proof-strip span { color: var(--lime); margin-right: 12px; font: 700 11px 'Space Grotesk', sans-serif; }
.videos { padding-top: 105px; padding-bottom: 115px; }
.videos-content { min-width: 0; }
.videos-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.videos-heading h2 { margin-bottom: 0; }
.videos-heading .eyebrow { margin-bottom: 18px; }
.videos-intro { max-width: 470px; margin: 25px 0 30px; color: var(--muted); line-height: 1.6; }
.carousel-controls { display: flex; gap: 8px; padding-bottom: 5px; }
.carousel-button { width: 42px; height: 42px; border: 1px solid var(--blue); color: var(--blue); background: transparent; font-size: 20px; cursor: pointer; transition: background .2s, color .2s; }
.carousel-button:hover, .carousel-button:focus-visible { color: white; background: var(--blue); }
.video-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--lime) transparent; padding: 4px 0 16px; }
.video-card { position: relative; flex: 0 0 clamp(205px, 27vw, 285px); aspect-ratio: 4 / 5; overflow: hidden; scroll-snap-align: start; background: var(--blue); }
.video-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.video-card:hover img { transform: scale(1.04); }
.video-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16,42,92,.84)); pointer-events: none; }
.video-play { position: absolute; z-index: 1; top: 16px; left: 16px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 14px; }
.video-card-label { position: absolute; z-index: 1; right: 16px; bottom: 16px; left: 16px; color: white; font-size: 12px; font-weight: 700; }
.video-card-label b { float: right; color: var(--lime); font-size: 17px; }
.instagram-link { display: inline-block; margin-top: 20px; }
.section-grid { max-width: 1240px; margin: 0 auto; padding: 135px 32px; display: grid; grid-template-columns: .45fr 1fr .75fr; gap: 45px; align-items: start; }
h2 { font-size: clamp(42px, 5vw, 67px); margin: 16px 0 25px; }
.about-content { max-width: 510px; }
.about-content .lead { color: var(--green); font: 500 22px/1.3 'Space Grotesk', sans-serif; }
.about-content p:not(.lead) { color: var(--muted); line-height: 1.7; margin-bottom: 30px; }
.about-image { min-height: 350px; margin-top: 45px; background: linear-gradient(145deg, #d4dbd0, #8aa08e); }
.ideas { padding: 105px max(32px, calc((100vw - 1176px) / 2)); background: var(--cream); display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.ideas-heading h2 { margin-bottom: 22px; }
.ideas-heading > p { max-width: 310px; color: var(--muted); line-height: 1.6; }
.ideas-list { margin-top: 22px; }
.idea-item { display: grid; grid-template-columns: 40px 1fr 28px; align-items: start; gap: 20px; border-top: 1px solid #c9cdc3; padding: 25px 0; }
.idea-item:last-of-type { border-bottom: 1px solid #c9cdc3; }
.idea-index { color: var(--green); font: 700 12px 'Space Grotesk', sans-serif; }
.idea-item h3 { margin-bottom: 9px; font: 600 20px 'Space Grotesk', sans-serif; letter-spacing: -.5px; }
.idea-item p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }
.idea-arrow { color: var(--green); font-size: 22px; }
.replace-note { grid-column: 2; margin: 28px 0 0; font-size: 11px; color: #818a82; }
.participate { max-width: 1240px; margin: 0 auto; padding: 135px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.participate-copy { max-width: 550px; }
.participate h2 { margin: 20px 0; }
.participate-copy > p:not(.eyebrow) { max-width: 400px; color: var(--muted); line-height: 1.6; margin-bottom: 30px; }
.participate-card { min-height: 330px; padding: 36px; background: var(--green); color: white; display: flex; flex-direction: column; justify-content: space-between; transform: rotate(2deg); }
.card-top { display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #b8ceb8; }
.card-top .brand-mark { background: var(--lime); color: var(--ink); }
.participate-card > p { max-width: 400px; font: 500 28px/1.15 'Space Grotesk', sans-serif; letter-spacing: -1px; }
.card-signature { color: var(--lime); font: 700 18px 'Space Grotesk', sans-serif; }
.site-footer { padding: 38px max(32px, calc((100vw - 1176px) / 2)); background: var(--ink); color: white; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.site-footer .brand-mark { background: var(--lime); }
.site-footer p { margin: 10px 0 0; color: #9daaa0; font-size: 12px; }
.footer-links { display: flex; gap: 22px; font-size: 13px; color: #d1d8d0; }
.copyright { text-align: right; }
.chat-trigger { position: fixed; right: 24px; bottom: 23px; z-index: 10; display: flex; align-items: center; gap: 10px; padding: 11px 16px 11px 12px; border: 0; color: white; background: var(--green); box-shadow: 0 8px 24px rgba(23,32,25,.2); font: 600 13px 'DM Sans', sans-serif; cursor: pointer; }
.chat-icon { display: grid; place-items: center; width: 25px; height: 25px; color: var(--ink); background: var(--lime); }
.chat-panel { display: none; position: fixed; right: 24px; bottom: 78px; z-index: 11; width: min(360px, calc(100vw - 32px)); overflow: hidden; background: var(--paper); box-shadow: 0 15px 45px rgba(23,32,25,.22); border: 1px solid #d7ddd5; }
.chat-panel.is-open { display: block; animation: chat-in .22s ease-out; }
@keyframes chat-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.chat-header { display: flex; justify-content: space-between; align-items: center; background: var(--green); color: white; padding: 18px 20px; }
.chat-header strong, .chat-header span { display: block; }
.chat-header strong { font: 600 16px 'Space Grotesk', sans-serif; }
.chat-header span { margin-top: 3px; color: #c9dbca; font-size: 11px; }
.chat-header i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: var(--lime); border-radius: 50%; }
.chat-header button { border: 0; background: transparent; color: white; font-size: 25px; cursor: pointer; }
.chat-messages { min-height: 190px; max-height: 270px; overflow-y: auto; padding: 20px; }
.message { max-width: 84%; padding: 12px 14px; margin-bottom: 12px; font-size: 13px; line-height: 1.45; }
.message.bot { background: #e7ece4; }
.message.user { margin-left: auto; color: var(--ink); background: var(--lime); }
.quick-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-actions button { border: 1px solid #b9c6bb; padding: 8px 10px; color: var(--green); background: transparent; font: 500 11px 'DM Sans', sans-serif; cursor: pointer; }
.chat-form { display: flex; gap: 8px; border-top: 1px solid #d7ddd5; padding: 12px; }
.chat-form input { min-width: 0; flex: 1; padding: 10px; border: 0; outline: 0; background: #eef1eb; font: 13px 'DM Sans', sans-serif; }
.chat-form button { width: 38px; border: 0; color: var(--ink); background: var(--lime); font-size: 19px; cursor: pointer; }
@media (max-width: 780px) { .site-header { padding: 20px 20px; } .main-nav { display: none; } .site-header .button { padding: 10px 12px; font-size: 12px; } .hero { display: flex; flex-direction: column; gap: 45px; align-items: stretch; padding: 55px 20px 70px; } h1 { font-size: clamp(50px, 14vw, 74px); } .hero-visual { min-height: 420px; } .photo-placeholder-main { inset: 0 20px 0 0; } .hero-sticker { right: -2px; top: 35px; width: 105px; height: 105px; padding-top: 28px; } .proof-strip { justify-content: flex-start; gap: 20px; overflow-x: auto; padding: 20px; } .proof-strip p { white-space: nowrap; } .section-grid, .ideas, .participate { display: block; padding: 85px 20px; } .section-label { margin-bottom: 25px; } .about-image { margin-top: 50px; } .ideas-heading { margin-bottom: 52px; } .replace-note { margin-top: 24px; } .participate-card { margin: 55px 10px 0; } .site-footer { display: grid; padding: 35px 20px; } .copyright { text-align: left; } }
@media (max-width: 460px) { .brand { font-size: 15px; } .site-header .button { display: none; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; } .hero-note { margin-top: 40px; } .hero-visual { min-height: 350px; } .photo-placeholder-main { inset: 0 14px 0 0; } .idea-item { grid-template-columns: 28px 1fr 18px; gap: 10px; } .idea-item h3 { font-size: 17px; } .participate-card { min-height: 300px; padding: 25px; } .participate-card > p { font-size: 23px; } .chat-trigger { right: 15px; bottom: 15px; } .chat-panel { right: 16px; bottom: 70px; } }

/* Briefing direction: institutional Brazilian blue with yellow calls to action. */
:root { --ink: #10233e; --blue: #003e9b; --blue-dark: #002966; --blue-light: #009fe3; --yellow: #ffe000; --yellow-dark: #ffcc00; --green: #009b4d; --green-dark: #006837; --paper: #f5f7fa; --cream: #edf3fa; --muted: #667085; --line: #d8e0ea; }
body { background: var(--paper); color: var(--ink); font-family: 'Barlow', sans-serif; }
.site-header { position: sticky; top: 0; z-index: 20; max-width: none; padding: 14px max(24px, calc((100vw - 1240px) / 2)); background: rgba(245,247,250,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { color: var(--blue-dark); font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 0; }
.brand-mark { width: 48px; height: 36px; color: var(--blue-dark); background: var(--yellow); transform: none; font: 900 14px 'Montserrat', sans-serif; }
.main-nav { gap: 24px; color: var(--ink); font-weight: 600; }
.main-nav a:hover, .footer-links a:hover { color: var(--blue-light); }
.button { border-radius: 2px; font-family: 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: .4px; }
.button-dark { background: var(--blue); }
.button-primary, .button-yellow { background: var(--yellow); color: var(--blue-dark); }
.hero { max-width: 1240px; min-height: 700px; padding: 80px 32px 96px; grid-template-columns: .95fr 1.05fr; gap: 40px; }
.hero-copy { padding-bottom: 0; }
.eyebrow, .section-label { color: var(--blue); letter-spacing: 1.4px; }
.eyebrow span { background: var(--yellow); }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; letter-spacing: -1.8px; }
h1 { max-width: 560px; margin: 22px 0 8px; color: var(--blue-dark); font-size: clamp(50px, 7vw, 96px); line-height: .91; text-transform: uppercase; }
h1 strong { color: var(--blue); }
h2 { color: var(--blue-dark); }
h2 em { color: var(--green); }
.hero-number { position: static; display: inline-block; margin: 10px 0 4px; padding: 0 13px; color: var(--blue-dark); background: var(--yellow); font-size: clamp(64px, 9vw, 126px); line-height: .9; letter-spacing: -6px; transform: rotate(-2deg); }
.hero-slogan { margin: 12px 0; color: var(--green); font-size: 27px; font-style: italic; font-weight: 600; }
.hero-intro { max-width: 510px; color: var(--ink); font-size: 18px; line-height: 1.5; }
.hero-actions { gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.button-outline { border: 1px solid var(--blue); color: var(--blue); background: transparent; }
.button-outline:hover { color: white; background: var(--blue); }
.hero-note { margin-top: 28px; color: var(--green-dark); font-weight: 600; }
.hero-visual { min-height: 570px; display: flex; align-items: end; justify-content: center; }
.hero-visual > img { position: relative; z-index: 1; width: min(100%, 580px); height: 570px; object-fit: contain; object-position: center bottom; }
.brush-stroke { position: absolute; width: 75%; height: 72%; background: var(--blue-light); opacity: .18; transform: rotate(-7deg); }
.hero-badge { position: absolute; right: 0; bottom: 48px; z-index: 2; display: grid; padding: 20px; color: var(--blue-dark); background: var(--yellow); transform: rotate(4deg); }
.hero-badge small { font-size: 11px; text-transform: uppercase; }.hero-badge strong { font: 800 20px 'Montserrat', sans-serif; }
.identity-strip { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 5vw, 75px); padding: 19px 24px; color: white; background: var(--blue-dark); text-transform: uppercase; }
.identity-strip strong { color: var(--yellow); font: 900 34px 'Montserrat', sans-serif; }.identity-strip span { color: #b9d9f5; font-weight: 600; }.identity-strip b { color: white; font-size: 15px; }
.section { max-width: 1240px; margin: 0 auto; padding: 110px 32px; }.section-kicker { color: var(--blue); font: 700 11px 'Montserrat', sans-serif; letter-spacing: 1.4px; text-transform: uppercase; }
.about { display: grid; grid-template-columns: .3fr .8fr 1fr; gap: 44px; align-items: center; }.about-visual { height: 520px; background: var(--blue-light); overflow: hidden; }.about-visual img { width: 100%; height: 100%; object-fit: cover; }.about-copy { max-width: 550px; }.about-copy h2, .commitments h2, .priorities h2, .final-cta h2 { font-size: clamp(35px, 4.4vw, 62px); }.about-copy .lead { color: var(--blue); font: 600 22px/1.3 'Barlow', sans-serif; }.about-copy p:not(.lead) { color: var(--muted); line-height: 1.6; }.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }.fact-grid div { padding: 16px; background: white; border-left: 3px solid var(--yellow); }.fact-grid b, .fact-grid span { display: block; }.fact-grid b { color: var(--blue-dark); font-size: 14px; }.fact-grid span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.independence { max-width: none; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 90px max(32px, calc((100vw - 1176px) / 2)); color: white; background: var(--blue-dark); }.independence h2 { color: white; font-size: clamp(42px, 6vw, 78px); line-height: .92; }.independence h2 strong { color: var(--yellow); }.independence-copy { max-width: 650px; }.independence-copy > p:not(.eyebrow) { color: #d4e2f4; line-height: 1.6; }.yellow { color: var(--yellow); }.independence ul, .commitment ul { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; list-style: none; }.independence li:before, .commitment li:before { content: '•'; margin-right: 8px; color: var(--yellow); }.independence-number { color: var(--yellow); font: 900 clamp(100px, 18vw, 245px) 'Montserrat', sans-serif; opacity: .18; }
.commitments { max-width: 1240px; }.commitments-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }.commitments-heading h2 { max-width: 650px; }.commitments-heading p { max-width: 340px; color: var(--muted); line-height: 1.6; }.commitment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; }.commitment { display: grid; grid-template-rows: 215px auto; overflow: hidden; background: white; box-shadow: 0 12px 30px rgba(16,35,62,.06); }.commitment-wide { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: none; }.commitment-image { position: relative; min-height: 215px; display: flex; align-items: end; padding: 20px; overflow: hidden; color: white; background-color: var(--blue); background-size: cover; background-position: center; }.commitment-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,41,102,.78), transparent 70%); }.commitment-image span { position: relative; z-index: 1; font: 800 25px 'Montserrat', sans-serif; }.image-br { background-image: url('images/sergio-03.png'); }.image-ponte { background-image: url('images/sergio-04.png'); }.image-health { background-image: url('images/sergio-05%20(2).png'); }.image-fishing { background-image: url('images/sergio-06%20(2).png'); }.commitment-copy { padding: 28px; }.commitment-copy h3 { margin: 8px 0 16px; color: var(--blue-dark); font-size: 25px; }.commitment-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.55; }.commitment-stat { display: block; margin: 8px 0; color: var(--blue); font: 900 66px 'Montserrat', sans-serif; line-height: 1; }.commitment-stat small { color: var(--yellow-dark); font-size: .55em; }.commitment ul { margin: 18px 0 0; gap: 7px 20px; color: var(--green-dark); font-size: 13px; }
.priorities { max-width: none; background: white; }.priorities-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.priorities-heading h2 { max-width: 700px; }.priorities-heading p { color: var(--muted); }.priority-list { max-width: 1176px; margin: 34px auto 0; border-top: 1px solid var(--line); }.priority-list div { display: grid; grid-template-columns: .7fr 1.3fr; border-bottom: 1px solid var(--line); }.priority-list b { padding: 16px; color: white; background: var(--blue); text-transform: uppercase; }.priority-list span { padding: 16px; color: var(--muted); }
.emotional { min-height: 530px; display: flex; align-items: center; padding: 60px max(32px, calc((100vw - 1176px) / 2)); background: linear-gradient(90deg, rgba(0,41,102,.96), rgba(0,41,102,.68)), url('images/sergio-09.png') center/cover; }.emotional-overlay { max-width: 650px; color: white; }.emotional h2 { color: white; font-size: clamp(38px, 5vw, 70px); }.emotional h2 em { color: var(--yellow); }.emotional-overlay > p:not(.eyebrow) { color: #e0ebf8; font-size: 18px; line-height: 1.55; }.emotional strong { color: var(--yellow); font-size: 20px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; }.final-cta p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }.final-cta p strong { color: var(--green); }.cta-actions { display: grid; gap: 12px; min-width: min(100%, 350px); }.cta-actions small { color: var(--muted); }.site-footer { flex-wrap: wrap; align-items: start; padding: 44px max(32px, calc((100vw - 1176px) / 2)); background: var(--blue-dark); }.site-footer .brand { color: white; }.site-footer p { color: #b9c9dd; }.footer-links { flex-wrap: wrap; color: white; }.legal-placeholder { flex-basis: 100%; color: #8ca6c5; font-size: 11px; }.copyright { margin-left: auto !important; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 15; display: grid; place-items: center; width: 50px; height: 50px; color: white; background: var(--green); border: 3px solid white; border-radius: 50%; box-shadow: 0 8px 20px rgba(0,41,102,.2); font-size: 26px; }.mobile-cta { display: none; }.cookie-banner { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: flex; align-items: center; gap: 13px; width: min(550px, calc(100vw - 40px)); padding: 15px 18px; background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(0,41,102,.14); }.cookie-banner p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }.cookie-banner button { padding: 9px 12px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 700; white-space: nowrap; }.cookie-banner .cookie-accept { color: var(--blue-dark); background: var(--yellow); }.privacy-modal { max-width: 520px; padding: 35px; color: var(--ink); border: 0; box-shadow: 0 15px 55px rgba(0,41,102,.3); }.privacy-modal::backdrop { background: rgba(0,41,102,.6); }.privacy-modal h2 { margin: 12px 0; font-size: 30px; }.privacy-modal p:last-child { color: var(--muted); line-height: 1.6; }.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; color: var(--blue); font-size: 25px; cursor: pointer; }
@media (max-width: 780px) { .site-header { padding: 12px 20px; }.menu-toggle { display: grid; gap: 4px; width: 38px; padding: 8px; border: 0; background: transparent; cursor: pointer; }.menu-toggle span { display: block; height: 2px; background: var(--blue); }.main-nav { position: absolute; top: 62px; right: 20px; left: 20px; display: none; padding: 15px; background: white; box-shadow: 0 12px 28px rgba(0,41,102,.16); }.main-nav.is-open { display: grid; gap: 0; }.main-nav a { padding: 13px; border-bottom: 1px solid var(--line); }.site-header > .button { display: none; }.hero { display: flex; min-height: 0; padding: 58px 20px 65px; flex-direction: column; align-items: stretch; }.hero-visual { min-height: 420px; }.hero-visual > img { height: 420px; }.hero-badge { right: 8px; bottom: 15px; }.identity-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }.section { padding: 75px 20px; }.about { display: flex; flex-direction: column; align-items: stretch; }.about-visual { height: 390px; margin-top: 10px; }.about-copy { max-width: none; }.independence { padding: 75px 20px; }.independence-number { display: none; }.commitments-heading, .priorities-heading, .final-cta { display: block; }.commitment-list { display: block; margin-top: 35px; }.commitment, .commitment-wide { display: grid; grid-template-columns: 1fr; grid-template-rows: 190px auto; margin-bottom: 20px; }.commitment-wide .commitment-copy { grid-row: 2; }.commitments-heading p { margin-top: 0; }.priority-list div { grid-template-columns: 1fr; }.priority-list b, .priority-list span { padding: 12px 14px; }.emotional { min-height: 550px; padding: 60px 20px; }.final-cta .cta-actions { margin-top: 25px; }.whatsapp-float { display: none; }.mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 14; display: block; padding: 10px 20px; background: var(--yellow); text-align: center; }.mobile-cta a { color: var(--blue-dark); font-weight: 800; }.cookie-banner { right: 10px; bottom: 62px; width: calc(100vw - 20px); flex-wrap: wrap; }.cookie-banner p { flex-basis: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.project-card { position: relative; min-height: 245px; padding: 26px 24px 22px; background: var(--cream); border-top: 4px solid var(--blue-light); }
.project-card:nth-child(3n + 2) { border-top-color: var(--green); }
.project-card:nth-child(3n + 3) { border-top-color: var(--yellow-dark); }
.project-number { position: absolute; top: 18px; right: 20px; color: var(--blue); font: 900 24px 'Montserrat', sans-serif; opacity: .28; }
.project-card .eyebrow { margin-bottom: 12px; padding-right: 35px; }
.project-card h3 { margin: 0 0 12px; color: var(--blue-dark); font-size: 21px; line-height: 1.08; }
.project-card p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.proposal-note { max-width: 850px; margin: 28px auto 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
@media (max-width: 780px) { .project-grid { grid-template-columns: 1fr; } .project-card { min-height: 0; } }
.audio-player { position: fixed; right: 22px; bottom: 22px; z-index: 16; }
.audio-player button { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border: 2px solid white; color: var(--blue-dark); background: var(--yellow); box-shadow: 0 8px 20px rgba(0,41,102,.2); cursor: pointer; font: 800 12px 'Barlow', sans-serif; text-transform: uppercase; letter-spacing: .4px; }
.audio-player button span:first-child { font-size: 19px; line-height: 1; }
.audio-player button.is-playing { color: white; background: var(--green); }
.audio-player button:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }
@media (max-width: 780px) { .audio-player { right: 20px; bottom: 52px; } .audio-player button { padding: 10px 13px; } }
.amar-highlight { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 72px max(32px, calc((100vw - 1176px) / 2)); color: white; background: var(--green-dark); }
.amar-highlight-copy { max-width: 720px; }
.amar-highlight h2 { margin: 14px 0 18px; color: white; font-size: clamp(38px, 5vw, 68px); }
.amar-highlight h2 em { color: var(--yellow); }
.amar-highlight-copy > p:not(.eyebrow) { max-width: 670px; color: #e4f2e8; font-size: 18px; line-height: 1.55; }
.amar-highlight-stat { display: grid; justify-items: center; padding: 28px; color: var(--blue-dark); background: var(--yellow); transform: rotate(3deg); }
.amar-highlight-stat strong { font: 900 clamp(48px, 7vw, 82px)/.9 'Montserrat', sans-serif; }
.amar-highlight-stat span { margin-top: 12px; font-weight: 800; line-height: 1.1; text-align: center; text-transform: uppercase; }
.video-card { flex: 0 0 min(430px, 70vw); aspect-ratio: auto; overflow: hidden; background: white; box-shadow: 0 12px 28px rgba(16,35,62,.1); scroll-snap-align: start; }
.video-card > a { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--blue); }
.video-card > a::before { content: 'Instagram'; position: absolute; top: 14px; right: 14px; z-index: 2; padding: 6px 9px; color: var(--blue-dark); background: var(--yellow); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.video-card > a img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.video-card:hover > a img { transform: scale(1.04); }
.video-card::after { display: none; }
.video-card-copy { padding: 20px 21px 22px; }
.video-card-copy p { margin: 0 0 8px; color: var(--blue-dark); font: 800 20px/1.1 'Montserrat', sans-serif; }
.video-card-copy > span { display: block; min-height: 42px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.video-card-copy > a { display: inline-block; margin-top: 18px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.video-card-copy > a b { margin-left: 6px; color: var(--blue); font-size: 17px; }
@media (max-width: 780px) { .amar-highlight { display: block; padding: 58px 20px; }.amar-highlight-stat { width: max-content; margin: 34px 0 0 auto; }.video-card { flex-basis: min(330px, 84vw); }.video-card-copy p { font-size: 18px; } }
.feed-note { color: var(--green-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.videos .videos-content { grid-column: 2 / -1; }
.instagram-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.feed-post { overflow: hidden; background: white; box-shadow: 0 12px 28px rgba(16,35,62,.1); }
.feed-post > a, .feed-post > video { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--blue-dark); }
.feed-post > a { overflow: hidden; }
.feed-post > a img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.feed-post > a:hover img { transform: scale(1.04); }
.feed-post-video > video { aspect-ratio: 1 / 1; }
.feed-post-copy { min-height: 184px; padding: 18px 19px 20px; }
.feed-type { color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.feed-post-copy h3 { margin: 9px 0 8px; color: var(--blue-dark); font: 800 20px/1.08 'Montserrat', sans-serif; }
.feed-post-copy p { min-height: 42px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.feed-link { display: inline-block; margin-top: 15px; color: var(--blue); font-size: 12px; font-weight: 800; }
.feed-link b { margin-left: 5px; font-size: 16px; }
@media (max-width: 780px) { .videos .videos-content { grid-column: auto; }.instagram-feed { grid-template-columns: 1fr; gap: 20px; }.feed-post { display: grid; grid-template-columns: 42% 58%; }.feed-post > a, .feed-post > video { aspect-ratio: 1 / 1; height: 100%; }.feed-post-copy { min-height: 0; padding: 16px; }.feed-post-copy h3 { font-size: 17px; }.feed-post-copy p { min-height: 0; font-size: 12px; } }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-copy.reveal { transform: translateX(-24px); }
.hero-visual.reveal { transform: translateX(24px); }
.js .hero-copy.reveal.is-visible, .js .hero-visual.reveal.is-visible { transform: translateX(0); }
.button { position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button::after { content: ''; position: absolute; top: 0; bottom: 0; left: -35%; width: 22%; background: rgba(255,255,255,.34); transform: skewX(-18deg) translateX(-180%); transition: transform .55s ease; }
.button:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(0,41,102,.18); }
.button:hover::after { transform: skewX(-18deg) translateX(620%); }
.button span { position: relative; z-index: 1; transition: transform .25s ease; }
.button:hover span { transform: translateX(4px); }
.feed-link, .text-link, .main-nav a, .footer-links a { transition: color .2s ease, transform .2s ease; }
.feed-link:hover, .text-link:hover { transform: translateX(4px); }
.feed-post, .commitment, .project-card { transition: transform .3s ease, box-shadow .3s ease; }
.feed-post:hover, .commitment:hover, .project-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(16,35,62,.16); }
@media (max-width: 780px) { .js .reveal { transform: translateY(18px); transition-duration: .55s; }.hero-copy.reveal, .hero-visual.reveal { transform: translateY(18px); }.js .hero-copy.reveal.is-visible, .js .hero-visual.reveal.is-visible { transform: translateY(0); }.button-primary, .mobile-cta a { animation: mobile-cta-pulse 2.8s ease-in-out infinite; }.button-primary:hover, .mobile-cta a:hover { animation-play-state: paused; }.feed-post:hover, .commitment:hover, .project-card:hover { transform: translateY(-3px); } }
@keyframes mobile-cta-pulse { 0%, 68%, 100% { box-shadow: 0 0 0 0 rgba(255,224,0,0); } 78% { box-shadow: 0 0 0 7px rgba(255,224,0,.22); } 88% { box-shadow: 0 0 0 2px rgba(255,224,0,.08); } }
@media (prefers-reduced-motion: reduce) { .js .reveal, .js .reveal.is-visible, .hero-copy.reveal, .hero-visual.reveal, .js .hero-copy.reveal.is-visible, .js .hero-visual.reveal.is-visible { opacity: 1; transform: none; transition: none; } .button, .button::after, .button span, .feed-link, .text-link, .main-nav a, .footer-links a, .feed-post, .commitment, .project-card { transition: none; } .button-primary, .mobile-cta a { animation: none; } }
.project-overview { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); gap: 10px; margin-top: 42px; padding: 10px; background: var(--blue-dark); }
.overview-intro, .overview-axis { min-height: 116px; padding: 17px 15px; }
.overview-intro { display: flex; align-items: center; gap: 12px; color: white; background: var(--blue); }
.overview-intro strong { color: var(--yellow); font: 900 48px/.8 'Montserrat', sans-serif; }
.overview-intro span { font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.overview-axis { display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.1); color: white; }
.overview-axis:nth-child(3n + 1) { background: var(--green-dark); }
.overview-axis b { color: var(--yellow); font: 800 11px 'Montserrat', sans-serif; }
.overview-axis strong { font: 800 17px 'Montserrat', sans-serif; }
.overview-axis span { color: #c3d6ea; font-size: 11px; }
.commitment-image .commitment-index { position: absolute; top: 18px; right: 20px; z-index: 1; color: var(--yellow); font: 900 32px 'Montserrat', sans-serif; opacity: .9; }
@media (max-width: 960px) { .project-overview { grid-template-columns: repeat(4, 1fr); }.overview-intro { grid-column: 1 / -1; min-height: 84px; } }
@media (max-width: 780px) { .project-overview { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }.overview-intro { grid-column: 1 / -1; }.overview-axis { min-height: 105px; } }

