/**
* Consolidated CSS File
* Merged from: main.css, home.css, org_stru.css, p_gateway.css, blog.css, events.css, about.css, aow.css
* Template Name: CoreBiz
* Template URL: https://bootstrapmade.com/corebiz-bootstrap-business-template/
* Updated: Aug 30 2025 with Bootstrap v5.3.8
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Open Sans", sans-serif;
  --ihrl-navy: #0b1d4b;
  --ihrl-navy-2: #0d254f;
  --ihrl-gold: #f0c664;
  --ihrl-sky: #9ec7dc;
  --ihrl-soft: #edf3f7;
  --ihrl-card: #ffffff;
  --ihrl-text: #203963;
  --ihrl-muted: rgba(13, 37, 79, 0.7);
}

/* Global Colors */
:root { 
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #0c1d5b;
  --accent-color: #0c1d5b;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #222222;
  --nav-hover-color: #09947d;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #222222;
  --nav-dropdown-hover-color: #09947d;
}

/* Color Presets */
.light-background {
  --background-color: #f7fbfa;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #0c1d5b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

body.index-page {
  background: var(--ihrl-soft);
  color: var(--ihrl-text);
}

body.internal-page {
  background: #f4f7fb;
  color: var(--default-color);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

ul {
  padding-left: 20px;
}

li {
  margin: 8px 0;
}

/* PHP Email Form Messages */
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: var(--background-color);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {
  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Donate Button Styling
--------------------------------------------------------------*/
.navmenu li a.donate-link {
  color: var(--nav-color);
  font-weight: 700;
}

.navmenu li a.donate-link:hover {
  color: var(--nav-hover-color);
}

.navmenu li a.contact-btn,
.navmenu li a.donate-btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.navmenu li a.contact-btn {
  background: transparent;
  color: var(--ihrl-navy);
  border: 1px solid var(--ihrl-navy);
  box-shadow: none;
}

.navmenu li a.contact-btn:hover {
  transform: translateY(-2px);
  color: var(--ihrl-navy);
  border-color: var(--ihrl-navy);
  background: rgba(13, 37, 79, 0.03);
}

.navmenu li a.donate-btn {
  background: linear-gradient(180deg, #f4d06d 0%, #d7a943 100%);
  color: var(--heading-color);
  box-shadow: 0 6px 16px rgba(240, 198, 100, 0.28);
}

.navmenu li a.donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(240, 198, 100, 0.36);
  color: var(--heading-color);
}

@media (max-width: 1199px) {
  .navmenu li a.contact-btn,
  .navmenu li a.donate-btn {
    margin-left: 0;
    margin: 10px 0;
    display: block;
  }

  .navmenu li a.contact-btn {
    background: transparent;
    color: var(--ihrl-navy);
  }

  .navmenu li a.donate-btn {
    background: #f0c664;
    color: var(--heading-color);
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes animate-preloader-3 {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes animate-preloader-2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(24px, 0); }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 95px;
  z-index: 1001;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Internal Page Redesign System
--------------------------------------------------------------*/
.internal-main {
  background: linear-gradient(180deg, #f8f9fc 0%, #f2f5fa 100%);
}

.internal-hero {
  padding: 64px 0 32px;
  background: linear-gradient(180deg, #f7f9fd 0%, #eef3f9 100%);
}

.internal-hero.compact-hero {
  padding-top: 56px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d3a70;
}

.internal-hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 35, 80, 0.06);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(15, 35, 80, 0.08);
}

.internal-hero-card.single-col {
  grid-template-columns: 1fr;
}

.internal-hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.internal-hero-copy p {
  margin-bottom: 22px;
  color: rgba(34, 39, 46, 0.78);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 620px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
  text-decoration: none;
}

.primary-btn {
  background: linear-gradient(135deg, #0f2d5c 0%, #183f82 100%);
  color: #fff;
  padding: 14px 24px;
  box-shadow: 0 12px 24px rgba(17, 47, 94, 0.2);
}

.primary-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 47, 94, 0.24);
}

.secondary-btn {
  background: #f3d06d;
  color: #11264f;
  padding: 12px 18px;
  border: 1px solid rgba(17, 38, 79, 0.08);
}

.secondary-btn:hover {
  color: #11264f;
  transform: translateY(-2px);
}

.full-width-btn {
  width: 100%;
}

.internal-hero-image {
  position: relative;
  min-height: 260px;
}

.internal-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 22px;
}

.internal-feature-grid,
.internal-card-section,
.internal-story,
.internal-collaboration,
.internal-timeline,
.internal-contact-section,
.internal-donate-shell {
  padding: 24px 0 84px;
}

.feature-grid,
.work-grid,
.event-grid,
.timeline-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.work-card,
.event-card,
.time-card,
.donate-card,
.donate-side,
.contact-sidebar,
.contact-form-panel {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
}

.feature-card,
.work-card {
  padding: 28px 24px;
}

.feature-card h3,
.work-card h3,
.contact-sidebar h3,
.donate-card h2,
.donate-side h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.feature-card p,
.work-card p,
.story-panel p,
.collaboration-panel p,
.timeline-item p,
.donate-side p,
.contact-info-item p,
.event-body p,
.payment-item p {
  margin-bottom: 0;
  color: rgba(34, 39, 46, 0.76);
  line-height: 1.75;
}

.story-panel,
.collaboration-panel {
  background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid rgba(15, 35, 80, 0.08);
  border-radius: 28px;
  padding: 34px 32px;
  box-shadow: 0 16px 40px rgba(18, 37, 82, 0.08);
}

.story-panel h2,
.collaboration-panel h2,
.internal-timeline h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.timeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.timeline-item {
  background: #fff;
  border-radius: 22px;
  padding: 22px 20px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 14px 28px rgba(15, 35, 80, 0.05);
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 47, 94, 0.08);
  color: #12366e;
  font-weight: 700;
  font-size: 0.8rem;
}

.work-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(17, 47, 94, 0.12), rgba(243, 208, 109, 0.35));
  color: #11264f;
  font-size: 1.7rem;
}

.event-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 18px;
}

.event-date {
  display: flex;
  flex-direction: column;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f2d5c 0%, #193d7d 100%);
  color: #fff;
}

.event-date strong {
  font-size: 2rem;
  line-height: 1;
}

.event-date span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 8px;
}

.event-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-type {
  display: inline-block;
  color: #1b4a93;
  background: rgba(27, 74, 147, 0.08);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.event-body h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.35;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  color: rgba(34, 39, 46, 0.74);
  font-size: 0.9rem;
}

.event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
}

.contact-sidebar,
.contact-form-panel,
.donate-card,
.donate-side {
  padding: 30px 28px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-info-item i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(17, 47, 94, 0.08);
  color: #12366e;
  font-size: 1.2rem;
}

.contact-info-item span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #12366e;
}

.contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.contact-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f4f7fb;
  color: #0f2d5c;
  border: 1px solid rgba(17, 47, 94, 0.1);
}

.contact-form-panel h2 {
  margin-bottom: 18px;
}

