/* ==========================================================================
   Grant Page Bundle
   Auto-generated by bin/bundle-css — do not edit manually.
   ========================================================================== */

/* --- Source: components/landings/hero.css --- */

.hero {
  padding: 0 var(--space-4, 16px);
}

.hero__title {
  line-height: normal;
  font-size: 36px;

  .emphasis--selected {
    line-height: 44px;
  }
}

.hero__title-icon {
  display: inline-block;
  vertical-align: baseline;

  width: 29px;
  height: 29px;
}

.hero__column {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: var(--space-8, 32px) 0;

  &:last-child {
    padding-bottom: 0;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-5, 20px);
}

.hero__features {
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: var(--space-3, 12px);

  list-style: none;

  line-height: var(--line-height-md, 24px);
}

.hero__features-item {
  display: flex;
  align-items: center;
  gap: var(--space-2, 8px);
}

.hero__features-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: var(--color-active, #28cdd9);

  .square-icon__img {
    width: 24px;
    height: 24px;
  }
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2, 8px);
}

.hero__actions-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2, 8px);
  color: var(--color-white);
  height: 38px;
  border: 1px solid var(--color-stroke);
  border-radius: var(--radius-sm, 4px);
  font-weight: 500;
  font-size: var(--text-lg, 16px);
  white-space: nowrap;
  cursor: pointer;
}

.hero__note {
  margin: 0;
  font-size: var(--text-md, 14px);
  line-height: var(--line-height-sm, 20px);
  color: var(--color-text-secondary, #676d72);
}

.hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 396px;
}

.hero__visual-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-4, 16px);
}

.hero__visual .video-embed {
  width: 100%;
}

.hero__illustration {
  width: 598px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero--equal,
.hero--one-third {
  .hero__column:first-child {
    max-width: 100%;
    border-bottom: 1px solid var(--color-stroke, #1c363f);
  }
}

@media (min-width: 1024px) {
  .hero__column:first-child {
    max-width: 72%;
    padding: var(--space-8, 32px);
  }

  .hero__title {
    font-size: var(--text-h1, 40px);
  }

  .hero__actions {
    flex-direction: row;
    gap: var(--space-4, 16px);
    margin-top: var(--space-4, 16px);
  }

  .hero__actions-btn {
    min-width: 220px;
  }

  .hero__actions-link {
    border: 0;
    padding: 0;
    height: auto;
    color: var(--color-active, #28cdd9);
    font-size: var(--text-md, 14px);
    line-height: var(--line-height-sm, 20px);

    &:hover {
      color: var(--color-white, #ffffff);
    }
  }

  .hero__features-icon {
    width: 28px;
    height: 28px;

    .square-icon__img {
      width: 16px;
      height: 16px;
    }
  }

  .hero--equal {
    display: flex;
    padding: 0;

    .hero__column {
      flex: 0 0 50%;
      max-width: none;
      justify-content: center;
    }

    .hero__column:first-child {
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }

  .hero--one-third {
    display: flex;
    padding: 0;

    .hero__column:first-child {
      flex: 0 0 35.5%;
      max-width: none;
      justify-content: center;
      border: 1px solid var(--color-stroke, #1c363f);
      border-width: 0 1px 0 0;
    }

    .hero__column:last-child {
      flex: 0 0 64.5%;
      justify-content: center;
    }

    .hero__illustration {
      position: static;
      transform: none;
    }

    .hero__visual-stack {
      position: absolute;
      top: 50%;
      width: 100%;

      transform: translateY(-50%);
      padding: 0 var(--space-8, 32px);
    }
  }
}


/* --- Source: pages/grant/hero-section.css --- */

/* Small screen specific styles — same overlay layout as S3 hero */
@media (max-width: 1024px) {
  .hero-section .hero--equal {
    --img-height: 311px;
    --title-height: 120px;

    position: relative;

    .hero__title {
      font-size: var(--text-h2);
      margin-bottom: calc(var(--space-8) + var(--img-height));
    }

    .hero__column {
      &:first-child {
        border: 0;
        padding-bottom: 0;
        max-width: none;
      }

      &:last-child {
        position: absolute;
        top: var(--title-height);
        left: 0;
        width: 100%;

        padding: var(--space-8) 0;
      }
    }

    .hero__illustration {
      position: static;
      transform: none;
      width: 100%;
      height: auto;
      max-height: var(--img-height);
      object-fit: contain;
    }
  }
}


/* --- Source: pages/grant/conditions-section.css --- */

.grant-conditions {
  --grant-conditions-corner: 14px;

  padding: var(--space-20) var(--space-4) 0;
  border-top: 1px solid var(--color-stroke);
}

.grant-conditions__heading {
  align-items: center;
  text-align: center;
  margin-bottom: var(--space-6);
}

.grant-conditions__heading .section-heading__title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.grant-conditions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2);
}

.grant-conditions__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 1px;
  background-color: var(--color-stroke);
  clip-path: polygon(
    var(--grant-conditions-corner) 0,
    calc(100% - var(--grant-conditions-corner)) 0,
    100% var(--grant-conditions-corner),
    100% calc(100% - var(--grant-conditions-corner)),
    calc(100% - var(--grant-conditions-corner)) 100%,
    var(--grant-conditions-corner) 100%,
    0 calc(100% - var(--grant-conditions-corner)),
    0 var(--grant-conditions-corner)
  );
}

.grant-conditions__card--highlight::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  transform: translate(30%, -30%);
  border-radius: 100px;
  background: var(--color-active-80);
  filter: blur(60px);
  pointer-events: none;
}

.grant-conditions__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  min-height: 144px;
  padding: var(--space-6, 24px) var(--space-4, 16px);
  background-color: var(--color-bg);
  clip-path: polygon(
    var(--grant-conditions-corner) 0,
    calc(100% - var(--grant-conditions-corner)) 0,
    100% var(--grant-conditions-corner),
    100% calc(100% - var(--grant-conditions-corner)),
    calc(100% - var(--grant-conditions-corner)) 100%,
    var(--grant-conditions-corner) 100%,
    0 calc(100% - var(--grant-conditions-corner)),
    0 var(--grant-conditions-corner)
  );
}

.grant-conditions__icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(40, 205, 217, 0.06);

  .square-icon__img {
    width: 24px;
    height: 24px;
  }
}

