/* ==========================================================================
   A CORDA - NON-PROFIT OFFICIAL UNIVERSAL STYLESHEET
   Association Loi 1901 | RNA: W093005169 | SIREN: 938571239
   ========================================================================== */

:root {
  --color-dark-navy: #09111E;
  --color-ocean-blue: #0B5A9E;
  --color-sky-blue: #009BE3;
  --color-wavemaker-teal: #2BB686;
  --color-teal-fill: #259B72;
  --color-teal-border: #1E8360;
  --color-crimson-red: #C8102E;
  --color-canvas-white: #F8F9FA;
  --color-card-border: #E5E7EB;
  --color-text-dark: #1E293B;
  --color-text-slate: #64748B;
  --color-pure-white: #FFFFFF;
  --font-headings: 'Oswald', 'Bebas Neue', 'Impact', sans-serif;
  --font-body: 'Open Sans', Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --touch-target-min: 44px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--color-canvas-white);
  color: var(--color-text-dark);
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  background-color: var(--color-canvas-white);
  color: var(--color-text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headings);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: var(--color-dark-navy);
  margin-bottom: 0.75rem;
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 3.25rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.25rem);
  font-weight: 600;
  margin-top: 2rem;
}

h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.65rem);
  font-weight: 600;
  margin-top: 1.5rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.25rem;
  color: #334155;
  font-size: 1.025rem;
  line-height: 1.7;
}

a {
  color: var(--color-ocean-blue);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover {
  color: var(--color-sky-blue);
}

ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* ==========================================================================
   LAYOUT CONTAINERS & GRIDS
   ========================================================================== */

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-narrow {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-padding-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.grid-5-circular {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

/* Level 1: Top Utility Bar */
.top-utility-bar {
  background-color: var(--color-dark-navy);
  color: #E2E8F0;
  font-size: 0.85rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.utility-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-weight: 500;
}

.utility-badge {
  background-color: rgba(43, 182, 134, 0.2);
  color: var(--color-wavemaker-teal);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.utility-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.utility-right a {
  color: #CBD5E1;
  font-size: 0.85rem;
  min-height: var(--touch-target-min);
  display: inline-flex;
  align-items: center;
}

.utility-right a:hover {
  color: #FFFFFF;
}

/* Level 2: Main Navigation */
.main-header {
  background-color: var(--color-pure-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-text {
  font-family: var(--font-headings);
  font-size: 1.85rem;
  color: var(--color-dark-navy);
  letter-spacing: 0.05em;
  line-height: 1;
}

.logo-subtext {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--color-text-slate);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* Desktop Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--color-dark-navy);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-height: var(--touch-target-min);
  cursor: pointer;
}

.nav-link:hover {
  color: var(--color-ocean-blue);
}

.dropdown-arrow {
  font-size: 0.65rem;
  transition: transform 0.2s ease;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-pure-white);
  min-width: 250px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.5rem 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 1010;
  border: 1px solid var(--color-card-border);
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item a {
  display: block;
  padding: 0.7rem 1.25rem;
  color: var(--color-text-dark);
  font-size: 0.9rem;
  font-weight: 500;
  min-height: var(--touch-target-min);
  display: flex;
  align-items: center;
}

.dropdown-item a:hover {
  background-color: var(--color-canvas-white);
  color: var(--color-ocean-blue);
}

/* Header CTA Button */
.header-cta-btn {
  background-color: var(--color-crimson-red);
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-target-min);
  min-width: var(--touch-target-min);
  box-shadow: 0 2px 6px rgba(200, 16, 46, 0.25);
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.header-cta-btn:hover {
  background-color: #A30D25;
  color: #FFFFFF !important;
}

/* Mobile Hamburger & Drawer */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  min-width: var(--touch-target-min);
  min-height: var(--touch-target-min);
  align-items: center;
  justify-content: center;
}

.hamburger-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: var(--color-dark-navy);
  margin: 5px 0;
  transition: all 0.3s ease;
}

.mobile-drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 17, 30, 0.7);
  z-index: 1999;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background-color: var(--color-pure-white);
  z-index: 2000;
  overflow-y: auto;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}

.mobile-drawer.open {
  right: 0;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-card-border);
  margin-bottom: 1.5rem;
}

.mobile-close-btn {
  background: none;
  border: none;
  font-size: 1.75rem;
  color: var(--color-dark-navy);
  cursor: pointer;
  min-width: var(--touch-target-min);
  min-height: var(--touch-target-min);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.mobile-nav-item {
  border-bottom: 1px solid #F1F5F9;
}

.mobile-nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.9rem 0;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark-navy);
  text-align: left;
  cursor: pointer;
  min-height: var(--touch-target-min);
}

