.aroma-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 28px;
  font-weight: 500;
}

.aroma-subtitle {
  text-align: center;
  color: #9f9f9f;
  font-size: 20px;
  margin-bottom: 32px;
}

.aroma-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  color: #111;
}

.aroma-card {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  flex: 1 1 calc(33.333% - 16px);
  box-sizing: border-box;
  min-width: 280px;
}

.aroma-card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #342c28;
}

.aroma-divider {
  background: #ff6e24;
  width: 100%;
  height: 2px;
  margin: 8px 0 12px 0;
}

.aroma-text {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}

.aroma-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 160px;
}

.aroma-button {
  background: #ff6e24;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  width: calc(33.333% - 16px);
  min-width: 280px;
}

.mb-80 {
  margin-bottom: 80px;
}

.aroma-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  color: #4a4a4a;
  margin: 24px 0 120px 0;
  align-items: start;
}

.aroma-column {
  width: 100%;
  box-sizing: border-box;
}

.aroma-heading {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 32px 0;
}

.aroma-card1 {
  background: #fff;
  padding: clamp(16px, 1.8vw, 24px);
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.aroma-row {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 18px;
  line-height: 1.35;
}

.aroma-percent {
  color: #ff6e24;
  font-weight: 600;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  white-space: nowrap;
  font-size: clamp(24px, 3.2vw, 42px);
  flex-shrink: 0;
}

.aroma-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.aroma-img-margin {
  margin-top: 16px;
}

.aroma-compare-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin: 24px 0 160px;
}

.aroma-compare-col {
  flex: 0 0 32%;
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-sizing: border-box;
}

.aroma-compare-main {
  background: #ff6e24;
  color: #fff;
}

.aroma-compare-secondary {
  color: #4a4a4a;
}

.aroma-compare-header {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.aroma-compare-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.4;
}

.aroma-compare-button {
  margin-top: 24px;
  background: #fff;
  padding: 16px 12px;
  border-radius: 10px;
  width: 100%;
  color: #ff6e24;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.aroma-select-subtitle {
  text-align: center;
  color: #9f9f9f;
  font-size: 20px;
  margin-bottom: 24px;
  padding: 0 24% 0 24%;
}

.aroma-select-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  max-width: 100%;
}

.aroma-select-button-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 48px;
  color: #111;
}

.aroma-select-cta {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.aroma-select-button {
  background: #ff6e24;
  padding: 16px 12px;
  border-radius: 10px;
  width: 33.3%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.aroma-select-title-second {
  text-align: center;
  font-size: 42px;
  margin-top: 128px;
  font-weight: 500;
}

.aroma-select-highlight {
  color: #ff6e24;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: -24px;
  font-weight: 600;
}

.aroma-select-note {
  color: #9f9f9f;
  font-size: 20px;
  text-align: center;
  margin-bottom: 64px;
  padding: 0 24% 0 24%;
  font-weight: 500;
}

.blockDop {
  height: 20px;
}

.aroma-picture {
  display: block;
}

.choose-v2 {
  background: var(--bg-dark);
  color: var(--white);
  padding: 0;
}

.choose-v2__title {
  margin: 0 0 8px;
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(26px, 2.6vw, 46px);
}

.choose-v2__subtitle {
  margin: 0 auto clamp(18px, 3vw, 28px);
  text-align: center;
  opacity: 0.9;
  max-width: 820px;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.5;
}

.choose-v2__stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: clamp(520px, 56vw, 650px);
}

.choose-v2__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  max-width: 50vw;
  height: auto;
  display: block;
}

.choose-v2__note {
  position: absolute;
  width: clamp(260px, 28vw, 360px);
  max-width: 36%;
  color: #9b9b9b;
}

.choose-v2__note h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  color: white;
}

.choose-v2__note p {
  margin: 0;
  opacity: 0.9;
  line-height: 1.45;
  font-size: clamp(14px, 1.05vw, 18px);
}

.choose-v2__note--left {
  left: 0;
  top: 90px;
}

.choose-v2__note--right {
  right: 0;
  top: 110px;
}

.choose-v2__note--bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: clamp(320px, 36vw, 420px);
  max-width: 48%;
}

