.eo-booster-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 78px;
  background:
    radial-gradient(circle at 18% 18%, rgba(62, 194, 183, 0.14), transparent 34%),
    radial-gradient(circle at 86% 32%, rgba(46, 110, 207, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.eo-booster-hero__layout {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 52px;
  align-items: center;
}

.eo-booster-hero__content {
  position: relative;
  z-index: 2;
}

.eo-booster-hero .eo-h1 span {
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eo-booster-hero__content .eo-lead + .eo-lead {
  margin-top: 16px;
}

.eo-booster-hero__highlights {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  max-width: 680px;
}

.eo-booster-hero__highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #10243f;
  font-weight: 800;
  font-size: 17px;
}

.eo-booster-hero__highlight span {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 22px;
  position: relative;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 10px 24px rgba(46, 110, 207, 0.18);
}

.eo-booster-hero__highlight span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.eo-booster-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.eo-booster-text-link {
  color: #17345d;
  font-weight: 900;
  text-decoration: none;
}

.eo-booster-text-link:hover {
  color: #2e6ecf;
}

.eo-booster-hero__visual {
  position: relative;
  z-index: 1;
}

.eo-booster-giraffe-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  border-radius: 46px;
  background:
    radial-gradient(circle at 52% 42%, rgba(255,255,255,0.96), rgba(255,255,255,0.72) 42%, rgba(255,255,255,0) 70%),
    linear-gradient(135deg, rgba(62,194,183,0.16), rgba(46,110,207,0.14));
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 32px 90px rgba(15,23,42,0.12);
  overflow: hidden;
}

.eo-booster-giraffe-stage__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62,194,183,0.22), rgba(46,110,207,0.08), transparent 68%);
  filter: blur(2px);
}

.eo-booster-giraffe-stage > img {
  position: relative;
  z-index: 2;
  height: auto;
}

.eo-flexy-note {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 20px 52px rgba(15,23,42,0.11);
}

.eo-flexy-note__avatar {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(62,194,183,0.16), rgba(46,110,207,0.14));
}

.eo-flexy-note__avatar img {
  width: 72px;
  max-width: none;
  filter: drop-shadow(0 10px 16px rgba(15,23,42,0.18));
}

.eo-flexy-note strong {
  display: block;
  color: #10243f;
  font-size: 18px;
  margin-bottom: 4px;
}

.eo-flexy-note span {
  display: block;
  color: #52647c;
  line-height: 1.45;
  font-weight: 700;
}

.eo-flexy-note--hero {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  max-width: 380px;
  backdrop-filter: blur(14px);
}

.eo-flexy-note--wide {
  max-width: 860px;
  margin: 32px auto 0;
}

.eo-flexy-note--process {
  margin-top: 28px;
}

.eo-booster-intro {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 46px;
  align-items: center;
}

.eo-booster-intro__content .eo-text + .eo-text {
  margin-top: 16px;
}

.eo-booster-aha-box {
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.16), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 28px 75px rgba(15,23,42,0.1);
}

.eo-booster-aha-box span {
  display: inline-block;
  color: #2e6ecf;
  font-weight: 900;
  margin-bottom: 12px;
}

.eo-booster-aha-box strong {
  display: block;
  color: #071b36;
  font-size: 30px;
  line-height: 1.16;
  margin-bottom: 16px;
}

.eo-booster-aha-box p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

.eo-section--soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(62,194,183,0.08), transparent 28%),
    #f7fbff;
}

.eo-booster-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.eo-booster-premium-card {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 22px 55px rgba(15,23,42,0.08);
  transition: all .25s ease;
}

.eo-booster-premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 75px rgba(15,23,42,0.12);
}

.eo-booster-premium-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 18px 40px rgba(46,110,207,0.18);
}

.eo-booster-premium-card__icon svg {
  width: 28px;
  height: 28px;
}

.eo-booster-premium-card h3 {
  margin-bottom: 10px;
  color: #10243f;
  font-size: 21px;
}

.eo-booster-premium-card p {
  color: #52647c;
  line-height: 1.6;
  margin: 0;
}

.eo-booster-process {
  padding: 54px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 0%, rgba(62,194,183,0.14), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 28px 75px rgba(15,23,42,0.08);
}

.eo-booster-process__head {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 42px;
  align-items: end;
}

.eo-booster-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.eo-booster-process__steps article {
  padding: 24px;
  border-radius: 26px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-booster-process__steps span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
}

.eo-booster-process__steps strong {
  display: block;
  color: #10243f;
  font-size: 18px;
  margin-bottom: 8px;
}

.eo-booster-process__steps p {
  margin: 0;
  color: #52647c;
  line-height: 1.4;
}

.eo-booster-case-grid {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.eo-booster-case {
  padding: 30px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 24px 65px rgba(15,23,42,0.08);
}

.eo-booster-case__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.eo-booster-case__top span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #2e6ecf;
  font-weight: 900;
  font-size: 13px;
}

.eo-booster-case__top h3 {
  margin: 0;
  color: #10243f;
  font-size: 24px;
}

