.offerte-hero .main-slider-one__item {
  min-height: 650px;
}

.offerte-hero.offerte-single-hero .main-slider-one__item {
  display: flex;
  align-items: center;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  padding: 120px 0 55px;
}

.offerte-hero {
  --offerte-blue: #2265B1;
  overflow: hidden;
  isolation: isolate;
}

.offerte-hero .main-slider-one__item {
  overflow: hidden;
}

.offerte-hero .main-slider-one__bg {
  overflow: hidden;
}

.offerte-hero .main-slider-one__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offerte-hero .main-slider-one__item::after {
  opacity: 0.45;
}

.offerte-hero .main-slider-one__bg {
  opacity: 46%;
}

.offerte-hero .main-slider-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 21, 21, 0.52), rgba(21, 21, 21, 0.08));
}

.offerte-hero .main-slider-one__title span:first-child {
  color: var(--energia-green);
}

.offerte-single-hero .main-slider-one__title {
  max-width: 920px;
  margin-bottom: 14px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.96;
}

.offerte-single-hero .main-slider-one__title span:last-child {
  display: block;
  color: #fff;
}

.offerte-single-hero .offerte-hero__text {
  max-width: 620px;
  margin-top: 10px;
  font-size: 17px;
}

.offerte-single-hero .main-slider-one__btn {
  margin-top: 18px;
}

.offerte-hero__text {
  max-width: 660px;
  margin: 22px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
}

