html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden !important;
}

body.contact-page {
  background: #fff;
  color: #111;
}

:root {
  --section-container-width: 90%;
  --section-container-max: 1200px;
  --section-container-mobile: min(100% - 28px, 720px);
  --section-container-small: min(100% - 20px, 500px);
}

.app {
  overflow: visible !important;
}

main > section:not(:last-child) {
  margin-bottom: 120px !important;
}

.case-studies-shell,
.partner-logo-heading,
.goals-section,
.impact-bento-section,
.section-beneficiaries .container,
.beneficiary-container,
.stats-section,
.profile-section,
.about,
.textfade-section,
.fuel-solutions-section,
.send-message,
.faq-contact-section,
.contact-hero,
.vehicle-section,
.vehicle-section-mobile,
.fuel-grid,
.section-map .container,
.item,
body.partner-page .partner-logo-grid {
  width: var(--section-container-width) !important;
  max-width: var(--section-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact-top,
.contact-bottom {
  width: var(--section-container-width) !important;
  max-width: var(--section-container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

img,
video,
svg {
  max-width: 100%;
}

.transition {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 2147483600 !important;
  pointer-events: none;
  overflow: hidden;
}

.transition-block {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  will-change: clip-path, transform;
  z-index: 2147483601 !important;
}

.transition-logo {
  width: clamp(120px, 22vw, 220px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
}

.transition-reveal-fallback {
  animation: transitionRevealFallback 1.25s cubic-bezier(0.76, 0, 0.24, 1) 2s forwards;
}

.transition-exit-fallback {
  animation: transitionExitFallback 0.72s cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.transition-logo-fallback {
  animation: transitionLogoFallback 0.55s ease 1s forwards;
}

@keyframes transitionRevealFallback {
  from { transform: translateY(0); }
  to { transform: translateY(-105%); }
}

@keyframes transitionExitFallback {
  from { transform: translateY(-105%); }
  to { transform: translateY(0); }
}

@keyframes transitionLogoFallback {
  from { opacity: 0; }
  to { opacity: 1; }
}

.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  padding: 10px 20px !important;
  width: min(100%, 100vw);
  min-width: 0;
  z-index: 2147483000 !important;
  overflow: visible !important;
  isolation: isolate;
  transition: transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1),
              background-color 0.25s ease,
              box-shadow 0.25s ease !important;
  will-change: transform;
}

.navbar.nav-fixed-force,
nav.nav-fixed-force {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2147483000 !important;
  overflow: visible !important;
}

.navbar.nav-dark,
nav.nav-dark {
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.navbar.nav-scroll-hidden,
nav.nav-scroll-hidden,
.navbar.nav-dark.nav-scroll-hidden,
nav.nav-dark.nav-scroll-hidden {
  background: #fff !important;
  transform: translateY(-120%) !important;
}

.navbar.nav-scroll-visible,
nav.nav-scroll-visible,
.navbar.nav-dark.nav-scroll-visible,
nav.nav-dark.nav-scroll-visible {
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(0) !important;
}

.logo-img {
  width: clamp(76px, 9vw, 118px);
  height: auto;
  object-fit: contain;
}

.navbar .desktop {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  justify-self: center !important;
  gap: 30px !important;
  min-width: 0;
  flex-wrap: wrap;
  overflow: visible !important;
}

.navbar .logo {
  justify-self: start !important;
}

.navbar .nav-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  min-height: 42px;
  padding: 10px 20px !important;
  border: 1px solid #000 !important;
  border-radius: 999px;
  background: #000 !important;
  color: #fff !important;
  font-family: "main", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.navbar .nav-action:hover {
  border-color: #d5b034 !important;
  background: #d5b034 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.navbar .desktop li {
  overflow: visible !important;
}

.navbar .desktop li a,
.nav-action {
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
  padding-block: 12px;
  margin-block: -12px;
  z-index: 2147483001;
  overflow: visible !important;
}

.nav-dropdown-toggle {
  all: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-family: "main", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 3px;
}

.nav-dropdown-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle {
  color: #d5b034;
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after {
  transform: rotate(225deg) translateY(-1px);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 2147483002;
  width: max-content;
  min-width: 420px;
  max-width: min(560px, calc(100vw - 32px));
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a,
.nav-dropdown-empty {
  display: block;
  padding: 10px 12px;
  color: #111 !important;
  font-family: "main", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.nav-dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
}

.nav-dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-dropdown-menu a:hover {
  background: #f4f4f4;
  color: #d5b034 !important;
}

.nav-dropdown-empty {
  color: #666 !important;
  cursor: default;
}

.menu-toggle {
  touch-action: manipulation;
}

.menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  min-height: 100dvh;
  z-index: 2147482500 !important;
  overflow: hidden !important;
  background: #fff !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.menu-content {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform-origin: left bottom;
  opacity: 1;
  overflow: visible !important;
}

.menu-items,
.menu-footer {
  width: 100% !important;
  padding: 2.5em !important;
  display: flex !important;
  gap: 2.5em !important;
}

.menu-items {
  align-items: center !important;
}

.menu-content > .col-sm,
.menu-items + .col-sm,
.menu-items .col-sm {
  width: min(100% - 48px, 760px) !important;
  flex: 0 1 760px !important;
}

.menu-links,
.menu-socials {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5em !important;
}

.menu-socials {
  margin-top: 36px !important;
}

.link,
.social {
  padding-bottom: 6px !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.link a,
.link button {
  color: #767676 !important;
  font-family: "main", sans-serif !important;
  font-size: 3.5rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  transform: translateY(120%);
}

.menu-links > .link > a,
.menu-links > .link > button,
.report-menu-list a,
.report-menu-list span {
  display: inline-block;
  will-change: transform, opacity;
}

.link a:hover,
.link button:hover,
.social a:hover {
  color: #d5b034 !important;
}

.social a {
  color: #000 !important;
  font-family: "main", sans-serif !important;
  transform: translateY(120%);
}

.menu-footer {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
}

.menu-footer .col-sm {
  display: flex !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.menu-footer a {
  color: #000 !important;
}

.report-menu-link {
  overflow: visible;
}

.report-menu-link button {
  all: unset;
  display: inline-block;
  color: #767676;
  font-family: "main", sans-serif;
  font-size: 3.5rem !important;
  line-height: 1 !important;
  transform: translateY(120%);
  cursor: pointer;
}

.report-menu-link button:hover {
  color: #d5b034;
}

.report-menu-list {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-left: 4px;
}

.report-menu-list a,
.report-menu-list span {
  color: #111 !important;
  font-family: "main", sans-serif;
  font-size: 15px !important;
  line-height: 1.35 !important;
  padding: 8px 0;
}

.report-menu-list a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.report-menu-list a:last-child {
  border-bottom: 0;
}

.report-menu-list a:hover {
  color: #d5b034 !important;
}

.menu-links .link .report-menu-list a,
.menu-links .link .report-menu-list span {
  font-size: clamp(0.78rem, 1.7vw, 0.95rem) !important;
  line-height: 1.35 !important;
}

.partner-menu-action {
  margin-top: 18px;
}

.menu-links .link.partner-menu-action a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #000;
  color: #fff !important;
  font-size: clamp(0.95rem, 2vw, 1.1rem) !important;
  font-weight: 700;
  line-height: 1 !important;
}

.menu-links .link.partner-menu-action a:hover {
  background: #d5b034;
  color: #111 !important;
}

.menu-overlay {
  min-height: 100dvh;
}

.video-container,
.hero,
.hero-section,
.profile-section,
.contact-section,
.vehicle-section,
.vehicle-section-mobile,
.partner-form-wrap,
.impact-bento-section,
.case-studies-section,
.section-beneficiaries,
.stats-section,
.textfade-section,
.about,
.fuel-solutions-section,
.faq-contact-section {
  max-width: 100vw;
}

.video-container {
  width: 100%;
}

.hero,
.hero-section {
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

.hero .video-container,
.hero-section .video-container {
  height: 100%;
  max-height: 100dvh;
  margin: 0 !important;
  overflow: hidden;
}

.hero .video-container > img,
.hero-section .video-container > img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center top;
  transform: translateY(12.5%);
}

.header h1,
.connect-title,
.profile-name,
.fuel-title h2,
.faq-contact-title,
.contact-title,
.values-title,
.case-studies-heading h2,
.impact-bento-intro h2 {
  overflow-wrap: anywhere;
}

.contact-desc p br,
.info-block p br,
.profile-description br {
  display: none;
}

.partner-form-wrap {
  width: min(100% - 32px, 980px);
  margin-inline: auto;
}

.contact-form,
.partner-form {
  max-width: 100%;
}

.inputarea,
.contact-form input,
.contact-form textarea,
.contact-form select {
  max-width: 100%;
}

.field-error {
  min-height: 18px;
  color: #b00020;
  font-family: "main", sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.inputarea.error,
.input-name.error,
.input-field.error,
.input-message.error,
.contact-form input.error,
.contact-form textarea.error {
  border-color: #b00020 !important;
  background: #fff7f7 !important;
}

.inputarea.valid,
.input-name.valid,
.input-field.valid,
.input-message.valid,
.contact-form input.valid,
.contact-form textarea.valid {
  border-color: #198754 !important;
}

.success-message {
  min-height: 20px;
  color: #0d6b36;
  font-family: "main", sans-serif;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.success-message.visible {
  opacity: 1;
}

.success-message.error {
  color: #b00020;
}

.button-row,
.form-actions {
  flex-wrap: wrap;
}

.empty-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 32px;
  background: #fff;
}

.empty-page a {
  color: #111;
  font-family: "main", sans-serif;
}

.site-footer {
  width: 100%;
  margin-top: 96px;
  padding: clamp(44px, 7vw, 86px) 0 26px;
  background: #050505;
  color: #fff;
  font-family: "main", "General Sans", Arial, sans-serif;
}

.site-footer__inner,
.site-footer__cta,
.site-footer__bottom {
  width: var(--section-container-width);
  max-width: var(--section-container-max);
  margin-inline: auto;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(160px, 0.8fr) minmax(210px, 1fr) minmax(220px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.site-footer__brand img {
  width: clamp(86px, 9vw, 128px);
  height: auto;
  margin-bottom: 22px;
}

.site-footer h4 {
  margin: 0 0 18px;
  color: #d5b034;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.site-footer a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
  color: #d5b034;
}

.site-footer__links,
.site-footer__contact,
.site-footer__privacy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links,
.site-footer__links * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  translate: none !important;
  will-change: auto !important;
}

.site-footer__links a {
  width: fit-content;
}

.site-footer__privacy > a {
  width: fit-content;
  margin-top: 4px;
  color: #fff;
  font-weight: 700;
}

.site-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(38px, 6vw, 68px);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__cta p {
  color: #fff;
  font-size: clamp(22px, 4vw, 48px);
  line-height: 1;
  font-weight: 700;
}

.site-footer__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #d5b034;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.site-footer__cta a:hover {
  background: #fff;
  color: #000;
}

.site-footer__bottom {
  padding-top: 22px;
}

.site-footer__bottom p {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.privacy-page {
  min-height: 100vh;
  background: #fff;
  color: #111;
  font-family: "main", "General Sans", Arial, sans-serif;
}

.privacy-policy {
  width: var(--section-container-width);
  max-width: var(--section-container-max);
  margin: 0 auto;
  padding: clamp(116px, 12vw, 150px) 0 0;
}

.privacy-policy__logo {
  display: inline-flex;
  align-items: center;
  width: clamp(74px, 9vw, 112px);
}

.privacy-policy__logo img {
  width: 100%;
  height: auto;
}

.privacy-policy__hero {
  margin-top: clamp(70px, 12vw, 140px);
  padding-bottom: clamp(40px, 6vw, 72px);
  border-bottom: 1px solid #111;
}

.privacy-policy__hero p {
  margin: 0 0 14px;
  color: #d5b034;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.privacy-policy__hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 10vw, 132px);
  line-height: 0.92;
  font-weight: 700;
}

.privacy-policy__hero span {
  display: block;
  margin-top: 24px;
  color: #555;
  font-size: 14px;
}

.privacy-policy__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(42px, 6vw, 80px) 0 0;
}

.privacy-policy__content article {
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.privacy-policy__content h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.privacy-policy__content p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.65;
}

.privacy-policy__content p + p,
.privacy-policy__content p + ul {
  margin-top: 12px;
}

.privacy-policy__content ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.privacy-policy__content li + li {
  margin-top: 8px;
}

.privacy-policy__content a {
  color: #d5b034;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .navbar {
    gap: 14px;
    padding-inline: clamp(14px, 3vw, 28px) !important;
  }

  .navbar .desktop {
    gap: clamp(12px, 2vw, 22px) !important;
  }

  .nav-action {
    padding-inline: 16px !important;
  }

  .nav-dropdown-menu {
    left: auto;
    right: 0;
    min-width: min(420px, calc(100vw - 32px));
  }

  .impact-bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .impact-bento-feature {
    grid-row: auto;
  }
}

@media (max-width: 1024px) {
  .navbar {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
  }

  .navbar .desktop,
  .nav-action {
    display: none !important;
  }

  nav.navbar > a.nav-action,
  .navbar > a.nav-action {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .menu-overlay .partner-menu-action,
  .menu-overlay .partner-menu-action a {
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .menu-toggle {
    display: flex !important;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    z-index: 10001;
  }

  .menu-overlay {
    padding: 0 !important;
  }

  .menu-overlay .col-sm,
  .menu-content,
  .menu-footer {
    width: 100%;
  }

  .menu-content {
    justify-content: center !important;
  }

  .menu-items {
    display: none !important;
  }

  .menu-overlay .col-sm {
    position: relative !important;
    left: auto !important;
    top: clamp(8px, 1.5vh, 14px) !important;
    width: var(--section-container-mobile) !important;
    max-width: var(--section-container-max) !important;
    margin-inline: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .menu-overlay .col-sm,
  .menu-overlay .menu-links,
  .menu-overlay .menu-socials {
    align-items: center !important;
  }

  .menu-overlay .menu-links,
  .menu-overlay .menu-socials {
    width: 100% !important;
    text-align: center !important;
  }

  .menu-footer .col-sm {
    width: var(--section-container-mobile) !important;
    margin-inline: auto !important;
    justify-content: center !important;
  }

  .menu-footer {
    flex-direction: column !important;
    align-items: center !important;
    padding-inline: 0 !important;
    text-align: center !important;
  }

  .case-studies-layout,
  .impact-bento-intro,
  .contact-top,
  .fuel-solutions-top,
  .profile-bottom-row,
  .hero-about-grid,
  .faq-contact-grid,
  .contact-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(20px, 5vw, 40px);
  }

  .vehicle-section {
    display: none !important;
  }

  .vehicle-section-mobile {
    display: block !important;
  }

  .vm-tabs-sidebar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    line-height: 1.5;
    text-align: center;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  span,
  a,
  button,
  .info-label,
  .foundation-description {
    text-align: center !important;
  }

  p {
    margin-inline: auto !important;
  }

  .event-date,
  .event-btn,
  .send-btn,
  .next-btn,
  .back-btn,
  .submit-btn,
  .form-actions,
  .button-row,
  .success-message,
  .form-status {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  section,
  footer,
  main {
    min-width: 0;
  }

  .navbar {
    padding-block: 10px !important;
  }

  .menu-links .link a {
    font-size: clamp(1.8rem, 10.5vw, 3.3rem) !important;
    line-height: 0.95;
  }

  .report-menu-link button {
    font-size: clamp(1.8rem, 10.5vw, 3.3rem) !important;
    line-height: 0.95;
  }

  .transition-logo {
    width: clamp(165px, 40vw, 235px) !important;
  }

  .menu-socials,
  .menu-footer .col-sm,
  .menu-footer {
    flex-wrap: wrap;
    gap: 14px;
  }

  .mvp-text {
    width: var(--section-container-mobile) !important;
    margin-inline: auto !important;
  }

  .mvp-text .item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-info {
    width: 100% !important;
    gap: 28px !important;
  }

  .contact-info .info-block,
  .contact-grid .info-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .contact-info .info-block h4,
  .contact-grid .info-block h4 {
    margin: 0 !important;
    width: 100% !important;
  }

  .contact-info .info-block p,
  .contact-grid .info-block p,
  .contact-info .info-block a,
  .contact-grid .info-block a {
    display: block !important;
    width: 100% !important;
    overflow-wrap: anywhere;
    text-align: center !important;
  }

  .menu-content > .col-sm,
  .menu-items + .col-sm,
  .menu-items .col-sm {
    width: var(--section-container-mobile) !important;
    flex-basis: auto !important;
    margin-inline: auto !important;
  }

  .header {
    width: calc(100% - 32px) !important;
    left: 16px !important;
    right: 16px !important;
    text-align: center !important;
  }

  .header h1 {
    font-size: clamp(40px, 15vw, 72px) !important;
    line-height: 0.95 !important;
  }

  .header p {
    font-size: 15px !important;
    max-width: 36rem;
  }

  .event-panel,
  .site-footer__inner,
  .site-footer__cta,
  .site-footer__bottom,
  .privacy-policy,
  .case-studies-shell,
  .partner-logo-heading,
  .goals-section,
  .impact-bento-section,
  .section-beneficiaries .container,
  .beneficiary-container,
  .stats-section,
  .profile-section,
  .contact-top,
  .contact-bottom,
  .fuel-solutions-section,
  .send-message,
  .about,
  .textfade-section,
  .faq-contact-section,
  .contact-hero,
  .vehicle-section,
  .vehicle-section-mobile,
  .fuel-grid,
  .section-map .container,
  .item {
    width: var(--section-container-mobile) !important;
    max-width: var(--section-container-max) !important;
    margin-inline: auto !important;
  }

  body.partner-page .partner-logo-grid {
    width: 100% !important;
  }

  .event-tabs {
    overflow-x: auto;
    justify-content: center;
    gap: 4px !important;
    padding: 6px !important;
    scrollbar-width: none;
  }

  .event-panel {
    left: 50% !important;
    right: auto !important;
    bottom: clamp(14px, 3vh, 24px) !important;
    width: min(calc(100% - 40px), 360px) !important;
    max-width: 360px !important;
    gap: 12px !important;
    transform: translateX(-50%) !important;
    align-items: center !important;
    text-align: center !important;
  }

  .event-tab {
    min-height: 30px !important;
    min-width: 66px !important;
    padding: 7px 8px !important;
    font-size: 11px !important;
  }

  .site-footer {
    margin-top: 64px;
    padding-top: 46px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .site-footer__brand,
  .site-footer__links,
  .site-footer__contact,
  .site-footer__privacy {
    align-items: center;
  }

  .site-footer__brand img {
    margin-inline: auto;
  }

  .site-footer__links a,
  .site-footer__privacy > a {
    width: auto;
    margin-inline: auto;
  }

  .site-footer__cta {
    flex-direction: column;
    justify-content: center;
    padding-block: 22px;
    text-align: center;
  }

  .site-footer__cta p {
    line-height: 1.05;
  }

  .privacy-policy {
    padding-top: 24px;
  }

  .privacy-policy__logo {
    margin-inline: auto;
  }

  .privacy-policy__hero {
    margin-top: 54px;
    text-align: center;
  }

  .privacy-policy__hero h1 {
    margin-inline: auto;
  }

  .privacy-policy__content {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .event-card,
  .values-container,
  .stats-row,
  .impact-bento-grid,
  .contact-info,
  .contact-grid,
  .faq-grid,
  .beneficiary-container,
  .bus-layout,
  .sedan-row,
  .vm-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .case-studies-gallery {
    grid-template-columns: 1fr !important;
  }

  .impact-bento-grid {
    gap: 14px;
  }

  .impact-bento-card,
  .case-study-card,
  .value-card,
  .event-card {
    min-width: 0;
  }

  .impact-bento-feature a,
  .section-beneficiaries .container a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .impact-bento-feature a {
    align-self: center !important;
  }

  .impact-bento-card h3,
  .impact-bento-feature h3,
  .impact-bento-trust h3,
  .impact-bento-wide h3 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .beneficiary-toggle {
    position: relative !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    padding: 20px 42px !important;
    text-align: center !important;
  }

  .beneficiary-toggle span {
    width: 100% !important;
    grid-column: 1 !important;
    justify-self: center !important;
    font-size: clamp(1rem, 4.6vw, 1.3rem) !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .beneficiary-toggle small {
    grid-column: 1 !important;
    justify-self: center !important;
    text-align: center !important;
  }

  .beneficiary-toggle::after {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .event-card {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .event-card-img {
    width: min(100%, 150px) !important;
    height: clamp(84px, 24vw, 112px) !important;
    min-height: 0 !important;
    flex-basis: auto !important;
    justify-self: center !important;
  }

  .event-card-content {
    align-items: center !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .event-date {
    margin-inline: auto !important;
    margin-bottom: 7px !important;
    padding: 5px 8px !important;
    font-size: 10px !important;
  }

  .event-card-content h3 {
    width: 100% !important;
    margin-inline: auto !important;
    margin-bottom: 8px !important;
    font-size: clamp(16px, 5vw, 20px) !important;
  }

  .event-card-content p {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .event-btn {
    margin-inline: auto !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .profile-name {
    font-size: clamp(64px, 24vw, 140px) !important;
  }

  .profile-image-wrapper,
  .vm-large-image,
  .vm-small-image,
  .bus-image-box {
    width: 100% !important;
    min-height: 0 !important;
  }

  .profile-image-wrapper {
    aspect-ratio: 4 / 5;
  }

  .connect-row a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }

  .connect-title {
    font-size: clamp(42px, 16vw, 88px) !important;
    line-height: 0.9 !important;
  }

  .connect-arrow {
    width: clamp(36px, 13vw, 76px) !important;
    height: auto !important;
    flex: 0 0 auto;
  }

  .page {
    flex-direction: column;
    align-items: center !important;
    gap: 8px;
  }

  .page h2 {
    font-size: clamp(28px, 11vw, 46px) !important;
  }
}

@media (max-width: 520px) {
  .partner-form-wrap {
    width: min(100% - 20px, 460px);
  }

  .contact-form,
  .partner-form {
    padding-inline: 14px !important;
  }

  .button-row button,
  .form-actions button,
  .next-btn,
  .back-btn,
  .submit-btn {
    width: 100%;
  }

  .settingarea,
  .budgetarea {
    grid-template-columns: 1fr !important;
  }

  .event-panel,
  .site-footer__inner,
  .site-footer__cta,
  .site-footer__bottom,
  .privacy-policy,
  .case-studies-shell,
  .partner-logo-heading,
  .goals-section,
  .impact-bento-section,
  .section-beneficiaries .container,
  .beneficiary-container,
  .stats-section,
  .profile-section,
  .contact-top,
  .contact-bottom,
  .fuel-solutions-section,
  .send-message,
  .about,
  .textfade-section,
  .faq-contact-section,
  .contact-hero,
  .vehicle-section,
  .vehicle-section-mobile,
  .fuel-grid,
  .section-map .container,
  .item {
    width: var(--section-container-small) !important;
  }

  .event-panel {
    width: min(calc(100% - 32px), 320px) !important;
    max-width: 320px !important;
    gap: 10px !important;
  }

  .event-card {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  .event-card-img {
    width: min(100%, 144px) !important;
    height: clamp(82px, 24vw, 108px) !important;
  }

  .event-tab {
    min-width: 58px !important;
    padding: 6px 7px !important;
  }

  body.partner-page #main .hero-section .video-container {
    padding-inline: 10px !important;
  }

  body.partner-page .partner-logo-grid {
    width: 100% !important;
  }

  .goal-card i {
    justify-self: center !important;
    text-align: center !important;
  }

  .menu-overlay .col-sm,
  .menu-content > .col-sm,
  .menu-items + .col-sm,
  .menu-items .col-sm,
  .menu-footer .col-sm {
    width: var(--section-container-small) !important;
  }

  .mvp-text {
    width: var(--section-container-small) !important;
  }

  .transition-logo {
    width: clamp(170px, 50vw, 245px) !important;
  }

  .menu-links .link a {
    font-size: clamp(1.5rem, 11.25vw, 2.7rem) !important;
  }

  .report-menu-link button {
    font-size: clamp(1.5rem, 11.25vw, 2.7rem) !important;
  }

  .menu-footer {
    bottom: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body.partner-page #main .hero-section {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
}

body.partner-page #main .hero-section .video-container {
  position: relative !important;
  inset: auto !important;
  align-items: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-top: clamp(128px, 10vw, 164px) !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

body.partner-page .partner-logo-grid {
  margin-top: 36px !important;
  margin-bottom: 120px !important;
}

body.partner-page .site-footer {
  margin-top: 0 !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
a.btn,
a.nav-action,
a.event-btn,
a.service-button,
a[class*="btn"],
a[class*="button"],
a[class*="action"],
.site-footer__cta a,
.case-card-arrow,
.case-nav,
.beneficiary-toggle,
.send-btn,
.back-btn,
.next-btn,
.submit-btn,
.nav-dropdown-toggle,
.report-menu-link button,
.link button {
  border-radius: 0.5px !important;
}

body.partner-form-page .inputarea,
body.partner-form-page .addinputarea {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 20px 0 !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  outline: none !important;
}

body.partner-form-page .page + .inputblock .inputarea,
body.partner-form-page .page + .inputblock .addinputarea {
  border-top: 1px solid #000 !important;
}

body.partner-form-page .inputarea[readonly] {
  background: transparent !important;
  color: #333 !important;
}

body.partner-form-page .inputarea.error,
body.partner-form-page .addinputarea.error {
  border-color: #b00020 !important;
  background: transparent !important;
}

body.partner-form-page .inputarea.valid,
body.partner-form-page .addinputarea.valid {
  border-color: #198754 !important;
  background: transparent !important;
}

:root {
  --rlf-h1-size: 56px;
  --rlf-h2-size: 40px;
  --rlf-h3-size: 28px;
  --rlf-h4-size: 22px;
  --rlf-body-size: 18px;
  --rlf-small-size: 14px;
  --rlf-h1-line: 1.1;
  --rlf-h2-line: 1.2;
  --rlf-h3-line: 1.3;
  --rlf-body-line: 1.6;
  --rlf-h1-space: 24px;
  --rlf-h2-space: 20px;
  --rlf-h3-space: 16px;
  --rlf-h4-space: 12px;
}

body {
  font-size: var(--rlf-body-size) !important;
  font-weight: 400 !important;
  line-height: var(--rlf-body-line) !important;
}

body :is(
  h1,
  .title,
  .contact-title,
  .profile-name,
  .privacy-policy__hero h1,
  .partner-grid-intro h1
) {
  font-size: var(--rlf-h1-size) !important;
  font-weight: 700 !important;
  line-height: var(--rlf-h1-line) !important;
  letter-spacing: 0 !important;
}

body :is(
  h2,
  .heading,
  .connect-title,
  .values-title,
  .fuel-title h2,
  .fuel-text h2,
  .faq-title,
  .faq-contact-title,
  .case-studies-heading h2,
  .impact-bento-intro h2,
  .partner-logo-heading h2,
  .goals-intro h2,
  .privacy-policy__content h2,
  .section-beneficiaries .container h2,
  .page h2,
  .form-success h2
) {
  font-size: var(--rlf-h2-size) !important;
  font-weight: 700 !important;
  line-height: var(--rlf-h2-line) !important;
  letter-spacing: 0 !important;
}

body :is(
  h3,
  .profile-title,
  .value-card h3,
  .goal-card span,
  .case-studies-copy h3,
  .case-card-content h3,
  .impact-bento-card h3,
  .impact-bento-feature h3,
  .impact-bento-trust h3,
  .impact-bento-wide h3,
  .event-card-content h3
) {
  font-size: var(--rlf-h3-size) !important;
  font-weight: 600 !important;
  line-height: var(--rlf-h3-line) !important;
  letter-spacing: 0 !important;
}

body :is(h4, .info-block h4, .faq-info-block h4, .site-footer h4) {
  font-size: var(--rlf-h4-size) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body :is(h1, h2, h3, h4) {
  margin-top: 0 !important;
}

body :is(
  h1,
  .title,
  .contact-title,
  .profile-name,
  .privacy-policy__hero h1,
  .partner-grid-intro h1
):not(:has(+ h1)) {
  margin-bottom: var(--rlf-h1-space) !important;
}

body :is(
  h2,
  .heading,
  .connect-title,
  .values-title,
  .fuel-title h2,
  .fuel-text h2,
  .faq-title,
  .faq-contact-title,
  .case-studies-heading h2,
  .impact-bento-intro h2,
  .partner-logo-heading h2,
  .goals-intro h2,
  .privacy-policy__content h2,
  .section-beneficiaries .container h2,
  .page h2,
  .form-success h2
) {
  margin-bottom: var(--rlf-h2-space) !important;
}

body :is(
  h3,
  .profile-title,
  .value-card h3,
  .goal-card span,
  .case-studies-copy h3,
  .case-card-content h3,
  .impact-bento-card h3,
  .impact-bento-feature h3,
  .impact-bento-trust h3,
  .impact-bento-wide h3,
  .event-card-content h3
) {
  margin-bottom: var(--rlf-h3-space) !important;
}

body :is(h4, .info-block h4, .faq-info-block h4, .site-footer h4) {
  margin-bottom: var(--rlf-h4-space) !important;
}

body :is(h1 + h1) {
  margin-top: 0 !important;
}

body :is(
  p,
  li,
  .text,
  .about-text,
  .description p,
  .contact-desc p,
  .foundation-description,
  .profile-description,
  .goals-intro p,
  .goal-card p,
  .case-studies-copy p,
  .case-card-content p,
  .impact-bento-card p,
  .impact-bento-feature p,
  .impact-bento-trust p,
  .impact-bento-wide p,
  .event-card-content p,
  .privacy-policy__content li,
  .privacy-policy__content p
) {
  font-size: var(--rlf-body-size) !important;
  font-weight: 400 !important;
  line-height: var(--rlf-body-line) !important;
}

body :is(
  small,
  .small-text,
  .bar-label,
  .info-label,
  .faq-info-label,
  .vehicle-label,
  .case-count,
  .case-studies-kicker,
  .partner-grid-kicker,
  .partner-grid-intro p.partner-grid-kicker,
  .beneficiary-toggle small,
  .stat-desc,
  .field-error,
  .progress-meta,
  .form-status,
  .amount-summary small
) {
  font-size: var(--rlf-small-size) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body :is(.beneficiary-toggle span) {
  font-size: var(--rlf-h3-size) !important;
  font-weight: 600 !important;
  line-height: var(--rlf-h3-line) !important;
}

@media (max-width: 1024px) {
  :root {
    --rlf-h1-size: 48px;
    --rlf-h2-size: 34px;
    --rlf-h3-size: 24px;
    --rlf-h4-size: 20px;
    --rlf-body-size: 17px;
    --rlf-h1-space: 22px;
    --rlf-h2-space: 18px;
    --rlf-h3-space: 14px;
  }
}

@media (max-width: 768px) {
  :root {
    --rlf-h1-size: 40px;
    --rlf-h2-size: 30px;
    --rlf-h3-size: 22px;
    --rlf-h4-size: 19px;
    --rlf-body-size: 16px;
    --rlf-small-size: 13px;
    --rlf-h1-space: 18px;
    --rlf-h2-space: 16px;
    --rlf-h3-space: 12px;
  }
}

@media (max-width: 480px) {
  :root {
    --rlf-h1-size: 34px;
    --rlf-h2-size: 27px;
    --rlf-h3-size: 20px;
    --rlf-h4-size: 18px;
  }
}

@media (max-width: 620px) {
  .case-studies-shell {
    overflow: visible !important;
  }

  .case-studies-gallery {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    min-height: 330px !important;
    align-items: stretch !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch;
  }

  .case-studies-gallery::after {
    flex-basis: 0 !important;
  }

  .case-study-card,
  .case-study-card.active {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 330px !important;
    padding: 18px !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    will-change: auto !important;
    contain: paint !important;
  }

  .case-study-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  .case-study-card.active::after {
    background: linear-gradient(180deg, rgba(238, 244, 234, 0.9) 0%, rgba(238, 244, 234, 0.48) 42%, rgba(19, 19, 19, 0.18) 100%) !important;
  }
}

@media (max-width: 760px) {
  body.partner-page #main .hero-section .video-container {
    padding-top: 104px !important;
    padding-bottom: 0 !important;
  }

  body.partner-page .partner-logo-grid {
    margin-top: 0 !important;
    margin-bottom: 120px !important;
  }
}

@media (max-width: 768px) {
  body .case-studies-heading,
  body .case-studies-heading h2,
  body .impact-bento-trust h3,
  body .section-beneficiaries .container a {
    left: auto !important;
    right: auto !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body .case-studies-heading {
    display: flex !important;
    justify-content: center !important;
  }

  body .impact-bento-trust h3 {
    align-self: center !important;
  }

  body .section-beneficiaries .container {
    justify-items: center !important;
    text-align: center !important;
  }

  body .section-beneficiaries .container p a {
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
  }
}
