/* ============================================
   VARIABLES
   ============================================ */
:root {
  --navy:    #1B3557;
  --red:     #D03A2A;
  --green:   #5DB03F;
  --teal:    #1A8A5A;
  --blue:    #3A8FD9;
  --magenta: #C4176A;
  --light:   #F4F7FB;
  --dark:    #0D1B2A;
  --gray:    #6B7280;
  --border:  #E5E7EB;
  --white:   #FFFFFF;
}


/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html { scroll-behavior: smooth; }


body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}


img { max-width: 100%; display: block; }
a { text-decoration: none; }


/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .35s ease;
}


.navbar.scrolled {
  background: var(--navy);
  box-shadow: 0 4px 30px rgba(0,0,0,.35);
  padding: .75rem 2.5rem;
}


.navbar-logo img {
  height: 48px;
  /* filter: brightness(0) invert(1); */
}


.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}


.nav-links a {
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: color .25s;
}


.nav-links a:hover { color: var(--green); }


.nav-cta {
  background: var(--red) !important;
  padding: .5rem 1.4rem;
  border-radius: 50px;
  transition: background .25s !important;
}


.nav-cta:hover {
  background: #b02e1e !important;
  color: #fff !important;
}


/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: .5rem;
  z-index: 1001;
}


.hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all .35s ease;
}


.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }


/* Mobile Nav */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  transform: translateX(-100%);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}


.mobile-nav.open { transform: translateX(0); }


.mobile-nav a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .25s;
}


.mobile-nav a:hover { color: var(--green); }


/* .mobile-nav-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
}


.mobile-nav-close:hover { background: var(--red); } */


.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}


.mobile-nav-overlay.show {
  opacity: 1;
  pointer-events: all;
}


/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  background: linear-gradient(145deg, #0d1e35 0%, var(--navy) 45%, #1a2e4a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 7rem 2rem 3rem;
}


.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: .22;
}


.hero-orb-1 { width: 650px; height: 650px; top: -200px; right: -150px; background: var(--green); }
.hero-orb-2 { width: 500px; height: 500px; bottom: -200px; left: -100px; background: var(--magenta); }
.hero-orb-3 { width: 350px; height: 350px; top: 40%; left: 30%; background: var(--blue); }


.hero-grid {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}


.hero-text { color: #fff; }


.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: .45rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.6rem;
}


.hero-pill i { color: var(--green); }


.hero-name {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.0;
  margin-bottom: .5rem;
}


.hero-name .accent { color: var(--green); }


.hero-role {
  font-size: clamp(.85rem, 2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}


.hero-slogan {
  font-size: clamp(.95rem, 2.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.4;
  border-left: 4px solid var(--green);
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  color: #fff;
}


.hero-dates {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-bottom: 2.2rem;
}


.hero-date {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  padding: .5rem 1rem;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}


.hero-date i { color: var(--green); }


.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .9rem 2rem;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .3s ease;
  white-space: nowrap;
}


.btn-green {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}


.btn-green:hover {
  background: #4a9832;
  border-color: #4a9832;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(93,176,63,.45);
}


.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}


.btn-ghost:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
  transform: translateY(-3px);
}


/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}


.hero-blob {
  position: absolute;
  bottom: 0;
  width: 82%;
  height: 88%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--magenta) 100%);
  border-radius: 35% 65% 65% 35% / 35% 35% 65% 65%;
  opacity: .25;
  animation: blob 10s ease-in-out infinite;
}


@keyframes blob {
  0%,100% { border-radius: 35% 65% 65% 35% / 35% 35% 65% 65%; }
  33%      { border-radius: 65% 35% 35% 65% / 65% 65% 35% 35%; }
  66%      { border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%; }
}


.hero-candidate-photo {
  position: relative;
  z-index: 1;
  height: clamp(320px, 48vw, 580px);
  width: auto;
  object-fit: cover;
  object-position: top;
  filter: drop-shadow(0 25px 60px rgba(0,0,0,.55));
  border-radius: 50% 50% 45% 45% / 20% 20% 30% 30%;
}


.hero-badge {
  position: absolute;
  bottom: 28px;
  right: 16px;
  z-index: 2;
  background: var(--red);
  color: #fff;
  padding: .9rem 1.3rem;
  border-radius: 16px;
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 8px 25px rgba(208,58,42,.5);
}


