/* ===== Base rules (deduplicated - last value wins per property) ===== */

.faq-dynamic-listing-3 {
  background-color: #ffffff;
  padding: 90px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title-3 {
  margin-bottom: 50px;
  font-family: "whitneylight";
  font-weight: 700;
  color: var(--navy);
  font-size: 35px;
  width: 100%;
  margin-top: 18px;
  line-height: 1.1;
}

.faq-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.faq-card-3 {
  background-color: #f2f6f9;
  padding: 32px 28px;
}

.faq-question-3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.faq-q-icon-3 {
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E8722C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-question-3 strong {
  font-family: "whitneymedium";
  font-size: 22px;
  color: var(--navy);
  font-weight: 800;
}

.faq-answer-3 {
  font-family: "whitneylight";
  font-size: 20px;
  line-height: 1.6;
  color: #4a5268;
  padding-left: 48px;
}

.faq-footer-3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #9a9a9a;
}

.closing-cta-demand-aggregation {
  position: relative;
  background-color: #006c50;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

.closing-circle-demand-aggregation {
  position: absolute;
  border-radius: 50%;
  background: #2f7f92;
  z-index: 0;
}

.closing-circle--top-left {
  width: 340px;
  height: 340px;
  top: -180px;
  left: -140px;
}

.closing-circle--bottom-right {
  width: 300px;
  height: 300px;
  bottom: -180px;
  right: -120px;
  background: #2a7186;
}

.closing-inner-demand-aggregation {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.closing-heading-demand-aggregation {
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'whitneymedium';
}

.closing-tagline-demand-aggregation {
  font-family: "whitneymedium";
  font-style: italic;
  font-size: 19px;
  color: #cfd6e8;
  margin-bottom: 40px;
}

.closing-cta-button-demand-aggregation {
  border-radius: 30px;
  margin-bottom: 28px;
  display: inline-block;
  background-color: transparent;
  color: white;
  font-family: "whitneymedium";
  font-weight: 700;
  border: 2px solid white;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 18px 32px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

.closing-cta-button-demand-aggregation:hover {
  background-color: white;
}

.closing-cta-button-demand-aggregation:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.closing-email-demand-aggregation {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: white;
  text-decoration: none;
  margin-bottom: 40px;
}

.closing-email-demand-aggregation:hover {
  text-decoration: underline;
  color: white;
}

.closing-footer-demand-aggregation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #a9b2ca;
}

.closing-footer-demand-aggregation a {
  color: #a9b2ca;
}

.form-hero {
  position: relative;
  background-color: #1b2a52;
  overflow: hidden;
  padding: 200px 8vw 70px;
  min-height: 420px;
}

.form-hero-circle {
  position: absolute;
  border-radius: 50%;
  background: #2f7f92;
  z-index: 0;
}

.form-hero-circle--top {
  width: 380px;
  height: 380px;
  top: -160px;
  right: -100px;
}

.form-hero-circle--bottom {
  width: 280px;
  height: 280px;
  bottom: -160px;
  right: 60px;
  background: #2a7186;
}

.form-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1243px;
}

.form-hero-eyebrow {
  font-family: "whitneymedium";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4fd1c5;
  margin-bottom: 22px;
}

.form-hero-headline {
  font-family: "whitneymedium";
  font-weight: 700;
  font-size: 46px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 20px;
}

.form-hero-subheadline {
  font-family: "whitneymedium";
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #cfd6e8;
  max-width: 620px;
}

.form-hero-footer {
  position: relative;
  z-index: 1;
  font-family: "whitneymedium";
  font-size: 13px;
  color: #a9b2ca;
  margin-top: 60px;
}

:root {
  --green: #0F9977;
  --green-dark: #0f9977;
  --maroon: #5a2a1a;
  --cream: #f4efe6;
  --white: #ffffff;
  --orange: #E8722C;
  --navy: #0B1F3A;
  --check: #12b189;
  --card-bg: #F2F5F5;
  --line: #cfd8dc;
  --muted: #33404a;
  --link-blue: #3d6b86;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pact-hero {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.pact-hero__text {
  flex: 1 1 55%;
  background: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 155px 9px 155px 54px;
  gap: 22px;
  padding-top: 155px;
  padding-bottom: 75px;
  padding-right: 60px;
}

.pact-hero__image {
  flex: 1 1 45%;
  position: relative;
  min-height: 100%;
}

.pact-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pact-hero__image .pact-caption {
  position: absolute;
  bottom: 24px;
  right: 44px;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  line-height: 1.35;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  max-width: 381px;
  font-family: "whitneylight";
  font-weight: 600;
}

.pact-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-direction: row;
  align-items: flex-start;
}

.pact-logo-row h1 {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 1px;
  color: black;
  line-height: 1;
  font-family: "whitneymedium";
  margin-bottom: 4px;
}

.pact-logo-row .pact-platform-title {
  color: var(--white);
  line-height: 1.15;
  max-width: 420px;
  font-family: "whitneylight";
  font-weight: 700;
  font-size: 32px;
}

.pact-tagline {
  font-style: italic;
  color: var(--white);
  max-width: 620px;
  font-family: "whitneymedium";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
}

.pact-description {
  color: var(--white);
  font-family: "whitneymedium";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  max-width: 620px;
}

.pact-description u {
  text-decoration-color: rgba(255,255,255,0.7);
}

.pact-cta-btn {
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px;
  background: var(--cream);
  color: black;
  font-size: 14px;
  padding: 16px 36px;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: 2px solid white;
  text-transform: uppercase;
}

.pact-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  background-color: transparent;
  color: white;
}

