.desoft-wa-dashboard {
  position: relative;
  z-index: 10;
  padding: 4rem 0;
}

.grid.desoft-wa-what-is-single {
  grid-template-columns: minmax(0, 1fr) !important;
}

/* Wallarm Nedir? — ürün tanıtım kartı */
.desoft-wa-what-is-section {
  padding-block: clamp(1.75rem, 3.5vw, 3rem);
}

.desoft-wa-what-is-section .desoft-wa-what-is-card {
  box-sizing: border-box;
  max-width: 64rem;
  margin-inline: auto;
  padding: clamp(1rem, 2.2vw, 1.65rem) !important;
  border: 2px solid #c9471b !important;
  border-radius: 1rem !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 107, 53, 0.24), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(201, 71, 27, 0.1), transparent 38%),
    linear-gradient(135deg, #fff4eb 0%, #ffe5d5 52%, #ffd8c2 100%) !important;
  box-shadow:
    0 20px 44px rgba(142, 49, 18, 0.19),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.desoft-wa-what-is-title {
  position: relative;
  max-width: 74rem;
  margin-inline: auto;
  color: #172033 !important;
  font-size: clamp(1.7rem, 2.65vw, 2.35rem) !important;
  letter-spacing: -0.035em;
}

.desoft-wa-what-is-title::before {
  display: none;
  content: none;
}

.desoft-wa-what-is-prose {
  max-width: none !important;
}

.desoft-wa-what-is-prose p {
  max-width: 66rem;
  margin: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  color: #000000;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.62;
}

.desoft-wa-what-is-prose p:first-child {
  padding: 0.65rem 0;
  border-left: 0;
  border-radius: 0 0.55rem 0.55rem 0;
  background: transparent;
}

.desoft-wa-what-is-prose p + p {
  margin-top: 0.8rem;
  padding-top: 0;
  border-top: 0;
}

.grid.desoft-wa-what-is-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.25rem, 3vw, 2.5rem) !important;
  align-items: stretch !important;
}

.desoft-wa-what-is-layout .desoft-wa-what-is-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.desoft-wa-what-is-dashboard {
  box-sizing: border-box;
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
  padding: 0.45rem;
  overflow: hidden;
  border: 3px solid #c9471b;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(142, 49, 18, 0.19);
}

.desoft-wa-what-is-dashboard__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0.65rem;
  background: #ffffff;
}

@media (min-width: 1024px) {
  .grid.desoft-wa-what-is-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr) !important;
  }

  .desoft-wa-what-is-dashboard {
    max-width: none;
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .desoft-wa-what-is-section .desoft-wa-what-is-card {
    border-width: 2px !important;
    border-radius: 1rem !important;
  }
}

.desoft-wa-governance {
  background: #fff;
}

/* Wallarm: tek, sıcak zemin tonu; genel mavi arka plan kullanılmaz. */
html.desoft-wallarm-page,
html.desoft-wallarm-page body {
  background: #fff8f2;
}

html.desoft-wallarm-page #desoft-bg-animation {
  background: #fff8f2;
}

html.desoft-wallarm-page #desoft-bg-animation .desoft-bg-grid {
  background-image:
    linear-gradient(rgba(222, 102, 53, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(222, 102, 53, 0.07) 1px, transparent 1px);
}

html.desoft-wallarm-page #desoft-bg-animation .desoft-bg-orb {
  background: rgba(255, 150, 99, 0.11) !important;
}

html.desoft-wallarm-page .desoft-wa-governance,
html.desoft-wallarm-page .desoft-wa-sales--tint,
html.desoft-wallarm-page .desoft-wa-sales--accent,
html.desoft-wallarm-page .desoft-wa-dashboard--tint,
html.desoft-wallarm-page section[class*="bg-[#003459]"] {
  background: #fff8f2 !important;
}

.desoft-wa-governance__label {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

.desoft-wa-governance__title {
  margin: 0 0 2.5rem;
  max-width: 52rem;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
}

.desoft-wa-governance__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .desoft-wa-governance__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.desoft-wa-governance__card {
  position: relative;
  padding: 1.35rem 1.4rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0.15rem;
  background: #fff;
}

.desoft-wa-governance__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 3px;
  background: #ff6b35;
}

.desoft-wa-governance__card-label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b35;
}

.desoft-wa-governance__card-stat {
  margin: 0 0 0.85rem;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: #111827;
}

.desoft-wa-governance__card-body {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #374151;
}