.mobile-accordion-content {
  display: none;
  list-style: none;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
}

.mobile-accordion-content.active {
  display: block;
}

.mobile-accordion-content li a {
  display: block;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: var(--color-text-slate);
  min-height: var(--touch-target-min);
  display: flex;
  align-items: center;
}

/* ==========================================================================
   BUTTONS & CTAS
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch-target-min);
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: var(--color-crimson-red);
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #A30D25;
  color: #FFFFFF;
}

.btn-ocean {
  background-color: var(--color-ocean-blue);
  color: #FFFFFF;
}

.btn-ocean:hover {
  background-color: #084377;
  color: #FFFFFF;
}

.btn-teal {
  background-color: var(--color-wavemaker-teal);
  color: #FFFFFF;
}

.btn-teal:hover {
  background-color: #22936C;
  color: #FFFFFF;
}

.btn-outline-white {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white:hover {
  background-color: #FFFFFF;
  color: var(--color-dark-navy);
}

/* ==========================================================================
   HERO BANNERS & PAGE HEADERS
   ========================================================================== */

.hero-banner {
  position: relative;
  background-color: var(--color-dark-navy);
  color: #FFFFFF;
  padding: 4.5rem 0;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(9, 17, 30, 0.92) 0%, rgba(11, 90, 158, 0.85) 100%);
  z-index: 1;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background-color: var(--color-wavemaker-teal);
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  margin-bottom: 1.25rem;
}

.hero-title {
  color: #FFFFFF;
  font-size: clamp(2.25rem, 4vw + 1rem, 3.75rem);
  margin-bottom: 1.25rem;
  max-width: 900px;
}

.hero-lead {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #E2E8F0;
  max-width: 800px;
  margin-bottom: 2rem;
}

/* Page Subheaders */
.page-header {
  background: linear-gradient(135deg, var(--color-dark-navy) 0%, var(--color-ocean-blue) 100%);
  color: #FFFFFF;
  padding: 3.5rem 0;
}

.page-header h1 {
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.page-header p {
  color: #E2E8F0;
  font-size: 1.15rem;
  max-width: 780px;
  margin-bottom: 0;
}

/* ==========================================================================
   WAVEMAKER SIGNUP BANNER
   ========================================================================== */

.wavemaker-banner {
  background-color: var(--color-wavemaker-teal);
  color: #FFFFFF;
  padding: 2.5rem 0;
}

.wavemaker-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.wavemaker-text h3 {
  color: #FFFFFF;
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
}

.wavemaker-text p {
  color: #E6F7F0;
  margin: 0;
  font-size: 1.05rem;
}

.wavemaker-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 520px;
}

.wavemaker-input {
  flex: 1;
  min-width: 240px;
  min-height: var(--touch-target-min);
  background-color: var(--color-teal-fill);
  border: 1px solid var(--color-teal-border);
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.wavemaker-input::placeholder {
  color: #C2EAD9;
}

.wavemaker-btn {
  background-color: var(--color-dark-navy);
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.6rem 1.4rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  min-height: var(--touch-target-min);
  transition: background-color 0.2s ease;
}

.wavemaker-btn:hover {
  background-color: #03060B;
}

/* ==========================================================================
   MANDATORY 'OUR MISSION' CALLOUT BOX
   ========================================================================== */

.mission-callout-box {
  background-color: #FFFFFF;
  border-left: 6px solid var(--color-ocean-blue);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 6px 20px rgba(9, 17, 30, 0.08);
  padding: 2.5rem;
  margin: 3rem 0;
}

.mission-callout-box .tag {
  font-family: var(--font-headings);
  font-size: 1.1rem;
  color: var(--color-ocean-blue);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: block;
}

.mission-callout-box p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #1E293B;
  font-style: italic;
  margin-bottom: 0;
}

/* ==========================================================================
   CARDS & FEATURE BLOCKS
   ========================================================================== */

.card {
  background-color: var(--color-pure-white);
  border: 1px solid var(--color-card-border);
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card-title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--color-dark-navy);
}

.card-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.badge-blue {
  background-color: #E0F2FE;
  color: var(--color-ocean-blue);
}

.badge-teal {
  background-color: #DCFCE7;
  color: #15803D;
}

.badge-red {
  background-color: #FEE2E2;
  color: #B91C1C;
}

/* Circular 5-column thumbnail grid */
.circular-thumb-card {
  text-align: center;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid var(--color-card-border);
}

