.home-page {
  --home-bg: #061723;
  --home-bg-deep: #04111c;
  --home-panel: #0b2334;
  --home-panel-soft: #0a1e2d;
  --home-line: rgba(104, 157, 183, 0.32);
  --home-text: #f7fbff;
  --home-muted: #a9c4d6;
  --home-orange: #ff7a25;
  --home-orange-soft: #ff9a4f;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(0, 151, 178, 0.13), transparent 34rem),
    radial-gradient(circle at 16% 34%, rgba(255, 122, 37, 0.08), transparent 36rem),
    radial-gradient(circle at 78% 58%, rgba(0, 151, 178, 0.12), transparent 38rem),
    radial-gradient(circle at 20% 78%, rgba(255, 122, 37, 0.06), transparent 34rem),
    linear-gradient(180deg, #062033 0%, #051724 38%, #061d2e 68%, #051724 100%);
  color: var(--home-text);
}

.home-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 6%, rgba(0, 151, 178, 0.12), transparent 32rem),
    radial-gradient(circle at 14% 30%, rgba(255, 122, 37, 0.08), transparent 34rem),
    radial-gradient(circle at 78% 48%, rgba(0, 151, 178, 0.11), transparent 38rem),
    radial-gradient(circle at 20% 66%, rgba(255, 122, 37, 0.07), transparent 34rem),
    radial-gradient(circle at 76% 84%, rgba(0, 151, 178, 0.1), transparent 34rem);
}

.home-page .container {
  max-width: 1660px;
  padding-inline: clamp(18px, 2vw, 34px);
}

.home-hero,
.home-section {
  border-bottom: 0;
  background: transparent;
}

.home-hero {
  position: relative;
  overflow: visible;
  border-bottom: 0;
}

.home-hero::after {
  content: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(26px, 5vw, 86px);
  min-height: clamp(470px, 58vh, 620px);
  padding-block: clamp(16px, 3.4vw, 48px) clamp(34px, 5vw, 70px);
}

.home-hero__copy {
  max-width: 720px;
}

.home-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--home-orange);
  font-size: 11px;
  font-family: var(--ydea-font-mono);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: none;
}

.home-kicker::before {
  content: none;
}

.home-kicker span {
  display: inline-flex;
  align-items: center;
}

.home-hero h1,
.home-section h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 0.98;
}

.home-hero h1 {
  max-width: 710px;
  font-size: clamp(46px, 4.6vw, 72px);
}

.home-hero h1 span,
.home-section h2 span,
.home-section-heading h2 span {
  color: var(--home-orange);
}

.home-hero__lead {
  margin: 24px 0 0;
  max-width: 610px;
  color: #e7f4fb;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.home-hero__text,
.home-section p,
.home-service-card p,
.home-feature-card p,
.home-step-grid p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.65;
}

.home-hero__text {
  max-width: 590px;
  margin: 18px 0 0;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-actions--center {
  justify-content: center;
}

.home-hero .home-btn--primary {
  min-width: clamp(260px, 20vw, 360px);
  padding-inline: clamp(34px, 3vw, 52px);
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.home-btn::after,
.home-text-link::after,
.home-service-card a::after {
  content: none;
}

.home-btn--primary {
  background: linear-gradient(135deg, var(--home-orange-soft), var(--home-orange));
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(255, 122, 37, 0.24);
}

.home-btn--primary:visited,
.home-btn--primary:hover,
.home-btn--primary:focus-visible {
  color: #ffffff;
}

.home-btn--secondary {
  border-color: rgba(169, 196, 214, 0.42);
  background: rgba(10, 30, 45, 0.76);
  color: #eaf7ff;
}

.home-btn:hover,
.home-btn:focus-visible,
.home-text-link:hover,
.home-service-card a:hover {
  transform: translateY(-2px);
}

.home-btn:focus-visible,
.home-text-link:focus-visible,
.home-service-card a:focus-visible {
  outline: 2px solid var(--home-orange);
  outline-offset: 3px;
}

.home-hero__visual {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: center;
  perspective: 1200px;
}

.home-hero__visual::before {
  content: "";
  position: absolute;
  width: min(125vw, 1580px);
  height: min(76vw, 920px);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 122, 37, 0.5), transparent 30%),
    radial-gradient(ellipse at 50% 50%, rgba(255, 122, 37, 0.28), transparent 62%),
    radial-gradient(ellipse at 48% 42%, rgba(0, 151, 178, 0.1), transparent 78%);
  filter: blur(34px);
  opacity: 0.95;
  pointer-events: none;
  transition: opacity 0.28s ease, filter 0.28s ease, transform 0.28s ease;
}

.home-hero__visual.is-hovering::before {
  opacity: 1;
  filter: blur(42px);
  transform: scale(1.08);
}

