/* Home hero */
.hero--mosaic {
  position: relative;
  overflow: hidden;
  padding-top: clamp(138px, 13vh, 176px);
  padding-bottom: clamp(68px, 9vh, 108px);
  background:
    radial-gradient(circle at 74% 18%, rgba(74, 145, 92, 0.18) 0%, rgba(74, 145, 92, 0.08) 24%, transparent 48%),
    radial-gradient(circle at 22% 82%, rgba(33, 108, 69, 0.24) 0%, rgba(33, 108, 69, 0.1) 28%, transparent 56%),
    linear-gradient(150deg, #010403 0%, #04110b 38%, #071b12 68%, #0b2a1a 100%);
  color: #fff;
}

.home .header__actions .btn,
.front-page .header__actions .btn {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.hero__grid {
  display: grid;
  gap: clamp(34px, 4vw, 54px);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto 1fr auto;
  max-width: 820px;
  min-height: 100%;
}

.hero__main-copy {
  display: grid;
  gap: clamp(22px, 2.6vw, 32px);
  grid-row: 2;
}

.hero--mosaic .hero__content.reveal-up,
.hero--mosaic .hero__content.reveal-up.is-inview {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.hero__eyebrow,
.hero__company-kicker {
  margin: 0;
  color: #68bf81;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__content h1 {
  margin: 0;
  max-width: 13ch;
  color: #ffffff;
  font-size: clamp(2.05rem, 4.7vw, 3.72rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.hero__lead {
  margin: 0;
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1.2vw, 1.1rem);
  line-height: 1.66;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.4vw, 16px);
  align-items: center;
}

.hero__primary-action,
.hero__secondary-action,
.hero__company-action {
  min-height: 54px;
  padding: 0 24px;
  box-shadow: none;
}

.hero__secondary-action {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.35;
  white-space: nowrap;
}

.hero__trust li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #68bf81;
}

.hero__company-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: 100%;
  height: 100%;
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid rgba(214, 255, 226, 0.16);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055) 0%, transparent 34%),
    radial-gradient(circle at 20% 14%, rgba(104, 191, 129, 0.1) 0%, transparent 36%),
    rgba(8, 14, 12, 0.62);
  backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(104, 191, 129, 0.045);
}

.hero__company-card::before,
.hero__company-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__company-card::before {
  background: linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, 0.075) 34%, transparent 58%);
  opacity: 0.42;
}

.hero__company-card::after {
  border: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 42px rgba(104, 191, 129, 0.045);
}

.hero__company-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(18px, 2.5vh, 28px);
}

.hero__company-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 1.9vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.hero__company-content p:not(.hero__company-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.58;
  margin-bottom: 48px;
}

.hero__company-action {
  justify-self: start;
  align-self: flex-start;
}

.hero__contact-row {
  position: relative;
  z-index: 1;
  grid-row: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 28px;
  margin-top: clamp(34px, 5vw, 56px);
  padding: 0;
}

.hero__contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 500;
}

.hero__contact-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #68bf81;
  flex: 0 0 auto;
}

.hero__contact-row svg {
  width: 17px;
  height: 17px;
  opacity: 0.82;
}

@media (min-width: 700px) {
  .hero__grid {
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    align-items: stretch;
  }

  .hero__content {
    align-self: stretch;
  }

  .hero__contact-row {
    margin-top: auto;
    padding-top: clamp(34px, 5vh, 60px);
  }
}

@media (min-width: 700px) and (orientation: landscape) {
  .hero--mosaic {
    min-height: 100vh;
    display: grid;
    align-items: center;
  }

  .hero--mosaic > .container {
    display: grid;
    align-content: center;
  }

  .hero__grid {
    min-height: clamp(520px, 72vh, 760px);
  }

  .hero__company-card {
    align-self: stretch;
    min-height: 100%;
  }
}

.hero__scroll-cue {
  display: none;
}

.hero__scroll-target {
  display: block;
  height: 0;
  scroll-margin-top: 0;
}

