﻿*{margin:0;padding:0;box-sizing:border-box}
*::before,*::after{box-sizing:border-box}
:root{
  --emerald:#059669;--emerald-light:#10b981;--emerald-dark:#047857;
  --gold:#f59e0b;--gold-light:#fbbf24;--gold-soft:#fef3c7;
  --gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;
  --gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;
  --gray-100:#f3f4f6;--gray-50:#f9fafb;--white:#fff;--black:#000
}
html{font-size:90%;}
body{font-family:'Lato',sans-serif;line-height:1.7;color:var(--gray-800);background:var(--white);font-size:1rem;overflow-x:hidden}

/* Header */
.header{position:fixed;top:0;width:100%;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.08);z-index:100;padding:1.25rem 0;border-bottom:1px solid var(--gray-100);transition:all .3s ease;}
.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;flex-wrap:nowrap;}
.logo{font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.5rem;color:var(--emerald);text-decoration:none;transition:color .3s ease}
.logo:hover{color:var(--emerald-dark)}
.nav-links{display:flex;align-items:center;justify-content:center;flex:1 1 100%;min-width:0;width:100%;}
.nav-links ul{display:flex;flex-wrap:wrap;list-style:none;gap:2rem;margin:0;padding:0;align-items:center;justify-content:space-between;width:100%;}
.nav-links .lang-content{display:none;}
.nav-links .lang-content.active{display:flex;}
.header{transition:transform .3s ease, padding .3s ease;}
.header.header--collapsed{transform:translateY(-115%);}
.nav-actions{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;flex-shrink:0;}
.nav-links a{display:flex;align-items:center;justify-content:center;color:var(--gray-700);text-decoration:none;font-weight:600;transition:all .3s ease;padding:.5rem 0;border-bottom:2px solid transparent}
.nav-links a:hover{color:var(--emerald);border-bottom-color:var(--emerald)}
.nav-links a:focus{outline:2px solid var(--emerald);outline-offset:4px;border-radius:4px}
.language-toggle{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap;}
.lang-btn{background:none;border:2px solid var(--gray-300);padding:.75rem 1.25rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease;color:var(--gray-700);min-height:44px}
.lang-btn.active{background:var(--emerald);border-color:var(--emerald);color:var(--white)}
.lang-btn:hover{background:var(--emerald-light);border-color:var(--emerald-light);color:var(--white)}
.lang-btn:focus{outline:2px solid var(--emerald);outline-offset:2px}

/* Sections */
.section{padding:2rem 2rem}
.section-container{max-width:1200px;margin:4.5rem auto}
.section-title{font-family:'Montserrat',sans-serif;font-weight:800;font-size:2.75rem;text-align:center;margin-bottom:1.5rem;color:var(--gray-900);line-height:1.2;letter-spacing:-.025em}
.section-subtitle{font-size:1.375rem;text-align:center;margin-bottom:3.5rem;color:var(--gray-600);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}

/* Hero */
.hero{min-height:80vh;display:flex;align-items:center;padding:-1rem 2.5rem;background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 30%,var(--gold-soft) 100%);background-position:center;position:relative}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="shamrock" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="1" fill="%23059669" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23shamrock)"/></svg>');pointer-events:none}
.hero-container{max-width:1700px;margin:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;}
.hero-content h1{font-family:'Montserrat',sans-serif;font-weight:800;font-size:3.25rem;line-height:1.15;margin-bottom:2rem;color:var(--gray-900);letter-spacing:-.025em}
.hero-content p{font-size:1.375rem;margin-bottom:3rem;color:var(--gray-600);font-weight:400;line-height:1.6;max-width:75ch}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{background:var(--emerald);color:var(--white);padding:1rem 2rem;border:none;border-radius:16px;font-weight:600;font-size:1.125rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px rgba(5,150,105,.25);min-height:44px}
.btn-primary:hover{background:var(--emerald-dark);transform:translateY(-2px);box-shadow:0 8px 25px rgba(5,150,105,.35)}
.btn-primary:focus{outline:2px solid var(--emerald);outline-offset:4px}
.btn-secondary{background:transparent;color:var(--gray-700);padding:1rem 2rem;border:2px solid var(--gray-300);border-radius:16px;font-weight:600;font-size:1.125rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;min-height:44px}
.btn-secondary:hover{background:var(--gray-700);color:var(--white);border-color:var(--gray-700)}
.btn-secondary:focus{outline:2px solid var(--emerald);outline-offset:4px}
.hero-image{display:flex;justify-content:center;align-items:center;min-height:400px;color:#666;font-size:1.1rem;text-align:center;;margin-top: 9rem;}
.hero-image2{width: 40rem; right: 100%;}

/* Stats */
.story-stats{padding:5rem 2rem;background:var(--emerald);color:var(--white);position:relative}
.story-stats::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--emerald) 0%,var(--emerald-dark) 100%);opacity:.9}
.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;position:relative;z-index:1;justify-items:center}
.stat-card{background:rgba(255,255,255,.1);padding:2.5rem;border-radius:20px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease;backdrop-filter:blur(10px);width:100%;max-width:20rem;}
.stat-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.15);box-shadow:0 20px 40px rgba(0,0,0,.2)}
.stat-icon{width:70px;height:70px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;box-shadow:0 8px 20px rgba(245,158,11,.3)}
.stat-card h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.375rem;margin-bottom:.75rem;line-height:1.3}

