.home-page .html-module:has(> .eo-r33-hero) {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.eo-r33-hero,
.eo-r33-hero *,
.eo-r33-hero *::before,
.eo-r33-hero *::after {
  box-sizing: border-box;
}

.eo-r33-hero {
  --eo-r33-red: #ef352d;
  --eo-r33-red-dark: #c82721;
  --eo-r33-ink: #17191e;
  --eo-r33-muted: #747982;
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(360px, 1fr);
  gap: 24px;
  width: 100%;
  margin: 24px 0 42px;
  color: var(--eo-r33-ink);
}

.eo-r33-hero__banner {
  position: relative;
  min-width: 0;
  min-height: 720px;
  overflow: hidden;
  border-radius: 32px;
  background-color: #111216;
  background-image: url('/image/catalog/evo/hero/evoonline-hero-equipment-r33.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
}

.eo-r33-hero__banner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 16, 20, .2) 0%, rgba(15, 16, 20, .08) 50%, transparent 72%);
  content: '';
  pointer-events: none;
}

.eo-r33-hero__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(60%, 590px);
  min-height: 720px;
  flex-direction: column;
  align-items: flex-start;
  padding: 54px 0 48px 48px;
}

.eo-r33-hero__badge {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(239, 53, 45, .56);
  border-radius: 999px;
  background: rgba(84, 25, 25, .38);
  color: #ff453d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eo-r33-hero__title {
  max-width: 590px;
  margin: 28px 0 0;
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.eo-r33-hero__title span {
  display: block;
}

.eo-r33-hero__title .eo-r33-hero__accent {
  color: var(--eo-r33-red);
}

.eo-r33-hero__lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 19px;
  line-height: 1.6;
}

.eo-r33-hero__actions {
  display: flex;
  width: min(100%, 330px);
  flex-direction: column;
  gap: 14px;
  margin-top: 36px;
}

.eo-r33-hero__button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.eo-r33-hero__button:hover,
.eo-r33-hero__button:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

.eo-r33-hero__button--primary {
  background: var(--eo-r33-red);
  color: #fff;
}

.eo-r33-hero__button--primary:hover,
.eo-r33-hero__button--primary:focus-visible {
  background: #ff443b;
  color: #fff;
}

.eo-r33-hero__button--secondary {
  border-color: rgba(255, 255, 255, .68);
  background: rgba(255, 255, 255, .92);
  color: #25272d;
}

.eo-r33-hero__button--secondary:hover,
.eo-r33-hero__button--secondary:focus-visible {
  background: #fff;
  color: #111216;
}

.eo-r33-hero__phone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 44px;
}

.eo-r33-hero__phone a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.eo-r33-hero__phone a span {
  margin-right: 10px;
  color: var(--eo-r33-red);
}

.eo-r33-hero__phone > span {
  color: rgba(255, 255, 255, .57);
  font-size: 15px;
  line-height: 1.5;
}

.eo-r33-hero__form-card {
  display: flex;
  min-width: 0;
  min-height: 720px;
  flex-direction: column;
  padding: 42px 38px 34px;
  border: 1px solid #e0e2e6;
  border-radius: 32px;
  background: #fff;
}

