.pgirasa-page {
  --pg-ink: #123f34;
  --pg-ink-deep: #082f27;
  --pg-green: #5d8f12;
  --pg-lime: #93c62f;
  --pg-mist: #eef5e6;
  --pg-paper: #fbfcf8;
  --pg-line: #d8e2d6;
  --pg-muted: #52675f;
  background: var(--pg-paper);
  color: var(--pg-ink-deep);
}

.pgirasa-page main {
  overflow: clip;
}

.pgirasa-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #456d0f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pgirasa-page .eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  flex: 0 0 34px;
  background: var(--pg-lime);
}

.pg-hero,
.pg-audience,
.pg-scope,
.pg-deliverables,
.pg-process,
.pg-responsibilities,
.pg-official,
.pg-quote-guide,
.pg-related,
.pg-faq,
.pg-conversion {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.pg-hero {
  padding: 42px 0 76px;
}

.pg-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 45px;
  color: #60766e;
  font-size: 13px;
}

.pg-breadcrumb a {
  color: var(--pg-ink);
  text-decoration: none;
}

.pg-breadcrumb a:hover,
.pg-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(56px, 7vw, 98px);
  align-items: center;
}

.pg-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--pg-ink-deep);
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 750;
  letter-spacing: -.058em;
  line-height: .99;
}

.pg-hero-copy h1 span {
  color: var(--pg-green);
}

.pg-lead {
  max-width: 700px;
  margin: 30px 0 0;
  color: #334f47;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.65;
}

.pg-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.pg-actions .button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 0 23px;
  background: #477507;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.pg-actions .button:hover,
.pg-actions .button:focus-visible {
  background: #345c03;
  transform: translateY(-1px);
}

.pg-actions svg,
.pg-quote-guide a svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pg-secondary-link {
  color: var(--pg-ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: #8db53e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.pg-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 34px 0 0;
  padding: 0;
  color: #3f5d54;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.pg-hero-points li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pg-hero-points li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pg-lime);
  content: "";
}

.pg-control-card {
  position: relative;
  border: 1px solid #cbd8cd;
  border-radius: 28px;
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(145deg, #f8faf4 0%, #edf4e5 100%);
  box-shadow: 0 28px 70px rgba(18, 63, 52, .12);
}

.pg-control-card::before {
  position: absolute;
  top: -16px;
  right: 34px;
  width: 92px;
  height: 32px;
  border-radius: 5px;
  background: rgba(147, 198, 47, .58);
  content: "";
  transform: rotate(2deg);
}

.pg-control-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cbd8cd;
}

.pg-control-card__head > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: var(--pg-ink);
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: .08em;
}

.pg-control-card__head div {
  display: grid;
  gap: 4px;
}

.pg-control-card__head small {
  color: #577069;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pg-control-card__head strong {
  color: var(--pg-ink-deep);
  font-size: 18px;
}

.pg-control-card ol {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pg-control-card li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #d4dfd3;
}

.pg-control-card li > span {
  color: #668f1e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.pg-control-card li div {
  display: grid;
  gap: 4px;
}

.pg-control-card li strong {
  color: var(--pg-ink-deep);
  font-size: 15px;
}

.pg-control-card li small {
  color: #5d716a;
  font-size: 13px;
  line-height: 1.4;
}