.contact-main {
  padding-top: 0;
}

.contact-hero {
  background: linear-gradient(180deg, rgba(11, 29, 75, 0.97), rgba(13, 35, 79, 0.96));
  padding: 48px 0 38px;
  color: #fff;
}

.contact-hero .section-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.section-kicker-dark {
  background: rgba(11, 29, 75, 0.05);
  border-color: rgba(11, 29, 75, 0.08);
  color: var(--ihrl-navy);
}

.section-kicker-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.contact-hero h1 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.primary-btn,
.secondary-btn,
.btn-outline,
.quick-link,
.direction-link,
.contact-directory-card,
.quick-link-card,
.social-chip,
.newsletter-form button,
.search-clear {
  transition: all 0.2s ease;
}

.primary-btn,
.secondary-btn,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.primary-btn {
  background: var(--ihrl-gold);
  color: var(--ihrl-navy);
  box-shadow: 0 18px 28px rgba(240, 198, 100, 0.18);
}

.primary-btn:hover,
.primary-btn:focus-visible {
  background: #e7b94f;
  color: var(--ihrl-navy);
  transform: translateY(-1px);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
}

.trust-item i {
  color: var(--ihrl-gold);
}

.contact-hero-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 45px rgba(9, 18, 36, 0.22);
}

.contact-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.floating-address-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(11, 29, 75, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 14px 30px rgba(19, 35, 70, 0.16);
}

.address-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(240, 198, 100, 0.12);
  color: var(--ihrl-gold);
}

.mini-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 4px;
}

.floating-address-card strong {
  color: #fff;
  font-size: 1rem;
}

.contact-quick-wrap {
  margin-top: -18px;
  position: relative;
  z-index: 1;
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quick-contact-card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
  padding: 22px 18px;
}

.quick-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(17, 47, 94, 0.08);
  color: var(--ihrl-navy);
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.quick-contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: var(--ihrl-navy);
}

.quick-contact-card p {
  margin: 0 0 14px;
  color: rgba(13, 37, 79, 0.7);
  line-height: 1.75;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ihrl-navy);
  font-weight: 700;
}

.quick-link:hover,
.quick-link:focus-visible,
.direction-link:hover,
.direction-link:focus-visible {
  color: #1d4dae;
}

.office-hours-card .office-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.office-status.is-open {
  background: rgba(36, 156, 85, 0.12);
  color: #1f7d4d;
}

.office-status.is-closed {
  background: rgba(111, 122, 138, 0.12);
  color: #4a596e;
}

.contact-main-panel,
.contact-directory-section,
.location-section,
.quick-links-section,
.faq-section,
.trust-section,
.social-section {
  padding-top: 54px;
} 

.section-heading-inline {
  margin-bottom: 20px;
}

.section-heading-inline h2,
.section-heading-small h2,
.trust-header h2,
.newsletter-shell h2,
.final-cta-shell h2 {
  margin: 12px 0 0;
  color: var(--ihrl-navy);
  font-size: clamp(2rem, 2.75vw, 3rem);
  letter-spacing: -0.04em;
}

.section-heading-small {
  margin-bottom: 8px;
}

.supporting-copy {
  color: rgba(13, 37, 79, 0.7);
  line-height: 1.8;
  margin-bottom: 22px;
}

.contact-shell {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
  align-items: start;
}

.contact-form-panel,
.contact-sidebar,
.office-card,
.trust-panel {
  border: 1px solid rgba(15, 35, 80, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
}

.contact-form-panel,
.contact-sidebar {
  padding: 28px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--ihrl-navy);
  font-weight: 600;
}

.contact-form label span {
  color: #b95555;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(15, 35, 80, 0.14);
  background: #f7fafd;
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ihrl-navy);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(13, 37, 79, 0.48);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(15, 35, 80, 0.35);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(17, 47, 94, 0.07);
  outline: none;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid,
.contact-form select.is-invalid {
  border-color: rgba(185, 85, 85, 0.8);
  background: rgba(185, 85, 85, 0.03);
}

.radio-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.radio-item,
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ihrl-text);
  margin: 0;
}

.radio-item input,
.checkbox-item input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.checkbox-item {
  align-items: flex-start;
  margin-top: 6px;
}

.contact-form .full-width-btn {
  width: 100%;
  margin-top: 6px;
}

.loading,
.error-message,
.sent-message {
  display: none;
}

.loading.d-block,
.error-message.d-block,
.sent-message.d-block {
  display: block;
}

.loading {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(17, 47, 94, 0.04);
  color: var(--ihrl-navy);
  font-weight: 600;
}

.error-message {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(185, 85, 85, 0.08);
  color: #8b2b2b;
  border: 1px solid rgba(185, 85, 85, 0.18);
}

.sent-message {
  border-radius: 16px;
  background: rgba(28, 129, 74, 0.06);
  border: 1px solid rgba(28, 129, 74, 0.18);
  color: #1a6d46;
  padding: 16px 18px;
}

.sent-message strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
  color: #155d3d;
}

.sent-message p {
  margin: 0;
  line-height: 1.7;
}

.form-success-panel {
  margin-top: 20px;
  border-radius: 18px;
  background: rgba(28, 129, 74, 0.05);
  border: 1px solid rgba(28, 129, 74, 0.2);
  color: #1b6a43;
  padding: 20px 18px;
}

.form-success-panel h3 {
  color: #155d3d;
  margin-bottom: 10px;
}

.form-success-panel p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.secondary-btn {
  border-color: rgba(11, 29, 75, 0.12);
  background: #fff;
  color: var(--ihrl-navy);
}

.secondary-btn:hover,
.secondary-btn:focus-visible {
  background: var(--ihrl-soft);
  color: var(--ihrl-navy);
}

.contact-sidebar h3 {
  margin-bottom: 18px;
  color: var(--ihrl-navy);
  font-size: 1.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-info-item i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(17, 47, 94, 0.08);
  color: var(--ihrl-navy);
  font-size: 1.2rem;
}

.contact-info-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--ihrl-navy);
}

.contact-info-item p {
  margin: 0;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.78);
}

.contact-sidebar-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 35, 80, 0.08);
}

.contact-sidebar-block h4 {
  margin: 0 0 8px;
  color: var(--ihrl-navy);
}

.contact-sidebar-block p {
  margin: 0;
  color: rgba(13, 37, 79, 0.8);
  line-height: 1.7;
}

.direction-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ihrl-navy);
}

.contact-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-directory-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(15, 35, 80, 0.08);
  border-radius: 20px;
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
  padding: 20px 18px;
  color: var(--ihrl-text);
}

.contact-directory-card:hover,
.contact-directory-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(11, 29, 75, 0.1);
  border-color: rgba(11, 29, 75, 0.18);
}

.directory-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(240, 198, 100, 0.12);
  color: var(--ihrl-navy);
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.contact-directory-card h3 {
  margin: 0 0 8px;
  color: var(--ihrl-navy);
  font-size: 1.25rem;
}

