/* Digitizer website design service page */
.dz-page--website {
  --dw-orange: #ff7a00;
  --dw-orange-soft: rgba(255, 122, 0, .18);
  --dw-line: rgba(255, 255, 255, .13);
  --dw-card: rgba(255, 255, 255, .06);
  --dw-card-strong: rgba(255, 255, 255, .09);
  --dw-text-soft: rgba(255, 255, 255, .70);
}

.dz-page--website img { max-width: 100%; display: block; }

.dw-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.dw-hero-copy { min-width: 0; }

.dw-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.dw-capability {
  min-height: 148px;
  padding: 20px 18px;
  border: 1px solid var(--dw-line);
  border-radius: 22px;
  background: var(--dw-card);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.dw-capability b,
.dw-service-card b,
.dw-process-step b,
.dw-scope-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 122, 0, .14);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.dw-capability strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.dw-capability span {
  display: block;
  color: var(--dw-text-soft);
  font-size: 13px;
  line-height: 1.45;
}

.dw-hero-system {
  position: relative;
  min-height: 620px;
}

.dw-browser,
.dw-phone,
.dw-tablet,
.dw-flow-card,
.dw-flow-line {
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.dw-browser {
  overflow: hidden;
  border: 1px solid var(--dw-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(16px);
}

.dw-browser__bar {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .20);
}

.dw-browser__bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
}

.dw-browser figure { margin: 0; overflow: hidden; }
.dw-browser figure img { width: 100%; height: 100%; object-fit: cover; }

.dw-browser--hero {
  position: absolute;
  top: 56px;
  right: 0;
  width: min(100%, 560px);
  min-height: 390px;
}

.dw-browser__screen {
  padding: 28px;
}

.dw-ui-nav,
.dw-ui-wide,
.dw-ui-hero span,
.dw-ui-hero strong,
.dw-ui-hero em,
.dw-ui-cards span,
.dw-phone__screen span,
.dw-phone__screen strong,
.dw-phone__screen em,
.dw-phone__screen i {
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.dw-ui-nav { width: 72%; height: 18px; margin-bottom: 36px; }
.dw-ui-hero { padding: 30px 0 36px; }
.dw-ui-hero span { width: 120px; height: 12px; margin-bottom: 16px; background: var(--dw-orange-soft); }
.dw-ui-hero strong { width: 78%; height: 34px; margin-bottom: 12px; border-radius: 14px; background: rgba(255, 255, 255, .24); }
.dw-ui-hero em { width: 54%; height: 16px; }
.dw-ui-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.dw-ui-cards span { height: 82px; border-radius: 18px; background: rgba(255, 255, 255, .11); }
.dw-ui-wide { height: 78px; border-radius: 20px; background: linear-gradient(135deg, rgba(255, 122, 0, .22), rgba(255, 255, 255, .08)); }

.dw-phone {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  background: rgba(13, 13, 18, .92);
}

.dw-phone--hero {
  position: absolute;
  right: 36px;
  bottom: 72px;
  width: 170px;
  height: 320px;
  padding: 12px;
}

.dw-phone__screen {
  height: 100%;
  padding: 20px 16px;
  border-radius: 24px;
  background: radial-gradient(circle at 20% 0%, rgba(255, 122, 0, .28), transparent 36%), rgba(255, 255, 255, .08);
}

.dw-phone__screen span { width: 70%; height: 10px; margin-bottom: 30px; }
.dw-phone__screen strong { width: 100%; height: 42px; margin-bottom: 12px; border-radius: 14px; background: rgba(255, 255, 255, .23); }
.dw-phone__screen em { width: 76%; height: 13px; margin-bottom: 32px; }
.dw-phone__screen i { height: 112px; border-radius: 18px; background: rgba(255, 255, 255, .12); }

.dw-flow-card,
.dw-flow-line {
  position: absolute;
  border: 1px solid var(--dw-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(16px);
}

.dw-flow-card {
  min-width: 118px;
  padding: 15px 17px;
}

.dw-flow-card b { display: block; color: #fff; font-size: 20px; line-height: 1; margin-bottom: 6px; }
.dw-flow-card span { color: var(--dw-text-soft); font-size: 12px; }
.dw-flow-card--one { left: 12px; top: 22px; }
.dw-flow-card--two { left: 0; bottom: 138px; }
.dw-flow-card--three { right: 4px; top: 0; }

.dw-flow-line {
  left: 50px;
  right: 72px;
  bottom: 22px;
  padding: 15px 18px;
  color: rgba(255, 255, 255, .80);
  font-size: 13px;
  text-align: center;
}

.dw-intro-grid,
.dw-showcase-head,
.dw-archive-head,
.dw-responsive-section,
.dw-pricing-clean__intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.dw-intro-copy p + p { margin-top: 18px; }

.dw-featured-case {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin-top: 58px;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--dw-line);
  border-radius: 34px;
  background: radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .16), transparent 36%), rgba(255, 255, 255, .055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
  overflow: hidden;
}

.dw-case-copy h3 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -.055em;
}

