.ka-sale {
  --ka-yellow: #ffcc00;
  --ka-yellow-soft: #fff6c9;
  --ka-pink: #ff0066;
  --ka-navy: #07145e;
  --ka-navy-2: #101f7a;
  --ka-ink: #202331;
  --ka-muted: #696d7a;
  --ka-line: #e8e9ef;
  --ka-surface: #f6f7fb;
  --ka-white: #fff;
  --ka-shadow: 0 24px 70px rgba(8, 19, 76, .11);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  color: var(--ka-ink);
  background: var(--ka-white);
  font-family: inherit;
  text-align: right;
  line-height: 1.8;
}

.ka-sale *,
.ka-sale *::before,
.ka-sale *::after {
  box-sizing: border-box;
}

.ka-sale img {
  display: block;
  max-width: 100%;
}

.ka-sale a {
  color: inherit;
  text-decoration: none;
}
.main-body {
    width: 100%;
    max-width: 100%;
}
footer ,.infoBox {
    display: none!important;
    
}
.ka-sale button,
.ka-sale input {
  font: inherit;
}

.ka-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ka-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease;
}

.ka-button:hover {
  transform: translateY(-2px);
}

.ka-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ka-button--primary {
  color: var(--ka-white) !important;
  background: var(--ka-pink);
  box-shadow: 0 13px 30px rgba(255, 0, 102, .2);
}

.ka-button--primary:hover {
  color: var(--ka-white) !important;
  background: #e9005d;
  box-shadow: 0 16px 34px rgba(255, 0, 102, .3);
}

.ka-button--ghost {
  color: var(--ka-navy) !important;
  border-color: rgba(7, 20, 94, .18);
  background: rgba(255, 255, 255, .72);
}

.ka-button--ghost:hover {
  border-color: var(--ka-navy);
  background: var(--ka-white);
}

.ka-button--light {
  color: var(--ka-navy) !important;
  background: var(--ka-white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

.ka-button--disabled {
  color: #8b8e98;
  background: #eceef2;
  cursor: not-allowed;
}

.ka-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 76px 0 68px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 204, 0, .26), transparent 27%),
    linear-gradient(135deg, #fffdf3 0%, #fff 43%, #f5f6fc 100%);
}

.ka-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .26;
  pointer-events: none;
  background-image: radial-gradient(rgba(7, 20, 94, .25) .7px, transparent .7px);
  background-size: 20px 20px;
  mask-image: linear-gradient(to left, #000, transparent 58%);
}

.ka-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 520px;
  height: 520px;
  left: -230px;
  bottom: -300px;
  border: 90px solid rgba(255, 204, 0, .22);
  border-radius: 50%;
}

.ka-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.ka-hero__glow--one {
  width: 230px;
  height: 230px;
  top: -100px;
  right: 12%;
  background: rgba(255, 0, 102, .08);
}

.ka-hero__glow--two {
  width: 360px;
  height: 360px;
  left: 18%;
  bottom: -240px;
  background: rgba(7, 20, 94, .08);
}

.ka-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 40px;
}

.ka-hero__content {
  position: relative;
  z-index: 4;
}

.ka-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 7px 13px;
  color: var(--ka-navy);
  background: var(--ka-yellow-soft);
  border: 1px solid rgba(255, 204, 0, .7);
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}

.ka-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ka-pink);
  box-shadow: 0 0 0 5px rgba(255, 0, 102, .11);
}
.main-body{
    overflow: hidden;
}
.head-search-icon{
    display:none;
}
.ka-hero h1 {
  max-width: 590px;
  margin: 0 0 20px;
  color: var(--ka-navy);
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: -1.9px;
}

.ka-hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--ka-pink);
  font-style: normal;
  white-space: nowrap;
}

.ka-hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 12px;
  right: -3px;
  left: -3px;
  bottom: 9px;
  border-radius: 999px;
  background: var(--ka-yellow);
  opacity: .55;
  transform: rotate(-1.5deg);
}