.eo-booster-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.eo-booster-before-after div {
  padding: 24px;
  border-radius: 24px;
  background: #f8fbff;
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-booster-before-after div:last-child {
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.13), transparent 34%),
    #fff;
  border-color: rgba(46,110,207,0.12);
}

.eo-booster-before-after strong {
  display: block;
  margin-bottom: 8px;
  color: #10243f;
  font-size: 18px;
}

.eo-booster-before-after p {
  margin: 0;
  color: #52647c;
  line-height: 1.6;
}

.eo-booster-case__impact {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(62,194,183,0.12), rgba(46,110,207,0.1));
}

.eo-booster-case__impact span {
  display: block;
  color: #2e6ecf;
  font-weight: 900;
  margin-bottom: 4px;
}

.eo-booster-case__impact strong {
  color: #10243f;
  font-size: 19px;
}

.eo-booster-mascot {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 54px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 50%, rgba(62,194,183,0.12), transparent 34%),
    #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 28px 75px rgba(15,23,42,0.08);
}

.eo-booster-mascot__image {
  display: grid;
  place-items: center;
  min-height: 340px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(62,194,183,0.12), rgba(46,110,207,0.1));
  overflow: hidden;
}

.eo-booster-mascot__image img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(15,23,42,0.2));
}

.eo-booster-mascot__content .eo-text + .eo-text {
  margin-top: 14px;
}

.eo-booster-mascot__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.eo-booster-mascot__tags span,
.eo-booster-final-cta__facts span {
  padding: 10px 15px;
  border-radius: 999px;
  background: #f3f8ff;
  color: #17345d;
  font-weight: 900;
}

.eo-booster-comparison {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 44px;
  align-items: center;
}

.eo-booster-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.eo-booster-comparison__grid article {
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  box-shadow: 0 20px 52px rgba(15,23,42,0.08);
}

.eo-booster-comparison__grid article span {
  display: block;
  color: #10243f;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 18px;
}

.eo-booster-comparison__grid ul {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.eo-booster-comparison__grid li {
  position: relative;
  padding-left: 30px;
  color: #52647c;
  line-height: 1.5;
  font-weight: 700;
}

.eo-booster-comparison__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e5ebf3;
}

.eo-booster-comparison__highlight {
  background:
    radial-gradient(circle at 100% 0%, rgba(62,194,183,0.14), transparent 34%),
    #fff !important;
  border-color: rgba(46,110,207,0.14) !important;
}

.eo-booster-comparison__highlight li::before {
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
}

.eo-booster-final-cta {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 46px;
  align-items: center;
  padding: 64px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 10%, rgba(62,194,183,0.22), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(46,110,207,0.16), transparent 36%),
    #fff;
  box-shadow: 0 30px 85px rgba(15,23,42,0.11);
  border: 1px solid rgba(15,23,42,0.06);
}

.eo-booster-final-cta__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.eo-booster-final-cta__action {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.eo-booster-final-cta__action small {
  color: #64748b;
  line-height: 1.5;
}

/* Premium showcase section */
.eo-booster-showcase .eo-container {
  position: relative;
  z-index: 1;
}

.eo-booster-showcase__head {
  max-width: 920px;
  margin: 0 auto 44px;
  text-align: center;
}

.eo-booster-showcase__head .eo-text {
  margin-left: auto;
  margin-right: auto;
}

.eo-booster-showcase__proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.eo-booster-showcase__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid rgba(46, 110, 207, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #344054;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(16, 32, 70, .06);
}

.eo-booster-showcase__proof span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 0 0 5px rgba(62, 194, 183, .12);
}

.eo-booster-case-grid--premium {
  display: grid;
  gap: 28px;
}

.eo-booster-case--premium {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: 0;
  border: 1px solid rgba(46, 110, 207, .14);
  border-radius: 32px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(16, 32, 70, .12);
  backdrop-filter: blur(16px);
}

.eo-booster-case__brand-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(62, 194, 183, .22), transparent 34%),
    linear-gradient(160deg, rgba(238, 247, 252, .96), rgba(255, 255, 255, .78));
  border-right: 1px solid rgba(46, 110, 207, .10);
}

.eo-booster-case__kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #2e6ecf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(16, 32, 70, .08);
}

.eo-booster-case__kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3ec2b7;
}

.eo-booster-case__logo-card {
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(46, 110, 207, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 32, 70, .10);
}

.eo-booster-case__logo-card img {
  display: block;
  max-width: 190px;
  max-height: 58px;
  object-fit: contain;
}