section.pact {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0px 50px  0px;
}

.pact-about {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pact-about__text {
  flex: 1 1 60%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 1px 0px 0px 0px;
}

.pact-about__eco {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 55px 0px 0px 13px;
  gap: 23px;
}

.pact-eyebrow {
  display: inline-block;
  align-self: flex-start;
  border: 1.5px solid var(--green);
  color: var(--green);
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-bottom: 0;
  white-space: wrap;
  text-align: left !important;
  line-height: 1.5;
  width: 100%;
}

.pact-eyebrow--light {
  display: inline-block;
  align-self: flex-start;
  border: 1.5px solid white;
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
}

.pact-about__text h2 {
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.1;
  color: var(--navy);
  max-width: 520px;
}

.pact-about-body {
  font-family: "whitneylight";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #1a1a1a;
  max-width: 720px;
}

.pact-join-line {
  font-family: "whitneylight", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  max-width: 100vw;
  margin-top: 24px;
  padding: 22px 0;
  background: var(--green);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pact-eco-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 7px 0;
}

.pact-eco-item svg {
  padding: 14px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #E8722C;
  fill: none;
  stroke: #0B1F3A;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  display: block;
}

.pact-eco-item svg * {
  fill: none;
  stroke: #0B1F3A;
}

.pact-eco-label {
  font-family: "whitneylight", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #006C50;
}

.pact-about-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 24px 0 0;
  text-align: left;
}

.pact-about-toggle-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  display: none;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}

.pact-about-toggle-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--green);
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pact-about-toggle[aria-expanded="true"] .pact-about-toggle-icon {
  transform: rotate(180deg);
}

.pact-about-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .35s ease;
}

.pact-about-content.is-open {
  max-height: 2000px;
  opacity: 1;
}

.pact-why {
  display: flex;
  width: 100%;
  overflow: hidden;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pact-why__left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 33px 20px 0;
  gap: 36px;
  align-items: flex-start;
}

.pact-why__right {
  flex: 1 1 50%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  gap: 36px;
}