.ka-hero__content > p {
  max-width: 570px;
  margin: 0;
  color: #555b6b;
  font-size: 17px;
  line-height: 2;
}

.ka-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
}

.ka-hero__trust {
  display: flex;
  margin-top: 42px;
}

.ka-hero__trust > div {
  min-width: 130px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  border-left: 1px solid rgba(7, 20, 94, .13);
}

.ka-hero__trust > div:first-child {
  padding-right: 0;
}

.ka-hero__trust > div:last-child {
  border-left: 0;
}

.ka-hero__trust strong {
  color: var(--ka-navy);
  font-size: 19px;
  line-height: 1.45;
}

.ka-hero__trust span {
  color: var(--ka-muted);
  font-size: 11px;
}

.ka-hero__visual {
  position: relative;
  height: 530px;
  direction: ltr;
}

.ka-hero__visual::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: 45px;
  left: 70px;
  border-radius: 50%;
  background: var(--ka-yellow);
  box-shadow: inset 0 0 0 24px rgba(255, 255, 255, .18), 0 50px 100px rgba(7, 20, 94, .16);
}

.ka-hero__visual::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 50px;
  left: 92px;
  bottom: 23px;
  border-radius: 50%;
  background: rgba(10, 18, 56, .2);
  filter: blur(22px);
}

.ka-pack {
  position: absolute;
  z-index: 2;
  width: 360px;
  margin: 0;
  filter: drop-shadow(0 24px 25px rgba(12, 16, 42, .18));
  transition: transform .45s ease;
}

.ka-pack img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.ka-pack--back {
  left: 2px;
  top: 112px;
  transform: rotate(-7deg);
}

.ka-pack--front {
  right: -2px;
  top: 4px;
  z-index: 3;
  transform: rotate(5deg);
}

.ka-hero__visual:hover .ka-pack--back {
  transform: rotate(-9deg) translate(-5px, 3px);
}

.ka-hero__visual:hover .ka-pack--front {
  transform: rotate(3deg) translate(5px, -5px);
}

.ka-pack figcaption {
  position: absolute;
  bottom: 25px;
  left: 12px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 7px 12px;
  color: var(--ka-white);
  background: var(--ka-navy);
  border: 3px solid var(--ka-white);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  font-size: 11px;
  line-height: 1;
}

.ka-pack figcaption b {
  font-size: 20px;
}

.ka-hero__stamp {
  position: absolute;
  z-index: 5;
  width: 104px;
  height: 104px;
  top: 45px;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ka-white);
  background: var(--ka-pink);
  border: 5px solid var(--ka-white);
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(255, 0, 102, .25);
  transform: rotate(-10deg);
  line-height: 1.45;
}

.ka-hero__stamp span {
  font-size: 10px;
}

.ka-hero__stamp strong {
  font-size: 17px;
}

.ka-hero__note {
  position: absolute;
  z-index: 5;
  right: -12px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  direction: rtl;
  color: var(--ka-navy);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(7, 20, 94, .08);
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(7, 20, 94, .13);
  backdrop-filter: blur(8px);
}

.ka-hero__note i {
  width: 14px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(var(--ka-yellow) 0 33%, var(--ka-pink) 33% 66%, var(--ka-navy) 66%);
}

.ka-hero__note span {
  font-size: 11px;
  line-height: 1.6;
}

.ka-hero__note strong {
  font-size: 13px;
}

.ka-proof {
  position: relative;
  z-index: 3;
  margin-top: -22px;
}

.ka-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(7, 20, 94, .1);
}

.ka-proof__item {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 21px 24px;
  border-left: 1px solid var(--ka-line);
}

.ka-proof__item:last-child {
  border-left: 0;
}

.ka-proof__item .ka-icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  color: var(--ka-pink);
  background: rgba(255, 0, 102, .07);
  border-radius: 13px;
}

.ka-proof__item svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ka-proof__item p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.65;
}

.ka-proof__item strong {
  color: var(--ka-navy);
  font-size: 14px;
}

.ka-proof__item small {
  color: var(--ka-muted);
  font-size: 11px;
}

