/*
v1.2
*/

:root {
  --pm-green: #00c853;
  --pm-lime: #aeea00;
  --pm-yellow: #ffeb3b;
  --pm-light: #f7fff2;
  --pm-soft: #eef9df;
  --pm-dark: #111111;
  --pm-muted: #5f6b61;
  --pm-border: rgba(17, 17, 17, 0.10);
  --pm-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  --pm-shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.14);
  --bs-body-font-family: 'Inter', Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--pm-light);
  color: var(--pm-dark);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

h1, h2, h3, .navbar-brand, .hero-title, .section-title, .faq-title {
  font-family: 'Anton', sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  backdrop-filter: blur(10px);
  background: rgba(247, 255, 242, 0.92);
  border-bottom: 1px solid var(--pm-border);
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  font-size: 1.65rem;
  line-height: 1;
  color: var(--pm-dark);
}

.nav-link {
  color: var(--pm-dark);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--pm-green);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero-text-only {
  min-height: 74vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 4.5rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 235, 59, 0.22), transparent 18%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.07), transparent 22%),
    linear-gradient(130deg, #009f43 0%, var(--pm-green) 34%, #37d95d 60%, var(--pm-lime) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.15));
  pointer-events: none;
}

.hero-stripe {
  position: absolute;
  background: rgba(255,255,255,0.12);
  filter: blur(0.5px);
  transform: rotate(-12deg);
  pointer-events: none;
}

.hero-stripe-1 {
  width: 52vw;
  height: 120px;
  top: 14%;
  right: -10%;
}

.hero-stripe-2 {
  width: 44vw;
  height: 84px;
  bottom: 12%;
  right: -8%;
  background: rgba(255,235,59,0.22);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .38rem .85rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: rgba(255,255,255,.12);
  color: #fff;
}

.hero-title {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
}

.hero-title-tight {
  font-size: clamp(4.8rem, 9vw, 10rem);
  line-height: .90;
  max-width: 30ch;
  text-wrap: balance;
}

.hero-lead {
  margin-top: 1.35rem;
  color: rgba(255,255,255,.96);
}

.hero-lead-wide {
  max-width: 48rem;
  font-size: 1.22rem;
}

.hero-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.5rem;
}

.hero-highlight span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .65rem 1rem;
  border-radius: 999px;
  background: rgba(17,17,17,.22);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .92rem;
}

.hero-card,
.argument-card,
.action-card,
.quote-box,
.download-card,
.alert-box,
.faq-card,
.share-card {
  border: 1px solid var(--pm-border);
  border-radius: 1.5rem;
  box-shadow: var(--pm-shadow);
  background: #fff;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: .94;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--pm-dark);
}

.section-kicker {
  color: var(--pm-green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: .5rem;
}

.argument-card,
.action-card,
.download-card,
.faq-card,
.share-card,
.alert-box {
  height: 100%;
  padding: 1.5rem;
}

.argument-index {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--pm-yellow);
  color: var(--pm-dark);
  font-weight: 900;
  margin-bottom: 1rem;
  box-shadow: inset 0 0 0 1px rgba(17,17,17,.04);
}

.quote-box {
  padding: 2rem;
  background: linear-gradient(180deg, #f7ffe8 0%, #fff 100%);
}

.quote-box p {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.05;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  color: var(--pm-dark);
}

.sector-list li,
.action-list li {
  margin-bottom: .85rem;
  font-size: 1.05rem;
}

.bg-soft {
  background: var(--pm-soft);
}

.cta-band {
  background: var(--pm-dark);
  color: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: var(--pm-shadow);
}

.btn-main {
  --bs-btn-bg: var(--pm-dark);
  --bs-btn-border-color: var(--pm-dark);
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-color: #fff;
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: .85rem;
  border-radius: 999px;
}

.btn-outline-light.rounded-pill,
.btn-light.rounded-pill,
.btn-outline-dark.rounded-pill {
  padding: .85rem 1.25rem;
  font-weight: 700;
}

.btn-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border-radius: 999px;
  padding: .85rem 1.15rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--pm-dark);
  background: var(--pm-yellow);
  border: 1px solid rgba(17,17,17,.08);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn-share:hover,
.btn-share:focus {
  transform: translateY(-2px);
  box-shadow: var(--pm-shadow);
  background: #fff176;
  color: var(--pm-dark);
}

.footer {
  border-top: 1px solid var(--pm-border);
}

.alert-strip {
  margin-top: -1.2rem;
  position: relative;
  z-index: 5;
}

.alert-box {
  background: linear-gradient(135deg, var(--pm-yellow) 0%, #fff176 100%);
  border-color: rgba(17,17,17,.08);
}

.alert-title {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin: 0;
}

.alert-meta {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: rgba(17,17,17,.72);
  font-size: .92rem;
  margin-bottom: .65rem;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,249,223,0.45) 100%);
}

.faq-wrap {
  max-width: 980px;
}

.accordion-item {
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 1.2rem !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.accordion-button {
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.35;
  padding: 1.25rem 1.35rem;
  background: #fff;
  color: var(--pm-dark);
}

.accordion-button:not(.collapsed) {
  background: #fcfff5;
  color: var(--pm-dark);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  background-size: 1rem;
}

.accordion-body {
  color: #222;
  font-size: 1.02rem;
  line-height: 1.65;
  padding: .15rem 1.35rem 1.35rem;
}

.share-dropdown .dropdown-toggle::after {
  margin-left: .6rem;
}

.share-menu {
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 1rem;
  padding: .5rem;
  box-shadow: var(--pm-shadow);
}

.share-menu .dropdown-item {
  border-radius: .75rem;
  padding: .65rem .85rem;
  font-weight: 600;
}

.share-menu .dropdown-item:hover,
.share-menu .dropdown-item:focus {
  background: #f7ffe8;
  color: var(--pm-dark);
}

.share-feedback {
  min-height: 1.5rem;
  margin-top: .75rem;
  color: rgba(255,255,255,.78);
  font-size: .92rem;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.argument-card,
.action-card,
.download-card,
.faq-card,
.share-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.argument-card:hover,
.action-card:hover,
.download-card:hover,
.faq-card:hover,
.share-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

@media (max-width: 991.98px) {
  .hero-text-only {
    min-height: auto;
    padding: 4.2rem 0 3.5rem;
  }

  .hero-title-tight {
    font-size: clamp(3rem, 13vw, 5.8rem);
  }

  .alert-strip {
    margin-top: 0;
    padding-top: 1rem;
  }

  .share-feedback {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .hero-highlight span {
    width: 100%;
  }

  .btn-share {
    min-width: 100%;
  }

  .share-dropdown {
    width: 100%;
  }

  .share-dropdown .btn-share-site {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.2rem;
    max-width: calc(100vw - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar-brand img {
    width: 24px;
    height: auto;
  }

  .hero-title-tight {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
    max-width: 10ch;
  }
}

html,
body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: 1.15rem;
    max-width: calc(100vw - 88px);
    line-height: 1;
  }

  .navbar-brand img {
    width: 24px !important;
    height: auto;
    flex: 0 0 auto;
  }

  .hero-title-tight {
    font-size: clamp(2.6rem, 11vw, 4.2rem);
    line-height: .92;
    max-width: 9ch;
    overflow-wrap: break-word;
  }

  .hero-lead-wide {
    max-width: 100%;
    font-size: 1.05rem;
  }

  .hero-text-only {
    padding: 3.4rem 0 2.8rem;
  }

  .hero-stripe-1,
  .hero-stripe-2 {
    display: none;
  }

  .container,
  .container-fluid {
    overflow-x: clip;
  }
}