/* Website-design visual only; shared layout lives in service-pages.css. */
.service-preview {
  position: relative;
  isolation: isolate;
  height: clamp(420px, 39vw, 540px);
}
.service-preview::before,
.service-preview::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-preview::before { z-index: -1; width: 72%; height: 62%; right: 0; top: 21%; border: 0; border-radius: var(--radius-lg); background: linear-gradient(135deg, #eaf3ff, #e8faf6); }
.service-preview::after { z-index: -1; width: 58%; aspect-ratio: 1; height: auto; right: -7%; bottom: -10%; border: 1px dashed rgba(0, 194, 168, .35); border-radius: 50%; }
.service-preview__browser {
  position: absolute;
  left: 0;
  top: 5%;
  width: 91%;
  height: 62%;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(7, 27, 59, 0.13);
  transform: rotate(-1.5deg);
}
.service-preview__bar {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 9%;
  min-height: 30px;
  padding: 0 18px;
  border-bottom: 1px solid #e4edf6;
  background: #f9fcff;
}
.service-preview__dots { display: flex; gap: 6px; }
.service-preview__dots i { width: 7px; height: 7px; border-radius: 50%; background: #9cccf2; }
.service-preview__dots i:nth-child(2) { background: #b6e6e5; }
.service-preview__dots i:nth-child(3) { background: #d2e3f5; }
.service-preview__address { width: 24%; height: 8px; margin: auto; border-radius: var(--radius-control); background: #e8f0f8; }
.service-preview__bar-end { width: 9px; height: 9px; border-radius: 50%; background: #b3d7f4; }
.service-preview__site-nav { display: flex; align-items: center; gap: 18px; height: 13%; min-height: 42px; padding: 0 5%; }
.service-preview__mark { width: 25px; height: 25px; border-radius: 5px 10px 5px 10px; background: linear-gradient(135deg, #0b3d91, #00c2a8); transform: rotate(-13deg); }
.service-preview__nav-lines { display: flex; gap: 15px; margin-left: auto; }
.service-preview__nav-lines i { width: 49px; height: 6px; border-radius: var(--radius-control); background: #c8d9ea; }
.service-preview__nav-lines i:nth-child(2) { width: 39px; }
.service-preview__nav-lines i:nth-child(3) { width: 44px; }
.service-preview__nav-cta { width: 75px; height: 23px; border-radius: var(--radius-control); background: #0b3d91; }
.service-preview__body { display: grid; grid-template-columns: 48% 52%; height: 57%; margin: 0 3.5%; border-radius: 10px; background: #f1f8ff; }
.service-preview__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 6% 0 6% 10%; }
.service-preview__eyebrow { width: 32%; height: 7px; margin-bottom: 20px; border-radius: var(--radius-control); background: #1baab1; }
.service-preview__headline { display: grid; width: 100%; gap: 9px; }
.service-preview__headline i { width: 81%; height: clamp(14px, 1.9vw, 27px); border-radius: 4px; background: #0c376f; }
.service-preview__headline i:nth-child(2) { width: 92%; }
.service-preview__headline i:nth-child(3) { width: 57%; background: linear-gradient(90deg, #176cbd, #00bca9); }
.service-preview__text { display: grid; width: 83%; gap: 7px; margin-top: 21px; }
.service-preview__text i { width: 100%; height: 7px; border-radius: var(--radius-control); background: #bbcedf; }
.service-preview__text i:nth-child(2) { width: 76%; }
.service-preview__button { width: 30%; min-width: 75px; height: 24px; margin-top: 22px; border-radius: var(--radius-control); background: #0b3d91; }
.service-preview__art { position: relative; overflow: hidden; margin: 6% 6% 6% 0; border-radius: 10px; background: linear-gradient(135deg, #b6dfff, #66bdda 55%, #27c2ad); }
.service-preview__orb { position: absolute; width: 75%; aspect-ratio: 1; top: -42%; right: -18%; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.13), 0 0 0 90px rgba(255,255,255,.1); }
.service-preview__panel { position: absolute; border-radius: var(--radius-sm); background: rgba(255,255,255,.82); box-shadow: 0 15px 25px rgba(11,61,145,.12); }
.service-preview__panel--one { left: 13%; top: 28%; width: 47%; height: 48%; transform: rotate(-8deg); }
.service-preview__panel--two { right: 9%; top: 18%; width: 29%; height: 59%; transform: rotate(8deg); background: #eaf7ff; }
.service-preview__panel--three { left: 29%; bottom: 14%; width: 49%; height: 13%; border-radius: var(--radius-control); background: #0b3d91; }
.service-preview__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2%; height: 19%; padding: 2% 3.5%; }
.service-preview__tiles > span { display: flex; align-items: center; gap: 10px; padding: 4%; border: 1px solid #e6eff8; border-radius: var(--radius-sm); background: #fff; }
.service-preview__tiles i { width: 29px; height: 29px; flex: none; border-radius: var(--radius-xs); background: #e7f3ff; }
.service-preview__tiles > span:nth-child(2) i { background: #dff8f5; }
.service-preview__tiles > span:nth-child(3) i { background: #e8edff; }
.service-preview__tiles b,
.service-preview__tiles em { height: 6px; border-radius: var(--radius-control); }
.service-preview__tiles b { width: 36%; background: #9cbad5; }
.service-preview__tiles em { width: 20%; background: #d3e2f0; }
.service-preview__phone { position: absolute; right: 0; bottom: 2%; width: 30%; aspect-ratio: .53; padding: 8% 1.6% 1.6%; border: 7px solid #fff; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 22px 55px rgba(7,27,59,.18); transform: rotate(5deg); }
.service-preview__notch { position: absolute; top: 8px; left: 34%; width: 32%; height: 9px; border-radius: var(--radius-control); background: #102f63; }
.service-preview__phone-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10%; }
.service-preview__phone-nav i:first-child { width: 26%; height: 9px; border-radius: var(--radius-control); background: #0b3d91; }
.service-preview__phone-nav i:last-child { width: 14%; height: 7px; border-radius: var(--radius-control); background: #bed5e7; }
.service-preview__phone-art { position: relative; overflow: hidden; height: 38%; border-radius: var(--radius-sm); background: linear-gradient(145deg, #c6e6ff, #62bdd7 55%, #23baa9); }
.service-preview__phone-art i { position: absolute; width: 80%; aspect-ratio: 1; top: -52%; right: -25%; border: 1px solid #fff; border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.17); }
.service-preview__phone-art b { position: absolute; left: 14%; bottom: 16%; width: 48%; height: 11%; border-radius: var(--radius-control); background: rgba(255,255,255,.85); }
.service-preview__phone-lines { display: grid; gap: 7px; margin-top: 11%; }
.service-preview__phone-lines i { width: 88%; height: 8px; border-radius: var(--radius-control); background: #b4cfe2; }
.service-preview__phone-lines i:first-child { width: 70%; height: 13px; background: #0b3d91; }
.service-preview__phone-lines i:last-child { width: 61%; }
.service-preview__phone-button { display: block; width: 58%; height: 20px; margin-top: 12%; border-radius: var(--radius-control); background: #00aeaa; }
.service-preview__phone-cards { display: flex; gap: 8px; height: 18%; margin-top: 12%; }
.service-preview__phone-cards i { flex: 1; border-radius: var(--radius-xs); background: #eaf4fd; }
.service-preview__phone-cards i:last-child { background: #e4f8f5; }
.service-preview__label { position: absolute; left: 6%; bottom: 12%; display: inline-flex; align-items: center; gap: 18px; padding: 10px 16px; border: 1px solid #dcecf6; border-radius: var(--radius-control); background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(7,27,59,.08); color: #0b3d91; font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.service-preview__label span { font-size: 1.2rem; font-weight: 400; line-height: 1; }
.service-story__visual--experience { display: grid; place-items: center; background: #eaf6ff; }
.service-story__visual--experience img { object-fit: contain; transform: scale(1.08); }

@media (max-width: 959px) {
  .service-preview { width: min(100%, 680px); height: 500px; margin-inline: auto; }
}
@media (max-width: 639px) {
  .service-preview { width: 100%; height: auto; aspect-ratio: 1.12; overflow: hidden; }
  .service-preview__browser { top: 6%; left: 0; width: 96%; height: 64%; border-width: 5px; border-radius: 10px; }
  .service-preview__bar { min-height: 18px; padding-inline: 10px; }
  .service-preview__dots { gap: 3px; }
  .service-preview__dots i { width: 4px; height: 4px; }
  .service-preview__site-nav { min-height: 20px; }
  .service-preview__mark { width: 14px; height: 14px; border-radius: 3px; }
  .service-preview__nav-lines { gap: 5px; }
  .service-preview__nav-lines i { width: 23px; height: 3px; }
  .service-preview__nav-lines i:nth-child(2) { width: 17px; }
  .service-preview__nav-lines i:nth-child(3) { width: 20px; }
  .service-preview__nav-cta { width: 34px; height: 11px; }
  .service-preview__copy { padding-left: 7%; }
  .service-preview__eyebrow { height: 4px; margin-bottom: 9px; }
  .service-preview__headline { gap: 4px; }
  .service-preview__headline i { height: 9px; }
  .service-preview__text { gap: 3px; margin-top: 9px; }
  .service-preview__text i { height: 4px; }
  .service-preview__button { min-width: 30px; height: 10px; margin-top: 9px; }
  .service-preview__art { border-radius: var(--radius-xs); }
  .service-preview__panel { border-radius: 4px; }
  .service-preview__tiles > span { gap: 4px; border-radius: 4px; }
  .service-preview__tiles i { width: 12px; height: 12px; border-radius: 2px; }
  .service-preview__tiles b, .service-preview__tiles em { height: 3px; }
  .service-preview__phone { right: 1%; bottom: 1%; width: 35%; border-width: 5px; border-radius: var(--radius-md); padding: 9% 2% 2%; }
  .service-preview__notch { top: 5px; height: 5px; }
  .service-preview__phone-art { border-radius: 4px; }
  .service-preview__phone-lines { gap: 4px; }
  .service-preview__phone-lines i { height: 4px; }
  .service-preview__phone-lines i:first-child { height: 7px; }
  .service-preview__phone-button { height: 11px; }
  .service-preview__phone-cards { gap: 4px; }
  .service-preview__phone-cards i { border-radius: 3px; }
  .service-preview__label { display: none; }
}