.desoft-wa-governance__card-source {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.desoft-wa-governance__quote {
  margin: 2.5rem 0 0;
  padding: 0 0 0 1.25rem;
  border: none;
  border-left: 3px solid #ff6b35;
}

.desoft-wa-governance__quote-text {
  margin: 0;
  max-width: 44rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  font-style: italic;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
}

/* AI yönetişimi veri paneli */
.desoft-wa-governance {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 107, 53, 0.12), transparent 26rem),
    #fff;
}

.desoft-wa-governance__inner {
  position: relative;
}

.desoft-wa-governance__label {
  color: #ff9b72 !important;
  text-align: center;
}

.desoft-wa-governance__title {
  max-width: 46rem;
  margin: 0 auto 3rem;
  color: #111111 !important;
  text-align: center;
  font-family: inherit;
}

.desoft-wa-governance__grid {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.desoft-wa-governance__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.25rem, 0.62fr);
  gap: 1.35rem;
  padding: 1.55rem 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.17);
  border-radius: 0;
  background: transparent;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.55s ease var(--wa-card-delay, 0ms), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) var(--wa-card-delay, 0ms);
}

.desoft-wa-governance__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.desoft-wa-governance__card::before,
.desoft-wa-governance__card-source,
.desoft-wa-governance__quote {
  display: none;
}

.desoft-wa-governance__category {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.desoft-wa-governance__card-index {
  padding-top: 0.08rem;
  color: #ff9b72 !important;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.desoft-wa-governance__card-label {
  margin: 0;
  color: #111111 !important;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.desoft-wa-governance__metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
}

.desoft-wa-governance__card-stat {
  margin: 0;
  color: #ff9b72 !important;
  font-size: clamp(2rem, 4vw, 3rem);
  font-variant-numeric: tabular-nums;
}

.desoft-wa-governance__metric-bar {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.14);
}

.desoft-wa-governance__metric-bar::after {
  display: block;
  width: var(--wa-metric);
  height: 100%;
  background: #ff6b35;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--wa-card-delay, 0ms) + 180ms);
}

.desoft-wa-governance__card.is-visible .desoft-wa-governance__metric-bar::after {
  transform: scaleX(1);
}

.desoft-wa-governance__card-body {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 44rem;
  color: #222222 !important;
  font-size: 0.95rem;
  line-height: 1.68;
}

@media (min-width: 768px) {
  .desoft-wa-governance__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .desoft-wa-governance__card {
    grid-template-columns: minmax(10rem, 0.8fr) minmax(9rem, 0.55fr) minmax(0, 1.65fr);
    gap: 2rem;
    align-items: start;
  }

  .desoft-wa-governance__card-body {
    grid-column: auto;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desoft-wa-governance__card,
  .desoft-wa-governance__metric-bar::after {
    transition: none;
  }
}

.desoft-wa-sales__title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.desoft-wa-sales__lead {
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4b5563;
  text-align: center;
}

.desoft-wa-sales__label {
  margin: 0 auto 0.75rem;
  max-width: 44rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6b35;
  text-align: center;
}

.desoft-wa-sales__cards-title {
  margin: 0 auto 1.5rem;
  max-width: 44rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.desoft-wa-sales--tint {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.06) 0%, rgba(255, 247, 237, 0.5) 100%);
}

.desoft-wa-sales--accent {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 247, 237, 0.85) 100%);
}

.desoft-wa-sales__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .desoft-wa-sales__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .desoft-wa-sales__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desoft-wa-sales__grid.desoft-wa-sales__grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.desoft-wa-sales__card {
  background: #fff;
  border: 1px solid rgba(255, 107, 53, 0.22);
  border-radius: 1rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 28px rgba(255, 107, 53, 0.08);
}

#desoft-wa-why-wallarm .desoft-wa-sales__card {
  border: 4px solid #c9471b;
  box-shadow: 0 12px 28px rgba(142, 49, 18, 0.16);
}

.desoft-wa-sales__card-title {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ff6b35;
}

.desoft-wa-sales__card-body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4b5563;
}

.desoft-wa-sales__list {
  margin: 0 auto 2rem;
  padding: 0;
  list-style: none;
  max-width: 44rem;
}

.desoft-wa-sales__list-item {
  position: relative;
  margin: 0 0 0.85rem;
  padding-left: 1.35rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #374151;
}

.desoft-wa-sales__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #ff6b35;
}

