 :root{
    --bg:#ffffff;
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;
    --blue1:#3c7bff;
    --blue2:#2f63ff;
    --red:#ef4444;
  }

  .pblock{
    padding: 18px 14px 10px;
    background: transparent;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .pblock__card{
    max-width: 420px;
    margin: 0 auto;
    background: var(--bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .pblock__media{
    background: #f3f4f6;
  }

  .pblock__img{
    width: 100%;
    display: block;
    height: auto;
  }

  .pblock__priceRow{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: end;
    padding: 16px 16px 6px;
  }

  .pblock__oldLabel{
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 4px;
  }

  .pblock__oldPrice{
    font-size: 34px;
    font-weight: 800;
    color: #9ca3af;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    text-decoration-color: #9ca3af;
    line-height: 1;
  }

  .pblock__newWrap{
    text-align: right;
  }

  .pblock__badge{
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 10px 22px rgba(239,68,68,.18);
  }

  .pblock__newPrice{
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .pblock__btn{
    display: block;
    margin: 16px 16px 20px;
    text-align: center;
    padding: 18px 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-decoration: none;
    background: linear-gradient(180deg, var(--blue1), var(--blue2));
    box-shadow: 0 18px 40px rgba(47,99,255,.28);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    user-select: none;
  }

  .pblock__btn:hover{
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 22px 50px rgba(47,99,255,.34);
  }

  .pblock__btn:active{
    transform: translateY(0px) scale(.99);
  }

  .pblock__title{
    max-width: 420px;
    margin: 22px auto 0;
    text-align: center;
    font-weight: 1000;
    letter-spacing: 0.02em;
    line-height: 1.08;
    font-size: 34px;
  }

  .pblock__title span{
    font-weight: 900;
  }

  /* Mobile tweaks */
  @media (max-width: 420px){
    .pblock__oldPrice{ font-size: 30px; }
    .pblock__newPrice{ font-size: 44px; }
    .pblock__title{ font-size: 30px; }
  }
    .info-block {
    padding: 24px 16px 10px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #111827;
  }

  .info-title {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
  }

  .info-title span {
    font-weight: 900;
  }

  .info-card {
    max-width: 420px;
    margin: 0 auto 18px;
    background: #000;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(0,0,0,.25);
    overflow: hidden;
  }

  .info-media {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #000; /* замінити на background-image або img */
  }

  .info-text {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #1f2937;
  }

  .info-text strong {
    font-weight: 800;
  }

  @media (max-width: 420px) {
    .info-title {
      font-size: 28px;
    }
    .info-text {
      font-size: 15px;
    }
  }

    :root{
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --soft:#f3f4f6;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;
    --red:#ef4444;
  }

  .specs{
    padding: 14px 16px 8px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .specs__card{
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .specs__list{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .specs__row{
    display: grid;
    grid-template-columns: minmax(160px, 1fr) 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 16px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .specs__row:nth-child(even){
    background: #fafafa;
  }

  .specs__row:first-child{
    border-top: 0;
  }

  .specs__l{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #111827;
  }

  .specs__r{
    text-align: right;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.35;
  }

  .specs__dot{
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 2px solid var(--red);
    box-shadow: 0 0 0 3px rgba(239,68,68,.08);
    flex: 0 0 12px;
  }

  .specs__h{
    margin: 0;
    padding: 18px 16px;
    text-align: center;
    font-size: 26px;
    font-weight: 1000;
    letter-spacing: 0.01em;
    background: #fff;
    border-top: 1px solid var(--line);
  }

  .specs__list--kit .specs__row{
    border-top: 1px solid var(--line);
  }

  /* Mobile */
  @media (max-width: 420px){
    .specs__row{
      grid-template-columns: 1fr;
    }
    .specs__r{
      text-align: left;
      color: var(--muted);
      font-weight: 700;
    }
  }
    :root{
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --soft:#f5f6f8;
    --card:#ffffff;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;
    --gold1:#f6d365;
    --gold2:#fda085;
  }

  .feat{
    padding: 22px 16px 8px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .feat__wrap{
    max-width: 420px;
    margin: 0 auto;
  }

  .feat__pill{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff8d6;
    border: 1px solid #f3e2a7;
    color: #6b5a1e;
    font-weight: 800;
    letter-spacing: .06em;
    font-size: 12px;
    text-transform: uppercase;
  }

  .feat__pillIcon{ font-size: 14px; }

  .feat__title{
    margin: 14px 0 14px;
    font-size: 40px;
    font-weight: 1000;
    letter-spacing: -0.02em;
  }

  .feat__card{
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px 14px;
  }

  .feat__group + .feat__group{
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(229,231,235,.9);
  }

  .feat__groupTitle{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 1000;
    color: #f59e0b;
    margin: 2px 6px 10px;
  }

  .feat__gIcon{ font-size: 18px; }

  .feat__list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }

  .feat__item{
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 10px;
    align-items: start;
    background: var(--card);
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 14px;
    padding: 14px 14px;
  }

  .feat__dot{
    width: 12px;
    height: 12px;
    margin-top: 4px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #fff 0%, #fff 18%, #facc15 45%, #f59e0b 100%);
    box-shadow: 0 8px 18px rgba(245,158,11,.25);
    border: 1px solid rgba(245,158,11,.35);
  }

  .feat__text{
    font-size: 16px;
    line-height: 1.55;
    color: #111827;
  }

  .feat__text b{
    font-weight: 900;
  }

  @media (max-width: 420px){
    .feat__title{ font-size: 34px; }
    .feat__groupTitle{ font-size: 20px; }
    .feat__text{ font-size: 15px; }
  }
   :root{
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --soft:#f5f6f8;
    --card:#ffffff;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;
    --green:#2e7d32;
    --green2:#43a047;
    --star:#3b82f6;
  }

  .rev{
    padding: 22px 16px 10px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .rev__wrap{
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .rev__title{
    margin: 0;
    padding: 18px 16px 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 1000;
    letter-spacing: .02em;
    background: var(--soft);
    border-bottom: 1px solid var(--line);
  }

  .rev__summary{
    padding: 14px 16px 18px;
    background: var(--soft);
    border-bottom: 1px solid var(--line);
  }

  .rev__ratingLine{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
  }

  .rev__label{
    font-size: 15px;
    color: #111827;
    font-weight: 700;
  }

  .rev__stars{
    display: inline-flex;
    gap: 2px;
    transform: translateY(-1px);
  }

  .rev__star{
    font-size: 16px;
    line-height: 1;
    color: rgba(59,130,246,.35);
    text-shadow: 0 6px 14px rgba(59,130,246,.18);
  }

  /* 4 full stars */
  .rev__stars .rev__star:nth-child(-n+4){
    color: var(--star);
  }

  /* last star half look */
  .rev__star--half{
    color: rgba(59,130,246,.6);
  }

  .rev__recommend{
    text-align: center;
    font-size: 15px;
    color: #111827;
    margin: 8px 0 10px;
    font-weight: 700;
  }

  .rev__bar{
    height: 10px;
    border-radius: 999px;
    background: #dbeafe;
    overflow: hidden;
    border: 1px solid rgba(59,130,246,.22);
  }

  .rev__barFill{
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--green), var(--green2));
    border-radius: 999px;
  }

  .rev__list{
    padding: 14px 12px 18px;
    background: #fff;
    display: grid;
    gap: 14px;
  }

  .rev__item{
    background: transparent;
  }

  .rev__head{
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    padding: 6px 6px 10px;
  }

  .rev__avatar{
    width: 54px;
    height: 54px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(229,231,235,.9);
    box-shadow: 0 10px 24px rgba(17,24,39,.10);
    background: #eee;
  }

  .rev__name{
    font-weight: 1000;
    font-size: 16px;
    line-height: 1.1;
  }

  .rev__sub{
    margin-top: 4px;
    font-size: 13px;
    color: var(--muted);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .rev__ok{
    font-size: 14px;
    filter: saturate(1.1);
  }

  .rev__bubble{
    position: relative;
    background: var(--card);
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 18px;
    padding: 18px 16px 16px;
    box-shadow: 0 14px 35px rgba(17,24,39,.10);
  }

  .rev__bubble::before{
    content:"";
    position:absolute;
    top:-8px;
    left: 28px;
    width: 16px;
    height: 16px;
    background: var(--card);
    border-left: 1px solid rgba(229,231,235,.9);
    border-top: 1px solid rgba(229,231,235,.9);
    transform: rotate(45deg);
  }

  .rev__bubble p{
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #1f2937;
    font-weight: 600;
  }

  .rev__quote{
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 44px;
    line-height: 1;
    color: rgba(156,163,175,.35);
    font-weight: 1000;
    pointer-events: none;
  }

  @media (max-width: 420px){
    .rev__title{ font-size: 26px; }
    .rev__bubble p{ font-size: 14.5px; }
  }
   :root{
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;

    --green:#2e7d32;
    --green2:#43a047;
  }

  .how{
    padding: 22px 16px 10px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .how__wrap{
    max-width: 420px;
    margin: 0 auto;
  }

  .how__title{
    text-align: center;
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 1000;
    letter-spacing: .02em;
  }

  .how__grid{
    display: grid;
    gap: 12px;
  }

  .how__step{
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
    min-height: 92px;
  }

  .how__img{
    height: 96px;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.02);
  }

  .how__plate{
    position: absolute;
    inset: 0 auto 0 0;
    width: 66%;
    padding: 14px 14px 12px;
    color: #fff;
    background: linear-gradient(180deg, rgba(67,160,71,.96), rgba(46,125,50,.96));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* диагональный срез */
  .how__plate::after{
    content:"";
    position:absolute;
    top:0;
    right:-30px;
    width: 66px;
    height: 100%;
    background: inherit;
    transform: skewX(-22deg);
    filter: brightness(.98);
  }

  .how__h{
    font-weight: 1000;
    letter-spacing: .02em;
    font-size: 16px;
    line-height: 1.1;
  }

  .how__p{
    margin-top: 6px;
    font-size: 13.5px;
    line-height: 1.25;
    font-weight: 700;
    opacity: .95;
  }

  /* Right aligned steps (plate on the right) */
  .how__step--right .how__plate{
    left: auto;
    right: 0;
    text-align: right;
    align-items: flex-end;
  }

  .how__step--right .how__plate::after{
    right: auto;
    left: -30px;
    transform: skewX(22deg);
  }

  /* Responsive: make image taller on larger screens */
  @media (min-width: 480px){
    .how__img{ height: 110px; }
    .how__step{ min-height: 110px; }
  }
   :root{
    --text:#111827;
    --muted:#6b7280;
    --line:#e5e7eb;
    --shadow: 0 16px 45px rgba(17,24,39,.12);
    --radius: 22px;

    --blue1:#3c7bff;
    --blue2:#2f63ff;
    --darkCard1:#6b7280;
    --darkCard2:#4b5563;
    --red:#ef4444;
  }

  .hero{
    padding: 18px 16px 26px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  }

  .hero__wrap{
    max-width: 420px;
    margin: 0 auto;
  }

  .hero__media{
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #f3f4f6;
  }

  .hero__img{
    width: 100%;
    display: block;
    height: auto;
  }

  .hero__price{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: end;
    padding: 14px 4px 8px;
  }

  .hero__oldLabel{
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 4px;
  }

  .hero__oldValue{
    font-size: 34px;
    font-weight: 900;
    color: #9ca3af;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
    line-height: 1;
  }

  .hero__new{
    text-align: right;
  }

  .hero__save{
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 10px 22px rgba(239,68,68,.18);
  }

  .hero__newValue{
    font-size: 48px;
    font-weight: 1000;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .hero__formCard{
    margin-top: 12px;
    border-radius: var(--radius);
    padding: 18px 16px 16px;
    background: linear-gradient(180deg, var(--darkCard1), var(--darkCard2));
    box-shadow: var(--shadow);
  }

  .hero__form{
    display: grid;
    gap: 14px;
  }

  .hero__field{
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(229,231,235,.65);
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 10px 24px rgba(17,24,39,.10);
  }

  .hero__icon{
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(17,24,39,.06);
    color: rgba(17,24,39,.6);
    font-size: 16px;
  }

  .hero__field input{
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
  }

  .hero__field input::placeholder{
    color: #9ca3af;
    font-weight: 700;
  }

  .hero__btn{
    margin-top: 6px;
    border: 0;
    cursor: pointer;
    width: 100%;
    padding: 18px 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 1000;
    letter-spacing: 0.03em;
    background: linear-gradient(180deg, var(--blue1), var(--blue2));
    box-shadow: 0 18px 40px rgba(47,99,255,.28);
    transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
  }

  .hero__btn:hover{
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 22px 50px rgba(47,99,255,.34);
  }

  .hero__btn:active{
    transform: translateY(0) scale(.99);
  }

  .hero__links{
    margin-top: 18px;
    display: grid;
    gap: 8px;
    text-align: center;
    font-size: 13px;
  }

  .hero__links a{
    color: #111827;
    text-decoration: none;
    font-weight: 700;
  }

  .hero__links a:hover{
    text-decoration: underline;
  }

  .hero__company{
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #111827;
  }

  .hero__muted{
    color: var(--muted);
    font-weight: 600;
    margin-top: 6px;
  }

  .hero__company a{
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
  }
  .hero__company a:hover{ text-decoration: underline; }

  @media (max-width: 420px){
    .hero__newValue{ font-size: 44px; }
    .hero__oldValue{ font-size: 30px; }
  }