/*
Theme Name: Global Connect Vietnam France (GCVF) Landing Theme - Executive UI Edition
Theme URI: https://gcvf.fr
Author: GCVF Tech Team & UI Design Agent
Description: High-performance, executive-level diplomatic landing page for Hiệp hội Kết nối Toàn cầu Việt Pháp (GCVF).
Version: 2.3.0
License: GNU General Public License v2 or later
Tags: custom-theme, landing-page, gcvf, vietnam-france, executive-ui
*/

@import url('variables.css');
@import url('components.css');
@import url('responsive.css');

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&family=Montserrat:wght@600;700;800&display=swap');

/* ==========================================================================
   1. RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-white);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

/* ==========================================================================
   2. UTILITIES & LAYOUT CONTAINERS
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 6.5rem 0;
  position: relative;
}

.section-bg-offwhite {
  background-color: var(--bg-offwhite);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.section-bg-white {
  background-color: var(--bg-white);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4.5rem auto;
}

.section-subtitle {
  display: inline-block;
  font-size: 0.775rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--french-blue);
  margin-bottom: 1rem;
  position: relative;
}

.section-subtitle::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: var(--french-accent-line);
  margin: 0.4rem auto 0 auto;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

.section-description {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Tricolore Accent Line */
.tricolore-bar {
  height: 3px;
  width: 100%;
  background: var(--tricolore-gradient);
}

/* ==========================================================================
   3. HEADER & NAVBAR
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  transition: var(--transition-normal);
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.7);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  background-color: rgba(255, 255, 255, 0.98);
}

.header-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Official Logo Header Container */
.brand-logo {
  display: flex;
  align-items: center;
}

.brand-logo-frame {
  height: 46px;
  background: #000000;
  border-radius: var(--radius-sm);
  padding: 4px 10px;
  display: flex;
  align-items: center;
  box-shadow: var(--shadow-subtle);
  border: 1px solid rgba(10, 37, 64, 0.1);
  transition: var(--transition-fast);
}

.brand-logo-frame:hover {
  transform: scale(1.02);
}

.brand-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

/* Navigation Links */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  position: relative;
  padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
  color: var(--french-blue);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--french-blue);
  transition: var(--transition-fast);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Mobile Toggle */
.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  flex-direction: column;
  gap: 5px;
}

.hamburger-line {
  width: 22px;
  height: 2px;
  background: var(--primary-navy);
  transition: var(--transition-fast);
}

/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */
.hero-section {
  padding-top: calc(var(--header-height) + 4.5rem);
  padding-bottom: 5.5rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.4rem 1.1rem;
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-subtle);
  border-radius: var(--radius-pill);
  font-size: 0.775rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary-navy);
  margin-bottom: 1.5rem;
}

.badge-dots {
  display: flex;
  gap: 4px;
}

.dot-blue {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--french-blue);
}

.dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-red);
}

.hero-headline {
  font-family: var(--font-heading);
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.16;
  color: var(--primary-navy);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.hero-headline .highlight-blue {
  color: var(--french-blue);
  position: relative;
}

.hero-subheadline {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

/* Key Metrics Banner */
.hero-metrics-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.metric-card {
  background: var(--bg-white);
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-normal);
}

.metric-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(10, 37, 64, 0.2);
}

.metric-number {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.metric-card:nth-child(3) .metric-number {
  color: var(--primary-red);
}

.metric-label {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Hero Visual Column with Corner Badges */
.hero-visual {
  position: relative;
  padding: 1.5rem 1.25rem;
}

.hero-visual-card {
  background: linear-gradient(145deg, #051629 0%, #0A2540 100%);
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem 3rem 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  text-align: center;
}

.hero-visual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: var(--french-accent-line);
}

.hero-logo-display {
  margin: 0 auto 1.5rem auto;
  max-width: 300px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #000000;
  padding: 1.25rem 1rem;
}

.hero-logo-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.hero-card-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ED2939;
  text-transform: uppercase;
}

.hero-card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFFFFF;
}

.hero-card-sub {
  font-size: 0.85rem;
  color: #94A3B8;
  max-width: 300px;
  line-height: 1.5;
}

.hero-card-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-info-pill {
  font-size: 0.725rem;
  font-weight: 700;
  color: #CBD5E1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-pill);
}

.hero-info-pill.accent-pill {
  color: #FFFFFF;
  background: rgba(0, 35, 149, 0.3);
  border-color: rgba(0, 35, 149, 0.5);
}

/* Floating Corner Badges (Generous Spacing & High-Z-Index) */
.hero-floating-badge {
  position: absolute;
  background: var(--bg-white);
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  z-index: 3;
}

.badge-code {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary-red);
  margin-bottom: 0.2rem;
}

.hero-floating-badge.badge-top {
  top: -5px;
  left: -15px;
}

.hero-floating-badge.badge-bottom {
  bottom: -5px;
  right: -15px;
}

.floating-text-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-navy);
}

/* ==========================================================================
   5. ABOUT GCVF SECTION
   ========================================================================== */
.about-legal-card {
  background: var(--primary-navy);
  color: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 2.75rem 3rem;
  margin-bottom: 4.5rem;
  box-shadow: var(--shadow-md);
  position: relative;
}

.about-legal-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3rem;
  right: 3rem;
  height: 3px;
  background: var(--french-accent-line);
}

.legal-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.legal-title {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #FFFFFF;
}

.legal-desc {
  font-size: 0.975rem;
  opacity: 0.88;
  line-height: 1.65;
}