.pg-control-card > p {
  margin: 22px 0 0;
  color: var(--pg-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.pg-index {
  position: sticky;
  z-index: 20;
  top: 86px;
  display: flex;
  width: min(980px, calc(100% - 48px));
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: -31px auto 0;
  border: 1px solid #d3ded4;
  border-radius: 16px;
  padding: 7px;
  background: rgba(251, 252, 248, .96);
  box-shadow: 0 14px 38px rgba(11, 47, 38, .09);
  backdrop-filter: blur(14px);
}

.pg-index a {
  border-radius: 10px;
  padding: 12px 16px;
  color: #36554c;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.pg-index a:hover,
.pg-index a:focus-visible {
  background: var(--pg-mist);
  color: #355e05;
}

.pg-audience {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
  padding: 140px 0 125px;
}

.pg-audience h2,
.pg-scope h2,
.pg-deliverables h2,
.pg-process h2,
.pg-responsibilities h2,
.pg-official h2,
.pg-quote-guide h2,
.pg-related h2,
.pg-faq h2,
.pg-conversion h2 {
  margin: 0;
  color: var(--pg-ink-deep);
  font-size: clamp(36px, 4.1vw, 62px);
  font-weight: 730;
  letter-spacing: -.048em;
  line-height: 1.04;
}

.pg-audience-copy > p {
  margin: 0 0 26px;
  color: #345149;
  font-size: 20px;
  line-height: 1.7;
}

.pg-audience-copy ul,
.pg-responsibilities ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pg-audience-copy li,
.pg-responsibilities li {
  position: relative;
  padding-left: 27px;
  color: #405b53;
  font-size: 15px;
  line-height: 1.55;
}

.pg-audience-copy li::before,
.pg-responsibilities li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--pg-lime);
  border-radius: 50%;
  content: "";
}

.pg-scope {
  width: min(1280px, calc(100% - 48px));
  border-radius: 34px;
  padding: clamp(48px, 7vw, 84px);
  background: var(--pg-ink-deep);
  color: #fff;
}

.pg-scope header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr);
  gap: 70px;
  align-items: end;
}

.pg-scope header .eyebrow {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.pg-scope header h2 {
  grid-column: 1;
  grid-row: 2;
}

.pg-scope header > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.pg-scope header .eyebrow,
.pg-responsibilities .eyebrow,
.pg-conversion .eyebrow {
  color: #b6dc66;
}

.pg-scope h2,
.pg-responsibilities h2,
.pg-conversion h2 {
  color: #fff;
}

.pg-scope header > p:last-child {
  margin: 0 0 8px;
  color: #c7d5d0;
  font-size: 16px;
  line-height: 1.7;
}

.pg-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 62px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.16);
}

.pg-scope-grid article {
  min-height: 270px;
  padding: 30px;
  background: #0d3a31;
}

.pg-scope-grid article:nth-child(2),
.pg-scope-grid article:nth-child(4),
.pg-scope-grid article:nth-child(6) {
  background: #113f35;
}

.pg-scope-grid span {
  color: #a9d557;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.pg-scope-grid h3 {
  margin: 33px 0 13px;
  color: #fff;
  font-size: 22px;
  letter-spacing: -.025em;
}

.pg-scope-grid p {
  margin: 0;
  color: #c8d5d1;
  font-size: 14px;
  line-height: 1.7;
}

.pg-deliverables {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(65px, 9vw, 135px);
  align-items: center;
  padding: 135px 0;
}

.pg-deliverables-copy > p:last-child {
  max-width: 590px;
  margin: 26px 0 0;
  color: #4a625a;
  font-size: 16px;
  line-height: 1.75;
}

.pg-deliverables-list {
  display: grid;
  border-top: 1px solid var(--pg-line);
}

.pg-deliverables-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 25px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--pg-line);
}

.pg-deliverables-list span {
  color: #63821c;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pg-deliverables-list strong {
  color: var(--pg-ink-deep);
  font-size: 17px;
}

.pg-process {
  padding: 0 0 135px;
}

.pg-process header {
  max-width: 760px;
  margin-bottom: 50px;
}

.pg-process ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pg-line);
  list-style: none;
}

.pg-process li {
  position: relative;
  min-height: 255px;
  padding: 28px 24px 25px 0;
  border-right: 1px solid var(--pg-line);
}

.pg-process li:not(:first-child) {
  padding-left: 24px;
}

.pg-process li:last-child {
  border-right: 0;
}

.pg-process li > span {
  color: #6e921b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.pg-process h3 {
  margin: 55px 0 12px;
  color: var(--pg-ink-deep);
  font-size: 19px;
  letter-spacing: -.02em;
}

.pg-process li p {
  margin: 0;
  color: #526960;
  font-size: 14px;
  line-height: 1.65;
}

.pg-responsibilities {
  width: min(1280px, calc(100% - 48px));
  border-radius: 34px;
  padding: clamp(48px, 7vw, 84px);
  background: var(--pg-ink-deep);
}

.pg-responsibilities header {
  max-width: 880px;
}

.pg-responsibilities > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 55px;
}

.pg-responsibilities article {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  padding: 34px;
  background: rgba(255,255,255,.045);
}