.ka-section {
  padding: 110px 0;
  scroll-margin-top: 30px;
}

.ka-section-heading {
  max-width: 700px;
  margin: 0 auto 52px;
  text-align: center;
}

.ka-section-heading > span,
.ka-compare__intro > span,
.ka-details__content > span,
.ka-faq__intro > span {
  color: var(--ka-pink);
  font-size: 13px;
  font-weight: 850;
}

.ka-section-heading h2,
.ka-compare__intro h2,
.ka-details__content h2,
.ka-faq__intro h2 {
  margin: 7px 0 13px;
  color: var(--ka-navy);
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 950;
  line-height: 1.45;
  letter-spacing: -.7px;
}

.ka-section-heading p,
.ka-compare__intro p,
.ka-faq__intro p {
  margin: 0;
  color: var(--ka-muted);
  font-size: 15px;
  line-height: 2;
}

.ka-products {
  background: var(--ka-white);
}

.ka-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.ka-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 43% 57%;
  overflow: hidden;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 24px;
  box-shadow: 0 15px 50px rgba(7, 20, 94, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.ka-product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ka-shadow);
}

.ka-product-card--260 {
  border-color: rgba(255, 0, 102, .22);
  box-shadow: 0 18px 55px rgba(255, 0, 102, .09);
}

.ka-product-card__media {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 18px 76px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .9), transparent 30%),
    linear-gradient(145deg, #f3f5fc, #e8ebf6);
}

.ka-product-card--260 .ka-product-card__media {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .9), transparent 30%),
    linear-gradient(145deg, #fff8dc, #fff0b2);
}

.ka-product-card__media::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 54px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
}

.ka-product-card__image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 21px 18px rgba(9, 16, 56, .18));
  transition: opacity .2s ease, transform .35s ease;
}

.ka-product-card:hover .ka-product-card__image {
  transform: scale(1.025) rotate(-1deg);
}

.ka-product-card__image.is-switching {
  opacity: .15;
  transform: scale(.96);
}

.ka-product-card__badge {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  padding: 6px 11px;
  color: var(--ka-white);
  background: var(--ka-pink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.ka-image-switch {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 5px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.ka-image-switch button {
  min-height: 34px;
  padding: 5px 8px;
  color: #6b6e78;
  background: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 10px;
  cursor: pointer;
}

.ka-image-switch button.is-active {
  color: var(--ka-navy);
  background: var(--ka-white);
  box-shadow: 0 5px 15px rgba(7, 20, 94, .1);
  font-weight: 800;
}

.ka-product-card__body {
  display: flex;
  flex-direction: column;
  padding: 35px 30px 26px;
}

.ka-product-card__eyebrow {
  margin-bottom: 5px;
  color: var(--ka-pink);
  font-size: 11px;
  font-weight: 850;
}

.ka-product-card h3 {
  margin: 0;
  color: var(--ka-navy);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.55;
}

.ka-product-card__description {
  margin: 12px 0 16px;
  color: var(--ka-muted);
  font-size: 12px;
  line-height: 1.95;
}

.ka-check-list {
  display: grid;
  gap: 7px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ka-check-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4e5260;
  font-size: 11px;
}

.ka-check-list svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #2a9a66;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ka-buy-box {
  margin-top: auto;
  padding: 16px;
  background: var(--ka-surface);
  border: 1px solid #eceef4;
  border-radius: 16px;
}

.ka-buy-box__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 13px;
}

.ka-stock {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ka-muted);
  font-size: 9px;
  white-space: nowrap;
}

.ka-stock i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a3a6b0;
}

.ka-stock.is-in-stock {
  color: #27825b;
}

.ka-stock.is-in-stock i {
  background: #36a673;
  box-shadow: 0 0 0 4px rgba(54, 166, 115, .12);
}

.ka-stock.is-out-of-stock {
  color: #c64444;
}

.ka-stock.is-out-of-stock i {
  background: #d55252;
}