.contact-directory-card p {
  margin: 0 0 16px;
  color: rgba(13, 37, 79, 0.74);
  line-height: 1.8;
}

.contact-directory-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--ihrl-navy);
  font-weight: 700;
}

.location-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
}

.map-panel {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
  min-height: 420px;
  background: #fff;
}

.map-panel iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.office-card {
  padding: 22px 20px;
}

.office-card h3 {
  margin: 0 0 10px;
  color: var(--ihrl-navy);
}

.office-card p {
  margin: 0 0 18px;
  line-height: 1.8;
  color: rgba(13, 37, 79, 0.75);
}

.office-list {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.office-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 35, 80, 0.08);
}

.office-list span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ihrl-navy);
}

.office-list strong {
  color: rgba(13, 37, 79, 0.82);
  font-size: 0.96rem;
  line-height: 1.7;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quick-link-card {
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  background: #fff;
  box-shadow: 0 16px 35px rgba(19, 35, 70, 0.06);
  padding: 20px 18px;
  color: var(--ihrl-text);
}

.quick-link-card:hover,
.quick-link-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(11, 29, 75, 0.1);
}

.mini-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(17, 47, 94, 0.08);
  color: var(--ihrl-navy);
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.quick-link-card h3 {
  margin: 0 0 8px;
  color: var(--ihrl-navy);
  font-size: 1.25rem;
}

.quick-link-card p {
  margin: 0;
  color: rgba(13, 37, 79, 0.72);
  line-height: 1.75;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(15, 35, 80, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(19, 35, 70, 0.04);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--ihrl-navy);
  padding: 18px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
}

.faq-question i {
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 18px;
  color: rgba(13, 37, 79, 0.76);
  line-height: 1.8;
}

.trust-panel {
  padding: 26px 22px;
}

.trust-header {
  margin-bottom: 18px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  padding: 20px 18px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  background: rgba(245, 247, 251, 0.7);
  border-radius: 18px;
}

.trust-card i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(240, 198, 100, 0.14);
  color: var(--ihrl-navy);
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.trust-card h3 {
  margin: 0 0 8px;
  color: var(--ihrl-navy);
}

.trust-card p {
  margin: 0;
  color: rgba(13, 37, 79, 0.75);
  line-height: 1.7;
}

.social-subtitle {
  margin: 12px 0 18px;
  color: rgba(13, 37, 79, 0.72);
}

.social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 10px 20px rgba(19, 35, 70, 0.04);
  color: var(--ihrl-navy);
  font-weight: 700;
}

.newsletter-section {
  margin-top: 54px;
  padding: 0 0 42px;
}

.newsletter-shell {
  background: linear-gradient(180deg, rgba(11, 29, 75, 0.99), rgba(13, 35, 79, 0.96));
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.12);
  padding: 28px;
  box-shadow: 0 18px 38px rgba(11, 29, 75, 0.12);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: center;
}

.newsletter-shell h2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
}

.newsletter-shell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 0 16px;
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-form button {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  background: var(--ihrl-gold);
  color: var(--ihrl-navy);
  font-weight: 800;
}

.newsletter-shell .error-message,
.newsletter-shell .sent-message {
  margin-top: 12px;
}

.final-cta {
  padding: 0 0 40px;
}

.final-cta-shell {
  background: linear-gradient(180deg, rgba(11, 29, 75, 0.98), rgba(8, 22, 53, 0.98));
  border-radius: 26px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: white;
}

.final-cta-shell h2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
}

.final-cta-shell p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.8;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.final-cta .btn-outline {
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
}

@media (max-width: 1024px) {
  .quick-contact-grid,
  .contact-directory-grid,
  .quick-links-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-layout,
  .newsletter-shell,
  .contact-shell,
  .final-cta-shell {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .quick-contact-grid,
  .contact-directory-grid,
  .quick-links-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding-top: 32px;
  }

  .hero-actions,
  .cta-actions,
  .newsletter-form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn,
  .btn-outline,
  .secondary-btn,
  .newsletter-form button,
  .full-width-btn {
    width: 100%;
  }

  .contact-form-panel,
  .contact-sidebar,
  .newsletter-shell,
  .final-cta-shell {
    padding: 20px 18px;
  }

  .contact-hero-visual img {
    min-height: 320px;
  }

  .floating-address-card {
    left: 18px;
    right: 18px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.contact-form-panel,
.contact-sidebar,
.office-card,
.trust-panel {
  animation: fadeUp 0.5s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button,
.contact-directory-card,
.quick-link-card,
.quick-contact-card,
.social-chip,
.newsletter-form button { 
  font-family: var(--default-font);
}

.contact-form input,
.contact-form textarea,
.donate-form input {
  width: 100%;
  border: 1px solid rgba(15, 35, 80, 0.16);
  background: #f9fbff;
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--default-color);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.donate-form input:focus {
  border-color: rgba(15, 35, 80, 0.4);
  box-shadow: 0 0 0 4px rgba(17, 47, 94, 0.08);
  outline: none;
}

.donate-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.donate-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
}

.donation-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 6px 0 12px;
}

.amount-pill {
  border: 1px solid rgba(17, 47, 94, 0.12);
  background: #f4f7fb;
  color: #11264f;
  border-radius: 12px;
  padding: 12px 10px;
  font-weight: 700;
  transition: 0.2s ease;
}

.amount-pill.active,
.amount-pill:hover {
  background: #0f2d5c;
  color: #fff;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}

.payment-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid rgba(17, 47, 94, 0.08);
}

.payment-item i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(17, 47, 94, 0.08);
  color: #12366e;
  font-size: 1.3rem;
}

.payment-item span {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #12366e;
}

@media (max-width: 992px) {
  .feature-grid,
  .work-grid,
  .timeline-grid,
  .event-grid,
  .donate-shell,
  .contact-shell {
    grid-template-columns: 1fr 1fr;
  }

  .internal-hero-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .feature-grid,
  .work-grid,
  .timeline-grid,
  .event-grid,
  .donate-shell,
  .contact-shell,
  .donation-amounts {
    grid-template-columns: 1fr;
  }

  .internal-hero {
    padding-top: 36px;
  }

  .internal-hero-card,
  .story-panel,
  .collaboration-panel,
  .contact-sidebar,
  .contact-form-panel,
  .donate-card,
  .donate-side {
    padding: 22px 18px;
  }

  .internal-feature-grid,
  .internal-card-section,
  .internal-story,
  .internal-collaboration,
  .internal-timeline,
  .internal-contact-section,
  .internal-donate-shell {
    padding-bottom: 64px;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Home Page Specific Styles
--------------------------------------------------------------*/
.home-main {
  background: var(--ihrl-soft);
}

.hero-home {
  position: relative;
  background: linear-gradient(90deg, rgba(11, 29, 75, 0.86) 0%, rgba(11, 29, 75, 0.72) 38%, rgba(11, 29, 75, 0.28) 100%), url('../img/bg/abstract-bg-1.webp') center/cover no-repeat;
  padding-top: 32px;
  padding-bottom: 26px;
  overflow: hidden;
}

.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 48, 0.14);
}

