/* Deep Code index-03 brand layer. Loaded after the vendor stylesheet. */
body.color-primary-2nd {
  --dc-accent: #ff494a;
  --dc-accent-deep: #c9363e;
  --dc-accent-light: #ff8b63;
  --dc-accent-contrast: #ffffff;
  --color-primary: var(--dc-accent);
  --color-primary-alt: var(--dc-accent);
  --color-primary-2nd: var(--dc-accent);
}

.tmp-btn:not(.btn-border),
.tmp-btn.btn-active,
.dc-dashboard-nav b,
.tmp-menu-bars {
  color: var(--dc-accent-contrast);
}

.tmp-btn:not(.btn-border):hover { color: var(--dc-accent-contrast); }

/* Fixed accent palette: the selected colour is persisted by deepcode-platform.js. */
.dc-palette-picker {
  position: fixed;
  z-index: 99990;
  top: 50%;
  right: 16px;
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(15, 15, 18, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
}

.dc-palette-picker::before {
  content: "";
  width: 22px;
  height: 1px;
  margin: 1px 0 2px;
  background: rgba(255, 255, 255, 0.13);
}

.dc-palette-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--dc-accent) 15%, rgba(255, 255, 255, 0.04));
  color: var(--dc-accent);
  font-size: 13px;
  cursor: default;
}

.dc-palette-options {
  display: grid;
  gap: 8px;
}

.dc-palette-swatch {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--dc-swatch);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--dc-swatch) 26%, transparent);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dc-palette-swatch:hover,
.dc-palette-swatch:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dc-swatch) 19%, transparent), 0 7px 18px color-mix(in srgb, var(--dc-swatch) 34%, transparent);
  outline: none;
  transform: scale(1.13);
}

.dc-palette-swatch[aria-checked="true"] {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.13), 0 0 19px color-mix(in srgb, var(--dc-swatch) 54%, transparent);
  transform: scale(1.08);
}

.dc-palette-swatch[aria-checked="true"]::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--dc-swatch-contrast, #fff);
  opacity: 0.94;
}

.tmp-white-version .dc-palette-picker {
  border-color: rgba(20, 22, 28, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(27, 32, 46, 0.15), inset 0 1px #fff;
}

.tmp-white-version .dc-palette-picker::before { background: rgba(20, 22, 28, 0.13); }
.tmp-white-version .dc-palette-icon { background: color-mix(in srgb, var(--dc-accent) 11%, #fff); }
.tmp-white-version .dc-palette-swatch { border-color: rgba(20, 22, 28, 0.17); }
.tmp-white-version .dc-palette-swatch:hover,
.tmp-white-version .dc-palette-swatch:focus-visible,
.tmp-white-version .dc-palette-swatch[aria-checked="true"] { border-color: #fff; }

@media (max-width: 767px) {
  .dc-palette-picker { right: 7px; gap: 6px; padding: 8px 6px; }
  .dc-palette-picker::before { width: 18px; }
  .dc-palette-icon { width: 27px; height: 27px; }
  .dc-palette-options { gap: 6px; }
  .dc-palette-swatch { width: 22px; height: 22px; }
  .dc-palette-swatch[aria-checked="true"]::after { inset: 5px; }
}

.deepcode-logo {
  width: 205px !important;
  max-width: 205px !important;
  height: auto !important;
  object-fit: contain;
}

.footer-area .deepcode-logo,
.tmp-sidebar-area .deepcode-logo {
  width: 185px !important;
  max-width: 185px !important;
}

.deepcode-header-switches {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-inline-end: 16px;
}

.header-one .tmp-header-right .social-share-wrapper {
  display: none !important;
}

.deepcode-language-switch,
.deepcode-theme-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--color-heading);
  font: 600 13px/1 "Rubik", sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}

.deepcode-language-switch:hover,
.deepcode-theme-switch:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.tmp-white-version .deepcode-language-switch,
.tmp-white-version .deepcode-theme-switch {
  border-color: rgba(10, 10, 10, 0.18);
  color: var(--color-light-heading);
}

.deepcode-mobile-switch {
  display: none;
}

.tmp-mainmenu > li.dc-nav-presence {
  display: flex;
  align-items: center;
  margin-inline-start: 12px;
}

.dc-nav-live {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #f4f4f6;
  font: 700 11px/1 "Rubik", sans-serif;
  white-space: nowrap;
}

.dc-nav-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55d68b;
  box-shadow: 0 0 0 4px rgba(85, 214, 139, 0.1), 0 0 14px rgba(85, 214, 139, 0.5);
  animation: dc-visitor-pulse 1.8s ease-in-out infinite;
}

.dc-nav-live strong {
  min-width: 1ch;
  color: #fff;
  font-size: 12px;
}

.dc-nav-live em {
  color: #8f8f98;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tmp-white-version .dc-nav-live {
  border-color: rgba(20, 22, 28, 0.12);
  background: rgba(20, 22, 28, 0.025);
  color: #17181d;
}

.tmp-white-version .dc-nav-live strong { color: #17181d; }

.tmp-popup-mobile-menu .dc-nav-presence {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.tmp-popup-mobile-menu .dc-nav-live {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 13px;
}

.rpp-banner-three-area .about-me .para {
  max-width: 34ch;
}

/* Product-led hero: live UI compositions replace the stock portrait. */
.rpp-banner-three-area {
  overflow: hidden;
}

.banner-three-main-wrapper {
  isolation: isolate;
}

.banner-three-main-wrapper > .row {
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {
  .banner-three-main-wrapper {
    padding-top: 150px;
    padding-bottom: 180px;
  }
}

.banner-three-main-wrapper .inner .sub-title {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.banner-three-main-wrapper .inner .title {
  max-width: 8ch;
  margin: 18px 0 28px;
  font-size: clamp(48px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

[dir="rtl"] .banner-three-main-wrapper .inner .title {
  max-width: 10ch;
  letter-spacing: normal;
}

.banner-three-main-wrapper .bg-benner-img-three.dc-hero-products {
  width: min(43vw, 550px);
  pointer-events: none;
}

.banner-three-main-wrapper .bg-benner-img-three.dc-hero-products::before {
  left: 50%;
  bottom: 0;
  width: 680px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, color-mix(in srgb, var(--dc-accent) 13%, transparent), transparent 62%);
  filter: blur(20px);
}

.dc-hero-showcase {
  position: relative;
  width: 100%;
  height: 570px;
  margin-inline: auto;
  perspective: 1400px;
}

.dc-hero-showcase::before {
  content: attr(data-back-text);
  position: absolute;
  z-index: 5;
  top: 43%;
  left: 50%;
  color: transparent;
  opacity: 0.84;
  font: 700 clamp(118px, 12vw, 180px)/0.82 var(--font-primary);
  letter-spacing: -0.055em;
  white-space: nowrap;
  pointer-events: none;
  -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.68);
  text-shadow: 0 0 44px color-mix(in srgb, var(--dc-accent) 12%, transparent);
  transform: translate(-50%, -50%);
}

[dir="rtl"] .dc-hero-showcase::before {
  left: 50%;
  letter-spacing: normal;
}

.dc-hero-glow {
  position: absolute;
  inset: 14% 9% 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 55% 45%, color-mix(in srgb, var(--dc-accent) 24%, transparent), color-mix(in srgb, var(--dc-accent-deep) 9%, transparent) 38%, transparent 70%);
  filter: blur(38px);
}

.dc-product-window,
.dc-mobile-product,
.dc-code-product,
.dc-product-badge {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 18, 22, 0.94);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.dc-dashboard-window {
  z-index: 1;
  inset: 52px 22px 88px 12px;
  overflow: hidden;
  border-radius: 25px;
  transform: rotateY(-6deg) rotateX(2deg);
  transform-origin: center;
}

[dir="rtl"] .dc-dashboard-window {
  transform: rotateY(6deg) rotateX(2deg);
}

.dc-window-bar {
  height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f6f6f8;
  font: 600 11px/1 "Rubik", sans-serif;
}

.dc-window-bar > span {
  color: #686873;
  font-size: 9px;
}

.dc-window-dots {
  display: flex;
  gap: 5px;
}

.dc-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dc-accent);
}

.dc-window-dots i:nth-child(2) { background: #f7bc56; }
.dc-window-dots i:nth-child(3) { background: #55d68b; }

.dc-dashboard-body {
  min-height: 360px;
  display: grid;
  grid-template-columns: 54px 1fr;
}

.dc-dashboard-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  padding-top: 20px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.13);
}

.dc-dashboard-nav b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--color-primary);
  color: #fff;
  font: 800 10px/1 "Rubik", sans-serif;
}