.ka-price {
  color: var(--ka-navy);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
  white-space: nowrap;
}

.ka-price .price,
.ka-price p {
  margin: 0;
}

.ka-price del {
  margin-left: 4px;
  color: #989ba4;
  font-size: 10px;
  font-weight: 500;
  opacity: 1;
}

.ka-price ins {
  color: var(--ka-pink);
  text-decoration: none;
}

.ka-price .woocommerce-Price-currencySymbol {
  font-size: 9px;
  font-weight: 650;
}

.ka-quantity {
  height: 41px;
  display: grid;
  grid-template-columns: 35px 1fr 35px;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 11px;
}

.ka-quantity button {
  height: 100%;
  color: var(--ka-navy);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  transition: background-color .2s ease;
}

.ka-quantity button:hover {
  background: var(--ka-yellow-soft);
}

.ka-quantity input {
  width: 100%;
  height: 100%;
  padding: 0;
  color: var(--ka-navy);
  background: transparent;
  border: 0;
  outline: 0;
  text-align: center;
  appearance: textfield;
  font-weight: 800;
  font-size: 13px;
}

.ka-quantity input::-webkit-inner-spin-button,
.ka-quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.ka-buy-box .ka-button {
  width: 100%;
  min-height: 45px;
  border-radius: 11px;
  font-size: 12px;
}

.ka-buy-box .ka-button.added {
  background: #27825b;
}

.ka-buy-box a.added_to_cart {
  display: block;
  margin-top: 8px;
  color: var(--ka-navy);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.ka-product-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
  color: var(--ka-muted) !important;
  font-size: 10px;
  transition: color .2s ease;
}

.ka-product-link:hover {
  color: var(--ka-pink) !important;
}

.ka-product-link span {
  font-size: 14px;
}

.ka-compare {
  position: relative;
  background: var(--ka-surface);
}

.ka-compare::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: 10%;
  right: -220px;
  border: 75px solid rgba(255, 204, 0, .25);
  border-radius: 50%;
}

.ka-compare__intro {
  max-width: 780px;
  margin-bottom: 44px;
}

.ka-comparison {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(7, 20, 94, .08);
}

.ka-comparison__row {
  display: grid;
  grid-template-columns: .75fr 1fr 1fr;
  border-bottom: 1px solid var(--ka-line);
}

.ka-comparison__row:last-child {
  border-bottom: 0;
}

.ka-comparison__row > div {
  min-width: 0;
  padding: 17px 23px;
  border-left: 1px solid var(--ka-line);
  color: #535765;
  font-size: 13px;
}

.ka-comparison__row > div:last-child {
  border-left: 0;
  background: rgba(255, 204, 0, .045);
}

.ka-comparison__row > div:first-child {
  color: var(--ka-navy);
  font-weight: 800;
}

.ka-comparison__head {
  color: var(--ka-white);
  background: var(--ka-navy);
}

.ka-comparison__head > div,
.ka-comparison__head > div:first-child,
.ka-comparison__head > div:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 23px;
  padding-bottom: 23px;
  color: var(--ka-white);
  background: transparent;
  border-color: rgba(255, 255, 255, .13);
  font-weight: 700;
}

.ka-comparison__head b {
  color: var(--ka-yellow);
  font-size: 24px;
}

.ka-comparison__head span {
  padding: 4px 8px;
  color: var(--ka-navy);
  background: var(--ka-yellow);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
}

.ka-details {
  background: var(--ka-white);
}

.ka-details__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}

.ka-details__visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.ka-details__visual::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: var(--ka-yellow);
}

.ka-details__paper {
  position: absolute;
  width: 310px;
  height: 410px;
  background: #f8f8f8;
  box-shadow: 0 25px 65px rgba(7, 20, 94, .14);
}

.ka-details__paper--one {
  transform: rotate(-10deg) translate(-22px, 2px);
}

.ka-details__paper--two {
  transform: rotate(8deg) translate(24px, 8px);
}