.hero-home .container {
  position: relative;
  z-index: 1;
}

.hero-home .hero-inner {
  padding-top: 24px;
  padding-bottom: 0;
}

.hero-home .row {
  align-items: center;
  min-height: 620px;
}

.hero-copy {
  color: #fff;
  padding: 18px 0 10px;
}

.hero-copy h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.9rem, 4vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 540px;
}

.hero-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 700;
  transition: 0.2s ease;
  text-decoration: none;
  gap: 8px;
}

.hero-actions a i {
  font-size: 0.88rem;
}

.hero-actions .btn-primary,
.hero-actions .gold-btn {
  background: linear-gradient(180deg, #f4d06d 0%, #d7a943 100%);
  color: var(--ihrl-navy);
  box-shadow: 0 10px 22px rgba(240, 198, 100, 0.32);
}

.hero-actions .btn-primary:hover,
.hero-actions .gold-btn:hover {
  transform: translateY(-1px);
  color: var(--ihrl-navy);
}

.hero-actions .btn-secondary,
.hero-actions .outline-btn {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-actions .btn-secondary:hover,
.hero-actions .outline-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.hero-visual img {
  width: min(100%, 700px);
  height: 470px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(9, 18, 38, 0.38);
  border: 4px solid rgba(255, 255, 255, 0.14);
}

.hero-badge-box {
  position: absolute;
  left: 20px;
  bottom: 26px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ihrl-navy);
  border-radius: 14px;
  padding: 18px 18px 14px;
  min-width: 190px;
  box-shadow: 0 18px 42px rgba(5, 17, 42, 0.2);
  text-align: center;
}

.hero-badge-box strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-badge-box span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
}

.hero-feature-strip {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(11, 29, 75, 0.12);
  margin: 10px auto 0;
  padding: 10px 12px 8px;
}

.hero-feature-strip .row {
  margin: 0;
}

.hero-feature-strip .feature-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  padding: 8px 6px;
  border-radius: 10px;
  color: var(--ihrl-navy);
}

.hero-feature-strip .feature-pill i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 198, 100, 0.18);
  color: var(--ihrl-navy);
  font-size: 1rem;
  flex-shrink: 0;
}

.hero-feature-strip .feature-pill strong {
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 2px;
}

.hero-feature-strip .feature-pill span {
  display: block;
  font-size: 0.68rem;
  color: rgba(11, 29, 75, 0.72);
}

.home-section {
  padding: 86px 0;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 34px;
}

.section-title-wrap h2 {
  margin: 0;
  color: var(--ihrl-navy);
  font-weight: 800;
  font-size: clamp(2rem, 2.7vw, 3rem);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.section-title-wrap .rule {
  width: 68px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2c658 0%, #d9a94b 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(11, 29, 75, 0.08);
  border-radius: 16px;
  padding: 26px 20px 22px;
  text-align: center;
  box-shadow: 0 14px 30px rgba(11, 29, 75, 0.04);
}

.stat-card .stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240, 198, 100, 0.14);
  color: var(--ihrl-navy);
  font-size: 1.5rem;
}

.stat-card .stat-number {
  font-size: clamp(2rem, 2.4vw, 3rem);
  color: var(--ihrl-navy);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
}

.stat-card .stat-label {
  font-size: 0.98rem;
  color: rgba(11, 29, 75, 0.8);
  font-weight: 600;
}

.what-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.what-card {
  border-radius: 16px;
  padding: 24px 22px 20px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 40px rgba(11, 29, 75, 0.08);
}

.what-card:nth-child(1) {
  background: #0d234e;
  color: #fff;
}

.what-card:nth-child(2) {
  background: #f0c664;
  color: var(--ihrl-navy);
}

.what-card:nth-child(3) {
  background: #0f2c72;
  color: #fff;
}

.what-card:nth-child(4) {
  background: #b9d7ea;
  color: var(--ihrl-navy);
}

.what-card h3 {
  margin: 0 0 10px;
  color: inherit;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.15;
}

.what-card i {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 16px;
  opacity: 0.9;
}

.what-card p {
  margin: 0 0 18px;
  color: inherit;
  opacity: 0.92;
  line-height: 1.5;
}

.what-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.what-card:nth-child(2) a,
.what-card:nth-child(4) a {
  background: rgba(11, 29, 75, 0.08);
}

/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
.recent-blog-posts .featured-post {
  background-color: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.recent-blog-posts .featured-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.recent-blog-posts .featured-post:hover .featured-img img {
  transform: scale(1.05);
}

.recent-blog-posts .featured-post:hover .post-title a {
  color: var(--accent-color);
}

.recent-blog-posts .featured-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.recent-blog-posts .featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-blog-posts .featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #000 20%));
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.recent-blog-posts .featured-content {
  padding: 32px;
}

.recent-blog-posts .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.recent-blog-posts .post-title {
  margin: 0 0 20px 0;
}

.recent-blog-posts .post-title a {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.recent-blog-posts .post-title a:hover {
  color: var(--accent-color);
}

.recent-blog-posts .post-excerpt {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.recent-blog-posts .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-blog-posts .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recent-blog-posts .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.recent-blog-posts .author-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.recent-blog-posts .author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}

.recent-blog-posts .read-time {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-blog-posts .read-more {
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.recent-blog-posts .read-more::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.3s ease;
}

.recent-blog-posts .read-more:hover::after {
  margin-left: 12px;
}

.recent-blog-posts .recent-post {
  background-color: var(--surface-color);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.recent-blog-posts .recent-post:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.recent-blog-posts .recent-post:hover .recent-title a {
  color: var(--accent-color);
}

.recent-blog-posts .recent-post:hover .recent-img img {
  transform: scale(1.05);
}

.recent-blog-posts .recent-img {
  height: 120px;
  overflow: hidden;
}

.recent-blog-posts .recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.recent-blog-posts .recent-content {
  padding: 20px;
}

.recent-blog-posts .recent-title {
  margin: 8px 0 12px 0;
}

.recent-blog-posts .recent-title a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-blog-posts .recent-title a:hover {
  color: var(--accent-color);
}

.recent-blog-posts .recent-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}

.recent-blog-posts .recent-meta .author {
  color: var(--heading-color);
  font-weight: 500;
}

.recent-blog-posts .recent-meta .date {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.recent-blog-posts .category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 90%), color-mix(in srgb, var(--accent-color), transparent 80%));
  color: var(--accent-color);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.recent-blog-posts .category:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-1px);
}