.hero-badge i {
  display: block;
  font-size: 1.3rem;
  margin-bottom: .3rem;
}


/* ============================================
   SECTION COMMONS
   ============================================ */
.section { padding: 5.5rem 2rem; }


.container {
  max-width: 1200px;
  margin: 0 auto;
}


.section-eyebrow {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--green);
  margin-bottom: .5rem;
}


.section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: .8rem;
}


.section-title.light { color: #fff; }


.section-sub {
  font-size: .96rem;
  color: var(--gray);
  line-height: 1.75;
  max-width: 560px;
}


.divider {
  width: 55px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  margin: .9rem 0 2.2rem;
}


.divider.centered { margin-left: auto; margin-right: auto; }
.gradient-divider { background: linear-gradient(90deg, var(--green), var(--blue)); }


/* ============================================
   ABOUT
   ============================================ */
.about { background: var(--light); }


.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4.5rem;
  align-items: center;
}


.about-photo-wrap { position: relative; }


.about-photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(27,53,87,.22);
}


.about-stamp {
  position: absolute;
  bottom: -22px;
  right: -22px;
  background: var(--navy);
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,.35);
  border: 4px solid var(--light);
}


.about-stamp .stamp-year {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--green);
}


.about-blockquote {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.65;
  padding: 1.4rem 1.6rem;
  background: #fff;
  border-radius: 16px;
  border-left: 5px solid var(--green);
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  margin-bottom: 1.4rem;
}


.about-p {
  font-size: .93rem;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 1rem;
}


.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}


.stat {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem 1rem;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0,0,0,.06);
  border-top: 4px solid var(--sc, var(--green));
}


.stat-n {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}


.stat-l {
  font-size: .7rem;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: .25rem;
}


/* ============================================
   ENGAGEMENTS
   ============================================ */
.engagements { background: #fff; }


.engage-header { text-align: center; margin-bottom: 2.5rem; }


.engage-banner {
  background: linear-gradient(135deg, var(--navy) 0%, #233f6e 100%);
  color: #fff;
  border-radius: 20px;
  padding: 1.8rem 2.5rem;
  margin-bottom: 3rem;
  font-size: clamp(1rem, 2.5vw, 1.12rem);
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.engage-banner::before {
  content: '«';
  position: absolute;
  top: -30px;
  left: 20px;
  font-size: 9rem;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}


.engage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}


.engage-card {
  background: var(--light);
  border-radius: 20px;
  padding: 1.8rem;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  cursor: default;
  --cc: var(--green);
}


.engage-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--cc);
}


.engage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.1);
  border-color: var(--cc);
  background: #fff;
}


.engage-card-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}


.engage-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--cc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}


.engage-num {
  font-size: .68rem;
  font-weight: 800;
  color: var(--cc);
  text-transform: uppercase;
  letter-spacing: .1em;
}


.engage-title {
  font-size: .95rem;
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 1.3;
}


.engage-quote {
  font-style: italic;
  color: var(--gray);
  font-size: .87rem;
  line-height: 1.65;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}


.engage-action {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  font-size: .84rem;
  color: var(--dark);
  line-height: 1.65;
}


.engage-check {
  color: var(--cc);
  margin-top: .18rem;
  flex-shrink: 0;
}


/* ============================================
   ELECTION
   ============================================ */
.election-section {
  background: var(--navy);
  text-align: center;
}


.election-section .section-eyebrow { color: rgba(255,255,255,.6); }


.election-subtitle {
  color: rgba(255,255,255,.65);
  font-size: .95rem;
  margin-top: .5rem;
}


.election-dates-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}


.election-date-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  padding: 2.5rem 3.5rem;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  min-width: 200px;
}


.election-date-card:hover {
  background: rgba(255,255,255,.13);
  transform: translateY(-6px);
}


.election-date-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}


.election-date-card:nth-child(1)::before { background: var(--green); }
.election-date-card:nth-child(2)::before { background: var(--blue); }


.round-label {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: .4rem;
}


.election-date-card:nth-child(1) .round-label { color: var(--green); }
.election-date-card:nth-child(2) .round-label { color: var(--blue); }


.day-num {
  font-size: clamp(3.5rem, 8vw, 5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
}


.month-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
}


.year-num {
  font-size: .88rem;
  font-weight: 500;
  color: rgba(255,255,255,.4);
  margin-top: .3rem;
}