.ka-details__photo {
  position: relative;
  z-index: 3;
  width: 310px;
  height: 410px;
  padding: 17px 17px 24px;
  background: var(--ka-white);
  box-shadow: 0 27px 70px rgba(7, 20, 94, .24);
  transform: rotate(-2deg);
}

.ka-details__scene {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: linear-gradient(150deg, #101b60 0%, #4d3a80 39%, #f08a37 72%, #ffcc66 100%);
}

.ka-details__scene::before {
  content: "";
  position: absolute;
  height: 45%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(12, 10, 32, .5), #070713);
  clip-path: polygon(0 53%, 18% 45%, 33% 63%, 48% 25%, 62% 55%, 76% 37%, 100% 60%, 100% 100%, 0 100%);
}

.ka-details__scene::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: 45px;
  right: 95px;
  border-radius: 50%;
  background: rgba(255, 206, 102, .78);
  filter: blur(2px);
}

.ka-details__scene span,
.ka-details__scene i {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 3px;
  right: 70px;
  bottom: 98px;
  background: var(--ka-yellow);
  box-shadow: 0 0 10px var(--ka-yellow);
  transform: rotate(-5deg);
}

.ka-details__scene i {
  width: 120px;
  right: 91px;
  bottom: 75px;
  opacity: .65;
}

.ka-details__photo p {
  display: flex;
  flex-direction: column;
  margin: 12px 5px 0;
  color: var(--ka-navy);
  line-height: 1.6;
}

.ka-details__photo strong {
  font-size: 16px;
}

.ka-details__photo small {
  color: var(--ka-muted);
  font-size: 10px;
}

.ka-details__content ol {
  display: grid;
  gap: 22px;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: tips;
  list-style: none;
}

.ka-details__content li {
  position: relative;
  min-height: 62px;
  padding-right: 69px;
  counter-increment: tips;
}

.ka-details__content li::before {
  content: "0" counter(tips);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 1px;
  right: 0;
  display: grid;
  place-items: center;
  color: var(--ka-navy);
  background: var(--ka-yellow-soft);
  border: 1px solid rgba(255, 204, 0, .65);
  border-radius: 14px;
  font-weight: 900;
  font-size: 13px;
}

.ka-details__content li b {
  display: block;
  margin-bottom: 3px;
  color: var(--ka-navy);
  font-size: 14px;
}

.ka-details__content li p {
  margin: 0;
  color: var(--ka-muted);
  font-size: 12px;
  line-height: 1.9;
}

.ka-faq {
  background: var(--ka-surface);
}

.ka-faq__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.ka-faq__intro {
  position: sticky;
  top: 40px;
  align-self: start;
}

.ka-accordion {
  display: grid;
  gap: 12px;
}

.ka-accordion details {
  overflow: hidden;
  background: var(--ka-white);
  border: 1px solid var(--ka-line);
  border-radius: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ka-accordion details[open] {
  border-color: rgba(255, 0, 102, .25);
  box-shadow: 0 12px 35px rgba(7, 20, 94, .07);
}

.ka-accordion summary {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  color: var(--ka-navy);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  list-style: none;
}

.ka-accordion summary::-webkit-details-marker {
  display: none;
}

.ka-accordion summary i {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 9px;
  background: var(--ka-yellow-soft);
}

.ka-accordion summary i::before,
.ka-accordion summary i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 14px;
  right: 9px;
  background: var(--ka-navy);
  transition: transform .25s ease;
}

.ka-accordion summary i::after {
  transform: rotate(90deg);
}

.ka-accordion details[open] summary i::after {
  transform: rotate(0);
}

.ka-accordion details p {
  margin: -2px 0 0;
  padding: 0 20px 20px;
  color: var(--ka-muted);
  font-size: 12px;
  line-height: 2;
}

.ka-final-cta {
  padding: 0 0 72px;
  background: var(--ka-surface);
}

.ka-final-cta__inner {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 45px 56px;
  overflow: hidden;
  color: var(--ka-white);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 204, 0, .25), transparent 28%),
    linear-gradient(125deg, var(--ka-navy), var(--ka-navy-2));
  border-radius: 24px;
  box-shadow: 0 24px 65px rgba(7, 20, 94, .2);
}