/* Cards grid */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin:0 auto 4rem;width:100%;justify-content:center;justify-items:center;}
.card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 4px 25px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid var(--gray-200);position:relative;overflow:hidden;width:100%;max-width:340px;min-width:0;justify-content:space-between;display:flex;flex-direction:column;}
.card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--emerald) 0%,var(--gold) 100%);transform:scaleX(0);transition:transform .3s ease}
.card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:var(--emerald-light)}
.card:hover::before{transform:scaleX(1)}
.card-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}
.card h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.375rem;margin-bottom:1.25rem;color:var(--gray-900);line-height:1.3}
.card p{color:var(--gray-600);line-height:1.7;font-size:1rem}

/* Photo placeholder */
.photo-placeholder{background:#f0f0f0;border-radius:16px;min-height:300px;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.1rem;text-align:center;padding:2rem;margin:2rem 0}
.photo-placeholder img{width:100%;max-width:100%;height:auto;display:block;}
@media (max-width:600px){
  .photo-placeholder{overflow:hidden;}
  .photo-placeholder img{height:300px;min-height:300px;object-fit:cover;}
}

.campus-photo-section{padding:3rem 0 3.5rem;background:var(--gray-50);}
.campus-photo-container{max-width:1100px;margin:0 auto;padding:0 1.5rem;}
.campus-photo{margin:0;display:flex;justify-content:center;}
.campus-photo img{width:100%;max-width:900px;height:auto;border-radius:28px;box-shadow:0 16px 40px rgba(0,0,0,.1);}
@media (max-width:768px){
  .campus-photo-section{padding:2.5rem 0 3rem;}
  .campus-photo-container{padding:0 1.25rem;}
  .campus-photo img{border-radius:22px;}
}
@media (max-width:480px){
  .campus-photo-container{padding:0 1rem;}
  .campus-photo img{border-radius:18px;}
}
.why-ireland-section .section-container{margin-top:0;}
.why-ireland-section .h3-center{margin-bottom:2.75rem;}

/* Costs */
.costs-note{background:var(--gold-soft);border:2px solid var(--gold-light);border-radius:12px;padding:1.25rem;margin-bottom:3rem;text-align:center;font-weight:600;color:var(--gray-800);display:flex;align-items:center;justify-content:center;gap:.75rem}
.costs-note::before{font-size:1.25rem}
.progress-card{background:linear-gradient(135deg,var(--emerald) 0%,var(--emerald-dark) 100%);color:var(--white);padding:3rem;border-radius:20px;margin-bottom:3rem;text-align:center;position:relative;overflow:hidden}
.progress-card::before{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1" opacity="0.1"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>') no-repeat center;opacity:.1}
.h3-tight{font-size:1.5rem;margin-bottom:.5rem;position:relative;z-index:1}
.opacity-90{opacity:.9}
.opacity-80{opacity:.8}
.fw-600{font-weight:600}
.progress-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.progress-bar-wrapper{position:relative;margin:2rem 0 2.5rem}
.progress-bar{background:rgba(255,255,255,.2);height:24px;border-radius:12px;overflow:hidden;position:relative;z-index:1}
.progress-fill{background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);height:100%;width:0;border-radius:12px;transition:width .8s ease;position:relative}
.progress-fill::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}
.progress-marker{position:absolute;left:0;top:100%;transform:translate(-50%,12px);pointer-events:none;transition:left .8s ease;z-index:2}
.progress-marker-bubble{background:var(--white);color:var(--emerald-dark);padding:.45rem .95rem;border-radius:999px;font-weight:700;font-size:.875rem;box-shadow:0 10px 24px rgba(0,0,0,.18);position:relative;white-space:nowrap}
.progress-marker-bubble::after{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);border-width:0 6px 6px 6px;border-style:solid;border-color:transparent transparent var(--white) transparent}
.progress-marker.is-start{transform:translate(-5%,12px)}
.progress-marker.is-end{transform:translate(-95%,12px)}
@media (max-width:600px){
  .progress-marker-bubble{font-size:.8rem;padding:.35rem .7rem}
}
@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.transparency-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);padding:.75rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-top:1rem}
.costs-table{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.08);margin-bottom:3rem;border:1px solid var(--gray-200)}
.table-container{position:relative;max-height:800px}
.costs-table table{width:100%;border-collapse:collapse}
.costs-table th{background:var(--emerald);color:var(--white);padding:1.5rem 1.25rem;text-align:left;font-weight:700;font-size:1rem;position:sticky;top:0;z-index:10;border-bottom:2px solid var(--emerald-dark)}
.costs-table td{padding:1.25rem;border-bottom:1px solid var(--gray-200);font-size:1rem;vertical-align:middle}
.costs-table tbody tr:nth-child(even){background:var(--gray-50)}
.costs-table tbody tr:hover{background:var(--gold-soft);transition:background-color .2s ease}
.costs-table tr:last-child td{border-bottom:none;font-weight:700;background:rgba(5,150,105,.1);color:var(--emerald-dark);font-size:1.125rem}
.cost-badge{display:inline-flex;align-items:center;gap:.25rem;background:var(--gray-100);color:var(--gray-600);padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-left:.5rem}
.tooltip{position:relative;display:inline-block;margin-left:.5rem;cursor:help}
.tooltip-icon{width:16px;height:16px;background:var(--gray-400);color:var(--white);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.tooltip-text{visibility:hidden;min-width:200px;width: auto;background:var(--gray-900);color:var(--white);text-align:center;border-radius:8px;padding:.75rem;position:absolute;z-index:1000;bottom:125%;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s;font-size:.875rem;line-height:1.4}
.tooltip-text::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--gray-900) transparent transparent transparent}
.tooltip:hover .tooltip-text{visibility:visible;opacity:1}

