:root {
  --dl-black: #050505;
  --dl-surface: #131313;
  --dl-surface-2: #1f1f1f;
  --dl-surface-3: #2a2a2a;
  --dl-white: #ffffff;
  --dl-text: #e8e8e8;
  --dl-muted: #777777;
  --dl-line: rgba(255, 255, 255, 0.14);
  --dl-orange: #f35610;
  --dl-orange-2: #ff7a33;
  --dl-container: 1440px;
  --dl-gutter: clamp(20px, 4vw, 56px);
  --dl-section: clamp(64px, 8vw, 112px);
  --dl-font: "Roboto Flex", "Roboto", "Arial", sans-serif;
}

body.page-id-196 #site-header {
  display: none;
}

body.home .footer-builder,
body.page-id-196 .footer-builder {
  display: none !important;
}

body {
  overflow-x: hidden;
}

.dl-page,
.dl-section {
  font-family: var(--dl-font);
  color: var(--dl-text);
  background: var(--dl-surface);
}

.dl-section {
  position: relative;
  padding: var(--dl-section) 0;
}

.dl-container {
  width: min(var(--dl-container), calc(100% - (var(--dl-gutter) * 2)));
  margin: 0 auto;
}

.dl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--dl-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dl-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.dl-heading {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.dl-copy {
  margin: 18px 0 0;
  max-width: 760px;
  color: #c8c8c8;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.6;
}

.dl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--dl-orange);
  border-radius: 0;
  background: var(--dl-orange);
  color: var(--dl-black);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.dl-button:hover,
.dl-button:focus-visible {
  background: var(--dl-white);
  border-color: var(--dl-white);
  color: var(--dl-black);
}

.dl-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--dl-white);
}

.dl-button--ghost:hover,
.dl-button--ghost:focus-visible {
  background: var(--dl-white);
  border-color: var(--dl-white);
  color: var(--dl-black);
}

.dl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid var(--dl-line);
  backdrop-filter: blur(14px);
  transform: translateY(0);
  will-change: transform;
}

.dl-header.is-hidden {
  pointer-events: none;
}

.dl-preheader {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #bdbdbd;
  font-size: 12px;
  line-height: 1;
}

.dl-preheader__inner,
.dl-header__inner {
  width: min(var(--dl-container), calc(100% - (var(--dl-gutter) * 2)));
  margin: 0 auto;
}

.dl-preheader__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}

.dl-preheader a {
  color: inherit;
  text-decoration: none;
}

.dl-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
}

.dl-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  color: var(--dl-white);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.dl-brand img {
  display: block;
  width: clamp(148px, 10vw, 178px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.dl-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.dl-nav a {
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.dl-nav a:hover,
.dl-nav a:focus-visible {
  color: var(--dl-orange);
}

.dl-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dl-menu-toggle {
  display: none !important;
  width: 44px;
  height: 44px;
  border: 1px solid var(--dl-line);
  border-radius: 0;
  background: transparent;
  color: var(--dl-white);
  cursor: pointer;
}

.dl-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.dl-hero-carousel {
  min-height: calc(100svh - 112px);
  padding: 0;
  background: var(--dl-black);
}

.dl-hero-carousel__viewport {
  position: relative;
  min-height: calc(100svh - 112px);
  overflow: hidden;
}

.dl-hero-slide {
  position: absolute;
  inset: 0;
  display: none;
  align-items: end;
  background-image: var(--dl-hero-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  transition: none;
  transform-origin: center;
  will-change: transform, opacity;
}

.dl-hero-slide.is-active {
  display: grid;
}

.dl-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.14) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.24) 52%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}

.dl-hero-slide__content {
  position: relative;
  z-index: 2;
  width: min(var(--dl-container), calc(100% - (var(--dl-gutter) * 2)));
  margin: 0 auto;
  padding: clamp(92px, 12vh, 150px) 0 clamp(92px, 12vh, 150px) clamp(46px, 4.8vw, 74px);
}

.dl-hero-slide__title {
  max-width: min(720px, 48vw);
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(40px, 4.7vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dl-hero-slide__text {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d4d4d4;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
}

.dl-hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.dl-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.dl-carousel-arrow,
.dl-carousel-dot {
  border-radius: 0;
  cursor: pointer;
}

.dl-carousel-arrow {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 58px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--dl-white);
  font-size: 56px;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: auto;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.75);
}

.dl-carousel-arrow[data-dl-prev] {
  left: clamp(12px, 2.4vw, 34px);
}

.dl-carousel-arrow[data-dl-next] {
  right: clamp(12px, 2.4vw, 34px);
}

.dl-carousel-arrow:hover,
.dl-carousel-arrow:focus-visible {
  border-color: transparent;
  color: var(--dl-white);
}

.dl-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.dl-hero-carousel .dl-carousel-dot {
  appearance: none;
  display: block;
  flex: 0 0 10px;
  min-width: 10px !important;
  max-width: 10px !important;
  width: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
  height: 10px !important;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
}

.dl-hero-carousel .dl-carousel-dot.is-active {
  flex-basis: 10px;
  min-width: 10px !important;
  max-width: 10px !important;
  width: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
  height: 10px !important;
  background: var(--dl-orange) !important;
}

.dl-machinery {
  background:
    radial-gradient(circle at 78% 22%, rgba(243, 86, 16, 0.1), transparent 28%),
    var(--dl-surface);
  hyphens: none;
}

.dl-machinery__title {
  margin: 0 0 22px;
  padding-bottom: 14px;
  color: var(--dl-orange);
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 900;
  line-height: 1;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: fit-content;
}

.dl-machinery-desktop {
  border: 1px solid rgba(243, 86, 16, 0.46);
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 0 0 1px rgba(243, 86, 16, 0.12),
    0 0 34px rgba(243, 86, 16, 0.2),
    inset 0 0 48px rgba(243, 86, 16, 0.06);
  will-change: transform, opacity;
}

.dl-machinery-accordion {
  display: none;
}

.dl-machinery-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dl-machinery-tab {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
  min-height: 236px;
  padding: 28px 10px 30px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dl-white) !important;
  text-align: center !important;
  cursor: pointer;
  box-shadow: none !important;
  overflow: visible;
  will-change: transform, opacity;
}

.dl-machinery-tab:last-child {
  border-right: 0 !important;
}

.dl-machinery-tab.is-active,
.dl-machinery-tab:hover,
.dl-machinery-tab:focus-visible {
  color: var(--dl-orange) !important;
  box-shadow:
    inset 0 0 0 1px rgba(243, 86, 16, 0.9),
    0 0 28px rgba(243, 86, 16, 0.2) !important;
}