.dw-case-copy p {
  color: var(--dw-text-soft);
  font-size: 17px;
  line-height: 1.62;
  margin: 0 0 24px;
}

.dw-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dw-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1;
  background: rgba(0, 0, 0, .16);
}

.dw-case-visual {
  position: relative;
  min-height: 430px;
}

.dw-browser--case {
  width: 100%;
}

.dw-browser--case figure { height: 420px; }

.dw-phone--case {
  position: absolute;
  right: -8px;
  bottom: -22px;
  width: 168px;
  height: 330px;
  padding: 9px;
}

.dw-phone figure,
.dw-tablet figure {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.dw-phone figure img,
.dw-tablet figure img { width: 100%; height: 100%; object-fit: cover; }

.dw-featured-grid,
.dw-project-grid,
.dw-service-grid,
.dw-process,
.dw-scope-grid {
  display: grid;
  gap: 18px;
}

.dw-featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.dw-project-grid,
.dw-service-grid,
.dw-process,
.dw-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.dw-project-card,
.dw-service-card,
.dw-process-step,
.dw-scope-card {
  border: 1px solid var(--dw-line);
  border-radius: 26px;
  background: var(--dw-card);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .20);
  overflow: hidden;
}

.dw-project-card { display: flex; flex-direction: column; }
.dw-browser--project { border: 0; border-radius: 26px 26px 0 0; box-shadow: none; }
.dw-browser--project figure { height: 250px; }
.dw-project-card--featured .dw-browser--project figure { height: 300px; }

.dw-project-card__body {
  padding: 22px;
}

.dw-project-card__body b {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.dw-project-card__body p {
  margin: 0 0 16px;
  color: var(--dw-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.dw-mobile-showcase {
  min-height: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 122, 0, .16), transparent 42%), rgba(0, 0, 0, .18);
}

.dw-phone--grid {
  width: 132px;
  height: 268px;
  padding: 8px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

.dw-responsive-section {
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--dw-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .05);
  overflow: hidden;
}

.dw-responsive-copy p {
  margin-top: 20px;
}

.dw-responsive-visual {
  position: relative;
  min-height: 520px;
}

.dw-browser--responsive {
  position: absolute;
  left: 0;
  top: 48px;
  width: 82%;
}

.dw-browser--responsive figure { height: 360px; }

.dw-tablet {
  position: absolute;
  right: 68px;
  bottom: 42px;
  width: 220px;
  height: 292px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: rgba(13, 13, 18, .92);
}

.dw-phone--responsive {
  position: absolute;
  right: 0;
  top: 18px;
  width: 142px;
  height: 300px;
  padding: 8px;
}

.dw-services-head,
.dw-process-head {
  max-width: 820px;
}

.dw-service-card,
.dw-process-step,
.dw-scope-card {
  padding: 25px;
}

.dw-service-card h3,
.dw-process-step h3,
.dw-scope-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.dw-service-card p,
.dw-process-step p,
.dw-scope-card p,
.dw-scope-card small {
  margin: 0;
  color: var(--dw-text-soft);
  font-size: 14px;
  line-height: 1.58;
}

.dw-process-step {
  display: flex;
  gap: 18px;
}

.dw-process-step b { flex: 0 0 auto; margin-bottom: 0; }

.dw-scope-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

.dw-scope-card p { margin-bottom: 26px; }
.dw-scope-card small { margin-top: auto; }
.dw-scope-card--featured,
.dw-service-card:hover,
.dw-project-card:hover {
  background: linear-gradient(135deg, rgba(255, 122, 0, .13), rgba(255, 255, 255, .065));
  border-color: rgba(255, 122, 0, .30);
}

.dw-rate-note {
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 122, 0, .38);
  border-radius: 24px;
  background: radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .14), transparent 34%), rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.dw-rate-note p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .dw-hero { grid-template-columns: 1fr; }
  .dw-hero-system { min-height: 560px; max-width: 720px; width: 100%; margin: 0 auto; }
  .dw-capabilities { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dw-featured-grid, .dw-project-grid, .dw-service-grid, .dw-process, .dw-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .dw-intro-grid,
  .dw-showcase-head,
  .dw-archive-head,
  .dw-responsive-section,
  .dw-featured-case {
    grid-template-columns: 1fr;
  }
  .dw-case-visual { min-height: 430px; }
  .dw-browser--case figure { height: 350px; }
  .dw-responsive-visual { min-height: 480px; }
}