.pact-why-cols {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.pact-why-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.pact-why-col h3 {
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  color: var(--navy);
}

.pact-icon-orange {
  box-sizing: content-box;
  border-radius: 50%;
  background: var(--orange);
  padding: 16px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
  margin-left: 24px;
}

.pact-icon-orange * {
  fill: none;
  stroke: var(--navy);
}

.pact-why-label {
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
}

.pact-why-right-title {
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.15;
  color: var(--navy);
  max-width: 420px;
  display: none;
}

.pact-stake-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.pact-stake-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.pact-icon-green {
  padding: 16px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #E8722C;
  fill: none;
  stroke: var(--white);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pact-icon-green * {
  fill: none;
  stroke: var(--white);
}

.pact-icon-text {
  width: 88px;
  height: 88px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
}

.pact-why > p:first-child {
  width: 100%;
  margin-bottom: 56px;
}

.pact-why__right .pact-stake-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pact-check-item svg {
  flex: 0 0 auto;
  padding: 9px;
  box-sizing: content-box;
  border-radius: 50%;
  background: var(--check);
  fill: none;
  stroke: var(--white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  margin-top: 2px;
}

.pact-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pact-check-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: var(--navy);
  padding-top: 4px;
  font-family: 'whitneylight';
}

.pact-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .35s ease;
  padding-left: 0 px;
  margin: 0;
  padding: 0;
}

.pact-check-list.is-open {
  max-height: 800px;
  opacity: 1;
}

.pact-lsp {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0px 60px 0px;
  gap: 32px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pact-lsp__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0px;
}

.pact-lsp__header h2 {
  line-height: 1.1;
  color: var(--navy);
  font-family: "whitneylight";
  font-weight: 700;
  font-size: 35px;
}

.pact-lsp__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.pact-lsp__checklist {
  flex: 1 1 480px;
}

.pact-lsp__icon-col {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: center;
}

.pact-icon-orange-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 11px;
}