.dl-machinery-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 13px;
  height: 13px;
  border-right: 1px solid var(--dl-orange);
  border-bottom: 1px solid var(--dl-orange);
  background: var(--dl-black);
  transform: translate(-50%, 50%) rotate(45deg);
}

.dl-machinery-tab__icon,
.dl-machinery-accordion__icon,
.dl-machinery-panel__icon,
.dl-datasheet-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor !important;
  flex: 0 0 auto;
}

.dl-machinery-tab__icon,
.dl-machinery-accordion__icon {
  width: 118px;
  height: 92px;
}

.dl-machinery-panel__icon {
  width: 96px;
  height: 78px;
}

.dl-machinery-icon__image,
.dl-machinery-icon__svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 180ms ease;
}

.dl-machinery-icon__image--orange,
.dl-machinery-icon__svg--orange {
  color: var(--dl-orange) !important;
  opacity: 0;
}

.dl-machinery-tab.is-active .dl-machinery-icon__image--white,
.dl-machinery-tab:hover .dl-machinery-icon__image--white,
.dl-machinery-tab:focus-visible .dl-machinery-icon__image--white,
.dl-machinery-tab.is-active .dl-machinery-icon__svg--white,
.dl-machinery-tab:hover .dl-machinery-icon__svg--white,
.dl-machinery-tab:focus-visible .dl-machinery-icon__svg--white,
.dl-machinery-accordion__trigger[aria-expanded="true"] .dl-machinery-icon__image--white,
.dl-machinery-accordion__trigger:hover .dl-machinery-icon__image--white,
.dl-machinery-accordion__trigger[aria-expanded="true"] .dl-machinery-icon__svg--white,
.dl-machinery-accordion__trigger:hover .dl-machinery-icon__svg--white {
  opacity: 0;
}

.dl-machinery-tab.is-active .dl-machinery-icon__image--orange,
.dl-machinery-tab:hover .dl-machinery-icon__image--orange,
.dl-machinery-tab:focus-visible .dl-machinery-icon__image--orange,
.dl-machinery-tab.is-active .dl-machinery-icon__svg--orange,
.dl-machinery-tab:hover .dl-machinery-icon__svg--orange,
.dl-machinery-tab:focus-visible .dl-machinery-icon__svg--orange,
.dl-machinery-accordion__trigger[aria-expanded="true"] .dl-machinery-icon__image--orange,
.dl-machinery-accordion__trigger:hover .dl-machinery-icon__image--orange,
.dl-machinery-accordion__trigger[aria-expanded="true"] .dl-machinery-icon__svg--orange,
.dl-machinery-accordion__trigger:hover .dl-machinery-icon__svg--orange,
.dl-machinery-panel__icon .dl-machinery-icon__image--orange,
.dl-machinery-panel__icon .dl-machinery-icon__svg--orange {
  opacity: 1;
}

.dl-machinery-panel__icon .dl-machinery-icon__image--white,
.dl-machinery-panel__icon .dl-machinery-icon__svg--white {
  opacity: 0;
}

.dl-machinery-tab__label {
  display: block;
  width: 100%;
  max-width: 136px;
  min-height: 52px;
  color: currentColor !important;
  font-size: clamp(12px, 0.82vw, 15px);
  font-weight: 850 !important;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.dl-machinery-panels {
  padding: clamp(30px, 4vw, 58px) clamp(32px, 5vw, 80px);
}

.dl-machinery-panel {
  display: none;
  will-change: transform, opacity;
}

.dl-machinery-panel.is-active {
  display: block;
}

.dl-machinery-panel__head {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: center;
  max-width: 760px;
}

.dl-machinery-panel__icon {
  color: var(--dl-orange);
}

.dl-machinery-panel__head h3 {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 760;
}

.dl-machinery-panel__head p {
  margin: 14px 0 0;
  color: #cfcfcf;
  font-size: 16px;
}

.dl-machinery-panel__body {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(280px, 0.44fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: stretch;
  margin-top: 26px;
}

.dl-model-list {
  display: grid;
  gap: 10px;
}

.dl-model-button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.018) !important;
  color: var(--dl-white) !important;
  font-size: clamp(18px, 1.5vw, 25px);
  font-weight: 850 !important;
  text-align: left !important;
  cursor: pointer;
  box-shadow: none !important;
}

.dl-model-button.is-active,
.dl-model-button:hover,
.dl-model-button:focus-visible {
  border-color: var(--dl-orange) !important;
  background: var(--dl-orange) !important;
  color: var(--dl-white) !important;
  box-shadow: 0 0 24px rgba(243, 86, 16, 0.34) !important;
}

.dl-model-button__check {
  opacity: 0;
  font-size: 24px;
}

.dl-model-button.is-active .dl-model-button__check {
  opacity: 1;
}

.dl-datasheet-card {
  display: grid;
  align-content: center;
  gap: 14px;
  padding-left: clamp(24px, 4vw, 64px);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.dl-datasheet-card__icon {
  justify-content: flex-start;
  color: var(--dl-orange);
}

.dl-datasheet-card__icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dl-datasheet-card p,
.dl-datasheet-card span {
  margin: 0;
  color: #d0d0d0;
  font-size: 16px;
}

.dl-datasheet-card strong {
  color: var(--dl-orange);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
}

.dl-datasheet-card__button {
  width: min(100%, 420px);
  margin-top: 18px;
  box-shadow: 0 0 28px rgba(243, 86, 16, 0.28);
}

.dl-machinery-accordion {
  border: 1px solid rgba(243, 86, 16, 0.46);
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 0 0 1px rgba(243, 86, 16, 0.12),
    0 0 30px rgba(243, 86, 16, 0.18),
    inset 0 0 42px rgba(243, 86, 16, 0.05);
}

.dl-machinery-accordion__item + .dl-machinery-accordion__item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.dl-machinery-accordion__trigger {
  display: grid !important;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 108px;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dl-white) !important;
  font-size: 17px;
  font-weight: 850 !important;
  line-height: 1.08;
  text-align: left !important;
  box-shadow: none !important;
}

.dl-machinery-accordion__trigger[aria-expanded="true"],
.dl-machinery-accordion__trigger:hover,
.dl-machinery-accordion__trigger:focus-visible {
  color: var(--dl-orange) !important;
}

.dl-machinery-accordion__panel {
  display: none;
  padding: 0 18px 24px;
}

.dl-machinery-accordion__item.is-active .dl-machinery-accordion__panel {
  display: block;
}