.dc-dashboard-nav i {
  width: 17px;
  height: 6px;
  border-radius: 4px;
  background: #34343b;
}

.dc-dashboard-nav i:nth-of-type(1) {
  background: var(--color-primary);
}

.dc-dashboard-main {
  padding: 22px 21px 18px;
}

.dc-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f6f6f8;
  font: 700 13px/1 "Rubik", sans-serif;
}

.dc-live-chip {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(85, 214, 139, 0.1);
  color: #55d68b;
  font-size: 8px;
  text-transform: uppercase;
}

.dc-live-chip i {
  order: 2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(85, 214, 139, 0.1);
}

.dc-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 18px 0;
}

.dc-dashboard-metrics > div {
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.dc-dashboard-metrics strong,
.dc-dashboard-metrics span {
  display: block;
}

.dc-dashboard-metrics strong {
  color: #f7f7f8;
  font: 700 15px/1 "Rubik", sans-serif;
}

.dc-dashboard-metrics span {
  margin-top: 5px;
  overflow: hidden;
  color: #71717b;
  font: 500 7px/1.2 "Rubik", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dc-dashboard-chart {
  height: 105px;
  display: flex;
  align-items: end;
  gap: 7px;
  padding: 14px 14px 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent), repeating-linear-gradient(0deg, transparent 0 25px, rgba(255, 255, 255, 0.035) 26px);
}

.dc-dashboard-chart i {
  flex: 1;
  height: var(--bar);
  min-height: 10%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(180deg, var(--dc-accent-light), var(--dc-accent-deep));
}

.dc-dashboard-activity {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.dc-dashboard-activity > div {
  display: grid;
  grid-template-columns: 15px 1fr 8px;
  align-items: center;
  gap: 8px;
}

.dc-dashboard-activity i,
.dc-dashboard-activity b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #303038;
}

.dc-dashboard-activity span {
  width: var(--line);
  height: 4px;
  border-radius: 4px;
  background: #2e2e35;
}

.dc-dashboard-activity b {
  background: #55d68b;
}

.dc-mobile-product {
  z-index: 3;
  inset-inline-end: -7px;
  bottom: 16px;
  width: 164px;
  height: 326px;
  overflow: hidden;
  padding: 22px 14px 12px;
  border: 5px solid #232329;
  border-radius: 31px;
  color: #f6f6f8;
  transform: rotate(5deg);
}

[dir="rtl"] .dc-mobile-product { transform: rotate(-5deg); }

.dc-phone-speaker {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 42px;
  height: 5px;
  border-radius: 4px;
  background: #2d2d34;
  transform: translateX(-50%);
}

.dc-mobile-kicker {
  color: var(--color-primary);
  font: 700 7px/1 "Rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.dc-mobile-product h3 {
  margin: 9px 0 15px;
  color: #fff;
  font: 700 17px/1.1 "Rubik", sans-serif;
  letter-spacing: -0.03em;
}

.dc-phone-feature {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border-radius: 13px;
  background: linear-gradient(140deg, var(--dc-accent-light), var(--dc-accent-deep));
  color: var(--dc-accent-contrast);
}

.dc-phone-feature > i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.dc-phone-feature strong,
.dc-phone-feature span { display: block; }
.dc-phone-feature strong { font: 700 8px/1 "Rubik", sans-serif; }
.dc-phone-feature span { margin-top: 5px; font: 500 6px/1 "Rubik", sans-serif; opacity: 0.75; }

.dc-phone-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 13px;
}

.dc-phone-cards div {
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: #1a1a1f;
  color: #777783;
  font-size: 13px;
}

.dc-phone-nav {
  position: absolute;
  inset: auto 16px 14px;
  display: flex;
  justify-content: space-between;
}

.dc-phone-nav i {
  width: 11px;
  height: 4px;
  border-radius: 4px;
  background: #34343b;
}

.dc-phone-nav i:first-child { background: var(--color-primary); }

.dc-code-product {
  z-index: 2;
  inset-inline-start: -18px;
  bottom: 24px;
  width: 250px;
  padding: 16px;
  border-radius: 17px;
  color: #f5f5f7;
  transform: rotate(-4deg);
}

[dir="rtl"] .dc-code-product { transform: rotate(4deg); }

.dc-code-top,
.dc-code-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #73737e;
  font: 700 7px/1 "Rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dc-code-top > span { color: var(--color-primary); }