@media (max-width: 767px) {
  .dw-capabilities,
  .dw-featured-grid,
  .dw-project-grid,
  .dw-service-grid,
  .dw-process,
  .dw-scope-grid {
    grid-template-columns: 1fr;
  }

  .dw-hero-system { min-height: 440px; }
  .dw-browser--hero { top: 36px; width: 100%; min-height: 300px; }
  .dw-browser__screen { padding: 20px; }
  .dw-ui-cards span { height: 58px; }
  .dw-phone--hero { width: 118px; height: 238px; right: 14px; bottom: 72px; border-radius: 26px; }
  .dw-flow-card { display: none; }
  .dw-flow-line { left: 0; right: 0; bottom: 0; }

  .dw-featured-case { padding: 22px; border-radius: 28px; }
  .dw-case-visual { min-height: 360px; }
  .dw-browser--case figure { height: 300px; }
  .dw-phone--case { width: 112px; height: 230px; right: 0; bottom: -6px; border-radius: 25px; }
  .dw-browser--project figure,
  .dw-project-card--featured .dw-browser--project figure { height: 230px; }

  .dw-responsive-section { padding: 22px; border-radius: 28px; }
  .dw-responsive-visual { min-height: 370px; }
  .dw-browser--responsive { width: 100%; top: 36px; }
  .dw-browser--responsive figure { height: 250px; }
  .dw-tablet { display: none; }
  .dw-phone--responsive { width: 112px; height: 238px; top: 118px; right: 12px; }

  .dw-process-step { display: block; }
  .dw-process-step b { margin-bottom: 18px; }
  .dw-rate-note { padding: 20px; border-radius: 20px; }
  .dw-rate-note p { font-size: 15px; }
}


/* Website page v2 corrections: preserve global typography, improve layout and previews */
.dz-page--website .dw-hero {
  align-items: center;
}

.dz-page--website .dw-capabilities-section {
  padding-top: clamp(24px, 4vw, 54px);
}

.dz-page--website .dw-capabilities-head {
  max-width: 920px;
  margin-bottom: 30px;
}

.dz-page--website .dw-capabilities-head .dz-title {
  margin-top: 12px;
}

.dz-page--website .dw-capabilities--wide {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.dz-page--website .dw-capabilities--wide .dw-capability {
  min-height: 210px;
  padding: 26px 24px;
  border-radius: 26px;
}

.dz-page--website .dw-capabilities--wide .dw-capability b {
  margin-bottom: 22px;
}

.dz-page--website .dw-capabilities--wide .dw-capability strong {
  margin-bottom: 14px;
}

/* Keep previews understandable: whole screenshot visible inside the frame */
.dz-page--website .dw-browser figure,
.dz-page--website .dw-phone figure,
.dz-page--website .dw-tablet figure,
.dz-page--website .dw-mobile-showcase {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, .10), transparent 34%),
    rgba(0, 0, 0, .22);
}

.dz-page--website .dw-browser figure img,
.dz-page--website .dw-phone figure img,
.dz-page--website .dw-tablet figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

.dz-page--website .dw-browser--case figure {
  height: 470px;
}

.dz-page--website .dw-browser--project figure {
  height: 280px;
}

.dz-page--website .dw-project-card--featured .dw-browser--project figure {
  height: 330px;
}

.dz-page--website .dw-browser--responsive figure {
  height: 390px;
}

/* Website pricing */
.dz-page--website .dw-price-subhead {
  margin-top: 44px;
  margin-bottom: -18px;
}