.offerte-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.offerte-hero__stat {
  min-width: 150px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.offerte-hero__stat strong {
  display: block;
  color: var(--energia-green);
  font-size: 28px;
  line-height: 1;
}

.offerte-hero__stat span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offerte-hero .main-slider-one__bg__shape {
  filter: hue-rotate(170deg) saturate(1.8) brightness(0.72);
  opacity: 1;
  transform: scale(1);
  animation: offerteHeroCircles 5s ease-out both;
}

.offerte-hero .main-slider-one__bg {
  transform: scale(1.08);
}

@keyframes offerteHeroCircles {
  from {
    opacity: 0;
    transform: scale(1.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.offers-page {
  background: #fff;
}

.offers-section {
  padding: 80px 0;
}

.offers-page .container {
  max-width: 1440px;
}

.offers-section--soft {
  background: #f7faf3;
}

.offers-coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 30px;
  align-items: center;
  padding: 32px;
  border-radius: 18px;
  background: #2265B1;
  color: #fff;
}

.offers-coupon__kicker,
.offers-filter__eyebrow,
.offer-detail__eyebrow {
  color: var(--energia-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.offers-coupon h2,
.offer-detail__title {
  margin: 8px 0 10px;
  color: #fff;
}

.offers-coupon p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.offers-coupon__form {
  display: flex;
  gap: 10px;
}

.offers-coupon__input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-transform: uppercase;
}

.offers-coupon__button,
.offers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: var(--energia-green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.offers-coupon__button:hover,
.offers-btn:hover {
  background: #6f9339;
  color: #fff;
}

.offers-coupon__result {
  margin-top: 30px;
}

.offers-coupon__message {
  margin: 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff3f0;
  color: #9a2f1f;
  font-weight: 700;
}

.offers-filter {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-end;
  margin-bottom: 32px;
}

.offers-filter h2 {
  margin: 8px 0 0;
}

.offers-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offers-tab {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #e4ecd8;
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-weight: 800;
  cursor: pointer;
}

.offers-tab.is-active,
.offers-tab:hover {
  background: var(--energia-green);
  border-color: var(--energia-green);
  color: #fff;
}

.offers100-tabs {
  position: sticky;
  top: 0;
  z-index: 30;
  margin: 0;
  border-radius: 0;
  background: #2265B1;
  box-shadow: 0 18px 42px rgba(16, 45, 79, .18);
}

.offers100-tabs .container {
  max-width: 1320px;
  padding: 0 15px;
}

.offers100-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}

.offers100-tabs button span {
  display: inline-flex;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.offers100-tabs button.is-active,
.offers100-tabs button:hover {
  background: rgba(255, 255, 255, .16);
}

.offers100-tabs__promo {
  margin-left: auto;
  border-left: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(135, 171, 66, .18) !important;
  color: #fff !important;
  font-weight: 900;
}

.offers100-tabs__promo::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
}

.offers100-tabs__promo.is-open,
.offers100-tabs__promo:hover {
  background: var(--energia-green) !important;
}

.offers-coupon-panel {
  display: none;
}

.offers-coupon-panel.is-open {
  display: block;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: clamp(18px, 2vw, 32px);
}

.offer-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #e4ecd8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(21, 21, 21, 0.08);
}

.offer-card__media {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: #151515;
}

.offer-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  opacity: 0.72;
}

.offer-card__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--energia-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.offer-card__pill {
  color: var(--energia-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card__title {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.12;
}

.offer-card__text {
  margin: 0 0 20px;
}

.offer-card__price {
  margin-top: auto;
  padding: 18px;
  border-radius: 12px;
  background: #f7faf3;
}

.offer-card__price-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card__price-value {
  display: block;
  color: #151515;
  font-weight: 900;
}

.offer-card__price-index {
  display: block;
  margin-bottom: 4px;
  color: #7c858c;
  font-size: 14px;
  font-weight: 800;
}

.offer-card__price-amount {
  display: block;
  color: #151515;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.offer-card__price-value small {
  font-size: 13px;
  font-weight: 700;
}

.offer-card__fee {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #dce8cf;
}

.offer-card__fee-label {
  color: #7c858c;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.offer-card__fee-value {
  flex-shrink: 0;
  color: var(--energia-green);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.offer-card__fee-value small {
  display: block;
  margin-top: 3px;
  color: #7c858c;
  font-size: 12px;
  font-weight: 800;
}

.offer-card__links {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.offer-card__links form {
  margin: 0;
}

.offer-card__link {
  border: 0;
  background: transparent;
  color: var(--energia-green);
  padding: 0;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.offer-card .disclaimer {
  display: none;
  margin: 12px 0 0;
  color: #7c858c;
  font-size: 12px;
  line-height: 1.5;
}

.offer-card .disclaimer.is-open {
  display: block;
}

.offer-card__footer {
  padding-top: 6px;
}

.offers-page .card {
  --accent: var(--energia-green);
  --accent-dark: #6f9339;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e4ecd8;
  border-radius: 18px;
  background: #fff;
  color: #151515;
  box-shadow: 0 18px 50px rgba(21, 21, 21, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offers-page .card.is-gas {
  --accent: #2265b1;
  --accent-dark: #174e8a;
}

.offers-page .card.is-business {
  --accent: #e07a2e;
  --accent-dark: #b95f1d;
}

.offers-page .card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent) 36%, transparent);
  box-shadow: 0 24px 60px rgba(21, 21, 21, 0.12);
}

.offers-page .card.is-featured {
  border-color: rgba(135, 171, 66, 0.5);
}

.offers-page .card.is-featured::after {
  content: "In evidenza";
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--energia-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offers-page .card-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  min-height: 190px;
  border-bottom: 1px solid #e4ecd8;
  background: radial-gradient(120% 110% at 100% 0%, #87ab42 0%, #5f7f2d 48%, #102d4f 100%);
}

.offers-page .card.is-gas .card-visual {
  background: radial-gradient(120% 110% at 100% 0%, #2265b1 0%, #174879 52%, #102d4f 100%);
}

.offers-page .card.is-business .card-visual {
  background: radial-gradient(120% 110% at 100% 0%, #f2a65a 0%, #e07a2e 48%, #7a3d0f 100%);
}

.offers-page .card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.offers-page .card-visual::before {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--accent) 62%, transparent) 0%, color-mix(in srgb, var(--accent) 22%, transparent) 38%, transparent 70%);
}

.offers-page .card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 33, 57, 0.18) 0%, rgba(23, 72, 121, 0.26) 45%, rgba(16, 45, 79, 0.5) 100%);
  pointer-events: none;
}

.offers-page .v-rays {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 22% 70%, rgba(255, 255, 255, 0.7) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 70% 35%, rgba(255, 255, 255, 0.72) 50%, transparent 51%);
}

.offers-page .v-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.offers-page .v-icon {
  flex-shrink: 0;
  font-size: 11px;
  color: #fff;
}

.offers-page .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 26px;
}

.offers-page .card-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offers-page .card-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 11px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.offers-page .card-pill::before {
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent);
}

.offers-page .card-title {
  margin: 0;
  color: #151515;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.01em;
  word-break: break-word;
}

.offers-page .card-lede {
  margin: 0;
  color: #5f6870;
  font-size: 14px;
  line-height: 1.55;
}