.home-hero__model {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  height: clamp(360px, 36vw, 540px);
  cursor: grab;
  filter: drop-shadow(0 38px 42px rgba(0, 0, 0, 0.34));
  opacity: 0;
  transition: opacity 0.4s ease, filter 0.28s ease;
}

.home-hero__visual.is-hovering .home-hero__model {
  cursor: grabbing;
  filter:
    drop-shadow(0 44px 48px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 34px rgba(255, 122, 37, 0.24));
}

.home-hero__visual.is-loaded .home-hero__model,
.home-hero__visual.is-error .home-hero__model {
  opacity: 1;
}

.home-section {
  padding-block: clamp(64px, 9vw, 118px);
}

.home-intro {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: clamp(64px, 8vw, 118px);
  background: transparent;
}

.home-intro::before,
.home-intro::after {
  content: none;
}

.home-intro::before {
  top: 0;
  height: clamp(170px, 18vw, 340px);
  background:
    linear-gradient(180deg, rgba(6, 32, 51, 1) 0%, rgba(6, 32, 51, 0.88) 34%, rgba(6, 32, 51, 0.42) 70%, rgba(6, 32, 51, 0) 100%),
    radial-gradient(ellipse at 50% 0%, rgba(6, 32, 51, 0.92), transparent 72%);
}

.home-intro::after {
  bottom: -120px;
  height: clamp(300px, 32vw, 560px);
  background:
    linear-gradient(0deg, rgba(6, 32, 51, 1) 0%, rgba(6, 32, 51, 0.9) 34%, rgba(6, 32, 51, 0.5) 72%, rgba(6, 32, 51, 0) 100%),
    radial-gradient(ellipse at 50% 100%, rgba(6, 32, 51, 0.96), transparent 74%),
    linear-gradient(90deg, rgba(5, 23, 36, 0.28), rgba(5, 23, 36, 0), rgba(5, 23, 36, 0.28));
}

.home-services-overview {
  position: relative;
  margin-top: clamp(-118px, -7vw, -54px);
  padding-top: clamp(132px, 13vw, 210px);
  border-top: 0;
  overflow: hidden;
  background: transparent;
}

.home-services-overview::before {
  content: none;
}

.home-services-overview > .container {
  position: relative;
  z-index: 2;
}

.home-intro .container {
  position: relative;
  z-index: 1;
}

.home-centered {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.home-centered::before,
.home-section-heading::before,
.home-split__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 151, 178, 0.18), rgba(0, 151, 178, 0.08) 42%, transparent 72%);
  filter: blur(24px);
}

.home-centered::before {
  inset: -42px -60px;
}

.home-centered h2 {
  text-wrap: balance;
}

.home-intro h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.04;
}

.home-intro p {
  margin: 24px auto 0;
  max-width: 920px;
  color: #d9eef7;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
  text-align: center;
}

.home-intro p:last-child {
  max-width: 820px;
  color: #a9cfe0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.home-section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.home-section-heading::before {
  inset: -34px -46px;
}

.home-section-heading h2,
.home-split h2,
.home-final-cta h2 {
  font-size: clamp(34px, 4.6vw, 56px);
}

.home-section-heading p {
  max-width: 780px;
  margin: 16px auto 0;
}

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

.home-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-service-card,
.home-feature-card,
.home-step-grid article {
  min-width: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 46, 69, 0.94), rgba(8, 32, 49, 0.94));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.home-service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --service-card-orange: #FF914D;
  min-height: 250px;
  padding: 30px 28px;
  border: 0;
  border-color: transparent;
  background: linear-gradient(180deg, rgba(13, 46, 69, 0.78), rgba(8, 32, 49, 0.92));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(255, 145, 77, 0.1);
  transition: transform 0.28s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-service-card:hover {
  transform: translateY(-5px);
  border-color: transparent;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.26),
    0 0 36px rgba(255, 145, 77, 0.16);
}

.home-card-icon,
.home-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: transparent;
  color: var(--home-orange);
  filter:
    drop-shadow(0 0 14px rgba(255, 145, 77, 0.46))
    drop-shadow(0 16px 26px rgba(255, 145, 77, 0.16));
}

.home-card-icon svg,
.home-feature-icon svg,
.home-card-icon img,
.home-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
}

.home-service-card .home-card-icon {
  background: transparent;
  color: var(--service-card-orange);
}

.home-service-card h3,
.home-feature-card h3,
.home-step-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.home-service-card p,
.home-feature-card p,
.home-step-grid p {
  margin: 14px 0 0;
}

.home-service-card a,
.home-text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--home-orange);
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.18s ease;
}

.home-service-card a {
  color: var(--service-card-orange);
}