.dz-page--website .dw-price-subhead--maintenance {
  margin-top: 34px;
}

.dz-page--website .dw-scope-grid--pricing,
.dz-page--website .dw-scope-grid--maintenance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dz-page--website .dw-scope-card strong {
  display: block;
  margin-top: auto;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: .95;
  letter-spacing: -.055em;
}

.dz-page--website .dw-scope-card small {
  display: block;
}

.dz-page--website .dw-rate-note--strong {
  border-color: rgba(255, 122, 0, .48);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 0, .20), transparent 36%),
    rgba(255, 255, 255, .070);
}

.dz-page--website .dw-rate-note--strong p {
  color: rgba(255, 255, 255, .92);
  font-weight: 650;
}

/* Image popup */
.dz-image-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: stretch;
  justify-content: center;
  padding: clamp(14px, 3vw, 34px);
}

.dz-image-modal.is-open {
  display: flex;
}

.dz-image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 8, .86);
  backdrop-filter: blur(10px);
}

.dz-image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  max-height: calc(100vh - clamp(28px, 6vw, 68px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: rgba(13, 13, 18, .96);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .55);
}

.dz-image-modal__close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin: 14px 14px 0 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.dz-image-modal__image-wrap {
  clear: both;
  min-height: 64vh;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dz-image-modal__image-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 18px;
}

.dz-image-modal__caption {
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .dz-page--website .dw-capabilities--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dz-page--website .dw-scope-grid--pricing,
  .dz-page--website .dw-scope-grid--maintenance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dz-page--website .dw-capabilities--wide,
  .dz-page--website .dw-scope-grid--pricing,
  .dz-page--website .dw-scope-grid--maintenance {
    grid-template-columns: 1fr;
  }

  .dz-page--website .dw-capabilities--wide .dw-capability {
    min-height: 0;
    padding: 22px;
  }

  .dz-page--website .dw-browser--case figure {
    height: 330px;
  }

  .dz-page--website .dw-browser--project figure,
  .dz-page--website .dw-project-card--featured .dw-browser--project figure {
    height: 260px;
  }

  .dz-page--website .dw-browser--responsive figure {
    height: 270px;
  }

  .dz-image-modal {
    padding: 10px;
  }

  .dz-image-modal__dialog {
    border-radius: 22px;
  }

  .dz-image-modal__image-wrap {
    padding: 12px;
  }
}
/* =========================================================
   Digitizer website service page — final corrections
   ========================================================= */

.dz-page--website,
.dz-page--website * {
  font-family: inherit;
}

/* CTA anchor is handled in HTML, typography stays global */
.dz-page--website .dz-title,
.dz-page--website .dz-text,
.dz-page--website .dz-lead,
.dz-page--website .dz-kicker {
  font-family: inherit;
}

/* The 5 cards section should breathe and not look like squeezed mini cards */
.dz-page--website .dw-capabilities-section {
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(44px, 6vw, 84px);
}

.dz-page--website .dw-capabilities-head {
  max-width: 960px;
  margin-bottom: 34px;
}

.dz-page--website .dw-capabilities-head .dz-title {
  max-width: 860px;
}

.dz-page--website .dw-capabilities--wide {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  gap: 18px;
  margin-top: 0;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scrollbar-width: thin;
}

.dz-page--website .dw-capabilities--wide .dw-capability {
  min-height: 230px;
  padding: 28px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .10), transparent 38%),
    rgba(255, 255, 255, .065);
}

.dz-page--website .dw-capabilities--wide .dw-capability b {
  margin-bottom: 24px;
}

.dz-page--website .dw-capabilities--wide .dw-capability strong {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.dz-page--website .dw-capabilities--wide .dw-capability span {
  font-size: 15px;
  line-height: 1.5;
}

/* Portfolio image previews: do not crop screenshots */
.dz-page--website .dw-browser figure,
.dz-page--website .dw-phone figure,
.dz-page--website .dw-tablet figure,
.dz-page--website .dw-mobile-showcase {
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(0,0,0,.18)),
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, .10), transparent 38%);
}

.dz-page--website .dw-browser figure img,
.dz-page--website .dw-phone figure img,
.dz-page--website .dw-tablet figure img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  cursor: zoom-in;
}

.dz-page--website .dw-browser--case figure {
  height: 500px;
}