.dc-code-top > i { color: #4a4a52; font-style: normal; letter-spacing: 0.16em; }

.dc-code-product code {
  display: grid;
  gap: 8px;
  margin: 15px 0;
  color: #d9d9dd;
  font: 500 10px/1 "Space Grotesk", monospace;
}

.dc-code-product code span { display: flex; gap: 13px; }
.dc-code-product code b { color: #4e4e58; font-weight: 500; }
.dc-code-product code em { color: #a7a7b0; font-style: normal; }
.dc-code-product code span:nth-child(2) em { color: var(--dc-accent-light); }

.dc-code-status {
  justify-content: flex-start;
  gap: 7px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #55d68b;
}

.dc-code-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.dc-product-badge {
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #f4f4f6;
  font: 600 9px/1 "Rubik", sans-serif;
}

.dc-product-badge i { color: var(--color-primary); font-size: 13px; }
.dc-badge-web { top: 32px; inset-inline-start: -1px; }
.dc-badge-cloud { top: 84px; inset-inline-end: -18px; }

.banner-three-main-wrapper .texts-one {
  display: none !important;
}

.banner-three-main-wrapper .texts-two {
  z-index: 3;
  bottom: 13%;
  left: 22%;
  width: auto;
  color: color-mix(in srgb, var(--dc-accent) 1.8%, transparent);
  opacity: 0.82;
  font-size: clamp(108px, 10.5vw, 162px);
  letter-spacing: 0.015em;
  white-space: nowrap;
  -webkit-text-stroke: 1.4px var(--color-primary);
  text-shadow: 0 0 44px color-mix(in srgb, var(--dc-accent) 8%, transparent);
}

[dir="rtl"] .banner-three-main-wrapper .texts-two {
  right: 22%;
  left: auto;
  letter-spacing: normal;
}

.tmp-white-version .banner-three-main-wrapper .inner .sub-title {
  border-color: rgba(10, 10, 10, 0.1);
  background: rgba(10, 10, 10, 0.025);
}

.tmp-white-version .dc-product-window,
.tmp-white-version .dc-mobile-product,
.tmp-white-version .dc-code-product,
.tmp-white-version .dc-product-badge {
  border-color: rgba(20, 22, 28, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 35px 90px rgba(33, 39, 52, 0.15), inset 0 1px rgba(255, 255, 255, 0.7);
}

.tmp-white-version .dc-window-bar,
.tmp-white-version .dc-dashboard-head,
.tmp-white-version .dc-dashboard-metrics strong,
.tmp-white-version .dc-mobile-product,
.tmp-white-version .dc-mobile-product h3,
.tmp-white-version .dc-code-product,
.tmp-white-version .dc-product-badge {
  color: #17181d;
}

.tmp-white-version .dc-window-bar,
.tmp-white-version .dc-dashboard-nav,
.tmp-white-version .dc-code-status {
  border-color: rgba(20, 22, 28, 0.08);
}

.tmp-white-version .dc-dashboard-nav,
.tmp-white-version .dc-phone-cards div {
  background: #f4f4f6;
}

.tmp-white-version .dc-dashboard-metrics > div,
.tmp-white-version .dc-dashboard-chart {
  border-color: rgba(20, 22, 28, 0.07);
  background-color: #fafafa;
}

.tmp-white-version .dc-code-product code em { color: #555864; }

.tmp-white-version .dc-hero-showcase::before {
  -webkit-text-stroke-color: rgba(20, 22, 28, 0.34);
}

/* Why Deep Code: benefits replace generic vanity counters. */
.counter-area {
  position: relative;
  padding: 96px 0 44px;
}

.counter-area > .container > .row {
  align-items: stretch;
}

.counter-area > .container > .row > [class*="col-"] {
  display: flex;
}

.dc-value-panel {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 44%),
    radial-gradient(circle at 88% 100%, color-mix(in srgb, var(--dc-accent) 24%, transparent), transparent 44%),
    #141416;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.dc-value-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom right, transparent 15%, #000 90%);
}

.dc-value-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #d9d9dd;
  font: 700 11px/1 "Rubik", sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dc-value-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--dc-accent) 10%, transparent);
}

.dc-value-title {
  max-width: 14ch;
  margin: 30px 0 18px;
  color: #fff;
  font: 700 clamp(38px, 4vw, 58px)/1.04 var(--font-primary);
  letter-spacing: -0.035em;
}

.dc-value-copy {
  max-width: 54ch;
  margin: 0;
  color: #aaaab2;
  font: 400 16px/1.7 var(--font-secondary);
}

.dc-value-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
}

.dc-value-flow span {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.dc-value-flow span::before {
  content: "";
  position: absolute;
  top: -3px;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.dc-value-flow b {
  color: var(--color-primary);
  font: 700 10px/1 "Rubik", sans-serif;
}

.dc-value-flow em {
  color: #f3f3f5;
  font: 600 12px/1 "Rubik", sans-serif;
  font-style: normal;
}

.dc-value-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 28px;
  color: #fff;
  font: 700 13px/1 "Rubik", sans-serif;
}

.dc-value-cta i {
  color: var(--color-primary);
  transition: transform 0.25s ease;
}

.dc-value-cta:hover i { transform: translateX(4px); }

.counter-area-right-content,
.counter-area-right-content > .row {
  width: 100%;
  height: 100%;
}

.counter-area-right-content > .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
}

.counter-area-right-content > .row > [class*="col-"] {
  display: flex;
  width: auto;
  max-width: none;
  padding: 0;
}

.counter-area .counter-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: #141416;
  text-align: start;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.counter-area .counter-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -35% -62% 25%;
  height: 170px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--dc-accent) 15%, transparent);
  filter: blur(55px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.counter-area .counter-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--dc-accent) 34%, transparent);
  background: #171719;
}

.counter-area .counter-card:hover::after { opacity: 1; }

.dc-capability-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
}

.dc-capability-index {
  color: #777780;
  font: 700 11px/1 "Rubik", sans-serif;
  letter-spacing: 0.1em;
}

.dc-capability-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--dc-accent) 24%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--dc-accent) 8%, transparent);
  color: var(--color-primary);
  font-size: 18px;
}

.counter-area .counter-card .counter-title {
  margin: 28px 0 10px;
  color: #f7f7f8;
  text-align: start;
  font: 700 23px/1.15 var(--font-primary);
  text-transform: none;
}

.counter-area .counter-card .counter-para {
  margin: 0;
  color: #97979f;
  text-align: start;
  font: 400 14px/1.55 var(--font-secondary);
}

[dir="rtl"] .dc-value-title,
[dir="rtl"] .dc-value-copy,
[dir="rtl"] .counter-area .counter-card .counter-title,
[dir="rtl"] .counter-area .counter-card .counter-para {
  text-align: right;
}

