body { background: #fff; }
.service-kicker { margin: 0 0 12px; color: #1657dc; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-kicker.muted { color: #747b88; }
.service-kicker.light { color: rgba(255,255,255,.75); }
.service-hero { overflow: hidden; padding: 54px 0 38px; background: radial-gradient(circle at 82% 20%, rgba(39,102,240,.12), transparent 34%), linear-gradient(180deg,#fbfcff 0%,#fff 100%); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(520px,1.14fr); gap: 34px; align-items: center; min-height: 570px; }
.service-hero-copy h1 { max-width: 670px; margin: 0; color: #171a20; font-size: clamp(54px,4.7vw,76px); line-height: .96; letter-spacing: -.052em; }
.service-hero-copy h1 em { color: #1557dc; font-style: normal; }
.service-lead { max-width: 600px; margin: 22px 0 0; color: #626a77; font-size: 16px; line-height: 1.62; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.service-hero-actions .button { min-width: 180px; min-height: 48px; }
.service-hero-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; margin-top: 30px; }
.service-hero-facts span { position: relative; padding-left: 20px; color: #58606d; font-size: 12px; font-weight: 680; }
.service-hero-facts span::before { content:""; position:absolute; left:0; top:.42em; width:8px; height:8px; border:2px solid #1b5de4; border-radius:50%; }
.service-hero-photo { margin: 0; height: 530px; overflow: hidden; border-radius: 22px; box-shadow: 0 24px 55px rgba(35,50,111,.13); }
.service-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-section { padding: 76px 0; color: #20232a; }
.service-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 30px; }
.service-heading.compact { margin-bottom: 24px; }
.service-heading h2 { max-width: 760px; margin: 0; font-size: clamp(34px,3.4vw,52px); line-height: 1.02; letter-spacing: -.04em; }
.service-heading > p { max-width: 470px; margin: 0 0 4px; color: #727986; font-size: 13px; line-height: 1.58; }
.service-do { background: #fff; }
.service-do-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.service-do-card { min-height: 260px; padding: 24px; border: 1px solid #e4e8f1; border-radius: 18px; background: linear-gradient(180deg,#fff 0%,#fbfcff 100%); }
.service-icon, .service-step-icon, .service-equipment-icon { display: grid; place-items: center; color: #1760e5; }
.service-icon { width: 62px; height: 62px; margin-bottom: 30px; border-radius: 17px; background: #f1f5ff; }
.service-icon svg, .service-step-icon svg, .service-equipment-icon svg, .service-prepare-grid svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-icon svg { width: 34px; height: 34px; }
.service-do-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.15; }
.service-do-card p { margin: 0; color: #737a86; font-size: 12px; line-height: 1.55; }
.service-process { background: #f4f6fa; }
.service-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.service-process-step { position: relative; min-height: 250px; padding: 25px; border-radius: 18px; background: #fff; border: 1px solid #e5e9f1; }
.service-process-step:not(:last-child)::after { content:""; position:absolute; top:68px; right:-9px; width:18px; height:2px; background:#b9c8f3; z-index:2; }
.service-step-number { display: grid; place-items: center; position: absolute; top: 18px; right: 18px; width: 30px; height: 30px; border-radius: 50%; background: #1657dc; color: #fff; font-size: 12px; font-weight: 800; }
.service-step-icon { width: 70px; height: 70px; margin-bottom: 24px; border-radius: 50%; background: #f0f4ff; }
.service-step-icon svg { width: 34px; height: 34px; }
.service-process-step h3 { margin: 0 0 9px; font-size: 17px; }
.service-process-step p { margin: 0; color: #727986; font-size: 12px; line-height: 1.55; }
.service-workshop { background: #fff; }
.service-heading-slider { align-items: flex-end; }
.service-slider-heading-side { display: flex; align-items: flex-end; justify-content: flex-end; gap: 22px; max-width: 610px; }
.service-slider-heading-side > p { max-width: 470px; margin: 0 0 4px; color: #727986; font-size: 13px; line-height: 1.58; }
.service-slider-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.service-slider-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #dfe5f1;
  border-radius: 50%;
  background: #fff;
  color: #175ce0;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.service-slider-button:hover:not(:disabled) { border-color: #175ce0; background: #175ce0; color: #fff; transform: translateY(-1px); }
.service-slider-button:focus-visible { outline: 3px solid rgba(23,92,224,.2); outline-offset: 2px; }
.service-slider-button:disabled { opacity: .32; cursor: default; }
.service-slider-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-slider { position: relative; }
.service-slider-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.service-slider-viewport::-webkit-scrollbar { display: none; }
.service-slider-track {
  display: flex;
  gap: 14px;
  width: 100%;
}
.service-gallery-card {
  flex: 0 0 calc((100% - 28px) / 3);
  width: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e5e9f1;
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.service-gallery-card img { display: block; width: 100%; height: 300px; object-fit: cover; }
.service-gallery-card figcaption { min-height: 126px; padding: 18px 20px 20px; }
.service-gallery-card figcaption strong { display: block; margin-bottom: 7px; color: #24272d; font-size: 16px; }
.service-gallery-card figcaption span { display: block; color: #737a86; font-size: 12px; line-height: 1.5; }
.service-equipment { background: #f4f6fa; }
.service-equipment-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.service-equipment-card { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; min-height: 180px; padding: 23px; border: 1px solid #e3e7ef; border-radius: 18px; background: #fff; }
.service-equipment-icon { width: 68px; height: 68px; border-radius: 16px; background: #eef3ff; }
.service-equipment-icon svg { width: 38px; height: 38px; }
.service-equipment-card h3 { margin: 5px 0 9px; font-size: 16px; line-height: 1.18; }
.service-equipment-card p { margin: 0; color: #747b87; font-size: 12px; line-height: 1.5; }
.service-prepare { background: #fff; }
.service-prepare-panel { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 38px; align-items: center; padding: 36px; border-radius: 22px; background: linear-gradient(135deg,#eef4ff 0%,#fff 68%); border: 1px solid #e0e7f5; }
.service-prepare-copy h2 { margin: 0; font-size: clamp(32px,3vw,46px); line-height: 1; letter-spacing: -.04em; }
.service-prepare-copy p { max-width: 490px; margin: 16px 0 0; color: #69717d; font-size: 13px; line-height: 1.55; }
.service-prepare-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.service-prepare-grid article { display: grid; grid-template-columns: 48px 1fr; column-gap: 12px; padding: 18px; border-radius: 15px; background: #fff; border: 1px solid #e5e9f1; }
.service-prepare-grid article > span { grid-row: 1 / 3; width: 44px; height: 44px; color: #1657dc; }
.service-prepare-grid article > span svg { width: 28px; height: 28px; margin: 8px; }
.service-prepare-grid strong { align-self: end; font-size: 14px; }
.service-prepare-grid p { margin: 5px 0 0; color: #767d88; font-size: 11px; line-height: 1.45; }
.service-final { padding: 0 0 64px; background: #fff; }
.service-final-panel { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 36px 40px; border-radius: 20px; color: #fff; background: linear-gradient(110deg,#082d96 0%,#075ce0 56%,#162570 100%); box-shadow: 0 20px 45px rgba(16,50,145,.18); }
.service-final-panel h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(30px,3vw,44px); line-height: 1; letter-spacing: -.035em; }
.service-final-panel p { margin: 12px 0 0; color: rgba(255,255,255,.75); font-size: 13px; }
.service-final-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.service-final-actions .button { min-width: 176px; }
@media (max-width: 1180px) {
  .service-hero-grid { grid-template-columns: minmax(0,1fr) minmax(440px,.95fr); }
  .service-do-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .service-gallery-card { flex-basis: calc((100% - 14px) / 2); }
  .service-gallery-card img { height: 280px; }
  .service-equipment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .service-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .service-hero-photo { height: 430px; }
  .service-heading { align-items: start; flex-direction: column; gap: 12px; }
  .service-heading-slider { align-items: stretch; }
  .service-slider-heading-side { width: 100%; max-width: none; align-items: center; justify-content: space-between; }
  .service-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-process-step::after { display: none; }
  .service-prepare-panel { grid-template-columns: 1fr; }
  .service-final-panel { align-items: start; flex-direction: column; }
  .service-final-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .service-hero { padding-top: 30px; }
  .service-hero-copy h1 { font-size: clamp(42px,11vw,58px); }
  .service-hero-facts { grid-template-columns: 1fr; }
  .service-hero-photo { height: 300px; border-radius: 16px; }
  .service-section { padding: 54px 0; }
  .service-do-grid, .service-process-grid, .service-equipment-grid, .service-prepare-grid { grid-template-columns: 1fr; }
  .service-slider-heading-side { align-items: flex-start; flex-direction: column; }
  .service-gallery-card { flex-basis: 86%; }
  .service-do-card { min-height: 0; }
  .service-gallery-card img { height: 240px; }
  .service-equipment-card { min-height: 0; }
  .service-prepare-panel { padding: 24px 20px; }
  .service-final-panel { padding: 28px 22px; }
}