.offers-page .price {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e4ecd8;
  border-radius: 14px;
  background: #f7faf3;
}

.offers-page .price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.offers-page .price-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #151515;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offers-page .price-tag::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #2265B1;
}

.offers-page .price-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #7c858c;
  font-size: 12px;
  font-weight: 800;
}

.offers-page .info-i {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-left: 6px;
  border-radius: 50%;
  background: #2265B1;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
  cursor: help;
}

.offers-page .info-tip {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: calc(100% + 8px);
  width: min(260px, 70vw);
  padding: 11px 12px;
  border-radius: 8px;
  background: #151515;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: 0.2s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.offers-page .price-info:hover .info-tip {
  opacity: 1;
  transform: translateY(0);
}

.offers-page .price-variabile {
  margin-bottom: 12px;
  color: #5f6870;
  font-size: 13px;
  font-weight: 800;
}

.offers-page .fasce {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.offers-page .fascia,
.offers-page .price-single {
  border: 1px solid #dce8cf;
  border-radius: 10px;
  background: #fff;
}

.offers-page .fascia {
  min-width: 0;
  padding: 10px 6px;
  text-align: center;
}

.offers-page .fascia-label {
  margin-bottom: 3px;
  color: #2265B1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.offers-page .fascia-formula {
  margin-bottom: 2px;
  color: #7c858c;
  font-size: 10px;
  font-weight: 800;
}

.offers-page .fascia-value {
  color: #151515;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.offers-page .fascia-unit {
  margin-top: 2px;
  color: #7c858c;
  font-size: 10px;
  font-weight: 700;
}

.offers-page .price-single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  flex-wrap: wrap;
}

.offers-page .price-single-label {
  color: #2265B1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offers-page .price-single-value {
  display: block;
  color: #151515;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
  text-align: left;
  white-space: normal;
}

.offers-page .formula {
  display: block;
  margin: 0 0 4px;
  color: #7c858c;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.offers-page .price-single-value .unit {
  margin-left: 4px;
  color: #7c858c;
  font-size: 12px;
  font-weight: 800;
}

.offers-page .price-fee {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #dce8cf;
  flex-wrap: wrap;
}

.offers-page .price-fee-label {
  flex: 1;
  min-width: 180px;
  color: #5f6870;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.offers-page .price-fee-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  color: var(--accent);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.offers-page .price-fee-value .amount {
  font-size: 26px;
  letter-spacing: -0.02em;
}

.offers-page .price-fee-value .unit {
  color: #7c858c;
  font-size: 12px;
  font-weight: 800;
}

.offers-page .details-toggle {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f6870;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.offers-page .details-toggle:hover {
  color: var(--accent);
}

.offers-page .chev {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s ease;
}

.offers-page .details-toggle.is-open .chev {
  transform: rotate(180deg);
}

.offers-page .disclaimer {
  display: none;
  margin: 0;
  color: #7c858c;
  font-size: 12px;
  line-height: 1.55;
}

.offers-page .disclaimer.is-open {
  display: block;
}

.offers-page .linkrow {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e4ecd8;
}

.offers-page .linkrow form {
  margin: 0;
}

.offers-page .linkrow-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #151515;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.offers-page .linkrow-item:hover {
  color: var(--accent);
}

.offers-page .glyph {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #2265B1;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.offers-page .linkrow-item.is-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--accent);
}

.offers-page .card-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 26px 26px;
}

.offers-page .cta-meta {
  color: #7c858c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offers-page .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.offers-page .cta-btn:hover {
  background: var(--accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.offers-page .arrow {
  transition: transform 0.2s ease;
}

.offers-page .cta-btn:hover .arrow {
  transform: translateX(3px);
}

.offer-single-page {
  --single-blue: #2265B1;
  --single-green: #87ab42;
  background: #fff;
  color: #151515;
}

.offer-single-page .detail {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 64px) clamp(16px, 2.5vw, 40px) clamp(52px, 5vw, 84px);
}

.offer-single-page .back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(14px, 1.4vw, 20px);
  color: #5f6870;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.offer-single-page .back-link::before {
  content: "<-";
}

.offer-single-page .back-link:hover {
  color: var(--single-green);
}

