  .reboot-page {
    padding-top: 5.2rem;
    color: var(--foreground);
    overflow-x: hidden;
    background:
      radial-gradient(circle at 5% 10%, rgba(53, 206, 149, 0.2) 0%, rgba(53, 206, 149, 0) 35%),
      radial-gradient(circle at 95% 0%, rgba(248, 196, 218, 0.25) 0%, rgba(248, 196, 218, 0) 34%),
      linear-gradient(180deg, #fbfffd 0%, #f7fbff 32%, #ffffff 100%);
  }

  .reboot-page section {
    position: relative;
    padding: 1.65rem 0;
  }

  .reboot-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(53, 206, 149, 0.35);
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    color: #117a58;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 12px 28px rgba(21, 47, 66, 0.08);
  }

  .reboot-hero {
    padding-top: 1rem;
    padding-bottom: 2.4rem;
  }

  .reboot-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .reboot-hero-card {
    border-radius: 1.65rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 248, 246, 0.96) 100%);
    border: 1px solid rgba(17, 122, 88, 0.14);
    box-shadow: 0 22px 50px rgba(8, 29, 46, 0.1);
    padding: 1.6rem;
  }

  .reboot-lead {
    font-size: 1.05rem;
    max-width: 39rem;
    margin-top: 1.2rem;
    color: #4e6476;
  }

  .reboot-hero-list {
    list-style: none;
    display: grid;
    gap: 0.7rem;
    margin: 1.35rem 0 0;
  }

  .reboot-hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    color: #2e465c;
    font-weight: 500;
  }

  .reboot-hero-list svg {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
    color: #18a979;
    flex-shrink: 0;
  }

  .reboot-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
  }

  .reboot-page .btn-hero,
  .reboot-page .btn-outline {
    white-space: normal;
    line-height: 1.25;
  }

  .reboot-page .btn-outline.reboot-btn-intensive {
    background: #e3eaee;
    border-color: #b8c8d1;
    color: #173246;
    box-shadow: 0 8px 20px rgba(15, 42, 61, 0.12);
  }

  .reboot-page .btn-outline.reboot-btn-intensive:hover,
  .reboot-page .btn-outline.reboot-btn-intensive:focus {
    background: #d5e0e6;
    border-color: #9eb4c0;
    color: #102737;
  }

  .reboot-cta .btn-hero,
  .reboot-cta .btn-outline {
    width: 100%;
  }

  .reboot-hero-cta .btn-hero,
  .reboot-hero-cta .btn-outline {
    width: 100%;
  }

  .reboot-stack-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .reboot-stack-cta .btn-hero,
  .reboot-stack-cta .btn-outline {
    width: 100%;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .reboot-step-jump {
    display: inline-block;
    margin-top: 0.72rem;
    color: #0f7d67;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .reboot-intense-eyebrow {
    font-size: 0.92rem;
    padding: 0.58rem 1.2rem;
    letter-spacing: 0.04em;
  }

  .reboot-media {
    position: relative;
    border-radius: 1.7rem;
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0 22px 50px rgba(6, 37, 62, 0.2);
  }

  .reboot-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(175deg, rgba(8, 49, 52, 0.05) 0%, rgba(0, 24, 42, 0.48) 100%);
    z-index: 1;
  }

  .reboot-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .reboot-floating {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    border-radius: 1.2rem;
    backdrop-filter: blur(11px);
    background: rgba(10, 30, 41, 0.63);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.95rem 1rem;
    color: #f2fbff;
  }

  .reboot-floating b {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 0.22rem;
  }

  .reboot-floating p {
    color: rgba(242, 251, 255, 0.86);
    font-size: 0.92rem;
  }

  .reboot-section-head {
    max-width: 49rem;
    margin: 0 auto 2rem;
    text-align: center;
  }

  .reboot-section-head p {
    margin-top: 0.85rem;
    color: #556c7c;
  }

  .reboot-grid-3 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .reboot-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .reboot-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(22, 50, 76, 0.12);
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 0 14px 30px rgba(10, 35, 58, 0.08);
    padding: 1.15rem;
  }

  .reboot-card h3,
  .reboot-card h4 {
    margin-bottom: 0.65rem;
  }

  .reboot-scenario-card {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    column-gap: 0.8rem;
    row-gap: 0.3rem;
    align-items: center;
  }

  .reboot-scenario-media {
    grid-column: 1;
    grid-row: 1 / span 2;
    overflow: hidden;
    border-radius: 0.85rem;
    border: 1px solid rgba(22, 50, 76, 0.12);
    width: 10rem;
    height: 5.8rem;
    background: #efe4c9;
  }

  .reboot-scenario-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .reboot-scenario-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: end;
  }

  .reboot-scenario-card .text-muted {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    align-self: start;
  }

  @media (max-width: 480px) {
    .reboot-scenario-card {
      grid-template-columns: 7.6rem minmax(0, 1fr);
      column-gap: 0.65rem;
    }

    .reboot-scenario-media {
      width: 7.6rem;
      height: 4.6rem;
      border-radius: 0.78rem;
    }
  }

  .reboot-symptoms ul,
  .reboot-simple-list,
  .reboot-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.62rem;
  }

  .reboot-symptoms li,
  .reboot-simple-list li,
  .reboot-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.58rem;
    color: #324b60;
  }

  .reboot-symptoms li svg,
  .reboot-simple-list li svg,
  .reboot-card li svg {
    width: 0.92rem;
    height: 0.92rem;
    margin-top: 0.27rem;
    color: #1baa7c;
    flex-shrink: 0;
  }

  .reboot-flow {
    display: grid;
    gap: 0.8rem;
  }

  .reboot-flow-step {
    border-radius: 1rem;
    padding: 0.8rem 0.95rem;
    font-weight: 600;
    color: #213b4d;
    background: linear-gradient(135deg, rgba(53, 206, 149, 0.14) 0%, rgba(248, 196, 218, 0.2) 100%);
    border: 1px solid rgba(53, 206, 149, 0.22);
    text-align: center;
  }

  .reboot-arrow {
    text-align: center;
    color: #2e9b75;
    font-size: 1.2rem;
    line-height: 1;
  }

  .reboot-note {
    margin-top: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(39, 71, 89, 0.12);
    background: rgba(250, 255, 255, 0.94);
    padding: 0.85rem 0.95rem;
    color: #3f5a6f;
  }

  .reboot-note-centered {
    text-align: center;
  }

  .reboot-note-centered .reboot-cta {
    margin-top: 0.9rem;
    justify-content: center;
  }

  .reboot-guide-start-note {
    width: 100%;
    box-sizing: border-box;
    margin: 1rem auto 0;
    white-space: normal;
  }

  .reboot-transition-note {
    margin: 0 0 0.85rem;
    text-align: center;
  }

  .reboot-analyses-grid {
    margin-top: 0;
  }

  .reboot-analyses-head {
    margin-bottom: 1rem;
  }

  .reboot-analyses-item h4 {
    margin: 0 0 0.6rem;
  }

  .reboot-analyses-item .reboot-simple-list {
    margin-top: 0;
  }

  .reboot-analyses-note {
    margin-top: 1rem;
  }

  .reboot-steps-head {
    margin-bottom: 1.2rem;
  }

  .reboot-results-grid {
    grid-auto-rows: 1fr;
    align-items: stretch;
  }

  .reboot-result-card {
    height: 100%;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    padding-top: 0.72rem;
  }

  .reboot-result-media {
    width: 100%;
    flex: 0 0 min(80%, 11rem);
    height: min(80%, 11rem);
    margin-bottom: 0.68rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(22, 50, 76, 0.12);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 58%;
    background-color: #e9f4ef;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  }

  .reboot-result-media-body {
    background-image: url("images/reboot-result-body.webp");
  }

  .reboot-result-media-energy {
    background-image: url("images/reboot-result-energy.webp");
  }

  .reboot-result-media-skin {
    background-image: url("images/reboot-result-skin.webp");
  }

  @media (max-width: 480px) {
    .reboot-guide-start-note {
      width: auto;
      white-space: normal;
    }

    .reboot-result-card {
      min-height: 20rem;
    }

    .reboot-result-media {
      flex-basis: min(78%, 9.8rem);
      height: min(78%, 9.8rem);
    }
  }

  .reboot-step-card {
    display: grid;
    grid-template-columns: 9.2rem minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.35rem;
    align-items: center;
    min-height: 10.2rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(23, 67, 91, 0.13);
    padding: 1rem;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 252, 250, 0.95) 100%);
    box-shadow: 0 12px 22px rgba(8, 34, 51, 0.06);
  }

  .reboot-step-media {
    width: 100%;
    height: 7rem;
    margin-bottom: 0;
    border-radius: 0.9rem;
    border: 1px solid rgba(22, 50, 76, 0.12);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #e9f4ef;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .reboot-step-media-1 {
    background-image: url("images/reboot-steps/step-1.png");
    background-image: image-set(url("images/reboot-steps/step-1.webp") type("image/webp"), url("images/reboot-steps/step-1.png") type("image/png"));
  }

  .reboot-step-media-2 {
    background-image: url("images/reboot-steps/step-2.png");
    background-image: image-set(url("images/reboot-steps/step-2.webp") type("image/webp"), url("images/reboot-steps/step-2.png") type("image/png"));
  }

  .reboot-step-media-3 {
    background-image: url("images/reboot-steps/step-3.png");
    background-image: image-set(url("images/reboot-steps/step-3.webp") type("image/webp"), url("images/reboot-steps/step-3.png") type("image/png"));
  }

  .reboot-step-media-4 {
    background-image: url("images/reboot-steps/step-4.png");
    background-image: image-set(url("images/reboot-steps/step-4.webp") type("image/webp"), url("images/reboot-steps/step-4.png") type("image/png"));
  }

  .reboot-step-media-5 {
    background-image: url("images/reboot-steps/step-5.png");
    background-image: image-set(url("images/reboot-steps/step-5.webp") type("image/webp"), url("images/reboot-steps/step-5.png") type("image/png"));
  }

  .reboot-step-media-6 {
    background-image: url("images/reboot-steps/step-6.png");
    background-image: image-set(url("images/reboot-steps/step-6.webp") type("image/webp"), url("images/reboot-steps/step-6.png") type("image/png"));
  }

  .reboot-step-media-7 {
    background-image: url("images/reboot-steps/step-7.png");
    background-image: image-set(url("images/reboot-steps/step-7.webp") type("image/webp"), url("images/reboot-steps/step-7.png") type("image/png"));
  }

  .reboot-step-media-8 {
    background-image: url("images/reboot-steps/step-8.png");
    background-image: image-set(url("images/reboot-steps/step-8.webp") type("image/webp"), url("images/reboot-steps/step-8.png") type("image/png"));
  }

  .reboot-step-top {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1;
  }

  .reboot-step-top h3 {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .reboot-step-index {
    min-height: 1.8rem;
    min-width: 3.45rem;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #26c18b 0%, #13a174 100%);
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(14, 143, 100, 0.38);
    flex-shrink: 0;
    white-space: nowrap;
  }

  .reboot-step-card p {
    color: #4d6578;
    font-size: 0.96rem;
    margin: 0;
    grid-column: 2;
    grid-row: 2;
  }

  .reboot-step-feature {
    display: grid;
    grid-template-columns: 9.2rem minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.35rem;
    align-items: center;
    margin-bottom: 0.45rem;
  }

  .reboot-step-feature .reboot-step-media {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
  }

  .reboot-step-feature .reboot-step-top {
    grid-column: 2;
    grid-row: 1;
  }

  .reboot-step-feature .reboot-step-top h3 {
    margin: 0;
  }

  .reboot-step-feature-description {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    margin-top: 12px;
    max-width: 642px;
    color: #4d6578;
    font-size: 0.96rem;
  }

  @media (max-width: 480px) {
    .reboot-step-card {
      grid-template-columns: 6.25rem minmax(0, 1fr);
      column-gap: 0.65rem;
      row-gap: 0.42rem;
      align-items: start;
      min-height: 0;
    }

    .reboot-step-card .reboot-step-top {
      grid-column: 1 / -1;
      grid-row: 1;
    }

    .reboot-step-card .reboot-step-media {
      grid-column: 1;
      grid-row: 2;
      height: 5.65rem;
    }

    .reboot-step-media {
      height: 6.2rem;
    }

    .reboot-step-feature {
      grid-template-columns: 6.25rem minmax(0, 1fr);
      column-gap: 0.65rem;
      row-gap: 0.42rem;
      align-items: start;
    }

    .reboot-step-feature .reboot-step-top {
      grid-column: 1 / -1;
      grid-row: 1;
    }

    .reboot-step-feature .reboot-step-media {
      grid-column: 1;
      grid-row: 2;
      height: 5.65rem;
    }

    .reboot-step-feature-description {
      grid-column: 2;
      grid-row: 2;
      margin-top: 0;
      max-width: none;
    }
  }

  .reboot-mini-title {
    margin-top: 0.85rem;
    margin-bottom: 0.5rem;
    font-size: 0.98rem;
    color: #1f3b4f;
  }

  .reboot-link-note {
    margin-top: 0.85rem;
    border-radius: 0.85rem;
    padding: 0.65rem 0.8rem;
    background: rgba(12, 108, 112, 0.08);
    color: #3f5b6f;
    font-size: 0.9rem;
  }

  .reboot-link-note a {
    color: #0f7d67;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .reboot-step-link-blue {
    color: #1d5fd1;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .reboot-step-link-blue:hover {
    color: #184fb0;
  }

  .reboot-scenario-route {
    margin-top: 0.8rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(21, 89, 78, 0.2);
    background: rgba(236, 252, 245, 0.92);
    color: #0f6d57;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .reboot-products-step + .reboot-products-step {
    margin-top: 1rem;
  }

  .reboot-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.8rem;
  }

  .reboot-product-card {
    border-radius: 1rem;
    border: 1px solid rgba(18, 64, 92, 0.14);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(10, 35, 58, 0.07);
    padding: 0.48rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .reboot-product-media {
    border-radius: 0.66rem;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(237, 250, 246, 0.95) 0%, rgba(245, 252, 255, 0.95) 100%);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem;
  }

  .reboot-product-media img {
    width: 68%;
    height: 68%;
    display: block;
    object-fit: contain;
  }

  .reboot-product-title {
    color: #1d3b50;
    font-weight: 700;
    line-height: 1.3;
    font-size: 0.79rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.05em;
  }

  .reboot-product-links {
    display: grid;
    gap: 0.32rem;
  }

  .reboot-product-link {
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 0.62rem;
    padding: 0.44rem 0.42rem;
    font-size: 0.66rem;
    font-weight: 700;
    background: linear-gradient(135deg, #22be88 0%, #0ea577 100%);
    text-decoration: none;
    line-height: 1.15;
    text-align: center;
    box-shadow: 0 6px 14px rgba(18, 133, 93, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .reboot-product-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(18, 133, 93, 0.32);
  }

  .reboot-product-link::after {
    content: ' \2197';
    font-size: 0.75em;
    font-weight: 800;
  }

  .reboot-product-links .reboot-product-link:nth-child(n+2) {
    background: rgba(239, 251, 245, 0.95);
    color: #0f7d67;
    border-color: rgba(24, 116, 88, 0.35);
    box-shadow: none;
  }

  .reboot-intense {
    padding: 5.3rem 0 6rem;
    background:
      radial-gradient(circle at 80% -20%, rgba(53, 206, 149, 0.22) 0%, rgba(53, 206, 149, 0) 40%),
      linear-gradient(180deg, #f4fbf8 0%, #f8fbff 60%, #ffffff 100%);
    border-top: 1px solid rgba(23, 63, 83, 0.08);
    border-bottom: 1px solid rgba(23, 63, 83, 0.08);
  }

  .reboot-intense-wrap {
    border-radius: 1.6rem;
    border: 1px solid rgba(19, 78, 104, 0.18);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 30px 56px rgba(6, 34, 53, 0.12);
    padding: 1.35rem;
  }

  .reboot-day {
    border-radius: 1rem;
    background: rgba(249, 255, 252, 0.95);
    border: 1px solid rgba(45, 108, 136, 0.16);
    padding: 1rem;
  }

  .reboot-day ul {
    margin-top: 0.6rem;
  }

  .reboot-price {
    border-radius: 1.15rem;
    background: linear-gradient(140deg, rgba(12, 45, 67, 0.95) 0%, rgba(13, 88, 79, 0.92) 100%);
    padding: 1rem;
    color: #f2fffb;
  }

  .reboot-price--vip {
    background: linear-gradient(140deg, #f6f9fb 0%, #e7eef5 100%);
    color: #2a3f50;
    border: 1px solid rgba(39, 71, 89, 0.1);
  }

  .reboot-price--vip .reboot-new {
    color: #1a3047;
  }

  .reboot-price--vip .reboot-price-divider {
    opacity: 0.55;
  }

  .reboot-price--vip .reboot-price-head {
    align-items: center;
  }

  .reboot-price--vip .reboot-eyebrow {
    background: linear-gradient(140deg, rgba(12, 45, 67, 0.95) 0%, rgba(13, 88, 79, 0.92) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    color: #f2fffb;
    font-size: 1.22rem;
    padding: 0.62rem 1.3rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .reboot-price p {
    color: rgba(242, 255, 251, 0.88);
  }

  .reboot-price-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.55rem;
  }

  .reboot-price-main {
    min-width: 0;
  }

  .reboot-old {
    display: flex;
    align-items: baseline;
    gap: 0.24rem;
    flex-wrap: wrap;
    text-decoration: line-through;
    opacity: 0.72;
    font-size: 1rem;
  }

  .reboot-new {
    display: flex;
    align-items: baseline;
    gap: 0.26rem;
    flex-wrap: wrap;
    font-size: clamp(1.9rem, 5vw, 2.65rem);
    line-height: 1;
    margin: 0.2rem 0 0;
    color: #ffffff;
  }

  .reboot-price-currency-line {
    white-space: nowrap;
  }

  .reboot-price-divider {
    opacity: 0.82;
  }

  .reboot-countdown {
    margin-left: auto;
    min-width: 12rem;
    border-radius: 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    padding: 0.42rem 0.65rem 0.55rem;
    text-align: center;
  }

  .reboot-countdown-label {
    display: block;
    font-size: 0.67rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(242, 255, 251, 0.78);
  }

  .reboot-countdown-timer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.4rem;
    margin-top: 0.35rem;
  }

  .reboot-countdown-block {
    text-align: center;
    min-width: 2.6ch;
  }

  .reboot-countdown-value {
    display: block;
    font-size: clamp(1.05rem, 2.8vw, 1.34rem);
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
  }

  .reboot-countdown-unit {
    display: block;
    font-size: 0.58rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(242, 255, 251, 0.65);
    margin-top: 0.15rem;
  }

  .reboot-countdown-sep {
    font-size: clamp(1.05rem, 2.8vw, 1.34rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.1;
  }

  .reboot-testimonials-wrap {
    position: relative;
  }

  .reboot-testimonials-nav {
    display: inline-flex;
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(26, 72, 96, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #123449;
    box-shadow: 0 8px 20px rgba(6, 34, 53, 0.16);
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    padding: 0;
    line-height: 1;
    user-select: none;
  }

  .reboot-testimonials-nav:hover {
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(6, 34, 53, 0.22);
    transform: translateY(-50%) scale(1.03);
  }

  .reboot-testimonials-nav span {
    font-size: 1.55rem;
    margin-top: -1px;
  }

  .reboot-testimonials-nav-prev {
    left: 0.28rem;
  }

  .reboot-testimonials-nav-next {
    right: 0.28rem;
  }

  .reboot-testimonials-scroll {
    --reboot-testimonials-gap: 0.85rem;
    display: flex;
    gap: var(--reboot-testimonials-gap);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 50%;
    -webkit-overflow-scrolling: touch;
    padding: 0.2rem 0.35rem 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.55) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.55) 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.55) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.55) 92%, transparent 100%);
    cursor: grab;
  }

  .reboot-testimonials-scroll:active {
    cursor: grabbing;
  }

  .reboot-testimonials-scroll::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .reboot-testimonials-scroll::-webkit-scrollbar-track {
    background: transparent;
  }

  .reboot-testimonials-scroll::-webkit-scrollbar-thumb {
    background: rgba(53, 206, 149, 0.3);
    border-radius: 3px;
  }

  .reboot-testimonial-card {
    flex: 0 0 clamp(17.2rem, 74vw, 24rem);
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    border-radius: 1.1rem;
    padding: 0.78rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  .reboot-testimonial-card h3 {
    margin-bottom: 0.5rem;
  }

  .reboot-testimonial-card .reboot-note {
    margin-top: 0;
    padding: 0.58rem 0.7rem;
    font-size: 0.9rem;
  }

  .reboot-testimonial-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.55rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: clamp(12rem, 40vw, 14.8rem);
    background: rgba(255, 255, 255, 0.75);
    cursor: zoom-in;
  }

  .reboot-testimonial-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    background: #ffffff;
    -webkit-user-drag: none;
    user-select: none;
  }

  .reboot-testimonial-card.section-smoke {
    background: #f9fafb;
  }

  .reboot-testimonial-card.section-sky {
    background: #f0f7ff;
  }

  body.reboot-modal-open {
    overflow: hidden;
  }

  .reboot-testimonial-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    background: rgba(7, 20, 31, 0.76);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .reboot-testimonial-modal.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .reboot-testimonial-modal-dialog {
    position: relative;
    width: min(96vw, 860px);
    max-height: 90vh;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(209, 218, 226, 0.9);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  }

  .reboot-testimonial-modal-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    display: block;
    object-fit: contain;
    background: #ffffff;
  }

  .reboot-testimonial-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2.1rem;
    height: 2.1rem;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
    color: #173246;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }

  .reboot-floating-cta {
    position: fixed;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    z-index: 100;
    display: inline-block;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #e8a840 0%, #d4792a 50%, #c25a1a 100%);
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(194, 90, 26, 0.4), 0 2px 8px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  }

  .reboot-floating-cta.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .reboot-floating-cta:hover {
    box-shadow: 0 8px 32px rgba(194, 90, 26, 0.5), 0 3px 12px rgba(0, 0, 0, 0.2);
    filter: brightness(1.06);
  }

  .reboot-bridge {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(180deg, #ffffff 0%, #f5faf8 100%);
  }

  .reboot-day-label {
    display: inline-block;
    background: rgba(53, 206, 149, 0.12);
    color: #117a58;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
  }

  .reboot-action-box {
    margin-top: 1rem;
    display: grid;
    gap: 0.8rem;
  }

  .reboot-action-box .btn-hero,
  .reboot-action-box .btn-outline {
    width: 100%;
  }

  .reboot-footer-note {
    margin-top: 1.3rem;
    font-size: 0.9rem;
    color: #607489;
  }

  .reboot-disclaimer {
    margin-top: 1.35rem;
    font-size: 0.86rem;
    color: #7a8997;
    text-align: center;
  }

  @media (max-width: 767px) {
    .reboot-step-feature {
      grid-template-columns: 6.9rem minmax(0, 1fr);
      column-gap: 0.72rem;
      row-gap: 0.45rem;
      align-items: start;
    }

    .reboot-step-feature .reboot-step-top {
      grid-column: 1 / -1;
      grid-row: 1;
      margin-bottom: 0.5rem;
    }

    .reboot-step-feature .reboot-step-top h3 {
      width: 100%;
      line-height: 1.06;
    }

    .reboot-step-feature .reboot-step-media {
      grid-column: 1;
      grid-row: 2;
      height: 6.05rem;
    }

    .reboot-step-feature-description {
      grid-column: 2;
      grid-row: 2;
      margin-top: 0;
      max-width: none;
    }

    .reboot-price-head {
      display: block;
      margin-bottom: 0.7rem;
    }

    .reboot-price-main {
      min-width: 0;
      max-width: none;
    }

    .reboot-old {
      font-size: 0.95rem;
      line-height: 1.06;
      margin: 0;
      opacity: 0.68;
    }

    .reboot-new {
      font-size: clamp(2rem, 8.6vw, 2.35rem);
      line-height: 0.96;
      margin: 0.16rem 0 0.55rem;
    }

    .reboot-old,
    .reboot-new {
      flex-direction: row;
      align-items: baseline;
      gap: 0.24rem;
      justify-content: center;
    }

    .reboot-price-divider {
      display: inline;
    }

    /* VIP-блок на мобиле: плашка и цена в столбик и по центру. */
    .reboot-price--vip .reboot-price-head {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }

    .reboot-price--vip .reboot-new {
      justify-content: center;
    }

    .reboot-countdown {
      margin-left: 0;
      min-width: 0;
      width: 100%;
      padding: 0.4rem 0.5rem 0.46rem;
    }

    .reboot-countdown-label {
      font-size: 0.6rem;
      letter-spacing: 0.03em;
    }

    .reboot-countdown-timer {
      margin-top: 0.26rem;
      gap: 0.32rem;
    }

    .reboot-countdown-value {
      font-size: 1.15rem;
      line-height: 1;
    }

    .reboot-countdown-unit {
      font-size: 0.5rem;
      margin-top: 0.08rem;
    }

    .reboot-countdown-extended,
    .reboot-countdown-sep-extended {
      display: none;
    }
  }

  @media (min-width: 768px) {
    .reboot-page section {
      padding: 2.6rem 0;
    }

    .reboot-hero-grid,
    .reboot-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reboot-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reboot-products-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.55rem;
    }

    .reboot-product-card {
      padding: 0.45rem;
      gap: 0.36rem;
    }

    .reboot-product-title {
      font-size: 0.72rem;
    }

    .reboot-product-link {
      font-size: 0.62rem;
      padding: 0.37rem 0.34rem;
    }

    .reboot-card,
    .reboot-hero-card,
    .reboot-intense-wrap {
      padding: 1.5rem;
    }

    .reboot-cta .btn-hero,
    .reboot-cta .btn-outline {
      width: auto;
    }

    .reboot-hero-cta .btn-hero,
    .reboot-hero-cta .btn-outline {
      width: 100%;
    }

    .reboot-stack-cta .btn-hero,
    .reboot-stack-cta .btn-outline {
      width: 100%;
    }

    .reboot-testimonial-card {
      flex-basis: clamp(21rem, 62vw, 27rem);
    }

    .reboot-intense-eyebrow {
      font-size: 1.02rem;
    }

    .reboot-price {
      padding: 1.25rem;
    }
  }

  @media (min-width: 992px) {
    .reboot-testimonial-card {
      flex-basis: clamp(22rem, 58vw, 28rem);
    }

    .reboot-products-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (max-width: 420px) {
    .reboot-new {
      font-size: clamp(1.82rem, 9vw, 2.1rem);
    }

    .reboot-countdown {
      padding: 0.36rem 0.44rem 0.42rem;
    }

    .reboot-countdown-timer {
      gap: 0.28rem;
    }

    .reboot-countdown-value {
      font-size: 1.08rem;
    }

    .reboot-countdown-unit {
      font-size: 0.48rem;
    }
  }

  @media (min-width: 1100px) {
    .reboot-hero-grid {
      grid-template-columns: 1.22fr 0.95fr;
      gap: 2.3rem;
      align-items: stretch;
    }

    .reboot-media {
      min-height: 100%;
    }
  }

  @media (min-width: 1200px) {
    .reboot-products-grid {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