.choose-v2__btn {
  margin: clamp(18px, 3vw, 28px) auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 24px;
  border-radius: 12px;
  background: #ff6e24;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.choose-mob {
  display: none;
}

@media (max-width: 1024px) {
  .aroma-card {
    flex: 1 1 calc(50% - 12px);
  }

  .aroma-flex {
    grid-template-columns: 1fr 1fr;
    margin: 24px 0 96px 0;
  }

  .aroma-column:first-child {
    grid-column: 1 / -1;
  }

  .aroma-row {
    gap: 14px;
  }

  .aroma-compare-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aroma-compare-wrapper {
    gap: 16px;
    margin: 0 0 80px;
  }

  .aroma-compare-header {
    font-size: 22px;
  }

  .aroma-compare-item {
    font-size: 16px;
  }

  .aroma-select-button {
    width: 100%;
  }

  .aroma-select-button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .aroma-select-button-wrapper > div {
    display: none;
  }
}

@media (max-width: 996.98px) {
  .choose-v2__stage,
  #choose-v2 {
    display: none;
  }

  .choose-mob {
    display: block;
    padding: 12px 0 12px 12px;
    width: calc(100% + 12px);
  }

  .choose-mob__title {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    width: calc(100% - 24px);
  }

  .choose-mob__subtitle {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.45;
    color: #9b9b9b;
    text-align: center;
    width: calc(100% - 24px);
  }

  .choose-mob__stage {
    position: relative;
    padding: 6px 0 0;
    min-height: 540px;
  }

  .choose-v2__btn {
    width: calc(100% - 24px);
    height: 48px;
    padding: 0 12px;
  }

  .choose-mob__img {
    position: absolute;
    right: 0;
    top: 130px;
    width: 160px;
    height: auto;
    user-select: none;
    pointer-events: none;
  }

  .choose-mob__block {
    max-width: 72%;
    margin: 18px 0;
    color: #fff;
  }

  .choose-mob__block h3,
  .choose-mob__block_2 h3,
  .choose-mob__block_3 h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
  }

  .choose-mob__block p,
  .choose-mob__block_2 p,
  .choose-mob__block_3 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #9b9b9b;
  }

  .choose-mob__block_2 {
    max-width: 46%;
    margin: 18px 0;
    color: #fff;
  }

  .choose-mob__block_3 {
    max-width: 50%;
    margin: 18px 0;
    color: #fff;
  }

  .choose-mob__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 48px;
    margin-top: 14px;
    border-radius: 12px;
    background: #ff6e25;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }
}

@media (max-width: 768px) {
  .aroma-title {
    font-size: 28px;
    margin-bottom: 38px;
  }

  .aroma-subtitle {
    font-size: 18px;
  }

  .aroma-card-title {
    font-size: 20px;
  }

  .aroma-text {
    font-size: 16px;
  }

  .aroma-card {
    flex: 1 1 100%;
  }

  .aroma-button {
    background: #ff6e24;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }

  .aroma-grid {
    gap: 8px;
    margin-bottom: 8px;
  }

  .aroma-button-wrapper {
    margin-top: 8px;
    margin-bottom: 80px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  .aroma-flex {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 16px 0 64px 0;
  }

  .aroma-heading {
    color: #9b9b9b;
    text-align: center;
    margin-bottom: 24px;
  }

  .aroma-card1 {
    margin-bottom: 12px;
  }

  .aroma-row {
    gap: 16px;
    font-size: 16px;
  }

  .aroma-select-title-second {
    font-size: 28px;
    margin-top: 80px;
  }

  .aroma-select-subtitle,
  .aroma-select-highlight {
    font-size: 18px;
  }

  .aroma-select-highlight {
    margin-bottom: 24px;
    margin-top: -12px;
    font-weight: 600;
    padding: 0 12% 0 12%;
  }

  .aroma-select-subtitle {
    max-width: 100%;
  }

  .aroma-select-note {
    padding: 0;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .blockDop {
    height: 17px;
  }
}

@media (max-width: 480px) {
  .aroma-card1 {
    padding: 14px;
  }

  .aroma-percent {
    font-size: clamp(22px, 7vw, 28px);
    max-width: 105px;
    width: 100%;
  }

  .aroma-compare-button {
    font-size: 18px;
    padding: 12px;
  }
}