.dl-mydevelon {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.72) 46%, rgba(5, 5, 5, 0.96) 100%),
    radial-gradient(circle at 82% 18%, rgba(243, 86, 16, 0.18), transparent 28%),
    radial-gradient(circle at 72% 0%, rgba(255, 255, 255, 0.08), transparent 34%),
    var(--dl-black);
}

.dl-my-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(28px, 4vw, 76px);
  align-items: center;
  min-height: 520px;
}

.dl-my-hero::before {
  content: "";
  position: absolute;
  top: -90px;
  right: calc(var(--dl-gutter) * -1);
  width: 62%;
  height: 520px;
  background:
    linear-gradient(180deg, rgba(22, 36, 42, 0.58), rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 80% 44%, rgba(243, 86, 16, 0.24), transparent 24%);
  opacity: 0.85;
  pointer-events: none;
  filter: blur(0.2px);
}

.dl-my-hero__copy,
.dl-my-visual {
  position: relative;
  z-index: 1;
}

.dl-my-title {
  margin: 22px 0 0;
  color: var(--dl-white);
  line-height: 0.95;
  letter-spacing: 0;
}

.dl-my-title span {
  display: block;
  color: var(--dl-white);
  font-size: clamp(48px, 5.9vw, 94px);
  font-weight: 950;
  text-transform: uppercase;
}

.dl-my-title em {
  color: var(--dl-orange);
  font-style: normal;
}

.dl-my-title strong {
  display: block;
  margin-top: 12px;
  color: var(--dl-white);
  font-size: clamp(27px, 2.45vw, 43px);
  font-weight: 520;
  line-height: 1.1;
}

.dl-my-intro {
  max-width: 760px;
  margin: 24px 0 0;
  color: #e1e1e1;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.55;
}

.dl-my-intro strong,
.dl-my-intro b {
  color: var(--dl-orange);
}

.dl-my-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.dl-my-platform {
  display: inline-grid;
  grid-template-columns: 54px auto;
  gap: 16px;
  align-items: center;
  min-width: 220px;
  min-height: 78px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

a.dl-my-platform:hover,
a.dl-my-platform:focus-visible {
  border-color: var(--dl-orange);
  background: rgba(243, 86, 16, 0.08);
  transform: translateY(-2px);
  outline: 0;
}

.dl-my-platform__icon {
  color: var(--dl-orange);
}

.dl-my-platform__icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dl-my-platform small,
.dl-my-platform strong {
  display: block;
  color: var(--dl-white);
}

.dl-my-platform small {
  font-size: 15px;
  opacity: 0.82;
}

.dl-my-platform strong {
  margin-top: 2px;
  font-size: 21px;
  font-weight: 850;
}

.dl-my-visual {
  min-height: 430px;
}

.dl-my-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 60px rgba(0, 0, 0, 0.74));
}

.dl-my-laptop {
  position: absolute;
  right: 4%;
  top: 8%;
  width: min(94%, 720px);
  aspect-ratio: 1.62;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, #1e1e1e, #070707);
  transform: perspective(900px) rotateX(7deg) rotateY(-10deg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.72);
}

.dl-my-screen {
  height: 100%;
  padding: 14px;
  border-radius: 10px;
  background: #050505;
}

.dl-my-screen__top {
  height: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dl-my-map {
  position: relative;
  height: 48%;
  border: 1px solid rgba(243, 86, 16, 0.24);
  background:
    linear-gradient(35deg, transparent 48%, rgba(243, 86, 16, 0.5) 49%, transparent 50%),
    linear-gradient(125deg, transparent 48%, rgba(243, 86, 16, 0.35) 49%, transparent 50%),
    #111;
}

.dl-my-map span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--dl-orange);
}

.dl-my-map span:nth-child(1) { left: 18%; top: 28%; }
.dl-my-map span:nth-child(2) { left: 42%; top: 48%; }
.dl-my-map span:nth-child(3) { left: 62%; top: 26%; }
.dl-my-map span:nth-child(4) { left: 78%; top: 58%; }
.dl-my-map span:nth-child(5) { left: 30%; top: 70%; }

.dl-my-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.dl-my-dashboard i {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: conic-gradient(var(--dl-orange) 0 68%, #262626 68% 100%);
}

.dl-my-phone {
  position: absolute;
  right: -1%;
  bottom: 6%;
  width: min(25vw, 170px);
  aspect-ratio: 0.52;
  padding: 9px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: #0a0a0a;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.68);
}

.dl-my-phone__screen {
  display: grid;
  gap: 12px;
  height: 100%;
  padding: 18px 10px;
  border-radius: 16px;
  background: #050505;
}

.dl-my-phone__screen span {
  border-radius: 999px;
  background: conic-gradient(var(--dl-orange) 0 62%, #1c1c1c 62% 100%);
}

.dl-my-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr) minmax(0, 0.96fr);
  gap: 18px;
  margin-top: 36px;
}

.dl-my-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(10, 10, 10, 0.92);
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.018);
}

.dl-my-card__head {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: start;
}

.dl-my-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--dl-orange);
  border-radius: 10px;
  color: var(--dl-orange);
}

.dl-my-card__icon svg,
.dl-my-timeline svg,
.dl-my-mini-icon svg,
.dl-my-access span svg,
.dl-my-callout svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dl-my-platform__icon i,
.dl-my-card__icon i,
.dl-my-callout i {
  color: currentColor;
  font-size: 42px;
  line-height: 1;
}

.dl-my-card h3 {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(23px, 1.75vw, 31px);
  font-weight: 850;
  line-height: 1.08;
}

.dl-my-card p {
  margin: 14px 0 0;
  color: #d7d7d7;
  font-size: 16px;
  line-height: 1.55;
}

.dl-my-timeline {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 32px;
  padding-left: 0;
}

.dl-my-timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: var(--dl-orange);
}

.dl-my-timeline > div {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.dl-my-timeline > div::before {
  display: none;
}

.dl-my-timeline span,
.dl-my-mini-icon,
.dl-my-access span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dl-orange);
  font-weight: 900;
}

.dl-my-timeline span {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--dl-white);
  color: var(--dl-orange);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.18);
}

.dl-my-timeline svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.1;
}

.dl-my-timeline i {
  color: currentColor;
  font-size: 27px;
  line-height: 1;
}

.dl-my-timeline h4,
.dl-my-stack h4,
.dl-my-access h4 {
  margin: 0;
  color: var(--dl-white);
  font-size: 18px;
  font-weight: 850;
}