.home-quote-flow,
.home-materials {
  background: transparent;
}

.home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 7vw, 84px);
}

.home-split__copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.home-split__copy::before {
  inset: -34px -44px;
  opacity: 0.92;
}

.home-split__copy p:not(.home-kicker) {
  margin: 20px 0 0;
}

.home-quote-flow .home-btn {
  margin-top: 34px;
}

.home-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-step-grid article {
  min-height: 160px;
  padding: 24px;
}

.home-step-grid strong {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--home-orange);
  font-size: 25px;
  font-weight: 950;
  line-height: 1;
}

.home-step-grid h3 {
  color: var(--home-orange);
}

.home-split--materials {
  align-items: center;
}

.home-logo-bridge {
  position: relative;
  z-index: 3;
  height: 0;
  pointer-events: none;
}

.home-logo-bridge img {
  position: absolute;
  top: 0;
  right: clamp(-170px, -5vw, -60px);
  width: clamp(780px, 70vw, 1320px);
  height: auto;
  opacity: 0.16;
  transform: translateY(-50%) rotate(-8deg);
  user-select: none;
}

.home-material-list,
.home-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.home-material-list {
  justify-content: flex-start;
}

.home-material-list li,
.home-sector-list li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(169, 196, 214, 0.38);
  border-radius: 999px;
  background: rgba(9, 31, 48, 0.74);
  color: #eaf7ff;
  font-size: 13px;
  font-weight: 850;
}

.home-material-list__cta {
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
}

.home-material-list__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-orange-soft), var(--home-orange));
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 122, 37, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.home-material-list__cta a:hover,
.home-material-list__cta a:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(255, 122, 37, 0.3);
  outline: none;
}

.home-strengths {
  position: relative;
  z-index: 1;
  background: transparent;
}

.home-strengths .home-section-heading,
.home-strengths .home-card-grid {
  position: relative;
  z-index: 4;
}

.home-feature-card {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  padding: 26px 22px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.home-feature-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(112%, 340px);
  height: 58%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 151, 178, 0.18), rgba(0, 151, 178, 0.08) 48%, transparent 74%);
  filter: blur(22px);
  transform: translate(-50%, -18%);
  pointer-events: none;
}

.home-feature-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: none;
}

.home-feature-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 24px;
  filter:
    drop-shadow(0 0 18px rgba(255, 145, 77, 0.52))
    drop-shadow(0 18px 30px rgba(255, 145, 77, 0.2));
}

.home-feature-card--production .home-feature-icon {
  width: 138px;
  height: 138px;
  margin-bottom: 18px;
}

.home-feature-card h3,
.home-feature-card p {
  position: relative;
  z-index: 1;
}

.home-applications {
  background: transparent;
}

.home-sector-list {
  justify-content: center;
  gap: 10px 0;
  max-width: 980px;
  margin: 0 auto;
}

.home-sector-list li {
  position: relative;
  width: auto;
  min-height: auto;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d9eef7;
  font-family: var(--ydea-font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
}

.home-sector-list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: 0 0 10px rgba(255, 122, 37, 0.5);
  transform: translateY(-50%);
}

.home-final-cta {
  position: relative;
  border-top: 1px solid rgba(104, 157, 183, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 122, 37, 0.08), transparent 42%),
    transparent;
}

.home-final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 37, 0.58), transparent);
  transform: translateX(-50%);
}

.home-final-cta .home-centered {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.home-card-grid + .home-centered::before,
.home-sector-list + .home-centered::before {
  content: none;
}

.home-final-cta__lead {
  color: #e7f4fb !important;
  font-weight: 850;
}

@media (max-width: 1920px) {
  .home-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
    gap: clamp(16px, 3vw, 48px);
  }

  .home-hero h1 {
    max-width: 760px;
    font-size: clamp(56px, 5.4vw, 92px);
  }

  .home-hero__lead {
    max-width: 680px;
    font-size: 18px;
  }

  .home-hero__text {
    font-size: 15px;
  }

  .home-hero__visual {
    min-height: 390px;
  }

  .home-hero__model {
    width: min(100%, 580px);
    height: clamp(340px, 34vw, 500px);
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
    gap: clamp(18px, 2.8vw, 40px);
    min-height: clamp(540px, 66vh, 700px);
  }

  .home-hero h1 {
    max-width: 820px;
    font-size: clamp(68px, 6.4vw, 92px);
  }

  .home-hero__lead {
    max-width: 720px;
    font-size: 19px;
    line-height: 1.58;
  }

  .home-hero .home-btn--primary {
    min-width: 340px;
  }
}

