/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Archivo|Archivo+Black&display=swap');

/* Css Variables */
:root {
  --gbp-dark-navy:   #010d4f;
  --gbp-blue:        #21409a;
  --gbp-indigo:      #1e2168;
  --gbp-purple:      #6e1f96;
  --gbp-steel-grey:  #c5d5e4;
  --gbp-red:         #c8102e;
}

body, html { height: 100%; margin: 0; padding: 0; scroll-behavior: smooth; }
body { padding-top: 56px; background-color: var(--gbp-dark-navy); }
@media (max-width: 768px) { body { padding-top: 46px; } }

/* Navigation */
.navbar { background-color: rgba(1, 13, 79, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 0.55rem 0; transition: background-color 0.3s ease; }
.navbar-dark .navbar-toggler { border: none; color: #fff; opacity: 0.85; padding: 0.5rem; }
.navbar-dark .navbar-toggler:focus { box-shadow: none; }
.navbar-dark .navbar-toggler:hover { opacity: 1; }

@media (max-width: 768px) {
  .navbar { padding: 0.2rem 0; }
  .navbar-dark .navbar-toggler { font-size: 1rem; padding: 0.5rem; }
}

/* Offcanvas */
.offcanvas, .offcanvas li { text-align: right !important; }
.offcanvas-header { background-color: var(--gbp-dark-navy); padding: 0.85rem 1.25rem; }
.offcanvas-header .offcanvas-title { color: #fff !important; font-family: 'Archivo', Verdana; font-size: 1.3rem; margin-top: 0; text-transform: unset; }
.offcanvas-header .btn-close { filter: invert(1) grayscale(1) brightness(2); margin-top: 0; opacity: 0.8; }
.offcanvas-header .btn-close:hover { opacity: 1; }
.offcanvas-body { padding: 0; }
.offcanvas h3, .offcanvas a, .offcanvas button { color: var(--gbp-dark-navy); font-size: 1.15rem; font-weight: bold; margin: 0; padding: 0 0.3rem; }
.offcanvas .nav-item { border-top: 1px solid rgba(1, 13, 79, 0.08); }
.offcanvas a.nav-link { display: block; margin: 0; padding: 0.55rem 1.25rem !important; position: relative; transition: background-color 0.2s ease; }
.offcanvas a.nav-link:hover { background-color: rgba(1, 13, 79, 0.05); }
.offcanvas .nav-divider { border-top: 2px solid rgba(1, 13, 79, 0.2); margin: 0.75rem 0 0; }
.offcanvas .nav-divider + .nav-item { border-top: none; }

/* Hover Indicator Bar */
.offcanvas a.nav-link::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 0; background-color: var(--gbp-purple); transition: width 0.15s ease; }
.offcanvas a.nav-link:hover::before { width: 3px; }

/* Active Nav Link */
.offcanvas a.nav-link.nav-active::before { width: 3px; }
.offcanvas a.nav-link.nav-active { background-color: rgba(110, 31, 150, 0.06); color: var(--gbp-purple); }

/* Footer Navigation */
.footer-nav { text-align: center; padding: 1rem 0 1.5rem; }
.footer-nav a { color: rgba(255, 255, 255, 0.65); font-family: 'Archivo', Verdana; font-size: 1rem; margin: 0 1rem; text-decoration: none; transition: color 0.15s; }
.footer-nav a:hover { color: #fff; }

/* Header */
header { background-color: var(--gbp-dark-navy); margin: 0; }

/* Typography */
h1 { color: #fff; font-family: 'Archivo Black', Verdana; font-size: 4.5rem; font-weight: normal; margin: 0; padding: 30px 0; text-align: center; text-transform: uppercase; }
h2 { font-family: 'Archivo Black', Verdana; font-size: 3rem; font-weight: normal; margin-top: 1rem; padding: 0; text-align: center; text-transform: uppercase; }
h2 a, h2 a:hover { color: inherit; }
h3 { font-family: 'Archivo', Verdana; font-size: 2rem; margin: 32px 0 12px; }
h4 { font-family: 'Archivo', Verdana; font-weight: bold; margin: 0; }
h5 { color: var(--gbp-dark-navy); font-size: 1.5rem; font-weight: bold; margin-bottom: 0.85rem; }
p, li, .text-normal { font-family: 'Archivo', Verdana; font-size: 1.5rem; text-align: left; }
p.lead { font-size: 1.5rem; font-weight: 600; }

@media (max-width: 1450px) { h1 { font-size: 3.75rem; } }
@media (max-width: 1200px) { h1 { font-size: 3rem; } }
@media (max-width: 992px) { h1, h2 { font-size: 2.25rem; } }
@media (max-width: 768px) {
  h1, h2, h3 { font-size: 24px; font-weight: 100; }
  p, li, .text-normal, p.lead { font-size: 1.35rem; }
}
@media (max-width: 500px) { h1, h2 { font-size: 24px; font-weight: 100; } }

/* Colours */
.dark-navy   { background-color: var(--gbp-dark-navy); }
.gbp-indigo  { background-color: var(--gbp-indigo); }
.gbp-purple  { background-color: var(--gbp-purple); }
.gbp-grey    { background-color: var(--gbp-steel-grey); }
.white       { background-color: #fff; }
.purple-text { color: var(--gbp-purple); }
.blue-text   { color: var(--gbp-blue); }
.col-centered { text-align: center; }

a:hover { text-decoration: none; }

/* Hr */
hr { border: 0; border-top: 2px solid #fff; display: block; height: 1px; margin: 40px auto; opacity: unset; width: 80px; }
section.white hr, section.gbp-grey hr, hr.indigo { border-top-color: var(--gbp-indigo); }

@media (max-width: 768px) { hr { margin: 20px auto; width: 60px; } }

/* Buttons */
a.btn, button.btn { display: inline-block; font-family: 'Archivo Black'; font-size: 22px; margin: 60px 0; text-transform: uppercase; }
.d-flex a.btn, .d-flex button.btn { margin: 0; }
a.btn .fad, a.btn .fas, a.btn .fa-solid, button.btn .fad, button.btn .fas { margin-right: 15px; }
a.btn-primary, button.btn-primary { background-color: var(--gbp-indigo); border-color: var(--gbp-indigo); border-radius: 0; }
a.btn-primary:hover, button.btn-primary:hover { background-color: var(--gbp-purple); border-color: var(--gbp-purple); }
section.gbp-indigo a.btn-primary, section.gbp-purple a.btn-primary, section.dark-navy a.btn-primary { background-color: #fff; border-color: #fff; color: var(--gbp-indigo); }
section.gbp-indigo a.btn-primary:hover, section.gbp-purple a.btn-primary:hover, section.dark-navy a.btn-primary:hover { background-color: var(--gbp-steel-grey); border-color: var(--gbp-steel-grey); }
button.btn-outline-primary { background-color: transparent; border: 2px solid var(--gbp-indigo); color: var(--gbp-indigo); border-radius: 0; }
button.btn-outline-primary:hover { background-color: var(--gbp-indigo); border-color: var(--gbp-indigo); color: #fff; }
#testimonialShowMoreRow button.btn { margin: 0; font-size: 16px; padding: 0.5rem 1.75rem; }
section p a, section li a, section .alert a, a.text { border-bottom: 1px dashed #007bff; color: #007bff; text-decoration: none; }
section.gbp-indigo p a, section.gbp-purple p a, section.dark-navy p a { border-bottom: 1px dashed #fff; color: #fff; }

@media (max-width: 768px) { a.btn, button.btn { margin: 20px 0; font-size: 18px; } }

/* Sections */
section { color: #fff; margin: 0; padding: 60px 0; }
section .card { margin-bottom: 30px; }
section.white, section.gbp-grey { color: var(--gbp-indigo); }
section.white h4, section.gbp-grey h4 { color: var(--gbp-indigo); }
section.white p, section.white li, section.gbp-grey p, section.gbp-grey li { color: #111; }

/* Utility Spacing */
.margin-top       { margin-top: 30px; }
.margin-top-lg    { margin-top: 60px; }
.margin-bottom    { margin-bottom: 3rem; }
.margin-bottom-sm { margin-bottom: 1.4rem; }
.no-margin        { margin: 0 !important; }
.no-margin-top    { margin-top: 0 !important; }
.no-padding-top   { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.hidden           { display: none !important; }

/* Images */
section div img.img-fluid { border-radius: 0.25rem; margin: 2rem 0 3rem; }
.img-rounded { border-radius: 0.5rem; }
@media (max-width: 768px) { section div img.img-fluid { margin: 1rem 0; } }

/* Footer */
footer { background-color: var(--gbp-dark-navy); }
.footer-main { padding: 3rem 0 2rem; text-align: center; }
.footer-logo { max-height: 96px; }
.footer-tagline { color: rgba(255, 255, 255, 0.55); font-family: 'Archivo', Verdana; font-size: 0.95rem; margin-top: 1rem; margin-bottom: 0; }
.footer-links { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.75rem 2.5rem; margin-top: 1.75rem; }
.footer-link-block { display: inline-flex; align-items: center; gap: 0.6rem; color: #fff; font-family: 'Archivo', Verdana; font-size: 1.1rem; text-decoration: none; transition: color 0.15s; }
.footer-link-block:hover { color: rgba(255, 255, 255, 0.75); }
.footer-link-block i { color: var(--gbp-purple); font-size: 1.2rem; flex-shrink: 0; }
.footer-copy { color: rgba(255, 255, 255, 0.45); font-family: 'Archivo', Verdana; font-size: 0.85rem; padding: 1rem 0 0.5rem; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); margin-top: 1rem; }

/* Homepage */

/* Stats Bar */
.stats-bar { padding: 40px 0; }
.stats-bar .stat-item { text-align: center; padding: 1rem; }
.stats-bar .stat-number { font-family: 'Archivo Black', Verdana; font-size: 3.5rem; line-height: 1; display: block; }
.stats-bar .stat-label { font-family: 'Archivo', Verdana; font-size: 1.1rem; opacity: 0.85; display: block; margin-top: 0.4rem; text-transform: uppercase; letter-spacing: 0.06em; }

@media (max-width: 768px) {
  .stats-bar .stat-number { font-size: 2.5rem; }
  .stats-bar .stat-item { padding: 0.6rem; }
  .stats-bar .row { row-gap: 2rem; }
}

/* Next Event Feature */
.next-event-feature { padding: 70px 0; }
.next-event-label { display: inline-block; background-color: var(--gbp-red); color: #fff; font-family: 'Archivo', Verdana; font-size: 0.8rem; font-weight: bold; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.35em 1em; border-radius: 2px; margin-bottom: 1.25rem; }
.next-event-title { font-family: 'Archivo Black', Verdana; color: var(--gbp-indigo); font-size: 2.6rem; line-height: 1.15; margin-bottom: 0.75rem; }
.next-event-date { display: flex; align-items: center; color: var(--gbp-purple); font-family: 'Archivo', Verdana; font-size: 1.1rem; font-weight: bold; margin-bottom: 1.5rem; }
.next-event-img { border-radius: 0.5rem; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); width: 100%; }

@media (max-width: 992px) { .next-event-title { font-size: 2rem; } }
@media (max-width: 768px) {
  .next-event-feature { padding: 40px 0; }
  .next-event-title { font-size: 1.75rem; }
  .next-event-img { margin-bottom: 1.5rem; }
}

/* Success Story Callout */
.success-callout { padding: 60px 0; }
.success-callout .callout-quote { font-family: 'Archivo Black', Verdana; font-size: 2rem; line-height: 1.25; margin-bottom: 1.5rem; }
.success-callout .callout-quote::before { content: ''; }
.success-callout img { border-radius: 0.5rem; width: 100%; object-fit: cover; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35); }

@media (max-width: 992px) { .success-callout .callout-quote { font-size: 1.6rem; } }
@media (max-width: 768px) { .success-callout .callout-quote { font-size: 1.35rem; } }

/* Video Section */
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 0.5rem; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18); }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Events Section */
.events-section { padding: 60px 0; }
.events-section .section-intro { font-family: 'Archivo', Verdana; font-size: 1.5rem; margin-bottom: 2.5rem; }
.event-card { background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 0.5rem; overflow: hidden; height: 100%; position: relative; transition: background-color 0.2s ease, transform 0.2s ease; }
.event-card:hover { background-color: rgba(255, 255, 255, 0.13); transform: translateY(-3px); }
.event-card-img { aspect-ratio: 1; overflow: hidden; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.event-card:hover .event-card-img img { transform: scale(1.05); }
.event-card-body { padding: 1.75rem 1.5rem; }
.event-card .event-flag { font-size: 2.5rem; margin-bottom: 0.75rem; display: block; color: rgba(255, 255, 255, 0.85); }
.event-card .event-name { font-family: 'Archivo Black', Verdana; font-size: 1.5rem; text-transform: uppercase; margin-bottom: 0.4rem; }
.event-card .event-date { font-family: 'Archivo', Verdana; font-size: 1.1rem; opacity: 0.8; margin-bottom: 1rem; display: block; }
.event-card .event-flagship { background-color: var(--gbp-red); color: #fff; font-family: 'Archivo Black', Verdana; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2em 0.75em; border-radius: 2px; position: absolute; top: 0.75rem; right: 0.75rem; }
.event-card p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 0; }
.events-experts { margin-top: 2.5rem; font-family: 'Archivo', Verdana; font-size: 1.3rem; font-style: italic; text-align: center; opacity: 0.9; }

@media (max-width: 768px) {
  .event-card { margin-bottom: 1.25rem; }
  .event-card .event-name { font-size: 1.25rem; }
}

/* Get Involved Panel */
.get-involved { padding: 70px 0; text-align: center; }
.get-involved h2 { color: var(--gbp-indigo); margin-bottom: 1.25rem; }
.get-involved p { color: #444; font-size: 1.5rem; max-width: 640px; margin: 0 auto 2rem; text-align: center; }
.get-involved a.text { border-bottom: 1px dashed var(--gbp-indigo); color: var(--gbp-indigo); font-size: 1.5rem; }
.get-involved a.text:hover { border-bottom-color: var(--gbp-purple); color: var(--gbp-purple); }

/* Testimonials Placeholder */
.testimonials-placeholder { text-align: center; padding: 40px; border: 2px dashed rgba(110, 31, 150, 0.25); border-radius: 0.5rem; }
.testimonials-placeholder p { color: #888; font-size: 1.2rem; }
.testimonials-placeholder i { color: var(--gbp-purple); }

/* Testimonial Videos */
.testimonial-col { display: flex; }
.testimonial-item { border-radius: 0.5rem; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); flex: 1; display: flex; flex-direction: column; }
.testimonial-video-wrap { position: relative; width: 100%; padding-bottom: 177.78%; background-color: #000; overflow: hidden; flex-shrink: 0; }
.testimonial-video-wrap iframe { position: absolute; top: -8%; left: 0; width: 100%; height: 116%; border: 0; }
.testimonial-caption { padding: 0.85rem 1rem; background-color: #fff; border-top: 1px solid var(--gbp-steel-grey); text-align: center; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.testimonial-caption strong { display: block; color: var(--gbp-indigo); font-family: 'Archivo Black', Verdana; font-size: 0.9rem; }
.testimonial-caption span { display: block; color: #666; font-size: 0.8rem; margin-top: 0.1rem; }

/* Buyers Page */
.buyer-card { border: none; border-radius: 0.5rem; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; height: 100%; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.buyer-card:hover { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14); transform: translateY(-3px); }
.buyer-card .buyer-img-wrap { background-color: var(--gbp-steel-grey); height: 220px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.buyer-card .buyer-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.buyer-card .buyer-img-placeholder { width: 100%; height: 220px; background: linear-gradient(135deg, var(--gbp-steel-grey) 0%, #b0c8db 100%); display: flex; align-items: center; justify-content: center; }
.buyer-card .buyer-img-placeholder i { font-size: 3rem; color: rgba(30, 33, 104, 0.3); }
.buyer-card .buyer-logo-wrap { width: 100%; height: 140px; background-color: #fff; border-bottom: 1px solid var(--gbp-steel-grey); display: flex; align-items: center; justify-content: center; padding: 1.5rem 2rem; }
.buyer-card .buyer-logo-wrap img { max-width: 100%; max-height: 72px; object-fit: contain; }
.buyer-card .buyer-logo-wrap.logo-fill { padding: 0; background-color: #f9f8f4; }
.buyer-card .buyer-logo-wrap.logo-fill img { max-height: 100%; width: 100%; object-fit: cover; }
.buyer-card .card-body { padding: 1.5rem; }
.buyer-card .buyer-name { font-family: 'Archivo Black', Verdana; font-size: 1.3rem; color: var(--gbp-indigo); margin-bottom: 0.4rem; text-transform: uppercase; }
.buyer-card .buyer-country { font-family: 'Archivo', Verdana; font-size: 1rem; color: var(--gbp-purple); font-weight: bold; margin-bottom: 0.75rem; }
.buyer-card .buyer-type { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--gbp-purple); background-color: rgba(110, 31, 150, 0.1); border-radius: 2rem; padding: 0.2rem 0.65rem; margin-bottom: 0.6rem; }
.buyer-card .buyer-desc { font-size: 0.9rem; color: #555; margin-bottom: 0.75rem; }
.buyer-card .buyer-looking { font-size: 0.85rem; color: var(--gbp-indigo); margin-bottom: 0; }
.buyer-card .buyer-looking strong { color: var(--gbp-indigo); }

/* Partners Page */
.partner-card { border: 1px solid rgba(30, 33, 104, 0.12); border-radius: 0.5rem; padding: 2.5rem 2rem; margin-bottom: 2rem; background-color: #fff; }
.partner-card .partner-logo-wrap { text-align: center; margin-bottom: 1.5rem; }
.partner-card .partner-logo-wrap img { max-height: 150px; max-width: 100%; object-fit: contain; }
.partner-card .partner-logo-wrap a { display: inline-block; opacity: 1; transition: opacity 0.2s; }
.partner-card .partner-logo-wrap a:hover { opacity: 0.8; }
.partner-card .partner-connection { display: inline-block; background-color: var(--gbp-steel-grey); color: var(--gbp-indigo); font-family: 'Archivo', Verdana; font-size: 0.95rem; font-weight: bold; padding: 0.3em 0.9em; border-radius: 2px; margin-bottom: 1rem; }
.partner-placeholder { border: 2px dashed rgba(30, 33, 104, 0.2); border-radius: 0.5rem; padding: 2.5rem 2rem; margin-bottom: 2rem; text-align: center; background-color: #fafafa; }
.partner-placeholder p { color: #aaa; font-size: 1.2rem; margin: 0; }
.partner-placeholder i { color: rgba(30, 33, 104, 0.2); }

/* Gallery Page */
#galleryPlaceholder i { color: var(--gbp-steel-grey); }
#galleryPlaceholder p { color: #aaa; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.75rem; }
.gallery-item { cursor: pointer; overflow: hidden; border-radius: 0.375rem; aspect-ratio: 1; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease, filter 0.35s ease; display: block; }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(0.88); }
.gallery-item .gallery-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s ease; background-color: rgba(30, 33, 104, 0.45); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item .gallery-overlay i { color: #fff; font-size: 2rem; }

/* Lightbox Trigger */
.gbp-lightbox-trigger { cursor: zoom-in; }
.gbp-lightbox.single-item .gbp-lightbox-prev,
.gbp-lightbox.single-item .gbp-lightbox-next { display: none; }

/* Lightbox */
.gbp-lightbox { position: fixed; inset: 0; z-index: 9999; background-color: rgba(1, 13, 79, 0.96); display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.gbp-lightbox.is-open { opacity: 1; pointer-events: all; }
.gbp-lightbox-inner { position: relative; max-width: 90vw; max-height: 90vh; display: flex; align-items: center; justify-content: center; }
.gbp-lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 0.25rem; box-shadow: 0 16px 60px rgba(0, 0, 0, 0.6); }
.gbp-lightbox-close { position: absolute; top: -2.5rem; right: 0; background: none; border: none; color: rgba(255, 255, 255, 0.75); font-size: 2rem; cursor: pointer; line-height: 1; padding: 0.25rem 0.5rem; transition: color 0.15s; }
.gbp-lightbox-close:hover { color: #fff; }
.gbp-lightbox-prev, .gbp-lightbox-next { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.1); border: none; color: #fff; font-size: 2rem; padding: 1rem 1.25rem; cursor: pointer; border-radius: 0.25rem; transition: background-color 0.15s; z-index: 1; }
.gbp-lightbox-prev { left: 1rem; }
.gbp-lightbox-next { right: 1rem; }
.gbp-lightbox-prev:hover, .gbp-lightbox-next:hover { background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 576px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.4rem; }
  .gbp-lightbox-prev, .gbp-lightbox-next { font-size: 1.4rem; padding: 0.6rem 0.85rem; }
}

/* Resources Page */
.guide-card { background-color: #fff; border: 1px solid rgba(30, 33, 104, 0.12); border-radius: 0.5rem; overflow: hidden; margin-bottom: 3rem; }
.guide-card .guide-card-header { background-color: var(--gbp-indigo); color: #fff; padding: 1.5rem 2rem; }
.guide-card .guide-card-header h3 { color: #fff; margin: 0; font-size: 1.6rem; }
.guide-card .guide-card-body { padding: 1.5rem 2rem; }
.guide-card .carousel-item img { width: 100%; max-height: 420px; object-fit: contain; background-color: var(--gbp-steel-grey); border-radius: 0.25rem; }
.guide-card .carousel-control-prev, .guide-card .carousel-control-next { width: 10%; }
.guide-card .carousel-indicators [data-bs-target] { background-color: var(--gbp-indigo); }
.guide-carousel { background-color: var(--gbp-steel-grey); border-radius: 0.375rem; padding: 1rem; }

.resource-link-card { display: flex; align-items: center; gap: 1.25rem; background-color: #fff; border: 1px solid rgba(30, 33, 104, 0.12); border-radius: 0.5rem; padding: 1.5rem 2rem; margin-bottom: 1.25rem; text-decoration: none; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.resource-link-card:hover { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1); text-decoration: none; transform: translateY(-2px); }
.resource-link-card i { font-size: 2rem; color: var(--gbp-purple); flex-shrink: 0; }
.resource-link-card .resource-ext-icon { font-size: 1rem; color: var(--gbp-indigo); opacity: 0.4; }
.resource-link-card .resource-info h4 { color: var(--gbp-indigo); font-size: 1.3rem; margin-bottom: 0.25rem; }
.resource-link-card .resource-info p { color: #555; font-size: 1.1rem; margin: 0; }

/* About Page */
.about-portrait { border-radius: 0.5rem; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14); width: 100%; }

/* Get In Touch Page */
.contact-block { background-color: #fff; border: 1px solid rgba(30, 33, 104, 0.12); border-radius: 0.5rem; padding: 2.5rem 2rem; text-align: center; margin-bottom: 2rem; display: flex; flex-direction: column; align-items: center; }
.contact-block i { font-size: 2.5rem; color: var(--gbp-purple); margin-bottom: 1rem; display: block; }
.contact-block h3 { color: var(--gbp-indigo); font-size: 1.5rem; margin-bottom: 0.5rem; }
.contact-block p { color: #555; font-size: 1.2rem; margin-bottom: 0; }
.contact-block a { color: var(--gbp-purple); border-bottom: 1px dashed var(--gbp-purple); text-decoration: none; }
.contact-block a:hover { color: var(--gbp-indigo); border-bottom-color: var(--gbp-indigo); }

/* Mobile */
@media (max-width: 768px) {
  section, section.white, section.gbp-grey { padding: 40px 0; }
  .get-involved, .events-section, .success-callout { padding: 40px 0; }
  h3 { margin: 14px 0 8px; }
  .footer-logo { max-height: 72px; }
  .footer-main { padding: 2rem 0 1.5rem; }
  .footer-links { gap: 0.6rem 1.5rem; margin-top: 1.25rem; }
  .resource-link-card { flex-wrap: wrap; gap: 0.75rem; padding: 1.25rem; }
  .resource-link-card .resource-ext-icon { display: none; }
  .get-involved p { font-size: 1.25rem; }
}