.dl-my-timeline p,
.dl-my-stack p,
.dl-my-access p {
  margin: 7px 0 0;
  color: #d2d2d2;
  font-size: 14px;
}

.dl-my-timeline p {
  grid-column: 2;
}

.dl-my-stack,
.dl-my-access {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.dl-my-stack > div,
.dl-my-access > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.dl-my-mini-icon,
.dl-my-access span {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(243, 86, 16, 0.4);
  background: rgba(243, 86, 16, 0.035);
}

.dl-my-mini-icon svg,
.dl-my-access span svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
}

.dl-my-mini-icon i,
.dl-my-access span i {
  color: currentColor;
  font-size: 28px;
  line-height: 1;
}

.dl-my-callout {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 20px;
  padding: 28px 38px;
  border: 1px solid var(--dl-orange);
  border-left-width: 5px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(243, 86, 16, 0.16), rgba(255, 255, 255, 0.025));
  box-shadow: 0 0 28px rgba(243, 86, 16, 0.18);
}

.dl-my-callout span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dl-orange);
}

.dl-my-callout p {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 520;
  line-height: 1.35;
}

.dl-my-callout strong {
  color: var(--dl-orange);
  font-weight: 850;
}

.dl-tier4 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.82) 36%, rgba(0, 0, 0, 0.42) 66%, rgba(0, 0, 0, 0.84) 100%),
    var(--dl-tier4-bg),
    var(--dl-black);
  background-position: center top;
  background-size: cover;
}

.dl-tier4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.86) 58%, rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 78% 20%, rgba(155, 218, 28, 0.18), transparent 18%),
    radial-gradient(circle at 18% 0%, rgba(243, 86, 16, 0.2), transparent 24%);
  pointer-events: none;
}

.dl-tier4 .dl-container {
  position: relative;
  z-index: 1;
}

.dl-tier4-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.48fr);
  gap: clamp(28px, 5vw, 92px);
  align-items: center;
  min-height: 420px;
}

.dl-tier4-copy {
  max-width: 760px;
}

.dl-tier4-title {
  margin: 22px 0 0;
  color: var(--dl-white);
  font-size: clamp(44px, 4.5vw, 76px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.dl-tier4-title span {
  display: block;
  color: var(--dl-orange);
}

.dl-tier4-intro {
  max-width: 740px;
  margin: 28px 0 0;
  color: #f2f2f2;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.65;
}

.dl-tier4-badge {
  position: relative;
  align-self: center;
  width: min(100%, 330px);
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.64)),
    rgba(0, 0, 0, 0.62);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.46), inset 0 0 34px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
}

.dl-tier4-badge strong {
  display: block;
  color: var(--dl-white);
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 950;
  line-height: 1;
}

.dl-tier4-badge span {
  display: block;
  max-width: 230px;
  margin-top: 22px;
  color: var(--dl-white);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.dl-tier4-badge strong,
.dl-tier4-badge span {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.dl-tier4-badge span strong,
.dl-tier4-benefits-title strong,
.dl-tier4-callout strong {
  color: #99d51e;
  font-weight: 900;
}

.dl-tier4-badge i {
  position: absolute;
  top: 38px;
  right: 30px;
  width: 68px;
  height: 68px;
  color: #99d51e;
}

.dl-tier4-badge svg,
.dl-tier4-card svg,
.dl-tier4-strip svg,
.dl-tier4-callout svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dl-tier4-benefits-title {
  margin: 44px 0 24px;
  color: var(--dl-white);
  font-size: clamp(27px, 2.5vw, 41px);
  font-weight: 900;
  line-height: 1.1;
}

.dl-tier4-benefits-title strong {
  color: var(--dl-orange);
}

.dl-tier4-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dl-tier4-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 345px;
  padding: 28px 28px 42px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.015)),
    rgba(7, 7, 7, 0.84);
  box-shadow: inset 0 0 36px rgba(255, 255, 255, 0.02);
}

.dl-tier4-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: var(--dl-orange);
}

.dl-tier4-card--fuel .dl-tier4-card__icon,
.dl-tier4-card--emissions .dl-tier4-card__icon {
  color: #99d51e;
}

.dl-tier4-card h3 {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(20px, 1.35vw, 25px);
  font-weight: 850;
  line-height: 1.2;
}

.dl-tier4-card p {
  margin: 16px 0 0;
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.55;
}

.dl-tier4-card__metric {
  margin-top: 22px;
  color: #99d51e;
}

.dl-tier4-card__metric strong {
  display: block;
  font-size: clamp(38px, 3vw, 52px);
  font-weight: 950;
  line-height: 0.9;
}

.dl-tier4-card__metric span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.dl-tier4-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 26px;
  color: var(--dl-orange);
  font-size: 56px;
  font-weight: 300;
  line-height: 0.6;
}

.dl-tier4-card--fuel .dl-tier4-card__arrow,
.dl-tier4-card--emissions .dl-tier4-card__arrow {
  color: #99d51e;
}

.dl-tier4-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.dl-tier4-strip > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 100px;
  padding: 18px 28px;
}

.dl-tier4-strip > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.dl-tier4-strip span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  color: var(--dl-orange);
}

.dl-tier4-strip p {
  margin: 0;
  color: var(--dl-white);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
}

.dl-tier4-callout {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 38px;
  border: 1px solid var(--dl-orange);
  border-left-width: 6px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(243, 86, 16, 0.13), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 32px rgba(243, 86, 16, 0.16);
}

.dl-tier4-callout span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: var(--dl-orange);
}

.dl-tier4-callout p {
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.28;
}

.dl-tier4-callout strong {
  color: var(--dl-orange);
}

.develon-about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(226, 92, 13, 0.13), transparent 28%),
    linear-gradient(180deg, #050505 0%, #080808 48%, #020202 100%);
  color: var(--dl-white);
}

.develon-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.16;
  pointer-events: none;
}

.develon-about-section .dl-container {
  position: relative;
  z-index: 1;
}

.develon-about-header {
  max-width: 880px;
}

.develon-about-header h2 {
  margin: 22px 0 0;
  color: var(--dl-white);
  font-size: clamp(42px, 5.2vw, 82px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
}

.develon-about-header > p:not(.dl-kicker) {
  max-width: 740px;
  margin: 26px 0 0;
  color: #d8d8d8;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
}

.develon-about-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.develon-about-tab {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 154px;
  padding: 24px 28px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent !important;
  color: var(--dl-white) !important;
  font-family: var(--dl-font);
  text-align: left;
  cursor: pointer;
  box-shadow: none !important;
  transition: color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.develon-about-tab:last-child {
  border-right: 0;
}

.develon-about-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 5px;
  background: var(--dl-orange);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.develon-about-tab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--dl-orange);
}