[dir="rtl"] .dc-value-title { letter-spacing: normal; }
[dir="rtl"] .dc-value-cta i { transform: scaleX(-1); }
[dir="rtl"] .dc-value-cta:hover i { transform: scaleX(-1) translateX(4px); }

.tmp-white-version .dc-value-panel,
.tmp-white-version .counter-area .counter-card {
  border-color: rgba(20, 22, 28, 0.08);
  background-color: #fff;
  box-shadow: 0 24px 60px rgba(28, 34, 48, 0.08);
}

.tmp-white-version .dc-value-title,
.tmp-white-version .counter-area .counter-card .counter-title,
.tmp-white-version .dc-value-flow em { color: #17181d; }
.tmp-white-version .dc-value-copy,
.tmp-white-version .counter-area .counter-card .counter-para { color: #656873; }
.tmp-white-version .dc-value-kicker { border-color: rgba(20, 22, 28, 0.1); color: #444650; }
.tmp-white-version .dc-value-flow span { border-color: rgba(20, 22, 28, 0.12); }

@media (max-width: 1199px) {
  .counter-area { padding-top: 72px; }
  .dc-value-panel { min-height: auto; }
  .counter-area .counter-card { min-height: 220px; }
}

@media (max-width: 575px) {
  .counter-area { padding-top: 58px; }
  .dc-value-panel { padding: 30px 24px; }
  .dc-value-title { margin-top: 24px; font-size: 38px; }
  .dc-value-flow { grid-template-columns: repeat(2, 1fr); row-gap: 18px; margin-top: 6px; }
  .counter-area .counter-card { min-height: 210px; padding: 24px; }
  .counter-area-right-content > .row { grid-template-columns: 1fr; grid-template-rows: none; }
}

/* Real aggregate presence replaces the former ideas and insights cards. */
.dc-visitor-section {
  position: relative;
  overflow: hidden;
}

.dc-visitor-panel {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: clamp(42px, 6vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 50%, color-mix(in srgb, var(--dc-accent) 20%, transparent), transparent 29%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.035), transparent 45%),
    #141416;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.04);
}

.dc-visitor-panel::before {
  content: "LIVE";
  position: absolute;
  z-index: -1;
  inset-inline-start: 4%;
  bottom: -0.18em;
  color: transparent;
  opacity: 0.18;
  font: 800 clamp(150px, 20vw, 330px)/0.8 var(--font-primary);
  letter-spacing: -0.05em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.dc-visitor-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.dc-visitor-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d5d5da;
  font: 700 11px/1 "Rubik", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dc-visitor-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55d68b;
  box-shadow: 0 0 0 6px rgba(85, 214, 139, 0.1), 0 0 22px rgba(85, 214, 139, 0.55);
  animation: dc-visitor-pulse 1.8s ease-in-out infinite;
}

@keyframes dc-visitor-pulse {
  50% { opacity: 0.55; transform: scale(0.78); }
}

.dc-visitor-copy h2 {
  max-width: 13ch;
  margin: 25px 0 18px;
  color: #fff;
  font: 700 clamp(44px, 5vw, 72px)/0.98 var(--font-primary);
  letter-spacing: -0.04em;
}

.dc-visitor-copy p {
  max-width: 60ch;
  margin: 0;
  color: #9e9ea7;
  font: 400 16px/1.7 var(--font-secondary);
}

.dc-visitor-metric {
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline-start: clamp(28px, 4vw, 62px);
  border-inline-start: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
}

.dc-visitor-orbit {
  position: absolute;
  top: 18px;
  width: 132px;
  height: 132px;
  border: 1px solid color-mix(in srgb, var(--dc-accent) 15%, transparent);
  border-radius: 50%;
}

.dc-visitor-orbit::before,
.dc-visitor-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.dc-visitor-orbit::before {
  inset: 15px;
  border: 1px dashed color-mix(in srgb, var(--dc-accent) 22%, transparent);
  animation: dc-orbit 12s linear infinite;
}

.dc-visitor-orbit::after {
  top: 9px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--color-primary);
  box-shadow: 0 0 18px var(--color-primary);
}

@keyframes dc-orbit { to { transform: rotate(360deg); } }

.dc-visitor-metric strong {
  position: relative;
  z-index: 2;
  min-width: 2ch;
  color: #fff;
  font: 700 clamp(88px, 9vw, 142px)/0.8 var(--font-primary);
  letter-spacing: -0.04em;
}

.dc-visitor-metric > span[data-live-visitor-label] {
  margin-top: 28px;
  color: #f1f1f3;
  font: 700 14px/1.2 "Rubik", sans-serif;
}

.dc-visitor-metric small {
  margin-top: 9px;
  color: #777780;
  font: 400 11px/1.4 var(--font-secondary);
}

[dir="rtl"] .dc-visitor-copy h2 { letter-spacing: normal; }

.tmp-white-version .dc-visitor-panel {
  border-color: rgba(20, 22, 28, 0.08);
  background:
    radial-gradient(circle at 82% 50%, color-mix(in srgb, var(--dc-accent) 13%, transparent), transparent 29%),
    linear-gradient(125deg, rgba(20, 22, 28, 0.025), transparent 45%),
    #fff;
  box-shadow: 0 34px 100px rgba(28, 34, 48, 0.1);
}

.tmp-white-version .dc-visitor-copy h2,
.tmp-white-version .dc-visitor-metric strong,
.tmp-white-version .dc-visitor-metric > span[data-live-visitor-label] { color: #17181d; }
.tmp-white-version .dc-visitor-copy p { color: #656873; }
.tmp-white-version .dc-visitor-eyebrow { color: #454750; }
.tmp-white-version .dc-visitor-metric { border-color: rgba(20, 22, 28, 0.1); }
.tmp-white-version .dc-visitor-panel::before { -webkit-text-stroke-color: rgba(20, 22, 28, 0.16); }

@media (max-width: 767px) {
  .dc-visitor-panel { grid-template-columns: 1fr; gap: 38px; padding: 38px 26px; }
  .dc-visitor-copy h2 { font-size: 46px; }
  .dc-visitor-metric { min-height: 210px; padding: 36px 0 0; border-inline-start: 0; border-top: 1px solid rgba(255, 255, 255, 0.11); }
  .dc-visitor-orbit { top: 28px; }
  .tmp-white-version .dc-visitor-metric { border-top-color: rgba(20, 22, 28, 0.1); }
}

@media (max-width: 1199px) {
  .banner-three-main-wrapper .bg-benner-img-three.dc-hero-products {
    width: min(45vw, 520px);
  }

  .dc-hero-showcase { height: 520px; }
  .dc-dashboard-window { inset: 48px 18px 78px 8px; }
  .dc-mobile-product { width: 145px; height: 292px; }
  .dc-code-product { width: 220px; }
  .dc-dashboard-main { padding-inline: 15px; }
}

@media (max-width: 991px) {
  .dc-hero-showcase::before {
    display: none;
  }

  .banner-three-main-wrapper .texts-two {
    display: none !important;
  }

  .banner-three-main-wrapper .bg-benner-img-three.dc-hero-products {
    position: relative;
    inset: auto;
    width: min(680px, 100%);
    margin: 20px auto 0;
    transform: none;
  }

  .dc-hero-showcase { height: 550px; }
  .dc-dashboard-window { inset: 54px 36px 86px 24px; }
  .dc-mobile-product { width: 160px; height: 316px; inset-inline-end: 12px; }
  .dc-code-product { inset-inline-start: 4px; }
  .dc-badge-web { inset-inline-start: 18px; }
  .dc-badge-cloud { inset-inline-end: 8px; }

  .banner-three-main-wrapper .inner .title {
    max-width: 11ch;
    font-size: clamp(48px, 10vw, 72px);
  }
}

@media (max-width: 575px) {
  .banner-three-main-wrapper .bg-benner-img-three.dc-hero-products {
    margin-top: 4px;
  }

  .dc-hero-showcase { height: 410px; }
  .dc-dashboard-window { inset: 35px 7px 70px 0; border-radius: 18px; }
  .dc-window-bar { height: 40px; padding-inline: 11px; }
  .dc-window-bar > span { display: none; }
  .dc-dashboard-body { min-height: 285px; grid-template-columns: 40px 1fr; }
  .dc-dashboard-nav { gap: 15px; padding-top: 14px; }
  .dc-dashboard-nav b { width: 24px; height: 24px; }
  .dc-dashboard-nav i { width: 13px; }
  .dc-dashboard-main { padding: 15px 11px; }
  .dc-dashboard-metrics { gap: 5px; margin: 12px 0; }
  .dc-dashboard-metrics > div { padding: 9px 6px; }
  .dc-dashboard-metrics strong { font-size: 12px; }
  .dc-dashboard-metrics span { font-size: 6px; }
  .dc-dashboard-chart { height: 80px; gap: 4px; padding-inline: 8px; }
  .dc-dashboard-activity { display: none; }
  .dc-mobile-product { width: 119px; height: 242px; inset-inline-end: -2px; bottom: 5px; padding: 18px 9px 8px; border-width: 4px; border-radius: 24px; }
  .dc-mobile-product h3 { margin: 7px 0 10px; font-size: 12px; }
  .dc-phone-feature { padding: 8px; }
  .dc-phone-feature > i { width: 20px; height: 20px; }
  .dc-phone-cards { gap: 4px; margin-top: 9px; }
  .dc-phone-cards div { height: 36px; }
  .dc-code-product { width: 184px; inset-inline-start: -5px; bottom: 8px; padding: 12px; }
  .dc-code-product code { gap: 5px; margin: 10px 0; font-size: 8px; }
  .dc-code-status { padding-top: 8px; font-size: 6px; }
  .dc-product-badge { padding: 8px 10px; font-size: 7px; }
  .dc-badge-web { top: 14px; inset-inline-start: 5px; }
  .dc-badge-cloud { display: none; }

  .banner-three-main-wrapper .inner .title {
    margin-block: 15px 22px;
    font-size: clamp(43px, 14vw, 58px);
  }
}

.service-card-v1 .service-para {
  min-height: 48px;
}

.latest-portfolio-card .img-box img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

[dir="rtl"] body,
[dir="rtl"] button,
[dir="rtl"] input,
[dir="rtl"] textarea {
  font-family: "Rubik", sans-serif;
  letter-spacing: normal;
}

[dir="rtl"] .fa-arrow-right,
[dir="rtl"] .fa-angle-right {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .deepcode-header-switches {
    margin-inline-end: 8px;
  }

  .deepcode-logo {
    width: 170px !important;
    max-width: 170px !important;
  }
}

@media (max-width: 575px) {
  .deepcode-header-switches {
    display: none;
  }

  .deepcode-mobile-switch {
    display: list-item;
  }

  .deepcode-logo {
    width: 150px !important;
    max-width: 150px !important;
  }
}

/* Cinematic office arrival */
body:has([data-office-arrival]) .tmp-header-area-start {
  background: rgba(8,9,11,.9);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 44px rgba(0,0,0,.14);
  backdrop-filter: blur(18px);
}

.dc-office-hero {
  --office-x: 0px;
  --office-y: 0px;
  position: relative;
  isolation: isolate;
  min-height: clamp(700px, calc(100svh - 108px), 940px);
  overflow: hidden;
  background: #08090b;
  color: #fff;
  transition: background-color 1.8s ease, color 1.8s ease;
}

.dc-office-stage,
.dc-office-frame,
.dc-office-depth {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dc-office-stage {
  z-index: -2;
  overflow: hidden;
  transform: translate3d(var(--office-x), var(--office-y), 0) scale(1.045);
  transform-origin: center center;
  transition: transform 1.6s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.dc-office-frame {
  object-fit: cover;
  object-position: center 15%;
  user-select: none;
  pointer-events: none;
  transition: opacity 2.1s cubic-bezier(.4, 0, .2, 1), filter 1.7s ease, transform 3.2s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.dc-office-frame.is-dark {
  opacity: 1;
  filter: brightness(.76) saturate(.88);
  transform: scale(1.035);
}

.dc-office-frame.is-light {
  opacity: 0;
  filter: brightness(.86) saturate(.82);
  transform: scale(1.055);
}

.dc-office-depth {
  z-index: 2;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 130px rgba(0,0,0,.34);
  transition: box-shadow 1.8s ease, border-color 1.8s ease;
  pointer-events: none;
}

.dc-office-live-screen {
  position: absolute;
  z-index: 3;
  top: 14%;
  left: 3.35%;
  width: 30.55%;
  height: 40.7%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  padding: clamp(9px, .85vw, 14px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(16,18,22,.97), rgba(8,10,13,.98));
  box-shadow: inset 0 1px rgba(255,255,255,.035);
  color: #f8f8fa;
  direction: ltr;
  pointer-events: none;
}

.dc-office-live-head,
.dc-office-live-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.dc-office-live-head {
  padding-bottom: clamp(7px, .55vw, 10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dc-office-live-head > span {
  font-size: clamp(8px, .82vw, 14px);
  font-weight: 700;
  letter-spacing: .08em;
}

.dc-office-live-head > i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #68dfa0;
  font-size: clamp(6px, .58vw, 10px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
}

.dc-office-live-head > i b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55d68b;
  box-shadow: 0 0 12px rgba(85,214,139,.8);
  animation: dc-office-screen-pulse 1.8s ease-in-out infinite;
}

.dc-office-live-body {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.dc-office-live-body > strong,
.dc-office-live-body > em {
  position: absolute;
  z-index: 3;
  left: 4px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-style: normal;
}

.dc-office-live-body > strong {
  top: 10px;
  min-width: 1.4ch;
  font-size: clamp(28px, 3.6vw, 58px);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.06em;
}

.dc-office-live-body > em {
  top: clamp(42px, 4.15vw, 66px);
  color: rgba(255,255,255,.54);
  font-size: clamp(5px, .48vw, 8px);
  font-weight: 700;
  letter-spacing: .13em;
}

.dc-office-live-map {
  position: absolute;
  z-index: 1;
  inset: 5% 1% 3% 22%;
  isolation: isolate;
}

.dc-office-live-map::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/deepcode-world-map.svg") center/contain no-repeat;
  filter: grayscale(1) brightness(.72) contrast(.92);
  opacity: .85;
}

.dc-office-live-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 58% 52%, color-mix(in srgb, var(--dc-accent) 18%, transparent), transparent 46%);
}

.dc-office-live-map > div {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.dc-office-live-beacon {
  position: absolute;
  z-index: 2;
  left: var(--office-beacon-x);
  top: var(--office-beacon-y);
  width: clamp(6px, .52vw, 9px);
  height: clamp(6px, .52vw, 9px);
  border: 1px solid rgba(232, 255, 243, .9);
  border-radius: 50%;
  background: #39ed91;
  box-shadow: 0 0 0 3px rgba(57, 237, 145, .14), 0 0 16px rgba(57, 237, 145, .96);
  filter: none;
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: dc-office-screen-beacon 2s var(--office-beacon-delay) ease-out infinite;
}

.dc-office-live-foot {
  padding-top: clamp(6px, .48vw, 9px);
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.46);
  font-size: clamp(5px, .5vw, 8px);
  font-weight: 600;
  letter-spacing: .08em;
}

.dc-office-live-foot b {
  margin-inline-start: 4px;
  color: #fff;
  font-weight: 700;
}

@keyframes dc-office-screen-pulse {
  50% { opacity: .5; transform: scale(.8); }
}

@keyframes dc-office-screen-beacon {
  0%, 100% { box-shadow: 0 0 0 0 rgba(57, 237, 145, .52), 0 0 14px rgba(57, 237, 145, .96); }
  60% { box-shadow: 0 0 0 8px transparent, 0 0 20px rgba(57, 237, 145, 1); }
}

.dc-office-hero.is-office-ready .dc-office-stage {
  transform: translate3d(var(--office-x), var(--office-y), 0) scale(1);
}

.dc-office-hero.is-office-revealed {
  background: #f6f5f1;
  color: #111317;
}

.dc-office-hero.is-office-revealed .dc-office-frame.is-dark {
  opacity: 0;
  transform: scale(1);
}

.dc-office-hero.is-office-revealed .dc-office-frame.is-light {
  opacity: 1;
  filter: brightness(1) saturate(.96);
  transform: scale(1);
}

.dc-office-hero.is-office-revealed .dc-office-depth {
  border-color: rgba(17,19,23,.07);
  box-shadow: inset 0 0 90px rgba(42,37,30,.08);
}

.dc-office-layout {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  direction: ltr;
  padding-top: 62px;
  padding-bottom: 86px;
}

.dc-office-copy {
  width: min(620px, 47vw);
  color: inherit;
  animation: dc-office-copy-in 1.15s .45s both cubic-bezier(.16, 1, .3, 1);
}

.dc-office-copy h1 {
  max-width: 610px;
  margin: 0;
  color: inherit;
  font-size: clamp(54px, 5.2vw, 90px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
  transition: color 1.8s ease, text-shadow 1.8s ease;
  text-shadow: 0 4px 30px rgba(0,0,0,.28);
}

.dc-office-copy p {
  max-width: 510px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.65;
  transition: color 1.8s ease;
}

.dc-office-hero.is-office-revealed .dc-office-copy h1 {
  text-shadow: 0 3px 26px rgba(255,255,255,.62);
}

.dc-office-hero.is-office-revealed .dc-office-copy p {
  color: rgba(17,19,23,.72);
}

.dc-office-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}

.dc-office-primary,
.dc-office-secondary {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.dc-office-actions .dc-office-secondary {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0;
}

.dc-office-primary {
  border: 1px solid var(--dc-accent);
  background: var(--dc-accent);
  color: var(--dc-accent-contrast);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--dc-accent) 26%, transparent);
}

.dc-office-secondary {
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(10,11,14,.2);
  color: #fff;
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.dc-office-hero.is-office-revealed .dc-office-secondary {
  border-color: rgba(17,19,23,.18);
  background: rgba(255,255,255,.62);
  color: #111317;
}

.dc-office-primary:hover,
.dc-office-primary:focus-visible,
.dc-office-secondary:hover,
.dc-office-secondary:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.dc-office-primary:hover,
.dc-office-primary:focus-visible {
  color: var(--dc-accent-contrast);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--dc-accent) 38%, transparent);
}

.dc-office-welcome {
  position: absolute;
  right: clamp(14px, 1.8vw, 28px);
  bottom: clamp(108px, 14vh, 150px);
  width: min(390px, 31vw);
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  background: rgba(8,9,11,.72);
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
  color: #fff;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease 1.2s, transform .75s cubic-bezier(.16,1,.3,1) 1.2s, background-color 1.8s ease, color 1.8s ease, border-color 1.8s ease, box-shadow .3s ease;
}

.dc-office-hero.is-office-revealed .dc-office-welcome {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(17,19,23,.12);
  background: rgba(255,255,255,.82);
  box-shadow: 0 24px 70px rgba(38,35,29,.16);
  color: #111317;
}

.dc-office-welcome:hover,
.dc-office-welcome:focus-visible {
  box-shadow: 0 28px 78px color-mix(in srgb, var(--dc-accent) 20%, rgba(0,0,0,.2));
  outline: 2px solid color-mix(in srgb, var(--dc-accent) 58%, transparent);
  outline-offset: 3px;
}

.dc-office-welcome-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dc-accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--dc-accent) 15%, transparent);
}

.dc-office-welcome-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid var(--dc-accent);
  border-radius: 50%;
  animation: dc-office-pulse 2.2s ease-out infinite;
}

