.oc-home-page {
  --home-navy: #092f50;
  --home-navy-2: #06456f;
  --home-blue: #087bea;
  --home-blue-dark: #075fae;
  --home-sky: #eef8ff;
  --home-sky-2: #dff1ff;
  --home-gold: #ffc928;
  --home-ink: #0d3152;
  --home-muted: #60758a;
  --home-line: #d6e5f0;
  --home-shadow: 0 12px 34px rgba(18, 71, 111, .08);
  color: var(--home-ink);
  background: #fff;
}

.oc-home-page .oc-home {
  color: var(--home-ink);
  background: #fff;
}

.oc-home-page h1,
.oc-home-page h2,
.oc-home-page h3,
.oc-home-page p { margin-top: 0; }

.oc-home-page h1,
.oc-home-page h2,
.oc-home-page h3 { color: var(--home-navy); }

.oc-home-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.oc-home-btn:hover { transform: translateY(-1px); }
.oc-home-btn-primary { color: #102d47 !important; background: var(--home-gold); box-shadow: 0 8px 20px rgba(218, 157, 0, .19); }
.oc-home-btn-primary:hover { color: #102d47 !important; background: #ffd655; }
.oc-home-btn-outline { border-color: #8cbde2; color: var(--home-navy) !important; background: rgba(255, 255, 255, .78); }
.oc-home-btn-outline:hover { border-color: var(--home-blue); background: #fff; }
.oc-home-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Главный экран */
.oc-home-hero { padding: 30px 0 22px; background: #fff; }

.oc-home-hero-box {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(400px, .86fr) minmax(470px, 1.14fr);
  overflow: hidden;
  border: 1px solid #cfe5f5;
  border-radius: 19px;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, .96), transparent 26%),
    linear-gradient(118deg, #fbfdff 0%, #edf8ff 53%, #d9efff 100%);
  box-shadow: 0 16px 45px rgba(38, 107, 157, .09);
}

.oc-home-hero-box::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .28;
  background-image:
    linear-gradient(28deg, transparent 48%, rgba(91, 164, 216, .22) 49%, rgba(91, 164, 216, .22) 50%, transparent 51%),
    radial-gradient(circle, rgba(255, 255, 255, .95) 0 2px, transparent 3px);
  background-position: center, 0 0;
  background-size: 270px 210px, 155px 125px;
  content: "";
  pointer-events: none;
}

.oc-home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 24px 52px 58px;
}

.oc-home-badge {
  align-self: flex-start;
  margin: 0 0 27px !important;
  padding: 8px 14px;
  border: 1px solid #c6e5fa;
  border-radius: 999px;
  color: #0875d4 !important;
  background: #eaf7ff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.oc-home-hero h1 {
  max-width: 540px;
  margin: 0 0 22px;
  color: var(--home-navy);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: .99;
}

.oc-home-hero-text {
  max-width: 510px;
  margin-bottom: 28px !important;
  color: #415e77;
  font-size: 17px;
  line-height: 1.55;
}

.oc-home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.oc-home-hero-map {
  position: relative;
  z-index: 1;
  min-height: 430px;
  background-image: url("../images/russia-branches-map.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95% auto;
  filter: saturate(.88) brightness(1.08);
  opacity: .78;
}

/* Местный или ближайший оценщик */
.oc-home-local-contact { padding: 30px 0 20px; background: #fff; }

.oc-home-local-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.oc-home-local-eyebrow {
  margin: 0 0 5px !important;
  color: #4e6b82 !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.oc-home-local-head h2,
.oc-home-section-head h2,
.oc-home-news-head h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 950;
  letter-spacing: -.032em;
  line-height: 1.06;
}

.oc-home-local-head > div > p:last-child,
.oc-home-news-head > div > p:last-child {
  max-width: 710px;
  margin: 7px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
}

.oc-home-local-change {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 9px 13px;
  border: 1px solid #bed7e9;
  border-radius: 10px;
  color: var(--home-navy);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  box-shadow: none;
}

.oc-home-local-change:hover { border-color: #79b8e4; background: #f4faff; }
.oc-home-local-change svg { width: 17px; height: 17px; fill: none; stroke: var(--home-blue); stroke-width: 1.8; }

.oc-home-local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(350px, .87fr);
  gap: 18px;
}

.oc-home-local-main {
  position: relative;
  display: flex;
  min-height: 286px;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 28px 32px;
  border: 1px solid #0d4f7d;
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 96% 20%, rgba(38, 151, 224, .26), transparent 34%),
    linear-gradient(135deg, #062a48 0%, #073b61 64%, #0a588b 100%);
  box-shadow: 0 15px 34px rgba(7, 48, 79, .17);
}

.oc-home-local-main::after {
  position: absolute;
  right: -45px;
  bottom: -90px;
  width: 300px;
  height: 300px;
  border: 38px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  content: "";
}

.oc-home-local-status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
}

.oc-home-local-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ebbd0;
  box-shadow: 0 0 0 4px rgba(158, 187, 208, .12);
}

.oc-home-local-status.is-local span { background: #42db88; box-shadow: 0 0 0 4px rgba(66, 219, 136, .13); }
.oc-home-local-status.is-nearest span { background: var(--home-gold); box-shadow: 0 0 0 4px rgba(255, 201, 40, .13); }
.oc-home-local-status.is-online span { background: #70c9ff; box-shadow: 0 0 0 4px rgba(112, 201, 255, .13); }

.oc-home-local-main-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.oc-home-local-pin {
  display: none;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  color: #a9ddff;
  background: rgba(255, 255, 255, .08);
}

.oc-home-local-pin svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.oc-home-local-label { margin: 0 0 4px !important; color: #86cefa !important; font-size: 10px !important; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.oc-home-local-main h3 { margin: 0; color: #fff; font-size: clamp(23px, 2.5vw, 30px); font-weight: 900; letter-spacing: -.02em; line-height: 1.13; }
.oc-home-local-description { position: relative; z-index: 1; max-width: 620px; margin: 12px 0 0; color: rgba(255, 255, 255, .76); font-size: 13px; line-height: 1.5; }

.oc-home-local-details {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  margin-top: 13px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.oc-home-local-details[hidden] { display: none; }
.oc-home-local-details p { margin: 0; }
.oc-home-local-details strong { color: #fff; font-size: 16px; }

.oc-home-local-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 17px;
}

.oc-home-local-phone,
.oc-home-local-more {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.oc-home-local-phone { min-width: 225px; color: #102d47 !important; background: var(--home-gold); }
.oc-home-local-phone:hover { color: #102d47 !important; background: #ffd75a; }
.oc-home-local-phone[hidden] { display: none; }
.oc-home-local-phone svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.oc-home-local-more { border: 1px solid rgba(255, 255, 255, .3); color: #fff !important; background: rgba(255, 255, 255, .08); }
.oc-home-local-more:hover { color: #fff !important; background: rgba(255, 255, 255, .15); }
.oc-home-local-note { position: relative; z-index: 1; margin: 10px 0 0; color: rgba(255, 255, 255, .5); font-size: 10px; }

.oc-home-local-side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 14px; }

.oc-home-action-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 21px 24px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.oc-home-action-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #1593f2, #076ad1);
  box-shadow: 0 7px 18px rgba(8, 123, 234, .18);
}

.oc-home-action-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.oc-home-action-card h3 { margin: 0 0 5px; color: var(--home-navy); font-size: 19px; font-weight: 900; line-height: 1.15; }
.oc-home-action-card div > span { display: block; color: var(--home-muted); font-size: 12px; line-height: 1.45; }
.oc-home-action-card div > a { display: inline-flex; margin-top: 10px; padding: 6px 13px; border: 1px solid #9bc8e8; border-radius: 8px; color: var(--home-blue-dark) !important; font-size: 12px; font-weight: 850; line-height: 1.2; text-decoration: none !important; }
.oc-home-action-card div > a:hover { border-color: var(--home-blue); background: var(--home-sky); }

/* Услуги и этапы */
.oc-home-section { padding: 20px 0 17px; }
.oc-home-section-head { margin-bottom: 18px; }

.oc-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.oc-home-service-card {
  display: grid;
  min-height: 126px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  color: var(--home-navy) !important;
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 71, 111, .055);
  text-decoration: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.oc-home-service-card:hover { border-color: #8ec4e8; box-shadow: 0 13px 30px rgba(18, 71, 111, .1); transform: translateY(-2px); }
.oc-home-service-card img { display: block; width: 58px; height: 58px; object-fit: contain; }
.oc-home-service-card strong { display: block; margin-bottom: 6px; color: var(--home-navy); font-size: 15px; font-weight: 900; line-height: 1.2; }
.oc-home-service-card small { display: block; color: var(--home-muted); font-size: 11px; line-height: 1.45; }

.oc-home-process { padding-top: 25px; padding-bottom: 25px; }
.oc-home-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: none; }

.oc-home-step {
  position: relative;
  display: flex;
  min-height: 205px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 24px 18px 20px;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 71, 111, .055);
  text-align: center;
}

.oc-home-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 2;
  color: #75b8e7;
  content: "→";
  font-size: 18px;
  transform: translate(50%, -50%);
}

.oc-home-step-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1593f2, #076ad1);
  font-size: 12px;
  font-weight: 900;
}

.oc-home-step img { width: 48px; height: 48px; margin-bottom: 14px; object-fit: contain; }
.oc-home-step strong { display: block; margin-bottom: 7px; color: var(--home-navy); font-size: 15px; font-weight: 900; }
.oc-home-step small { display: block; max-width: 200px; color: var(--home-muted); font-size: 11px; line-height: 1.45; }

/* Полоса преимуществ */
.oc-home-benefits { padding: 14px 0 28px; }

.oc-home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 22px 20px;
  border: 1px solid #d7eafa;
  border-radius: 16px;
  background: linear-gradient(90deg, #f1f9ff, #eaf6ff);
}

.oc-home-benefit { display: grid; grid-template-columns: 45px minmax(0, 1fr); align-items: center; gap: 12px; min-width: 0; padding: 0 18px; border-right: 1px solid #cfe4f3; }
.oc-home-benefit:last-child { border-right: 0; }
.oc-home-benefit img { width: 45px; height: 45px; object-fit: contain; }
.oc-home-benefit strong { display: block; margin-bottom: 3px; color: var(--home-navy); font-size: 13px; font-weight: 900; line-height: 1.2; }
.oc-home-benefit small { display: block; color: var(--home-muted); font-size: 10px; line-height: 1.4; }

/* CTA */
.oc-home-order-section { padding: 0 0 32px; }

.oc-home-order-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 27px 38px;
  border-radius: 17px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 20%, rgba(38, 151, 224, .28), transparent 28%),
    linear-gradient(110deg, #062b49, #064a78 69%, #0871b4);
  box-shadow: 0 15px 35px rgba(7, 48, 79, .15);
}

.oc-home-order-card > img { width: 74px; height: 74px; padding: 9px; border-radius: 17px; background: rgba(255, 255, 255, .1); object-fit: contain; filter: brightness(0) invert(1); }
.oc-home-order-card h2 { margin: 0 0 5px; color: #fff; font-size: 26px; font-weight: 900; line-height: 1.1; }
.oc-home-order-card p { max-width: 660px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.5; }
.oc-home-order-card .oc-home-btn { min-width: 210px; }

/* Последние 12 записей */
.oc-home-news { padding: 31px 0 62px; background: #fff; }

.oc-home-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.oc-home-news-all { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--home-blue-dark) !important; font-size: 13px; font-weight: 850; text-decoration: none !important; }
.oc-home-news-all:hover { color: var(--home-blue) !important; }

.oc-home-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.oc-home-news-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--home-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(18, 71, 111, .055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.oc-home-news-card:hover { border-color: #9bc9e7; box-shadow: 0 13px 30px rgba(18, 71, 111, .1); transform: translateY(-2px); }
.oc-home-news-media { display: block; overflow: hidden; aspect-ratio: 16 / 8.7; background: #dcecf7; }
.oc-home-news-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.oc-home-news-card:hover .oc-home-news-media img { transform: scale(1.025); }

.oc-home-news-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .9);
  background:
    radial-gradient(circle at 75% 25%, rgba(98, 190, 242, .45), transparent 32%),
    linear-gradient(135deg, #0b3659, #126ca8);
}

.oc-home-news-placeholder > span { display: inline-flex; width: 45px; height: 45px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 12px; font-size: 15px; font-weight: 950; }
.oc-home-news-body { display: flex; min-height: 112px; flex: 1; flex-direction: column; padding: 14px 15px 16px; }
.oc-home-news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-bottom: 7px; color: #74889a; font-size: 9px; line-height: 1.3; }
.oc-home-news-meta span { color: var(--home-blue-dark); font-weight: 800; }
.oc-home-news-body h3 { margin: 0; font-size: 14px; font-weight: 900; line-height: 1.3; }
.oc-home-news-body h3 a { color: var(--home-navy); text-decoration: none; }
.oc-home-news-body h3 a:hover { color: var(--home-blue-dark); }

.oc-home-page + .site-footer,
body.home .site-footer { margin-top: 0; }

@media (max-width: 1040px) {
  .oc-home-hero-box { grid-template-columns: minmax(360px, .9fr) minmax(390px, 1.1fr); }
  .oc-home-hero-content { padding-left: 42px; }
  .oc-home-local-grid { grid-template-columns: 1fr; }
  .oc-home-local-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .oc-home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oc-home-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
  .oc-home-benefit:nth-child(2) { border-right: 0; }
  .oc-home-benefit:nth-child(3), .oc-home-benefit:nth-child(4) { padding-top: 20px; border-top: 1px solid #cfe4f3; }
  .oc-home-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .oc-home-hero { padding: 14px 0 16px; }
  .oc-home-hero-box { display: block; min-height: 0; border-radius: 17px; }
  .oc-home-hero-content { padding: 34px 24px 28px; }
  .oc-home-badge { margin-bottom: 18px !important; font-size: 11px; }
  .oc-home-hero h1 { margin-bottom: 18px; font-size: clamp(38px, 11vw, 52px); }
  .oc-home-hero-text { margin-bottom: 22px !important; font-size: 15px; }
  .oc-home-hero-actions { align-items: stretch; flex-direction: column; }
  .oc-home-btn { width: 100%; }
  .oc-home-hero-map { min-height: 210px; background-size: 92% auto; }

  .oc-home-local-contact { padding: 24px 0 14px; }
  .oc-home-local-head { display: block; margin-bottom: 16px; }
  .oc-home-local-head h2,
  .oc-home-section-head h2,
  .oc-home-news-head h2 { font-size: 29px; }
  .oc-home-local-change { margin-top: 13px; }
  .oc-home-local-main { min-height: 0; padding: 25px 22px; border-radius: 16px; }
  .oc-home-local-pin { display: inline-flex; }
  .oc-home-local-description { font-size: 12px; }
  .oc-home-local-actions { align-items: stretch; flex-direction: column; margin-top: 20px; padding-top: 0; }
  .oc-home-local-phone, .oc-home-local-more { width: 100%; min-width: 0; }
  .oc-home-local-side { grid-template-columns: 1fr; }
  .oc-home-action-card { padding: 19px; }

  .oc-home-services-grid { grid-template-columns: 1fr; }
  .oc-home-service-card { min-height: 110px; padding: 17px; }
  .oc-home-steps { grid-template-columns: 1fr; }
  .oc-home-step { min-height: 150px; align-items: flex-start; padding: 22px 20px 22px 88px; text-align: left; }
  .oc-home-step:not(:last-child)::after { top: auto; right: auto; bottom: -17px; left: 47px; content: "↓"; transform: translateX(-50%); }
  .oc-home-step-number { top: 18px; left: 18px; }
  .oc-home-step img { position: absolute; top: 59px; left: 18px; width: 48px; height: 48px; margin: 0; }
  .oc-home-step small { max-width: none; }

  .oc-home-benefits-grid { grid-template-columns: 1fr; gap: 0; padding: 5px 20px; }
  .oc-home-benefit { padding: 17px 0; border-right: 0; border-bottom: 1px solid #cfe4f3; }
  .oc-home-benefit:nth-child(3), .oc-home-benefit:nth-child(4) { padding-top: 17px; border-top: 0; }
  .oc-home-benefit:last-child { border-bottom: 0; }

  .oc-home-order-card { grid-template-columns: 58px minmax(0, 1fr); gap: 16px; padding: 24px 20px; }
  .oc-home-order-card > img { width: 58px; height: 58px; }
  .oc-home-order-card h2 { font-size: 23px; }
  .oc-home-order-card .oc-home-btn { grid-column: 1 / -1; min-width: 0; }

  .oc-home-news { padding: 25px 0 46px; }
  .oc-home-news-head { display: block; }
  .oc-home-news-all { margin-top: 12px; }
  .oc-home-news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .oc-home-hero-content { padding: 29px 18px 25px; }
  .oc-home-hero-map { min-height: 170px; }
  .oc-home-local-main-top { gap: 10px; }
  .oc-home-local-main h3 { font-size: 22px; }
  .oc-home-action-card { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; }
  .oc-home-action-icon { width: 48px; height: 48px; }
  .oc-home-service-card { grid-template-columns: 50px minmax(0, 1fr); gap: 13px; }
  .oc-home-service-card img { width: 50px; height: 50px; }
  .oc-home-order-card { grid-template-columns: 1fr; text-align: center; }
  .oc-home-order-card > img { margin: 0 auto; }
  .oc-home-order-card .oc-home-btn { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .oc-home-btn,
  .oc-home-service-card,
  .oc-home-news-card,
  .oc-home-news-media img { transition: none; }
}
