:root {
  --primary: #5b5fef;
  --primary-dark: #464bd5;
  --mint: #54d6b5;
  --coral: #ff8a6b;
  --yellow: #ffd86b;
  --sky: #67b8f4;
  --text: #202234;
  --text-soft: #5b6475;
  --text-muted: #8a93a5;
  --border: #e6e9f2;
  --surface: #ffffff;
  --surface-soft: #f7f7fc;
  --surface-indigo: #f0f3ff;
  --surface-mint: #f0fbf8;
  --surface-coral: #fff4f0;
  --container: 1180px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow: 0 22px 60px rgba(44, 48, 96, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id],
main[id] { scroll-margin-top: 86px; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
}
html.menu-open { overflow: hidden; }
body.menu-open {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.section { padding: 88px 0; }

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading h2,
.why-heading h2,
.about-layout h2,
.contact-panel h2,
.xirepair-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-heading p,
.why-heading p,
.about-copy p,
.contact-panel p,
.xirepair-copy > p {
  margin: 0;
  color: var(--text-soft);
  font-size: 18px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 10px 30px rgba(32,34,52,.06);
}
.navbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  color: var(--text);
  text-decoration: none;
  font-size: 26px;
  font-weight: 850;
  letter-spacing: -0.05em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links a {
  color: #3e4555;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.nav-links a:hover { color: var(--primary); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

/* Buttons */
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: white;
  background: var(--primary);
  box-shadow: 0 12px 26px rgba(91,95,239,.22);
}
.button-primary:hover {
  background: var(--primary-dark);
  box-shadow: 0 18px 34px rgba(91,95,239,.34);
}
.button-secondary {
  color: var(--text);
  background: white;
  border-color: var(--border);
}
.button-secondary:hover {
  border-color: #b7bef7;
  box-shadow: 0 16px 30px rgba(44,48,96,.14);
  background: #ffffff;
}
/* Hero */
.hero {
  padding: 92px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(91,95,239,.12), transparent 18%),
    radial-gradient(circle at 92% 72%, rgba(84,214,181,.12), transparent 15%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: 72px;
}
.hero-copy h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}
.hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--text-soft);
  font-size: 20px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-trust span {
  padding: 7px 11px;
  color: #646b7c;
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.solution-overview {
  position: relative;
  padding: 30px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(219,223,241,.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.overview-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.decoration-one {
  width: 110px;
  height: 110px;
  top: -34px;
  right: -28px;
  background: rgba(91,95,239,.14);
}
.decoration-two {
  width: 72px;
  height: 72px;
  bottom: -22px;
  left: -22px;
  background: rgba(255,138,107,.16);
}
.overview-header { margin-bottom: 22px; }
.overview-kicker {
  display: block;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.overview-header h2 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: -.03em;
}
.overview-header p {
  margin: 6px 0 0;
  color: var(--text-soft);
}
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.overview-item {
  display: flex;
  gap: 13px;
  min-height: 132px;
  padding: 18px;
  border-radius: 18px;
}
.overview-item h3 {
  margin: 0 0 5px;
  font-size: 17px;
}
.overview-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
}
.overview-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.75);
  border-radius: 11px;
}
.overview-icon svg,
.future-icon svg,
.service-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.overview-indigo { background: var(--surface-indigo); }
.overview-indigo .overview-icon { color: var(--primary); }
.overview-blue { background: #eef8ff; }
.overview-blue .overview-icon { color: #3f9dd9; }
.overview-mint { background: var(--surface-mint); }
.overview-mint .overview-icon { color: #2cae8e; }
.overview-coral { background: var(--surface-coral); }
.overview-coral .overview-icon { color: var(--coral); }
.overview-item,
.service-card,
.solution-strip div,
.xirepair-main-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.overview-item:hover,
.service-card:hover,
.solution-strip div:hover,
.xirepair-main-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(32, 38, 84, 0.12);
}
/* Solutions */
.solutions-section { background: var(--surface-soft); }
.solution-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
}
.solution-strip div {
  display: grid;
  gap: 8px;
  min-height: 140px;
  align-content: center;
  padding: 26px;
  border-right: 1px solid var(--border);
}
.solution-strip div:last-child { border-right: 0; }
.solution-strip strong {
  color: var(--primary);
  font-size: 14px;
}
.solution-strip span {
  color: var(--text);
  font-weight: 750;
}

/* Products */
.products-section { background: white; }
.featured-product-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
  padding: 44px;
  background: var(--surface-indigo);
  border: 1px solid #dfe3ff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}
.featured-product-card:hover {
  transform: translateY(-5px);
  border-color: #cbd0ff;
  box-shadow: 0 28px 60px rgba(45, 49, 105, 0.16);
}

.featured-product-card:hover .preview-window {
  transform: rotate(0deg) scale(1.015);
  box-shadow: 0 28px 65px rgba(52, 58, 115, 0.22);
}
.product-label {
  display: block;
  margin: 14px 0 2px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.featured-product-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
}
.featured-product-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 18px;
}
.status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}
.status-mint { color: #197d62; background: #ddf8ef; }
.status-yellow { color: #8b6810; background: #fff4c8; }
.status-coral { color: #a84e38; background: #ffe4db; }
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.product-preview {
  position: relative;
  padding: 18px;
}
.preview-window {
  background: white;
  border: 1px solid #dde1f2;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(52,58,115,.15);
  overflow: hidden;
  transform: rotate(1.2deg);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}
.preview-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  background: #f7f8fd;
  border-bottom: 1px solid var(--border);
}
.preview-topbar span {
  width: 9px;
  height: 9px;
  background: #d8dce9;
  border-radius: 50%;
}
.preview-topbar strong {
  margin-left: 8px;
  font-size: 12px;
}
.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px;
}
.preview-stats div {
  padding: 14px;
  background: #fafaff;
  border: 1px solid var(--border);
  border-radius: 12px;
}
.preview-stats small {
  display: block;
  color: var(--text-muted);
  font-size: 10px;
}
.preview-stats strong { font-size: 22px; }
.preview-table { padding: 0 16px 18px; }
.preview-row {
  display: grid;
  grid-template-columns: .8fr 1fr 1.25fr;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 9px 10px;
  border-bottom: 1px solid var(--border);
  font-size: 11px;
}
.preview-head {
  color: var(--text-muted);
  font-weight: 800;
}
.preview-pill {
  justify-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}
.mint-pill { color: #197d62; background: #ddf8ef; }
.yellow-pill { color: #8b6810; background: #fff4c8; }
.indigo-pill { color: #484dc6; background: #e6e8ff; }

.future-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 22px;
}
.future-product-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.future-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(32,38,84,0.16);
}
.future-product-card::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 4px;
  border-radius: 0 0 8px 8px;
  content: "";
}
.accent-mint::before { background: var(--mint); }
.accent-blue::before { background: var(--sky); }
.accent-coral::before { background: var(--coral); }
.future-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.future-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--surface-soft);
  border-radius: 12px;
}
.future-product-card h3 {
  margin: 24px 0 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.future-product-card p {
  margin: 0;
  color: var(--text-soft);
}
.product-availability {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 750;
}

/* XiRepair */
.xirepair-section { background: var(--surface-soft); }
.xirepair-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 68px;
  align-items: center;
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin-top: 28px;
}
.feature-list span {
  position: relative;
  padding-left: 24px;
  color: #404756;
  font-weight: 700;
}
.feature-list span::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--mint);
  border-radius: 50%;
  content: "";
}
.xirepair-visual {
  position: relative;
  min-height: 420px;
  padding: 44px 54px;
}
.xirepair-main-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.visual-heading span {
  display: block;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.visual-heading strong {
  display: block;
  margin-top: 5px;
  font-size: 24px;
}
.workflow-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 34px;
}
.workflow-line span {
  position: relative;
  padding-top: 27px;
  color: var(--text-muted);
  font-size: 11px;
  text-align: center;
}
.workflow-line span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #e6e8f0;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d7dbe9;
  transform: translateX(-50%);
  content: "";
}
.workflow-line span::after {
  position: absolute;
  top: 8px;
  left: calc(50% + 8px);
  width: calc(100% - 8px);
  height: 2px;
  background: #e3e6ef;
  content: "";
}
.workflow-line span:last-child::after { display: none; }
.workflow-line span.active::before { background: var(--primary); }
.workflow-line span.active::after { background: #aeb2ff; }
.workflow-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding: 18px;
  background: var(--surface-indigo);
  border-radius: 14px;
}
.workflow-note span {
  color: var(--text-soft);
  font-size: 14px;
}
.floating-card {
  position: absolute;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(44,48,96,.14);
}
.floating-card small {
  display: block;
  opacity: .75;
}
.floating-card strong {
  display: block;
  margin-top: 3px;
}
.floating-card-mint {
  right: 2px;
  bottom: 26px;
  background: #ddf8ef;
  color: #176c57;
}
.floating-card-coral {
  top: 8px;
  left: 0;
  background: #ffe5dd;
  color: #9b4b37;
}