.pact-icon-orange-btn:hover .pact-icon-orange {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pact-icon-orange-btn[aria-expanded="true"] .pact-icon-orange {
  box-shadow: 0 0 0 4px rgba(232,114,44,0.25);
}

.pact-lsp-label {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  text-align: center;
}

.pact-stake {
  width: 100%;
  padding: 13px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pact-stake h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: var(--navy);
  font-family: "whitneylight";
  margin-bottom: 16px;
}

.pact-stake-intro {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.55;
  color: #33404a;
  margin-bottom: 40px;
}

.pact-stake-card {
  background: var(--card-bg);
  padding: 36px 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.pact-icon-green-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pact-icon-green-btn:hover .pact-icon-green {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pact-icon-text-btn[aria-expanded="true"] {
  box-shadow: 0 0 0 4px rgb(255 116 0 / 26%);
}

.pact-icon-green-btn[aria-expanded="true"] .pact-icon-green {
  box-shadow: 0 0 0 4px rgb(255 116 0 / 26%);
}

.pact-icon-text-btn {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #E8722C;
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pact-icon-text-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.pact-stake-label {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  color: var(--navy);
}

.pact-stake-desc {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: var(--muted);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s ease, opacity .3s ease;
}

.pact-stake-desc.is-open {
  max-height: 200px;
  opacity: 1;
}

.pact-stake-icon-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.pact-eyebrow-wrap {
  margin-bottom: 20px;
}

.pact-steps {
  width: 100%;
  padding: 70px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pact-steps h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 50px;
  font-family: "whitneylight";
}

.pact-steps-track {
  position: relative;
}

.pact-steps-line {
  position: absolute;
  top: 40px;
  left: 16.6%;
  right: 16.6%;
  height: 0;
  border-top: 5px dotted var(--line);
  z-index: 0;
}

.pact-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.pact-step-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pact-step-icon-wrap {
  align-self: center;
}

.pact-icon-green-circle {
  padding: 20px;
  box-sizing: content-box;
  border-radius: 50%;
  background: var(--green-dark);
  fill: none;
  stroke: var(--white);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.pact-icon-green-circle * {
  fill: none;
  stroke: var(--white);
}

.pact-step-number {
  align-self: center;
  font-weight: 900;
  font-size: 32px;
  color: var(--green);
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.pact-step-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  color: var(--navy);
}

.pact-step-desc {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
  margin-bottom: 0;
}

.pact-step-tags {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--green);
  line-height: 1.6;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pact-register {
  width: 100%;
  padding: 70px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pact-register h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: var(--navy);
  font-family: "whitneylight";
  margin-bottom: 14px;
}

.pact-register-intro {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #5a6672;
  margin-bottom: 36px;
}

.pact-register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 44px;
}

.pact-register-card {
  background: var(--card-bg);
  padding: 26px 26px 28px;
}

.pact-register-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.pact-icon-orange-sm {
  padding: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  background: var(--orange);
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  flex: 0 0 auto;
}

.pact-icon-orange-sm * {
  fill: none;
  stroke: var(--navy);
}

.pact-register-card-title {
  font-weight: 800;
  font-size: 22px;
  color: var(--navy);
}

.pact-register-list {
  list-style: none;
}

.pact-register-list li {
  font-family: 'whitneylight', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  color: black;
  padding-left: 26px;
}

.pact-register-list li::before {
  content: "•";
  margin-right: 2px;
  color: var(--link-blue);
}

.pact-register-submit-wrap {
  display: flex;
  justify-content: center;
}

.pact-register-submit {
  background: var(--orange);
  color: var(--navy);
  border: none;
  font-family: 'whitneymedium', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  padding: 18px 56px;
  border-radius: 40px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  text-decoration: none;
}

.pact-register-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  color: white;
  text-decoration: none;
}

.faq-answer-3 p {
  margin: 0;
}

.faq-answer-big, .faq-answer-big p {
  font-size: 34px;
  font-weight: 800;
  color: #0f9977;
  margin: 0;
}

.pact-stage {
  position: relative;
  width: 1600px;
  height: 900px;
  margin: 0 auto;
  transform-origin: top left;
}

.pact-card {
  position: absolute;
  background: rgba(255,255,255,0.9);
  border: 1.4px solid var(--green);
  border-radius: 20px;
  padding: 14px 18px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(10,37,64,0.06);
}

.pact-card p {
  margin: 0;
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  line-height: 1.35;
  color: #5B7182;
}

.pact-card p::before {
  content: "⚬";
  position: absolute;
  left: 0;
  top: 0;
  color: #5B7182;
}

.pact-pill {
  position: absolute;
  background: var(--green);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.10);
  z-index: 2;
}

.pact-pill span {
  color: var(--navy);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
}

.pact-stage svg.arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 1600px;
  height: 900px;
  pointer-events: none;
}

.pact-stage h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: var(--navy);
  font-family: "whitneylight";
  margin-bottom: 14px;
}

.pact-shippers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0px 60px 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin: 0 auto 25px;
  gap: 40px;
  border-bottom: 1px solid #e5e4e4;
}

.pact-register-header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0px 0;
}

.pact-register-header h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  color: var(--navy);
  font-family: "whitneylight", Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
}

.pact-stage-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  aspect-ratio: 1600 / 420;
}

.pact-card--pill-bottom {
  padding-bottom: 28px;
}

.pact-card--pill-top {
  padding-top: 56px;
}

.pact-mobile-stepper {
  display: none;
}

.pact-pill:nth-child(5) {
  margin-top: 30px;
}

form#webform-submission-efast-india-projectization-initi-add-form {
  max-width: 1140px;
  margin: 0 auto;
}

div#block-efast-content h2 {
  display: block;
}

.what-detail-title.p-3.position-absolute.w-100.h-100.d-flex.justify-content-center.align-items-center.text-white h2 {
  display: none;
}

.page-node-503 .pact-hero__text > p:last-child {
  text-align: center;
}