.recent-blog-posts .post-date {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.blog-posts .title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination-2 {
  padding-top: 0;
}

.pagination-2 nav {
  position: relative;
}

.pagination-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination-2 li {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.pagination-2 li.ellipsis {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 8px 16px;
  user-select: none;
}

.pagination-2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 16px;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px color-mix(in srgb, var(--default-color), transparent 90%);
}

.pagination-2 li a.active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.pagination-2 li a:hover:not(.active) {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  transform: translateY(-1px);
  box-shadow: 0 3px 6px color-mix(in srgb, var(--default-color), transparent 85%);
}

.pagination-2 li a i {
  font-size: 14px;
}

.pagination-2 li a span {
  margin: 0 4px;
}

/*--------------------------------------------------------------
# Events/Projects Styles
--------------------------------------------------------------*/
.projects .project-card {
  background: var(--surface-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
  height: 100%;
}

.projects .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--default-color), transparent 85%);
}

.projects .project-card:hover .project-overlay {
  opacity: 1;
}

.projects .project-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.projects .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.projects .project-image:hover img {
  transform: scale(1.05);
}

.projects .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--default-color), transparent 10%) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.projects .project-status {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.projects .project-status.completed {
  background: color-mix(in srgb, #28a745, transparent 20%);
  color: #ffffff;
}

.projects .project-status.in-progress {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: #ffffff;
}

.projects .project-status.planning {
  background: color-mix(in srgb, #ffc107, transparent 20%);
  color: #ffffff;
}

.projects .project-actions {
  align-self: center;
}

.projects .btn-project {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.projects .btn-project:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px color-mix(in srgb, var(--accent-color), transparent 70%);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# PREMIUM ABOUT PAGE STYLES
--------------------------------------------------------------*/

/* ===== Hero Section ===== */
.about-hero {
  background: linear-gradient(180deg, #f8f9fd 0%, #eef3f9 100%);
  padding: 72px 0 60px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(240, 198, 100, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 16px;
  padding: 8px 14px;
  background: rgba(240, 198, 100, 0.12);
  border-radius: 999px;
}

.about-hero-heading {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--ihrl-navy);
  margin-bottom: 18px;
}

.about-hero-description {
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.8);
  margin-bottom: 28px;
  max-width: 600px;
}

.about-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.about-hero-image-wrapper {
  position: relative;
}

.about-hero-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(11, 29, 75, 0.2);
}

.about-hero-stat {
  position: absolute;
  bottom: -20px;
  left: 28px;
  background: white;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 14px 40px rgba(11, 29, 75, 0.15);
  border: 1px solid rgba(240, 198, 100, 0.2);
}

.about-stat-number {
  font-size: 2rem;
  font-weight: 900;
  color: var(--ihrl-navy);
  line-height: 1;
}

.about-stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 37, 79, 0.7);
  margin-top: 6px;
  font-weight: 700;
}

/* ===== Who We Are Section ===== */
.about-who-we-are {
  padding: 80px 0;
  background: white;
}

.who-we-are-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: flex-start;
}

.who-we-are-text {
  position: relative;
}

.who-we-are-heading {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--ihrl-navy);
  margin-bottom: 0;
  letter-spacing: -0.03em;
}

.who-we-are-accent {
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, var(--ihrl-gold) 0%, var(--ihrl-gold) 60%, transparent 100%);
  margin-top: 18px;
  border-radius: 999px;
}

.who-we-are-label {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--ihrl-gold);
  margin-bottom: 14px;
  padding: 6px 12px;
  background: rgba(240, 198, 100, 0.1);
  border-radius: 999px;
}

.who-we-are-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(13, 37, 79, 0.8);
  margin-bottom: 16px;
}

.who-we-are-content p:last-child {
  margin-bottom: 0;
}

/* ===== MVVA Cards Section ===== */
.about-mvva {
  padding: 84px 0;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fc 100%);
}

.mvva-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.mvva-card {
  background: white;
  border-radius: 18px;
  padding: 32px 26px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 12px 30px rgba(11, 29, 75, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.mvva-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ihrl-gold), var(--ihrl-sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.mvva-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(11, 29, 75, 0.12);
  border-color: var(--ihrl-gold);
}

.mvva-card:hover::before {
  transform: scaleX(1);
}

.mvva-card:hover .mvva-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(11, 29, 75, 0.2), rgba(240, 198, 100, 0.4));
}

.mvva-number {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, var(--ihrl-gold), var(--ihrl-navy));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  letter-spacing: -0.04em;
}

.mvva-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 29, 75, 0.1), rgba(240, 198, 100, 0.2));
  color: var(--ihrl-navy);
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.mvva-heading {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.mvva-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.75);
  margin: 0;
}

/* ===== What Drives Us Section ===== */
.about-what-drives-us {
  padding: 80px 0;
  background: white;
}

.about-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.about-section-header h2 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 900;
  color: var(--ihrl-navy);
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.about-section-header p {
  font-size: 1.05rem;
  color: rgba(13, 37, 79, 0.7);
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.value-item {
  text-align: center;
  padding: 32px 22px;
  background: linear-gradient(135deg, #fafbfd 0%, #f5f8fc 100%);
  border-radius: 16px;
  border: 1px solid rgba(15, 35, 80, 0.06);
  transition: all 0.3s ease;
}

.value-item:hover {
  background: white;
  border-color: var(--ihrl-gold);
  box-shadow: 0 14px 40px rgba(11, 29, 75, 0.1);
  transform: translateY(-4px);
}

.value-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 29, 75, 0.12), rgba(240, 198, 100, 0.25));
  color: var(--ihrl-navy);
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.value-item:hover .value-icon {
  transform: scale(1.15);
  background: linear-gradient(135deg, var(--ihrl-navy), var(--ihrl-gold));
  color: white;
}

.value-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.value-description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.75);
  margin: 0;
}

/* ===== Timeline Section ===== */
.about-story {
  padding: 80px 0;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fc 100%);
}

.timeline-wrapper {
  position: relative;
}

.timeline-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
  z-index: 2;
}

.timeline-item {
  background: white;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 10px 28px rgba(11, 29, 75, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(11, 29, 75, 0.12);
  border-color: var(--ihrl-gold);
}

.timeline-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border: 4px solid var(--ihrl-gold);
  border-radius: 50%;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0 0 0 8px rgba(240, 198, 100, 0.1);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  background: var(--ihrl-gold);
  box-shadow: 0 0 0 12px rgba(240, 198, 100, 0.15);
  transform: translateX(-50%) scale(1.3);
}

.timeline-year {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--ihrl-navy);
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.timeline-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.75);
  margin: 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ihrl-gold), var(--ihrl-sky), var(--ihrl-gold));
  transform: scaleX(0);
  transform-origin: left;
  animation: timeline-line-animation 1.2s ease-out 0.3s forwards;
  z-index: 1;
}

@keyframes timeline-line-animation {
  to {
    transform: scaleX(1);
  }
}

/* ===== Our Approach Process Section ===== */
.about-approach-process {
  padding: 80px 0;
  background: white;
}

.process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #fafbfd 0%, #f5f8fc 100%);
  border-radius: 16px;
  padding: 32px 24px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  min-width: 160px;
  transition: all 0.3s ease;
  position: relative;
}

.process-step:hover {
  background: white;
  border-color: var(--ihrl-gold);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(11, 29, 75, 0.1);
}