.develon-about-tab__icon svg,
.develon-about-benefit svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.develon-about-tab__icon i {
  color: currentColor;
  font-size: 54px;
  line-height: 1;
}

.develon-about-tab__copy strong,
.develon-about-tab__copy small {
  display: block;
}

.develon-about-tab__copy strong {
  color: currentColor;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 900;
  line-height: 1.1;
}

.develon-about-tab__copy small {
  margin-top: 12px;
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.36;
}

.develon-about-tab:hover,
.develon-about-tab:focus-visible,
.develon-about-tab.is-active {
  color: var(--dl-orange) !important;
  background: rgba(226, 92, 13, 0.045) !important;
  box-shadow: inset 0 0 0 1px rgba(226, 92, 13, 0.95), 0 0 24px rgba(226, 92, 13, 0.12) !important;
  outline: 0;
}

.develon-about-tab:hover::after,
.develon-about-tab:focus-visible::after,
.develon-about-tab.is-active::after {
  width: 48%;
}

.develon-about-tab:hover small,
.develon-about-tab:focus-visible small,
.develon-about-tab.is-active small {
  color: #ff7a35;
}

.develon-about-panels {
  margin-top: 34px;
}

.develon-about-content {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.98fr);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.58);
  overflow: hidden;
}

.develon-about-content.is-active {
  display: grid;
}

.develon-about-media {
  min-height: 440px;
  background: #151515;
}

.develon-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.95) contrast(1.04);
}

.develon-about-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 64px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 92, 13, 0.11), transparent 32%),
    rgba(5, 5, 5, 0.9);
}

.develon-about-card__number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--dl-orange);
  font-size: 16px;
  font-weight: 900;
}

.develon-about-card__number i {
  width: 42px;
  height: 2px;
  background: var(--dl-orange);
}

.develon-about-card h3 {
  margin: 18px 0 0;
  color: var(--dl-white);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 950;
  line-height: 1.04;
}

.develon-about-card h4 {
  margin: 14px 0 0;
  color: var(--dl-orange);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 850;
  line-height: 1.25;
}

.develon-about-card > p {
  margin: 22px 0 0;
  color: #e3e3e3;
  font-size: 17px;
  line-height: 1.58;
}

.develon-about-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.develon-about-benefit {
  min-width: 0;
  padding: 0 18px;
  text-align: center;
}

.develon-about-benefit + .develon-about-benefit {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.develon-about-benefit span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--dl-orange);
}

.develon-about-benefit i {
  color: currentColor;
  font-size: 46px;
  line-height: 1;
}

.develon-about-benefit strong {
  display: block;
  margin-top: 14px;
  color: var(--dl-white);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.develon-about-benefit p {
  margin: 7px 0 0;
  color: #d2d2d2;
  font-size: 14px;
  line-height: 1.35;
}

.develon-about-cta {
  align-self: flex-start;
  margin-top: 34px;
}

.develon-about-mobile-hint {
  display: none;
}

.develon-faq {
  background: linear-gradient(180deg, #080808 0%, #111 100%);
  color: var(--dl-text);
}

.develon-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.develon-faq__header {
  position: sticky;
  top: 118px;
}

.develon-faq__header h2 {
  max-width: 680px;
  margin: 0;
  color: var(--dl-white);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
}

.develon-faq__header > p:not(.dl-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: #d7d7d7;
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.6;
}

.develon-faq__cta {
  margin-top: 30px;
}

.develon-faq__items {
  display: grid;
  gap: 12px;
}

.develon-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.develon-faq__item[open] {
  border-color: rgba(243, 86, 16, 0.68);
  box-shadow: 0 0 28px rgba(243, 86, 16, 0.08);
}

.develon-faq__item summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  padding: 22px 24px;
  color: var(--dl-white);
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 880;
  line-height: 1.18;
  cursor: pointer;
  list-style: none;
}

.develon-faq__item summary::-webkit-details-marker {
  display: none;
}

.develon-faq__item summary i {
  position: relative;
  width: 28px;
  height: 28px;
  color: var(--dl-orange);
}

.develon-faq__item summary i::before,
.develon-faq__item summary i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease;
}

.develon-faq__item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.develon-faq__item[open] summary {
  color: var(--dl-orange);
}

.develon-faq__item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.develon-faq__answer {
  padding: 0 24px 24px;
}

.develon-faq__answer p {
  max-width: 780px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #d8d8d8;
  font-size: 16px;
  line-height: 1.72;
}

.dl-contact {
  background: var(--dl-surface);
}

.dl-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  border: 1px solid var(--dl-line);
  background: var(--dl-black);
}

.dl-contact__media {
  min-height: clamp(720px, 78vh, 880px);
  background: var(--dl-surface-2);
}

.dl-contact__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dl-contact__content {
  padding: clamp(24px, 3.4vw, 48px);
}

.dl-contact__microcopy {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--dl-orange);
  background: rgba(243, 86, 16, 0.08);
  color: #ededed;
  font-size: 15px;
  line-height: 1.55;
}

.dl-contact__trust {
  display: grid;
  gap: 12px;
  margin: 22px 0 28px;
}

.dl-contact__trust-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.dl-contact__trust-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(243, 86, 16, 0.75);
  color: var(--dl-orange);
  font-size: 15px;
  font-weight: 900;
}

