/* ============================================
   GLOBALGRAD IRELAND — Footer v2
   Deep green footer with gold accents
   ============================================ */

/* CTA BANNER */
.footer-cta{background:var(--green-mid);padding:4rem 2rem;position:relative;overflow:hidden}
.footer-cta::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(201,146,10,0.1),transparent 70%);pointer-events:none}
.footer-cta::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--green-light),var(--gold),var(--green-light))}
.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}
.footer-cta-actions{display:flex;gap:1rem;flex-shrink:0;flex-wrap:wrap}

/* MAIN FOOTER */
.footer-main{background:var(--green);padding:4.5rem 2rem;border-top:1px solid var(--border-dark)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}
.footer-tagline{font-size:0.9rem;color:rgba(255,255,255,0.55);line-height:1.65;margin-bottom:1.25rem;max-width:280px}
.footer-contact{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:1.25rem}
.footer-contact a{font-size:0.85rem;color:rgba(255,255,255,0.6);transition:color 0.2s}
.footer-contact a:hover{color:var(--gold-light)}
.footer-socials{display:flex;gap:0.6rem}
.social-icon{width:34px;height:34px;border:1px solid var(--border-dark);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:700;color:rgba(255,255,255,0.5);text-transform:uppercase;transition:all 0.2s}
.social-icon:hover{border-color:var(--gold);color:var(--gold-light);background:rgba(201,146,10,0.1)}

.footer-col-title{font-family:var(--font-body);font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}
.footer-links li{margin-bottom:0.6rem}
.footer-links a{font-size:0.88rem;color:rgba(255,255,255,0.55);transition:color 0.2s}
.footer-links a:hover{color:var(--white)}

/* FOOTER BOTTOM */
.footer-bottom{background:var(--green-mid);padding:1.5rem 2rem;border-top:1px solid var(--border-dark)}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:0.82rem;color:rgba(255,255,255,0.35)}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{font-size:0.82rem;color:rgba(255,255,255,0.4);transition:color 0.2s}
.footer-bottom-links a:hover{color:var(--gold-light)}
.footer-disclaimer{font-size:0.75rem;color:rgba(255,255,255,0.2);line-height:1.6;max-width:900px;margin-top:0.5rem}

/* Ireland flag footer decoration */
.footer-flag-bar{display:flex;height:4px}
.footer-flag-bar span:nth-child(1){background:var(--green-light);flex:1}
.footer-flag-bar span:nth-child(2){background:rgba(255,255,255,0.3);flex:1}
.footer-flag-bar span:nth-child(3){background:var(--gold);flex:1}

@media(max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}
@media(max-width:600px){.footer-cta-inner{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:1}.footer-bottom-inner{flex-direction:column;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1rem}}