/* Estilo do hover para os itens da lista */
.hover-effect {margin: 1rem;box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;border: 1px solid var(--gray-200);}
.hover-effect:hover {border-color: var(--emerald);transform: translateY(-3px);}


/* Doar */
.donation-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.pix-card{background:var(--gray-900);color:var(--white);padding:2rem;border-radius:16px;text-align:center;}
.pix-qr{display:flex;justify-content:center;align-items:center;background:var(--white);padding:1.5rem;border-radius:16px;margin:1.5rem auto;max-width:280px;height: auto;min-height: 15rem;box-shadow:0 4px 20px rgba(0,0,0,.12);}
.pix-qr img{width:100%;height:auto;object-fit:contain;}
.pix-input{display:flex;gap:1rem;margin-top:1rem}
.pix-input input{flex:1;padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:1.2rem}
.support-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;justify-items:center}
.support-card{background:var(--white);padding:1.5rem;border-radius:16px;text-align:center;border:2px solid var(--gray-200);transition:all .3s ease}
.support-card:hover{border-color:var(--emerald);transform:translateY(-3px)}
.support-card.highlight{border-color:var(--gold);background:var(--gold-soft)}

/* FAQ */
.faq-item{background:var(--white);border-radius:16px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}
.faq-question{padding:1.5rem;background:var(--emerald);color:var(--white);cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center}
.faq-answer{padding:1.5rem;display:none;background:var(--white)}
.faq-answer.active{display:block}

/* Updates */
.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-items:center}
.update-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-left:4px solid var(--gold)}
.update-date{color:var(--emerald);font-weight:600;font-size:.9rem;margin-bottom:.5rem}

/* Contact & social */
.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.social-btn{background:var(--gray-900);color:var(--white);padding:1rem 2rem;border-radius:16px;text-decoration:none;font-weight:600;transition:all .3s ease}
.social-btn:hover{background:var(--gold);color:var(--gray-900)}