.pact-shippers__left {
  flex: 0 0 300px;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pact-shippers__left h2 {
  margin-bottom: 12px;
  align-self: flex-start;
  text-align: left;
}

.pact-shippers__right {
  flex: 1 1 auto;
}

.pact-why-toggle-section {
  width: 100%;
  max-width: 1140px;
  margin: 40px auto;
}

.pact-eyebrow-bar {
  display: block;
  width: 100%;
  max-width: 1340px;
  background: none;
  border: 1.5px solid var(--green);
  padding: 6px 18px;
  cursor: pointer;
  text-align: center;
}

.pact-eyebrow-bar .pact-eyebrow {
  border: none;
  padding: 0;
  color: var(--green);
  font-family: "whitneymedium", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pact-why-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.pact-why-content.is-open {
  max-height: 6000px;
}

div#pactWhyContent h2 {
  font-size: 28px;
}

.pact-eco-icon-text {
  width: 44px;
  height: 44px;
  padding: 14px;
  box-sizing: content-box;
  border-radius: 50%;
  background: #E8722C;
  color: #0B1F3A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}

.pact-join-line-inner {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "whitneylight", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
}

.navbar-nav li a {
  font-size: 16px;
  color: black !important;
  font-family: "whitneymedium";
}

.pact-taglines {
  color: var(--white);
  max-width: 620px;
  font-family: "whitneymedium";
  font-weight: 700;
  font-size: 29px;
  line-height: 1.55;
  margin-bottom: 0px;
}

.webform-confirmation {
  width: 100%;
  max-width: 1140px !important;
  margin: 150px auto;
}


/* ===== Media query rules (deduplicated & consolidated) ===== */

@media (max-width: 780px) {
  .faq-grid-3 {
    grid-template-columns: 1fr;
  }

  .faq-title-3 {
    font-size: 28px;
  }

  .faq-dynamic-listing-3 {
    /*padding: 60px 6vw 50px;*/
  }

}

@media (max-width: 640px) {
  .closing-cta-demand-aggregation {
    padding: 60px 6vw;
  }

  .closing-heading-demand-aggregation {
    font-size: 30px;
  }

  .closing-tagline-demand-aggregation {
    font-size: 16px;
  }

  .form-hero {
    padding: 60px 6vw 50px;
    min-height: auto;
  }

  .form-hero-headline {
    font-size: 30px;
  }

  .form-hero-subheadline {
    font-size: 16px;
  }

  .form-hero-circle--top {
    width: 240px;
    height: 240px;
    top: -100px;
    right: -100px;
  }

  .form-hero-circle--bottom {
    width: 180px;
    height: 180px;
    bottom: -110px;
    right: -20px;
  }

  .form-hero-footer {
    margin-top: 40px;
  }

}

@media (max-width: 900px) {
  .pact-hero {
    flex-direction: column;
  }

  .pact-hero__text {
    padding: 48px 32px;
    order: 1;
  }

  .pact-hero__image {
    order: 2;
    min-height: 340px;
  }

  .pact-logo-row h1 {
    font-size: 44px;
  }

  .pact-logo-row .pact-platform-title {
    font-size: 22px;
  }

  .pact-about {
    flex-direction: column;
  }

  .pact-about__text {
    padding: 48px 32px;
    order: 1;
  }

  .pact-about__eco {
    padding: 48px 32px;
    order: 2;
  }

  .pact-about__text h2 {
    font-size: 36px;
  }

  .pact-eco-label {
    font-size: 19px;
  }

  .pact-eco-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .pact-eco-icon svg {
    width: 26px;
    height: 26px;
  }

  .pact-why {
    flex-direction: column;
  }

  .pact-why__left, .pact-why__right {
    padding: 24px 0;
  }

  .pact-why-col h3 {
    font-size: 26px;
  }

  .pact-why-right-title {
    font-size: 28px;
  }

  .pact-icon-text {
    width: 72px;
    height: 72px;
    font-size: 36px;
  }

  .pact-why__right .pact-stake-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pact-lsp {
    padding: 48px 32px;
    gap: 24px;
  }

  .pact-lsp__header h2 {
    font-size: 32px;
  }

  .pact-lsp__body {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }

  .pact-lsp__icon-col {
    flex: 0 0 auto;
    align-self: flex-start;
  }

  .pact-steps-row {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pact-steps-line {
    display: none;
  }

  .pact-step-col {
    align-items: center;
    text-align: center;
  }

  .pact-step-desc, .pact-step-tags {
    text-align: center;
  }

  .pact-check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s ease, opacity .35s ease;
    padding-left: 2px;
  }

  .pact-lsp__header {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-left: 0px;
  }

  .pact-register-header {
    /*padding: 44px 20px 0;*/
  }

  .pact-register-header h2 {
    font-size: 28px;
  }

  .pact-stage-wrap, .pact-stage {
    display: none;
  }

  .pact-mobile-stepper {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 640px;
    margin: 0 auto;
    padding: 32px 20px 56px;
  }

  .pact-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .pact-step-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
  }

  .pact-step-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
  }

  .pact-step-line {
    width: 2px;
    flex: 1;
    background: repeating-linear-gradient(
      to bottom,
      var(--green) 0 6px,
      transparent 6px 12px
    );
    margin: 6px 0;
    min-height: 28px;
  }

  .pact-step:last-child .pact-step-line {
    display: none;
  }

  .pact-step-body {
    padding-bottom: 32px;
    flex: 1;
  }

  .pact-step-pill {
    display: inline-block;
    background: var(--green);
    color: var(--navy);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 14px;
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .pact-step-body p {
    margin: 0;
    padding-left: 16px;
    position: relative;
    font-size: 15px;
    line-height: 1.45;
    color: #5B7182;
  }

  .pact-step-body p::before {
    content: "⚬";
    position: absolute;
    left: 0;
    top: 0;
    color: #5B7182;
  }

}

@media (max-width: 500px) {
  .pact-hero__text {
    padding: 114px 22px;
    gap: 16px;
  }

  .pact-logo-row {
    flex-direction: column;
    gap: 4px;
  }

  .pact-logo-row h1 {
    font-size: 38px;
  }

  .pact-logo-row .pact-platform-title {
    font-size: 19px;
    max-width: 100%;
  }

  .pact-tagline, .pact-description {
    font-size: 14.5px;
    max-width: 100%;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .pact-hero__image {
    min-height: 240px;
  }

  .pact-hero__image .pact-caption {
    font-size: 12.5px;
    max-width: 180px;
    bottom: 14px;
    right: 14px;
  }

  .pact-about__text, .pact-about__eco {
    padding: 40px 22px;
    gap: 18px;
  }

  .pact-about__text h2 {
    font-size: 28px;
  }

  .pact-about-body, .pact-join-line {
    font-size: 15px;
    max-width: 100%;
  }

  .pact-eco-list {
    gap: 22px;
  }

  .pact-eco-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .pact-eco-icon svg {
    width: 22px;
    height: 22px;
  }

  .pact-eco-label {
    font-size: 17px;
  }

  .pact-why__left, .pact-why__right {
    padding: 20px 0;
    gap: 26px;
  }

  .pact-why-cols {
    gap: 32px;
  }

  .pact-why-col h3 {
    font-size: 22px;
  }

  .pact-icon-orange {
    padding: 18px;
  }

  .pact-why-right-title {
    font-size: 24px;
  }

  .pact-stake-grid {
    gap: 28px 24px;
  }

  .pact-icon-text {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }

  .pact-lsp {
    padding: 36px 22px;
    gap: 20px;
  }

  .pact-lsp__header h2 {
    font-size: 26px;
  }

  .pact-check-text {
    font-size: 16px;
  }

  .pact-check-item svg {
    padding: 7px;
  }

  .pact-steps {
    /*padding: 44px 22px;*/
  }

  .pact-steps h2 {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .pact-icon-green-circle {
    padding: 16px;
  }

  .pact-step-title {
    font-size: 18px;
  }

  .pact-step-desc {
    font-size: 15px;
  }

  .pact-register {
    padding: 44px 22px;
  }

  .pact-register h2 {
    font-size: 28px;
  }

  .pact-register-intro {
    font-size: 15.5px;
  }

  .pact-register-card {
    padding: 22px;
  }

  .pact-register-card-title {
    font-size: 17px;
  }

  .pact-register-submit {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
  }

  .pact-join-line {
    padding: 18px 22px;
    font-size: 15px;
  }

  .pact-join-line-inner {
    padding: 0 22px;
    font-size: 15px;
  }

}

@media (max-width: 380px) {
  .pact-why-cols {
    flex-direction: column;
  }

  .pact-stake-grid {
    grid-template-columns: 1fr;
  }

  .pact-why__right .pact-stake-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 1100px) {
  .pact-stake {
    padding: 60px 60px;
  }

  .pact-stake-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pact-steps {
    /*padding: 60px 60px;*/
  }

  .pact-register {
    padding: 60px 60px;
  }

}

@media (max-width: 700px) {
  .pact-stake {
    padding: 48px 28px;
  }

  .pact-stake h2 {
    font-size: 30px;
  }

  .pact-stake-intro {
    font-size: 16px;
  }

  .pact-stake-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .pact-stake-card {
    padding: 26px 16px 22px;
  }

  .pact-shippers {
    flex-direction: column;
  }

  .pact-shippers__left {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (max-width: 420px) {
  .pact-stake-grid {
    grid-template-columns: 1fr;
  }

  .faq-question-3 strong {
    font-size: 17px;
  }

  .faq-answer-3 {
    font-size: 15.5px;
  }

}

@media (max-width: 800px) {
  .pact-register-grid {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 1200px) {
  .pact-hero {
    margin-top: 48px;
  }

}

@media (min-width: 1481px) {
  .pact-hero {
    margin-top: 59px;
  }

  .pact-join-line {
    /*max-width: 1320px;*/
  }

  .pact-hero__text {
    padding-left: max(60px, calc((100vw - 1320px) / 2));
  }

  .pact-join-line-inner {
    max-width: 1320px;
  }

  section.pact, .pact-about, .pact-why, .pact-shippers, .pact-lsp, .pact-stake, .pact-steps, .pact-register, .faq-dynamic-listing-3, .pact-register-header, .pact-stage-wrap, .pact-why-toggle-section, .webform-confirmation {
    max-width: 1320px;
  }

}
.block.block-ctools.block-entity-viewnode {
    display: none;
}
.pact-steps-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  background:none;
  border:none;
  cursor:pointer;
  padding:24px 0 0;
  text-align:left;
}

.pact-steps-toggle-icon{
  flex-shrink:0;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1.5px solid var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .25s ease;
}

.pact-steps-toggle-icon svg{
  width:14px;
  height:14px;
  stroke:var(--green);
  stroke-width:2.4;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pact-steps-toggle[aria-expanded="true"] .pact-steps-toggle-icon{
  transform: rotate(180deg);
}

.pact-steps-content{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition: max-height .45s ease, opacity .35s ease;
}

.pact-steps-content.is-open{
  max-height:3000px;
  opacity:1;
}
.pact-nextsteps-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
  text-align:left;
}

.pact-nextsteps-toggle-icon{
  flex-shrink:0;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1.5px solid var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .25s ease;
}

.pact-nextsteps-toggle-icon svg{
  width:14px;
  height:14px;
  stroke:var(--green);
  stroke-width:2.4;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pact-nextsteps-toggle[aria-expanded="true"] .pact-nextsteps-toggle-icon{
  transform: rotate(180deg);
}

.pact-nextsteps-content{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition: max-height .45s ease, opacity .35s ease;
}

.pact-nextsteps-content.is-open{
  max-height:3000px;
  opacity:1;
  padding-top:14px;
}
@media (max-width: 1479px) {
  .pact-logo-row .pact-platform-title {
    color: var(--white);
    line-height: 1.15;
    max-width: 390px;
    font-family: "whitneylight";
    font-weight: 700;
    font-size: 32px;
  }

}