/* Road to Net Zero — Page Styles */
.r2nz-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(45, 91, 215, 0.18) 0%, transparent 55%),
    linear-gradient(135deg, var(--color-primary-deep) 0%, var(--color-primary) 100%);
  padding: 5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.r2nz-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(91, 127, 229, 0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.r2nz-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(45, 91, 215, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.r2nz-hero .container { position: relative; z-index: 1; }
.r2nz-hero .breadcrumb a,
.r2nz-hero .breadcrumb .sep,
.r2nz-hero .breadcrumb span { color: rgba(255,255,255,.65); }
.r2nz-hero .breadcrumb a:hover { color: #fff; }
.r2nz-hero .eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: .35rem 1rem;
  border-radius: 99px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.r2nz-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.r2nz-hero .hero-desc {
  color: rgba(255,255,255,.88);
  font-size: 1.1rem;
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.r2nz-hero .hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.r2nz-hero .btn-gold {
  background: var(--color-accent);
  color: #ffffff;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: .9375rem;
  transition: background .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--color-accent);
  box-shadow: 0 1px 2px rgba(45, 91, 215, 0.25);
}
.r2nz-hero .btn-gold:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(45, 91, 215, 0.4);
}
.r2nz-hero .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: .9375rem;
  font-weight: 500;
  transition: background .2s, border-color .2s;
}
.r2nz-hero .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.85); }

/* Stats Strip */
.r2nz-stats {
  background: #1e293b;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 0;
}
.r2nz-stats .grid-4 { gap: 0; }
.r2nz-stats .stat-card {
  padding: 1.75rem 1rem;
  position: relative;
}
.r2nz-stats .stat-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255,255,255,.1);
}
.r2nz-stats .stat-number { color: var(--color-accent); font-size: 2.2rem; }
.r2nz-stats .stat-label { color: rgba(255,255,255,.6); }

/* Presentation Grid */
.r2nz-presentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 768px) {
  .r2nz-presentation { grid-template-columns: 1fr; gap: 1.5rem; }
}
.r2nz-presentation p {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  color: var(--body);
}

/* Key Figures */
.r2nz-figures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .r2nz-figures { grid-template-columns: repeat(2, 1fr); }
}
.r2nz-figure {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--ice);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}
.r2nz-figure .figure-number {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-dark);
  line-height: 1.2;
}
.r2nz-figure .figure-label {
  font-size: .82rem;
  color: var(--muted);
  margin-top: .35rem;
  font-family: var(--font-display);
}

/* Video Section */
.r2nz-video-section {
  background: linear-gradient(135deg, #1e293b 0%, #1e3a8a 100%);
  padding: 4rem 0;
}
.r2nz-video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.r2nz-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.r2nz-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.r2nz-video-caption {
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  margin-top: 1.25rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Document Groups */
.r2nz-doc-group { margin-bottom: 2.5rem; }
.r2nz-doc-group:last-child { margin-bottom: 0; }
.r2nz-doc-group-title {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary-dark);
  margin-bottom: 1rem;
  font-family: var(--font-display);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.r2nz-doc-group-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* Country Grid */
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.country-card {
  display: flex;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.country-card:hover {
  box-shadow: var(--sh-md);
  transform: translateY(-2px);
  border-color: var(--cyan);
}
.country-flag {
  width: 24px;
  height: 18px;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.country-card h4 {
  font-size: .92rem;
  margin: 0;
  font-weight: 600;
}
.country-card .doc-lang {
  font-size: .65rem;
  margin-left: auto;
}

/* CTA Banner */
.r2nz-cta-banner {
  background: linear-gradient(135deg, var(--primary-dark), #00898c);
  border-radius: var(--radius-xl);
  padding: 3rem;
  color: #fff;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .r2nz-cta-banner { grid-template-columns: 1fr; padding: 2rem; }
}
.r2nz-cta-banner .section-label { color: rgba(255,255,255,.5); }
.r2nz-cta-banner h2 { color: #fff; font-size: 1.5rem; margin-bottom: .75rem; }
.r2nz-cta-banner p { color: rgba(255,255,255,.8); margin-bottom: 1.25rem; }

/* Expert Quotes */
.r2nz-quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
}
.r2nz-quote {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border-left: 3px solid var(--color-accent);
  transition: box-shadow .2s;
  max-width: 600px;
  margin: 0 auto;
}
.r2nz-quote:hover { box-shadow: var(--sh-md); }
.r2nz-quote p {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ink);
  margin-bottom: .75rem;
  font-size: .95rem;
  line-height: 1.65;
}
.r2nz-quote footer {
  font-size: .82rem;
  color: var(--muted);
}
.r2nz-quote footer strong { color: var(--ink); }

/* Media Logos */
.r2nz-press {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 1.5rem 0;
}
.r2nz-press a {
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--steel);
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap;
}
.r2nz-press a:hover { color: var(--primary-dark); }

/* Testimonial Carousel */
.rtnz-carousel { position: relative; overflow: hidden; }
.rtnz-carousel-track { display: flex; transition: transform .5s ease; }
.rtnz-carousel-slide { min-width: 100%; padding: 0 1rem; box-sizing: border-box; }
.rtnz-carousel-dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1.5rem; }
.rtnz-carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border,#dbeafe); border: none; cursor: pointer; padding: 0; transition: background .2s; }
.rtnz-carousel-dot.active { background: var(--blue,#2563eb); }

/* Press placeholders : version désaturée, non-cliquable */
.r2nz-press-placeholder {
  opacity: .35;
  pointer-events: none;
}

/* Doc cards : lien sans décoration ni couleur d'ancre */
.doc-card {
  text-decoration: none;
  color: inherit;
}

/* Contact Card */
.r2nz-contact {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  background: var(--ice);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--border);
}
