    :root {
      --primary: #0d6efd;
      --dark: #0b1220;
      --text-muted: #5f6f89;
      --surface: #f5f8ff;
      --radius-lg: 1.1rem;
      --anchor-offset: 64px;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: var(--anchor-offset);
    }

    #quality-control,
    #prices,
    #masters,
    #reviews,
    #faq,
    #question-form,
    #repair-quiz,
    #cta-form,
    #consultation-form,
    #cta-final {
      scroll-margin-top: calc(var(--anchor-offset) + 8px);
    }

    body {
      font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--dark);
      background-color: #ffffff;
      line-height: 1.5;
    }

    .navbar {
      backdrop-filter: saturate(160%) blur(10px);
      background: rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(13, 110, 253, 0.08);
    }

    .navbar .container {
      gap: 0.8rem;
    }

    .brand-mark {
      width: 2.2rem;
      height: 2.2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.7rem;
      background: linear-gradient(135deg, #0d6efd, #3da2ff);
      color: #fff;
      font-size: 1.1rem;
    }

    .brand-stack {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
    }

    .brand-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--dark);
    }

    .brand-subtitle {
      font-size: 0.73rem;
      color: #5f6f89;
      font-weight: 500;
      margin-top: 0.08rem;
    }

    .brand-subtitle-mobile {
      display: none;
    }

    .navbar-nav .nav-link {
      font-size: 0.92rem;
      color: #2b3f63;
      font-weight: 500;
      padding-left: 0.65rem;
      padding-right: 0.65rem;
    }

    .navbar-nav .nav-link:hover {
      color: var(--primary);
    }

    .header-phone {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      line-height: 1.2;
      white-space: nowrap;
    }

    .header-phone a {
      text-decoration: none;
      font-weight: 700;
      color: var(--primary);
      font-size: 1rem;
      background: rgba(13, 110, 253, 0.08);
      border-radius: 0.55rem;
      padding: 0.16rem 0.45rem;
      display: inline-flex;
      align-items: center;
      gap: 0.32rem;
    }

    .header-phone small {
      color: #5f6f89;
      font-size: 0.77rem;
      font-weight: 600;
      width: 100%;
      text-align: right;
    }

    .header-phone a .bi {
      font-size: 0.9em;
      line-height: 1;
    }

    .trust-metrics-section {
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .trust-metrics-section::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: url("img/cool.jpg") center / cover no-repeat;
      background-attachment: fixed;
      pointer-events: none;
    }

    .trust-metrics-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(135deg, rgba(13, 110, 253, 0.95), rgba(10, 77, 181, 0.92));
      pointer-events: none;
    }

    .trust-metrics-section .container {
      position: relative;
      z-index: 2;
    }

    .trust-metrics-section .eyebrow {
      color: rgba(122, 215, 255, 0.95);
    }

    .trust-metrics-section h2 {
      color: #f2f6ff;
    }

    .trust-metrics-section .metric-card {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.16);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(8px);
    }

    .trust-metrics-section .metric-card:hover {
      border-color: rgba(122, 215, 255, 0.4);
      box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
    }

    .trust-metrics-section .metric-card .bi {
      color: #8ed9ff;
      font-size: 1.6rem;
    }

    .trust-metrics-section .metric-card .display-6 {
      color: #ffffff;
    }

    .trust-metrics-section .metric-card .text-muted-custom {
      color: rgba(226, 235, 255, 0.82);
    }


    @media (max-width: 991.98px) {
      .trust-metrics-section::after {
        background-attachment: scroll;
      }

    }

    @media (prefers-reduced-motion: reduce) {
      .trust-metrics-section::after {
        background-attachment: scroll;
      }

    }

    .navbar-toggler {
      border: none;
      box-shadow: none;
      padding: 0.25rem 0.35rem;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .hero {
      position: relative;
      min-height: 88vh;
      color: #fff;
      background: linear-gradient(120deg, rgba(3, 47, 143, 0.88), rgba(16, 65, 144, 0.62)), url("img/main-bg.jpg") center / cover no-repeat;
      display: flex;
      align-items: center;
      padding: 8rem 0 4.5rem;
      transition: background 0.45s ease;
    }

    .hero-premium {
      background:
        linear-gradient(120deg, rgba(7, 19, 43, 0.84), rgba(17, 65, 143, 0.58)),
        url("img/main-bg2.jpeg") center / cover no-repeat;
    }

    .hero-switch .btn {
      border-radius: 999px;
      padding: 0.4rem 0.95rem;
      font-size: 0.86rem;
      font-weight: 600;
    }

    .hero-card {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: var(--radius-lg);
      box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(6px);
    }

    .section-pad {
      padding: 4.8rem 0;
    }

    .eyebrow {
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-size: 0.78rem;
      color: #8ca2c8;
      font-weight: 700;
    }

    .icon-bullet {
      display: grid;
      grid-template-columns: 2rem 1fr;
      gap: 0.75rem;
      align-items: start;
      margin-bottom: 0.75rem;
    }

    .icon-bullet i {
      color: #7ad7ff;
      font-size: 1.15rem;
    }

    .metric-card,
    .process-card,
    .price-card,
    .transport-card,
    .step-card,
    .faq-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(13, 45, 95, 0.08);
      box-shadow: 0 10px 25px rgba(14, 37, 74, 0.06);
      background: #fff;
      height: 100%;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .metric-card:hover,
    .process-card:hover,
    .transport-card:hover,
    .step-card:hover,
    .faq-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 28px rgba(14, 37, 74, 0.12);
      border-color: rgba(13, 110, 253, 0.22);
    }

    .process-card .bi,
    .metric-card .bi,
    .transport-card .bi,
    .step-card .bi,
    .faq-card .bi {
      color: var(--primary);
      font-size: 1.6rem;
    }

    .price-wrap {
      border-radius: var(--radius-lg);
      background: var(--surface);
      border: 1px solid rgba(13, 110, 253, 0.12);
      overflow: hidden;
    }

    .table > :not(caption) > * > * {
      padding: 0.9rem 1rem;
      vertical-align: middle;
    }

    .table tr:last-child td {
      border-bottom: none;
    }

    .price-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.8rem 1rem;
      margin-top: 1rem;
    }

    .price-more-link {
      color: var(--primary);
      text-decoration: underline;
      text-underline-offset: 0.18em;
      font-weight: 600;
    }

    .price-more-link:hover {
      color: #0a58ca;
    }

    .price-extra {
      display: none;
    }

    .price-order-col {
      width: 1%;
      white-space: nowrap;
      text-align: right;
    }

    .price-order-mobile-wrap {
      display: none;
      margin-top: 0.38rem;
    }

    .price-order-btn {
      font-size: 0.84rem;
      font-weight: 600;
      padding: 0.34rem 0.62rem;
      line-height: 1.2;
      white-space: nowrap;
    }

    #price-order-modal .modal-content {
      border: 1px solid rgba(13, 110, 253, 0.2);
      border-radius: 14px;
      box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
    }

    #price-order-service,
    #price-order-price {
      color: #1d2f4e;
    }

    @media (max-width: 767.98px) {
      .price-order-col {
        display: none;
      }

      .price-order-mobile-wrap {
        display: block;
        text-align: right;
      }

      .price-order-btn {
        font-size: 0.78rem;
        padding: 0.28rem 0.5rem;
      }
    }

    .bg-photo {
      border-radius: var(--radius-lg);
      min-height: 280px;
      background: none;
      box-shadow: none;
    }

    @media (min-width: 992px) {
      .bg-photo {
        background:
          linear-gradient(130deg, rgba(3, 46, 135, 0.38), rgba(13, 110, 253, 0.2)),
          url("img/computer-repair.jpg") center / cover no-repeat;
        box-shadow: 0 14px 30px rgba(8, 31, 73, 0.18);
      }
    }

    .cta-band {
      background:
        linear-gradient(135deg, rgba(13, 110, 253, 0.95), rgba(10, 77, 181, 0.92)),
        url("img/main-bg.jpeg") center / cover no-repeat;
      color: #fff;
      width: 100%;
      border-radius: 0;
      box-shadow: none;
    }

    .btn-contrast {
      background: #fff;
      color: #0d3f98;
      border-color: #fff;
      font-weight: 700;
    }

    .btn-contrast:hover {
      background: #f0f5ff;
      color: #0a357f;
      border-color: #f0f5ff;
    }

    .text-muted-custom {
      color: var(--text-muted);
    }

    .phone-link {
      text-decoration: none;
      color: inherit;
      font-weight: 700;
    }

    .site-footer {
      background: #e9eef8;
      border-top: 1px solid rgba(13, 45, 95, 0.16);
    }

    .site-footer .phone-link {
      color: #173e82;
    }

    .site-footer .phone-link:hover {
      color: #0d6efd;
    }

    .site-footer .text-muted-custom {
      color: #4f6282;
    }

    .hero h1 {
      font-size: clamp(1.9rem, 4vw, 3rem);
      line-height: 1.2;
    }

    .floating-badge {
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 999px;
      padding: 0.35rem 0.8rem;
      font-size: 0.86rem;
      margin-right: 0.35rem;
      margin-bottom: 0.35rem;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
    }

    .js-enabled .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .js-enabled .reveal.in-view {
      opacity: 1;
      transform: none;
    }

    .faq-card h3 {
      font-size: 1.03rem;
    }

    .master-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      border-top-left-radius: var(--radius-lg);
      border-top-right-radius: var(--radius-lg);
    }

    .master-card .master-meta {
      color: #7085a5;
      font-size: 0.88rem;
    }

    .review-card .stars {
      color: #f5b301;
      letter-spacing: 0.05em;
      font-size: 0.95rem;
    }

    .review-card .review-author {
      font-weight: 600;
      color: #30466f;
      font-size: 0.93rem;
    }

    .review-head {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 0.55rem;
    }

    .review-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(13, 110, 253, 0.14);
      flex: 0 0 auto;
    }

    .inline-cta {
      border: 1px dashed rgba(13, 110, 253, 0.35);
      border-radius: var(--radius-lg);
      background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 110, 253, 0.1));
    }

    .mini-form-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(13, 45, 95, 0.12);
      background: #fff;
      box-shadow: 0 10px 25px rgba(14, 37, 74, 0.06);
    }

    .quiz-card {
      border-radius: var(--radius-lg);
      border: 1px solid rgba(13, 45, 95, 0.12);
      background: #fff;
      box-shadow: 0 12px 28px rgba(14, 37, 74, 0.08);
    }

    .quiz-progress {
      height: 8px;
      background: rgba(13, 110, 253, 0.12);
      border-radius: 999px;
      overflow: hidden;
    }

    .quiz-progress-bar {
      height: 100%;
      width: 0;
      background: linear-gradient(90deg, #0d6efd, #4aa5ff);
      transition: width 0.25s ease;
    }

    .quiz-step {
      display: none;
    }

    .quiz-step.active {
      display: block;
    }

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

    .quiz-option {
      border: 1px solid rgba(13, 110, 253, 0.16);
      border-radius: 0.75rem;
      padding: 0.75rem 0.9rem;
      background: #fff;
      cursor: pointer;
      transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
      font-weight: 500;
    }

    .quiz-option:hover {
      border-color: rgba(13, 110, 253, 0.35);
      box-shadow: 0 6px 14px rgba(14, 37, 74, 0.1);
    }

    .quiz-option.selected {
      border-color: #0d6efd;
      background: rgba(13, 110, 253, 0.08);
    }

    .quiz-spotlight {
      border: 1px solid rgba(13, 110, 253, 0.28);
      background: linear-gradient(135deg, rgba(13, 110, 253, 0.09), rgba(13, 110, 253, 0.03));
      box-shadow: 0 16px 34px rgba(13, 70, 170, 0.18);
    }

    .transport-card .quiz-option {
      font-size: 0.92rem;
      padding: 0.65rem 0.75rem;
    }

    .quiz-nav-btn {
      min-width: 132px;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      padding: 0.28rem 0.7rem;
      line-height: 1.15;
    }

    .quiz-nav-btn .bi {
      color: inherit;
      font-size: 0.92em;
    }

    #quiz-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      line-height: 1.2;
    }

    #quiz-submit .bi {
      color: #fff;
      font-size: 0.98em;
      line-height: 1;
      flex: 0 0 auto;
    }

    .step-wrap {
      position: relative;
      padding-top: 0.9rem;
      height: 100%;
      display: flex;
      overflow: hidden;
      border-radius: var(--radius-lg);
    }

    .step-bg-number {
      position: absolute;
      top: 50%;
      left: 0.35rem;
      transform: translate(0, -50%);
      font-size: clamp(7rem, 14vw, 10.4rem);
      font-weight: 800;
      line-height: 1;
      color: rgba(13, 110, 253, 0.17);
      z-index: 0;
      pointer-events: none;
    }

    .step-card {
      position: relative;
      z-index: 1;
      width: 100%;
      background: rgba(255, 255, 255, 0.50);
    }

    .step-icon {
      width: 2.3rem;
      height: 2.3rem;
      border-radius: 0.65rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(13, 110, 253, 0.12);
      margin: 0 auto 0.8rem;
    }

    .step-icon .bi {
      font-size: 1.1rem;
      color: var(--primary);
    }

    @media (max-width: 991.98px) {
      :root {
        --anchor-offset: 58px;
      }

      .brand-subtitle-desktop {
        display: none;
      }

      .brand-subtitle-mobile {
        display: block;
        font-size: 0.68rem;
      }

      .header-phone {
        align-items: flex-start;
        margin-top: 0;
      }

      .navbar-collapse {
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(13, 110, 253, 0.1);
        border-radius: 0.8rem;
        padding: 0.75rem 0.85rem;
        margin-top: 0.65rem;
      }

      .hero {
        min-height: auto;
        padding-top: 6.5rem;
      }

      .section-pad {
        padding: 3.8rem 0;
      }

      .step-bg-number {
        font-size: clamp(5.2rem, 20vw, 7rem);
        left: 0.2rem;
        transform: translate(0, -50%);
      }

      .quiz-options {
        grid-template-columns: 1fr;
      }

      .inline-cta {
        align-items: flex-start !important;
      }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
      .inline-cta {
        flex-direction: column !important;
      }

      .inline-cta > .d-flex {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
      }
    }

    @media (max-width: 476px) {
      :root {
        --anchor-offset: 54px;
      }

      .navbar .container {
        gap: 0.4rem;
      }

      .navbar-brand {
        gap: 0.5rem !important;
        margin-right: 0.25rem;
      }

      .brand-mark {
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 0.55rem;
        font-size: 0.9rem;
      }

      .brand-title {
        font-size: 0.78rem;
      }

      .brand-subtitle-mobile {
        font-size: 0.58rem;
      }

      .header-phone {
        margin-right: 0.2rem !important;
      }

      .header-phone a {
        font-size: 0.95rem;
      }

      .header-phone small {
        font-size: 0.7rem;
      }

      .navbar-toggler {
        padding: 0.15rem 0.2rem;
      }

      .navbar-toggler-icon {
        width: 1em;
        height: 1em;
      }
    }

    @media (max-width: 380px) {
      .brand-title {
        font-size: 0.72rem;
      }

      .brand-subtitle-mobile {
        font-size: 0.54rem;
      }

      .header-phone a {
        font-size: 0.9rem;
      }

      .header-phone small {
        font-size: 0.68rem;
      }
    }

    #global-form-popup {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
      background: rgba(8, 18, 38, 0.58);
    }

    #global-form-popup-card {
      width: min(440px, 100%);
      background: #fff;
      border-radius: 14px;
      border: 1px solid rgba(13, 110, 253, 0.18);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
      padding: 18px 16px 14px;
    }

    #global-form-popup-msg {
      margin: 0;
      color: #1d2f4e;
      font-size: 17px;
      line-height: 1.4;
      text-align: center;
      font-weight: 500;
    }

    #global-form-popup-close {
      margin: 12px auto 0;
      display: block;
      min-width: 96px;
      border: none;
      border-radius: 9px;
      padding: 8px 14px;
      font-weight: 600;
      color: #fff;
      background: #0d6efd;
      cursor: pointer;
    }

    #global-form-popup.success #global-form-popup-close {
      background: #198754;
    }

    #global-form-popup.error #global-form-popup-close {
      background: #dc3545;
    }

    #exit-offer-modal {
      position: fixed;
      inset: 0;
      z-index: 9998;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
      background: rgba(7, 18, 38, 0.68);
    }

    #exit-offer-modal.is-open {
      display: flex;
    }

    .exit-offer-card {
      width: min(540px, 100%);
      border-radius: 16px;
      border: 1px solid rgba(13, 110, 253, 0.22);
      background: linear-gradient(145deg, #ffffff, #f4f8ff);
      box-shadow: 0 22px 46px rgba(0, 0, 0, 0.3);
      padding: 20px 18px 16px;
      position: relative;
    }

    .exit-offer-close {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 34px;
      height: 34px;
      border: none;
      border-radius: 999px;
      background: rgba(13, 110, 253, 0.12);
      color: #0d4db3;
      font-size: 1.2rem;
      line-height: 1;
      cursor: pointer;
    }

    .exit-offer-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.78rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: #0d4db3;
      background: rgba(13, 110, 253, 0.12);
      border-radius: 999px;
      padding: 0.28rem 0.62rem;
      margin-bottom: 0.7rem;
    }

    .exit-offer-title {
      font-size: clamp(1.25rem, 2.6vw, 1.65rem);
      line-height: 1.25;
      margin-bottom: 0.55rem;
      color: #102b55;
    }

    .exit-offer-text {
      color: #415a83;
      margin-bottom: 0.95rem;
    }

    .exit-offer-note {
      color: #5a6f91;
      font-size: 0.84rem;
      margin-top: 0.6rem;
      margin-bottom: 0;
    }

    @media (max-width: 575.98px) {
      .exit-offer-card {
        padding: 16px 14px 14px;
      }
    }