.dc-office-welcome-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.dc-office-welcome-copy strong {
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}

.dc-office-welcome-copy em {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
  transition: color 1.8s ease;
}

.dc-office-hero.is-office-revealed .dc-office-welcome-copy em {
  color: rgba(17,19,23,.6);
}

.dc-office-scroll {
  position: absolute;
  left: 15px;
  bottom: 27px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color 1.8s ease;
}

.dc-office-hero.is-office-revealed .dc-office-scroll {
  color: rgba(17,19,23,.55);
}

.dc-office-scroll i {
  color: var(--dc-accent);
  animation: dc-office-scroll 1.7s ease-in-out infinite;
}

[dir="rtl"] .dc-office-copy,
[dir="rtl"] .dc-office-welcome {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .dc-office-scroll {
  left: auto;
  right: 15px;
}

@keyframes dc-office-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dc-office-pulse {
  0% { opacity: .7; transform: scale(.65); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes dc-office-scroll {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

@media (max-width: 1199px) {
  .dc-office-hero { min-height: 760px; }
  .dc-office-layout { padding-top: 42px; }
  .dc-office-copy { width: min(570px, 53vw); }
  .dc-office-copy h1 { font-size: clamp(52px, 6.2vw, 74px); }
  .dc-office-welcome { width: 340px; right: 28px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dc-office-live-screen {
    display: grid;
    padding: 8px;
  }

  .dc-office-live-screen.is-compact .dc-office-live-head {
    gap: 5px;
    padding-bottom: 6px;
  }

  .dc-office-live-screen.is-compact .dc-office-live-head > span {
    font-size: 7px;
    letter-spacing: .06em;
  }

  .dc-office-live-screen.is-compact .dc-office-live-head > i {
    gap: 4px;
    font-size: 6px;
  }

  .dc-office-live-screen.is-compact .dc-office-live-body > strong {
    top: 12px;
    font-size: 32px;
  }

  .dc-office-live-screen.is-compact .dc-office-live-body > em {
    top: 47px;
    font-size: 6px;
  }

  .dc-office-live-screen.is-compact .dc-office-live-map {
    inset: 12% 2% 8% 20%;
  }

  .dc-office-live-screen.is-compact .dc-office-live-map::before {
    opacity: .48;
  }

  .dc-office-live-screen.is-compact .dc-office-live-foot {
    gap: 5px;
    font-size: 5px;
    letter-spacing: .05em;
  }
}

@media (max-width: 767px) {
  .dc-office-live-screen { display: none; }
}

@media (min-width: 1200px) {
  .dc-office-copy h1 {
    font-size: clamp(58px, 4.6vw, 78px);
  }

  .dc-office-copy p {
    max-width: 620px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
  }

  .dc-office-actions {
    margin-top: 82px;
  }
}

@media (min-width: 768px) {
  .dc-office-scroll {
    display: none;
  }

  .dc-office-layout {
    align-items: flex-end;
    padding-top: 420px;
    padding-bottom: 20px;
  }

  .dc-office-copy {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: clamp(24px, 4vw, 62px);
    padding: 14px 18px 13px 22px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: rgba(8,9,12,.76);
    box-shadow: 0 22px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
    transition: color 1.8s ease, background-color 1.8s ease, border-color 1.8s ease, box-shadow 1.8s ease;
  }

  .dc-office-hero.is-office-revealed .dc-office-copy {
    border-color: rgba(17,19,23,.1);
    background: rgba(255,255,255,.84);
    box-shadow: 0 22px 70px rgba(38,35,29,.14);
  }

  .dc-office-copy h1 {
    max-width: 760px;
    font-size: clamp(27px, 2.15vw, 34px);
    line-height: 1.02;
    letter-spacing: -.035em;
    text-shadow: none;
  }

  .dc-office-hero.is-office-revealed .dc-office-copy h1 {
    text-shadow: none;
  }

  .dc-office-copy p {
    display: none;
  }

  .dc-office-actions {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .dc-office-primary,
  .dc-office-secondary {
    min-height: 52px;
    padding: 0 20px;
    white-space: nowrap;
  }

  .dc-office-welcome {
    display: none;
  }
}

@media (max-width: 767px) {
  .dc-office-hero {
    min-height: 850px;
    background: #090a0c;
  }

  .dc-office-stage {
    height: min(53vh, 455px);
    bottom: auto;
    transform: scale(1.04);
  }

  .dc-office-frame {
    object-position: 48% center;
  }

  .dc-office-depth {
    box-shadow: inset 0 0 70px rgba(0,0,0,.2);
  }

  .dc-office-layout {
    min-height: 850px;
    display: block;
    padding-top: min(58vh, 495px);
    padding-bottom: 66px;
  }

  .dc-office-copy {
    width: 100%;
  }

  .dc-office-copy h1 {
    font-size: clamp(44px, 12.7vw, 58px);
    line-height: .98;
  }

  .dc-office-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .dc-office-actions {
    margin-top: 24px;
  }

  .dc-office-primary,
  .dc-office-secondary {
    min-height: 52px;
    padding: 0 19px;
    border-radius: 10px;
    font-size: 13px;
  }

  .dc-office-welcome {
    top: min(43vh, 365px);
    right: 18px;
    bottom: auto;
    width: calc(100% - 36px);
    padding: 14px 15px;
  }

  .dc-office-scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .dc-office-stage,
  .dc-office-frame,
  .dc-office-copy,
  .dc-office-welcome,
  .dc-office-welcome-pulse::after,
  .dc-office-scroll i {
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }

  .dc-office-copy { opacity: 1; transform: none; }
  .dc-office-hero.is-office-revealed .dc-office-welcome { opacity: 1; transform: none; }
}

/* Scroll-led Deep Code office tour */
.dc-office-tour {
  --tour-accent: var(--color-primary, #25bd7b);
  position: relative;
  isolation: isolate;
  background: #090b0a;
  color: #fff;
}

.dc-tour-scene {
  position: relative;
  min-height: clamp(680px, 100svh, 1080px);
  overflow: clip;
}

.dc-tour-scene + .dc-tour-scene {
  border-top: 1px solid rgba(255,255,255,.14);
}

.dc-tour-visual,
.dc-tour-visual::after {
  position: absolute;
  inset: 0;
}

.dc-tour-visual {
  overflow: hidden;
  background: #111;
}

.dc-tour-visual::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4,6,5,.9) 0%, rgba(4,6,5,.58) 30%, rgba(4,6,5,.08) 64%, rgba(4,6,5,.2) 100%),
    linear-gradient(0deg, rgba(4,6,5,.58) 0%, transparent 35%, rgba(4,6,5,.18) 100%);
}

.dc-tour-content.is-right + .dc-tour-visual::after,
.dc-tour-scene:has(.dc-tour-content.is-right) .dc-tour-visual::after {
  background:
    linear-gradient(270deg, rgba(4,6,5,.9) 0%, rgba(4,6,5,.58) 30%, rgba(4,6,5,.08) 64%, rgba(4,6,5,.2) 100%),
    linear-gradient(0deg, rgba(4,6,5,.58) 0%, transparent 35%, rgba(4,6,5,.18) 100%);
}

.dc-tour-visual img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--tour-parallax, -4%), 0) scale(1.035);
  transition: transform .12s linear, filter .7s ease;
  filter: saturate(.93) contrast(1.02);
}

.dc-tour-content {
  position: relative;
  z-index: 3;
  min-height: clamp(680px, 100svh, 1080px);
  display: flex;
  align-items: center;
  padding-top: clamp(90px, 10vh, 130px);
  padding-bottom: clamp(72px, 9vh, 110px);
  pointer-events: none;
}

.dc-tour-content.is-right {
  justify-content: flex-end;
}

.dc-tour-panel {
  width: min(610px, 48vw);
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 28px;
  background: rgba(9,12,10,.73);
  box-shadow: 0 26px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(18px) saturate(115%);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  opacity: .55;
  transform: translate3d(0, 32px, 0) scale(.985);
  transition: opacity .65s ease, transform .85s cubic-bezier(.16,1,.3,1), border-color .4s ease;
  pointer-events: auto;
}

.dc-tour-scene.is-active .dc-tour-panel {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
  border-color: rgba(255,255,255,.38);
}

.dc-tour-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--tour-accent);
  font: 800 13px/1 var(--font-secondary, sans-serif);
  letter-spacing: .18em;
}