.grant-conditions__text {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--line-height-lg);
  text-align: center;
}

@media (min-width: 576px) {
  .grant-conditions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grant-conditions {
    --grant-conditions-corner: 24px;

    padding: var(--space-20, 80px) var(--space-8, 32px);
  }

  .grant-conditions__heading {
    margin-bottom: var(--space-8, 32px);
  }

  .grant-conditions__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* --- Source: components/landings/animated-about.css --- */

.animated-about {
  --animated-about-sticky-top: 80px;
  --animated-about-visual-offset: var(--space-12);

  border-top: 1px solid var(--color-stroke);
}

.animated-about__layout {
  display: block;
}

.animated-about__col--visual {
  display: none;
}

.animated-about__content {
  list-style: none;
  padding: calc(var(--space-20) - var(--space-8)) 0 0;
  margin: 0;
}

.animated-about__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-8) var(--space-4);
  border-bottom: 1px solid var(--color-stroke);

  &:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.animated-about__title {
  margin: var(--space-2) 0 0;
  color: var(--color-white);
}

.animated-about__btn {
  margin-top: var(--space-2);
}

@media (min-width: 1024px) {
  .animated-about {
    border-bottom: 1px solid var(--color-stroke);
  }

  .animated-about__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .animated-about__col--visual {
    display: flex;
    justify-content: center;
    position: relative;
    border-right: 1px solid var(--color-stroke);
  }

  .animated-about__visual {
    position: sticky;
    top: var(--animated-about-sticky-top);
    width: 316px;
    height: 280px;
    margin: var(--animated-about-visual-offset) auto;
  }

  .animated-about__visual-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .animated-about__visual-bg {
    position: absolute;
    inset: 0;
    background-image: url("/assets/animated-about-bg-b859f479.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .animated-about__visual-img {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 78px;
    margin: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
  }

  .animated-about__visual-img.is-active {
    opacity: 1;
  }

  .animated-about--reduced-motion .animated-about__visual-img {
    transition: none;
  }

  .animated-about__content {
    padding-top: 0;
  }

  .animated-about__item {
    padding: var(--space-20) var(--space-8);

    &:last-child {
      padding-bottom: var(--space-20);
    }
  }

  .animated-about__title {
    max-width: 60%;
  }

  .animated-about__btn {
    align-self: flex-start;
    height: 38px;
    min-width: 240px;
  }
}


/* --- Source: pages/grant/about-section.css --- */

.grant-about {
  .animated-about__content {
    padding-top: 0;
  }

  .animated-about__title {
    font-size: var(--text-h2);
  }
}

.grant-about__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-8) var(--space-4);
  border-bottom: 1px solid var(--color-stroke);
}

.grant-about__title {
  color: var(--color-white);
}

@media (min-width: 1024px) {
  .grant-about__intro {
    padding: var(--space-20) var(--space-8);
  }

  .grant-about {
    .animated-about__title {
      font-size: 24px;
      max-width: 100%;
    }
  }
}


