   :root {
      --orange: #ff6a1a;
      --orange-dark: #e75808;
      --blue: #1c98ff;
      --blue-dark: #0056a8;
      --green: #24b44a;
      --bg: #f2f7ff;
      --text: #1f2933;
      --muted: #6b7a8a;
      --radius-lg: 20px;
      --shadow-soft: 0 14px 32px rgba(0, 0, 0, 0.16);
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: radial-gradient(circle at 0 0, #e1f4ff, #fdfdfd 40%, #f8fff3 100%);
      color: var(--text);
    }

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

    h1, h2, h3 {
      margin: 0;
      letter-spacing: .03em;
      text-transform: uppercase;
    }

    .page {
      max-width: 520px;
      margin: 0 auto;
      background: #fdfdfd;
      box-shadow: 0 0 60px rgba(0,0,0,0.2);
      position: relative;
      overflow: hidden;
      border-radius: 0 0 40px 40px;
      padding-bottom: 88px; /* под нижний баннер */
    }

    section {
      padding: 22px 16px;
      position: relative;
      overflow: hidden;
    }

    section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at -10% -10%, rgba(255,106,26,0.12), transparent 55%);
      pointer-events: none;
      opacity: .7;
    }
   .hero-price-block {
  margin: -10px 0 12px;
  padding: 10px 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff3e0, #ffffff);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-price-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.hero-price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
}

.hero-price-new {
  font-size: 22px;
  font-weight: 800;
  color: var(--green);
  line-height: 1.1;
}

.hero-price-right {
  text-align: right;
}

.hero-price-old {
  font-size: 12px;
  text-decoration: line-through;
  color: var(--muted);
}

.hero-price-tag {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(231,88,8,0.08);
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 700;
}

.hero-price-tag i {
  font-size: 12px;
}