/* Footer */
.footer{background:var(--emerald);color:var(--white);padding:3rem 2rem;text-align:center}
.footer-inner{max-width:800px;margin:0 auto}
.footer .lead{font-size:1.125rem;line-height:1.6;margin-bottom:1rem}
.footer-copy{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);font-size:.9rem;opacity:.7}

/* Fixed bottom bar */
.fixed-bar{position:fixed;bottom:0;left:0;right:0;background:var(--gray-900);padding:1rem 2rem;box-shadow:0 -4px 20px rgba(0,0,0,.2);z-index:1000;transform:translateY(100%);transition:transform .3s ease}
.fixed-bar.visible{transform:translateY(0)}
.fixed-bar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.fixed-bar .btn-primary{background:var(--emerald);color:var(--white)}
.fixed-bar .btn-secondary{background:transparent;color:var(--white);border-color:var(--white)}
.fixed-bar .btn-secondary:hover{background:var(--white);color:var(--gray-900)}

/* Lang content toggle */
.lang-content{display:none}
.lang-content.active{display:block}

/* helpers */
.center{text-align:center}
.m-2{margin:2rem 0}
.m-4{margin:4rem 0}
.note{background:var(--gold-soft);padding:1rem;border-radius:8px;color:var(--gray-700);font-size:.9rem;max-width:600px;margin:0 auto}
.h3-center{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.75rem;text-align:center;margin-bottom:2rem;color:var(--gray-900)}
.share-sub{color:var(--gray-600);margin-bottom:2rem;text-align:center}
.share-box{background:var(--white);padding:2rem;border-radius:16px;max-width:600px;margin:0 auto;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.italic{font-style:italic}
.muted{color:var(--gray-600)}
.tiny{font-size:.9rem}
.mural-box{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.mural-thanks{text-align:center;font-size:1.4rem;font-weight:700;color:var(--emerald);margin:0 0 1.5rem;}
.mural-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem;}
.mural-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:rgba(3,115,74,.08);border-radius:12px;font-weight:600;color:var(--gray-800);gap:.5rem;flex-wrap:wrap;}
.mural-list .mural-name{display:flex;flex-direction:column;gap:.25rem;}
.mural-list li .mural-amount{color:var(--emerald);font-weight:700;}
.mural-list li .mural-tag{background:var(--emerald);color:var(--white);font-size:.7rem;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start;}
.mural-list li.special{border:2px solid var(--emerald);background:rgba(3,115,74,.12);}
.why-list ul{list-style:none;padding:0;display:grid;gap:1rem;max-width:800px;margin:0 auto}
.why-list li{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--white);border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.why-list li.highlight{background:var(--gold-soft);border:2px solid var(--gold)}

/* Menu Hamburger */
.hamburger-menu {display: none;cursor: pointer;flex-direction: column;gap: 5px;width: 30px;height: 20px;}
.hamburger-menu .line {background-color: var(--emerald);height: 4px;width: 100%;border-radius: 5px;transition: all 0.3s ease;}

/* ===== depoimentos em cards ===== */
.testimonials-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 1.25rem;}
.testimonial-card {background: var(--white);border-radius: 16px;padding: 1.25rem 1.5rem;box-shadow: 0 4px 20px rgba(0,0,0,.08);border-left: 4px solid var(--emerald);}
.testimonial-card .quote { color: var(--gray-700); font-style: italic; margin-bottom: .5rem; line-height: 1.6; }
.testimonial-card .author { color: var(--emerald); font-weight: 600; }

/* ===== tabela mais responsiva (scroll horizontal) ===== */
.table-container {overflow: auto; }                 /* x e y */
.costs-table table { table-layout: auto; }
.costs-table th, .costs-table td { white-space: nowrap; }

/* ===== botÃµes em linha nas plataformas ===== */
.platform-links {display:flex;flex-direction:column;gap:1rem;align-items:stretch;max-width:360px;margin:0 auto;}
.platform-links .btn-secondary {flex:1 1 auto;width:100%;}

/* ===== share buttons ===== */
.share-buttons {display: flex;gap: .75rem;flex-wrap: wrap;justify-content: center;margin-top: .75rem;}
.btn-share {background: var(--gray-900);color: var(--white);border: none;border-radius: 12px;padding: .75rem 1.25rem;font-weight: 600;cursor: pointer;transition: transform .15s ease, opacity .15s ease;white-space: nowrap;}
.btn-share:hover { transform: translateY(-2px); opacity: .95; }

