/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.dc-game-page {
  --dc-ink: #0b2446;
  --dc-ink-soft: #405167;
  --dc-accent: #f76b00;
  --dc-accent-dark: #d75800;
  --dc-surface: #ffffff;
  --dc-border: #dbe4ef;
  --dc-bg-soft: #eef3f9;
  background: linear-gradient(180deg, #f3f7fc 0%, #eef3f9 100%);
  color: var(--dc-ink);
  margin-top: 0;
  padding-bottom: 60px;
}

.dc-game-wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
}

.dc-game-head {
  margin-bottom: 28px;
}

.dc-game-head h2 {
  color: var(--dc-ink);
  font-size: clamp(28px, 4.2vw, 40px);
  line-height: 1.15;
  margin: 0 0 8px;
}

.dc-game-head p {
  color: var(--dc-ink-soft);
  margin: 0;
}

.dc-game-hero {
  background:
    radial-gradient(ellipse at 82% 20%, rgba(247, 107, 0, 0.3), transparent 40%),
    linear-gradient(135deg, #0b2446 0%, #102f57 52%, #123763 100%);
  color: #fff;
  overflow: hidden;
  padding: 84px 0 70px;
  position: relative;
}

.dc-game-hero:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  content: "";
  height: 520px;
  position: absolute;
  right: -170px;
  top: -160px;
  width: 520px;
}

.dc-game-kicker {
  color: #ffc08d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dc-game-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5.4vw, 56px);
  line-height: 1.03;
  margin: 0;
  max-width: 920px;
}

.dc-game-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
  margin: 18px 0 28px;
  max-width: 760px;
}

.dc-game-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dc-game-hero__actions .button {
  border-radius: 12px;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
  min-width: 206px;
  text-transform: none;
}

.dc-game-hero__actions .button.primary {
  background: var(--dc-accent);
  border-color: var(--dc-accent);
}

.dc-game-hero__actions .button.primary:hover {
  background: var(--dc-accent-dark);
  border-color: var(--dc-accent-dark);
}

.dc-game-hero__actions .button.is-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.dc-game-hero__actions .button.is-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.dc-game-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.dc-game-stats__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 16px 18px;
}

.dc-game-stats__item strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.dc-game-stats__item span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.dc-game-catalog,
.dc-game-benefits,
.dc-game-process,
.dc-game-faq,
.dc-game-cta {
  padding-top: 62px;
}