.hero-price-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}


    .section-inner {
      position: relative;
      z-index: 1;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 11px;
      border-radius: 999px;
      font-size: 11px;
      background: rgba(0,0,0,0.7);
      color: #fff;
      text-transform: uppercase;
    }

    .tag i { color: #ffe564; }

    .block-title {
      font-size: 22px;
      color: var(--orange-dark);
      margin-bottom: 10px;
    }

    .block-sub {
      font-size: 13px;
      color: var(--muted);
      margin-bottom: 12px;
    }

    /* HERO */
    .hero {
      padding-top: 18px;
      padding-bottom: 14px;
    }

    .hero-grid {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-top: 8px;
    }

    .hero-title {
      font-size: 28px;
      line-height: 1.05;
      color: var(--orange-dark);
      margin: 6px 0 4px;
    }

    .hero-badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin: 10px 0;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
      font-size: 11px;
      font-weight: 600;
    }

    .hero-badge i {
      color: var(--orange);
    }

    .hero-text {
      font-size: 13px;
      color: var(--text);
      margin-bottom: 10px;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 18px;
      width: 100%;
      border-radius: 999px;
      border: none;
      background: linear-gradient(135deg, var(--orange), var(--orange-dark));
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 16px 30px rgba(255,106,26,0.45);
    }

    .btn-primary i { font-size: 18px; }

    .hero-note {
      margin-top: 6px;
      font-size: 11px;
      color: var(--muted);
    }

    /* ФОТО НА ВСЮ ШИРИНУ */
    .full-photo {
      margin: 0 -16px 14px;      /* выйти за паддинги секции */
      border-radius: 0;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      background: #000;
    }

    .full-photo img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0;
      object-fit: cover;
    }

    .hero-photo {
      position: relative;
      background: radial-gradient(circle at 0 0, #bdf0ff, #1f8cff 40%, #00509a 100%);
    }

    .hero-chip {
      position: absolute;
      right: 14px;
      top: 10px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(0,0,0,0.7);
      color: #fff;
      font-size: 11px;
    }

    .hero-chip i { color: #ffe564; }

    .hero-chip.bottom {
      top: auto;
      bottom: 10px;
    }

    /* карточки */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
      margin-top: 8px;
    }

    @media (max-width: 400px) {
      .cards-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    .card {
      background: #fff;
      border-radius: var(--radius-lg);
      padding: 10px 10px 12px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      position: relative;
      overflow: hidden;
    }

    .card::after {
      content: "";
      position: absolute;
      width: 140%;
      height: 140%;
      left: -20%;
      top: -80%;
      background: radial-gradient(circle at 0 0, rgba(255,106,26,0.14), transparent 60%);
      pointer-events: none;
      opacity: 0.8;
    }

    .card-inner {
      position: relative;
      z-index: 1;
    }

    .card-icon {
      width: 32px;
      height: 32px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,106,26,.12);
      color: var(--orange);
      margin-bottom: 4px;
    }

    .card-title {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .card-text {
      margin-top: 3px;
      font-size: 12px;
      color: var(--muted);
    }

    /* вертикальные сплиты */
    .split {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .pill-row {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-top: 8px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 5px 9px;
      border-radius: 999px;
      font-size: 11px;
      background: rgba(0,0,0,0.06);
      color: var(--text);
    }

    .pill i {
      color: var(--orange);
    }

    /* характеристики */
    .specs-grid {
      display: grid;
      grid-template-columns: repeat(3,minmax(0,1fr));
      gap: 8px;
      margin-top: 8px;
    }

    .spec {
      background: #fff;
      border-radius: 16px;
      padding: 7px 6px 9px;
      text-align: center;
      box-shadow: 0 8px 18px rgba(0,0,0,0.06);
      font-size: 11px;
    }

    .spec-main {
      font-size: 15px;
      font-weight: 800;
      color: var(--blue-dark);
      margin-bottom: 2px;
    }

    .spec-label {
      color: var(--muted);
    }

    /* тайм-лента */
    .timeline {
      margin-top: 8px;
      border-left: 2px dashed rgba(0,0,0,0.14);
      padding-left: 10px;
    }

    .time-item {
      position: relative;
      margin-bottom: 8px;
      padding-left: 12px;
      font-size: 12px;
    }

    .time-item::before {
      content: "";
      position: absolute;
      left: -12px;
      top: 3px;
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--orange);
      box-shadow: 0 0 0 3px rgba(255,106,26,0.4);
    }

    .time-title {
      font-weight: 700;
    }

    /* список */
    .list {
      display: flex;
      flex-direction: column;
      gap: 6px;
      font-size: 13px;
      margin-top: 6px;
    }

    .list-item {
      display: flex;
      align-items: flex-start;
      gap: 7px;
    }

    .list-item i {
      color: var(--green);
      margin-top: 2px;
    }

    /* форма */
    .order {
      padding-bottom: 28px;
    }

    .order-box {
      background: linear-gradient(135deg,#fff7ea,#ffffff 40%,#e6fff0 100%);
      border-radius: 24px;
      padding: 16px 14px 14px;
      box-shadow: 0 16px 32px rgba(0,0,0,0.15);
      position: relative;
      overflow: hidden;
    }

    .order-box::before {
      content: "";
      position: absolute;
      width: 180%;
      height: 180%;
      left: -40%;
      top: -90%;
      background:
          radial-gradient(circle at 0 0, rgba(255,255,255,0.9), transparent 60%),
          radial-gradient(circle at 100% 0, rgba(255,214,120,0.95), transparent 60%);
      pointer-events: none;
    }

    .order-content {
      position: relative;
      z-index: 1;
    }

    .order-head {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: baseline;
      margin-bottom: 8px;
    }

    .order-title {
      font-size: 20px;
      text-transform: uppercase;
      color: var(--orange-dark);
    }

    .price-box {
      text-align: right;
      font-size: 13px;
    }

    .price-old {
      text-decoration: line-through;
      color: var(--muted);
      font-size: 12px;
    }

    .price-new {
      font-size: 21px;
      font-weight: 800;
      color: var(--green);
    }

    .order-timer {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px dashed rgba(231,88,8,0.7);
      background: rgba(255,255,255,0.9);
      font-size: 12px;
      margin-bottom: 10px;
    }

    .order-timer i { color: var(--orange-dark); }

    .order-form {
      display: flex;
      flex-direction: column;
      gap: 9px;
      margin-top: 4px;
    }

    .order-row {
      display: flex;
      gap: 8px;
    }

    .order-row > * { flex: 1; }

    label {
      display: block;
      font-size: 11px;
      margin-bottom: 2px;
      color: var(--muted);
    }

    input, select, textarea {
      width: 100%;
      padding: 9px 10px;
      border-radius: 999px;
      border: 1px solid rgba(0,0,0,0.12);
      font-size: 13px;
      font-family: inherit;
      outline: none;
      resize: none;
    }

    textarea {
      border-radius: 14px;
      min-height: 54px;
      padding-top: 7px;
    }

    input:focus, select:focus, textarea:focus {
      border-color: var(--orange);
      box-shadow: 0 0 0 2px rgba(255,106,26,0.18);
    }

    .order-note {
      margin-top: 4px;
      font-size: 11px;
      color: var(--muted);
    }

    /* FAQ */
    .faq-item {
      background: #fff;
      border-radius: 16px;
      padding: 10px 12px;
      margin-bottom: 8px;
      box-shadow: 0 8px 16px rgba(0,0,0,0.06);
      font-size: 13px;
    }

    .faq-q {
      font-weight: 700;
      margin-bottom: 4px;
    }

    /* нижний баннер */
    .bottom-bar {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255,255,255,0.97);
      box-shadow: 0 -8px 26px rgba(0,0,0,0.2);
      padding: 8px 10px;
      z-index: 50;
    }

    .bottom-inner {
      max-width: 520px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .bottom-text {
   max-width: 50%;
      font-size: 12px;
      line-height: 1.3;
    }

    .bottom-text span {
      color: var(--orange-dark);
      font-weight: 700;
    }

    .btn-bottom {
   
width: 100%;

padding: 9px 14px;
font-size: 13px;
    }
  