.process-number {
  font-size: 2rem;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, var(--ihrl-gold), var(--ihrl-navy));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.process-icon {
  width: 52px;
  height: 52px;
  margin: 12px auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 29, 75, 0.12), rgba(240, 198, 100, 0.2));
  color: var(--ihrl-navy);
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.process-step:hover .process-icon {
  background: linear-gradient(135deg, var(--ihrl-navy), var(--ihrl-gold));
  color: white;
  transform: scale(1.15);
}

.process-heading {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.process-step p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(13, 37, 79, 0.75);
  margin: 0;
}

.process-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: var(--ihrl-gold);
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* ===== Work in Communities Section ===== */
.about-work-communities {
  padding: 80px 0;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fc 100%);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.work-card {
  background: white;
  border-radius: 18px;
  padding: 32px 28px;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 12px 30px rgba(11, 29, 75, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.work-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(240, 198, 100, 0.08), rgba(158, 199, 220, 0.08));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.work-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(11, 29, 75, 0.12);
  border-color: var(--ihrl-gold);
}

.work-card:hover::before {
  opacity: 1;
}

.work-card:hover .work-card-icon {
  transform: scale(1.15) rotate(-10deg);
  background: linear-gradient(135deg, var(--ihrl-navy), var(--ihrl-gold));
  color: white;
}

.work-card:hover .work-card-link {
  color: var(--ihrl-gold);
  transform: translateX(4px);
}

.work-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 29, 75, 0.12), rgba(240, 198, 100, 0.2));
  color: var(--ihrl-navy);
  font-size: 1.6rem;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.work-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.work-card-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(13, 37, 79, 0.75);
  margin-bottom: 18px;
  flex-grow: 1;
}

.work-card-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ihrl-navy);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.work-card-link i {
  font-size: 0.85rem;
}

/* ===== Collaboration Section ===== */
.about-collaboration {
  padding: 80px 0;
  background: white;
}

.collaboration-content {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.collaboration-image {
  position: relative;
}

.collaboration-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(11, 29, 75, 0.15);
  transition: transform 0.3s ease;
}

.collaboration-image:hover img {
  transform: scale(1.02);
}

.collaboration-label {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--ihrl-gold);
  margin-bottom: 12px;
  padding: 6px 12px;
  background: rgba(240, 198, 100, 0.1);
  border-radius: 999px;
}

.collaboration-heading {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 900;
  color: var(--ihrl-navy);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.collaboration-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(13, 37, 79, 0.8);
  margin-bottom: 16px;
}

.collaboration-text p:last-child {
  margin-bottom: 0;
}

/* ===== Impact Section ===== */
.about-impact {
  padding: 80px 0;
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fc 100%);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.impact-card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(15, 35, 80, 0.08);
  box-shadow: 0 12px 28px rgba(11, 29, 75, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.impact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ihrl-gold), var(--ihrl-sky));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(11, 29, 75, 0.12);
  border-color: var(--ihrl-gold);
}

.impact-card:hover::before {
  transform: scaleX(1);
}

.impact-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--ihrl-navy);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.impact-label {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 37, 79, 0.75);
  margin: 0;
}

/* ===== Why IHRL Matters Section ===== */
.about-why-matters {
  padding: 80px 0;
  background: white;
}

.why-matters-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.why-matters-text {
  padding-right: 20px;
}

.why-matters-heading {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--ihrl-navy);
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}

.why-matters-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(13, 37, 79, 0.8);
  margin: 0;
}

.why-matters-image {
  position: relative;
}

.why-matters-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(11, 29, 75, 0.15);
}