.eo-r33-hero__form-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffedeb;
  color: var(--eo-r33-red-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.eo-r33-hero__form-title {
  margin: 24px 0 0;
  color: var(--eo-r33-ink);
  font-size: clamp(30px, 2.3vw, 40px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.eo-r33-hero__form-lead {
  margin: 20px 0 0;
  color: var(--eo-r33-muted);
  font-size: 17px;
  line-height: 1.55;
}

.eo-r33-hero__form {
  margin-top: 26px;
}

.eo-r33-hero__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.eo-r33-hero__field + .eo-r33-hero__field {
  margin-top: 13px;
}

.eo-r33-hero__field label {
  display: block;
  margin: 0 0 8px;
  color: #23252a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.eo-r33-hero__field input,
.eo-r33-hero__field select {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #dfe2e7;
  border-radius: 15px;
  outline: 0;
  background: #f6f7f8;
  color: #25272c;
  font: inherit;
  font-size: 16px;
  line-height: 1.2;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.eo-r33-hero__field select {
  cursor: pointer;
}

.eo-r33-hero__field input::placeholder {
  color: #9ca1a9;
  opacity: 1;
}

.eo-r33-hero__field input:focus,
.eo-r33-hero__field select:focus {
  border-color: rgba(239, 53, 45, .72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(239, 53, 45, .1);
}

.eo-r33-hero .evo-feedback-error {
  min-height: 0;
  margin-top: 5px;
  color: #d62d26;
  font-size: 12px;
  line-height: 1.3;
}

.eo-r33-hero .evo-feedback-error:empty {
  display: none;
}

.eo-r33-hero__submit {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 24px;
  border: 0;
  border-radius: 16px;
  background: var(--eo-r33-red);
  box-shadow: 0 14px 30px rgba(239, 53, 45, .2);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}

.eo-r33-hero__submit:hover,
.eo-r33-hero__submit:focus-visible {
  background: #ff443b;
  transform: translateY(-2px);
}

.eo-r33-hero__consent {
  margin: 16px auto 0;
  color: #888d95;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.eo-r33-hero .evo-feedback-result {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.eo-r33-hero .evo-feedback-success {
  color: #208642;
}

.eo-r33-hero .evo-feedback-warning {
  color: #c42c25;
}

.eo-r33-hero__form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #e4e5e8;
  color: var(--eo-r33-muted);
  font-size: 13px;
  line-height: 1.35;
}

.eo-r33-hero__form-footer a {
  color: #25272c;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .eo-r33-hero {
    grid-template-columns: minmax(0, 1.75fr) minmax(350px, 1fr);
  }

  .eo-r33-hero__copy {
    width: min(65%, 560px);
    padding-left: 40px;
  }

  .eo-r33-hero__title {
    font-size: 46px;
  }

  .eo-r33-hero__form-card {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1100px) {
  .eo-r33-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .eo-r33-hero__banner,
  .eo-r33-hero__copy {
    min-height: 680px;
  }

  .eo-r33-hero__form-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .eo-r33-hero {
    gap: 16px;
    margin: 16px 0 30px;
  }

  .eo-r33-hero__banner {
    min-height: 680px;
    border-radius: 24px;
    background-position: 62% center;
  }

  .eo-r33-hero__banner::after {
    background: linear-gradient(90deg, rgba(15, 16, 20, .72) 0%, rgba(15, 16, 20, .56) 58%, rgba(15, 16, 20, .18) 100%);
  }

  .eo-r33-hero__copy {
    width: 100%;
    min-height: 680px;
    padding: 28px 22px 26px;
  }

  .eo-r33-hero__badge {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 10px;
  }

  .eo-r33-hero__title {
    max-width: 480px;
    margin-top: 24px;
    font-size: clamp(32px, 8.9vw, 38px);
    line-height: 1.12;
    letter-spacing: -.02em;
  }

  .eo-r33-hero__lead {
    max-width: 500px;
    margin-top: 26px;
    font-size: clamp(16px, 4.2vw, 18px);
    line-height: 1.52;
  }

  .eo-r33-hero__actions {
    width: min(100%, 360px);
    gap: 12px;
    margin-top: 34px;
  }

  .eo-r33-hero__button {
    min-height: 56px;
    border-radius: 14px;
    font-size: 16px;
  }

  .eo-r33-hero__phone {
    margin-top: 40px;
  }

  .eo-r33-hero__phone a {
    font-size: 18px;
  }

  .eo-r33-hero__form-card {
    padding: 28px 22px 24px;
    border-radius: 24px;
  }

  .eo-r33-hero__form-title {
    font-size: clamp(28px, 8.5vw, 36px);
  }

  .eo-r33-hero__form-lead {
    font-size: 16px;
  }

  .eo-r33-hero__form-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 359px) {
  .eo-r33-hero__banner,
  .eo-r33-hero__copy {
    min-height: 710px;
  }

  .eo-r33-hero__copy,
  .eo-r33-hero__form-card {
    padding-right: 18px;
    padding-left: 18px;
  }

  .eo-r33-hero__title {
    font-size: 32px;
  }

  .eo-r33-hero__lead {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eo-r33-hero__button,
  .eo-r33-hero__submit {
    transition: none;
  }
}

/* R35: module-135-only cascade correction. No global typography changes. */
.home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title {
  display: block;
  width: auto;
  max-width: 590px;
  margin: 32px 0 0;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title > span {
  display: block;
  line-height: inherit;
}

.home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title > .eo-r33-hero__accent {
  display: block;
  line-height: inherit;
  vertical-align: baseline;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__badge {
  font-size: 13px;
  line-height: 1.25;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__lead {
  width: auto;
  max-width: 560px;
  margin: 32px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__actions {
  width: min(100%, 330px);
  gap: 14px;
  margin-top: 38px;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__button {
  min-height: 62px;
  line-height: 1.2;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__phone {
  gap: 12px;
  margin-top: 46px;
}

.home-page .html-module .eo-r33-hero .eo-r33-hero__phone a {
  font-size: 20px;
  line-height: 1.3;
}

.home-page .html-module .eo-r33-hero #eo-r33-form-title.eo-r33-hero__form-title {
  margin: 24px 0 0;
  line-height: 1.18;
}

@media (max-width: 1279px) {
  .home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title {
    font-size: 48px;
    line-height: 1.18;
  }
}

@media (max-width: 767px) {
  .home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title {
    max-width: 480px;
    margin-top: 28px;
    font-size: clamp(32px, 9.1vw, 38px);
    line-height: 1.17;
    letter-spacing: -.015em;
  }

  .home-page .html-module .eo-r33-hero .eo-r33-hero__lead {
    max-width: 500px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.55;
  }

  .home-page .html-module .eo-r33-hero .eo-r33-hero__actions {
    width: min(100%, 360px);
    gap: 12px;
    margin-top: 34px;
  }

  .home-page .html-module .eo-r33-hero .eo-r33-hero__phone {
    margin-top: 44px;
  }

  .home-page .html-module .eo-r33-hero #eo-r33-form-title.eo-r33-hero__form-title {
    line-height: 1.18;
  }
}

@media (max-width: 359px) {
  .home-page .html-module .eo-r33-hero #eo-r33-hero-title.eo-r33-hero__title {
    font-size: 32px;
    line-height: 1.17;
  }
}