.ka-final-cta__inner > div {
  position: relative;
  z-index: 2;
}

.ka-final-cta__inner > div > span {
  color: var(--ka-yellow);
  font-size: 12px;
  font-weight: 850;
}

.ka-final-cta h2 {
  margin: 6px 0 0;
  color: var(--ka-white);
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 950;
  line-height: 1.5;
}

.ka-final-cta .ka-button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.ka-mobile-buy {
  display: none;
}

.ka-motion-ready .ka-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

.ka-motion-ready .ka-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .ka-hero {
    min-height: 620px;
  }

  .ka-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .ka-hero__visual {
    height: 470px;
    transform: scale(.9);
    transform-origin: center;
  }

  .ka-product-card {
    grid-template-columns: 40% 60%;
  }

  .ka-product-card__media {
    min-height: 500px;
    padding-inline: 10px;
  }

  .ka-product-card__body {
    padding-inline: 24px;
  }

  .ka-product-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 920px) {
  .ka-hero {
    padding-top: 65px;
  }

  .ka-hero__grid {
    grid-template-columns: 1fr;
  }

  .ka-hero__content {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .ka-kicker {
    margin-inline: auto;
  }

  .ka-hero__content > p {
    margin-inline: auto;
  }

  .ka-hero__actions,
  .ka-hero__trust {
    justify-content: center;
  }

  .ka-hero__visual {
    width: 620px;
    max-width: 100%;
    margin: -15px auto 0;
    transform: none;
  }

  .ka-proof {
    margin-top: 0;
    padding-top: 22px;
  }

  .ka-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ka-proof__item:nth-child(2) {
    border-left: 0;
  }

  .ka-proof__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ka-line);
  }

  .ka-products__grid {
    grid-template-columns: 1fr;
  }

  .ka-product-card {
    grid-template-columns: 44% 56%;
  }

  .ka-product-card__media {
    min-height: 520px;
  }

  .ka-details__grid,
  .ka-faq__grid {
    gap: 45px;
  }
}