@media (min-width: 1440px) and (min-height: 820px) {
  .hero--mosaic {
    min-height: 90vh;
  }

  .hero__lead {
    margin-bottom: 48px;
  }

  .hero__scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 0;
    background: rgba(10, 13, 18, 0.22);
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    transform: translateX(-50%);
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  }

  .hero__scroll-cue span {
    display: inline-block;
    font-size: 1.35rem;
    line-height: 1;
  }

  .hero__scroll-cue:hover,
  .hero__scroll-cue:focus-visible {
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(10, 13, 18, 0.34);
    color: rgba(255, 255, 255, 0.78);
  }
}

@media (max-width: 699px) {
  .hero--mosaic {
    padding-top: 128px;
    padding-bottom: 66px;
    background:
      radial-gradient(circle at 76% 14%, rgba(74, 145, 92, 0.16) 0%, rgba(74, 145, 92, 0.07) 25%, transparent 50%),
      radial-gradient(circle at 18% 86%, rgba(33, 108, 69, 0.22) 0%, rgba(33, 108, 69, 0.09) 28%, transparent 58%),
      linear-gradient(160deg, #010403 0%, #04110b 42%, #071b12 72%, #0b2a1a 100%);
  }

  .hero__content h1 {
    font-size: clamp(1.9rem, 10.5vw, 2.65rem);
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .btn,
  .hero__company-action {
    width: 100%;
  }

  .hero__trust {
    display: grid;
    gap: 8px;
  }

  .hero__trust li {
    white-space: normal;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
  }

  .hero__company-card {
    padding: 24px;
  }

  .hero__contact-row {
    display: grid;
    gap: 10px;
    margin-top: 34px;
    padding-top: 0;
  }
}


/* Current vacancies */
.home-current-vacancies {
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(96, 172, 120, 0.12), transparent 34%),
    linear-gradient(180deg, #f3f7f3 0%, #ffffff 48%, #f5f8f5 100%);
  color: var(--c-text);
}

.home-current-vacancies__head {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: clamp(32px, 4.2vw, 54px);
}

.home-current-vacancies__kicker {
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid var(--c-brand);
  color: #2f7a48;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-current-vacancies__head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--c-text);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-current-vacancies__head p:not(.home-current-vacancies__kicker) {
  max-width: 650px;
  margin: 0;
  color: #626b76;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.home-current-vacancies__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 22px;
  align-items: stretch;
}

.home-current-vacancy-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(18, 23, 34, 0.1);
  border-top: 3px solid var(--c-brand);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 249, 0.96));
  box-shadow: 0 24px 60px rgba(18, 23, 34, 0.08);
}

.home-current-vacancy-card--no-media {
  grid-template-rows: 1fr;
}

.home-current-vacancy-card__media {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  background: #dfe8e1;
}

.home-current-vacancy-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(4, 17, 11, 0.18) 100%);
  pointer-events: none;
}

.home-current-vacancy-card__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.home-current-vacancy-card__content {
  display: grid;
  align-content: center;
  gap: clamp(14px, 1.8vw, 20px);
  padding: clamp(24px, 3.2vw, 40px);
}

.home-current-vacancy-card h3 {
  max-width: 12ch;
  margin: 0;
  color: var(--c-text);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-current-vacancy-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-current-vacancy-card h3 a:hover,
.home-current-vacancy-card h3 a:focus-visible {
  color: #23673b;
}

.home-current-vacancy-card__location-badge,
.home-current-vacancy-card__location-inline,
.home-current-vacancy-card__salary-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  line-height: 1.2;
}

.home-current-vacancy-card__location-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 17, 12, 0.68);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  z-index: 1;
}

.home-current-vacancy-card__location-inline {
  justify-self: start;
  padding: 8px 11px;
  border: 1px solid rgba(18, 23, 34, 0.08);
  background: rgba(245, 248, 245, 0.9);
  color: #344052;
  font-size: 0.84rem;
  font-weight: 600;
}

.home-current-vacancy-card__salary-pill {
  justify-self: start;
  padding: 9px 12px;
  border: 1px solid rgba(96, 172, 120, 0.24);
  background: linear-gradient(135deg, rgba(96, 172, 120, 0.14), rgba(96, 172, 120, 0.05));
  color: #204f31;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-current-vacancy-card__location-badge svg,
.home-current-vacancy-card__location-inline svg,
.home-current-vacancy-card__salary-pill svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.home-current-vacancy-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-current-vacancy-card__meta li {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}

.home-current-vacancy-card__meta li + li {
  padding-left: 14px;
}

.home-current-vacancy-card__meta li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: rgba(52, 64, 82, 0.4);
  transform: translateY(-50%);
}