.dc-tour-number::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.dc-tour-panel h2 {
  max-width: 13ch;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(38px, 4.25vw, 68px);
  line-height: .99;
  letter-spacing: -.045em;
}

.dc-tour-panel p {
  max-width: 49ch;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
}

.dc-tour-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.dc-tour-panel li {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  font-weight: 700;
}

.dc-tour-live {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(0,0,0,.36);
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.dc-tour-live > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #35df91;
  box-shadow: 0 0 0 7px rgba(53,223,145,.12), 0 0 20px rgba(53,223,145,.74);
  animation: dc-office-screen-pulse 1.8s ease-in-out infinite;
}

.dc-tour-live strong {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dc-tour-live strong b {
  color: #57f2aa;
  font-size: 20px;
}

.dc-tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.dc-tour-actions a,
.dc-tour-actions button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: 800 15px/1 var(--font-secondary, sans-serif);
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.dc-tour-actions a {
  color: #07110c;
  border-color: var(--tour-accent);
  background: var(--tour-accent);
}

.dc-tour-actions a:hover,
.dc-tour-actions button:hover {
  color: inherit;
  transform: translateY(-2px);
}

.dc-tour-rail {
  position: fixed;
  left: 22px;
  top: 50%;
  z-index: 25;
  display: grid;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(8,10,9,.68);
  box-shadow: 0 12px 42px rgba(0,0,0,.24);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transform: translateY(-50%) translateX(-120%);
  opacity: 0;
  transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .35s ease;
  pointer-events: none;
}

.dc-office-tour.is-in-view .dc-tour-rail {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.dc-tour-rail button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  color: rgba(255,255,255,.46);
  background: transparent;
  font: 800 10px/1 var(--font-secondary, sans-serif);
  transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.dc-tour-rail button:hover,
.dc-tour-rail button:focus-visible {
  color: #fff;
  border-color: rgba(255,255,255,.25);
}

.dc-tour-rail button.is-active {
  color: #07110c;
  border-color: var(--tour-accent);
  background: var(--tour-accent);
}

[dir="rtl"] .dc-tour-rail {
  left: auto;
  right: 22px;
  transform: translateY(-50%) translateX(120%);
}

[dir="rtl"] .dc-office-tour.is-in-view .dc-tour-rail {
  transform: translateY(-50%) translateX(0);
}

[dir="rtl"] .dc-tour-content.is-left { justify-content: flex-end; }
[dir="rtl"] .dc-tour-content.is-right { justify-content: flex-start; }
[dir="rtl"] .dc-tour-number { letter-spacing: 0; }

@media (max-width: 991px) {
  .dc-tour-scene,
  .dc-tour-content { min-height: 86svh; }
  .dc-tour-content { align-items: flex-end; padding-bottom: 82px; }
  .dc-tour-panel { width: min(620px, calc(100vw - 64px)); padding: 30px; border-radius: 22px; }
  .dc-tour-panel h2 { font-size: clamp(36px, 7vw, 56px); }
  .dc-tour-visual::after,
  .dc-tour-scene:has(.dc-tour-content.is-right) .dc-tour-visual::after {
    background: linear-gradient(0deg, rgba(4,6,5,.94) 0%, rgba(4,6,5,.58) 42%, rgba(4,6,5,.04) 78%);
  }
  .dc-tour-rail,
  [dir="rtl"] .dc-tour-rail {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 16px;
    display: flex;
    transform: translateX(-50%) translateY(130%);
  }
  .dc-office-tour.is-in-view .dc-tour-rail,
  [dir="rtl"] .dc-office-tour.is-in-view .dc-tour-rail { transform: translateX(-50%) translateY(0); }
}

@media (max-width: 575px) {
  .dc-tour-scene,
  .dc-tour-content { min-height: 820px; }
  .dc-tour-visual img { height: 100%; object-position: 58% center; transform: none; }
  .dc-tour-content { padding: 250px 18px 78px; align-items: flex-end; }
  .dc-tour-panel { width: 100%; padding: 24px 21px; border-radius: 20px; }
  .dc-tour-panel h2 { max-width: 15ch; font-size: clamp(34px, 10vw, 45px); }
  .dc-tour-panel p { font-size: 16px; line-height: 1.55; }
  .dc-tour-panel ul { margin-top: 22px; gap: 7px; }
  .dc-tour-panel li { padding: 7px 10px; font-size: 11px; }
  .dc-tour-live { grid-template-columns: auto 1fr; }
  .dc-tour-live strong { grid-column: 2; }
  .dc-tour-actions { display: grid; }
  .dc-tour-actions a,
  .dc-tour-actions button { width: 100%; }
  .dc-tour-rail { gap: 4px; padding: 7px; }
  .dc-tour-rail button { width: 32px; height: 32px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .dc-tour-visual img,
  .dc-tour-panel,
  .dc-tour-rail { transition: none !important; transform: none; }
  .dc-tour-panel { opacity: 1; }
}