.dc-game-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.dc-game-filter button {
  background: #f7fbff;
  border: 1px solid var(--dc-border);
  border-radius: 999px;
  color: var(--dc-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  transition: 0.2s ease;
}

.dc-game-filter button.is-active,
.dc-game-filter button:hover {
  background: var(--dc-accent);
  border-color: var(--dc-accent);
  color: #fff;
}

.dc-game-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-game-card {
  background: var(--dc-surface);
  border: 1px solid var(--dc-border);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(11, 36, 70, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.dc-game-card__thumb {
  align-items: flex-end;
  background:
    linear-gradient(160deg, rgba(247, 107, 0, 0.95) 0%, rgba(255, 145, 0, 0.9) 100%);
  display: flex;
  justify-content: space-between;
  min-height: 108px;
  padding: 18px 18px;
}

.dc-game-card__thumb span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dc-game-card__thumb strong {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dc-game-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.dc-game-card__tag {
  color: var(--dc-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dc-game-card h3 {
  color: var(--dc-ink);
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.dc-game-specs {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.dc-game-specs li {
  align-items: center;
  border-bottom: 1px dashed #e4eaf2;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 7px 0;
}

.dc-game-specs span {
  color: #6e7d90;
  font-size: 13px;
}

.dc-game-specs strong {
  color: var(--dc-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.dc-game-price {
  margin: auto 0 12px;
}

.dc-game-price__new {
  color: var(--dc-accent);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.dc-game-price__old {
  color: #8795a8;
  font-size: 14px;
  margin: 6px 0 0;
  text-decoration: line-through;
}

.dc-game-card .button.expand {
  border-radius: 10px;
  margin: 0;
  text-transform: none;
}

.dc-game-benefits__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dc-game-benefit {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--dc-border);
  border-radius: 14px;
  padding: 18px;
}

.dc-game-benefit h3 {
  font-size: 21px;
  margin: 0 0 8px;
}

.dc-game-benefit p {
  color: #5d7088;
  margin: 0;
}

.dc-game-steps {
  counter-reset: process;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dc-game-steps li {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--dc-border);
  border-radius: 12px;
  counter-increment: process;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  padding: 16px;
}

.dc-game-steps li:before {
  align-items: center;
  background: var(--dc-ink);
  border-radius: 999px;
  color: #fff;
  content: counter(process);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin-top: 1px;
}

.dc-game-faq__list details {
  background: #fff;
  border: 1px solid var(--dc-border);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 14px 16px;
}

.dc-game-faq__list summary {
  color: var(--dc-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.dc-game-faq__list summary::-webkit-details-marker {
  display: none;
}

.dc-game-faq__list p {
  color: #546a83;
  margin: 10px 0 0;
}

.dc-game-cta {
  margin-bottom: 20px;
}

.dc-game-cta .dc-game-wrap {
  background:
    radial-gradient(ellipse at 85% 8%, rgba(255, 176, 117, 0.22), transparent 40%),
    linear-gradient(135deg, #0b2446 0%, #123761 100%);
  border-radius: 18px;
  color: #fff;
  padding-bottom: 42px;
  padding-top: 42px;
}

.dc-game-cta h2 {
  color: #fff;
  font-size: clamp(30px, 4.5vw, 44px);
  margin: 0 0 8px;
}

.dc-game-cta p {
  color: rgba(255, 255, 255, 0.87);
  margin: 0 0 22px;
  max-width: 660px;
}

@media only screen and (max-width: 64em) {
  .dc-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-game-stats {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

@media only screen and (max-width: 48em) {
  .dc-game-page {
    padding-bottom: 48px;
  }

  .dc-game-wrap {
    padding: 0 16px;
  }

  .dc-game-hero {
    padding: 58px 0 48px;
  }

  .dc-game-hero__lead {
    font-size: 17px;
    line-height: 1.45;
    margin-top: 14px;
  }

  .dc-game-hero__actions .button {
    min-width: 0;
    width: 100%;
  }

  .dc-game-catalog,
  .dc-game-benefits,
  .dc-game-process,
  .dc-game-faq,
  .dc-game-cta {
    padding-top: 44px;
  }

  .dc-game-grid,
  .dc-game-benefits__grid {
    grid-template-columns: 1fr;
  }

  .dc-game-head h2 {
    font-size: 30px;
  }

  .dc-game-card h3 {
    font-size: 18px;
  }

  .dc-game-price__new {
    font-size: 24px;
  }

  .dc-game-faq__list summary {
    font-size: 16px;
  }
}

/* Landing page shortcode: thiet-ke-website */
.tkw-page .label {
  color: #f76b00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.tkw-row {
  max-width: 1140px !important;
}

.tkw-page h1,
.tkw-page h2,
.tkw-page h3,
.tkw-page h4 {
  color: #0b2446;
  font-weight: 700;
  margin-top: 0;
}

.tkw-page h2 {
  font-size: clamp(30px, 4.3vw, 52px);
  line-height: 1.14;
}

.tkw-page h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
}

.tkw-page p {
  color: #5c6d80;
  font-size: 17px;
  line-height: 1.7;
}

.tkw-head {
  margin-bottom: 8px;
}

.tkw-head h2 {
  margin-bottom: 12px;
}

.tkw-head p {
  margin: 0;
}

.tkw-btn {
  border-radius: 11px;
  font-weight: 700;
  margin: 8px 0 0;
  min-width: 220px;
  text-transform: none;
}

.tkw-hero {
  background:
    radial-gradient(circle at 86% 20%, rgba(247, 107, 0, 0.2), transparent 38%),
    linear-gradient(115deg, #fdf0e8 0%, #ffffff 58%);
}

.tkw-hero h1 {
  font-size: clamp(34px, 5.5vw, 62px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.tkw-lead {
  margin-bottom: 20px;
}

.tkw-media-card {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(11, 36, 70, 0.1);
  overflow: hidden;
}

.tkw-media-card img {
  display: block;
  width: 100%;
}

.tkw-media-card--soft {
  background: linear-gradient(160deg, #fff9f4 0%, #f2f7ff 100%);
  padding: 18px;
}

.tkw-number-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 12px;
}

.tkw-number-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.tkw-number-item > span {
  align-items: center;
  background: #fff1e5;
  border-radius: 10px;
  color: #f76b00;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
}

.tkw-number-item h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.tkw-number-item p {
  font-size: 15px;
  margin: 0;
}

.tkw-mini-card {
  background: #fff;
  border: 2px solid #ffe9d7;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(11, 36, 70, 0.06);
  height: 100%;
  padding: 28px 24px;
}

.tkw-mini-card__icon {
  align-items: center;
  background: linear-gradient(160deg, #ffe9d7 0%, #ffd2af 100%);
  border-radius: 12px;
  color: #f76b00;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  margin-bottom: 14px;
  width: 52px;
}

.tkw-mini-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.tkw-mini-card p {
  font-size: 15px;
  margin: 0;
}

.tkw-dark-block {
  background:
    radial-gradient(circle at 14% 20%, rgba(247, 107, 0, 0.18), transparent 34%),
    linear-gradient(135deg, #0b2446 0%, #1a3a5c 100%);
}

.tkw-dark-block h2,
.tkw-dark-block h3,
.tkw-dark-block h4 {
  color: #fff;
}

.tkw-dark-block p {
  color: rgba(255, 255, 255, 0.75);
}

.tkw-dark-block .label {
  color: #ffba87;
}

.tkw-media-card--dark {
  border-color: rgba(255, 255, 255, 0.28);
  margin: 12px 0 8px;
}

.tkw-check-list {
  display: grid;
  gap: 14px;
}

.tkw-check-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 13px 14px 13px 42px;
  position: relative;
}

.tkw-check-item:before {
  color: #ffba87;
  content: "\2713";
  font-size: 18px;
  font-weight: 700;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: 15px;
}

.tkw-check-item h4 {
  font-size: 18px;
  margin-bottom: 4px;
}

.tkw-check-item p {
  font-size: 15px;
  margin: 0;
}

.tkw-check-list--light .tkw-check-item {
  background: #fff;
  border-color: #e4ecf4;
}

.tkw-check-list--light .tkw-check-item:before {
  color: #f76b00;
}

.tkw-check-list--light .tkw-check-item h4 {
  color: #0b2446;
}

.tkw-check-list--light .tkw-check-item p {
  color: #5c6d80;
}

.tkw-mobile {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.tkw-stats-card {
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(11, 36, 70, 0.08);
  margin-top: 16px;
  padding: 20px;
}

.tkw-stats-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.tkw-stats-item span {
  color: #677c93;
  font-size: 15px;
}

.tkw-stats-item strong {
  color: #0b2446;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.tkw-stats-progress {
  background: #e8edf5;
  border-radius: 999px;
  height: 8px;
  margin-top: 8px;
  overflow: hidden;
}

.tkw-stats-progress i {
  background: linear-gradient(90deg, #f76b00 0%, #ff9635 100%);
  display: block;
  height: 100%;
}

.tkw-media-card--narrow {
  margin: 0 auto;
  max-width: 350px;
}

.tkw-industry-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tkw-industry-grid span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 58px;
  padding: 8px 14px;
}

.tkw-templates {
  background: #fff;
}

.tkw-template-card {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(11, 36, 70, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.tkw-template-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.tkw-template-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tkw-template-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.tkw-template-body h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.tkw-template-price {
  margin: 0;
}

.tkw-template-price strong {
  color: #f76b00;
  display: block;
  font-size: 26px;
  line-height: 1.12;
}

.tkw-template-price span {
  color: #97a6b8;
  display: inline-block;
  font-size: 14px;
  margin-top: 3px;
  text-decoration: line-through;
}

.tkw-sale {
  color: #f76b00;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
}

.tkw-template-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  padding-top: 14px;
}

.tkw-template-actions .button {
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  min-height: 40px;
  padding: 0 6px;
  text-transform: none;
  width: 100%;
}

.tkw-template-actions .button.primary {
  background: #f76b00;
  border-color: #f76b00;
}

.tkw-template-actions .button.primary:hover {
  background: #d75800;
  border-color: #d75800;
}

.tkw-template-actions .button.is-outline {
  border-color: #f76b00;
  color: #f76b00;
}

.tkw-template-actions .button.is-outline:hover {
  background: #fff3e8;
}

.tkw-testimonials {
  background: linear-gradient(180deg, #fff 0%, #fff8f2 100%);
}

.tkw-testi-card {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(11, 36, 70, 0.08);
  height: 100%;
  overflow: hidden;
}

.tkw-testi-media {
  aspect-ratio: 16 / 10;
  position: relative;
}

.tkw-testi-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tkw-testi-media span {
  background: #f76b00;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 14px;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.tkw-testi-body {
  padding: 16px;
}

.tkw-testi-body h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.tkw-testi-body p {
  font-size: 15px;
  margin: 0;
}

.tkw-faq {
  background: linear-gradient(170deg, #fff9f1 0%, #f1f6fe 100%);
}

.tkw-faq-lead {
  margin: 8px 0 0;
}

.tkw-faq-acc .accordion-item {
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.tkw-faq-acc .accordion-title {
  color: #0b2446;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 16px;
}

.tkw-faq-acc .accordion-inner {
  color: #5d7188;
  font-size: 15px;
  line-height: 1.65;
  padding: 0 16px 16px;
}

.tkw-support {
  background: linear-gradient(180deg, #fefefe 0%, #fff6ee 100%);
}

.tkw-support-card {
  background: #fff;
  border: 2px solid #ffe8d5;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(11, 36, 70, 0.06);
  height: 100%;
  padding: 26px 22px;
  text-align: center;
}

.tkw-support-card__icon {
  align-items: center;
  background: linear-gradient(180deg, #fff0e3 0%, #ffd9bd 100%);
  border-radius: 999px;
  color: #f76b00;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 68px;
  justify-content: center;
  margin-bottom: 14px;
  width: 68px;
}

.tkw-support-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.tkw-support-card p {
  font-size: 15px;
  margin: 0;
}

.tkw-cta-wrap {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 211, 168, 0.36), transparent 38%),
    linear-gradient(125deg, #f76b00 0%, #f76b00 42%, #1b4b84 100%);
  border-radius: 26px;
  padding: 46px 28px;
  text-align: center;
}

.tkw-cta-wrap h2 {
  color: #fff;
  margin-bottom: 8px;
}

.tkw-cta-wrap p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 18px;
  max-width: 760px;
}

.tkw-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.tkw-cta-actions .button {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  min-width: 190px;
  text-transform: none;
}

.tkw-cta-actions .button.primary {
  background: #fff;
  border-color: #fff;
  color: #f76b00;
}

.tkw-cta-actions .button.primary:hover {
  background: #f7f7f7;
  border-color: #f7f7f7;
}

.tkw-cta-actions .button.is-outline {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.tkw-cta-actions .button.is-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}

@media only screen and (max-width: 849px) {
  .tkw-row {
    max-width: 100% !important;
  }

  .tkw-page h2 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .tkw-page h3 {
    font-size: clamp(22px, 6.2vw, 30px);
  }

  .tkw-btn {
    width: 100%;
  }

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

  .tkw-template-price strong {
    font-size: 22px;
  }

  .tkw-template-actions {
    grid-template-columns: 1fr;
  }

  .tkw-cta-wrap {
    padding: 34px 20px;
  }

  .tkw-cta-actions .button {
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  .tkw-number-item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .tkw-mini-card,
  .tkw-support-card,
  .tkw-stats-card {
    padding: 20px 16px;
  }

  .tkw-industry-grid {
    grid-template-columns: 1fr;
  }

  .tkw-faq-acc .accordion-title {
    font-size: 16px;
  }
}

/* CODEX_LEAN_MARKETING_START */
body.page-id-546 .ct-breadcrumb,
body.page-id-546 .page-header-excerpt {
  display: none;
}

body.page-id-546 #content,
body.page-id-546 .page-wrapper,
body.page-id-546 .row.row-main,
body.page-id-546 .row.row-main > .col,
body.page-id-546 .row.row-main > .col > .col-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body.page-id-546 .row.row-main {
  margin-left: 0;
  margin-right: 0;
}

body.page-id-546 .section {
  margin-left: 0;
  margin-right: 0;
}

body.page-id-546 .dc-lean-actions br,
body.page-id-546 .dc-lean-chip-grid br,
body.page-id-546 .dc-lean-board__pillars br,
body.page-id-546 .dc-lean-checks br,
body.page-id-546 .dc-lean-logos br,
body.page-id-546 .dc-lean-package__cta br {
  display: none;
}

.dc-lean-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(249, 115, 22, 0.28), transparent 30%),
    linear-gradient(135deg, #0b2446 0%, #12365e 52%, #0f2f53 100%);
  overflow: hidden;
  position: relative;
}

.dc-lean-hero:before {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  content: "";
  height: 540px;
  position: absolute;
  right: -170px;
  top: -180px;
  width: 540px;
}

.dc-lean-hero .section-content {
  position: relative;
  z-index: 1;
}

.dc-lean-kicker {
  color: #ffbe8b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dc-lean-hero h1 {
  color: #fff;
  font-size: clamp(34px, 5.3vw, 58px);
  line-height: 1.02;
  margin: 0 0 14px;
}

.dc-lean-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 700px;
}

.dc-lean-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.dc-lean-btn {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  text-decoration: none;
  transition: 0.25s ease;
}

.dc-lean-btn--primary {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 18px 28px rgba(249, 115, 22, 0.22);
  color: #fff;
}

.dc-lean-btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
}

.dc-lean-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

.dc-lean-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.dc-lean-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dc-lean-chip-grid span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
}

.dc-lean-board {
  display: grid;
  gap: 16px;
}

.dc-lean-board__panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(5, 19, 38, 0.28);
  overflow: hidden;
  padding: 22px;
}

.dc-lean-board__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.dc-lean-score-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.dc-lean-score-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 16px;
}

.dc-lean-score-card strong {
  color: #fff;
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

.dc-lean-score-card span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

.dc-lean-bars {
  display: grid;
  gap: 12px;
}

.dc-lean-bars__item {
  display: grid;
  gap: 6px;
}

.dc-lean-bars__head {
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
}

.dc-lean-bars__track {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.dc-lean-bars__track i {
  background: linear-gradient(90deg, #f97316 0%, #fdba74 100%);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.dc-lean-board__note {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(11, 36, 70, 0.16);
  padding: 18px;
}

.dc-lean-board__note strong {
  color: #0b2446;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.dc-lean-board__note p {
  color: #55667a;
  margin: 0;
}

.dc-lean-board__pillars {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.dc-lean-board__pillars span {
  background: #fff7ed;
  border-radius: 12px;
  color: #c2410c;
  font-size: 13px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}

.dc-lean-band {
  background: linear-gradient(180deg, #fff 0%, #fff8f2 100%);
}

.dc-lean-band--soft {
  background: linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
}

.dc-lean-band--ink {
  background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
}

.dc-lean-copy h2,
.dc-lean-heading h2 {
  font-size: clamp(30px, 4.3vw, 44px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.dc-lean-copy p,
.dc-lean-heading p {
  color: #546579;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.dc-lean-meta {
  background: #fff;
  border: 1px solid #e4ecf3;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(11, 36, 70, 0.06);
  margin-top: 22px;
  padding: 20px;
}

.dc-lean-meta strong {
  color: #0b2446;
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

.dc-lean-meta span {
  color: #6b7b8d;
  display: block;
  font-size: 14px;
  margin-top: 6px;
}

.dc-lean-card {
  background: #fff;
  border: 1px solid #e2ebf3;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(11, 36, 70, 0.07);
  height: 100%;
  overflow: hidden;
  padding: 24px;
}

.dc-lean-card__icon {
  align-items: center;
  background: #fff1e6;
  border-radius: 16px;
  color: #f97316;
  display: inline-flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.dc-lean-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.dc-lean-card p {
  color: #5d6d80;
  margin: 0;
}

.dc-lean-proof {
  background:
    radial-gradient(circle at 100% 0, rgba(249, 115, 22, 0.22), transparent 28%),
    linear-gradient(180deg, #102f53 0%, #0b2446 100%);
  border-radius: 26px;
  color: #fff;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.dc-lean-proof:after {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  content: "";
  height: 320px;
  position: absolute;
  right: -120px;
  top: -80px;
  width: 320px;
}

.dc-lean-proof > * {
  position: relative;
  z-index: 1;
}

.dc-lean-proof .dc-lean-kicker {
  color: #ffbe8b;
}

.dc-lean-proof h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.dc-lean-proof p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 18px;
}

.dc-lean-checks {
  display: grid;
  gap: 10px;
}

.dc-lean-checks span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  padding: 12px 14px;
}

.dc-lean-checks i {
  color: #fdba74;
}

.dc-lean-cap-card {
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.dc-lean-cap-card .dc-lean-card__icon {
  background: #eef5ff;
  color: #2563eb;
}

.dc-lean-cap-card--orange .dc-lean-card__icon {
  background: #fff1e6;
  color: #f97316;
}

.dc-lean-cap-card--green .dc-lean-card__icon {
  background: #ebfbef;
  color: #16a34a;
}

.dc-lean-cap-card--purple .dc-lean-card__icon {
  background: #f5f0ff;
  color: #7c3aed;
}

.dc-lean-step {
  background: #fff;
  border: 1px solid #e3ebf3;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(11, 36, 70, 0.06);
  height: 100%;
  padding: 24px;
}

.dc-lean-step__no {
  color: #f97316;
  display: block;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}

.dc-lean-step h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.dc-lean-step p {
  color: #5d6d80;
  margin-bottom: 0;
}

.dc-lean-step ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.dc-lean-step li {
  color: #4b5d71;
  margin: 0 0 8px;
  padding-left: 18px;
  position: relative;
}

.dc-lean-step li:before {
  color: #f97316;
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
}

.dc-lean-package {
  background: #fff;
  border: 1px solid #e4ecf3;
  border-radius: 26px;
  box-shadow: 0 20px 42px rgba(11, 36, 70, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.dc-lean-package--featured {
  border-color: #f97316;
  box-shadow: 0 24px 48px rgba(249, 115, 22, 0.16);
  transform: translateY(-8px);
}

.dc-lean-package__flag {
  background: #0b2446;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.dc-lean-package__flag--featured {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.dc-lean-package h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.dc-lean-package__for {
  color: #64758a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.dc-lean-package ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dc-lean-package li {
  color: #4f6276;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

.dc-lean-package li:before {
  color: #f97316;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 1px;
}

.dc-lean-package__goal {
  background: #f8fbfe;
  border-radius: 18px;
  color: #0b2446;
  font-size: 14px;
  font-weight: 700;
  margin-top: 18px;
  padding: 14px 16px;
}

.dc-lean-package__goal span {
  color: #6a7c90;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.dc-lean-package__cta {
  margin-top: auto;
  padding-top: 18px;
}

.dc-lean-package__cta a {
  width: 100%;
}

.dc-lean-testimonials .row-slider-image-box .col {
  padding-bottom: 0 !important;
}

.dc-lean-cta-box {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 209, 171, 0.34), transparent 34%),
    linear-gradient(130deg, #f97316 0%, #f97316 45%, #12365e 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 42px 26px;
  text-align: center;
}

.dc-lean-cta-box h2 {
  color: #fff;
  font-size: clamp(30px, 4.2vw, 44px);
  margin-bottom: 10px;
}

.dc-lean-cta-box p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 22px;
  max-width: 740px;
}

.dc-lean-cta-box .dc-lean-actions {
  justify-content: center;
  margin-bottom: 0;
}

.dc-lean-cta-box .dc-lean-btn--primary {
  background: #fff;
  box-shadow: none;
  color: #f97316;
}

.dc-lean-cta-box .dc-lean-btn--primary:hover {
  color: #f97316;
}

.dc-lean-cta-box .dc-lean-btn--ghost {
  border-color: rgba(255, 255, 255, 0.74);
}

.dc-lean-logos {
  overflow: hidden;
}

.dc-lean-logos .section-content {
  overflow: hidden;
}

.dc-lean-logos .partners-track {
  align-items: center;
  animation: dcLeanPartnerMarquee 24s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  justify-content: flex-start;
  max-width: none;
  width: max-content;
  will-change: transform;
}

.dc-lean-logos .partners-track:hover {
  animation-play-state: paused;
}

.dc-lean-logos .partner-logo {
  align-items: center;
  background: #fff;
  border: 1px solid #ebf0f5;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(11, 36, 70, 0.05);
  display: flex;
  flex: 0 0 auto;
  height: 92px;
  justify-content: center;
  max-width: none;
  padding: 16px;
  width: 180px;
}

.dc-lean-logos .partner-logo .col-inner {
  width: 100%;
}

@keyframes dcLeanPartnerMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 14px), 0, 0);
  }
}

@media only screen and (max-width: 849px) {
  .dc-lean-lead {
    font-size: 17px;
  }

  .dc-lean-board__pillars,
  .dc-lean-score-grid {
    grid-template-columns: 1fr;
  }

  .dc-lean-package--featured {
    transform: none;
  }

  .dc-lean-logos .partners-track {
    animation-duration: 18s;
    gap: 18px;
  }

  .dc-lean-logos .partner-logo {
    width: 148px;
  }
}

@media only screen and (max-width: 549px) {
  .dc-lean-actions {
    flex-direction: column;
  }

  .dc-lean-btn {
    width: 100%;
  }

  .dc-lean-hero {
    background:
      radial-gradient(circle at 75% 12%, rgba(249, 115, 22, 0.22), transparent 28%),
      linear-gradient(135deg, #0b2446 0%, #12365e 52%, #0f2f53 100%);
  }

  .dc-lean-hero h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .dc-lean-card,
  .dc-lean-step,
  .dc-lean-package,
  .dc-lean-proof {
    padding: 22px 18px;
  }

  .dc-lean-cta-box {
    padding: 34px 18px;
  }
}
/* CODEX_LEAN_MARKETING_HERO_REFRESH_START */
html body.page-id-546,
body.page-id-546 .page-wrapper,
body.page-id-546 #content,
body.page-id-546 #main,
body.page-id-546 #main .section {
  overflow-x: hidden;
}

body.page-id-546 #main .section {
  overflow: hidden;
}

body.page-id-546 #main .section .section-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

body.page-id-546 #main .section .row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.dc-lean-hero {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 220, 184, 0.44), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(185, 245, 228, 0.82), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #f7fbf8 100%);
  overflow: hidden;
  padding: 8px 0 26px;
  position: relative;
}

.dc-lean-hero:before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.3) 48%, rgba(232, 248, 240, 0.12) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dc-lean-hero:after {
  background: radial-gradient(circle, rgba(198, 255, 234, 0.48) 0%, rgba(198, 255, 234, 0) 68%);
  content: "";
  height: 540px;
  pointer-events: none;
  position: absolute;
  right: -120px;
  top: -120px;
  width: 540px;
}

.dc-lean-hero .section-content,
.dc-lean-showcase-wrap .section-content {
  position: relative;
  z-index: 1;
}

.dc-lean-hero-copy {
  max-width: 620px;
  padding-top: 20px;
}

.dc-lean-kicker {
  margin: 0 0 14px;
}

.dc-lean-kicker span {
  align-items: center;
  background: #dbf4e8;
  border-radius: 999px;
  color: #0f8c68;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 11px 18px;
  text-transform: uppercase;
}

.dc-lean-hero-name {
  color: #233a5a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 8px;
}

.dc-lean-hero h1 {
  color: #121f3d;
  font-size: clamp(38px, 5.1vw, 62px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 700px;
}

.dc-lean-lead {
  color: #56677d;
  font-size: 20px;
  line-height: 1.76;
  margin: 0 0 26px;
  max-width: 620px;
  text-align: justify;
  text-justify: inter-word;
}

.dc-lean-actions {
  gap: 14px;
  margin-bottom: 18px;
}

.dc-lean-btn {
  border-radius: 18px;
  font-size: 16px;
  min-height: 58px;
  padding: 0 28px;
}

.dc-lean-hero .dc-lean-btn--primary {
  background: linear-gradient(135deg, #18c58c 0%, #0eab73 100%);
  box-shadow: 0 20px 34px rgba(24, 197, 140, 0.24);
  color: #fff;
}

.dc-lean-hero .dc-lean-btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
}

.dc-lean-hero .dc-lean-btn--ghost {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #dbe6df;
  box-shadow: 0 18px 30px rgba(18, 31, 61, 0.08);
  color: #12213f;
}

.dc-lean-hero .dc-lean-btn--ghost:hover {
  background: #fff;
  color: #12213f;
  transform: translateY(-2px);
}

.dc-lean-trust span {
  align-items: center;
  color: #66788d;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}

.dc-lean-trust i {
  color: #18b67f;
  font-size: 18px;
}

.dc-lean-visual {
  margin-left: auto;
  max-width: 690px;
  min-height: 560px;
  padding: 34px 16px 88px 20px;
  position: relative;
}

.dc-lean-visual__card {
  background: linear-gradient(180deg, rgba(236, 252, 244, 0.96) 0%, rgba(228, 246, 238, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 34px;
  box-shadow: 0 34px 64px rgba(105, 145, 129, 0.2);
  padding: 28px;
  position: relative;
}

.dc-lean-visual__card:before {
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 28px;
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
}

.dc-lean-visual__glow {
  background: radial-gradient(circle at 50% 34%, rgba(159, 246, 208, 0.64) 0%, rgba(159, 246, 208, 0) 68%);
  inset: 0;
  position: absolute;
}

.dc-lean-visual__image-wrap {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.dc-lean-visual__image-wrap img {
  display: block;
  width: 100%;
}

.dc-lean-visual__stat {
  background: #fff;
  border: 1px solid #e2eee7;
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(18, 31, 61, 0.1);
  max-width: 270px;
  padding: 16px 18px;
  position: absolute;
  z-index: 2;
}

.dc-lean-visual__stat strong {
  color: #12213f;
  display: block;
  font-size: 18px;
  line-height: 1.16;
  margin-bottom: 6px;
}

.dc-lean-visual__stat span {
  color: #63758a;
  display: block;
  font-size: 14px;
  line-height: 1.58;
}

.dc-lean-visual__stat--top {
  left: 18px;
  top: 18px;
}

.dc-lean-visual__stat--bottom {
  bottom: 0;
  right: 18px;
}

.dc-lean-visual__chip {
  backdrop-filter: blur(10px);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(18, 31, 61, 0.12);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 16px;
  position: absolute;
  z-index: 2;
}

.dc-lean-visual__chip--mint {
  background: rgba(242, 255, 249, 0.96);
  color: #0f7f63;
  bottom: 76px;
  left: 30px;
}

.dc-lean-visual__chip--navy {
  background: rgba(18, 31, 61, 0.94);
  color: #fff;
  right: 44px;
  top: 110px;
}

.dc-lean-logos {
  padding: 34px 0 14px;
}

.dc-lean-logos .partners-track {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  width: max-content;
}

.dc-lean-logos .partner-logo {
  flex: 0 0 180px;
}

.dc-lean-showcase-wrap {
  padding: 28px 0 20px;
  position: relative;
}

.dc-lean-showcase-wrap:before {
  background: radial-gradient(circle at 15% 0, rgba(217, 252, 232, 0.72), rgba(217, 252, 232, 0) 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dc-lean-band.dc-lean-showcase-wrap {
  padding-top: 18px;
}

.dc-lean-showcase-heading {
  margin-bottom: 8px;
}

.dc-lean-showcase-heading h2 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.dc-lean-showcase-heading p:last-child {
  color: #5e7084;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 820px;
}

.dc-lean-showcase {
  align-items: center;
}

.dc-lean-feature-list {
  display: grid;
  gap: 34px;
}

.dc-lean-feature {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 32px minmax(0, 1fr);
}

.dc-lean-feature__icon {
  align-items: center;
  border: 2px solid #1fc795;
  border-radius: 50%;
  color: #1fc795;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  margin-top: 4px;
  width: 28px;
}

.dc-lean-feature h3 {
  color: #0e1525;
  font-size: clamp(28px, 2.4vw, 34px);
  line-height: 1.18;
  margin: 0 0 10px;
}

.dc-lean-feature p {
  color: #31455d;
  font-size: 16px;
  line-height: 1.74;
  margin: 0;
}

.dc-lean-feature > p:empty,
.dc-lean-step > p:empty,
.dc-lean-package > p:empty {
  display: none;
}

.dc-lean-scene {
  margin-left: auto;
  max-width: 760px;
  min-height: 520px;
  overflow: hidden;
  padding: 24px 18px 34px;
  position: relative;
}

.dc-lean-scene:before {
  background:
    radial-gradient(circle at 72% 18%, rgba(185, 245, 228, 0.9), rgba(185, 245, 228, 0) 32%),
    radial-gradient(circle at 20% 82%, rgba(255, 226, 196, 0.48), rgba(255, 226, 196, 0) 28%);
  border-radius: 40px;
  content: "";
  inset: 8px 0 18px;
  position: absolute;
}

.dc-lean-scene__device {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 231, 225, 0.9);
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(122, 163, 144, 0.18);
  padding: 22px;
  position: relative;
  z-index: 1;
}

.dc-lean-scene__toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.dc-lean-scene__toolbar span {
  background: #ff8a65;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}

.dc-lean-scene__toolbar span:nth-child(2) {
  background: #ffca5f;
}

.dc-lean-scene__toolbar span:nth-child(3) {
  background: #30d18b;
}

.dc-lean-scene__layout {
  display: grid;
  gap: 16px;
  grid-template-columns: 148px minmax(0, 1fr);
}

.dc-lean-scene__nav,
.dc-lean-scene__side-note {
  background: #15233f;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  padding: 18px 16px;
}

.dc-lean-scene__nav strong,
.dc-lean-scene__side-note strong {
  color: #fff;
  font-size: 15px;
}

.dc-lean-scene__nav span,
.dc-lean-scene__side-note span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.dc-lean-scene__main {
  background: #f8fbfe;
  border-radius: 24px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.dc-lean-scene__main--alt {
  grid-template-columns: minmax(0, 1fr);
}

.dc-lean-scene__topline {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.dc-lean-scene__topline strong {
  color: #10213f;
  font-size: 20px;
  line-height: 1.18;
}

.dc-lean-scene__topline span {
  color: #0eab73;
  font-size: 13px;
  font-weight: 700;
}

.dc-lean-scene__chart {
  align-items: end;
  background: linear-gradient(180deg, #fff 0%, #f5fbf7 100%);
  border-radius: 20px;
  display: flex;
  gap: 12px;
  height: 190px;
  padding: 22px 18px 18px;
}

.dc-lean-scene__chart i {
  background: linear-gradient(180deg, #23cf98 0%, #0eab73 100%);
  border-radius: 18px 18px 10px 10px;
  display: block;
  flex: 1 1 0;
}

.dc-lean-scene__metrics,
.dc-lean-scene__cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dc-lean-scene__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dc-lean-scene__metrics div,
.dc-lean-scene__mini-card {
  background: #fff;
  border: 1px solid #e3edf0;
  border-radius: 18px;
  padding: 14px 14px 12px;
}

.dc-lean-scene__metrics strong,
.dc-lean-scene__mini-card strong {
  color: #12213f;
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}

.dc-lean-scene__metrics span,
.dc-lean-scene__mini-card span {
  color: #66788d;
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

.dc-lean-scene__mini-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.dc-lean-scene__progress {
  background: #fff;
  border-radius: 20px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.dc-lean-scene__progress div {
  align-items: center;
  color: #4f6378;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
}

.dc-lean-scene__progress b {
  color: #14233f;
  font-size: 13px;
}

.dc-lean-scene__progress i {
  background: linear-gradient(90deg, #0eab73 0%, #55d6ab 100%);
  border-radius: 999px;
  display: block;
  height: 100%;
}

.dc-lean-scene__track {
  background: #dfecea;
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
}

.dc-lean-scene__floating-card,
.dc-lean-scene__panel {
  background: #fff;
  border: 1px solid rgba(225, 236, 230, 0.96);
  border-radius: 22px;
  box-shadow: 0 22px 40px rgba(24, 45, 78, 0.12);
  padding: 18px 20px;
  position: absolute;
  z-index: 2;
}

.dc-lean-scene__floating-card {
  bottom: 20px;
  left: 34px;
  max-width: 250px;
}

.dc-lean-scene__panel {
  max-width: 240px;
  right: 18px;
  top: 106px;
}

.dc-lean-scene__floating-card strong,
.dc-lean-scene__panel h3 {
  color: #132340;
  display: block;
  font-size: 20px;
  line-height: 1.18;
  margin: 0 0 8px;
}

.dc-lean-scene__floating-card span {
  color: #5f7389;
  display: block;
  font-size: 14px;
  line-height: 1.65;
}

.dc-lean-scene__panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dc-lean-scene__panel li {
  color: #506478;
  font-size: 14px;
  line-height: 1.62;
  margin: 0 0 9px;
  padding-left: 18px;
  position: relative;
}

.dc-lean-scene__panel li:before {
  color: #19c38a;
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
}

.dc-lean-scene__path {
  border-bottom: 2px dashed rgba(25, 195, 138, 0.58);
  border-right: 2px dashed rgba(25, 195, 138, 0.58);
  border-radius: 0 0 30px 0;
  bottom: 28px;
  height: 70px;
  position: absolute;
  right: 112px;
  width: 190px;
  z-index: 1;
}

.dc-lean-scene--alt:before {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 219, 188, 0.86), rgba(255, 219, 188, 0) 30%),
    radial-gradient(circle at 82% 84%, rgba(214, 252, 235, 0.9), rgba(214, 252, 235, 0) 34%);
}

.dc-lean-scene--alt .dc-lean-scene__layout {
  grid-template-columns: minmax(0, 1fr) 148px;
}

.dc-lean-scene--alt .dc-lean-scene__device {
  box-shadow: 0 30px 60px rgba(40, 68, 110, 0.12);
}

.dc-lean-scene__side-note {
  background: linear-gradient(180deg, #14335b 0%, #102746 100%);
}

.dc-lean-scene__floating-card--alt {
  left: auto;
  right: 34px;
}

.dc-lean-scene__panel--alt {
  left: 18px;
  right: auto;
  top: 122px;
}

.dc-lean-scene__path--alt {
  border-bottom: 2px dashed rgba(255, 140, 102, 0.58);
  border-left: 2px dashed rgba(255, 140, 102, 0.58);
  border-right: 0;
  border-radius: 0 0 0 30px;
  left: 124px;
  right: auto;
}

@media only screen and (max-width: 1199px) {
  body.page-id-546 #main .section .section-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dc-lean-hero h1 {
    font-size: clamp(36px, 5vw, 54px);
  }

  .dc-lean-lead {
    font-size: 18px;
  }

  .dc-lean-visual {
    min-height: 520px;
    padding-left: 10px;
  }

  .dc-lean-scene {
    min-height: 500px;
  }
}

@media only screen and (max-width: 849px) {
  body.page-id-546 #main .section .section-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dc-lean-hero {
    padding-bottom: 18px;
  }

  .dc-lean-hero-copy {
    padding-top: 8px;
  }

  .dc-lean-hero h1 {
    font-size: clamp(34px, 8vw, 52px);
  }

  .dc-lean-visual {
    max-width: 100%;
    min-height: auto;
    padding: 16px 0 88px;
  }

  .dc-lean-visual__stat--top {
    left: 12px;
    top: 22px;
  }

  .dc-lean-visual__stat--bottom {
    bottom: 0;
    right: 12px;
  }

  .dc-lean-visual__chip--navy {
    right: 18px;
    top: 88px;
  }

  .dc-lean-showcase-heading h2 {
    font-size: clamp(28px, 7.4vw, 42px);
  }

  .dc-lean-feature {
    gap: 14px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .dc-lean-feature h3 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .dc-lean-scene {
    max-width: 100%;
    min-height: auto;
    padding: 10px 0 196px;
  }

  .dc-lean-scene__layout {
    grid-template-columns: 1fr;
  }

  .dc-lean-scene__metrics,
  .dc-lean-scene__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-lean-scene__floating-card,
  .dc-lean-scene__panel,
  .dc-lean-scene__floating-card--alt,
  .dc-lean-scene__panel--alt {
    left: 14px;
    max-width: none;
    right: 14px;
  }

  .dc-lean-scene__floating-card,
  .dc-lean-scene__floating-card--alt {
    bottom: 84px;
  }

  .dc-lean-scene__panel,
  .dc-lean-scene__panel--alt {
    top: auto;
    bottom: 0;
  }

  .dc-lean-scene__path,
  .dc-lean-scene__path--alt {
    display: none;
  }
}

@media only screen and (max-width: 549px) {
  body.page-id-546 #main .section .section-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dc-lean-kicker span {
    letter-spacing: 0.08em;
    padding: 10px 14px;
  }

  .dc-lean-hero-name {
    font-size: 17px;
  }

  .dc-lean-hero h1 {
    font-size: clamp(30px, 9.2vw, 42px);
    line-height: 1;
  }

  .dc-lean-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .dc-lean-trust span {
    align-items: flex-start;
    font-size: 14px;
  }

  .dc-lean-visual {
    padding: 12px 0 82px;
  }

  .dc-lean-visual__card {
    border-radius: 26px;
    padding: 18px 16px;
  }

  .dc-lean-visual__card:before {
    border-radius: 20px;
    inset: 12px;
  }

  .dc-lean-visual__image-wrap {
    border-radius: 22px;
  }

  .dc-lean-visual__stat {
    border-radius: 16px;
    max-width: 220px;
    padding: 12px 14px;
  }

  .dc-lean-visual__stat strong {
    font-size: 16px;
  }

  .dc-lean-visual__chip {
    font-size: 12px;
    padding: 9px 12px;
  }

  .dc-lean-visual__chip--navy {
    right: 10px;
    top: 16px;
  }

  .dc-lean-visual__chip--mint {
    bottom: 86px;
    left: 12px;
  }

  .dc-lean-feature-list {
    gap: 26px;
  }

  .dc-lean-feature h3 {
    font-size: 22px;
  }

  .dc-lean-feature p {
    font-size: 15px;
  }

  .dc-lean-scene__device {
    border-radius: 24px;
    padding: 16px;
  }

  .dc-lean-scene__main,
  .dc-lean-scene__nav,
  .dc-lean-scene__side-note {
    border-radius: 18px;
  }

  .dc-lean-scene__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .dc-lean-scene__chart {
    gap: 8px;
    height: 152px;
    padding: 18px 14px 14px;
  }

  .dc-lean-scene__metrics,
  .dc-lean-scene__cards {
    grid-template-columns: 1fr;
  }

  .dc-lean-scene {
    padding-bottom: 236px;
  }

  .dc-lean-scene__floating-card,
  .dc-lean-scene__panel,
  .dc-lean-scene__floating-card--alt,
  .dc-lean-scene__panel--alt {
    border-radius: 18px;
    padding: 16px;
  }
}
/* CODEX_LEAN_MARKETING_HERO_REFRESH_END */

/* CODEX_LEAN_MARKETING_END */