.vote-box {
  max-width: 620px;
  margin: 3rem auto 0;
  background: rgba(93,176,63,.15);
  border: 1px solid rgba(93,176,63,.3);
  border-radius: 18px;
  padding: 1.6rem 2rem;
  font-size: .93rem;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  text-align: left;
}


.vote-box strong { color: var(--green); }


/* ============================================
   CONTACT
   ============================================ */
.contact { background: var(--light); }


.contact-header {
  text-align: center;
  margin-bottom: 3rem;
}


.contact-header .section-sub { margin: 0 auto; }


.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}


/* Left column */
.contact-info-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 1.3rem;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
  margin-bottom: 1.2rem;
}


.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--ci, var(--navy));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}


.contact-label {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray);
  margin-bottom: .2rem;
}


.contact-value {
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
}


.campaign-cta-box {
  background: linear-gradient(135deg, var(--navy), #2a4a7a);
  border-radius: 20px;
  padding: 2rem;
  color: #fff;
  margin-top: .5rem;
}


.campaign-cta-box h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: .5rem;
  line-height: 1.4;
}


.campaign-cta-box p {
  font-size: .87rem;
  opacity: .8;
  line-height: 1.7;
}


.social-row {
  display: flex;
  gap: .7rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}


.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .88rem;
  transition: all .3s;
}


.social-btn:hover {
  background: var(--green);
  transform: translateY(-2px);
}


/* Contact Card (right) */
.contact-card {
  background: #fff;
  border-radius: 22px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.contact-card-title {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid var(--border);
  display: flex;
  align-items: center;
  gap: .6rem;
}


.contact-card-title i { color: var(--green); }


.contact-channel {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.4rem;
  border-radius: 18px;
  background: var(--light);
  border: 1.5px solid transparent;
  transition: all .3s ease;
}


.contact-channel:hover {
  border-color: var(--cc, var(--green));
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,.09);
}


.contact-channel-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--cc, var(--green));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}


.contact-channel-icon--blue { background: var(--blue); }


.contact-channel-body {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 0; /* Prevent overflow */
}


.contact-channel-label {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gray);
}


.contact-channel-value {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.3;
}


/* Email address: prevent overflow on small screens */
.contact-channel-value--email {
  font-size: .9rem;
  word-break: break-all;
  overflow-wrap: break-word;
}


.contact-channel-hint {
  font-size: .78rem;
  font-weight: 600;
  color: var(--cc, var(--green));
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-top: .1rem;
}


.contact-channel-hint--blue { color: var(--blue); }


.contact-availability {
  padding: 1.3rem 1.5rem;
  background: linear-gradient(135deg, var(--navy), #233f6e);
  border-radius: 16px;
  color: rgba(255,255,255,.85);
  font-size: .88rem;
  line-height: 1.75;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}


.contact-availability i {
  color: var(--green);
  font-size: 1.3rem;
  margin-top: .1rem;
  flex-shrink: 0;
}


.contact-availability strong { color: #fff; }


/* ============================================
   COUNTER STRIP
   ============================================ */
.counter-strip {
  background: var(--green);
  padding: 2.5rem 2rem;
}


.counter-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}


.counter-item { color: #fff; }


.counter-num {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
}


.counter-label {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .85;
  margin-top: .3rem;
}


/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--dark);
  color: rgba(255,255,255,.65);
  padding: 3.5rem 2rem 1.5rem;
}


.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}


.footer-logo {
  height: 80px;
  /* filter: brightness(0) invert(1); */
  margin-bottom: 1rem;
}


.footer-brand p {
  font-size: .87rem;
  line-height: 1.75;
  max-width: 300px;
}


.footer-social {
  display: flex;
  gap: .65rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}


.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  transition: all .3s;
}


.footer-social a:hover {
  background: var(--green);
  transform: translateY(-2px);
}


.footer-col h5 {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  margin-bottom: 1.1rem;
}


.footer-col ul { list-style: none; }


.footer-col ul li { margin-bottom: .55rem; }


.footer-col ul li a {
  color: rgba(255,255,255,.55);
  font-size: .87rem;
  transition: color .25s;
}


.footer-col ul li a:hover { color: var(--green); }


.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .8rem;
}


.footer-legal {
  color: rgba(255,255,255,.3);
  font-size: .75rem;
}


/* ============================================
   SCROLL TO TOP
   ============================================ */
#scrollTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(0,0,0,.3);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}


#scrollTop.show {
  opacity: 1;
  pointer-events: all;
}


#scrollTop:hover {
  background: var(--green);
  transform: translateY(-3px);
}


/* ============================================
   ANIMATIONS
   ============================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}


.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================
   RESPONSIVE — 1200px
   ============================================ */
@media (max-width: 1200px) {
  .hero-grid { gap: 2.5rem; }
  .about-grid { gap: 3rem; }
  .contact-grid { gap: 2.5rem; }
  .footer-grid { gap: 2rem; }
}


/* ============================================
   RESPONSIVE — 960px (Tablettes)
   ============================================ */
@media (max-width: 960px) {
  /* Navbar */
  .nav-links { display: none; }
  .hamburger { display: flex; }


  /* Hero */
  .hero {
    padding: 6rem 1.5rem 3rem;
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .hero-visual { order: -1; }
  .hero-candidate-photo { height: clamp(280px, 55vw, 420px); }
  .hero-blob { width: 70%; height: 80%; }
  .hero-slogan {
    border-left: none;
    padding-left: 0;
    border-bottom: 3px solid var(--green);
    padding-bottom: 1rem;
  }
  .hero-dates { justify-content: center; }
  .hero-btns  { justify-content: center; }
  .hero-pill  { font-size: .72rem; }
  .hero-badge { bottom: 16px; right: 10px; font-size: .7rem; }


  /* About */
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { height: 380px; }
  .about-stamp { bottom: 10px; right: 10px; width: 90px; height: 90px; }
  .about-stamp .stamp-year { font-size: 1.2rem; }


  /* Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }


  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; text-align: center; }


  /* Counter */
  .counter-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
}


/* ============================================
   RESPONSIVE — 768px (Tablettes portrait)
   ============================================ */
@media (max-width: 768px) {
  .section { padding: 4rem 1.5rem; }


  /* Engage grid → 2 colonnes */
  .engage-grid { grid-template-columns: repeat(2, 1fr); }


  /* About stats */
  .about-stats { grid-template-columns: repeat(3, 1fr); }


  /* Election */
  .election-date-card { padding: 2rem 2.5rem; }


  /* Hero dates empilées si besoin */
  .hero-date { font-size: .78rem; padding: .45rem .8rem; }


  /* Footer */
  .footer-grid { grid-template-columns: 1fr; }
}


/* ============================================
   RESPONSIVE — 600px (Grands téléphones)
   ============================================ */
@media (max-width: 600px) {
  .section { padding: 3.5rem 1.2rem; }


  /* Hero */
  .hero { padding: 5.5rem 1.2rem 2.5rem; }
  .hero-name { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-btns { flex-direction: column; align-items: center; }
  .btn { width: 100%; justify-content: center; max-width: 320px; }


  /* Engage grid → 1 colonne */
  .engage-grid { grid-template-columns: 1fr; }
  .engage-banner { padding: 1.4rem 1.5rem; }


  /* About */
  .about-photo { height: 300px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: .6rem; }
  .stat-n { font-size: 1.8rem; }


  /* Election dates → colonne */
  .election-dates-row { flex-direction: column; align-items: center; }
  .election-date-card { width: 100%; max-width: 300px; padding: 2rem; }


  /* Counter strip → 2x2 */
  .counter-strip-inner { grid-template-columns: repeat(2, 1fr); }


  /* Contact card */
  .contact-card { padding: 1.8rem 1.4rem; }
  .contact-channel { gap: 1rem; padding: 1.2rem; }
  .contact-channel-icon { width: 50px; height: 50px; font-size: 1.2rem; }
  .contact-channel-value { font-size: 1rem; }
  .contact-channel-value--email { font-size: .82rem; }


  /* Footer */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}


/* ============================================
   RESPONSIVE — 480px (Petits téléphones)
   ============================================ */
@media (max-width: 480px) {
  .hero { padding: 5rem 1rem 2rem; }
  .hero-pill { font-size: .68rem; padding: .4rem .9rem; }
  .hero-name { font-size: clamp(2rem, 12vw, 2.8rem); }
  .hero-role { font-size: .8rem; }
  .hero-slogan { font-size: .95rem; }
  .hero-date { font-size: .75rem; }
  .hero-candidate-photo { height: clamp(240px, 65vw, 320px); }
  .hero-badge { font-size: .65rem; padding: .7rem 1rem; }


  .section-title { font-size: clamp(1.6rem, 7vw, 2rem); }


  .engage-card { padding: 1.4rem; }
  .engage-icon { width: 44px; height: 44px; font-size: 1.1rem; }


  .election-date-card { padding: 1.6rem; }
  .day-num { font-size: 3.5rem; }


  .about-stats { grid-template-columns: 1fr; max-width: 220px; margin-left: auto; margin-right: auto; }


  .contact-card { padding: 1.4rem 1.2rem; }
  .contact-card-title { font-size: .9rem; }


  .counter-num { font-size: 1.8rem; }
  .counter-label { font-size: .68rem; }


  .mobile-nav a { font-size: 1.3rem; }
}

/* ============================================
   FOOTER RGPD LINKS
   ============================================ */
.footer-rgpd-links { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; margin: .4rem 0; }
.footer-rgpd-link { color: rgba(255,255,255,.55); font-size: .78rem; transition: color .25s; }
.footer-rgpd-link:hover { color: var(--green); }
.footer-rgpd-sep { color: rgba(255,255,255,.25); font-size: .78rem; }

/* ============================================
   MODAL OVERLAY
   ============================================ */
.modal-overlay { position: fixed; inset: 0; z-index: 1100; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.modal-overlay.show { opacity: 1; pointer-events: all; }

/* ============================================
   MODAL
   ============================================ */
.modal {
  position: fixed; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(.96);
  z-index: 1200; background: #fff; border-radius: 24px;
  width: min(720px, 95vw); max-height: 85vh; display: flex; flex-direction: column;
  opacity: 0; pointer-events: none; transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.modal.open { opacity: 1; pointer-events: all; transform: translate(-50%, -50%) scale(1); }

.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.8rem 1.1rem; border-bottom: 2px solid var(--border); flex-shrink: 0; }
.modal-title { font-size: 1rem; font-weight: 900; color: var(--navy); text-transform: uppercase; letter-spacing: .04em; display: flex; align-items: center; gap: .6rem; }
.modal-title i { color: var(--green); }
.modal-close { background: var(--light); border: none; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; color: var(--gray); font-size: .9rem; display: flex; align-items: center; justify-content: center; transition: all .25s; flex-shrink: 0; }
.modal-close:hover { background: var(--red); color: #fff; }

.modal-body { padding: 1.6rem 1.8rem; overflow-y: auto; font-size: .9rem; color: var(--dark); line-height: 1.75; flex: 1; }
.modal-body h3 { font-size: .8rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; margin: 1.3rem 0 .45rem; padding-bottom: .3rem; border-bottom: 2px solid var(--border); }
.modal-body h3:first-of-type { margin-top: .2rem; }
.modal-body p { margin-bottom: .6rem; color: var(--gray); }
.modal-body ul { padding-left: 1.4rem; margin-bottom: .8rem; color: var(--gray); }
.modal-body ul li { margin-bottom: .3rem; }
.modal-body a { color: var(--green); font-weight: 600; }
.modal-update { display: inline-block; font-size: .75rem; color: var(--teal); font-weight: 700; background: rgba(26,138,90,.1); border-radius: 8px; padding: .3rem .9rem; margin-bottom: .9rem; }

/* ============================================
   COOKIE TABLE & CATEGORIES
   ============================================ */
.cookie-table { width: 100%; border-collapse: collapse; font-size: .82rem; margin-top: .6rem; }
.cookie-table th { background: var(--navy); color: #fff; padding: .45rem .75rem; text-align: left; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.cookie-table td { padding: .45rem .75rem; border-bottom: 1px solid var(--border); color: var(--gray); }
.cookie-table tr:last-child td { border-bottom: none; }

.cookie-category { background: var(--light); border-radius: 12px; padding: 1rem 1.2rem; margin-bottom: .8rem; border: 1px solid var(--border); }
.cookie-cat-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.cookie-cat-header strong { color: var(--navy); font-size: .88rem; display: block; margin-bottom: .2rem; }
.cookie-cat-header p { font-size: .8rem; color: var(--gray); margin: 0 !important; }
.cookie-badge { font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: .22rem .7rem; border-radius: 50px; white-space: nowrap; flex-shrink: 0; }
.cookie-badge-required { background: rgba(93,176,63,.15); color: var(--teal); }
.cookie-badge-none     { background: rgba(208,58,42,.1);  color: var(--red);  }

.cookie-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; inset: 0; background: #ccc; border-radius: 24px; cursor: pointer; transition: .3s; }
.toggle-slider::before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; bottom: 3px; background: #fff; border-radius: 50%; transition: .3s; }
.cookie-toggle input:checked + .toggle-slider { background: var(--green); }
.cookie-toggle input:checked + .toggle-slider::before { transform: translateX(20px); }

.cookie-actions { display: flex; gap: .8rem; margin-top: 1rem; flex-wrap: wrap; }
.cookie-footer-note { font-size: .8rem; color: var(--gray); margin-top: .9rem !important; }


/* ============================================
   COOKIE BANNER (Fixed)
   ============================================ */
.cookie-banner {
  position: fixed; bottom: -500px; left: 50%; transform: translateX(-50%);
  z-index: 1050; width: min(920px, 96vw); background: var(--navy);
  border-radius: 20px 20px 0 0; padding: 1.2rem 1.6rem;
  box-shadow: 0 -8px 40px rgba(0,0,0,.45); transition: bottom .5s cubic-bezier(.4,0,.2,1); overflow: hidden;
}
.cookie-banner.show { bottom: 0; }

.cookie-banner-close {
  position: absolute; top: .7rem; right: .8rem; background: rgba(255,255,255,.12);
  border: none; color: rgba(255,255,255,.7); width: 30px; height: 30px; border-radius: 50%;
  font-size: .78rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s;
}
.cookie-banner-close:hover { background: var(--red); color: #fff; }

.cookie-banner-inner { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.cookie-banner-text { display: flex; align-items: flex-start; gap: .9rem; flex: 1; min-width: 200px; }
.cookie-icon { color: var(--green); font-size: 1.6rem; flex-shrink: 0; margin-top: .1rem; }
.cookie-banner-text strong { color: #fff; font-size: .88rem; display: block; margin-bottom: .2rem; }
.cookie-banner-text p { font-size: .8rem; color: rgba(255,255,255,.7); margin: 0; line-height: 1.55; }
.cookie-banner-actions { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.cookie-more { color: rgba(255,255,255,.5); font-size: .77rem; text-decoration: underline; transition: color .25s; white-space: nowrap; }
.cookie-more:hover { color: var(--green); }

/* --- BUTTONS & CONTRAST FIX --- */

.btn-cookie {
  padding: .55rem 1.4rem; border-radius: 50px; font-size: .8rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; cursor: pointer; border: 2px solid transparent;
  transition: all .25s; white-space: nowrap;
}

/* ACCEPT (Green) - Same everywhere */
.btn-cookie-accept { background: var(--green); color: #fff; border-color: var(--green); }
.btn-cookie-accept:hover { background: #4a9832; border-color: #4a9832; }

/* REFUSE - DEFAULT (For Dark Banner) */
.btn-cookie-refuse { background: transparent; color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.35); }
.btn-cookie-refuse:hover { border-color: #fff; color: #fff; }

/* REFUSE - OVERRIDE FOR MODAL (Light Background) */
.modal .btn-cookie-refuse {
  color: var(--navy);
  border-color: rgba(27, 53, 87, 0.3);
}
.modal .btn-cookie-refuse:hover {
  border-color: var(--navy);
  background: rgba(27, 53, 87, 0.05);
  color: var(--navy);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr !important; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 768px) {
  .modal { max-height: 92vh; border-radius: 20px 20px 0 0; top: auto; bottom: 0; left: 0; right: 0; width: 100%; transform: translateY(40px) scale(.98); }
  .modal.open { transform: translateY(0) scale(1); }
  .modal-header { padding: 1rem 1.2rem; } .modal-body { padding: 1rem 1.2rem; }
  .cookie-banner { padding: 1rem 1rem 1rem; width: 100%; border-radius: 16px 16px 0 0; }
  .cookie-banner-inner { flex-direction: column; gap: .8rem; align-items: stretch; }
  .cookie-banner-text { gap: .75rem; }
  .cookie-banner-actions { width: 100%; justify-content: stretch; gap: .6rem; }
  .btn-cookie { flex: 1; text-align: center; padding: .65rem .8rem; }
  .cookie-more { text-align: center; }
  .footer-rgpd-links { justify-content: center; }
}