.eo-booster-case__customer span {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.eo-booster-case__customer strong {
  display: block;
  color: #07142d;
  font-size: 20px;
  line-height: 1.24;
}

.eo-booster-case__customer small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.eo-booster-case__content-panel {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.eo-booster-case__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.eo-booster-case__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(46, 110, 207, .22);
}

.eo-booster-case__title span {
  display: block;
  margin-bottom: 6px;
  color: #2e6ecf;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.eo-booster-case__title h3 {
  margin: 0;
  color: #07142d;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.eo-booster-before-after--premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.eo-booster-ba-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(46, 110, 207, .11);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 32, 70, .07);
}

.eo-booster-ba-card--after {
  background:
    linear-gradient(135deg, rgba(62, 194, 183, .10) 0%, rgba(46, 110, 207, .08) 100%),
    #fff;
}

.eo-booster-ba-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.eo-booster-ba-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #2e6ecf;
  background: rgba(46, 110, 207, .08);
}

.eo-booster-ba-card--after .eo-booster-ba-card__icon {
  color: #0d9287;
  background: rgba(62, 194, 183, .14);
}

.eo-booster-ba-card__icon svg {
  width: 20px;
  height: 20px;
}

.eo-booster-ba-card strong {
  color: #07142d;
  font-size: 15px;
  font-weight: 900;
}

.eo-booster-ba-card p {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.62;
}

.eo-booster-case__impact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(62, 194, 183, .13) 0%, rgba(46, 110, 207, .12) 100%);
  border: 1px solid rgba(46, 110, 207, .10);
}

.eo-booster-case__impact-badge {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #3ec2b7 0%, #2e6ecf 100%);
  box-shadow: 0 16px 30px rgba(46, 110, 207, .20);
}

.eo-booster-case__impact-badge svg {
  width: 22px;
  height: 22px;
}

.eo-booster-case__impact span {
  display: block;
  margin-bottom: 4px;
  color: #2e6ecf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.eo-booster-case__impact strong {
  display: block;
  color: #07142d;
  font-size: 17px;
  line-height: 1.35;
}

.eo-booster-case__link-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.eo-booster-case__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2e6ecf;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.eo-booster-case__link svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.eo-booster-case__link:hover svg {
  transform: translateX(3px);
}

.eo-booster-case__link:hover {
  color: #174ea6;
}

.eo-booster-case__tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 20, 45, .04);
  color: #475467;
  font-size: 13px;
  font-weight: 800;
}

.eo-flexy-note--showcase {
  max-width: 720px;
  margin: 34px auto 0;
  box-shadow: 0 18px 44px rgba(16, 32, 70, .11);
}

@media (max-width: 1100px) {
  .eo-booster-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .eo-booster-hero {
    padding: 15px 0;
  }

  .eo-booster-hero__layout,
  .eo-booster-intro,
  .eo-booster-process__head,
  .eo-booster-mascot,
  .eo-booster-comparison,
  .eo-booster-final-cta {
    grid-template-columns: 1fr;
  }

  .eo-booster-giraffe-stage {
    min-height: 440px;
  }

  .eo-booster-premium-grid,
  .eo-booster-comparison__grid {
    grid-template-columns: 1fr;
  }

  .eo-booster-process,
  .eo-booster-mascot,
  .eo-booster-final-cta {
    padding: 34px;
    border-radius: 32px;
  }

  .eo-booster-before-after {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .eo-booster-case--premium {
    grid-template-columns: 1fr;
  }

  .eo-booster-case__brand-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(46, 110, 207, .10);
  }
}

@media (max-width: 700px) {
  .eo-booster-showcase__head {
    margin-bottom: 30px;
    text-align: left;
  }

  .eo-booster-showcase__proof {
    justify-content: flex-start;
  }

  .eo-booster-case__brand-panel,
  .eo-booster-case__content-panel {
    padding: 22px;
  }

  .eo-booster-case__topline,
  .eo-booster-before-after--premium,
  .eo-booster-case__impact {
    grid-template-columns: 1fr;
  }

  .eo-booster-case__topline {
    display: grid;
  }

  .eo-booster-case__number {
    display: none;
    width: 42px;
  }

  .eo-booster-ba-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .eo-booster-giraffe-stage {
    min-height: 390px;
    border-radius: 30px;
    align-items: start;
    padding-top: 18px;
  }

  .eo-booster-giraffe-stage > img {
    width: 118%;
    transform: rotate(-2deg) translateX(2%);
  }

  .eo-flexy-note {
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .eo-flexy-note__avatar {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .eo-flexy-note__avatar img {
    width: 55px;
  }

  .eo-flexy-note strong {
    font-size: 16px;
  }

  .eo-flexy-note span {
    font-size: 14px;
  }

  .eo-flexy-note--hero {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    width: calc(100% - 28px);
    margin: -8px auto 18px;
  }

  .eo-booster-process__steps {
    grid-template-columns: 1fr;
  }

  .eo-booster-process,
  .eo-booster-mascot,
  .eo-booster-final-cta,
  .eo-booster-case {
    padding: 24px;
  }

  .eo-booster-aha-box,
  .eo-booster-premium-card,
  .eo-booster-before-after div,
  .eo-booster-comparison__grid article {
    padding: 22px;
  }

  .eo-booster-aha-box strong {
    font-size: 24px;
  }

  .eo-booster-mascot__image {
    min-height: 250px;
  }

  .eo-booster-mascot__image img {
    width: 115%;
  }
}