.offer-hero__main,.offer-hero__side{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}

.crumbs{
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.crumbs a{
  text-decoration: none;
}

.offer-title{
  margin: 8px 0 10px;
  font-size: 34px;
  line-height: 1.15;
}

.badge{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 13px;
}

.badge-muted{
  color: var(--muted);
}

.offer-note{
  margin: 0;
}

.offer-box__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.offer-box__row:last-of-type{
  border-bottom: none;
}

.offer-box__btn{
  width: 100%;
  margin-top: 12px;
}

.offer-box__disc{
  margin-top: 12px;
}

.disc-toggle{
  all: unset;
  cursor: pointer;
  color: var(--muted);
  text-decoration: underline;
}

.disc-body{
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,255,255,.03);
}

.offer-content{
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 16px;
  margin-top: 16px;
}

.offer-content__main,.offer-content__side{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prose p{
  margin: 0 0 12px;
}

.faq details{
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,255,255,.02);
}

.faq summary{
  cursor: pointer;
  font-weight: 700;
}

.side-card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
}

.side-card h3{
  margin: 0 0 8px;
}

@media (max-width: 900px){
.offer-hero,.offer-content{
    grid-template-columns: 1fr;
  }

.offer-title{
    font-size: 28px;
  }
}

.finr-kv{
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.finr-kv__row{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.finr-kv__row:first-child{
  border-top: 0;
}

.finr-kv__k{
  font-weight: 700;
}

.finr-kv__v{
  color: var(--muted);
}

.finr-reviews__list{
  display: grid;
  gap: 12px;
}

.finr-review{
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
}

.finr-review__head{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.finr-review__text{
  margin: 10px 0 0;
  color: var(--muted);
}

.offer-hero{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 16px;
}

.offer-hero__head{
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  background: var(--card,#fff);
  border: 1px solid var(--line, rgba(40,54,94,.14));
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 66px 1fr minmax(220px,320px);
  grid-template-areas: "logo title cta"
    "logo desc  cta"
    "logo meta  cta"
    ".    badge badge";
  gap: 12px 14px;
  align-items: start;
  box-shadow: none;
  margin: 0;
}

.offer-hero__head > img{
  grid-area: logo;
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(40,54,94,.10);
  padding: 4px;
  object-fit: contain;
  box-sizing: border-box;
}

.offer-hero__head > h1{
  grid-area: title;
  margin: 0;
  line-height: 1.15;
  color: var(--finr-ink,#28365e);
}

.offer-short-desc{
  grid-area: desc;
  margin: 0;
  color: var(--muted,#6d7a8c);
  line-height: 1.45;
  max-width: 99ch;
}

.offer-hero__meta{
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.offer-rating{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--finr-ink,#28365e);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.offer-rating::after{
  content: " ⭐";
  font-size: 13px;
  line-height: 1;
}

.offer-badge{
  grid-area: badge;
  margin: 0;
  display: block;
  width: 100%;
  max-width: 70ch;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(40,54,94,.12);
  background: transparent;
  color: var(--finr-ink,#28365e);
  line-height: 1.45;
  box-sizing: border-box;
}

.offer-cta{
  grid-area: cta;
  justify-self: end;
  align-self: start;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding-top: 16px;
}

.offer-cta .offer-rating{
  justify-content: flex-end;
  align-self: flex-end;
}

.offer-cta a{
  width: 100%;
  max-width: 320px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--finr-primary-2,#2961fa);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}

.offer-cta a:hover{
  filter: brightness(.84) saturate(1.12);
  box-shadow: 0 12px 26px rgba(41,97,250,.26);
}

.offer-cta a:active{
  transform: translateY(1px);
}

.offer-cta a::after{
  content: "";
  position: absolute;
  top: -20%;
  left: -120%;
  width: 60%;
  height: 140%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: offerCtaShine 3s ease-in-out infinite;
}

@keyframes offerCtaShine{
  0%{
    left: -120%;
    opacity: 0;
  }
  12%{
    opacity: 1;
  }
  35%{
    left: 140%;
    opacity: 0;
  }
  100%{
    left: 140%;
    opacity: 0;
  }
}

@media (max-width:900px){
.offer-hero{
    overflow-x: hidden;
  }

.offer-hero__head{
    grid-template-columns: 66px 1fr;
    padding: 14px 12px;
    border-radius: 14px;
    grid-template-areas: "logo title"
      "desc desc"
      "meta meta"
      "badge badge"
      "cta cta";
  }

.offer-cta{
    justify-self: stretch;
    align-self: stretch;
    padding-top: 0px;
  }

.offer-cta .offer-rating{
    justify-content: flex-start;
    align-self: flex-start;
  }

.offer-cta a{
    max-width: none;
    width: 100%;
    margin-top: 16px;
  }

.offer-badge{
    width: 100%;
    max-width: 70ch;
    border-color: rgba(40,54,94,.12);
  }

.offer-short-desc{
    max-width: none;
    width: 100%;
  }
}

@media (max-width:520px){
.offer-hero__head > img{
    width: 62px;
    height: 62px;
    border-radius: 12px;
    padding: 4px;
  }
}

.offer-conditions{
  margin: 0 0 16px;
}

.offer-conditions > h2{
  margin: 0 0 12px;
}

.offer-badges{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 14px;
}

.offer-badges .badge{
  background: rgba(41,97,250,.06);
  border: 1px solid rgba(40,54,94,.10);
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--finr-ink,#28365e);
  line-height: 1.25;
  font-size: 17px;
  box-sizing: border-box;
}

.offer-conditions-table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
}

.offer-conditions-table th,
.offer-conditions-table td{
  padding: 14px 0;
  border-bottom: 1px solid rgba(40,54,94,.10);
  vertical-align: top;
  text-align: left;
}

.offer-conditions-table th{
  font-weight: 600;
  color: var(--muted,#6d7a8c);
  width: 40%;
  padding-right: 18px;
}

.offer-conditions-table td{
  color: var(--finr-ink,#28365e);
}

.offer-updated{
  margin: 12px 0 0;
  color: var(--muted,#6d7a8c);
  font-size: 13px;
}

@media (max-width:900px){
.offer-badges{
    grid-template-columns: 1fr;
    gap: 10px;
  }

.offer-badges .badge{
    font-size: 17px;
    padding: 12px 14px;
  }

.offer-conditions-table th{
    width: auto;
  }
}

.offer-compare{
  margin: 22px 0;
}

.offer-compare > .finr-h2{
  margin: 0 0 14px;
}

.offer-compare__box{
  background: linear-gradient(180deg, rgba(92,134,254,.10) 0%, rgba(255,255,255,.92) 100%);
  border: 1px solid rgba(41,97,250,.18);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 14px 30px rgba(40,54,94,.08);
  overflow: hidden;
}

.offer-compare .finr-table-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}

.offer-compare__table{
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid rgba(41,97,250,.16);
  border-radius: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.45;
}

.offer-compare__table th,
.offer-compare__table td{
  padding: 13px 14px;
  border-bottom: 1px solid rgba(41,97,250,.10);
  border-right: 1px solid rgba(41,97,250,.10);
  text-align: left;
  vertical-align: middle;
  color: var(--finr-ink, #28365e);
}

.offer-compare__table th:last-child,
.offer-compare__table td:last-child{
  border-right: 0;
}

.offer-compare__table tbody tr:last-child td{
  border-bottom: 0;
}

.offer-compare__table thead th{
  background: rgba(41,97,250,.18);
  color: var(--finr-ink, #28365e);
  font-weight: 900;
  white-space: nowrap;
}

.offer-compare__table tbody tr:hover td{
  background: rgba(92,134,254,.05);
}

.offer-compare__table tbody tr.is-current td{
  background: rgba(92,134,254,.08);
  font-weight: 900;
}

.offer-compare__table a{
  color: var(--finr-primary-2, #2961fa);
  font-weight: 900;
  text-decoration: none;
}

.offer-compare__table a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px){
.offer-compare{
    margin: 18px 0;
  }

.offer-compare__box{
    padding: 12px;
    border-radius: 16px;
  }

.offer-compare__table{
    min-width: 720px;
    font-size: 13px;
  }

.offer-compare__table th,
  .offer-compare__table td{
    padding: 11px 12px;
  }
}

.offer-reviews__note{
  margin: 8px 0 14px;
  color: var(--muted, #6d7a8c);
  font-size: 14px;
  line-height: 1.4;
}

.offer-reviews__empty{
  background: #fff;
  border: 1px solid rgba(40,54,94,.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(40,54,94,.08);
}

.offer-reviews__empty-stars{
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5a524;
  margin-bottom: 10px;
}

.offer-reviews__empty-stars .is-off{
  opacity: .22;
}

.offer-reviews__empty-text{
  font-weight: 800;
  font-size: 18px;
  color: var(--txt, #28365e);
}

.offer-review-card__source{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(40,54,94,.10);
  font-size: 14px;
  color: var(--muted, #6d7a8c);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.offer-review-card__source-a{
  color: var(--txt, #28365e);
  font-weight: 400;
  text-decoration: underline;
}

.offer-reviews{
  margin: 22px 0;
}

.offer-reviews__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 900px){
.offer-reviews__grid{
    grid-template-columns: 1fr;
  }
}

.offer-review-card{
  background: #fff;
  border: 1px solid rgba(40,54,94,.12);
  border-radius: 18px;
  padding: 16px 16px 14px;
  box-shadow: 0 14px 30px rgba(40,54,94,.08);
}

.offer-review-card__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.offer-review-card__who{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.offer-review-card__ava{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(245,165,36,.28);
  border: 1px solid rgba(245,165,36,.25);
  color: rgba(40,54,94,.95);
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .6px;
}

.offer-review-card__meta{
  min-width: 0;
}

.offer-review-card__name{
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: var(--txt, #28365e);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.offer-review-card__sub{
  margin-top: 6px;
  color: var(--muted, #6d7a8c);
  font-size: 14px;
  line-height: 1.25;
}

.offer-review-card__stars{
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 1px;
  color: #f5a524;
  padding-top: 2px;
}

.offer-review-card__stars .is-on{
  opacity: 1;
}

.offer-review-card__stars .is-off{
  opacity: .22;
}

.offer-review-card__text{
  margin-top: 12px;
  color: var(--txt, #28365e);
  font-size: 16px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.offer-review-card__source-k{
  font-weight: 400;
  color: rgba(40,54,94,.78);
}

.offer-float-cta{
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.offer-float-cta.is-visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.offer-float-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--finr-primary-2,#2961fa);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(41,97,250,.26);
  transition: filter .18s ease, transform .18s ease, box-shadow .18s ease;
}

.offer-float-cta__btn:hover{
  filter: brightness(.84) saturate(1.12);
  box-shadow: 0 12px 26px rgba(41,97,250,.26);
}

@media (min-width: 901px){
.offer-float-cta{
    right: 20px;
    bottom: 20px;
    transform: translateY(10px);
  }

.offer-float-cta.is-visible{
    transform: translateY(0);
  }

.offer-float-cta__btn{
    min-width: 220px;
  }
}

@media (max-width: 900px){
.offer-float-cta{
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: translateY(10px);
  }

.offer-float-cta.is-visible{
    transform: translateY(0);
  }

.offer-float-cta__btn{
    width: 100%;
  }
}