@media (max-width: 1024px) {
  .home-split {
    grid-template-columns: 1fr;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 620px;
    padding-block: 68px 86px;
  }

  .home-hero__copy {
    position: relative;
    z-index: 2;
    max-width: min(50vw, 520px);
    text-shadow: 0 2px 18px rgba(2, 12, 20, 0.72);
  }

  .home-split__copy {
    max-width: 760px;
  }

  .home-hero h1 {
    font-size: clamp(42px, 7vw, 64px);
  }

  .home-hero__visual {
    position: absolute;
    top: 38%;
    right: clamp(-92px, -9vw, -52px);
    left: auto;
    z-index: 1;
    min-height: 0;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .home-hero__model {
    width: min(61vw, 660px);
    height: clamp(450px, 61vw, 660px);
  }

  .home-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-card-grid--three {
    gap: 16px;
  }

  .home-service-card {
    min-height: 280px;
    padding: 26px 22px;
    background-size: 100% 100%, var(--service-card-tablet-size, var(--service-card-size, cover));
  }

  .home-service-card:hover {
    background-size: 100% 100%, var(--service-card-tablet-hover-size, var(--service-card-hover-size, cover));
  }

  .home-service-card--prototypes {
    background-position: center, center 42%;
    --service-card-tablet-size: cover;
    --service-card-tablet-hover-size: cover;
  }

  .home-service-card--cnc {
    background-position: center, center 45%;
    --service-card-tablet-size: cover;
    --service-card-tablet-hover-size: cover;
  }

  .home-service-card--engineering {
    background-position: center, center 48%;
    --service-card-tablet-size: cover;
    --service-card-tablet-hover-size: cover;
  }

  .home-sector-list {
    display: flex;
  }
}

@media (max-width: 760px) {
  .home-page .container {
    padding-inline: 14px;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    min-height: 520px;
    padding-block: 34px 54px;
  }

  .home-hero__copy {
    position: relative;
    z-index: 2;
    max-width: min(100%, 420px);
    text-shadow: 0 2px 18px rgba(2, 12, 20, 0.72);
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.7vw, 42px);
    line-height: 1;
  }

  .home-hero__lead,
  .home-hero__text,
  .home-section p,
  .home-service-card p,
  .home-feature-card p,
  .home-step-grid p {
    font-size: 14px;
  }

  .home-hero__lead {
    margin-top: 16px;
    font-size: clamp(12px, 2.9vw, 14px);
    line-height: 1.45;
  }

  .home-hero__text {
    margin-top: 12px;
    font-size: clamp(11px, 2.8vw, 13px);
    line-height: 1.45;
  }

  .home-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .home-btn {
    min-height: 42px;
    padding: 12px 15px;
    font-size: 12px;
  }

  .home-hero__visual {
    position: absolute;
    top: 50%;
    right: -18px;
    left: auto;
    z-index: 1;
    min-height: 0;
    pointer-events: none;
    transform: translateY(-44%);
  }

  .home-hero__model {
    width: min(68vw, 460px);
    height: 350px;
    margin-inline: auto;
  }

  .home-section {
    padding-block: 58px;
  }

  .home-card-grid--three,
  .home-card-grid--four,
  .home-step-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card,
  .home-feature-card,
  .home-step-grid article {
    min-height: auto;
  }

  .home-service-card {
    min-height: 240px;
    background-size: 100% 100%, var(--service-card-mobile-size, cover);
  }

  .home-service-card:hover {
    background-size: 100% 100%, var(--service-card-mobile-hover-size, cover);
  }

  .home-service-card--prototypes {
    --service-card-mobile-size: cover;
    --service-card-mobile-hover-size: cover;
  }

  .home-service-card--cnc {
    --service-card-mobile-size: cover;
    --service-card-mobile-hover-size: cover;
  }

  .home-service-card--engineering {
    --service-card-mobile-size: cover;
    --service-card-mobile-hover-size: cover;
  }

  .home-actions,
  .home-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  .home-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .home-hero__inner {
    min-height: 500px;
    padding-block: 28px 46px;
  }

  .home-hero h1 {
    font-size: clamp(24px, 7.8vw, 32px);
  }

  .home-hero__lead {
    margin-top: 12px;
    font-size: 11px;
  }

  .home-hero__text {
    margin-top: 9px;
    font-size: 10.5px;
  }

  .home-hero__visual {
    top: 44%;
    right: -96px;
    left: auto;
    transform: translateY(-45%);
  }

  .home-hero__model {
    width: min(96vw, 520px);
    height: 420px;
  }

  .home-hero__visual::before {
    width: min(150vw, 520px);
    height: min(96vw, 360px);
  }

  .home-hero .home-actions {
    margin-top: 16px;
  }

  .home-hero .home-btn {
    min-height: 38px;
    padding: 10px 12px;
    font-size: 11px;
  }
}