.offer-single-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(14px, 1.4vw, 20px);
  color: var(--single-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-single-page .hero-eyebrow::before {
  content: "";
  width: clamp(20px, 2vw, 32px);
  height: 1px;
  background: var(--single-green);
}

.offer-single-page .hero-eyebrow b {
  color: #151515;
}

.offer-single-page .detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(22px, 2.6vw, 42px);
  align-items: start;
}

.offer-single-page .hero-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid #e4ecd8;
  border-radius: 18px;
  background: radial-gradient(120% 100% at 100% 0%, #2265B1 0%, #174879 45%, #102d4f 100%);
  box-shadow: 0 20px 60px rgba(21, 21, 21, 0.12);
}

.offer-single-page .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
  mix-blend-mode: screen;
}

.offer-single-page .hero-media .ray {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 50% at 18% 28%, rgba(135, 171, 66, 0.62) 0%, rgba(135, 171, 66, 0.18) 40%, transparent 70%),
    radial-gradient(35% 45% at 78% 76%, rgba(34, 101, 177, 0.45) 0%, transparent 60%);
}

.offer-single-page .expand-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.offer-single-page .hero-title {
  position: absolute;
  left: clamp(18px, 3vw, 40px);
  bottom: clamp(18px, 3vw, 40px);
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.42);
}

.offer-single-page .hero-lede {
  max-width: 760px;
  margin: clamp(18px, 1.8vw, 28px) 0 clamp(14px, 1.4vw, 22px);
  color: #151515;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  font-weight: 700;
}

.offer-single-page .hero-body {
  max-width: 820px;
  margin: 0;
  color: #5f6870;
  font-size: 16px;
  line-height: 1.75;
}

.offer-single-page .offer-card {
  position: sticky;
  top: clamp(86px, 8vw, 110px);
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(135, 171, 66, 0.38);
  border-radius: 18px;
  background: #151515;
  color: #fff;
  box-shadow: 0 22px 56px rgba(21, 21, 21, 0.2);
}

.offer-single-page .offer-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.offer-single-page .offer-monitor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--single-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-single-page .offer-kind {
  color: var(--single-green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-single-page .offer-title {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.offer-single-page .offer-desc {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.offer-single-page .price-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.offer-single-page .price-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.offer-single-page .price-row .label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.offer-single-page .price-row .label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--single-green);
}

.offer-single-page .formula {
  display: block;
  margin: 0;
  color: var(--single-green);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.005em;
  white-space: normal;
}

.offer-single-page .unit {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
}

.offer-single-page .fee-list {
  margin-top: 20px;
}

.offer-single-page .fee-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}

.offer-single-page .fee-row:last-of-type {
  border-bottom: 0;
}

.offer-single-page .fee-label {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.offer-single-page .fee-value {
  color: #fff;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.offer-single-page .amount {
  color: var(--single-green);
  font-size: 24px;
  letter-spacing: -0.02em;
}

.offer-single-page .cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--single-green);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.offer-single-page .cta-primary:hover {
  background: #6f9339;
  transform: translateY(-1px);
}

.offer-single-page .offer-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
}

.offer-single-page .offer-meta .row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.offer-single-page .offer-meta .row::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(135, 171, 66, 0.18);
}

.offer-single-page .small-print {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.55;
}

.offer-single-page .band {
  padding: clamp(48px, 5vw, 84px) clamp(16px, 2.5vw, 40px);
}

.offer-single-page .howband {
  border-block: 1px solid #e4ecd8;
  background: #f7faf3;
}

.offer-single-page .band-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.offer-single-page .band-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 2.6vw, 40px);
  flex-wrap: wrap;
}

.offer-single-page .band-eyebrow {
  margin: 0 0 10px;
  color: var(--single-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.offer-single-page .band-title {
  max-width: 18ch;
  margin: 0;
  color: #151515;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.offer-single-page .band-sub {
  max-width: 42ch;
  margin: 0;
  color: #5f6870;
  font-size: 16px;
}

.offer-single-page .steps,
.offer-single-page .docs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(14px, 1.4vw, 22px);
}

.offer-single-page .step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 1.8vw, 28px);
  border: 1px dashed #dce8cf;
  border-radius: 18px;
  background: #fff;
}

.offer-single-page .step-num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(135, 171, 66, 0.3);
  border-radius: 10px;
  background: rgba(135, 171, 66, 0.12);
  color: var(--single-green);
  font-weight: 900;
}

.offer-single-page .step h4 {
  margin: 0;
  color: #151515;
  font-size: 20px;
  font-weight: 900;
}

