/* VetProcura image-led homepage */
.visual-home { overflow: hidden; background: #fff; }
.visual-hero { position: relative; overflow: hidden; }
.button-catalog { gap: 7px; border-color: rgba(25,158,229,.34); background: rgba(255,255,255,.92); color: var(--ink-deep); box-shadow: 0 10px 24px rgba(25,121,177,.12); }
.button-catalog::before { padding: 3px 5px; border-radius: 4px; background: #dff3ff; color: var(--teal-dark); content: "PDF"; font-size: 9px; font-weight: 850; letter-spacing: .06em; line-height: 1; }
.button-catalog:hover { border-color: var(--teal); background: var(--white); }

.showroom-hero { padding: 34px 0 0; background: linear-gradient(180deg,#fafdff 0%,#eaf7ff 100%); }
.showroom-hero-stage { position: relative; isolation: isolate; overflow: hidden; width: min(1540px,calc(100% - 34px)); aspect-ratio: 16/9; border-radius: 30px 30px 0 0; background: #f7fcff; box-shadow: 0 24px 70px rgba(21,110,164,.12); }
.showroom-hero-stage::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.66) 25%,rgba(255,255,255,0) 47%); content: ""; pointer-events: none; }
.showroom-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showroom-hero-copy { position: absolute; z-index: 12; top: 8.5%; left: 5%; width: 36%; padding: 0; }
.showroom-hero-copy h1 { max-width: 610px; margin: 8px 0 20px; font-size: clamp(42px,4.7vw,72px); line-height: .96; }
.showroom-hero-copy>p:not(.eyebrow) { max-width: 520px; margin-bottom: 24px; font-size: clamp(14px,1.25vw,18px); line-height: 1.62; }
@media (min-width:981px) {
  .visual-home-en .showroom-hero-copy { width: 34.5%; }
  .visual-home-en .showroom-hero-copy h1 { max-width: 510px; font-size: clamp(38px,3.45vw,54px); line-height: 1; }
  .visual-home-en .showroom-hero-copy>p:not(.eyebrow) { max-width: 430px; font-size: clamp(14px,.98vw,15px); }
  .visual-home-ru .showroom-hero-copy { width: 31.5%; }
  .visual-home-ru .showroom-hero-copy h1 { max-width: 455px; font-size: clamp(33px,2.75vw,44px); line-height: 1.04; }
  .visual-home-ru .showroom-hero-copy>p:not(.eyebrow) { max-width: 410px; font-size: clamp(13px,.92vw,15px); }
  .visual-home-en .showroom-product-laptop { left: 41.5%; width: 18.5%; }
  .visual-home-en .showroom-product-camera { left: 53.5%; width: 17.5%; }
  .visual-home-en .showroom-product-tower { left: 65.5%; width: 20.5%; }
}
.showroom-hero-copy .button-row { gap: 9px; margin-top: 24px; }
.showroom-hero-copy .button { min-height: 44px; padding: 10px 15px; font-size: 13px; }
.showroom-products { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
.showroom-product { position: absolute; height: auto; max-width: none; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 18px 24px rgba(24,79,113,.17)); }
.showroom-product-laptop { z-index: 4; top: 39%; left: 37%; width: 19%; }
.showroom-product-camera { z-index: 5; top: 28%; left: 50.5%; width: 18.5%; }
.showroom-product-tower { z-index: 9; top: 1.5%; left: 63.5%; width: 21%; }
.showroom-product-portable { z-index: 6; top: 42%; left: 81.5%; width: 16%; transform: rotate(-90deg); transform-origin: center; }
.showroom-product-scope { z-index: 7; top: 12%; left: 84.8%; width: 9%; }
.showroom-experience { position: absolute; z-index: 13; top: 4%; left: 45%; display: flex; width: 106px; height: 106px; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; background: rgba(8,42,69,.9); box-shadow: 0 16px 36px rgba(8,42,69,.18); color: #fff; text-align: center; }
.showroom-experience strong { font-family: Georgia,serif; font-size: 35px; font-weight: 500; line-height: 1; }
.showroom-experience span { max-width: 82px; margin-top: 5px; font-size: 8px; font-weight: 750; letter-spacing: .05em; line-height: 1.2; text-transform: uppercase; }
.visual-audience { display: grid; min-height: 82px; align-items: center; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(25,158,229,.15); }
.visual-audience span { padding: 10px 26px; color: #315d78; font-size: 13px; font-weight: 750; text-align: center; }
.visual-audience span+span { border-left: 1px solid rgba(25,158,229,.15); }

.visual-portfolio-section { padding: 112px 0; background: #fff; }
.visual-section-heading { max-width: 880px; margin-bottom: 38px; }
.visual-section-heading h2,.visual-trust-grid h2,.visual-cta-inner h2 { margin: 0; color: var(--ink-deep); font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4.8vw,64px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.visual-section-heading-row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 30px; }
.visual-category-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.visual-category-card { overflow: hidden; border: 1px solid #cce6f4; border-radius: 18px; background: #f7fcff; box-shadow: 0 16px 38px rgba(26,101,149,.08); transition: transform 180ms ease,box-shadow 180ms ease; }
.visual-category-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(26,101,149,.14); }
.visual-category-card img { width: 100%; aspect-ratio: 1.12; background: #fff; object-fit: contain; }
.visual-category-card h3 { display: grid; min-height: 82px; margin: 0; padding: 16px; place-items: center start; color: var(--ink-deep); font-family: Georgia,serif; font-size: 18px; font-weight: 500; line-height: 1.2; }
.visual-home .application-contexts-section { padding: 98px 0 108px; }
.visual-home .application-contexts-heading { max-width: 900px; }
.visual-home .application-contexts-heading>p:last-child { max-width: 760px; color: var(--muted); font-size: 16px; }

.visual-support-section { padding: 104px 0; background: linear-gradient(180deg,#fff 0%,#eef9ff 100%); }
.visual-support-inner { overflow: hidden; padding: 64px; border: 1px solid #bfe1f2; border-radius: 34px; background: linear-gradient(135deg,#e8f7ff 0%,#cbeeff 100%); box-shadow: 0 28px 70px rgba(25,111,163,.12); }
.visual-trust-grid { display: grid; align-items: start; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); gap: 72px; }
.visual-trust-grid h2 { font-size: clamp(38px,4.5vw,62px); }
.visual-trust-grid>div:first-child>p:last-child { max-width: 650px; color: #315d78; font-size: 17px; line-height: 1.7; }
.visual-trust-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.visual-trust-points span { display: flex; min-height: 116px; align-items: flex-start; justify-content: space-between; padding: 22px; border: 1px solid rgba(25,158,229,.24); border-radius: 16px; flex-direction: column; background: rgba(255,255,255,.58); color: var(--ink-deep); font-size: 14px; font-weight: 800; }
.visual-trust-points b { color: var(--teal); font-size: 11px; letter-spacing: .08em; }
.visual-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 54px; padding: 48px; border: 1px solid rgba(25,158,229,.24); border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 18px 45px rgba(26,101,149,.1); }
.visual-cta-inner h2 { max-width: 760px; font-size: clamp(34px,4.2vw,54px); }

@media (max-width:980px) {
  .showroom-hero-stage { width: min(100% - 28px,920px); aspect-ratio: 16/10; }
  .showroom-hero-copy { top: 7%; left: 4.5%; width: 43%; }
  .showroom-hero-copy h1 { font-size: clamp(38px,6vw,56px); }
  .showroom-product-laptop { top: 44%; left: 38%; width: 20%; }
  .showroom-product-camera { top: 31%; left: 51%; width: 19%; }
  .showroom-product-tower { top: 10%; left: 67%; width: 18%; }
  .showroom-product-portable { top: 47%; left: 81%; width: 17%; }
  .visual-category-grid { grid-template-columns: repeat(3,1fr); }
  .visual-trust-grid { grid-template-columns: 1fr; gap: 46px; }
}
@media (max-width:720px) {
  .showroom-hero { padding-top: 16px; }
  .showroom-hero-stage { width: calc(100% - 20px); min-height: 760px; aspect-ratio: auto; border-radius: 22px 22px 0 0; }
  .showroom-background { object-position: 45% center; }
  .showroom-hero-stage::after { background: linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.73) 34%,rgba(255,255,255,0) 59%); }
  .showroom-hero-copy { top: 4%; left: 6%; width: 88%; }
  .showroom-hero-copy h1 { max-width: 520px; font-size: 44px; }
  .showroom-hero-copy>p:not(.eyebrow) { max-width: 470px; font-size: 15px; }
  .showroom-product-laptop { top: 52%; left: 25%; width: 35%; }
  .showroom-product-camera { top: 50%; left: 52%; width: 31%; }
  .showroom-product-tower { top: 45%; left: 68%; width: 29%; }
  .showroom-product-portable,.showroom-product-scope { display: none; }
  .showroom-experience { top: auto; right: 5%; bottom: 4%; left: auto; width: 88px; height: 88px; }
  .showroom-experience strong { font-size: 29px; }
  .showroom-experience span { max-width: 68px; font-size: 7px; }
  .visual-audience { grid-template-columns: 1fr; padding: 15px 0; }
  .visual-audience span { padding: 7px 0; text-align: left; }
  .visual-audience span+span { border-top: 1px solid rgba(25,158,229,.15); border-left: 0; }
  .visual-portfolio-section { padding: 76px 0; }
  .visual-section-heading-row { align-items: flex-start; flex-direction: column; }
  .visual-category-grid { grid-template-columns: repeat(2,1fr); gap: 11px; }
  .visual-category-card h3 { min-height: 68px; padding: 13px; font-size: 15px; }
  .visual-support-section { padding: 78px 0; }
  .visual-support-inner { padding: 38px 24px; border-radius: 26px; }
  .visual-trust-points { grid-template-columns: 1fr; }
  .visual-cta-inner { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
}
@media (max-width:440px) { .visual-category-grid { grid-template-columns: 1fr; } }