@media (max-width: 720px) {
  .ka-container {
    width: min(100% - 28px, 1180px);
  }

  .ka-hero {
    min-height: auto;
    padding: 50px 0 30px;
  }

  .ka-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    letter-spacing: -1.2px;
  }

  .ka-hero h1 em::after {
    bottom: 5px;
  }

  .ka-hero__content > p {
    font-size: 14px;
  }

  .ka-hero__actions {
    align-items: stretch;
  }

  .ka-hero__actions .ka-button {
    flex: 1;
    padding-inline: 13px;
    font-size: 12px;
  }

  .ka-hero__trust {
    margin-top: 33px;
  }

  .ka-hero__trust > div {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
  }

  .ka-hero__trust strong {
    font-size: 15px;
  }

  .ka-hero__trust span {
    font-size: 8px;
  }

  .ka-hero__visual {
    width: 420px;
    height: 390px;
    margin-top: 10px;
  }

  .ka-hero__visual::before {
    width: 300px;
    height: 300px;
    left: 58px;
    top: 42px;
  }

  .ka-hero__visual::after {
    width: 270px;
    left: 68px;
    bottom: 5px;
  }

  .ka-pack {
    width: 270px;
  }

  .ka-pack--back {
    left: -3px;
    top: 94px;
  }

  .ka-pack--front {
    right: -4px;
    top: 13px;
  }

  .ka-pack figcaption {
    bottom: 18px;
    border-width: 2px;
  }

  .ka-hero__stamp {
    width: 80px;
    height: 80px;
    top: 58px;
    left: 3px;
    border-width: 4px;
  }

  .ka-hero__stamp span {
    font-size: 8px;
  }

  .ka-hero__stamp strong {
    font-size: 13px;
  }

  .ka-hero__note {
    right: 4px;
    bottom: 1px;
    padding: 9px 11px;
  }

  .ka-proof__item {
    min-height: 88px;
    padding: 15px 13px;
  }

  .ka-proof__item .ka-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ka-proof__item svg {
    width: 20px;
    height: 20px;
  }

  .ka-proof__item strong {
    font-size: 11px;
  }

  .ka-proof__item small {
    font-size: 8px;
  }

  .ka-section {
    padding: 77px 0;
  }

  .ka-section-heading {
    margin-bottom: 34px;
  }

  .ka-section-heading h2,
  .ka-compare__intro h2,
  .ka-details__content h2,
  .ka-faq__intro h2 {
    font-size: 29px;
  }

  .ka-section-heading p,
  .ka-compare__intro p,
  .ka-faq__intro p {
    font-size: 12px;
  }

  .ka-product-card {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .ka-product-card__media {
    min-height: 400px;
    padding: 45px 35px 70px;
  }

  .ka-product-card__image {
    max-height: 295px;
  }

  .ka-product-card__body {
    padding: 27px 21px 22px;
  }

  .ka-product-card h3 {
    font-size: 22px;
  }

  .ka-product-card__description {
    font-size: 11px;
  }

  .ka-buy-box__meta {
    align-items: center;
  }

  .ka-price {
    font-size: 17px;
  }

  .ka-compare__intro {
    margin-bottom: 30px;
  }

  .ka-comparison {
    overflow-x: auto;
    border-radius: 17px;
  }

  .ka-comparison__row {
    min-width: 650px;
  }

  .ka-comparison__row > div {
    padding: 15px 16px;
    font-size: 11px;
  }

  .ka-details__grid,
  .ka-faq__grid {
    grid-template-columns: 1fr;
  }

  .ka-details__grid {
    gap: 55px;
  }

  .ka-details__visual {
    min-height: 420px;
    transform: scale(.84);
    margin: -35px 0;
  }

  .ka-details__content li {
    padding-right: 62px;
  }

  .ka-faq__grid {
    gap: 28px;
  }

  .ka-faq__intro {
    position: static;
  }

  .ka-accordion summary {
    font-size: 11px;
  }

  .ka-accordion details p {
    font-size: 10px;
  }

  .ka-final-cta {
    padding-bottom: 90px;
  }

  .ka-final-cta__inner {
    min-height: 250px;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 27px;
    border-radius: 20px;
  }

  .ka-final-cta .ka-button {
    width: 100%;
  }

  .ka-mobile-buy {
    position: fixed;
    z-index: 9997;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 9px 9px 14px;
    color: var(--ka-white);
    background: rgba(7, 20, 94, .95);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    box-shadow: 0 15px 45px rgba(7, 20, 94, .35);
    backdrop-filter: blur(12px);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
  }

  .ka-mobile-buy.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .ka-mobile-buy > div {
    display: flex;
    flex-direction: column;
    padding-right: 5px;
    line-height: 1.55;
  }

  .ka-mobile-buy small {
    color: var(--ka-yellow);
    font-size: 8px;
  }

  .ka-mobile-buy strong {
    font-size: 11px;
  }

  .ka-mobile-buy a {
    min-height: 43px;
    display: grid;
    place-items: center;
    padding: 9px 17px;
    color: var(--ka-white) !important;
    background: var(--ka-pink);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 850;
  }
}

@media (max-width: 420px) {
  .ka-hero__visual {
    width: 360px;
    height: 350px;
    margin-right: -2px;
  }

  .ka-hero__visual::before {
    width: 260px;
    height: 260px;
    left: 49px;
  }

  .ka-pack {
    width: 235px;
  }

  .ka-pack--back {
    top: 90px;
  }

  .ka-pack--front {
    top: 18px;
  }

  .ka-hero__stamp {
    top: 50px;
  }

  .ka-hero__note {
    bottom: 10px;
  }

  .ka-proof__item {
    gap: 9px;
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ka-sale *,
  .ka-sale *::before,
  .ka-sale *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ka-motion-ready .ka-reveal {
    opacity: 1;
    transform: none;
  }
}