/* ===== Get Involved Section ===== */
.about-get-involved {
  padding: 80px 0;
  background: linear-gradient(135deg, #0b1d4b 0%, #0f2d5c 100%);
  position: relative;
  overflow: hidden;
}

.about-get-involved::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(240, 198, 100, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-get-involved::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(158, 199, 220, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.get-involved-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.get-involved-heading {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 900;
  color: white;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}

.get-involved-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

.get-involved-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.get-involved-ctas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(180deg, #f4d06d 0%, #d7a943 100%);
  color: var(--ihrl-navy);
  box-shadow: 0 10px 28px rgba(240, 198, 100, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(240, 198, 100, 0.4);
  color: var(--ihrl-navy);
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-outline:hover {
  background: white;
  color: var(--ihrl-navy);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(180deg, #f0c664 0%, #d9a94b 100%);
  color: var(--ihrl-navy);
  box-shadow: 0 10px 28px rgba(240, 198, 100, 0.28);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(240, 198, 100, 0.36);
  color: var(--ihrl-navy);
}

/* ===== Responsive Design ===== */
@media (max-width: 1199px) {
  .about-hero-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .who-we-are-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mvva-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-flow {
    gap: 12px;
  }

  .process-arrow {
    display: none;
  }

  .process-step {
    min-width: 140px;
    padding: 24px 18px;
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .collaboration-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-matters-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-hero,
  .about-who-we-are,
  .about-mvva,
  .about-what-drives-us,
  .about-story,
  .about-approach-process,
  .about-work-communities,
  .about-collaboration,
  .about-impact,
  .about-why-matters,
  .about-get-involved {
    padding: 60px 0;
  }

  .about-hero-stat {
    bottom: -15px;
    left: 15px;
    padding: 14px 18px;
  }
}

@media (max-width: 767px) {
  .mvva-grid,
  .timeline-container,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .impact-card {
    padding: 24px 18px;
  }

  .impact-number {
    font-size: 2.5rem;
  }

  .mvva-card,
  .mvva-card {
    padding: 24px 18px;
  }

  .process-step {
    padding: 20px 14px;
    min-width: 120px;
  }

  .work-card {
    padding: 24px 18px;
  }

  .about-hero-text,
  .about-hero-image,
  .who-we-are-text,
  .who-we-are-content,
  .collaboration-image,
  .collaboration-text,
  .why-matters-text,
  .why-matters-image {
    padding: 0;
  }

  .get-involved-ctas {
    flex-direction: column;
    gap: 12px;
  }

  .get-involved-ctas .btn {
    width: 100%;
  }

  .about-hero,
  .about-who-we-are,
  .about-mvva,
  .about-what-drives-us,
  .about-story,
  .about-approach-process,
  .about-work-communities,
  .about-collaboration,
  .about-impact,
  .about-why-matters,
  .about-get-involved {
    padding: 40px 0;
  }

  .about-section-header {
    margin-bottom: 36px;
  }

  .about-hero-heading {
    font-size: 2rem;
  }

  .who-we-are-heading {
    font-size: 1.6rem;
  }

  .collaboration-heading {
    font-size: 1.6rem;
  }

  .why-matters-heading {
    font-size: 1.8rem;
  }

  .timeline-dot {
    top: -40px;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .mvva-card,
  .timeline-item,
  .process-step,
  .work-card,
  .impact-card,
  .value-item,
  .get-involved-ctas .btn {
    transition: none;
  }

  .mvva-card::before,
  .impact-card::before,
  .timeline-dot,
  .timeline-line {
    animation: none;
  }
}
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.projects .btn-project:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.projects .project-info {
  padding: 25px;
}

.projects .project-category {
  color: var(--accent-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.projects .project-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--heading-color);
  line-height: 1.3;
}

.projects .project-description {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.projects .project-meta {
  display: flex;
  gap: 20px;
}

.projects .project-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.projects .project-meta span i {
  font-size: 14px;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .projects .project-meta {
    flex-direction: column;
    gap: 8px;
  }

  .projects .project-title {
    font-size: 18px;
  }

  .projects .project-image {
    height: 200px;
  }
}

/*--------------------------------------------------------------
# Organization Structure (Cards)
--------------------------------------------------------------*/
.level {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.card {
  background: white;
  width: 260px;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(32, 1, 1, 0.705);
  border: 1px solid rgba(0, 0, 0, .05);
  transition: .3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.card i {
  font-size: 45px;
  color: #0F5E9C;
  margin-bottom: 10px;
}

.card h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.executive {
  background: linear-gradient(135deg, #1B4965, #62B6CB);
  color: white;
}

.executive i {
  color: white;
}

.connection {
  width: 5px;
  height: 30px;
  background: #4BA3C3;
  margin: 0 auto 30px;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-box {
  background: white;
  width: 400px;
  max-width: 100%;
  padding: 35px;
  border-radius: 20px;
  position: relative;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

.modal-box h2 {
  color: #12355B;
  margin-bottom: 20px;
  font-family: Eras Bold ITC;
  font-weight: bold;
}

.detail {
  margin-top: 20px;
}

.detail h3 {
  color: #0F5E9C;
  margin-bottom: 10px;
  font-family: Bahnschrift;
  font-weight: bold;
  font-size: large;
}

/*--------------------------------------------------------------
# Payment Gateway Styles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  color: #555;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
}

.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 28px;
  margin-bottom: 60px;
}

.payment-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  transition: .3s;
  overflow: hidden;
  background: #fff;
}

.payment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.logo-box {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-box img {
  max-width: 220px;
  max-height: 90px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.card-subtitle {
  text-align: center;
  color: #777;
  font-size: 15px;
  margin-bottom: 20px;
}

.card-text {
  text-align: center;
  color: #333;
  line-height: 1.7;
  min-height: 95px;
}

.btn-payment {
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  font-weight: 600;
}

.btn-ecocash {
  background: #29479d;
  color: white;
}

.btn-ecocash:hover {
  background: #20397f;
  color: white;
}

.btn-mpesa {
  background: #e52424;
  color: white;
}

.btn-mpesa:hover {
  background: #cb1f1f;
  color: white;
}

.btn-card {
  background: #1f8a3c;
  color: white;
}

.btn-card:hover {
  background: #166e2f;
  color: white;
}

@media (max-width: 991px) {
  .recent-blog-posts .featured-post {
    margin-bottom: 40px;
  }

  .recent-blog-posts .featured-img {
    height: 250px;
  }

  .recent-blog-posts .featured-content {
    padding: 24px;
  }

  .recent-blog-posts .post-title a {
    font-size: 24px;
  }

  .recent-blog-posts .post-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .recent-blog-posts .recent-post {
    display: flex;
    margin-bottom: 16px;
  }

  .recent-blog-posts .recent-img {
    flex: 0 0 100px;
    height: 100px;
  }

  .recent-blog-posts .recent-content {
    flex: 1;
    padding: 16px;
  }

  .recent-blog-posts .recent-title a {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .recent-blog-posts .post-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .recent-blog-posts .recent-post {
    flex-direction: column;
  }

  .recent-blog-posts .recent-img {
    flex: none;
    height: 120px;
  }

  .pagination-2 ul {
    gap: 4px;
  }

  .pagination-2 li a {
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .what-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================================================
   AREAS OF WORK PAGE
   =============================================================== */

.aow-page {
  background: #f5f7fb;
}

.aow-page .container {
  max-width: 1200px;
}

.aow-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(11,29,75,0.96) 0%, rgba(11,29,75,0.88) 38%, rgba(11,29,75,0.72) 100%),
              url('../img/about/about_1.png') center/cover no-repeat;
  color: #fff;
  padding: 110px 0 70px;
  overflow: hidden;
}

.aow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,29,75,0.86), rgba(11,29,75,0.34));
}

.aow-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.aow-hero-copy {
  max-width: 640px;
}

.aow-hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: 0.02em;
  line-height: 1.06;
  font-weight: 900;
  margin: 18px 0 18px;
  color: #fff;
}

.aow-hero p {
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0;
}

.aow-hero-summary {
  margin-top: 18px !important;
}

.aow-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.aow-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.aow-hero-visual img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.25);
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.15);
}

.aow-hero-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255,255,255,0.95);
  color: var(--ihrl-navy);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 18px 40px rgba(11,29,75,0.18);
  max-width: 178px;
  width: max-content;
}

.aow-hero-badge strong {
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 800;
}

.aow-hero-badge span {
  font-size: 0.62rem;
  color: var(--ihrl-muted);
  line-height: 1.35;
}

.scroll-indicator {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 38px;
}

.scroll-indicator i {
  font-size: 1.4rem;
  animation: bounce 1.8s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ihrl-gold);
}

.section-kicker-gold {
  color: var(--ihrl-gold);
}

.aow-overview,
.aow-programmes,
.aow-process,
.aow-themes,
.aow-results,
.aow-story,
.aow-resources,
.aow-events,
.aow-newsletter {
  padding: 90px 0;
}

.aow-overview {
  background: #fff;
}

.aow-overview-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 42px;
  align-items: center;
}

.aow-overview-copy h2,
.section-heading h2,
.aow-story h2,
.newsletter-copy h2,
.aow-cta-box h2 {
  font-family: var(--heading-font);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ihrl-navy);
  margin: 0 0 16px;
}

.aow-overview-copy h2,
.section-heading h2,
.aow-story h2,
.newsletter-copy h2,
.aow-cta-box h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.aow-overview-copy p,
.section-heading p,
.story-content p,
.resource-card p,
.event-body p,
.aow-cta-box p {
  color: var(--ihrl-muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.gold-rule {
  width: 70px;
  height: 4px;
  background: var(--ihrl-gold);
  border-radius: 3px;
  margin: 18px 0 24px;
}

.aow-overview-figure {
  background: linear-gradient(135deg, #f7f3ea 0%, #edf3f7 100%);
  border: 1px solid #e9edf2;
  border-radius: 18px;
  padding: 38px 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(11,29,75,0.06);
}

.aow-stat-number {
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 1;
  color: var(--ihrl-navy);
}

.aow-stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ihrl-text);
  margin-top: 8px;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading-light {
  color: #fff;
}

.section-heading-light h2,
.section-heading-light p {
  color: #fff;
}

.section-heading-light .section-kicker {
  color: var(--ihrl-gold);
}

.programme-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.filter-button {
  appearance: none;
  border: 1px solid rgba(11,29,75,0.15);
  background: #fff;
  color: var(--ihrl-navy);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.filter-button.is-active,
.filter-button:hover {
  background: var(--ihrl-navy);
  color: white;
  border-color: var(--ihrl-navy);
}

.programme-list {
  display: grid;
  gap: 36px;
}

.programme-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #e7ecf2;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(11,29,75,0.05);
  transition: all 0.35s ease;
}

.programme-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(11,29,75,0.08);
}

.programme-item.is-hidden {
  display: none;
}

.programme-visual {
  min-height: 100%;
}

.programme-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.programme-content {
  padding: 38px 32px 30px;
  position: relative;
}

.programme-number {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(240,198,100,0.35);
  font-family: var(--heading-font);
  margin-bottom: 12px;
}

.programme-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240,198,100,0.16);
  color: var(--ihrl-navy);
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.programme-content h3 {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  color: var(--ihrl-navy);
  margin-bottom: 12px;
}