.circular-thumb-card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.75rem auto;
  border: 3px solid var(--color-wavemaker-teal);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.circular-thumb-card h4 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.circular-thumb-card p {
  font-size: 0.85rem;
  color: var(--color-text-slate);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Campaign Split Grid */
.campaign-split-grid {
  background: linear-gradient(135deg, var(--color-ocean-blue) 0%, var(--color-dark-navy) 100%);
  color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(9, 17, 30, 0.15);
}

.campaign-split-grid .grid-2 {
  align-items: center;
}

.campaign-split-content {
  padding: 3rem;
}

.campaign-split-content h2 {
  color: #FFFFFF;
}

.campaign-split-content p {
  color: #E2E8F0;
}

.campaign-split-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

/* ==========================================================================
   IMAGE & FIGCAPTION STYLING (Mandatory Rules)
   ========================================================================== */

.content-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 20px 0 8px 0;
  object-fit: cover;
}

.photo-caption {
  font-size: 0.875rem;
  color: #64748B;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  line-height: 1.5;
}

/* ==========================================================================
   DATA TABLES (Scrollable on Mobile)
   ========================================================================== */

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
  border: 1px solid var(--color-card-border);
  border-radius: 8px;
  background-color: #FFFFFF;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 600px;
}

.data-table th {
  background-color: var(--color-dark-navy);
  color: #FFFFFF;
  font-family: var(--font-headings);
  padding: 0.85rem 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.95rem;
}

.data-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #F1F5F9;
  font-size: 0.95rem;
  color: #334155;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:nth-child(even) {
  background-color: #F8FAFC;
}

/* ==========================================================================
   FORMS & MODALS (AJAX Interactive)
   ========================================================================== */

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-dark-navy);
  margin-bottom: 0.5rem;
}

.form-control {
  width: 100%;
  min-height: var(--touch-target-min);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--font-body);
  border: 1px solid var(--color-card-border);
  border-radius: 6px;
  background-color: #FFFFFF;
  color: var(--color-text-dark);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--color-ocean-blue);
  box-shadow: 0 0 0 3px rgba(11, 90, 158, 0.15);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* Submission Modal */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 17, 30, 0.75);
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-overlay.active {
  display: flex;
}

.modal-dialog {
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 520px;
  width: 100%;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  animation: modalPop 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalPop {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.modal-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #DCFCE7;
  color: #15803D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.25rem auto;
}

.modal-close-btn {
  margin-top: 1.5rem;
  min-width: 140px;
}

/* ==========================================================================
   FOOTER (Dark Navy #09111E)
   ========================================================================== */

.site-footer {
  background-color: var(--color-dark-navy);
  color: #CBD5E1;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  border-top: 3px solid var(--color-ocean-blue);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-wavemaker-teal);
}

.footer-col p {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul li a {
  color: #CBD5E1;
  font-size: 0.95rem;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
}

.footer-col ul li a:hover {
  color: var(--color-wavemaker-teal);
}

.footer-contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: #CBD5E1;
  font-size: 0.95rem;
}

/* Land Acknowledgment block */
.land-acknowledgment-block {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  font-size: 0.9rem;
  color: #94A3B8;
  line-height: 1.6;
}

.land-acknowledgment-block strong {
  color: #E2E8F0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.35rem;
}

/* Mandatory Un-truncated Footer Text Block */
.footer-disclosure-block {
  background-color: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--color-wavemaker-teal);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.9rem;
  color: #94A3B8;
  line-height: 1.6;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
  color: #64748B;
}

.footer-bottom a {
  color: #94A3B8;
  margin-left: 1rem;
}

.footer-bottom a:hover {
  color: #FFFFFF;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (Breakpoints: 992px, 768px, 576px)
   ========================================================================== */

@media (max-width: 992px) {
  .nav-menu {
    display: none;
  }
  
  .mobile-toggle {
    display: flex;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  
  .grid-5-circular {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .utility-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .utility-right {
    width: 100%;
    justify-content: space-between;
  }
  
  .grid-2 {
    grid-template-columns: 1fr;
  }
  
  .campaign-split-grid .grid-2 {
    grid-template-columns: 1fr;
  }
  
  .campaign-split-content {
    padding: 2rem 1.5rem;
  }
  
  .grid-3 {
    grid-template-columns: 1fr;
  }
  
  .grid-5-circular {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }
  
  .wavemaker-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .wavemaker-form {
    max-width: 100%;
  }
  
  .section-padding {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  
  .mission-callout-box {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .grid-5-circular {
    grid-template-columns: 1fr;
  }
  
  .wavemaker-input {
    min-width: 100%;
  }
  
  .wavemaker-btn {
    width: 100%;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-bottom a {
    margin-left: 0;
    margin-right: 1rem;
  }
}