.pg-responsibilities article > span {
  color: #afd75a;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pg-responsibilities h3 {
  margin: 14px 0 26px;
  color: #fff;
  font-size: 23px;
}

.pg-responsibilities li {
  color: #cfdbd7;
}

.pg-boundary {
  margin: 24px 0 0;
  border-left: 3px solid var(--pg-lime);
  padding: 19px 22px;
  background: rgba(147,198,47,.09);
  color: #d7e2de;
  font-size: 14px;
  line-height: 1.7;
}

.pg-boundary strong {
  color: #fff;
}

.pg-official {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  padding: 135px 0;
}

.pg-official > div > p:last-child {
  margin: 26px 0 0;
  color: #496158;
  font-size: 16px;
  line-height: 1.75;
}

.pg-official nav {
  display: grid;
  gap: 12px;
}

.pg-official nav a {
  display: grid;
  gap: 6px;
  border: 1px solid var(--pg-line);
  border-radius: 16px;
  padding: 23px;
  background: #fff;
  color: var(--pg-ink-deep);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.pg-official nav a:hover,
.pg-official nav a:focus-visible {
  border-color: #8db53e;
  transform: translateY(-2px);
}

.pg-official nav small {
  color: #65801e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pg-official nav strong {
  font-size: 17px;
}

.pg-official nav span {
  color: #5b7068;
  font-size: 13px;
}

.pg-quote-guide {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(60px, 9vw, 125px);
  border-radius: 30px;
  padding: clamp(45px, 6vw, 75px);
  background: #edf4e3;
}

.pg-quote-guide > div > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #435d54;
  font-size: 16px;
  line-height: 1.7;
}

.pg-quote-guide > div > a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 27px;
  color: #3c6807;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.pg-quote-guide ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c9d7c5;
  list-style: none;
}

.pg-quote-guide li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 61px;
  border-bottom: 1px solid #c9d7c5;
  color: #294a40;
  font-size: 14px;
  font-weight: 730;
}

.pg-quote-guide li span {
  color: #72931f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.pg-related {
  padding: 130px 0;
}

.pg-related header {
  max-width: 780px;
  margin-bottom: 45px;
}

.pg-related > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--pg-line);
}

.pg-related > div a {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: start;
  min-height: 125px;
  border-right: 1px solid var(--pg-line);
  border-bottom: 1px solid var(--pg-line);
  padding: 28px 25px;
  color: var(--pg-ink-deep);
  text-decoration: none;
}

.pg-related > div a:first-child {
  border-left: 1px solid var(--pg-line);
}

.pg-related a:hover,
.pg-related a:focus-visible {
  background: var(--pg-mist);
}

.pg-related a span {
  color: #71931e;
  font-size: 12px;
  font-weight: 850;
}

.pg-related a strong {
  font-size: 17px;
  line-height: 1.35;
}

.pg-faq {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: clamp(60px, 9vw, 130px);
  padding-bottom: 130px;
}

.pg-faq > div {
  border-top: 1px solid var(--pg-line);
}

.pg-faq details {
  border-bottom: 1px solid var(--pg-line);
}

.pg-faq summary {
  position: relative;
  padding: 23px 42px 23px 0;
  color: var(--pg-ink-deep);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.pg-faq summary::-webkit-details-marker {
  display: none;
}

.pg-faq summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  content: "+";
  color: #6e931b;
  font-size: 24px;
  font-weight: 500;
}

.pg-faq details[open] summary::after {
  content: "−";
}

.pg-faq details p {
  margin: -5px 0 24px;
  color: #4d655d;
  font-size: 14px;
  line-height: 1.75;
}

.pg-conversion {
  display: grid;
  width: min(1280px, calc(100% - 48px));
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
  border-radius: 34px 34px 0 0;
  padding: clamp(50px, 7vw, 86px);
  background: var(--pg-ink-deep);
}

.pg-conversion > div:first-child > p:last-child {
  max-width: 720px;
  margin: 25px 0 0;
  color: #c9d6d2;
  font-size: 16px;
  line-height: 1.7;
}

.pg-conversion-actions {
  display: grid;
  gap: 12px;
}