.dz-page--website .dw-browser--project figure {
  height: 310px;
}

.dz-page--website .dw-project-card--featured .dw-browser--project figure {
  height: 350px;
}

.dz-page--website .dw-browser--responsive figure {
  height: 410px;
}

.dz-page--website .dw-phone figure img {
  padding: 6px;
}

/* Pricing must look like a real section, not plain content */
.dz-page--website #izrada-sajtova-cenovnik {
  position: relative;
}

.dz-page--website #izrada-sajtova-cenovnik .dz-pricing-clean__intro {
  margin-bottom: 44px;
}

.dz-page--website .dw-price-subhead {
  margin-top: 46px;
  margin-bottom: 20px;
}

.dz-page--website .dw-price-subhead:first-of-type {
  margin-top: 0;
}

.dz-page--website .dw-price-subhead .dz-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 122, 0, .32);
  border-radius: 999px;
  background: rgba(255, 122, 0, .09);
}

.dz-page--website .dw-scope-grid--pricing,
.dz-page--website .dw-scope-grid--maintenance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.dz-page--website .dw-scope-card {
  min-height: 390px;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .10), transparent 34%),
    rgba(255, 255, 255, .065);
  box-shadow: 0 24px 78px rgba(0, 0, 0, .26);
}

.dz-page--website .dw-scope-card--featured {
  border-color: rgba(255, 122, 0, .42);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .18), transparent 36%),
    rgba(255, 255, 255, .075);
}

.dz-page--website .dw-scope-card b {
  width: auto;
  height: auto;
  min-height: 30px;
  padding: 8px 12px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 122, 0, .12);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dz-page--website .dw-scope-card h3 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dz-page--website .dw-scope-card p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.62;
}

.dz-page--website .dw-scope-card strong {
  display: block;
  margin-top: auto;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .92;
  letter-spacing: -.06em;
}

.dz-page--website .dw-scope-card small {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.48;
}

.dz-page--website .dw-rate-note--strong {
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 122, 0, .48);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 0, .22), transparent 36%),
    rgba(255, 255, 255, .075);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .30);
}

.dz-page--website .dw-rate-note--strong p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 600;
}

/* Image popup */
.dz-image-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  padding: clamp(12px, 3vw, 34px);
}

.dz-image-modal.is-open {
  display: block;
}

.dz-image-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 8, .88);
  backdrop-filter: blur(12px);
}

.dz-image-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  max-height: calc(100vh - clamp(24px, 6vw, 68px));
  margin: 0 auto;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: rgba(12, 12, 16, .98);
  box-shadow: 0 45px 130px rgba(0, 0, 0, .62);
}

.dz-image-modal__close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 5;
  width: 46px;
  height: 46px;
  margin: 14px 14px 0 0;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.dz-image-modal__image-wrap {
  clear: both;
  padding: 20px;
  min-height: 64vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.dz-image-modal__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1320px;
  border-radius: 18px;
}

.dz-image-modal__image-wrap img.is-mobile-preview {
  width: auto;
  max-width: min(440px, 100%);
}

.dz-image-modal__caption {
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1180px) {
  .dz-page--website .dw-capabilities--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: visible;
  }

  .dz-page--website .dw-scope-grid--pricing,
  .dz-page--website .dw-scope-grid--maintenance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dz-page--website .dw-capabilities--wide,
  .dz-page--website .dw-scope-grid--pricing,
  .dz-page--website .dw-scope-grid--maintenance {
    grid-template-columns: 1fr;
  }

  .dz-page--website .dw-capabilities--wide .dw-capability {
    min-height: 0;
    padding: 22px;
  }

  .dz-page--website .dw-browser--case figure {
    height: 340px;
  }

  .dz-page--website .dw-browser--project figure,
  .dz-page--website .dw-project-card--featured .dw-browser--project figure {
    height: 280px;
  }

  .dz-page--website .dw-browser--responsive figure {
    height: 280px;
  }

  .dz-page--website .dw-scope-card {
    min-height: 0;
    padding: 24px;
  }

  .dz-page--website .dw-scope-card strong {
    font-size: 38px;
  }

  .dz-image-modal {
    padding: 10px;
  }

  .dz-image-modal__dialog {
    border-radius: 22px;
  }

  .dz-image-modal__image-wrap {
    padding: 12px;
  }
}