/* Neden API Güvenliği — odaklı karar kartı */
#desoft-wa-why-api {
  padding-block: clamp(1.75rem, 3.5vw, 3rem);
}

#desoft-wa-why-api .desoft-wa-sales__inner {
  box-sizing: border-box;
  max-width: 64rem;
  padding: clamp(1.1rem, 2.4vw, 1.9rem) !important;
  border: 3px solid #c9471b;
  border-radius: 1.15rem;
  background: transparent;
  box-shadow: 0 20px 42px rgba(142, 49, 18, 0.16);
}

#desoft-wa-why-api .desoft-wa-sales__title {
  margin-bottom: 0.7rem;
  color: #172033;
  font-size: clamp(1.65rem, 2.65vw, 2.35rem);
  letter-spacing: -0.035em;
}

#desoft-wa-why-api .desoft-wa-sales__lead {
  max-width: 58rem;
  margin-bottom: 1.1rem;
  padding: 0.7rem 0.85rem;
  border-left: 0;
  border-radius: 0 0.65rem 0.65rem 0;
  background: rgba(255, 107, 53, 0.075);
  color: #48566a;
  font-size: clamp(0.9rem, 1.25vw, 1rem);
  text-align: left;
}

#desoft-wa-why-api .desoft-wa-sales__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: none;
  margin: 0;
}

#desoft-wa-why-api .desoft-wa-sales__list-item {
  min-height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.8rem 0.75rem 0.8rem 1.75rem;
  border: 1px solid rgba(201, 71, 27, 0.35);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.82);
  color: #3f4b5c;
  font-size: 0.84rem;
  line-height: 1.55;
}

#desoft-wa-why-api .desoft-wa-sales__list-item::before {
  left: 0.75rem;
  top: 1.12rem;
  width: 0.45rem;
  height: 0.45rem;
  background: #c9471b;
}

@media (max-width: 767px) {
  #desoft-wa-why-api .desoft-wa-sales__inner {
    border-width: 3px;
    border-radius: 1.15rem;
  }

  #desoft-wa-why-api .desoft-wa-sales__list {
    grid-template-columns: 1fr;
  }
}

.desoft-wa-sales__stat {
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  text-align: center;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.18);
}

.desoft-wa-sales__stat-value {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #ff6b35;
  line-height: 1;
}

.desoft-wa-sales__stat-label {
  margin: 0.65rem 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #374151;
}

.desoft-wa-sales__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 2rem;
}

.desoft-wa-sales__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.desoft-wa-sales__btn--primary {
  background: #ff6b35;
  color: #fff;
}

.desoft-wa-sales__btn--primary:hover {
  background: #e85a28;
  color: #fff;
}

.desoft-wa-sales__btn--secondary {
  background: #fff;
  color: #ff6b35;
  border: 2px solid rgba(255, 107, 53, 0.45);
}

.desoft-wa-sales__btn--secondary:hover {
  border-color: #ff6b35;
  color: #e85a28;
}

.desoft-wa-dashboard--inline {
  padding: 2.25rem 0;
}

.desoft-wa-dashboard--tint {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.07) 0%, rgba(255, 247, 237, 0.85) 100%);
}

@media (min-width: 1024px) {
  .desoft-wa-dashboard--inline {
    padding: 2.75rem 0;
  }
}

.desoft-wa-dashboard__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.desoft-wa-dashboard__inner--inline {
  max-width: 56rem;
}

@media (min-width: 640px) {
  .desoft-wa-dashboard__inner {
    padding: 0 1.5rem;
  }
}

.desoft-wa-card {
  background: #fff;
  border: 1px solid rgba(255, 107, 53, 0.22);
  border-radius: 1.25rem;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.08);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.desoft-wa-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.desoft-wa-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1rem;
}

.desoft-wa-bar-row + .desoft-wa-bar-row {
  margin-top: 0.75rem;
}

.desoft-wa-bar-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #374151;
  margin-bottom: 0.35rem;
}

.desoft-wa-bar-meta span:last-child {
  font-weight: 700;
  color: #ff6b35;
}

.desoft-wa-bar-track {
  height: 0.55rem;
  background: rgba(255, 107, 53, 0.14);
  border-radius: 9999px;
  overflow: hidden;
}

.desoft-wa-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #f4a261, #ff6b35);
  border-radius: 9999px;
  transition: none;
}