.programme-content p {
  color: var(--ihrl-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

.programme-points {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.programme-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ihrl-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.programme-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--ihrl-gold);
  font-weight: 700;
}

.programme-toggle {
  border: none;
  background: transparent;
  color: var(--ihrl-navy);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.programme-toggle::after {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 0.9rem;
  transition: transform 0.25s ease;
}

.programme-toggle.is-open::after {
  transform: rotate(180deg);
}

.programme-extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.32s ease, opacity 0.32s ease, margin-top 0.32s ease;
  margin-top: 0;
}

.programme-extra.is-open {
  max-height: 140px;
  opacity: 1;
  margin-top: 18px;
}

.programme-extra p {
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid #edf1f5;
}

.aow-process {
  background: linear-gradient(135deg, var(--ihrl-navy) 0%, #0f2d5c 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.process-step {
  position: relative;
  padding: 26px 16px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
  text-align: center;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -10px;
  right: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,198,100,0.7), transparent);
}

.process-step:first-child::before { display: none; }

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(240,198,100,0.14);
  color: var(--ihrl-gold);
  font-weight: 900;
  font-size: 1.1rem;
  border: 1px solid rgba(240,198,100,0.3);
}

.process-step h3 {
  margin: 18px 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}

.aow-themes {
  background: #fff;
}

.themes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.theme-card {
  background: #f9fafc;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 28px 22px;
  transition: all 0.25s ease;
  box-shadow: 0 10px 28px rgba(11,29,75,0.04);
}

.theme-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240,198,100,0.5);
  box-shadow: 0 18px 34px rgba(11,29,75,0.08);
}

.theme-card i {
  font-size: 2rem;
  color: var(--ihrl-gold);
  margin-bottom: 20px;
  display: inline-block;
}

.theme-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 10px;
}

.theme-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ihrl-muted);
  margin: 0;
}

.aow-results {
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.result-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 18px 32px rgba(11,29,75,0.04);
}

.result-label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ihrl-muted);
  margin-bottom: 18px;
  font-weight: 700;
}

.result-card strong {
  display: block;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 900;
  color: var(--ihrl-navy);
  line-height: 1;
  margin-bottom: 10px;
}

.result-card small {
  color: var(--ihrl-gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.aow-story {
  background: #fff;
}

.story-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  background: #f9fafc;
  border: 1px solid #edf1f5;
  border-radius: 24px;
  padding: 18px;
  align-items: center;
}

.story-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.story-content {
  padding: 18px 18px 18px 4px;
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ihrl-navy);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.story-link i {
  color: var(--ihrl-gold);
}

.aow-resources {
  background: #f5f7fb;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  padding: 26px 20px;
  box-shadow: 0 14px 32px rgba(11,29,75,0.04);
}

.resource-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240,198,100,0.16);
  color: var(--ihrl-navy);
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.resource-type {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ihrl-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 800;
}

.resource-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 12px;
}

.resource-card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ihrl-muted);
  margin-bottom: 18px;
}

.resource-card a {
  color: var(--ihrl-navy);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.74rem;
}

.aow-events {
  background: #fff;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.event-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(11,29,75,0.04);
  display: flex;
  flex-direction: column;
}

.event-date {
  padding: 22px 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #faf7f0;
}

.event-date strong {
  font-size: 2.1rem;
  line-height: 1;
  color: var(--ihrl-navy);
  font-weight: 900;
}

.event-date span {
  color: var(--ihrl-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.event-body {
  padding: 22px 20px 18px;
  flex: 1;
}

.event-type {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ihrl-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ihrl-navy);
  margin-bottom: 12px;
  line-height: 1.35;
}

.event-meta {
  color: var(--ihrl-muted);
  font-size: 0.9rem;
  margin-top: 14px;
}

.event-card .btn {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

.aow-cta {
  background: linear-gradient(135deg, var(--ihrl-navy) 0%, #0f2d5c 100%);
  padding: 96px 0;
}

.aow-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 38px 30px;
}

.aow-cta-box h2 {
  color: #fff;
  margin: 14px 0 0;
  max-width: 660px;
}

.aow-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.aow-newsletter {
  background: #fff;
}

.newsletter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 30px;
  background: #f9fafc;
  border: 1px solid #e8edf3;
  border-radius: 22px;
}

.newsletter-copy {
  max-width: 620px;
}

.aow-newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  max-width: 520px;
}

.aow-newsletter-form input {
  flex: 1;
  min-height: 52px;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  padding: 0 16px;
  color: var(--ihrl-text);
  font-size: 0.96rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1199px) {
  .aow-hero-inner,
  .aow-overview-grid,
  .story-shell {
    grid-template-columns: 1fr;
  }

  .aow-hero-visual {
    max-width: 520px;
    margin: 0 auto;
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .themes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .programme-item {
    grid-template-columns: 1fr;
  }

  .programme-visual {
    min-height: 260px;
  }

  .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aow-cta-box,
  .newsletter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .aow-cta-actions,
  .aow-newsletter-form {
    width: 100%;
    justify-content: flex-start;
  }

  .aow-newsletter-form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .aow-hero {
    padding-top: 80px;
  }

  .aow-overview,
  .aow-programmes,
  .aow-process,
  .aow-themes,
  .aow-results,
  .aow-story,
  .aow-resources,
  .aow-events,
  .aow-newsletter {
    padding: 70px 0;
  }

  .programme-points {
    grid-template-columns: 1fr;
  }

  .themes-grid,
  .results-grid,
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aow-hero-actions,
  .aow-cta-actions,
  .aow-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .aow-hero-actions .btn,
  .aow-cta-actions .btn,
  .aow-newsletter-form .btn {
    width: 100%;
  }

  .aow-cta-box,
  .newsletter-wrap {
    padding: 24px 18px;
  }
}

@media (max-width: 540px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step::before {
    display: none;
  }

  .aow-hero-visual {
    width: 100%;
  }

  .aow-hero-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: 142px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .aow-hero-badge strong {
    font-size: 0.62rem;
  }

  .aow-hero-badge span {
    font-size: 0.56rem;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