/* Services */
.services-section { background: white; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.service-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}
.service-card h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}
.service-card p {
  margin: 0;
  color: var(--text-soft);
}
.service-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.service-card li {
  color: #4d5566;
  font-size: 14px;
}
.service-indigo { background: #fafaff; }
.service-indigo .service-icon { color: var(--primary); background: #e8eaff; }
.service-blue { background: #f8fcff; }
.service-blue .service-icon { color: #3f9dd9; background: #e5f5ff; }
.service-mint { background: #f8fefc; }
.service-mint .service-icon { color: #2cae8e; background: #e2f8f1; }
.service-coral { background: #fffaf8; }
.service-coral .service-icon { color: var(--coral); background: #ffe9e1; }

/* Why */
.why-section { background: var(--surface-indigo); }
.why-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.why-list {
  display: grid;
  gap: 4px;
}
.why-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #dfe3f6;
}
.why-list article:first-child { padding-top: 0; }
.why-list strong {
  color: var(--primary);
  font-size: 14px;
}
.why-list h3 {
  margin: 0 0 4px;
  font-size: 20px;
}
.why-list p {
  margin: 0;
  color: var(--text-soft);
}

/* About */
.about-section { background: white; }
.about-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}
.about-copy p { margin-bottom: 18px; }

/* Contact */
.contact-section { background: white; }
.contact-panel {
  position: relative;
  overflow: hidden;
  padding: 70px 50px;
  text-align: center;
  background: var(--surface-indigo);
  border: 1px solid #dfe3ff;
  border-radius: var(--radius-lg);
}
.contact-panel h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.contact-panel p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}
.contact-note {
  display: inline-flex;
  margin-top: 28px !important;
  padding: 10px 15px;
  color: #484dc6 !important;
  background: #e6e8ff;
  border-radius: 999px;
  font-size: 14px !important;
  font-weight: 800;
}
.contact-decoration {
  position: absolute;
  border-radius: 50%;
}
.contact-mint {
  width: 130px;
  height: 130px;
  top: -48px;
  left: -36px;
  background: rgba(84,214,181,.28);
}
.contact-coral {
  width: 94px;
  height: 94px;
  right: 28px;
  bottom: -40px;
  background: rgba(255,138,107,.28);
}

/* Footer */
.site-footer {
  padding: 56px 0 24px;
  color: white;
  background: var(--text);
}
.footer-layout {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 44px;
}
.footer-brand strong {
  font-size: 24px;
}
.footer-brand p {
  max-width: 300px;
  margin: 8px 0 0;
  color: #bbc1d0;
}
.footer-group {
  display: grid;
  align-content: start;
  gap: 9px;
}
.footer-group strong { margin-bottom: 4px; }
.footer-group a {
  color: #cbd0dd;
  text-decoration: none;
  font-size: 14px;
}
.footer-group a:hover { color: white; }
.footer-group a:focus-visible {
  outline-color: var(--mint);
}
.footer-bottom {
  margin-top: 38px;
  padding-top: 20px;
  color: #9fa7b8;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1020px) {
  .hero-layout,
  .featured-product-card,
  .xirepair-layout,
  .why-layout,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .solution-strip,
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-strip div:nth-child(2) { border-right: 0; }
  .solution-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }

  .future-products-grid { grid-template-columns: 1fr; }
  .future-product-card { min-height: 250px; }
  .xirepair-visual { max-width: 700px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 74px 0; }

  .navbar { min-height: 66px; }
  .menu-button { display: block; }
  .nav-links {
    position: fixed;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 16px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open {
    display: grid;
    gap: 4px;
  }
  .nav-links a {
    padding: 12px;
    border-radius: 10px;
  }
  .nav-links a:hover { background: var(--surface-indigo); }
  .nav-links a:focus-visible {
    background: var(--surface-indigo);
  }

  .hero { padding: 82px 0 70px; }
  .hero-layout { gap: 48px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-copy > p { font-size: 18px; }
  .hero-actions,
  .product-actions {
    flex-direction: column;
  }
  .hero-actions .button,
  .product-actions .button {
    width: 100%;
  }

  .overview-grid,
  .solution-strip,
  .services-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }
  .solution-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .solution-strip div:last-child { border-bottom: 0; }

  .featured-product-card { padding: 28px 22px; }
  .preview-stats { grid-template-columns: 1fr; }
  .preview-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px 10px;
  }
  .preview-head { display: none; }
  .preview-pill { justify-self: start; }

  .xirepair-visual {
    min-height: auto;
    padding: 30px 0 86px;
  }
  .workflow-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .workflow-line span {
    padding: 0 0 0 28px;
    text-align: left;
  }
  .workflow-line span::before {
    top: 3px;
    left: 0;
    transform: none;
  }
  .workflow-line span::after {
    top: 18px;
    left: 8px;
    width: 2px;
    height: 20px;
  }
  .workflow-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .floating-card-coral { left: 12px; }
  .floating-card-mint { right: 12px; }

  .contact-panel { padding: 52px 24px; }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }
  .footer-brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 520px) {
  .overview-grid { grid-template-columns: 1fr; }
  .overview-item { min-height: auto; }

  .hero-trust span { font-size: 12px; }

  .future-product-card { min-height: 290px; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }

  .xirepair-main-card { padding: 24px 20px; }
  .floating-card {
    position: relative;
    inset: auto;
    margin-top: 12px;
  }
  .xirepair-visual { padding-bottom: 0; }
  
  .preview-stats div:nth-child(3) {
    display: none;
  }

  .preview-row:nth-child(n + 4) {
    display: none;
  }

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

  .preview-stats div {
    padding: 12px;
  }

  .preview-stats small {
    font-size: 9px;
  }

  .preview-stats strong {
    font-size: 19px;
  }

  .preview-row {
    font-size: 10px;
  }

  .xirepair-main-card {
    min-height: auto;
  }

  .workflow-line {
    margin-top: 24px;
  }

  .workflow-note {
    margin-top: 30px;
  }
}