/* Layout tweaks */
@media (max-width:1024px){
  .cards-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));}
  .hero-container{gap:3rem;}
}
@media (max-width:600px){
  .section{padding:2.75rem 1.25rem;}
  .section-container{margin:2.5rem auto;}
  .hero{margin-top:6rem;padding:2.5rem 1.25rem;}
  .cards-grid{gap:1.2rem;}
  .hero-container{gap:1.6rem;}
}

/* Responsive */
@media (max-width:768px){
  .hero-image2 {height: 400px;width: auto;z-index: 100;}
  .nav-container{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo actions" "nav nav";gap:.75rem;align-items:center;padding:0 1.25rem;}
  .logo{grid-area:logo;}
  .nav-actions{grid-area:actions;justify-self:end;}
  .nav-actions .language-toggle{gap:.5rem;}
  .hamburger-menu {display: flex;}
  .nav-links{grid-area:nav;display:none;flex-direction:column;gap:1.75rem;justify-content:center;align-items:center;background: var(--white);position: fixed;inset:0;padding:5.5rem 1.25rem 2.75rem;box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:1500;width:100%;height:100dvh;box-sizing:border-box;overflow-y:auto;}
  .nav-links ul{flex-direction:column;align-items:stretch;gap:1.5rem;width:100%;max-width:520px;margin:0 auto;}
  .nav-links.active {display: flex;}
  .nav-links a {color: var(--gray-700);text-decoration: none;font-weight: 600;padding:1rem 0}
  .nav-links a{width:100%;text-align:center;}
  .nav-links a:hover {color: var(--emerald);border-bottom: none;}
  /* .nav-links a:focus {outline: 2px solid var(--emerald);outline-offset: 4px;border-radius: 4px;} */
  .nav-links.open {display: flex}
  .fixed-bar{bottom:0;position:fixed;width:100%;z-index: 1000;transition: transform 0.3s ease;}
  .fixed-bar.visible{transform: translateY(0);}
  body{padding-bottom:0;}
  footer{margin-bottom:0;padding-bottom:calc(3rem + env(safe-area-inset-bottom,0));}
  .section{padding:3.25rem 1.25rem;}
  .section-container{margin:3rem auto;}
  .section-subtitle{margin-bottom:2.5rem;}
  .header{padding:.75rem 0;}
  .nav-container{gap:.75rem;}
  .lang-btn{padding:.6rem 1rem;}
  .hero{margin-top:7rem;padding:2.6rem 1.4rem}
  .hero-container{grid-template-columns:1fr;gap:1.85rem;text-align:center}
  .hero-content h1{font-size:2rem}
  .hero-buttons{justify-content:center}
  .stats-container{grid-template-columns:1fr}
  .cards-grid{grid-template-columns:1fr;gap:1.4rem}
  .card{padding:1.75rem;max-width:100%;}
  .donation-grid{grid-template-columns:1fr}
  .pix-input{flex-direction:column}
  .support-levels{grid-template-columns:1fr}
  .contact-buttons{flex-direction:column;align-items:center}
  .fixed-bar-content{flex-direction:row;align-items:center;gap:.75rem}
}
@media (max-width:480px){
  .nav-links{flex-direction:column;text-align:center;gap:.5rem}
  .section{padding:2.5rem 1rem;}
  .section-container{margin:2rem auto;}
  .hero{margin-top:5.5rem;padding:2.25rem 1rem;}
  .hero-content h1{font-size:1.7rem}
  .section-title{font-size:1.9rem}
  .card{padding:1.4rem;max-width:100%;}
  .btn-primary,.btn-secondary{padding:.7rem 1.4rem;font-size:1rem}
}

.platforms-card{background:var(--gray-50);padding:2.25rem;border-radius:16px;text-align:center;max-width:480px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:0 4px 20px rgba(0,0,0,.05);}
.platforms-list{display:flex;flex-direction:column;gap:.85rem;align-items:center;width:100%;max-width:320px;margin:0 auto;}
.platforms-list .btn-secondary{width:100%;justify-content:center;}
.platforms-note{text-align:center;margin-top:.75rem;color:var(--gray-600);}
.support-nonfinancial{text-align:center;margin-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;}
.nonfinancial-list{list-style:none;padding:0;margin:0 auto;max-width:380px;text-align:left;}
.nonfinancial-list li{position:relative;padding-left:1.25rem;margin-bottom:.6rem;color:var(--gray-700);line-height:1.5;}
.nonfinancial-list li::before{content:'\2022';position:absolute;left:0;color:var(--emerald);font-weight:700;}
.share-section{padding-top:2.6rem !important;}
.share-section .h3-like{font-size:2.15rem;font-weight:700;}
.share-section .share-header{margin-bottom:3rem;}


.story-section{padding-bottom:3.5rem;}
.story-section .cards-grid{margin-bottom:3.25rem;}
.story-section .photo-gallery{margin-top:1rem;margin-bottom:1.8rem;}
.photo-gallery{position:relative;margin:2.5rem auto 2.5rem;max-width:1100px;padding:0;}
.photo-viewport{overflow:hidden;width:100%;}
.photo-track{display:flex;gap:1.5rem;scroll-behavior:smooth;}
.photo-item{flex:0 0 calc((100% - 3rem)/3);background:var(--white);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;}
.photo-item img{width:100%;height:300px;object-fit:cover;object-position:center;box-shadow:none;}
.photo-item figcaption{padding:1rem;color:var(--gray-700);font-size:.95rem;line-height:1.45;text-align:center;}
.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--white);border:1px solid var(--gray-300);color:var(--gray-700);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.08);}
.gallery-btn:hover{background:var(--emerald);color:var(--white);border-color:var(--emerald);}
.gallery-btn[disabled]{opacity:.4;pointer-events:none;}
.gallery-btn.prev{left:-1.5rem;}
.gallery-btn.next{right:-1.5rem;}
.gallery-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem;}
.gallery-dots .gallery-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--gray-300);cursor:pointer;transition:background .2s ease;}
.gallery-dots .gallery-dot.active{background:var(--emerald);}
@media (max-width:1024px){
  .photo-gallery{padding:0 2rem 2rem;}
  .photo-track{gap:1.25rem;}
  .photo-item{flex:0 0 calc((100% - 2.5rem)/3);}
}
@media (max-width:768px){
  .photo-gallery{padding: 0rem;}
  .photo-track{gap:1rem;}
  .photo-item{flex:0 0 100%;}
  .gallery-btn.prev{left:0;}
  .gallery-btn.next{right:0;}
}
@media (max-width:600px){
  .photo-gallery{padding:0rem;}
  .photo-item img{height:260px;}
  .gallery-btn{top:auto;bottom:2.6rem;transform:none;width:36px;height:36px;}
  .gallery-btn.prev{left:calc(50% - 76px);right:auto;}
  .gallery-btn.next{left:calc(50% + 40px);right:auto;}
}
@media (max-width:480px){
  .photo-gallery{padding-bottom:75px;}
  .photo-item img{height:220px;}
  .gallery-btn{bottom:2.4rem;width:32px;height:32px;}
  .gallery-btn.prev{left:calc(50% - 68px);}
  .gallery-btn.next{left:calc(50% + 36px);}
}
.story-section .section-subtitle{max-width:960px;margin:0 auto 3.25rem;line-height:1.75;}
@media (max-width:768px){
  .story-section .section-subtitle{font-size:1.05rem;line-height:1.6;margin-bottom:2.1rem;}
}
@media (max-width:480px){
  .story-section .section-subtitle{font-size:.95rem;line-height:1.55;margin-bottom:1.8rem;}
  .photo-placeholder{display:none;}
}

.fixed-bar-content .btn-primary,
.fixed-bar-content .btn-secondary{flex:1 1 180px;max-width:210px;padding:.75rem .95rem;font-size:1rem;}
@media (max-width:768px){
  .fixed-bar-content{gap:.55rem;}
  .fixed-bar-content .btn-primary,
  .fixed-bar-content .btn-secondary{flex:1 1 150px;max-width:180px;padding:.65rem .7rem;font-size:.93rem;}
  .photo-placeholder{display:none;}
}
@media (max-width:600px){
  .fixed-bar{padding:.7rem .85rem;}
  .fixed-bar-content{flex-direction:row;align-items:center;gap:.45rem;flex-wrap:nowrap;}
  .fixed-bar-content .btn-primary,
  .fixed-bar-content .btn-secondary{flex:1 1 0;max-width:none;padding:.6rem .6rem;font-size:.9rem;}
  .photo-placeholder{display:none;}
}
#supportBtn,
#copyPixBtn{min-width:0;}

#intercambio.section{padding-top:3.5rem;}