.desoft-wa-bar-value {
  font-weight: 700;
  color: #ff6b35;
  min-width: 2.75rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.desoft-wa-bar-fill.is-animated {
  width: var(--wa-width, 0%);
}

.desoft-wa-table-wrap {
  overflow-x: auto;
}

.desoft-wa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.desoft-wa-table th,
.desoft-wa-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 107, 53, 0.12);
}

.desoft-wa-table th {
  font-weight: 700;
  color: #c2410c;
  background: rgba(255, 107, 53, 0.08);
}

.desoft-wa-table--compare th:nth-child(2) {
  color: #e85d04;
  background: rgba(255, 107, 53, 0.14);
}

.desoft-wa-table--compare th:nth-child(3) {
  color: #6b7280;
  background: rgba(107, 114, 128, 0.08);
}

.desoft-wa-table tbody tr {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.desoft-wa-table tbody tr.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.desoft-wa-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 9999px;
  background: rgba(255, 107, 53, 0.12);
  color: #ff6b35;
  font-size: 0.75rem;
  font-weight: 700;
}

.desoft-wa-badge {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.desoft-wa-badge--old {
  background: #f3f4f6;
  color: #6b7280;
}

.desoft-wa-badge--new {
  background: rgba(255, 107, 53, 0.12);
  color: #e85d04;
}

.desoft-wa-source-hidden {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .desoft-wa-card,
  .desoft-wa-bar-fill,
  .desoft-wa-table tbody tr {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .desoft-wa-bar-fill.is-animated {
    width: var(--wa-width, 0%);
  }
}

/* Trusted By logos — match hero "Wallarm" title (text-2xl / text-4xl / text-5xl) */
.wallarm-trusted-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.wallarm-trusted-track {
  display: flex;
  width: max-content;
  gap: 1.75rem;
  animation: wallarm-trusted-scroll var(--wa-marquee-duration, 107s) linear infinite;
  animation-delay: 0s;
  will-change: transform;
}

.wallarm-trusted-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.75rem;
  flex-shrink: 0;
}

.wallarm-trusted-logo {
  height: 0.75rem;
  width: auto;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal;
}

@keyframes wallarm-trusted-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--wa-marquee-shift, 50%)), 0, 0);
  }
}

@media (min-width: 640px) {
  .wallarm-trusted-logo {
    height: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .wallarm-trusted-logo {
    height: 1.5rem;
  }

  .wallarm-trusted-set {
    gap: 2rem;
  }

  .wallarm-trusted-track {
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wallarm-trusted-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .wallarm-trusted-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }

  .wallarm-trusted-set[aria-hidden="true"] {
    display: none;
  }
}

/* Hybrid / cloud deployment callout */
.desoft-wa-deploy-callout {
  position: relative;
  z-index: 10;
  padding: 0 1rem 2.5rem;
  margin-top: -0.5rem;
}

.desoft-wa-deploy-callout__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #9a3412 0%, #c2410c 50%, #ea580c 100%);
  border: 2px solid rgba(244, 162, 97, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 107, 53, 0.2),
    0 16px 48px rgba(154, 52, 18, 0.28);
  color: #fff;
  text-align: center;
}

.desoft-wa-deploy-callout__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 107, 53, 0.22);
  border: 1px solid rgba(244, 162, 97, 0.65);
  color: #ffedd5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desoft-wa-deploy-callout__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.desoft-wa-deploy-callout__lead {
  max-width: 42rem;
  margin: 0 auto 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.desoft-wa-deploy-callout__grid {
  display: grid;
  gap: 0.75rem;
  text-align: left;
}

.desoft-wa-deploy-callout__mode {
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.desoft-wa-deploy-callout__mode--hybrid {
  background: rgba(255, 107, 53, 0.18);
  border-color: rgba(244, 162, 97, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 107, 53, 0.25);
}

.desoft-wa-deploy-callout__mode:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 162, 97, 0.65);
}

.desoft-wa-deploy-callout__pill {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 107, 53, 0.28);
  color: #ffedd5;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.desoft-wa-deploy-callout__mode--hybrid .desoft-wa-deploy-callout__pill {
  background: rgba(255, 107, 53, 0.42);
  color: #fff;
}

.desoft-wa-deploy-callout__mode-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
  .desoft-wa-deploy-callout {
    padding: 0 1.5rem 3rem;
  }

  .desoft-wa-deploy-callout__inner {
    padding: 2rem 2.25rem 1.75rem;
  }

  .desoft-wa-deploy-callout__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desoft-wa-deploy-callout__mode:hover {
    transform: none;
  }
}