.offer-single-page .step p {
  margin: 0;
  color: #5f6870;
  font-size: 14px;
  line-height: 1.55;
}

.offer-single-page .formula-tag {
  align-self: flex-start;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #e4ecd8;
  border-radius: 8px;
  background: #f7faf3;
  color: var(--single-blue);
  font-size: 13px;
  font-weight: 900;
}

.offer-single-page .doc {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #e4ecd8;
  border-radius: 14px;
  background: #fff;
  color: #151515;
  cursor: pointer;
  transition: 0.2s ease;
}

.offer-single-page .doc:hover {
  border-color: rgba(135, 171, 66, 0.44);
  box-shadow: 0 16px 40px rgba(21, 21, 21, 0.08);
}

.offer-single-page .doc .ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--single-blue);
  color: #fff;
  font-weight: 900;
}

.offer-single-page .doc .label {
  color: #151515;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
}

.offer-single-page .doc .label small {
  display: block;
  margin-top: 3px;
  color: #7c858c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-single-page .doc .dl {
  margin-left: auto;
  color: var(--single-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-single-page .cta-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 2vw, 40px);
  align-items: center;
  padding: clamp(28px, 3vw, 48px);
  border: 1px solid rgba(135, 171, 66, 0.36);
  border-radius: 18px;
  background: linear-gradient(135deg, #2265B1 0%, #174879 100%);
  color: #fff;
}

.offer-single-page .cta-strip h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.1;
  font-weight: 900;
}

.offer-single-page .cta-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.offer-single-page .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.offer-single-page .btn-gold,
.offer-single-page .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}

.offer-single-page .btn-gold {
  background: var(--single-green);
  color: #fff;
}

.offer-single-page .btn-ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.offer-detail {
  padding: 80px 0;
}

.offer-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 440px);
  gap: 36px;
  align-items: start;
}

.offer-detail__media {
  overflow: hidden;
  border-radius: 18px;
  background: #151515;
}

.offer-detail__media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  opacity: 0.8;
}

.offer-detail__title {
  color: #151515;
  font-size: 50px;
  line-height: 1.05;
}

.offer-detail__lead {
  max-width: 760px;
  font-size: 20px;
}

.offer-detail__box {
  position: sticky;
  top: 110px;
  padding: 28px;
  border-radius: 18px;
  background: #151515;
  color: #fff;
}

.offer-detail__price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offer-detail__price-row strong {
  color: var(--energia-green);
}

.offers-docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.offers-docs form {
  margin: 0;
}

.offers-docs button,
.offers-docs a {
  width: 100%;
  min-height: 54px;
  border: 1px solid #e4ecd8;
  border-radius: 10px;
  background: #fff;
  color: #151515;
  font-weight: 800;
}

.small-print {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offers-coupon,
  .offer-detail__grid,
  .offer-single-page .detail-grid {
    grid-template-columns: 1fr;
  }

  .offer-single-page .offer-card {
    position: relative;
    top: auto;
  }

  .offer-single-page .cta-strip {
    grid-template-columns: 1fr;
  }

  .offer-single-page .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .offerte-hero .main-slider-one__item {
    min-height: 560px;
  }

  .offerte-hero.offerte-single-hero .main-slider-one__item {
    height: 430px;
    min-height: 430px;
    max-height: 430px;
    padding: 96px 0 42px;
  }

  .offerte-single-hero .main-slider-one__title {
    font-size: 36px;
    line-height: 1;
  }

  .offerte-single-hero .offerte-hero__text {
    font-size: 15px;
  }

  .offers-grid,
  .offers-docs {
    grid-template-columns: 1fr;
  }

  .offers-filter,
  .offers-coupon__form {
    align-items: stretch;
    flex-direction: column;
  }

  .offers100-tabs__promo {
    margin-left: 0;
  }

  .offer-single-page .detail {
    padding-top: 34px;
  }

  .offer-single-page .hero-media {
    aspect-ratio: 4 / 5;
  }

  .offer-single-page .hero-title {
    font-size: 42px;
  }

  .offer-single-page .fee-row,
  .offer-single-page .doc,
  .offer-single-page .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .offer-single-page .fee-value {
    text-align: left;
  }

  .offer-single-page .doc .dl {
    margin-left: 0;
  }

  .offer-single-page .btn-gold,
  .offer-single-page .btn-ghost {
    width: 100%;
  }
}