.home-current-vacancy-card__excerpt {
  max-width: 58ch;
  margin: 0;
  color: #5f6874;
  font-size: 1rem;
  line-height: 1.68;
}

.home-current-vacancy-card__cta {
  justify-self: start;
  gap: 10px;
  margin-top: 4px;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card {
  box-shadow: 0 18px 46px rgba(18, 23, 34, 0.07);
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__media,
.home-current-vacancies--grid-mode .home-current-vacancy-card__media img {
  min-height: 168px;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: clamp(20px, 2vw, 26px);
}

.home-current-vacancies--grid-mode .home-current-vacancy-card h3 {
  max-width: none;
  font-size: clamp(1.14rem, 1.35vw, 1.42rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__meta {
  gap: 6px;
  align-self: start;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__location-badge {
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  font-size: 0.75rem;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__location-inline,
.home-current-vacancies--grid-mode .home-current-vacancy-card__salary-pill {
  padding: 7px 10px;
  font-size: 0.82rem;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__meta li {
  font-size: 0.78rem;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.56;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card--no-media .home-current-vacancy-card__excerpt {
  -webkit-line-clamp: 4;
}

.home-current-vacancies--grid-mode .home-current-vacancy-card__cta {
  margin-top: auto;
  align-self: flex-start;
  min-height: 44px;
  padding: 0 16px;
}

.home-current-vacancies__empty {
  max-width: 780px;
  padding: 26px 30px;
  border: 1px solid rgba(18, 23, 34, 0.1);
  border-left: 3px solid var(--c-brand);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(18, 23, 34, 0.06);
}

.home-current-vacancies__empty p {
  margin: 0;
  color: #59636f;
  line-height: 1.65;
}

.home-current-vacancies__footer {
  display: grid;
  gap: 18px;
  max-width: none;
  margin-top: clamp(34px, 4.4vw, 54px);
  padding-top: clamp(24px, 3vw, 34px);
  border-top: 1px solid rgba(18, 23, 34, 0.1);
}

.home-current-vacancies__footer p {
  max-width: 650px;
  margin: 0;
  color: #59636f;
  font-size: 1rem;
  line-height: 1.65;
}

.home-current-vacancies__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 900px) {
  .home-current-vacancies__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(24px, 3.4vw, 52px);
    align-items: start;
  }

  .home-current-vacancies__actions {
    justify-content: flex-end;
    align-self: start;
  }

  .home-current-vacancies__actions .btn {
    white-space: nowrap;
  }

  .home-current-vacancies--featured .home-current-vacancy-card--with-media {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  }

  .home-current-vacancies--featured .home-current-vacancy-card__media,
  .home-current-vacancies--featured .home-current-vacancy-card__media img {
    min-height: 430px;
  }

  .home-current-vacancy-card--no-media .home-current-vacancy-card__content {
    max-width: 780px;
  }
}

@media (min-width: 1120px) {
  .home-current-vacancies--grid-mode.home-current-vacancies--count-2 .home-current-vacancies__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-current-vacancies--grid-mode.home-current-vacancies--count-3 .home-current-vacancies__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-current-vacancies--grid-mode.home-current-vacancies--count-4 .home-current-vacancies__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .home-current-vacancy-card__content {
    align-content: start;
  }

  .home-current-vacancy-card h3 {
    max-width: none;
  }
}

@media (max-width: 699px) {
  .home-current-vacancies {
    padding: 64px 0;
  }

  .home-current-vacancy-card__facts {
    grid-template-columns: 1fr;
  }

  .home-current-vacancy-card__media,
  .home-current-vacancy-card__media img {
    min-height: 220px;
  }

  .home-current-vacancies__actions {
    display: grid;
  }

  .home-current-vacancies__actions .btn,
  .home-current-vacancy-card__cta {
    width: 100%;
  }
}


/* Process tabs */
.home-process-tabs {
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(96, 172, 120, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5f8f5 100%);
  color: var(--c-text);
}

.home-process-tabs__head {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 46px);
  justify-items: center;
  text-align: center;
}

.home-process-tabs__kicker {
  margin: 0;
  padding-left: 0;
  border-left: 0;
  color: #2f7a48;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-process-tabs__head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--c-text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-process-tabs__head p:not(.home-process-tabs__kicker) {
  max-width: 660px;
  margin: 0;
  color: #626b76;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.home-process-tabs__switch {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-inline: auto;
  margin-bottom: clamp(26px, 3vw, 38px);
  padding: 4px;
  border: 1px solid rgba(18, 23, 34, 0.1);
  background: rgba(255, 255, 255, 0.76);
}

.home-process-tabs__tab {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #4f5a66;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-process-tabs__tab.is-active {
  background: #101820;
  color: #ffffff;
}

.home-process-tabs__tab:focus-visible {
  outline: 2px solid var(--c-brand);
  outline-offset: 2px;
}

.home-process-tabs__panel[hidden] {
  display: none;
}

.home-process-tabs__panel {
  display: grid;
  gap: clamp(28px, 3.2vw, 38px);
  justify-items: center;
}

.home-process-tabs__steps {
  display: grid;
  gap: 18px;
  width: 100%;
}

.home-process-step {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
  min-height: 100%;
  padding: clamp(22px, 2.7vw, 30px);
  border: 1px solid rgba(18, 23, 34, 0.1);
  border-top: 3px solid rgba(96, 172, 120, 0.86);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(18, 23, 34, 0.06);
  text-align: center;
}

.home-process-step__number {
  color: rgba(47, 122, 72, 0.92);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.home-process-step h3 {
  margin: 0;
  color: var(--c-text);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.home-process-step p {
  margin: 0;
  color: #626b76;
  font-size: 0.96rem;
  line-height: 1.64;
}

.home-process-tabs__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (min-width: 760px) {
  .home-process-tabs__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .home-process-tabs__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .home-process-tabs {
    padding: 64px 0;
  }

  .home-process-tabs__switch {
    display: grid;
  }

  .home-process-tabs__actions {
    display: grid;
  }

  .home-process-tabs__actions .btn {
    width: 100%;
  }
}


/* Final homepage sections */
.home-final-section {
  color: var(--c-text);
}

.home-final-head,
.home-about-brief__content {
  display: grid;
  gap: 14px;
}

.home-final-head {
  max-width: 860px;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.home-final-kicker {
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid var(--c-brand);
  color: #2f7a48;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-final-head h2,
.home-about-brief h2,
.home-final-choice h2 {
  max-width: 840px;
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-final-head p:not(.home-final-kicker),
.home-about-brief__content p,
.home-final-choice__box > p:not(.home-final-kicker) {
  max-width: 700px;
  margin: 0;
  color: #626b76;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.home-benefits {
  padding: clamp(72px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(96, 172, 120, 0.1), transparent 34%),
    linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
}

.home-benefits__grid {
  display: grid;
  gap: 22px;
}

.home-benefits__card {
  padding: clamp(26px, 3.4vw, 38px);
  border: 1px solid rgba(18, 23, 34, 0.1);
  border-top: 3px solid var(--c-brand);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(18, 23, 34, 0.06);
}

.home-benefits__card h3 {
  margin: 0 0 22px;
  color: var(--c-text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.home-benefits__card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-benefits__card li {
  position: relative;
  min-height: 32px;
  padding: 7px 0 7px 30px;
  color: #344052;
  font-size: 1rem;
  line-height: 1.5;
}

.home-benefits__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.93em;
  width: 8px;
  height: 8px;
  background: var(--c-brand);
}

.home-about-brief {
  padding: clamp(76px, 8vw, 124px) 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(96, 172, 120, 0.14), transparent 32%),
    linear-gradient(135deg, #0a0f0d 0%, #111820 56%, #08140e 100%);
  color: #fff;
}

.home-about-brief__grid {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.home-about-brief .home-final-kicker,
.home-final-choice .home-final-kicker {
  color: #68bf81;
}

.home-about-brief__content p {
  color: rgba(255, 255, 255, 0.74);
}

.home-about-brief__content .btn {
  justify-self: start;
  margin-top: 8px;
}

.home-about-brief__visual {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(340px, 38vw, 470px);
  overflow: visible;
}

.home-about-brief__visual::before {
  content: "";
  position: absolute;
  inset: 12% 6% 10% 10%;
  background:
    radial-gradient(circle at 26% 24%, rgba(104, 191, 129, 0.16), transparent 34%),
    radial-gradient(circle at 72% 70%, rgba(255, 255, 255, 0.07), transparent 28%);
  filter: blur(12px);
  pointer-events: none;
  z-index: 0;
}

.home-about-brief__collage {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  height: clamp(340px, 38vw, 470px);
  margin-left: auto;
}

.home-about-brief__photo {
  position: absolute;
  margin: 0;
  border: 0;
  background: none;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.home-about-brief__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-about-brief__photo--1 {
  top: 0;
  left: 18%;
  width: min(44%, 252px);
  z-index: 4;
}

.home-about-brief__photo--2 {
  top: 9%;
  right: 2%;
  width: min(31%, 182px);
  z-index: 2;
}

.home-about-brief__photo--3 {
  left: 0;
  bottom: 0;
  width: min(29%, 168px);
  z-index: 1;
}

.home-about-brief__photo--4 {
  right: 8%;
  bottom: 5%;
  width: min(46%, 270px);
  z-index: 3;
}

.home-faq {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #ffffff;
}

.home-faq__grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.home-faq__head {
  margin-bottom: 0;
  align-content: start;
  gap: 10px;
}

.home-faq__list {
  display: grid;
  gap: 12px;
}

.home-faq__item {
  border: 1px solid rgba(18, 23, 34, 0.1);
  border-left: 3px solid transparent;
  background: rgba(247, 250, 247, 0.7);
}

.home-faq__item[open] {
  border-left-color: var(--c-brand);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(18, 23, 34, 0.06);
}

.home-faq__item summary {
  position: relative;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  color: var(--c-text);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.32;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #2f7a48;
  font-size: 1.35rem;
  line-height: 1;
}

.home-faq__item[open] summary::after {
  content: "-";
}

.home-faq__item p {
  margin: 0;
  padding: 0 24px 24px;
  color: #626b76;
  line-height: 1.65;
}

.home-final-choice {
  padding: clamp(72px, 8vw, 112px) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8f5 100%);
}

.home-final-choice__box {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--c-brand);
  background:
    radial-gradient(circle at 82% 16%, rgba(104, 191, 129, 0.18), transparent 32%),
    linear-gradient(135deg, #0a0f0d 0%, #111820 58%, #08140e 100%);
  color: #fff;
  box-shadow: 0 22px 54px rgba(18, 23, 34, 0.12);
  text-align: center;
}

.home-final-choice__box > p:not(.home-final-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.home-final-choice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  justify-content: center;
}

.home-final-choice__actions .btn--outline {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

@media (min-width: 860px) {
  .home-benefits__grid,
  .home-about-brief__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .home-faq__head {
    align-self: center;
  }

  .home-faq__list {
    align-self: start;
  }
}

@media (max-width: 699px) {
  .home-benefits,
  .home-about-brief,
  .home-faq,
  .home-final-choice {
    padding: 64px 0;
  }

  .home-about-brief__visual {
    min-height: 320px;
  }

  .home-about-brief__collage {
    width: min(100%, 400px);
    height: 320px;
    margin-inline: auto;
  }

  .home-about-brief__photo--1 {
    top: 0;
    left: 22%;
    width: 48%;
  }

  .home-about-brief__photo--2 {
    top: 8%;
    right: 0;
    width: 34%;
  }

  .home-about-brief__photo--3 {
    left: 4%;
    bottom: 0;
    width: 33%;
  }

  .home-about-brief__photo--4 {
    right: 8%;
    bottom: 6%;
    width: 52%;
  }

  .home-final-choice__actions {
    display: grid;
  }

  .home-final-choice__actions .btn,
  .home-about-brief__content .btn {
    width: 100%;
  }
}