.pg-conversion-actions a {
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.pg-conversion-actions a:first-child {
  border-color: var(--pg-lime);
  background: var(--pg-lime);
  color: #173c0a;
}

.pg-conversion-actions a:hover,
.pg-conversion-actions a:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 1020px) {
  .pg-hero-grid,
  .pg-audience,
  .pg-deliverables,
  .pg-official,
  .pg-faq {
    grid-template-columns: 1fr;
  }

  .pg-hero-grid {
    gap: 60px;
  }

  .pg-control-card {
    max-width: 680px;
  }

  .pg-scope header,
  .pg-quote-guide,
  .pg-conversion {
    grid-template-columns: 1fr;
  }

  .pg-scope header .eyebrow,
  .pg-scope header h2,
  .pg-scope header > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

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

  .pg-deliverables-list {
    max-width: 720px;
  }

  .pg-process ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .pg-process li {
    min-height: 220px;
    border-bottom: 1px solid var(--pg-line);
  }

  .pg-process li:nth-child(2n) {
    border-right: 0;
  }

  .pg-related > div {
    grid-template-columns: 1fr;
  }

  .pg-related > div a {
    border-left: 1px solid var(--pg-line);
  }
}

@media (max-width: 820px) {
  .pg-hero,
  .pg-audience,
  .pg-scope,
  .pg-deliverables,
  .pg-process,
  .pg-responsibilities,
  .pg-official,
  .pg-quote-guide,
  .pg-related,
  .pg-faq,
  .pg-conversion {
    width: min(100% - 32px, 680px);
  }

  .pg-hero {
    padding-top: 28px;
  }

  .pg-breadcrumb {
    margin-bottom: 34px;
  }

  .pg-hero-copy h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .pg-index {
    position: relative;
    top: auto;
    width: calc(100% - 32px);
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: -23px;
    padding: 7px;
    scrollbar-width: none;
  }

  .pg-index::-webkit-scrollbar {
    display: none;
  }

  .pg-index a {
    flex: 0 0 auto;
  }

  .pg-audience {
    gap: 40px;
    padding: 100px 0;
  }

  .pg-scope,
  .pg-responsibilities,
  .pg-conversion {
    border-radius: 24px;
  }

  .pg-scope header {
    gap: 25px;
  }

  .pg-scope-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .pg-scope-grid article {
    min-height: 0;
  }

  .pg-deliverables,
  .pg-official,
  .pg-related {
    padding: 100px 0;
  }

  .pg-process {
    padding-bottom: 100px;
  }

  .pg-responsibilities > div {
    grid-template-columns: 1fr;
  }

  .pg-faq {
    gap: 40px;
    padding-bottom: 100px;
  }

  .pg-conversion {
    gap: 38px;
  }
}

@media (max-width: 560px) {
  .pgirasa-page .eyebrow {
    font-size: 12px;
    letter-spacing: .1em;
  }

  .pg-hero-copy h1 {
    font-size: clamp(40px, 12.2vw, 54px);
  }

  .pg-lead {
    font-size: 17px;
  }

  .pg-actions,
  .pg-actions .button,
  .pg-secondary-link {
    width: 100%;
  }

  .pg-secondary-link {
    text-align: center;
  }

  .pg-hero-points {
    display: grid;
  }

  .pg-control-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .pg-audience h2,
  .pg-scope h2,
  .pg-deliverables h2,
  .pg-process h2,
  .pg-responsibilities h2,
  .pg-official h2,
  .pg-quote-guide h2,
  .pg-related h2,
  .pg-faq h2,
  .pg-conversion h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .pg-audience-copy > p {
    font-size: 18px;
  }

  .pg-deliverables-list div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 18px 0;
  }

  .pg-process ol {
    grid-template-columns: 1fr;
  }

  .pg-process li,
  .pg-process li:not(:first-child) {
    min-height: 0;
    border-right: 0;
    padding: 24px 0;
  }

  .pg-process h3 {
    margin-top: 24px;
  }

  .pg-responsibilities article {
    padding: 26px 22px;
  }

  .pg-quote-guide {
    padding: 36px 24px;
  }

  .pg-related > div a {
    min-height: 105px;
    padding: 23px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pgirasa-page *,
  .pgirasa-page *::before,
  .pgirasa-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