.dl-contact__trust-item strong {
  display: block;
  color: var(--dl-white);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.dl-contact__trust-item p {
  margin: 5px 0 0;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.48;
}

.dl-contact .wpcf7 form {
  margin-top: 28px;
}

.dl-contact .develon-form__intro {
  margin: -8px 0 22px;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.55;
}

.dl-contact .develon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.dl-contact .develon-field {
  min-width: 0;
}

.dl-contact .develon-full {
  grid-column: 1 / -1;
}

.dl-contact .develon-form label,
.dl-contact .develon-label {
  display: block;
  margin: 0 0 6px;
  color: var(--dl-white) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.dl-contact .wpcf7-form-control-wrap {
  display: block;
}

.dl-contact input:not([type="submit"]),
.dl-contact textarea,
.dl-contact select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: var(--dl-white);
  color: var(--dl-black);
  font-family: var(--dl-font);
  font-size: 15px;
}

.dl-contact textarea {
  min-height: 132px;
  resize: vertical;
}

.dl-contact .develon-form h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.dl-contact .develon-privacy {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.dl-contact .develon-privacy summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: var(--dl-white);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.dl-contact .develon-privacy summary::-webkit-details-marker {
  display: none;
}

.dl-contact .develon-privacy summary::after {
  content: "+";
  color: var(--dl-orange);
  font-size: 24px;
  line-height: 1;
}

.dl-contact .develon-privacy[open] summary::after {
  content: "-";
}

.dl-contact .develon-privacy textarea {
  min-height: 110px;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.dl-contact .develon-submit-note {
  margin: 12px 0 0;
  color: #bfbfbf;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.dl-contact .develon-check {
  margin-top: 16px;
}

.dl-contact .develon-check .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dl-contact .develon-check .wpcf7-list-item {
  margin: 0;
}

.dl-contact .develon-check label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}

.dl-contact .develon-check input[type="checkbox"] {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 !important;
  accent-color: var(--dl-orange);
}

.dl-contact .develon-check .wpcf7-list-item-label {
  color: var(--dl-white);
  font-size: 14px;
}

.dl-contact input[type="submit"],
.dl-contact .wpcf7-submit {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--dl-orange);
  border-radius: 0;
  background: var(--dl-orange);
  color: var(--dl-black);
  font-family: var(--dl-font);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.develon-footer {
  padding: 72px 0 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 72% 0%, rgba(226, 92, 13, 0.08), transparent 31%),
    linear-gradient(180deg, #101010 0%, #060606 100%);
  color: #d4d4d4;
  font-family: var(--dl-font);
  overflow: hidden;
}

.develon-footer__top {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 4fr);
  gap: 54px;
}

.develon-footer__brand {
  min-width: 0;
}

.develon-footer__logo {
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  color: var(--dl-white);
  text-decoration: none;
}

.develon-footer__logo img {
  display: block;
  width: min(100%, 190px);
  max-height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.develon-footer__logo span {
  color: var(--dl-white);
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.develon-footer__brand p {
  max-width: 290px;
  margin: 34px 0 28px;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.75;
}

.develon-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 216px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--dl-orange);
  color: var(--dl-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.develon-footer__cta:hover,
.develon-footer__cta:focus-visible {
  background: var(--dl-orange);
  color: var(--dl-black);
  box-shadow: 0 0 28px rgba(226, 92, 13, 0.28);
  transform: translateY(-2px);
}

.develon-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.develon-footer__column {
  min-width: 0;
  padding: 0 26px 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.develon-footer__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  padding-bottom: 16px;
  color: var(--dl-orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.develon-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31px;
  height: 2px;
  background: var(--dl-orange);
  box-shadow: 0 0 16px rgba(226, 92, 13, 0.45);
}

.develon-footer__title span,
.develon-footer__accordion-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--dl-orange);
}

.develon-footer svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.develon-footer i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
}

.develon-footer__links {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.develon-footer__links a {
  display: inline-flex;
  max-width: 100%;
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.2s ease, transform 0.2s ease;
}

.develon-footer__links a:hover,
.develon-footer__links a:focus-visible {
  color: var(--dl-orange);
  transform: translateX(3px);
}

.develon-footer__links a.is-accent {
  color: var(--dl-orange);
  font-weight: 760;
}

.develon-footer__accordion {
  display: none;
}

.develon-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 66px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.develon-footer__bottom p {
  margin: 0;
  color: #d6d6d6;
  font-size: 14px;
}

.develon-footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.develon-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--dl-orange);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.develon-footer__socials a:hover,
.develon-footer__socials a:focus-visible {
  color: #ff7a2f;
  filter: drop-shadow(0 0 14px rgba(226, 92, 13, 0.45));
  transform: translateY(-2px);
}

.dl-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #25d366 !important;
  color: var(--dl-white) !important;
  font-family: var(--dl-font);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

.dl-whatsapp__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  line-height: 1;
}

.dl-whatsapp__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.dl-whatsapp__tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background: #25d366;
  color: var(--dl-white);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translate(8px, -50%);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  pointer-events: none;
}

.dl-whatsapp:hover .dl-whatsapp__tooltip,
.dl-whatsapp:focus-visible .dl-whatsapp__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.dl-back-top {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 1190;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: #4c4c4c !important;
  color: var(--dl-white) !important;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  will-change: transform, opacity;
}

.dl-back-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.dl-back-top:hover,
.dl-back-top:focus-visible {
  border-color: var(--dl-orange) !important;
  background: var(--dl-orange) !important;
  color: var(--dl-white) !important;
}