.legal-badge-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  text-align: center;
}

.legal-rna {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  opacity: 0.75;
  margin-bottom: 0.35rem;
}

.legal-number {
  font-family: monospace;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

/* 4 Value Pillars Grid */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-bottom: 4.5rem;
}

.pillar-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2.25rem 1.75rem;
  transition: var(--transition-normal);
  position: relative;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-navy);
}

.pillar-number {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--french-blue);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.pillar-card:nth-child(3) .pillar-number {
  color: var(--primary-red);
}

.pillar-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}

.pillar-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-light);
}

.pillar-desc {
  font-size: 0.925rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Diplomatic Quote Box */
.diplomatic-quote-box {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  padding: 3rem;
  position: relative;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--french-blue);
  opacity: 0.15;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}

.quote-text-wrap {
  position: relative;
  z-index: 2;
}

.quote-statement {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  color: var(--primary-navy);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.quote-author-block {
  border-left: 3px solid var(--primary-red);
  padding-left: 1rem;
}

.quote-author {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--primary-navy);
}

.quote-title {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* ==========================================================================
   6. LEADERSHIP SECTION (BAN LÃNH ĐẠO)
   ========================================================================== */
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.leader-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-normal);
  overflow: hidden;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-navy);
}

.leader-header-bar {
  background: var(--bg-offwhite);
  padding: 2rem 1.75rem 1.25rem 1.75rem;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leader-initials {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-navy);
  color: var(--bg-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.leader-card:nth-child(2) .leader-initials {
  background: var(--french-blue);
}

.leader-card:nth-child(3) .leader-initials {
  background: var(--primary-red);
}

.leader-role-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary-navy);
  background: rgba(10, 37, 64, 0.06);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
}

.leader-role-tag.vice {
  color: var(--french-blue);
  background: rgba(0, 35, 149, 0.06);
}

.leader-body {
  padding: 1.75rem;
}

.leader-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 0.35rem;
}

.leader-position {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-red);
  margin-bottom: 1rem;
}

.leader-bio {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   7. EXPERTS & ADVISORS (CỐ VẤN & DIỄN GIẢ)
   ========================================================================== */
.experts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.expert-card {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  padding: 1.75rem 1.5rem;
  transition: var(--transition-normal);
  position: relative;
}

.expert-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--french-blue);
}

.expert-flag-tag {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--text-light);
  background: var(--bg-offwhite);
  border: 1px solid var(--border-light);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-sm);
}

.expert-monogram {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 1rem;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-offwhite);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 0.35rem;
}

.expert-title {
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--french-blue);
  margin-bottom: 0.35rem;
}

.expert-org {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ==========================================================================
   8. ACTIVITIES & ROADMAP 2026
   ========================================================================== */
.featured-activity-banner {
  background: var(--primary-navy);
  color: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 3rem;
  margin-bottom: 4.5rem;
  box-shadow: var(--shadow-md);
  border-top: 3px solid var(--primary-red);
}

.activity-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 3rem;
  align-items: center;
}

.activity-meta-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ED2939;
  margin-bottom: 0.75rem;
}

.activity-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.activity-date {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 1rem;
  font-weight: 600;
}

.activity-desc {
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.6;
}

.activity-stats-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 2rem;
  text-align: center;
}

.activity-stats-num {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.activity-stats-label {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Roadmap Timeline */
.roadmap-header {
  text-align: center;
  margin-bottom: 3rem;
}

.roadmap-section-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary-navy);
}

.roadmap-timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

.roadmap-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--border-light);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
  width: 50%;
  padding: 0 2.25rem;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  position: absolute;
  top: 1.1rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bg-white);
  border: 3px solid var(--french-blue);
  z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -7px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -7px;
}

.timeline-content {
  background: var(--bg-white);
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-normal);
}

.timeline-content:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-navy);
}

.timeline-quarter {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary-red);
  margin-bottom: 0.35rem;
}

.timeline-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary-navy);
  margin-bottom: 0.25rem;
}

.timeline-location {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ==========================================================================
   9. PRESS & PARTNERS (BÁO CHÍ & ĐỐI TÁC)
   ========================================================================== */
.press-container, .partners-container {
  margin-bottom: 3.5rem;
}

.group-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--french-blue);
  text-align: center;
  margin-bottom: 1.5rem;
}

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

.press-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.15rem 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--primary-navy);
  transition: var(--transition-fast);
}

.press-card:hover {
  border-color: var(--french-blue);
  color: var(--french-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

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

.partner-card {
  background: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--transition-fast);
  min-height: 85px;
}

.partner-card:hover {
  border-color: var(--primary-navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.partner-code {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--french-blue);
  margin-bottom: 0.25rem;
}

.partner-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary-navy);
  line-height: 1.3;
}

/* ==========================================================================
   10. FOOTER & CONTACT
   ========================================================================== */
.site-footer {
  background: var(--primary-navy-dark);
  color: var(--bg-white);
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-logo-frame {
  max-width: 220px;
  background: #000000;
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo-img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-legal-note {
  font-size: 0.85rem;
  color: #64748B;
  line-height: 1.6;
}

.footer-nav-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--bg-white);
  margin-bottom: 1.25rem;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  color: #94A3B8;
  font-size: 0.875rem;
}

.footer-link:hover {
  color: var(--bg-white);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  color: #CBD5E1;
}

.contact-label {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary-red);
  margin-bottom: 0.15rem;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.825rem;
  color: #64748B;
}

.footer-bottom-links {
  display: flex;
  gap: 0.5rem;
}