/* --- Source: pages/grant/workflow-section.css --- */

.grant-workflow {
  --grant-workflow-corner: 14px;

  padding: var(--space-20) var(--space-4);
  border: 1px solid var(--color-stroke, #1c363f);
  border-width: 1px 0;
}

.grant-workflow.section-striped::after {
  display: block;
}

.grant-workflow__heading {
  align-items: center;
  text-align: center;
  margin-bottom: var(--space-6);
}

.grant-workflow__heading .section-heading__title {
  font-size: var(--text-h2);
}

.grant-workflow__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-10);
  max-width: 460px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.grant-workflow__step {
  position: relative;
  width: 100%;
}

.grant-workflow__step-card {
  position: relative;
  padding: 1px;
  background-color: var(--color-stroke);
  clip-path: polygon(
    var(--grant-workflow-corner) 0,
    100% 0,
    100% calc(100% - var(--grant-workflow-corner)),
    calc(100% - var(--grant-workflow-corner)) 100%,
    0 100%,
    0 var(--grant-workflow-corner)
  );
}

.grant-workflow__step-inner {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-height: 70px;
  padding: var(--space-4) var(--space-6);
  background-color: var(--color-bg);
  clip-path: polygon(
    var(--grant-workflow-corner) 0,
    100% 0,
    100% calc(100% - var(--grant-workflow-corner)),
    calc(100% - var(--grant-workflow-corner)) 100%,
    0 100%,
    0 var(--grant-workflow-corner)
  );
}

.grant-workflow__num {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 34px;
  color: var(--color-active);
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  line-height: var(--line-height-lg);
  background: url("/assets/pages/grant/workflow-step-num-9e3575cc.svg") center / 100% 100%
    no-repeat;
}

.grant-workflow__text {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: var(--text-h3);
  font-weight: 600;
}

@media (min-width: 1024px) {
  .grant-workflow {
    --grant-workflow-corner: 24px;

    padding: var(--space-20) var(--space-8);
    border-top: 0;
  }

  .grant-workflow__heading {
    margin-bottom: var(--space-6);
  }

  .grant-workflow__steps {
    max-width: 628px;
  }

  .grant-workflow__step {
    max-width: 460px;
    margin-inline: auto;
  }

  .grant-workflow__step-inner {
    min-height: 86px;
    padding: 0 var(--space-6);
  }

  .grant-workflow__num {
    width: 56px;
    height: 40px;
    font-size: var(--text-h3);
    line-height: 32px;
  }

  .grant-workflow__text {
    font-size: var(--text-h3);
  }

  .grant-workflow__step:nth-child(1)::before,
  .grant-workflow__step:nth-child(2)::before,
  .grant-workflow__step:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 81px;
    height: 128px;
    background-image: url("/assets/pages/grant/workflow-connector-7fb56066.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .grant-workflow__step:nth-child(odd)::before {
    left: -84px;
  }

  .grant-workflow__step:nth-child(even)::before {
    right: -84px;
    left: auto;
    transform: scaleX(-1);
  }
}


/* --- Source: pages/grant/form-section.css --- */

.grant-form {
  position: relative;
  padding: var(--space-25) var(--space-4) var(--space-20);
  overflow: hidden;
}

.grant-form::before,
.grant-form::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--color-active-30);
  pointer-events: none;
}

.grant-form::before {
  top: -54px;
  right: 41px;
  width: 128px;
  height: 128px;
  filter: blur(75px);
}

.grant-form::after {
  bottom: -116px;
  left: 40px;
  width: 178px;
  height: 178px;
  filter: blur(100px);
}

.grant-form__heading {
  position: relative;
  z-index: 1;
  align-items: center;
  text-align: center;
  margin-bottom: var(--space-8);
}

.grant-form__heading .section-heading__title {
  font-family: var(--font-heading);
  font-size: var(--text-h2);
  font-weight: 600;
  line-height: normal;
}

.grant-form__form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 720px;
  margin: 0 auto;
}

.grant-form__row {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.grant-form__submit {
  width: 100%;
  margin-top: var(--space-2);
}

.grant-form__success {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-15) var(--space-5);
  text-align: center;
}

.grant-form__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-6);
  color: var(--color-active);
}

.grant-form__success-icon-graphic {
  display: block;
}

.grant-form__success-title {
  margin: 0 0 var(--space-3);
  color: var(--color-white);
}

@media (min-width: 1024px) {
  .grant-form {
    padding: var(--space-25) var(--space-8) var(--space-20);
  }

  .grant-form__row {
    flex-direction: row;
  }

  .grant-form__row .form-field {
    flex: 1;
    min-width: 0;
  }
}