@media (max-width: 1180px) {
  .dl-my-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dl-my-hero::before {
    top: 70px;
    right: -24%;
    width: 100%;
    height: 360px;
  }

  .dl-my-visual {
    min-height: 360px;
    order: -1;
  }

  .dl-my-laptop {
    right: 8%;
    width: min(760px, 82%);
  }

  .dl-my-phone {
    right: 7%;
    width: min(22vw, 150px);
  }

  .dl-my-grid {
    grid-template-columns: 1fr;
  }

  .dl-tier4-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dl-tier4-badge {
    justify-self: end;
    margin-top: -18px;
  }

  .dl-tier4-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-tier4-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dl-tier4-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .dl-tier4-strip > div:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .develon-about-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .develon-about-tab {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .develon-about-tab:nth-child(2n) {
    border-right: 0;
  }

  .develon-about-tab:nth-child(n + 3) {
    border-bottom: 0;
  }

  .develon-about-content {
    grid-template-columns: 1fr;
  }

  .develon-about-media {
    min-height: 380px;
  }

  .develon-about-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .develon-faq__grid {
    grid-template-columns: 1fr;
  }

  .develon-faq__header {
    position: static;
  }
}

@media (max-width: 767px) {
  .dl-header__inner {
    min-height: 68px;
  }

  .dl-menu-toggle {
    display: inline-block !important;
  }

  .dl-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px var(--dl-gutter) 22px;
    border-bottom: 1px solid var(--dl-line);
    background: var(--dl-black);
  }

  .dl-header.is-open .dl-nav {
    display: flex;
  }

  .dl-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .dl-header__actions .dl-button {
    display: none;
  }

  .dl-contact__grid {
    grid-template-columns: 1fr;
  }

  .dl-machinery-desktop {
    display: none;
  }

  .dl-machinery-accordion {
    display: block;
  }

  .dl-machinery-accordion__trigger {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 150px;
    padding: 18px 16px !important;
    text-align: center !important;
  }

  .dl-machinery-accordion__trigger .dl-machinery-accordion__icon {
    margin-right: auto;
    margin-left: auto;
  }

  .dl-machinery-accordion__trigger > span:last-child {
    display: block;
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    color: currentColor;
    font-size: 16px;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .dl-machinery-accordion__icon {
    width: 112px;
    height: 82px;
  }

  .dl-machinery-panel--accordion .dl-machinery-panel__head {
    display: none;
  }

  .dl-mydevelon {
    padding-top: 58px;
  }

  .dl-my-hero {
    gap: 18px;
  }

  .dl-my-hero::before {
    top: -34px;
    right: -42%;
    width: 118%;
    height: 330px;
  }

  .dl-my-visual {
    order: 0;
    min-height: 270px;
    margin-top: -16px;
    margin-bottom: 4px;
  }

  .dl-my-laptop {
    top: 2%;
    right: -18%;
    width: 116%;
    padding: 10px;
    border-radius: 14px;
  }

  .dl-my-phone {
    right: -2%;
    bottom: 3%;
    width: 92px;
    border-radius: 18px;
  }

  .dl-my-screen {
    padding: 10px;
  }

  .dl-my-dashboard {
    gap: 6px;
  }

  .dl-my-title {
    margin-top: 18px;
  }

  .dl-my-title span {
    font-size: clamp(44px, 13vw, 66px);
  }

  .dl-my-title strong {
    margin-top: 8px;
    font-size: clamp(24px, 6.8vw, 33px);
  }

  .dl-my-intro {
    margin-top: 18px;
    font-size: 16px;
  }

  .dl-my-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .dl-my-platform {
    grid-template-columns: 42px 1fr;
    min-width: 0;
    min-height: 74px;
    padding: 12px;
  }

  .dl-my-platform__icon svg {
    width: 38px;
    height: 38px;
  }

  .dl-my-platform small {
    font-size: 13px;
  }

  .dl-my-platform strong {
    font-size: 18px;
  }

  .dl-my-grid {
    gap: 18px;
    margin-top: 30px;
  }

  .dl-my-card {
    padding: 20px 16px;
  }

  .dl-my-card__head {
    grid-template-columns: 58px 1fr;
    gap: 16px;
  }

  .dl-my-card__icon {
    width: 54px;
    height: 54px;
  }

  .dl-my-card__icon svg,
  .dl-my-timeline svg,
  .dl-my-mini-icon svg,
  .dl-my-access span svg,
  .dl-my-callout svg {
    width: 36px;
    height: 36px;
  }

  .dl-my-platform__icon i,
  .dl-my-card__icon i,
  .dl-my-callout i {
    font-size: 36px;
  }

  .dl-my-card h3 {
    font-size: 24px;
  }

  .dl-my-card p {
    font-size: 15px;
  }

  .dl-my-timeline {
    gap: 22px;
    padding-left: 0;
  }

  .dl-my-timeline::before {
    left: 23px;
  }

  .dl-my-timeline > div {
    grid-template-columns: 56px 1fr;
    gap: 14px;
  }

  .dl-my-timeline span {
    width: 46px;
    height: 46px;
  }

  .dl-my-timeline svg,
  .dl-my-mini-icon svg,
  .dl-my-access span svg {
    width: 26px;
    height: 26px;
  }

  .dl-my-timeline i,
  .dl-my-mini-icon i,
  .dl-my-access span i {
    font-size: 24px;
  }

  .dl-my-stack > div,
  .dl-my-access > div {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 16px;
  }

  .dl-my-mini-icon,
  .dl-my-access span {
    width: 46px;
    height: 46px;
  }

  .dl-my-callout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .dl-my-callout p {
    font-size: 19px;
  }

  .dl-tier4 {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.48) 22%, rgba(0, 0, 0, 0.96) 50%, rgba(0, 0, 0, 1) 100%),
      var(--dl-tier4-bg),
      var(--dl-black);
    background-position: center top;
    background-size: auto 560px;
    background-repeat: no-repeat;
  }

  .dl-tier4::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.08) 72%),
      radial-gradient(circle at 78% 18%, rgba(155, 218, 28, 0.16), transparent 20%);
  }

  .dl-tier4-hero {
    gap: 20px;
  }

  .dl-tier4-copy {
    max-width: 100%;
  }

  .dl-tier4-title {
    margin-top: 20px;
    font-size: clamp(36px, 10vw, 50px);
  }

  .dl-tier4-intro {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.58;
  }

  .dl-tier4-badge {
    justify-self: end;
    width: min(70vw, 270px);
    margin-top: 6px;
    padding: 18px 20px;
  }

  .dl-tier4-badge strong {
    font-size: 38px;
  }

  .dl-tier4-badge span {
    max-width: 170px;
    margin-top: 14px;
    font-size: 18px;
  }

  .dl-tier4-badge i {
    top: 22px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  .dl-tier4-benefits-title {
    margin-top: 34px;
    margin-bottom: 18px;
    font-size: clamp(27px, 7vw, 34px);
  }

  .dl-tier4-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dl-tier4-card {
    grid-template-columns: 112px 1fr auto;
    grid-template-rows: auto auto;
    gap: 0 18px;
    align-items: center;
    min-height: 0;
    padding: 24px 54px 24px 24px;
  }

  .dl-tier4-card__icon {
    grid-row: 1 / span 2;
    width: 88px;
    height: 88px;
    margin: 0;
  }

  .dl-tier4-card__body {
    grid-column: 2 / span 1;
  }

  .dl-tier4-card h3 {
    font-size: 22px;
  }

  .dl-tier4-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .dl-tier4-card__metric {
    grid-column: 2 / span 1;
    margin-top: 16px;
  }

  .dl-tier4-card__metric strong {
    font-size: 38px;
  }

  .dl-tier4-card__arrow {
    right: 24px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .dl-tier4-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .dl-tier4-strip > div {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    min-height: 150px;
    padding: 22px 14px;
    text-align: center;
  }

  .dl-tier4-strip p {
    font-size: 16px;
    font-weight: 850;
  }

  .dl-tier4-callout {
    grid-template-columns: 76px 1fr;
    gap: 18px;
    margin-top: 24px;
    padding: 22px;
  }

  .dl-tier4-callout span {
    width: 64px;
    height: 64px;
  }

  .dl-tier4-callout p {
    font-size: 22px;
  }

  .develon-about-header h2 {
    font-size: clamp(38px, 10.6vw, 54px);
  }

  .develon-about-header > p:not(.dl-kicker) {
    font-size: 17px;
  }

  .develon-about-tabs {
    grid-template-columns: repeat(4, minmax(142px, 1fr));
    margin-right: calc(var(--dl-gutter) * -1);
    margin-left: calc(var(--dl-gutter) * -1);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .develon-about-tabs::-webkit-scrollbar {
    display: none;
  }

  .develon-about-tab {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 14px;
    min-height: 148px;
    padding: 18px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
    text-align: center;
  }

  .develon-about-tab:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .develon-about-tab__icon {
    width: 54px;
    height: 54px;
  }

  .develon-about-tab__copy strong {
    font-size: 15px;
    line-height: 1.15;
  }

  .develon-about-tab__copy small {
    display: none;
  }

  .develon-about-content {
    border-radius: 8px;
  }

  .develon-about-media {
    min-height: 270px;
  }

  .develon-about-card {
    padding: 26px 22px 28px;
  }

  .develon-about-card h3 {
    font-size: 30px;
  }

  .develon-about-card > p {
    font-size: 16px;
  }

  .develon-about-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .develon-about-benefit {
    min-width: 118px;
    padding: 0 12px;
  }

  .develon-about-benefit span {
    width: 46px;
    height: 46px;
  }

  .develon-about-benefit strong {
    font-size: 13px;
  }

  .develon-about-benefit p {
    font-size: 13px;
  }

  .develon-about-cta {
    width: 100%;
    margin-top: 28px;
  }

  .develon-about-mobile-hint {
    display: block;
    margin: 20px 0 0;
    color: #a8a8a8;
    font-size: 14px;
    text-align: center;
  }

  .develon-faq__header h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .develon-faq__header > p:not(.dl-kicker) {
    font-size: 15px;
  }

  .develon-faq__item summary {
    min-height: 68px;
    padding: 18px 16px;
    font-size: 17px;
  }

  .develon-faq__answer {
    padding: 0 16px 18px;
  }

  .develon-faq__answer p {
    font-size: 14px;
  }

  .develon-faq__cta {
    width: 100%;
  }

  .develon-footer__top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .develon-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .develon-footer__column {
    padding: 28px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 767px) {
  .dl-preheader__inner {
    flex-direction: column;
    gap: 8px;
  }

  .dl-brand img {
    max-width: 142px;
  }

  .dl-hero-carousel,
  .dl-hero-carousel__viewport {
    min-height: 80vh;
    min-height: 80svh;
  }

  .dl-hero-slide {
    background-image: var(--dl-hero-bg-mobile);
    background-position: center top;
  }

  .dl-hero-slide::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
  }

  .dl-hero-slide__content {
    padding: 64px 0 92px;
  }

  .dl-hero-slide__title {
    width: min(100%, 300px);
    max-width: calc(100vw - (var(--dl-gutter) * 2));
    font-size: clamp(30px, 8.7vw, 38px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .dl-hero-slide__text {
    width: min(100%, 300px);
    max-width: calc(100vw - (var(--dl-gutter) * 2));
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .dl-hero-slide__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dl-hero-slide__actions .dl-button {
    width: min(100%, 280px);
  }

  .dl-carousel-controls {
    inset: 0;
  }

  .dl-carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 42px;
  }

  .dl-carousel-arrow[data-dl-prev] {
    left: 12px;
  }

  .dl-carousel-arrow[data-dl-next] {
    right: 12px;
  }

  .dl-carousel-dots {
    bottom: 28px;
  }

  .dl-machinery__title {
    font-size: 24px;
  }

  .dl-machinery-panels {
    padding: 22px 18px;
  }

  .dl-machinery-panel__body {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .dl-model-button {
    min-height: 52px;
    padding: 0 16px;
    font-size: 17px;
  }

  .dl-datasheet-card strong {
    font-size: 30px;
  }

  .dl-datasheet-card {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .dl-contact__media {
    min-height: 320px;
  }

  .dl-contact .develon-grid {
    grid-template-columns: 1fr;
  }

  .dl-contact .develon-full {
    grid-column: auto;
  }

  .develon-footer {
    padding: 38px 0 32px;
  }

  .develon-footer .dl-container {
    width: min(100% - 32px, 430px);
  }

  .develon-footer__top {
    display: block;
  }

  .develon-footer__brand {
    padding: 32px 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  }

  .develon-footer__logo img {
    width: 156px;
    max-height: 34px;
  }

  .develon-footer__logo span {
    font-size: 31px;
  }

  .develon-footer__brand p {
    max-width: none;
    margin: 26px 0 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .develon-footer__cta {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  .develon-footer__cta span:last-child {
    margin-left: auto;
  }

  .develon-footer__columns {
    display: none;
  }

  .develon-footer__accordion {
    display: block;
    padding: 0 28px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  }

  .develon-footer__accordion::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.12);
  }

  .develon-footer__accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .develon-footer__accordion-toggle {
    display: grid;
    grid-template-columns: 32px 1fr 22px;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 72px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dl-white);
    font-family: var(--dl-font);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .develon-footer__accordion-toggle[aria-expanded="true"] {
    color: var(--dl-orange);
  }

  .develon-footer__accordion-icon {
    width: 30px;
    height: 30px;
  }

  .develon-footer__chevron {
    width: 20px;
    height: 20px;
    color: var(--dl-orange);
    transition: transform 0.3s ease;
  }

  .develon-footer__accordion-toggle[aria-expanded="true"] .develon-footer__chevron {
    transform: rotate(180deg);
  }

  .develon-footer__accordion-content {
    overflow: hidden;
  }

  .develon-footer__accordion-content .develon-footer__links {
    gap: 13px;
    padding: 0 0 20px 48px;
  }

  .develon-footer__accordion-content .develon-footer__links a {
    font-size: 14px;
  }

  .develon-footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    margin-top: 0;
    padding: 28px 28px 34px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
    text-align: center;
  }

  .develon-footer__bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .develon-footer__bottom p {
    max-width: 260px;
    font-size: 14px;
    line-height: 1.55;
  }

  .develon-footer__socials {
    justify-content: center;
    gap: 28px;
  }

  .develon-footer__socials a {
    width: 38px;
    height: 38px;
  }

  .dl-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    min-height: 50px;
    padding: 0 !important;
  }

  .dl-whatsapp__tooltip {
    right: 0;
    top: auto;
    bottom: calc(100% + 10px);
    transform: translateY(8px);
  }

  .dl-whatsapp:hover .dl-whatsapp__tooltip,
  .dl-whatsapp:focus-visible .dl-whatsapp__tooltip {
    transform: translateY(0);
  }

  .dl-back-top {
    right: 14px;
    bottom: 78px;
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
}
