/* ================================
   DelosWeb Custom Websites Page
================================ */
.auto-container {
    position: static;
    margin: 0 auto;
}

.dw-custom-page {
  --dw-navy: var(--theme-color-dark);
  --dw-blue: var(--theme-color-yellow);
  --dw-soft: var(--theme-color-light);
  --dw-text: rgba(var(--theme-color-dark-rgb), 0.72);
}

.dw-custom-section {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}



.dw-custom-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dw-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

.dw-custom-subtitle::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--dw-blue);
  border-radius: 20px;
}

.dw-custom-title {
  color: var(--dw-navy);
  font-size: var(--h2-font-size);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.dw-custom-text {
  color: white;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}

.dw-custom-text strong {
  color: var(--dw-navy);
  font-weight: 700;
}

.dw-custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 30px;
  border-radius: 100px;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  transition: all 300ms ease;
}

.dw-custom-btn:hover {
  color: var(--theme-color-white);
  background: var(--dw-navy);
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(var(--theme-color-dark-rgb), 0.18);
}

/* HERO */

.dw-custom-hero {
  background:
    radial-gradient(circle at 84% 12%, rgba(var(--theme-color-yellow-rgb), 0.16) 0%, rgba(var(--theme-color-yellow-rgb), 0) 34%),
    linear-gradient(180deg, var(--dw-soft) 0%, var(--theme-color-white) 100%);
}

.dw-custom-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.dw-custom-hero .dw-custom-title {
  font-size: var(--h1-font-size);
}

.dw-custom-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.dw-custom-hero-note {
  max-width: 260px;
  color: rgba(var(--theme-color-dark-rgb), 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.dw-custom-hero-note strong {
  display: block;
  color: var(--dw-navy);
  font-weight: 700;
  margin-bottom: 4px;
}

.dw-custom-hero-features {
  display: flex;
  gap: 16px;
  margin-top: 46px;
  padding-top: 38px;
  border-top: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-hero-feature {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dw-custom-hero-feature span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  color: var(--dw-blue);
  font-size: 15px;
}

.dw-custom-hero-feature h5 {
  color: var(--dw-navy);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 4px;
  white-space: nowrap;
}

.dw-custom-hero-feature p {
  color: var(--dw-text);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-custom-hero-visual {
  position: relative;
}

.dw-custom-hero-mascot {
  position: absolute;
  z-index: 6;
  top: -56px;
  right: 20px;
  width: 92px;
  animation: dwCustomFloat 4.5s ease-in-out infinite;
}

.dw-custom-hero-mascot img {
  width: 100%;
  display: block;
}

.dw-custom-main-image {
  position: relative;
  z-index: 2;
  border-radius: 34px;
  padding: 16px;
  background: var(--theme-color-white);
  box-shadow: 0 34px 90px rgba(var(--theme-color-dark-rgb), 0.16);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
}

.dw-custom-main-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.dw-custom-stamp-image {
  position: absolute;
  z-index: 4;
  left: -36px;
  bottom: 34px;
  width: 210px;
  padding: 8px;
  border-radius: 22px;
  background: var(--theme-color-white);
  border: 4px solid var(--theme-color-white);
  box-shadow: 0 22px 55px rgba(var(--theme-color-dark-rgb), 0.22);
  transform: rotate(-6deg);
}

.dw-custom-stamp-image img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.dw-custom-stamp-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 100px;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.dw-custom-floating-info {
  position: absolute;
  z-index: 5;
  right: -26px;
  top: 46px;
  width: 250px;
  padding: 24px;
  border-radius: 24px;
  background: var(--dw-navy);
  box-shadow: 0 20px 55px rgba(var(--theme-color-dark-rgb), 0.24);
  animation: dwCustomFloat 4.5s ease-in-out infinite;
}

.dw-custom-floating-info span {
  display: block;
  color: var(--dw-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .9px;
  margin-bottom: 10px;
}

.dw-custom-floating-info h4 {
  color: var(--theme-color-white);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 8px;
}

.dw-custom-floating-info p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-custom-strategy-card {
  position: absolute;
  z-index: 5;
  right: -30px;
  bottom: -30px;
  width: 260px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--theme-color-white);
  box-shadow: 0 20px 55px rgba(var(--theme-color-dark-rgb), 0.16);
}

.dw-custom-strategy-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dw-blue);
  color: var(--theme-color-white);
  font-size: 16px;
}

.dw-custom-strategy-card h5 {
  color: var(--dw-navy);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.dw-custom-strategy-card p {
  color: var(--dw-text);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

@keyframes dwCustomFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* NOT GENERIC / SPACE SECTION */

.dw-custom-split {
  background:
    radial-gradient(circle at 12% 15%, rgba(var(--theme-color-yellow-rgb), 0.22) 0%, rgba(var(--theme-color-yellow-rgb), 0) 40%),
    radial-gradient(circle at 82% 78%, rgba(var(--theme-color-yellow-rgb), 0.16) 0%, rgba(var(--theme-color-yellow-rgb), 0) 38%),
    linear-gradient(160deg, var(--dw-navy) 0%, var(--theme-color-dark2) 100%);
}

.dw-custom-split .dw-custom-subtitle,
.dw-custom-split .dw-custom-title {
  color: var(--theme-color-white);
}

.dw-custom-split .dw-custom-subtitle::before {
  background: var(--dw-blue);
}

.dw-custom-split .dw-custom-title span {
    color: #43b7ff !important;
    font-weight: inherit;
    text-shadow: 0 0 30px rgba(67, 183, 255, 0.22);
}

.dw-custom-split .dw-custom-text {
  color: rgba(var(--theme-color-white-rgb), 0.72);
}

.dw-custom-split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 65px;
  align-items: center;
}

.dw-custom-split-grid > div {
  min-width: 0;
}

.dw-custom-card-swiper {
  min-width: 0;
  margin-top: 34px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 44px;
  overflow: hidden;
}

.dw-custom-card-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.dw-custom-card-swiper .swiper-pagination {
  bottom: 0;
}

.dw-custom-card-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(var(--theme-color-white-rgb), 0.3);
  opacity: 1;
  transition: all 300ms ease;
}

.dw-custom-card-swiper .swiper-pagination-bullet-active {
  width: 22px;
  background: var(--dw-blue);
}

.dw-custom-info-card {
  width: 100%;
  padding: 30px;
  border-radius: 24px;
  background: rgba(var(--theme-color-white-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  transition: background 300ms ease;
}

.dw-custom-info-card:hover {
  background: rgba(var(--theme-color-white-rgb), 0.1);
}

.dw-custom-info-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 20px;
  margin-bottom: 20px;
}

.dw-custom-info-card h4 {
  color: var(--theme-color-white);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}

.dw-custom-info-card p {
  color: rgba(var(--theme-color-white-rgb), 0.68);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-custom-split-visual {
  position: relative;
  min-height: 560px;
}

.dw-custom-orbit-ring {
  position: absolute;
  top: 4%;
  left: -6%;
  width: 96%;
  height: 92%;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.dw-custom-split-globe {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8%;
  width: 62%;
  max-width: 400px;
}

.dw-custom-split-globe img {
  width: 100%;
  display: block;
}

.dw-custom-split-rocket {
  position: absolute;
  z-index: 0;
  top: -2%;
  left: 38%;
  width: 32%;
  max-width: 130px;
  animation: dwCustomFloat 4.5s ease-in-out infinite;
}

.dw-custom-split-rocket img {
  width: 100%;
  display: block;
}

.dw-custom-orbit-point {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dw-custom-orbit-point-1 {
  top: 12%;
  right: 8%;
}

.dw-custom-orbit-point-2 {
  top: 45%;
  right: 0%;
}

.dw-custom-orbit-point-3 {
  top: 76%;
  right: 6%;
}

.dw-custom-orbit-dot {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--theme-color-white);
  box-shadow: 0 0 12px 2px rgba(var(--theme-color-white-rgb), 0.7);
}

.dw-custom-orbit-point p {
  color: var(--theme-color-white);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 0;
  white-space: nowrap;
}

.dw-custom-split-card {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 340px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  border-radius: 20px;
  background: rgba(var(--theme-color-white-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  backdrop-filter: blur(6px);
}

.dw-custom-split-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.dw-custom-split-card-icon img {
  width: 100%;
  display: block;
}

.dw-custom-split-card h4 {
  color: var(--theme-color-white);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 6px;
}

.dw-custom-split-card h4 span {
  color: var(--dw-blue);
}

.dw-custom-split-card p {
  color: rgba(var(--theme-color-white-rgb), 0.65);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-custom-center {
  max-width: 840px;
  margin: 0 auto 56px;
  text-align: center;
}

.dw-custom-center .dw-custom-subtitle {
  justify-content: center;
}

.dw-custom-center .dw-custom-subtitle::before {
  display: none;
}

/* ================================
   Custom Website Showcase Slider
================================ */

.dw-custom-showcase {
  background:
    radial-gradient(circle at 15% 20%, rgba(var(--theme-color-yellow-rgb), 0.12) 0%, rgba(var(--theme-color-yellow-rgb), 0) 38%),
    radial-gradient(circle at 85% 75%, rgba(var(--theme-color-yellow-rgb), 0.08) 0%, rgba(var(--theme-color-yellow-rgb), 0) 36%),
    linear-gradient(180deg, var(--theme-color-soft-blue-bg) 0%, var(--theme-color-white) 100%);
}

.dw-showcase-swiper .swiper-slide {
  height: auto;
  min-width: 0;
}

.dw-showcase-slide {
  position: relative;
  padding: 4px 0 8px;
}

.dw-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dw-showcase-globe {
  position: absolute;
  top: -70px;
  right: -90px;
  width: 360px;
  opacity: .22;
  filter: saturate(.75);
}

.dw-showcase-globe img {
  width: 100%;
  display: block;
}

.dw-showcase-spark {
  position: absolute;
  color: var(--dw-blue);
  opacity: .5;
  animation: dwCompareTwinkle 3.2s ease-in-out infinite;
}

.dw-showcase-spark-1 {
  top: 12%;
  left: 32%;
  font-size: 13px;
}

.dw-showcase-spark-2 {
  top: 68%;
  left: 9%;
  font-size: 10px;
  animation-delay: .8s;
}

.dw-showcase-spark-3 {
  top: 18%;
  right: 24%;
  font-size: 15px;
  animation-delay: 1.4s;
}

.dw-showcase-spark-4 {
  bottom: 10%;
  right: 32%;
  font-size: 11px;
  animation-delay: 2.1s;
}

.dw-showcase-rocket {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 3%;
  width: 190px;
  transform: rotate(-8deg);
  animation: dwCustomFloat 5s ease-in-out infinite;
}

.dw-showcase-rocket img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 20px 30px rgba(var(--theme-color-dark-rgb), 0.16));
}

.dw-showcase-rocket-badge {
  position: absolute;
  z-index: 3;
  left: 6px;
  bottom: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  box-shadow: 0 14px 34px rgba(var(--theme-color-dark-rgb), 0.12);
  white-space: nowrap;
  font-size: 13px;
  transform: rotate(8deg);
}

.dw-showcase-rocket-badge-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--dw-blue);
  color: var(--theme-color-white);
  font-size: 12px;
}

.dw-showcase-rocket-badge strong {
  display: block;
  color: var(--dw-navy);
  font-weight: 700;
}

.dw-showcase-rocket-badge div {
  color: rgba(var(--theme-color-dark-rgb), 0.65);
  line-height: 1.35;
}

.dw-showcase-rocket-badge-brand div {
  color: var(--dw-navy);
  font-weight: 700;
  font-size: 14px;
}

.dw-showcase-rocket-badge-logo {
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
  padding: 5px;
}

.dw-showcase-rocket-badge-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dw-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dw-showcase-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.dw-showcase-card {
  padding: 34px 26px;
  border-radius: 24px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  box-shadow: 0 14px 40px rgba(var(--theme-color-dark-rgb), 0.06);
  text-align: center;
  transition: all 300ms ease;
}

.dw-showcase-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-showcase-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--dw-soft);
  color: var(--dw-blue);
  font-size: 22px;
  transition: all 300ms ease;
}

.dw-showcase-card:hover .dw-showcase-card-icon {
  background: var(--dw-blue);
  color: var(--theme-color-white);
}

.dw-showcase-card h4 {
  position: relative;
  display: inline-block;
  color: var(--dw-navy);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.dw-showcase-card h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: var(--dw-blue);
}

.dw-showcase-card p {
  color: rgba(var(--theme-color-dark-rgb), 0.66);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-showcase-check-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 26px;
}

.dw-showcase-check-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dw-navy);
  font-size: 14px;
  font-weight: 600;
}

.dw-showcase-check-row i {
  color: var(--dw-blue);
  font-size: 16px;
}

.dw-showcase-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  margin-left: 100px;
  margin-right: 100px;
}

.dw-showcase-swiper-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.12);
  color: var(--dw-navy);
  font-size: 15px;
  box-shadow: 0 14px 34px rgba(var(--theme-color-dark-rgb), 0.1);
  transition: all 250ms ease;
  cursor: pointer;
}

.dw-showcase-swiper-arrow:hover {
  background: var(--dw-blue);
  border-color: var(--dw-blue);
  color: var(--theme-color-white);
  transform: translateY(-3px);
}

.dw-showcase-swiper-arrow.swiper-button-disabled {
  opacity: .4;
  cursor: default;
  transform: none;
}

.dw-showcase-swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dw-showcase-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: rgba(var(--theme-color-dark-rgb), 0.18);
  opacity: 1;
  transition: all 300ms ease;
}

.dw-showcase-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  background: var(--dw-blue);
}

@media (max-width: 1400px) {
  .dw-showcase-rocket,
  .dw-showcase-globe {
    display: none;
  }
}

@media (max-width: 991px) {
  .dw-showcase-grid,
  .dw-showcase-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dw-showcase-grid,
  .dw-showcase-grid-5 {
    grid-template-columns: 1fr;
  }

  .dw-showcase-check-row {
    flex-direction: column;
    gap: 10px;
  }
}

/* Custom Websites CTA color system: shared with the homepage. */
body.dw-custom-websites-page :is(
  .ks-btn-black,
  .dw-custom-btn,
  .dw-custom-direction-btn,
  .dw-custom-consult-btn,
  .dw-custom-showcase-fit-btn,
  .dw-consult-option-btn,
  .dw-compare-fit-note > a,
  .dw-faq-btn,
  .dw-footer-cta-primary,
  .dw-footer-cta-secondary
) {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--theme-color1) 0%, var(--theme-color5) 100%) !important;
  color: var(--theme-color-white) !important;
}

body.dw-custom-websites-page :is(
  .ks-btn-black,
  .dw-custom-btn,
  .dw-custom-direction-btn,
  .dw-custom-consult-btn,
  .dw-custom-showcase-fit-btn,
  .dw-consult-option-btn,
  .dw-compare-fit-note > a,
  .dw-faq-btn,
  .dw-footer-cta-primary,
  .dw-footer-cta-secondary
):hover {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--theme-color1) 0%, var(--theme-color5) 100%) !important;
  color: var(--theme-color-white) !important;
}

/* DARK TRUST SECTION */

.dw-custom-dark {
  background:
    linear-gradient(100deg, rgba(2, 4, 24, 0.2) 0%, rgba(2, 4, 24, 0.6) 45%, rgba(2, 4, 24, 0.9) 100%),
    url("../../images/shape/custom-process-bg.webp") center left / cover no-repeat;
  background-color: #02061a;
}

.dw-custom-dark-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.dw-custom-dark .dw-custom-subtitle,
.dw-custom-dark .dw-custom-title {
  color: var(--theme-color-white);
}

.dw-custom-dark .dw-custom-subtitle::before {
  background: var(--theme-color-white);
}

.dw-custom-dark .dw-custom-text {
  color: rgba(var(--theme-color-white-rgb), 0.75);
}

.dw-custom-dark-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dw-custom-dark-rocket {
  width: 100%;
  max-width: 460px;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
  animation: dwCustomFloat 6s ease-in-out infinite;
}

.dw-custom-decision-list {
  display: grid;
  gap: 18px;
}

.dw-custom-decision-item {
  display: grid;
  grid-template-columns: 70px 1fr 56px;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: rgba(var(--theme-color-white-rgb), 0.06);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  transition: all 300ms ease;
}

.dw-custom-decision-item:hover {
  background: rgba(var(--theme-color-white-rgb), 0.11);
  transform: translateX(7px);
}

.dw-custom-decision-number {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.dw-custom-decision-item h4 {
  color: var(--theme-color-white);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 6px;
}

.dw-custom-decision-item p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-custom-decision-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.3);
  color: var(--dw-blue);
  font-size: 19px;
  box-shadow: 0 0 20px rgba(var(--theme-color-yellow-rgb), 0.25);
  transition: all 300ms ease;
}

.dw-custom-decision-item:hover .dw-custom-decision-icon {
  background: var(--dw-blue);
  border-color: var(--dw-blue);
  color: var(--theme-color-white);
}

/* READY VS CUSTOM */

.dw-custom-compare {
  background: var(--theme-color-white);
}

.dw-custom-compare-box {
  border-radius: 34px;
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  overflow: hidden;
}

.dw-custom-compare-head,
.dw-custom-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.dw-custom-compare-head-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  color: var(--theme-color-white);
  background: var(--dw-navy);
}

.dw-custom-compare-head-col.custom {
  background: var(--dw-blue);
}

.dw-custom-compare-head-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--theme-color-white-rgb), 0.35);
  font-size: 17px;
  transition: transform 300ms ease;
}

.dw-custom-compare-head-col:hover .dw-custom-compare-head-icon {
  transform: rotate(-12deg) scale(1.08);
}

.dw-custom-compare-head-text {
  display: flex;
  flex-direction: column;
  font-size: 14.5px;
  font-weight: 500;
}

.dw-custom-compare-head-text strong {
  color: var(--theme-color-white);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.dw-custom-compare-rows {
  position: relative;
}

.dw-custom-compare-rows::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(var(--theme-color-dark-rgb), 0.1);
  transform: translateX(-50%);
  z-index: 1;
}

.dw-custom-compare-row {
  position: relative;
  transition: background 250ms ease;
}

.dw-custom-compare-row:hover {
  background: rgba(var(--theme-color-yellow-rgb), 0.04);
}

.dw-custom-compare-num {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--theme-color-white);
  border: 2px solid var(--dw-navy);
  color: var(--dw-navy);
  font-size: 12.5px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(var(--theme-color-dark-rgb), 0.14);
  transition: transform 250ms ease, border-color 250ms ease;
  animation: dwCompareNumPulse 2.8s ease-in-out infinite;
}

.dw-custom-compare-row:nth-child(1) .dw-custom-compare-num { animation-delay: 0s; }
.dw-custom-compare-row:nth-child(2) .dw-custom-compare-num { animation-delay: .35s; }
.dw-custom-compare-row:nth-child(3) .dw-custom-compare-num { animation-delay: .7s; }
.dw-custom-compare-row:nth-child(4) .dw-custom-compare-num { animation-delay: 1.05s; }

.dw-custom-compare-row:hover .dw-custom-compare-num {
  transform: translate(-50%, -50%) scale(1.14);
  border-color: var(--dw-blue);
}

.dw-custom-compare-cell {
  padding: 18px 28px;
  color: rgba(var(--theme-color-dark-rgb), 0.72);
  font-size: 14.5px;
  line-height: 1.5;
  background: var(--theme-color-white);
  border-bottom: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
}

.dw-custom-compare-row:last-child .dw-custom-compare-cell {
  border-bottom: 0;
}

.dw-custom-compare-cell:last-child {
  background: var(--dw-soft);
}

.dw-custom-compare-cell strong {
  display: block;
  color: var(--dw-navy);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

@keyframes dwCompareNumPulse {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(var(--theme-color-dark-rgb), 0.14), 0 0 0 0 rgba(var(--theme-color-yellow-rgb), 0.4);
  }

  50% {
    box-shadow: 0 8px 20px rgba(var(--theme-color-dark-rgb), 0.14), 0 0 0 7px rgba(var(--theme-color-yellow-rgb), 0);
  }
}

/* ================================
   Custom Website Details Slider
   (What Can Be Included / Who We Build For)
================================ */

.dw-custom-details {
  position: relative;
  padding: 0;
  background: #060b26;
}

.dw-custom-details .swiper-slide {
  height: auto;
  min-width: 0;
}

.dw-details-slide {
  position: relative;
  padding: 150px 0 150px;
  background-color: #060b26;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dw-details-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 50% 38%, rgba(2, 4, 24, 0.35) 0%, rgba(2, 4, 24, 0.72) 62%, rgba(2, 4, 24, 0.92) 100%);
}

.dw-details-slide-included {
  background-image: url("../../images/shape/custom-included-bg.webp");
}

.dw-details-slide-audience {
  background-image: url("../../images/shape/custom-build-for-bg.webp");
}

.dw-details-slide .auto-container {
  position: relative;
  z-index: 1;
}

.dw-custom-details .dw-custom-subtitle,
.dw-custom-details .dw-custom-title {
  color: var(--theme-color-white);
}

.dw-custom-details .dw-custom-subtitle::before {
  background: var(--dw-blue);
}

.dw-custom-details .dw-custom-title span {
    color: #43b7ff !important ;
    font-weight: inherit;
    text-shadow: 0 0 30px rgba(67, 183, 255, 0.22);
}

.dw-custom-details .dw-custom-text {
  color: rgba(var(--theme-color-white-rgb), 0.75);
}

.dw-details-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dw-details-card {
  position: relative;
  padding: 30px 28px;
  border-radius: 22px;
  background: rgba(10, 22, 55, 0.5);
  border: 1px solid rgba(120, 180, 255, 0.28);
  box-shadow: 0 20px 45px rgba(0, 0, 10, 0.3);
  backdrop-filter: blur(6px);
  transition: all 300ms ease;
}

.dw-details-card:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 190, 255, 0.55);
  box-shadow: 0 0 34px rgba(var(--theme-color-yellow-rgb), 0.35), 0 26px 55px rgba(0, 0, 10, 0.4);
}

.dw-details-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.dw-details-card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid rgba(120, 190, 255, 0.5);
  color: #6fc3ff;
  font-size: 19px;
  box-shadow: 0 0 18px rgba(var(--theme-color-yellow-rgb), 0.35);
  transition: all 300ms ease;
}

.dw-details-card:hover .dw-details-card-icon {
  background: var(--dw-blue);
  border-color: var(--dw-blue);
  color: var(--theme-color-white);
}

.dw-details-card-head h4 {
  color: var(--theme-color-white);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}

.dw-details-underline {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: linear-gradient(90deg, #5eaaff 0%, var(--theme-color-yellow) 100%);
}

.dw-details-card p {
  color: rgba(var(--theme-color-white-rgb), 0.72);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

.dw-details-card-numbered {
  padding-top: 34px;
}

.dw-details-card-numbered .dw-details-card-icon {
  margin-bottom: 20px;
}

.dw-details-card-numbered h4 {
  color: var(--theme-color-white);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px;
}

.dw-details-card-num {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid rgba(120, 190, 255, 0.5);
  background: rgba(10, 22, 55, 0.6);
  color: var(--theme-color-white);
  font-size: 13px;
  font-weight: 700;
}

.dw-details-swiper-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-right: 100px;
  margin-left: 100px;
  pointer-events: none;
}

.dw-details-swiper-nav > * {
  pointer-events: auto;
}

.dw-details-swiper-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(10, 22, 55, 0.6);
  border: 1px solid rgba(120, 190, 255, 0.35);
  color: var(--theme-color-white);
  font-size: 15px;
  transition: all 250ms ease;
  cursor: pointer;
}

.dw-details-swiper-arrow:hover {
  background: var(--dw-blue);
  border-color: var(--dw-blue);
  transform: translateY(-3px);
}

.dw-details-swiper-arrow.swiper-button-disabled {
  opacity: .4;
  cursor: default;
  transform: none;
}

.dw-details-swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dw-details-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: rgba(var(--theme-color-white-rgb), 0.3);
  opacity: 1;
  transition: all 300ms ease;
}

.dw-details-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  background: var(--dw-blue);
}

@media (max-width: 991px) {
  .dw-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dw-details-grid {
    grid-template-columns: 1fr;
  }
}

.dw-custom-faq {
  background: var(--theme-color-white);
  padding-bottom: 115px;
}

.dw-custom-faq-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.dw-custom-faq-panel {
  position: sticky;
  top: 120px;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(var(--theme-color-yellow-rgb), 0.2) 0%, rgba(var(--theme-color-yellow-rgb), 0) 34%),
    var(--dw-navy);
}

.dw-custom-faq-panel h3 {
  color: var(--theme-color-white);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 18px;
}

.dw-custom-faq-panel p {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  margin-bottom: 28px;
}

.dw-custom-faq-list {
  display: grid;
  gap: 16px;
}

.dw-custom-faq-item {
  padding: 28px 30px;
  border-radius: 22px;
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
}

.dw-custom-faq-item h4 {
  color: var(--dw-navy);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 10px;
}

.dw-custom-faq-item p {
  color: rgba(var(--theme-color-dark-rgb), 0.68);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .dw-custom-section {
    padding: 85px 0;
  }

  .dw-details-slide {
    padding: 85px 0 130px;
  }

  .dw-details-swiper-nav {
    bottom: 30px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .dw-custom-hero-grid,
  .dw-custom-split-grid,
  .dw-custom-dark-grid,
  .dw-custom-faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .dw-custom-floating-info {
    right: 24px;
  }

  .dw-custom-stamp-image {
    left: 24px;
  }

  .dw-custom-strategy-card {
    right: 24px;
    bottom: -24px;
  }

  .dw-custom-hero-mascot {
    top: -40px;
    right: 10px;
    width: 70px;
  }

  .dw-custom-hero-features {
    flex-direction: column;
    gap: 22px;
  }

  .dw-custom-split-visual {
    min-height: 460px;
  }

  .dw-custom-orbit-point p {
    font-size: var(--body-font-size-small);
  }

  .dw-custom-split-card {
    width: 300px;
    padding: 18px 22px;
  }

  .dw-custom-faq-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .auto-container {
    width: min(100% - 28px, 1320px);
  }

  .dw-custom-section {
    padding: 70px 0;
  }

  .dw-details-slide {
    padding: 70px 0 130px;
  }

  .dw-details-swiper-nav {
    bottom: 22px;
    margin-right: 16px;
    margin-left: 16px;
    gap: 12px;
  }

  .dw-custom-hero .dw-custom-title {
    font-size: var(--h1-font-size-mob) !important;
    letter-spacing: -.5px;
  }

  .dw-custom-text {
    font-size: 16px;
  }

  .dw-custom-btn {
    width: 100%;
  }

  .dw-custom-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .dw-custom-floating-info,
  .dw-custom-stamp-image,
  .dw-custom-strategy-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    transform: none;
  }

  .dw-custom-hero-mascot {
    display: none;
  }

  .dw-custom-dark-rocket {
    max-width: 300px;
  }

  .dw-custom-decision-item {
    grid-template-columns: 56px 1fr;
  }

  .dw-custom-decision-number {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 18px;
  }

  .dw-custom-decision-icon {
    display: none;
  }

  .dw-custom-split-visual {
    min-height: 275px;
    /* padding-bottom: 110px; */
  }

  .dw-custom-orbit-ring,
  .dw-custom-orbit-point {
    display: none;
  }

  .dw-custom-split-rocket {
    top: 0;
    right: 8%;
    width: 22%;
  }

  .dw-custom-split-card {
    position: relative;
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 26px 22px;
  }

  .dw-custom-compare-head,
  .dw-custom-compare-row {
    grid-template-columns: 1fr;
  }

  .dw-custom-compare-rows::before,
  .dw-custom-compare-num {
    display: none;
  }

  .dw-custom-compare-note {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .dw-custom-compare-note-divider {
    display: none;
  }

  .dw-custom-faq-panel {
    padding: 32px 24px;
  }

  .dw-custom-faq-panel h3 {
    font-size: 30px;
  }
}

/* ================================
   Ready-to-Go VS Custom Upgraded
================================ */

.dw-custom-compare-upgraded {
  position: relative;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--theme-color-yellow-rgb), 0.10) 0%, rgba(var(--theme-color-yellow-rgb), 0) 34%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-custom-compare-upgraded > .auto-container {
  position: relative;
  z-index: 1;
}

.dw-compare-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dw-compare-blob {
  position: absolute;
  border-radius: 50%;
}

.dw-compare-blob-1 {
  top: -170px;
  left: -170px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(var(--theme-color-yellow-rgb), 0.16) 0%, rgba(var(--theme-color-yellow-rgb), 0) 72%);
}

.dw-compare-blob-2 {
  right: -190px;
  bottom: -190px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(var(--theme-color-dark-rgb), 0.06) 0%, rgba(var(--theme-color-dark-rgb), 0) 72%);
}

.dw-compare-dots {
  position: absolute;
  top: 70px;
  left: 60px;
  width: 170px;
  height: 170px;
  background-image: radial-gradient(rgba(var(--theme-color-dark-rgb), 0.18) 1.6px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: .55;
  -webkit-mask-image: radial-gradient(circle, var(--theme-color-black) 40%, transparent 75%);
          mask-image: radial-gradient(circle, var(--theme-color-black) 40%, transparent 75%);
}

.dw-compare-orbit {
  position: absolute;
  top: 6%;
  right: 5%;
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(var(--theme-color-yellow-rgb), 0.28);
  border-radius: 50%;
  animation: dwCompareSpin 44s linear infinite;
}

.dw-compare-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dw-blue);
  box-shadow: 0 0 14px 4px rgba(var(--theme-color-yellow-rgb), 0.5);
  animation: dwCompareTwinkle 3.2s ease-in-out infinite;
}

.dw-compare-spark-1 {
  top: 9%;
  right: 22%;
}

.dw-compare-spark-2 {
  top: 58%;
  left: 5%;
  animation-delay: 1s;
}

.dw-compare-spark-3 {
  bottom: 16%;
  right: 10%;
  width: 6px;
  height: 6px;
  animation-delay: 2s;
}

@keyframes dwCompareSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes dwCompareTwinkle {
  0%, 100% { opacity: .35; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.5); }
}

.dw-custom-before-after-wrap {
  padding: 6px 6px 46px;
}

.dw-custom-before-after-wrap .swiper-slide {
  height: auto;
}

.dw-compare-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.dw-compare-swiper-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.12);
  color: var(--dw-navy);
  font-size: 15px;
  box-shadow: 0 14px 34px rgba(var(--theme-color-dark-rgb), 0.1);
  transition: all 250ms ease;
  cursor: pointer;
}

.dw-compare-swiper-arrow:hover {
  background: var(--dw-blue);
  border-color: var(--dw-blue);
  color: var(--theme-color-white);
  transform: translateY(-3px);
}

.dw-compare-swiper-arrow.swiper-button-disabled {
  opacity: .4;
  cursor: default;
  transform: none;
}

.dw-compare-swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dw-compare-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: rgba(var(--theme-color-dark-rgb), 0.18);
  opacity: 1;
  transition: all 300ms ease;
}

.dw-compare-swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  background: var(--dw-blue);
}

.dw-custom-before-after-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.dw-custom-ba-card {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding: 12px;
  background: var(--theme-color-white);
 }

/* ======================================================
   MERGED READY-TO-GO VS CUSTOM VISUAL
====================================================== */

.dw-custom-ba-merged-visual {
  position: relative;
  width: 100%;
}

.dw-custom-merged-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 620px;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(var(--theme-color-yellow-rgb), 0.10) 0%, rgba(var(--theme-color-yellow-rgb), 0) 34%),
    radial-gradient(circle at 88% 84%, rgba(var(--theme-color-dark-rgb), 0.06) 0%, rgba(var(--theme-color-dark-rgb), 0) 34%),
    var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  transition: all 350ms ease;
}

.dw-custom-merged-card:hover {
  transform: translateY(-6px);
}

.dw-custom-merged-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(var(--theme-color-yellow-rgb), 0.10);
  pointer-events: none;
}

.dw-custom-merged-card::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 42px;
  background: rgba(var(--theme-color-dark-rgb), 0.035);
  transform: rotate(18deg);
  pointer-events: none;
}

/* Header */
.dw-custom-merged-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.dw-custom-merged-head span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 100px;
  color: var(--theme-color-yellow);
  background: rgba(var(--theme-color-yellow-rgb), 0.10);
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.15);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.dw-custom-merged-head h3 {
  color: var(--theme-color-dark);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}

.dw-custom-merged-head p {
  max-width: 520px;
  color: rgba(var(--theme-color-dark-rgb), 0.66);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  margin-bottom: 0;
}

/* Images */
.dw-custom-merged-images {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 24px;
}

.dw-custom-merged-image {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 28px;
  background: var(--theme-color-soft-blue-bg);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.07);
  box-shadow: 0 18px 45px rgba(var(--theme-color-dark-rgb), 0.08);
}

.dw-custom-merged-image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 550ms ease;
}

.dw-custom-merged-image.ready img {
  object-position: center top;
}

.dw-custom-merged-image.custom img {
  object-position: center top;
}

.dw-custom-merged-image:hover img {
  transform: scale(1.06);
}

.dw-custom-merged-image span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 100px;
  color: var(--theme-color-white);
  background: var(--theme-color-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 12px 28px rgba(var(--theme-color-dark-rgb), 0.22);
}

.dw-custom-merged-image.custom span {
  background: var(--theme-color-yellow);
}

/* Center VS */

.dw-custom-merged-vs {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--theme-color-white);
  border: 7px solid var(--theme-color-soft-blue-bg);
  box-shadow: 0 20px 55px rgba(var(--theme-color-dark-rgb), 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dw-custom-merged-vs span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color-dark) 0%, var(--theme-color-yellow) 100%);
  color: var(--theme-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.8px;
}

/* Floating comparison tags */
.dw-custom-merged-tag {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 190px;
  padding: 12px 16px;
  border-radius: 16px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  box-shadow: 0 16px 40px rgba(var(--theme-color-dark-rgb), 0.16);
  animation: dwCustomFloat 4.5s ease-in-out infinite;
}

.dw-custom-merged-tag-left {
  left: 26px;
  bottom: 26px;
}

.dw-custom-merged-tag-right {
  left: 50%;
  bottom: -18px;
  animation-delay: 1.1s;
}

.dw-custom-merged-tag-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--dw-soft);
  color: var(--dw-blue);
  font-size: 13px;
}

.dw-custom-merged-tag strong {
  display: block;
  color: var(--dw-navy);
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 700;
}

.dw-custom-merged-tag span {
  display: block;
  color: rgba(var(--theme-color-dark-rgb), 0.6);
  font-size: 11px;
  line-height: 1.3;
}

/* Corner rocket decoration */
.dw-custom-merged-rocket {
  position: absolute;
  z-index: 7;
  right: -30px;
  bottom: -40px;
  width: 120px;
  transform: rotate(6deg);
  animation: dwCustomFloat 5s ease-in-out infinite;
  animation-delay: .4s;
}

.dw-custom-merged-rocket img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(var(--theme-color-dark-rgb), 0.22));
}

.dw-custom-merged-rocket-badge {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--dw-navy);
  color: var(--theme-color-white);
  font-size: 12px;
  box-shadow: 0 10px 24px rgba(var(--theme-color-dark-rgb), 0.3);
  animation: dwCompareSpin 6s linear infinite;
}

/* Bottom note bar */
.dw-custom-compare-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 46px;
  padding: 20px 34px;
  border-radius: 100px;
  background: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.08);
  box-shadow: 0 20px 50px rgba(var(--theme-color-dark-rgb), 0.08);
  text-align: center;
}

.dw-custom-compare-note-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--dw-soft);
  color: var(--dw-blue);
  font-size: 14px;
}

.dw-custom-compare-note p {
  color: var(--dw-navy);
  font-size: var(--body-font-size-small);
  font-weight: 600;
  margin-bottom: 0;
}

.dw-custom-compare-note-divider {
  width: 1px;
  height: 18px;
  background: rgba(var(--theme-color-dark-rgb), 0.14);
}

.dw-custom-compare-note a {
  color: var(--dw-blue);
  font-size: 15px;
  font-weight: 700;
  transition: color 200ms ease;
}

.dw-custom-compare-note a:hover {
  color: var(--dw-navy);
}

/* Responsive */
@media (max-width: 991px) {
  .dw-custom-merged-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .dw-custom-merged-card {
    padding: 24px;
    border-radius: 30px;
  }

  .dw-custom-merged-images {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dw-custom-merged-vs {
    top: 50%;
    width: 64px;
    height: 64px;
  }

  .dw-custom-merged-vs span {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }

  .dw-custom-merged-image,
  .dw-custom-merged-image img {
    min-height: 250px;
  }

  .dw-custom-merged-tag {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    width: 100%;
    margin-top: 14px;
  }

  .dw-custom-merged-rocket {
    display: none;
  }
}

@media (max-width: 425px) {
  .dw-custom-merged-head h3 {
    font-size: 28px;
  }

  .dw-custom-merged-image,
  .dw-custom-merged-image img {
    min-height: 230px;
  }
}

.auto-container {
    position: static;
    margin: 0 auto;
}

/* ================================
   Consultation, Revision & Policies
================================ */

.dw-custom-consult-notice-section {
  background: var(--theme-color-white);
}

.dw-custom-consult-notice {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 20%, rgba(var(--theme-color-yellow-rgb), 0.16), transparent 34%),
    var(--theme-color-soft-blue-bg);
  box-shadow: 0 24px 65px rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-consult-notice::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(var(--theme-color-yellow-rgb), 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.dw-custom-consult-notice-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  box-shadow: 0 18px 42px rgba(var(--theme-color-yellow-rgb), 0.24);
  font-size: 27px;
}

.dw-custom-consult-notice-content,
.dw-custom-consult-notice-action {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.dw-custom-consult-notice-content .dw-custom-subtitle {
  margin-bottom: 12px;
}

.dw-custom-consult-notice-content h2 {
  margin: 0 0 12px;
  color: var(--dw-navy);
  font-size: var(--h2-font-size);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.dw-custom-consult-notice-content p {
  max-width: 760px;
  margin: 0;
  color: var(--dw-text);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

.dw-custom-consult-notice-content strong {
  color: var(--dw-navy);
}

.dw-custom-options-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--theme-color-yellow-rgb), 0.1), transparent 30%),
    var(--theme-color-white);
}

.dw-custom-revisions-section {
  background: linear-gradient(180deg, var(--theme-color-soft-blue-bg), var(--theme-color-white));
}

.dw-custom-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.dw-custom-option-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.09);
  border-radius: 26px;
  background: var(--theme-color-white);
  box-shadow: 0 18px 48px rgba(var(--theme-color-dark-rgb), 0.07);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.dw-custom-option-card:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.32);
  box-shadow: 0 26px 62px rgba(var(--theme-color-dark-rgb), 0.11);
}

.dw-custom-option-card-required,
.dw-custom-option-card-included {
  border-color: rgba(var(--theme-color-yellow-rgb), 0.36);
  background:
    linear-gradient(180deg, rgba(var(--theme-color-yellow-rgb), 0.07), transparent 34%),
    var(--theme-color-white);
}

.dw-custom-option-card-featured {
  box-shadow:
    0 0 0 2px rgba(var(--theme-color-yellow-rgb), 0.16),
    0 24px 60px rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-option-card-top {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.dw-custom-option-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dw-blue);
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.18);
  font-size: 19px;
}

.dw-custom-option-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 100px;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.dw-custom-option-card h3 {
  margin: 0 0 16px;
  color: var(--dw-navy);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.dw-custom-option-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-option-price span {
  color: var(--dw-text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.dw-custom-option-price strong {
  color: var(--dw-blue);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.dw-custom-option-card h4,
.dw-custom-option-requirements h4 {
  margin: 0 0 13px;
  color: var(--dw-navy);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dw-custom-option-description {
  margin: 0 0 22px;
  color: var(--dw-text);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

.dw-custom-option-list,
.dw-custom-option-requirements ul,
.dw-custom-policy-list,
.dw-custom-communication-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-custom-option-list {
  display: grid;
  gap: 11px;
  margin-bottom: 24px;
}

.dw-custom-option-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  color: var(--dw-text);
  font-size: 14px;
  line-height: 1.55;
}

.dw-custom-option-list i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 9px;
}

.dw-custom-option-note {
  margin: auto 0 0;
  padding: 16px;
  border-radius: 15px;
  color: var(--dw-text);
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-dark-rgb), 0.07);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.dw-custom-option-note-credit {
  color: var(--dw-navy);
  background: rgba(var(--theme-color-yellow-rgb), 0.09);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.2);
}

.dw-custom-option-requirements {
  margin-top: auto;
  padding: 18px;
  border-radius: 16px;
  background: var(--dw-soft);
  border: 1px solid rgba(var(--theme-color-yellow-rgb), 0.16);
}

.dw-custom-option-requirements ul {
  display: grid;
  gap: 8px;
}

.dw-custom-option-requirements li {
  position: relative;
  padding-left: 17px;
  color: var(--dw-text);
  font-size: 13px;
  line-height: 1.55;
}

.dw-custom-option-requirements li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dw-blue);
}

.dw-custom-policy-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  max-width: 1120px;
  margin: 38px auto 0;
  padding: 28px 30px;
  border-radius: 22px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 92% 18%, rgba(var(--theme-color-yellow-rgb), 0.2), transparent 32%),
    var(--dw-navy);
  box-shadow: 0 22px 55px rgba(var(--theme-color-dark-rgb), 0.16);
}

.dw-custom-policy-banner-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 20px;
}

.dw-custom-policy-banner h3 {
  margin: 0 0 10px;
  color: var(--theme-color-white);
  font-size: 23px;
  line-height: 1.25;
}

.dw-custom-policy-banner p {
  margin: 0 0 10px;
  color: rgba(var(--theme-color-white-rgb), 0.76);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

.dw-custom-policy-banner p:last-of-type {
  margin-bottom: 0;
}

.dw-custom-credit-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.dw-custom-credit-summary li {
  min-width: 0;
  padding: 13px;
  border-radius: 12px;
  background: rgba(var(--theme-color-white-rgb), 0.07);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
}

.dw-custom-credit-summary strong,
.dw-custom-credit-summary span {
  display: block;
}

.dw-custom-credit-summary strong {
  margin-bottom: 4px;
  color: var(--theme-color-white);
  font-size: 12px;
  line-height: 1.35;
}

.dw-custom-credit-summary span {
  color: rgba(var(--theme-color-white-rgb), 0.68);
  font-size: 11px;
  line-height: 1.4;
}

.dw-custom-section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.dw-custom-policy-list {
  display: grid;
  gap: 10px;
}

.dw-custom-policy-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(var(--theme-color-white-rgb), 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.dw-custom-policy-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dw-blue);
}

.dw-custom-communication-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(var(--theme-color-yellow-rgb), 0.16), transparent 32%),
    var(--dw-navy);
}

.dw-custom-communication-section .dw-custom-subtitle,
.dw-custom-communication-section .dw-custom-title {
  color: var(--theme-color-white);
}

.dw-custom-policy-heading {
  margin-bottom: 38px;
}

.dw-custom-communication-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.dw-custom-communication-card {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(var(--theme-color-white-rgb), 0.07);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  transition: transform 300ms ease, background 300ms ease, border-color 300ms ease;
}

.dw-custom-communication-card:hover {
  transform: translateY(-5px);
  background: rgba(var(--theme-color-white-rgb), 0.1);
  border-color: rgba(var(--theme-color-yellow-rgb), 0.36);
}

.dw-custom-communication-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--dw-blue);
  font-size: 18px;
}

.dw-custom-communication-card h3 {
  margin: 0 0 10px;
  color: var(--theme-color-white);
  font-size: 22px;
  line-height: 1.25;
}

.dw-custom-communication-card p {
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.74);
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}

.dw-custom-communication-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.dw-custom-communication-card li {
  padding: 7px 10px;
  border-radius: 100px;
  color: var(--theme-color-white);
  background: rgba(var(--theme-color-white-rgb), 0.08);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.12);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.dw-custom-page .dw-custom-btn:focus-visible,
.dw-custom-footer .dw-footer-cta-primary:focus-visible,
.dw-custom-footer .dw-footer-cta-secondary:focus-visible {
  outline: 3px solid var(--theme-color-yellow);
  outline-offset: 4px;
}

.dw-custom-footer .dw-footer-cta-content p strong {
  color: var(--theme-color-white);
}

@media (max-width: 1100px) {
  .dw-custom-consult-notice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dw-custom-consult-notice-action {
    grid-column: 2;
  }

  .dw-custom-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dw-custom-option-card:last-child {
    grid-column: 1 / -1;
  }

  .dw-custom-credit-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dw-custom-consult-notice {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dw-custom-consult-notice-action {
    grid-column: auto;
  }

  .dw-custom-consult-notice-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 22px;
  }

  .dw-custom-option-grid,
  .dw-custom-communication-grid {
    grid-template-columns: 1fr;
  }

  .dw-custom-option-card:last-child {
    grid-column: auto;
  }

  .dw-custom-option-card {
    padding: 26px 22px;
  }

  .dw-custom-option-card-top,
  .dw-custom-option-price {
    align-items: flex-start;
  }

  .dw-custom-option-badge {
    max-width: calc(100% - 60px);
  }

  .dw-custom-policy-banner,
  .dw-custom-communication-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .dw-custom-credit-summary {
    grid-template-columns: 1fr;
  }

  .dw-custom-section-action .dw-custom-btn,
  .dw-custom-consult-notice-action .dw-custom-btn {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .dw-custom-option-card-top,
  .dw-custom-option-price {
    flex-direction: column;
  }

  .dw-custom-option-badge {
    max-width: 100%;
  }
}

/* ============================= */
/* Custom Websites Spacing System Test */
/* Page-only spacing controls for custom-websites.html. */
/* ============================= */

.dw-custom-space {
  padding-block: clamp(70px, 7vw, 110px) !important;
}

.dw-custom-space-sm {
  padding-block: clamp(55px, 6vw, 80px) !important;
}

.custom-cta-section {
  padding-top: 0 !important;
}

.dw-custom-space-lg {
  padding-block: clamp(90px, 8vw, 130px) !important;
}

.dw-custom-tight-top {
  padding-top: clamp(45px, 5vw, 70px) !important;
}

.dw-custom-tight-bottom {
  padding-bottom: clamp(45px, 5vw, 70px) !important;
}

.dw-custom-space > .container,
.dw-custom-space > .auto-container,
.dw-custom-space-sm > .container,
.dw-custom-space-sm > .auto-container,
.dw-custom-space-lg > .container,
.dw-custom-space-lg > .auto-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dw-custom-details.dw-custom-space {
  padding-block: 0 !important;
}

.dw-custom-details.dw-custom-space .dw-details-slide {
  padding-block: clamp(70px, 7vw, 110px) !important;
}

.dw-custom-showcase.dw-custom-space .dw-showcase-slide > .auto-container,
.dw-custom-details.dw-custom-space .dw-details-slide > .auto-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dw-custom-faq-before-footer {
  padding-bottom: clamp(115px, 10vw, 160px) !important;
}

.dw-custom-footer {
  margin-top: clamp(170px, 12vw, 220px);
}

.dw-custom-footer .dw-footer-cta-image {
  top: -64px;
}

@media (max-width: 991px) {
  .dw-footer-section.dw-custom-footer {
    margin-top: 225px;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-wrap {
    position: absolute;
    top: -27px;
    transform: translateY(-45%);
    padding: 0;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-box {
    max-width: 720px;
    min-height: auto;
    padding: 34px 22px 168px;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-content {
    max-width: 100%;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-buttons {
    flex-direction: column;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-primary,
  .dw-footer-section.dw-custom-footer .dw-footer-cta-secondary {
    width: 100%;
  }

  .dw-footer-section.dw-custom-footer .dw-footer-cta-image {
    top: auto;
    right: 50%;
    bottom: -10px;
    width: 165px;
    transform: translateX(50%);
  }

  .dw-footer-section.dw-custom-footer .dw-footer-main {
    padding-top: 300px;
  }
}

@media (max-width: 767px) {
  .dw-custom-space,
  .dw-custom-space-sm,
  .dw-custom-space-lg {
    padding-block: clamp(55px, 12vw, 75px) !important;
  }

  .dw-custom-tight-top {
    padding-top: clamp(42px, 10vw, 60px) !important;
  }

  .dw-custom-tight-bottom {
    padding-bottom: clamp(42px, 10vw, 60px) !important;
  }

  .dw-custom-details.dw-custom-space .dw-details-slide {
    padding-block: clamp(55px, 12vw, 75px) !important;
  }

  .dw-custom-faq-before-footer {
    padding-bottom: clamp(90px, 18vw, 125px) !important;
  }

  .dw-custom-footer {
    margin-top: clamp(125px, 24vw, 160px);
  }

  .dw-custom-footer .dw-footer-cta-image {
    top: auto;
    bottom: -8px;
  }
}

/* ==========================================
   Custom Website Direction Hero
   Clean White Background + Integrated Rocket Visual
   Colors: #000038 + #4285b5
========================================== */

.dw-custom-direction-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 0 92px;
  background:
    radial-gradient(circle at 80% 42%, rgba(var(--theme-color1-rgb), 0.18), transparent 34%),
    radial-gradient(circle at 9% 12%, rgba(var(--theme-color1-rgb), 0.07), transparent 30%),
    radial-gradient(circle at 92% 92%, rgba(var(--theme-color1-rgb), 0.1), transparent 30%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-custom-direction-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.14) 1px, transparent 1.8px);
  background-size: 48px 48px;
  opacity: 0.065;
  pointer-events: none;
  z-index: -6;
}

.dw-custom-direction-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -5;
}

.dw-custom-direction-bg::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 74px;
  width: 820px;
  height: 330px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.23);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: dwCustomDirectionOrbitOne 13s ease-in-out infinite;
}

.dw-custom-direction-bg::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -80px;
  width: 760px;
  height: 390px;
  border-radius: 50%;
  opacity: 0.9;
}

.dw-custom-direction-planet {
  position: absolute;
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: -2;
}

.dw-custom-direction-planet-top {
  right: 6%;
  top: 48px;
  width: 110px;
  opacity: 0.26;
  animation: dwCustomDirectionPlanetFloat 8s ease-in-out infinite;
}

.dw-custom-direction-planet-bottom {
  left: -56px;
  bottom: -52px;
  width: 210px;
  opacity: 0.12;
  animation: dwCustomDirectionPlanetFloatTwo 9s ease-in-out infinite;
}

.dw-custom-direction-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(420px, 0.78fr) minmax(690px, 1.22fr);
  gap: 48px;
  align-items: center;
}

/* Content */

.dw-custom-direction-content {
  max-width: 700px;
}

.dw-custom-direction-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.dw-custom-direction-subtitle::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--theme-color1);
  box-shadow: 0 0 18px rgba(var(--theme-color1-rgb), 0.34);
}

.dw-custom-direction-content h1 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(46px, 4.65vw, 72px);
  font-weight: var(--h1-font-weight);
  line-height: 1;
  letter-spacing: -0.06em;
}

.dw-custom-direction-content h1 span {
  display: block;
}

.dw-custom-direction-content > p {
  max-width: 640px;
  margin: 0 0 34px;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-lead);
  font-weight: 500;
  line-height: var(--body-line-height-lead);
}

/* Actions */

.dw-custom-direction-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.dw-custom-direction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 14px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.22), transparent 36%),
    linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.18);
  box-shadow:
    0 22px 54px rgba(var(--theme-color1-rgb), 0.28),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.1);
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.dw-custom-direction-btn:hover {
  color: var(--theme-color-white);
  transform: translateY(-4px);
  box-shadow:
    0 30px 70px rgba(var(--theme-color1-rgb), 0.36),
    0 0 34px rgba(var(--theme-color-blue-bright-rgb), 0.2);
}

.dw-custom-direction-btn i {
  flex: 0 0 auto;
  transition: transform 300ms ease;
}

.dw-custom-direction-btn:hover i {
  transform: translateX(4px);
}

.dw-custom-direction-note {
  position: relative;
  max-width: 235px;
  padding-left: 28px;
  border-left: 1px solid rgba(var(--theme-color-dark-rgb), 0.13);
}

.dw-custom-direction-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.3;
}

.dw-custom-direction-note span {
  display: block;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 14.5px;
  line-height: 1.45;
}

/* Compact Features */

.dw-custom-direction-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-direction-features article {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding-right: 12px;
  animation: dwCustomDirectionFadeUp 700ms ease both;
}

.dw-custom-direction-features article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(var(--theme-color-dark-rgb), 0.1);
}

.dw-custom-direction-features article:nth-child(2) {
  animation-delay: 0.1s;
}

.dw-custom-direction-features article:nth-child(3) {
  animation-delay: 0.2s;
}

.dw-custom-direction-feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--theme-color1);
  background:
    radial-gradient(circle at 35% 20%, rgba(var(--theme-color-white-rgb), 0.95), transparent 38%),
    rgba(var(--theme-color1-rgb), 0.08);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  box-shadow:
    0 12px 28px rgba(var(--theme-color1-rgb), 0.09),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.78);
  transition:
    transform 300ms ease,
    color 300ms ease,
    background 300ms ease;
}

.dw-custom-direction-features article:hover .dw-custom-direction-feature-icon {
  transform: translateY(-3px) scale(1.06);
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
}

.dw-custom-direction-feature-icon i {
  font-size: 16px;
  line-height: 1;
}

.dw-custom-direction-features h3 {
  margin: 0 0 5px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.dw-custom-direction-features p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

/* Visual */

.dw-custom-direction-visual {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dw-custom-direction-glow {
  position: absolute;
  right: -20px;
  bottom: 16px;
  width: 780px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.24), rgba(var(--theme-color1-rgb), 0.07) 52%, transparent 74%);
  filter: blur(44px);
  opacity: 0.95;
  z-index: -3;
  animation: dwCustomDirectionGlow 6.5s ease-in-out infinite;
}

.dw-custom-direction-orbit {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.dw-custom-direction-orbit-one {
  right: 22px;
  top: 74px;
  width: 720px;
  height: 330px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.24);
  border-radius: 50%;
  transform: rotate(-20deg);
  animation: dwCustomDirectionOrbitOne 11s ease-in-out infinite;
}

.dw-custom-direction-orbit-two {
  right: 60px;
  bottom: 52px;
  width: 620px;
  height: 240px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  border-radius: 50%;
  transform: rotate(15deg);
  animation: dwCustomDirectionOrbitTwo 12s ease-in-out infinite;
}

/* Main image is NOT boxed anymore */
.dw-custom-direction-main-img {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 840px);
  height: auto;
  max-width: none;
  filter:
    drop-shadow(0 34px 78px rgba(var(--theme-color-dark-rgb), 0.16))
    drop-shadow(0 0 46px rgba(var(--theme-color1-rgb), 0.18));
  transform-origin: center center;
  animation: dwCustomDirectionMainFloat 6.8s ease-in-out infinite;
}

/* Floating card */

.dw-custom-direction-floating-card {
  position: absolute;
  right: 9%;
  bottom: 46px;
  z-index: 6;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  width: min(330px, 76%);
  padding: 18px 22px;
  border-radius: 18px;
  background: rgba(var(--theme-color-white-rgb), 0.92);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 24px 62px rgba(var(--theme-color-dark-rgb), 0.13),
    0 0 38px rgba(var(--theme-color1-rgb), 0.14),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
  backdrop-filter: blur(14px);
  animation: dwCustomDirectionCardFloat 6.5s ease-in-out infinite;
}

.dw-custom-direction-logo-bubble {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(var(--theme-color1-rgb), 0.08);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
}

.dw-custom-direction-logo-bubble img {
  width: 34px;
  height: auto;
}

.dw-custom-direction-floating-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color1);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.dw-custom-direction-floating-card strong {
  display: inline;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.4;
}

.dw-custom-direction-floating-card strong:not(:last-child)::after {
  content: " ";
}

/* Animations */

@keyframes dwCustomDirectionMainFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(-0.6deg);
  }
}

@keyframes dwCustomDirectionCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes dwCustomDirectionGlow {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes dwCustomDirectionOrbitOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-20deg);
  }

  50% {
    transform: translate3d(16px, -10px, 0) rotate(-15deg);
  }
}

@keyframes dwCustomDirectionOrbitTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(15deg);
  }

  50% {
    transform: translate3d(-14px, 9px, 0) rotate(10deg);
  }
}

@keyframes dwCustomDirectionPlanetFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -12px, 0) rotate(4deg);
  }
}

@keyframes dwCustomDirectionPlanetFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(12px, -10px, 0) rotate(-2deg);
  }
}

@keyframes dwCustomDirectionFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-custom-direction-grid {
    grid-template-columns: minmax(390px, 0.8fr) minmax(600px, 1.2fr);
    gap: 38px;
  }

  .dw-custom-direction-main-img {
    width: min(100%, 760px);
  }
}

@media (max-width: 1199px) {
  .dw-custom-direction-section {
    padding: 90px 0;
  }

  .dw-custom-direction-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .dw-custom-direction-content {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
  }

  .dw-custom-direction-content h1,
  .dw-custom-direction-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-custom-direction-subtitle {
    justify-content: center;
  }

  .dw-custom-direction-actions {
    justify-content: center;
  }

  .dw-custom-direction-visual {
    min-height: auto;
    padding-top: 38px;
  }

  .dw-custom-direction-main-img {
    width: min(100%, 820px);
  }

  .dw-custom-direction-floating-card {
    right: 14%;
    bottom: 24px;
  }
}

@media (max-width: 991px) {
  .dw-custom-direction-visual {
    flex-direction: column;
  }

  .dw-custom-direction-features {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
    gap: 14px;
  }

  .dw-custom-direction-features article {
    text-align: left;
    padding: 15px;
    border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
    border-radius: 16px;
    background: rgba(var(--theme-color-white-rgb), 0.72);
  }

  .dw-custom-direction-features article::after {
    display: none;
  }

  .dw-custom-direction-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 420px);
    margin: -18px auto 0;
  }
}

@media (max-width: 767px) {
  .dw-custom-direction-section {
    padding: 76px 0 82px;
  }

  .dw-custom-direction-content h1 {
    font-size: 42px;
  }

  .dw-custom-direction-content > p {

  }

  .dw-custom-direction-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .dw-custom-direction-note {
    max-width: none;
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }

  .dw-custom-direction-btn {
    width: 100%;
  }

  .dw-custom-direction-visual {
    padding-top: 26px;
  }

  .dw-custom-direction-floating-card {
    grid-template-columns: 54px 1fr;
    padding: 17px;
  }

  .dw-custom-direction-logo-bubble {
    width: 50px;
    height: 50px;
  }

  .dw-custom-direction-logo-bubble img {
    width: 32px;
  }

  .dw-custom-direction-floating-card span {
    font-size: 17px;
  }

  .dw-custom-direction-floating-card strong {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .dw-custom-direction-section {
    padding: 66px 0 70px;
  }

  .dw-custom-direction-content h1 {
    font-size: 34px;
  }

  .dw-custom-direction-subtitle {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .dw-custom-direction-main-img {
    width: 112%;
    margin-left: -6%;
  }

  .dw-custom-direction-floating-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dw-custom-direction-logo-bubble {
    margin: 0 auto;
  }
}
/* ==========================================
   Custom Consultation CTA
   with Rocket Phone Image
========================================== */

.dw-custom-consult-section {
  position: relative;
  overflow: hidden;
  padding: 0 0 90px;
  background:
    radial-gradient(circle at 82% 18%, rgba(66, 133, 181, 0.10), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.dw-custom-consult-section::before {
  content: "";
  position: absolute;
  right: 7%;
  top: 12px;
  width: 520px;
  height: 220px;
  border: 1px dashed rgba(66, 133, 181, 0.18);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.dw-custom-consult-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 42px 42px 42px 210px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.98));
  border: 1px solid rgba(66, 133, 181, 0.18);
  box-shadow:
    0 24px 70px rgba(0, 0, 56, 0.08),
    0 0 45px rgba(66, 133, 181, 0.08);
  overflow: visible;
}

.dw-custom-consult-card::after {
  content: "";
  position: absolute;
  inset: auto 30px 0 auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(66, 133, 181, 0.10);
  filter: blur(52px);
  pointer-events: none;
  z-index: 0;
}

/* Rocket image */

.dw-custom-consult-rocket {
  position: absolute;
  left: -28px;
  top: 50%;
  width: clamp(150px, 14vw, 230px);
  height: auto;
  transform: translateY(-50%) rotate(-8deg);
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter:
    drop-shadow(0 20px 34px rgba(0, 0, 56, 0.18))
    drop-shadow(0 0 20px rgba(66, 133, 181, 0.18));
  animation: dwCustomConsultRocketFloat 5.8s ease-in-out infinite;
}

/* Content */

.dw-custom-consult-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.dw-custom-consult-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #4285b5;
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}

.dw-custom-consult-subtitle::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #4285b5;
}

.dw-custom-consult-content h2 {
  margin: 0 0 14px;
  color: #000038;
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 740px;
}

.dw-custom-consult-content p {
  margin: 0;
  max-width: 720px;
  color: #5d6680;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: 500;
}

/* Button */

.dw-custom-consult-action {
  position: relative;
  z-index: 2;
  justify-self: end;
}

.dw-custom-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5 0%, #0b56d9 100%);
  box-shadow:
    0 20px 40px rgba(66, 133, 181, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  text-decoration: none;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.dw-custom-consult-btn:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow:
    0 26px 54px rgba(66, 133, 181, 0.34),
    0 0 30px rgba(66, 133, 181, 0.18);
}

.dw-custom-consult-btn i {
  transition: transform 300ms ease;
}

.dw-custom-consult-btn:hover i {
  transform: translateX(4px);
}

/* Animation */

@keyframes dwCustomConsultRocketFloat {
  0%,
  100% {
    transform: translateY(-50%) rotate(-8deg);
  }
  50% {
    transform: translateY(calc(-50% - 10px)) rotate(-5deg);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .dw-custom-consult-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 32px 36px 190px;
  }

  .dw-custom-consult-action {
    justify-self: start;
  }

  .dw-custom-consult-rocket {
    width: clamp(130px, 16vw, 190px);
    left: -18px;
  }
}

@media (max-width: 991px) {
  .dw-custom-consult-card {
    padding: 190px 28px 34px;
    text-align: center;
  }

  .dw-custom-consult-rocket {
    left: 50%;
    top: -12px;
    width: 170px;
    transform: translateX(-50%) rotate(-3deg);
    animation: dwCustomConsultRocketFloatMobile 5.8s ease-in-out infinite;
  }

  .dw-custom-consult-subtitle {
    justify-content: center;
  }

  .dw-custom-consult-content {
    max-width: 100%;
  }

  .dw-custom-consult-action {
    justify-self: center;
  }
}

@keyframes dwCustomConsultRocketFloatMobile {
  0%,
  100% {
    transform: translateX(-50%) rotate(-3deg);
  }
  50% {
    transform: translateX(-50%) translateY(-8px) rotate(0deg);
  }
}

@media (max-width: 575px) {
  .dw-custom-consult-section {
    padding: 0 0 70px;
  }

  .dw-custom-consult-card {
    padding: 170px 20px 28px;
    border-radius: 24px;
  }

  .dw-custom-consult-content h2 {
    font-size: 26px;
  }

  .dw-custom-consult-content p {


  }

  .dw-custom-consult-rocket {
    width: 150px;
  }

  .dw-custom-consult-btn {
    width: 100%;
    min-height: 54px;
    padding: 0 24px;
  }
}

@media (max-width: 360px) {
  .dw-custom-consult-section .auto-container {
    width: calc(100% - 16px);
    padding-inline: 0;
  }

  .dw-custom-consult-card {
    gap: 20px;
    padding: 148px 16px 24px;
    border-radius: 20px;
  }

  .dw-custom-consult-rocket {
    top: 8px;
    width: 128px;
  }

  .dw-custom-consult-subtitle {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .dw-custom-consult-subtitle::before {
    width: 22px;
  }

  .dw-custom-consult-content h2 {
    font-size: 24px;
    letter-spacing: -0.035em;
  }

  .dw-custom-consult-btn {
    min-height: 52px;
    gap: 9px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

/* ==========================================
   Custom Website Showcase Fit Section
   Compact Bottom Cards + Softer Animations
   Colors: #000038 + #4285b5
========================================== */

.dw-custom-showcase-fit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 92px 0 88px;
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--theme-color1-rgb), 0.14), transparent 34%),
    radial-gradient(circle at 10% 12%, rgba(var(--theme-color1-rgb), 0.06), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(var(--theme-color1-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-custom-showcase-fit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.16) 1px, transparent 1.8px);
  background-size: 52px 52px;
  opacity: 0.055;
  pointer-events: none;
  z-index: -6;
}

.dw-custom-showcase-fit-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -5;
}

.dw-custom-showcase-fit-bg::before {
  content: "";
  position: absolute;
  left: -280px;
  top: 12px;
  width: 880px;
  height: 280px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.2);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: dwCustomShowcaseOrbitLeft 14s ease-in-out infinite;
}

.dw-custom-showcase-fit-bg::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: 120px;
  width: 780px;
  height: 270px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  border-radius: 50%;
  transform: rotate(18deg);
  animation: dwCustomShowcaseOrbitRight 15s ease-in-out infinite;
}

.dw-custom-showcase-fit-planet {
  position: absolute;
  right: 5%;
  top: 72px;
  width: 150px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
  z-index: -2;
  animation: dwCustomShowcasePlanetFloat 8s ease-in-out infinite;
}

/* Heading */

.dw-custom-showcase-fit-heading {
  position: relative;
  z-index: 3;
  max-width: 1050px;
  margin: 0 auto 42px;
  text-align: center;
}

.dw-custom-showcase-fit-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.dw-custom-showcase-fit-subtitle::before,
.dw-custom-showcase-fit-subtitle::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--theme-color1-rgb), 0.55);
}

.dw-custom-showcase-fit-heading h2 {
  max-width: 1050px;
  margin: 0 auto 16px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: var(--h2-font-weight);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.dw-custom-showcase-fit-heading h2 span {
  color: var(--theme-color1);
}

.dw-custom-showcase-fit-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

/* Main layout */

.dw-custom-showcase-fit-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(340px, 0.84fr) minmax(320px, 0.88fr);
  gap: 48px;
  align-items: center;
}

.dw-custom-showcase-fit-cards {
  display: grid;
  gap: 22px;
}

.dw-custom-showcase-fit-cards-left {
  justify-items: end;
}

.dw-custom-showcase-fit-cards-right {
  justify-items: start;
}

/* Main benefit cards */

.dw-custom-showcase-fit-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  width: min(100%, 455px);
  min-height: 124px;
  padding: 22px 26px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.06), transparent 36%),
    rgba(var(--theme-color-white-rgb), 0.92);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  box-shadow:
    0 16px 48px rgba(var(--theme-color-dark-rgb), 0.055),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
  backdrop-filter: blur(14px);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
  animation: dwCustomShowcaseCardIn 720ms ease both;
}

.dw-custom-showcase-fit-cards-left .dw-custom-showcase-fit-card:nth-child(2),
.dw-custom-showcase-fit-cards-right .dw-custom-showcase-fit-card:nth-child(2) {
  animation-delay: 0.1s;
}

.dw-custom-showcase-fit-cards-left .dw-custom-showcase-fit-card:nth-child(3),
.dw-custom-showcase-fit-cards-right .dw-custom-showcase-fit-card:nth-child(3) {
  animation-delay: 0.2s;
}

.dw-custom-showcase-fit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--theme-color1-rgb), 0.34);
  box-shadow:
    0 24px 68px rgba(var(--theme-color1-rgb), 0.12),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.94);
}

.dw-custom-showcase-fit-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--theme-color-blue-royal);
  background:
    radial-gradient(circle at 35% 20%, rgba(var(--theme-color-white-rgb), 0.9), transparent 38%),
    rgba(var(--theme-color1-rgb), 0.1);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  box-shadow:
    0 14px 32px rgba(var(--theme-color1-rgb), 0.1),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.8);
  transition:
    transform 320ms ease,
    color 320ms ease,
    background 320ms ease;
}

.dw-custom-showcase-fit-card:hover .dw-custom-showcase-fit-icon {
  transform: scale(1.08) rotate(-4deg);
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
}

.dw-custom-showcase-fit-icon i {
  font-size: 25px;
  line-height: 1;
}

.dw-custom-showcase-fit-card h3 {
  margin: 0 0 7px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.dw-custom-showcase-fit-card p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

/* Center rocket */

.dw-custom-showcase-fit-center {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.dw-custom-showcase-fit-glow {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.22), rgba(var(--theme-color1-rgb), 0.075) 55%, transparent 72%);
  filter: blur(38px);
  z-index: -3;
  animation: dwCustomShowcaseGlow 7s ease-in-out infinite;
}

.dw-custom-showcase-fit-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -2;
}

.dw-custom-showcase-fit-orbit-one {
  width: 430px;
  height: 200px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.2);
  transform: rotate(-18deg);
  animation: dwCustomShowcaseOrbitCenterOne 11s ease-in-out infinite;
}

.dw-custom-showcase-fit-orbit-two {
  width: 365px;
  height: 235px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  transform: rotate(18deg);
  animation: dwCustomShowcaseOrbitCenterTwo 12s ease-in-out infinite;
}

.dw-custom-showcase-fit-rocket {
  position: relative;
  z-index: 3;
  width: clamp(280px, 22vw, 400px);
  height: auto;
  max-width: none;
  filter:
    drop-shadow(0 28px 64px rgba(var(--theme-color-dark-rgb), 0.15))
    drop-shadow(0 0 42px rgba(var(--theme-color1-rgb), 0.19));
  animation: dwCustomShowcaseRocketFloat 6.4s ease-in-out infinite;
}

/* CTA */

.dw-custom-showcase-fit-cta {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-top: 20px;
}

.dw-custom-showcase-fit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  min-width: 280px;
  padding: 0 32px;
  border-radius: 15px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.22), transparent 36%),
    linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
  box-shadow:
    0 22px 52px rgba(var(--theme-color1-rgb), 0.28),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.1);
  font-family: var(--body-font-family);
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.dw-custom-showcase-fit-btn:hover {
  color: var(--theme-color-white);
  transform: translateY(-4px);
  box-shadow:
    0 30px 68px rgba(var(--theme-color1-rgb), 0.34),
    0 0 34px rgba(var(--theme-color-blue-bright-rgb), 0.2);
}

.dw-custom-showcase-fit-btn i {
  transition: transform 300ms ease;
}

.dw-custom-showcase-fit-btn:hover i {
  transform: translateX(4px);
}

.dw-custom-showcase-fit-cta p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 600;
}

.dw-custom-showcase-fit-cta p i {
  color: var(--theme-color1);
}

/* Compact bottom section */

.dw-custom-showcase-sense {
  position: relative;
  z-index: 3;
  max-width: 1320px;
  margin: 28px auto 0;
}

.dw-custom-showcase-sense-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.dw-custom-showcase-sense-title span {
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--theme-color1-rgb), 0.65);
}

.dw-custom-showcase-sense-title h3 {
  margin: 0;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
}

/* Bottom cards: smaller, longer, blue tint */

.dw-custom-showcase-sense-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.dw-custom-showcase-sense-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 112px;
  padding: 18px 18px;
  border-radius: 17px;
  text-align: left;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-white-rgb), 0.64), transparent 36%),
    linear-gradient(135deg, rgba(var(--theme-color1-rgb), 0.13), rgba(var(--theme-color1-rgb), 0.055));
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  box-shadow:
    0 14px 38px rgba(var(--theme-color1-rgb), 0.075),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.76);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease;
  animation: dwCustomShowcaseSenseIn 720ms ease both;
}

.dw-custom-showcase-sense-card:nth-child(2) {
  animation-delay: 0.08s;
}

.dw-custom-showcase-sense-card:nth-child(3) {
  animation-delay: 0.16s;
}

.dw-custom-showcase-sense-card:nth-child(4) {
  animation-delay: 0.24s;
}

.dw-custom-showcase-sense-card:nth-child(5) {
  animation-delay: 0.32s;
}

.dw-custom-showcase-sense-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--theme-color1), var(--theme-color-blue-royal));
  opacity: 0.65;
}

.dw-custom-showcase-sense-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--theme-color1-rgb), 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color-white-rgb), 0.75), transparent 36%),
    linear-gradient(135deg, rgba(var(--theme-color1-rgb), 0.18), rgba(var(--theme-color1-rgb), 0.075));
  box-shadow:
    0 24px 60px rgba(var(--theme-color1-rgb), 0.13),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
}

.dw-custom-showcase-sense-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  color: var(--theme-color-blue-royal);
  background:
    radial-gradient(circle at 35% 20%, rgba(var(--theme-color-white-rgb), 0.9), transparent 38%),
    rgba(var(--theme-color-white-rgb), 0.64);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 10px 22px rgba(var(--theme-color1-rgb), 0.08),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.78);
  transition:
    transform 300ms ease,
    background 300ms ease,
    color 300ms ease;
}

.dw-custom-showcase-sense-card:hover .dw-custom-showcase-sense-icon {
  transform: scale(1.08) rotate(-4deg);
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
}

.dw-custom-showcase-sense-icon i {
  font-size: 18px;
  line-height: 1;
}

.dw-custom-showcase-sense-card h4 {
  max-width: none;
  margin: 0 0 5px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.dw-custom-showcase-sense-card h4::after {
  display: none;
}

.dw-custom-showcase-sense-card p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

/* Animations */

@keyframes dwCustomShowcaseRocketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -15px, 0) rotate(-2.5deg);
  }
}

@keyframes dwCustomShowcaseGlow {
  0%,
  100% {
    opacity: 0.74;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes dwCustomShowcaseCardIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dwCustomShowcaseSenseIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dwCustomShowcaseOrbitLeft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  50% {
    transform: translate3d(18px, -12px, 0) rotate(-12deg);
  }
}

@keyframes dwCustomShowcaseOrbitRight {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(18deg);
  }

  50% {
    transform: translate3d(-18px, 10px, 0) rotate(12deg);
  }
}

@keyframes dwCustomShowcaseOrbitCenterOne {
  0%,
  100% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-12deg) translate3d(12px, -8px, 0);
  }
}

@keyframes dwCustomShowcaseOrbitCenterTwo {
  0%,
  100% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(12deg) translate3d(-10px, 8px, 0);
  }
}

@keyframes dwCustomShowcasePlanetFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -12px, 0) rotate(4deg);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-custom-showcase-fit-layout {
    grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 0.82fr) minmax(300px, 0.9fr);
    gap: 34px;
  }

  .dw-custom-showcase-fit-card {
    width: min(100%, 420px);
  }

  .dw-custom-showcase-fit-rocket {
    width: clamp(270px, 21vw, 370px);
  }

  .dw-custom-showcase-sense-grid {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
  }
}

@media (max-width: 1199px) {
  .dw-custom-showcase-fit-section {
    padding: 84px 0;
  }

  .dw-custom-showcase-fit-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .dw-custom-showcase-fit-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dw-custom-showcase-fit-cards-left,
  .dw-custom-showcase-fit-cards-right {
    justify-items: stretch;
  }

  .dw-custom-showcase-fit-center {
    order: -1;
    min-height: 330px;
  }

  .dw-custom-showcase-fit-card {
    width: 100%;
    min-height: 142px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dw-custom-showcase-fit-icon {
    margin: 0 auto;
  }

  .dw-custom-showcase-sense-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dw-custom-showcase-sense-card {
    min-height: 100px;
  }
}

@media (max-width: 991px) {
  .dw-custom-showcase-fit-cards {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .dw-custom-showcase-fit-card {
    grid-template-columns: 66px 1fr;
    text-align: left;
    min-height: auto;
  }

  .dw-custom-showcase-fit-icon {
    margin: 0;
  }

  .dw-custom-showcase-fit-center {
    min-height: 310px;
  }

  .dw-custom-showcase-fit-rocket {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .dw-custom-showcase-fit-section {
    padding: 74px 0 78px;
  }

  .dw-custom-showcase-fit-heading {
    margin-bottom: 36px;
  }

  .dw-custom-showcase-fit-heading h2 {
    font-size: 38px;
  }

  .dw-custom-showcase-fit-heading p {

  }

  .dw-custom-showcase-fit-subtitle {
    font-size: 12px;
    letter-spacing: 0.11em;
  }

  .dw-custom-showcase-fit-subtitle::before,
  .dw-custom-showcase-fit-subtitle::after {
    width: 24px;
  }

  .dw-custom-showcase-fit-card {
    padding: 22px;
  }

  .dw-custom-showcase-fit-cta {
    margin-top: 24px;
  }

  .dw-custom-showcase-fit-btn {
    width: 100%;
    min-width: auto;
  }

  .dw-custom-showcase-sense {
    margin-top: 26px;
  }

  .dw-custom-showcase-sense-title {
    gap: 12px;
  }

  .dw-custom-showcase-sense-title span {
    width: 24px;
  }

  .dw-custom-showcase-sense-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .dw-custom-showcase-fit-section {
    padding: 64px 0 68px;
  }

  .dw-custom-showcase-fit-heading h2 {
    font-size: 32px;
  }

  .dw-custom-showcase-fit-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dw-custom-showcase-fit-icon {
    margin: 0 auto;
  }

  .dw-custom-showcase-fit-rocket {
    width: 235px;
  }

  .dw-custom-showcase-fit-center {
    min-height: 260px;
  }

  .dw-custom-showcase-sense-card {
    grid-template-columns: 42px 1fr;
    text-align: left;
  }
}

/* ==========================================
   Custom Website Consultation Options
   Premium Pricing Cards + Anchored Rocket
   Colors: #000038 + #4285b5
========================================== */

.dw-consult-options-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 88px 0 95px;
  background:
    radial-gradient(circle at 92% 58%, rgba(var(--theme-color1-rgb), 0.15), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(var(--theme-color1-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-consult-options-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.14) 1px, transparent 1.8px);
  background-size: 54px 54px;
  opacity: 0.05;
  pointer-events: none;
  z-index: -6;
}

.dw-consult-options-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -5;
}

.dw-consult-options-bg::before {
  content: "";
  position: absolute;
  right: -230px;
  top: 220px;
  width: 760px;
  height: 280px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.2);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: dwConsultOptionsOrbit 13s ease-in-out infinite;
}

.dw-consult-options-bg::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 90px;
  width: 620px;
  height: 290px;
  border-radius: 50%;
  background: rgba(var(--theme-color1-rgb), 0.13);
  filter: blur(72px);
  opacity: 0.9;
  animation: dwConsultOptionsGlow 7s ease-in-out infinite;
}

/* Heading */

.dw-consult-options-heading {
  position: relative;
  z-index: 4;
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.dw-consult-options-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}

.dw-consult-options-subtitle::before,
.dw-consult-options-subtitle::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--theme-color1-rgb), 0.55);
}

.dw-consult-options-heading h2 {
  max-width: 760px;
  margin: 0 auto 12px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(36px, 3.6vw, 58px);
  font-weight: var(--h2-font-weight);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.dw-consult-options-heading h2 span {
  display: block;
}

.dw-consult-options-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

/* Grid */

.dw-consult-options-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(410px, 1.08fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 128px;
}

/* Cards */

.dw-consult-option-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 675px;
  padding: 28px 30px 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.06), transparent 34%),
    rgba(var(--theme-color-white-rgb), 0.96);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  box-shadow:
    0 20px 58px rgba(var(--theme-color-dark-rgb), 0.065),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.9);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
  animation: dwConsultCardIn 760ms ease both;
}

.dw-consult-option-card:not(.dw-consult-option-card-strategy) {
  overflow: hidden;
}

.dw-consult-option-card:nth-child(2) {
  animation-delay: 0.12s;
}

.dw-consult-option-card:nth-child(3) {
  animation-delay: 0.22s;
}

.dw-consult-option-card:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--theme-color1-rgb), 0.34);
  box-shadow:
    0 30px 80px rgba(var(--theme-color1-rgb), 0.13),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.95);
}

.dw-consult-option-card-required {
  box-shadow:
    0 20px 58px rgba(var(--theme-color-dark-rgb), 0.065),
    inset 4px 0 0 rgba(var(--theme-color1-rgb), 0.75),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.9);
}

/* Strategy Card + Rocket */

.dw-consult-option-card-strategy {
  overflow: visible;
  padding-right: 38px;
}

.dw-consult-card-rocket {
  position: absolute;
  right: -245px;
  bottom: 92px;
  width: clamp(180px, 15vw, 290px);
  height: auto;
  max-width: none;
  z-index: 8;
  pointer-events: none;
  user-select: none;
}

/* Featured Center Card */

.dw-consult-option-card-featured {
  padding: 0;
  border-color: rgba(var(--theme-color-blue-royal-rgb), 0.55);
  box-shadow:
    0 32px 86px rgba(var(--theme-color-blue-royal-rgb), 0.17),
    0 0 42px rgba(var(--theme-color1-rgb), 0.13);
  transform: translateY(-10px);
}

.dw-consult-option-card-featured:hover {
  transform: translateY(-17px);
}

.dw-consult-option-featured-head {
  position: relative;
  overflow: hidden;
  padding: 28px 30px 12px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 90% 10%, rgba(var(--theme-color1-rgb), 0.26), transparent 34%),
    linear-gradient(135deg, var(--theme-color-dark) 0%, var(--theme-color-dark2) 55%, var(--theme-color-blue-royal) 145%);
}

.dw-consult-option-featured-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(var(--theme-color-white-rgb), 0.08) 42%, transparent 66%);
  transform: translateX(-100%);
  animation: dwConsultFeaturedShine 6s ease-in-out infinite;
}

.dw-consult-option-card-featured .dw-consult-option-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 30px 28px;
}

.dw-consult-option-card-featured .dw-consult-option-title-row h3,
.dw-consult-option-card-featured .dw-consult-option-title-row span {
  color: var(--theme-color-white);
}

/* Card Top */

.dw-consult-option-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.dw-consult-option-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  color: var(--theme-color1);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.9), transparent 36%),
    rgba(var(--theme-color1-rgb), 0.1);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.15);
  box-shadow:
    0 12px 30px rgba(var(--theme-color1-rgb), 0.11),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.78);
}

.dw-consult-option-icon i {
  font-size: 26px;
  line-height: 1;
}

.dw-consult-option-card-featured .dw-consult-option-icon {
  color: var(--theme-color-white);
  background: rgba(var(--theme-color-white-rgb), 0.12);
  border-color: rgba(var(--theme-color-white-rgb), 0.16);
}

.dw-consult-option-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 210px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--theme-color1);
  background: rgba(var(--theme-color1-rgb), 0.1);
  font-family: var(--body-font-family);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.dw-consult-option-card-featured .dw-consult-option-badge {
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  box-shadow: 0 12px 28px rgba(var(--theme-color-blue-royal-rgb), 0.22);
}

/* Title + Price */

.dw-consult-option-title-row {
  position: relative;
  z-index: 2;
  display: rubic;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.dw-consult-option-title-row h3 {
  max-width: 320px;
  margin: 0 0 9px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(23px, 1.65vw, 29px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.052em;
}

.dw-consult-option-title-row span:not(.dw-consult-option-price span) {
  display: block;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

/* Better price design */

.dw-consult-option-price {
  top: -6px;
  right: -233px; 
  position: relative;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  min-width: 104px;
  padding: 2px 23px 12px;
  border-radius: 18px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: clamp(38px, 2.6vw, 50px);
  letter-spacing: -0.07em;
  text-shadow: 0 8px 18px rgba(var(--theme-color1-rgb), 0.16);
}

.dw-consult-option-price span {
  margin-top: 6px;
  color: var(--theme-color1);
  font-size: 0.48em;
  line-height: 1;
  letter-spacing: -0.04em;
}

.dw-consult-option-price-light {
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 30% 18%, rgba(var(--theme-color-white-rgb), 0.26), transparent 36%),
    rgba(var(--theme-color-white-rgb), 0.12);
  border-color: rgba(var(--theme-color-white-rgb), 0.18);
  box-shadow:
    0 18px 44px rgba(var(--theme-color-dark-rgb), 0.28),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.1);
}

.dw-consult-option-price-light span {
  color: rgba(var(--theme-color-white-rgb), 0.82);
}

.dw-consult-option-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(var(--theme-color1-rgb), 0.18);
}

/* Includes */

.dw-consult-option-card h4,
.dw-consult-option-body h4 {
  margin: 0 0 14px;
  color: var(--theme-color-blue-royal);
  font-family: var(--heading-font-family);
  font-size: 12.5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.dw-consult-option-list {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.dw-consult-option-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: 13.2px;
  font-weight: 600;
  line-height: 1.38;
}

.dw-consult-option-list i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color-blue-royal);
  font-size: 9px;
  line-height: 1;
}

/* Note */

.dw-consult-option-note {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: auto;
  margin-bottom: 16px;
  padding: 15px;
  border-radius: 13px;
  color: var(--theme-color-dark);
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.08), transparent 34%),
    rgba(var(--theme-color1-rgb), 0.075);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
}

.dw-consult-option-note i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color-blue-royal);
  font-size: 13px;
}

.dw-consult-option-note p {
  margin: 0;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 600;
  line-height: var(--body-line-height-small);
}

/* Buttons */

.dw-consult-option-btn {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  font-family: var(--body-font-family);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease;
}

.dw-consult-option-btn i {
  flex: 0 0 auto;
  transition: transform 300ms ease;
}

.dw-consult-option-btn-label {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.dw-consult-option-btn-static {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 180ms ease;
}

.dw-consult-option-btn-marquee {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.dw-consult-option-btn-track {
  display: flex;
  flex: 0 0 max-content;
  gap: 40px;
  width: max-content;
  white-space: nowrap;
}

.dw-consult-option-btn:hover .dw-consult-option-btn-static,
.dw-consult-option-btn:focus-visible .dw-consult-option-btn-static,
.dw-custom-direction-btn:hover .dw-consult-option-btn-static,
.dw-custom-direction-btn:focus-visible .dw-consult-option-btn-static {
  opacity: 0;
}

.dw-consult-option-btn:hover .dw-consult-option-btn-marquee,
.dw-consult-option-btn:focus-visible .dw-consult-option-btn-marquee,
.dw-custom-direction-btn:hover .dw-consult-option-btn-marquee,
.dw-custom-direction-btn:focus-visible .dw-consult-option-btn-marquee {
  opacity: 1;
}

.dw-consult-option-btn:hover .dw-consult-option-btn-track,
.dw-consult-option-btn:focus-visible .dw-consult-option-btn-track,
.dw-custom-direction-btn:hover .dw-consult-option-btn-track,
.dw-custom-direction-btn:focus-visible .dw-consult-option-btn-track {
  animation: dwConsultButtonMarquee 6s linear infinite;
}

@keyframes dwConsultButtonMarquee {
  to {
    transform: translateX(calc(-50% - 20px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-consult-option-btn:hover .dw-consult-option-btn-static,
  .dw-consult-option-btn:focus-visible .dw-consult-option-btn-static,
  .dw-custom-direction-btn:hover .dw-consult-option-btn-static,
  .dw-custom-direction-btn:focus-visible .dw-consult-option-btn-static {
    opacity: 1;
  }

  .dw-consult-option-btn:hover .dw-consult-option-btn-marquee,
  .dw-consult-option-btn:focus-visible .dw-consult-option-btn-marquee,
  .dw-custom-direction-btn:hover .dw-consult-option-btn-marquee,
  .dw-custom-direction-btn:focus-visible .dw-consult-option-btn-marquee {
    opacity: 0;
  }

  .dw-consult-option-btn-track {
    animation: none !important;
  }
}

.dw-consult-option-btn:hover i {
  transform: translateX(4px);
}

.dw-consult-option-btn-outline {
  color: var(--theme-color-blue-royal);
  background: rgba(var(--theme-color-white-rgb), 0.72);
  border: 1px solid rgba(var(--theme-color-blue-royal-rgb), 0.72);
}

.dw-consult-option-btn-outline:hover {
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(var(--theme-color1-rgb), 0.24);
}

.dw-consult-option-btn-solid {
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.22), transparent 36%),
    linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.14);
  box-shadow:
    0 22px 48px rgba(var(--theme-color-blue-royal-rgb), 0.28),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.1);
}

.dw-consult-option-btn-solid:hover {
  color: var(--theme-color-white);
  transform: translateY(-3px);
  box-shadow:
    0 28px 60px rgba(var(--theme-color-blue-royal-rgb), 0.34),
    0 0 30px rgba(var(--theme-color1-rgb), 0.2);
}

/* Animations */

@keyframes dwConsultCardIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dwConsultRocketPeekCard {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(-8px, -10px, 0) rotate(1deg);
  }
}

@keyframes dwConsultOptionsGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes dwConsultOptionsOrbit {
  0%,
  100% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-12deg) translate3d(18px, -12px, 0);
  }
}

@keyframes dwConsultFeaturedShine {
  0% {
    transform: translateX(-120%);
  }

  42%,
  100% {
    transform: translateX(120%);
  }
}

/* Responsive */

@media (max-width: 1499px) {
  .dw-consult-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1360px;
    padding-right: 104px;
    gap: 24px;
  }

  .dw-consult-option-card {
    padding: 26px 24px;
  }

  .dw-consult-option-card-featured {
    padding: 0;
  }

  .dw-consult-option-featured-head {
    padding: 26px 24px 22px;
  }

  .dw-consult-option-card-featured .dw-consult-option-body {
    padding: 24px 24px 26px;
  }

  .dw-consult-option-title-row h3 {
    font-size: 24px;
  }

  .dw-consult-option-list li {
    font-size: 12.7px;
  }

  .dw-consult-card-rocket {
    right: -126px;
    bottom: 90px;
    width: clamp(165px, 14vw, 250px);
  }
}

@media (max-width: 1199px) {
  .dw-consult-options-section {
    padding: 84px 0;
  }

  .dw-consult-options-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    padding-right: 92px;
  }

  .dw-consult-option-card,
  .dw-consult-option-card-featured {
    min-height: auto;
    transform: none;
  }

  .dw-consult-option-card-featured:hover {
    transform: translateY(-8px);
  }

  .dw-consult-option-title-row h3 {
    max-width: none;
  }

  .dw-consult-card-rocket {
    right: -156px;
    bottom: 72px;
    width: 185px;
  }

  .dw-consult-option-card-strategy {
    padding-right: 34px;
  }
}

@media (max-width: 767px) {
  .dw-consult-options-section {
    width: 100%;
    margin-left: 0;
    padding: 76px 0 82px;
  }

  .dw-consult-options-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .dw-consult-option-card,
  .dw-consult-option-card-featured {
    min-width: 0;
    width: 100%;
  }

  .dw-consult-options-heading h2 {
    font-size: 38px;
  }

  .dw-consult-options-heading p {

  }

  .dw-consult-options-subtitle {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .dw-consult-options-subtitle::before,
  .dw-consult-options-subtitle::after {
    width: 24px;
  }

  .dw-consult-option-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .dw-consult-option-card-featured {
    padding: 0;
  }

  .dw-consult-option-featured-head {
    padding: 24px 20px 22px;
  }

  .dw-consult-option-card-featured .dw-consult-option-body {
    padding: 22px 20px 24px;
  }

  .dw-consult-option-title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dw-consult-option-price {
    position: static;
    top: auto;
    right: auto;
    display: inline-flex;
    justify-self: start;
    min-width: 0;
    max-width: 100%;
    padding: 2px 0 12px;
    font-size: 38px;
  }

  .dw-consult-option-top {
    flex-direction: column;
  }

  .dw-consult-option-badge {
    align-self: flex-start;
  }

  .dw-consult-card-rocket {
    display: none;
  }

  .dw-consult-option-btn {
    white-space: normal;
    min-height: 52px;
    padding-right: 34px;
  }
}

@media (max-width: 575px) {
  .dw-consult-options-section {
    padding: 66px 0 72px;
  }

  .dw-consult-options-heading h2 {
    font-size: 31px;
  }

  .dw-consult-option-title-row h3 {
    font-size: 25px;
  }

  .dw-consult-option-list li {
    font-size: 13px;
  }

  .dw-consult-option-note {
    grid-template-columns: 1fr;
  }

  .dw-consult-option-note i {
    margin-bottom: 2px;
  }

  .dw-consult-card-rocket {
    right: -91px;
    bottom: 50px;
    width: 108px;
  }
}

@media (max-width: 396px) {
  .dw-custom-direction-section,
  .dw-custom-showcase-fit-section,
  .dw-consult-options-section,
  .dw-compare-fit-section,
  .dw-revision-options-section,
  .dw-support-expectations-section,
  .dw-faq-section.dw-contractor-faq-upgraded {
    width: 100%;
    margin-left: 0;
  }

  .dw-consult-options-section .auto-container {
    width: calc(100% - 24px);
    padding-inline: 0;
  }

  .dw-consult-options-grid {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .dw-consult-option-card,
  .dw-consult-option-card-featured {
    width: 100%;
    margin-inline: auto;
  }

  .dw-consult-card-rocket {
    display: none;
  }
}

/* ==========================================
   Ready-to-Go VS Custom Comparison
   Colors: #000038 + #4285b5
========================================== */

.dw-compare-fit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 100px 0 92px;
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--theme-color1-rgb), 0.12), transparent 32%),
    radial-gradient(circle at 6% 75%, rgba(var(--theme-color1-rgb), 0.09), transparent 30%),
    radial-gradient(circle at 94% 22%, rgba(var(--theme-color1-rgb), 0.08), transparent 30%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-compare-fit-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.16) 1px, transparent 1.7px);
  background-size: 54px 54px;
  opacity: 0.055;
  pointer-events: none;
  z-index: -8;
}

.dw-compare-fit-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -7;
}

.dw-compare-fit-bg::before {
  content: "";
  position: absolute;
  left: -190px;
  top: 42%;
  width: 620px;
  height: 210px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: dwCompareFitOrbitLeft 13s ease-in-out infinite;
}

.dw-compare-fit-bg::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 16%;
  width: 560px;
  height: 230px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.22);
  border-radius: 50%;
  transform: rotate(28deg);
  animation: dwCompareFitOrbitRight 14s ease-in-out infinite;
}

.dw-compare-fit-planet {
  position: absolute;
  width: 130px;
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
  z-index: -4;
  animation: dwCompareFitPlanetFloat 8s ease-in-out infinite;
}

.dw-compare-fit-planet-left {
  left: 5%;
  top: 90px;
}

.dw-compare-fit-planet-right {
  right: 6%;
  top: 120px;
  width: 120px;
  animation-delay: 0.8s;
}

/* Heading */

.dw-compare-fit-heading {
  position: relative;
  z-index: 4;
  max-width: 1120px;
  margin: 0 auto 42px;
  text-align: center;
}

.dw-compare-fit-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 15px;
  line-height: 1;
  text-transform: lowercase;
  letter-spacing: 0.18em;
}

.dw-compare-fit-heading h2 {
  margin: 0 0 16px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(38px, 4.4vw, 66px);
  font-weight: var(--h2-font-weight);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.dw-compare-fit-heading h2 span {
  color: var(--theme-color1);
}

.dw-compare-fit-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

/* Main cards */

.dw-compare-fit-main {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(220px, 0.42fr) minmax(360px, 1fr);
  align-items: end;
  gap: 34px;
  max-width: 1460px;
  margin: 0 auto;
}

.dw-compare-fit-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 22px 26px 26px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.05), transparent 34%),
    rgba(var(--theme-color-white-rgb), 0.94);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 22px 70px rgba(var(--theme-color-dark-rgb), 0.065),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
  backdrop-filter: blur(16px);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
  animation: dwCompareFitCardIn 760ms ease both;
}

.dw-compare-fit-card:focus-visible {
  outline: 3px solid var(--theme-color1);
  outline-offset: 4px;
}

.dw-compare-fit-card-custom {
  animation-delay: 0.12s;
}

.dw-compare-fit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--theme-color1-rgb), 0.34);
  box-shadow:
    0 34px 88px rgba(var(--theme-color1-rgb), 0.14),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.94);
}

.dw-compare-fit-card-ready {
  --compare-card-accent: var(--theme-color1);
  --compare-card-accent-rgb: var(--theme-color1-rgb);
}

.dw-compare-fit-card-custom {
  --compare-card-accent: var(--theme-color-blue-royal);
  --compare-card-accent-rgb: var(--theme-color-blue-royal-rgb);
}

.dw-compare-fit-screen {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 18px;
  background: var(--theme-color-light);
  border: 1px solid rgba(var(--compare-card-accent-rgb), 0.18);
  box-shadow: inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.78);
}

.dw-compare-fit-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(var(--theme-color-white-rgb), 0.45) 45%, transparent 68%);
  transform: translateX(-130%);
  animation: dwCompareFitScreenShine 6s ease-in-out infinite;
}

.dw-compare-fit-card-custom .dw-compare-fit-screen::after {
  animation-delay: 1.2s;
}

.dw-compare-fit-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.dw-compare-fit-card:hover .dw-compare-fit-screen img {
  transform: scale(1.035);
}

.dw-compare-fit-card-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 28px 0 20px;
}

.dw-compare-fit-card-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-top: -54px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.22), transparent 34%),
    linear-gradient(135deg, var(--compare-card-accent), var(--theme-color-blue-royal));
  border: 8px solid var(--theme-color-white);
  box-shadow:
    0 18px 38px rgba(var(--compare-card-accent-rgb), 0.22),
    0 0 0 1px rgba(var(--compare-card-accent-rgb), 0.14);
}

.dw-compare-fit-card-ready .dw-compare-fit-card-icon {
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.25), transparent 34%),
    linear-gradient(135deg, #5fa8df, var(--theme-color1));
}

.dw-compare-fit-card-custom .dw-compare-fit-card-icon {
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.25), transparent 34%),
    linear-gradient(135deg, var(--theme-color-blue-royal), var(--theme-color-dark2));
}

.dw-compare-fit-card-icon i {
  font-size: 30px;
  line-height: 1;
}

.dw-compare-fit-card-title h3 {
  margin: 0;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(27px, 2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.055em;
}

/* List */

.dw-compare-fit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-compare-fit-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  min-height: 54px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(var(--theme-color-white-rgb), 0.78);
  border: 1px solid rgba(var(--compare-card-accent-rgb), 0.16);
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.2;
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}

.dw-compare-fit-list li:hover {
  transform: translateX(5px);
  border-color: rgba(var(--compare-card-accent-rgb), 0.38);
  background: rgba(var(--compare-card-accent-rgb), 0.055);
}

.dw-compare-fit-list i {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--compare-card-accent);
  background: rgba(var(--compare-card-accent-rgb), 0.075);
  font-size: 23px;
}

/* Center VS */

.dw-compare-fit-center {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}

.dw-compare-fit-vs {
  position: absolute;
  top: 34px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  color: var(--theme-color-blue-royal);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.95), transparent 38%),
    rgba(var(--theme-color-white-rgb), 0.92);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  box-shadow:
    0 22px 58px rgba(var(--theme-color1-rgb), 0.14),
    inset 0 0 0 12px rgba(var(--theme-color1-rgb), 0.08);
  transform: translateX(-50%);
  z-index: 4;
  animation: dwCompareFitVsPulse 4.8s ease-in-out infinite;
}

.dw-compare-fit-vs span {
  font-family: var(--heading-font-family);
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.dw-compare-fit-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.dw-compare-fit-orbit-one {
  width: 310px;
  height: 150px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.28);
  transform: rotate(-22deg);
  animation: dwCompareFitCenterOrbitOne 10s ease-in-out infinite;
}

.dw-compare-fit-orbit-two {
  width: 270px;
  height: 180px;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  transform: rotate(24deg);
  animation: dwCompareFitCenterOrbitTwo 11s ease-in-out infinite;
}

.dw-compare-fit-rocket {
  position: absolute;
  bottom: 115px;
  left: 50%;
  width: clamp(175px, 19vw, 300px);
  max-width: none;
  height: auto;
  z-index: 5;
  transform: translateX(-50%);
  filter:
    drop-shadow(0 22px 46px rgba(var(--theme-color-dark-rgb), 0.16))
    drop-shadow(0 0 28px rgba(var(--theme-color1-rgb), 0.22));
  animation: dwCompareFitRocketFloat 5.8s ease-in-out infinite;
}

/* Comparison bar */

.dw-compare-fit-bar {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1580px;
  margin: 32px auto 0;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.08), transparent 32%),
    rgba(var(--theme-color-white-rgb), 0.88);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
  box-shadow:
    0 20px 64px rgba(var(--theme-color-dark-rgb), 0.06),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.dw-compare-fit-bar article {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 116px;
  padding: 20px 28px;
}

.dw-compare-fit-bar article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(var(--theme-color-dark-rgb), 0.12);
}

.dw-compare-fit-bar-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: var(--theme-color-blue-royal);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.95), transparent 38%),
    rgba(var(--theme-color1-rgb), 0.09);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
  box-shadow: 0 14px 32px rgba(var(--theme-color1-rgb), 0.1);
  transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}

.dw-compare-fit-bar article:hover .dw-compare-fit-bar-icon {
  transform: scale(1.08) rotate(-4deg);
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
}

.dw-compare-fit-bar-icon i {
  font-size: 27px;
}

.dw-compare-fit-bar h4 {
  margin: 0 0 7px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.dw-compare-fit-bar p {
  margin: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

.dw-compare-fit-bar p strong {
  color: var(--theme-color-blue-royal);
  font-weight: 800;
}

.dw-compare-fit-bar p span {
  display: inline-block;
  margin: 0 7px;
  color: rgba(var(--theme-color-dark-rgb), 0.42);
}

/* Bottom note */

.dw-compare-fit-note {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 1040px;
  margin: 28px auto 0;
  padding: 20px 28px;
  border-radius: 18px;
  background: rgba(var(--theme-color-white-rgb), 0.92);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 18px 54px rgba(var(--theme-color-dark-rgb), 0.06),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.86);
}

.dw-compare-fit-note-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--theme-color-blue-royal);
  background: rgba(var(--theme-color1-rgb), 0.09);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.14);
}

.dw-compare-fit-note-icon i {
  font-size: 25px;
}

.dw-compare-fit-note p {
  margin: 0;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

.dw-compare-fit-note p strong {
  font-weight: 850;
}

.dw-compare-fit-note a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 12px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.22), transparent 36%),
    linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
  box-shadow:
    0 20px 46px rgba(var(--theme-color1-rgb), 0.26),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.1);
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.dw-compare-fit-note a:hover {
  color: var(--theme-color-white);
  transform: translateY(-4px);
  box-shadow:
    0 28px 64px rgba(var(--theme-color1-rgb), 0.34),
    0 0 34px rgba(var(--theme-color-blue-bright-rgb), 0.2);
}

.dw-compare-fit-note a i {
  transition: transform 300ms ease;
}

.dw-compare-fit-note a:hover i {
  transform: translateX(4px);
}

/* Animations */

@keyframes dwCompareFitCardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dwCompareFitRocketFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }

  50% {
    transform: translateX(-50%) translateY(-14px) rotate(-3deg);
  }
}

@keyframes dwCompareFitVsPulse {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow:
      0 22px 58px rgba(var(--theme-color1-rgb), 0.14),
      inset 0 0 0 12px rgba(var(--theme-color1-rgb), 0.08);
  }

  50% {
    transform: translateX(-50%) scale(1.04);
    box-shadow:
      0 28px 72px rgba(var(--theme-color1-rgb), 0.18),
      inset 0 0 0 12px rgba(var(--theme-color1-rgb), 0.12);
  }
}

@keyframes dwCompareFitScreenShine {
  0% {
    transform: translateX(-130%);
  }

  42%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes dwCompareFitOrbitLeft {
  0%,
  100% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-12deg) translate3d(16px, -10px, 0);
  }
}

@keyframes dwCompareFitOrbitRight {
  0%,
  100% {
    transform: rotate(28deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(22deg) translate3d(-14px, 10px, 0);
  }
}

@keyframes dwCompareFitCenterOrbitOne {
  0%,
  100% {
    transform: rotate(-22deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-16deg) translate3d(10px, -8px, 0);
  }
}

@keyframes dwCompareFitCenterOrbitTwo {
  0%,
  100% {
    transform: rotate(24deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(18deg) translate3d(-10px, 8px, 0);
  }
}

@keyframes dwCompareFitPlanetFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -10px, 0) rotate(4deg);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-compare-fit-main {
    grid-template-columns: minmax(330px, 1fr) minmax(190px, 0.38fr) minmax(330px, 1fr);
    gap: 26px;
  }

  .dw-compare-fit-screen {
    height: 220px;
  }

  .dw-compare-fit-list li {
    font-size: 18px;
  }

  .dw-compare-fit-rocket {
    width: 210px;
  }
}

@media (max-width: 1199px) {
  .dw-compare-fit-main {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .dw-compare-fit-center {
    order: -1;
    min-height: 280px;
  }

  .dw-compare-fit-vs {
    top: 0;
  }

  .dw-compare-fit-rocket {
    bottom: 0;
    width: 190px;
  }

  .dw-compare-fit-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .dw-compare-fit-bar article:nth-child(2)::after {
    display: none;
  }

  .dw-compare-fit-note {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .dw-compare-fit-section {
    padding: 76px 0 78px;
  }

  .dw-compare-fit-heading h2 {
    font-size: 38px;
  }

  .dw-compare-fit-heading p {

  }

  .dw-compare-fit-screen {
    height: 190px;
  }

  .dw-compare-fit-card {
    padding: 18px 18px 22px;
  }

  .dw-compare-fit-card-title h3 {
    font-size: 28px;
  }

  .dw-compare-fit-list li {
    grid-template-columns: 58px 1fr;
    font-size: 16px;
  }

  .dw-compare-fit-bar {
    grid-template-columns: 1fr;
  }

  .dw-compare-fit-bar article:not(:last-child)::after {
    top: auto;
    right: 24px;
    left: 24px;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  .dw-compare-fit-note {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .dw-compare-fit-note a {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .dw-compare-fit-section {
    padding: 66px 0 70px;
  }

  .dw-compare-fit-heading h2 {
    font-size: 31px;
  }

  .dw-compare-fit-card-title {
    gap: 14px;
  }

  .dw-compare-fit-card-icon {
    width: 116px;
    height: 66px;
  }

  .dw-compare-fit-card-icon i {
    font-size: 25px;
  }

  .dw-compare-fit-center {
    min-height: 245px;
  }

  .dw-compare-fit-vs {
    width: 92px;
    height: 92px;
  }

  .dw-compare-fit-vs span {
    font-size: 34px;
  }

  .dw-compare-fit-rocket {
    width: 160px;
  }

  .dw-compare-fit-bar article {
    grid-template-columns: 60px 1fr;
    padding: 18px;
  }

  .dw-compare-fit-bar-icon {
    width: 54px;
    height: 54px;
  }
}

/* ==========================================
   Custom Website Revision Options
   Premium Cards + Soft Planet Background
   Colors: #000038 + #4285b5
========================================== */

.dw-revision-options-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 92% 20%, rgba(var(--theme-color1-rgb), 0.13), transparent 30%),
    radial-gradient(circle at 8% 72%, rgba(var(--theme-color1-rgb), 0.09), transparent 32%),
    linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-soft-blue-bg) 100%);
}

.dw-revision-options-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color1-rgb), 0.15) 1px, transparent 1.8px);
  background-size: 56px 56px;
  opacity: 0.055;
  pointer-events: none;
  z-index: -8;
}

.dw-revision-options-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -7;
}

.dw-revision-options-bg::before {
  content: "";
  position: absolute;
  left: -240px;
  top: 190px;
  width: 760px;
  height: 260px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: dwRevisionOrbitLeft 13s ease-in-out infinite;
}

.dw-revision-options-bg::after {
  content: "";
  position: absolute;
  right: -220px;
  bottom: 180px;
  width: 760px;
  height: 280px;
  border: 1px dashed rgba(var(--theme-color1-rgb), 0.18);
  border-radius: 50%;
  transform: rotate(18deg);
  animation: dwRevisionOrbitRight 14s ease-in-out infinite;
}

.dw-revision-options-planet {
  position: absolute;
  right: 5%;
  top: 74px;
  width: clamp(120px, 12vw, 200px);
  height: auto;
  opacity: 0.18;
  pointer-events: none;
  user-select: none;
  z-index: -5;
  animation: dwRevisionPlanetFloat 8s ease-in-out infinite;
}

/* Heading */

.dw-revision-options-heading {
  position: relative;
  z-index: 4;
  max-width: 940px;
  margin: 0 auto 42px;
  text-align: center;
}

.dw-revision-options-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--theme-color1);
  font-family: var(--heading-font-family);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.dw-revision-options-subtitle::before,
.dw-revision-options-subtitle::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--theme-color1-rgb), 0.58);
}

.dw-revision-options-heading h2 {
  max-width: 790px;
  margin: 0 auto 14px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(36px, 3.8vw, 60px);
  font-weight: var(--h2-font-weight);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.dw-revision-options-heading h2 span {
  display: block;
  color: var(--theme-color1);
}

.dw-revision-options-heading p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

/* Grid */

.dw-revision-options-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(390px, 1.08fr) minmax(350px, 1fr);
  gap: 30px;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.dw-revision-options-grid.dw-revision-options-grid--single {
  grid-template-columns: minmax(0, 620px);
  justify-content: center;
  max-width: 620px;
}

/* Cards */

.dw-revision-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 670px;
  padding: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.055), transparent 34%),
    rgba(var(--theme-color-white-rgb), 0.96);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.17);
  box-shadow:
    0 22px 64px rgba(var(--theme-color-dark-rgb), 0.065),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.9);
  backdrop-filter: blur(16px);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
  animation: dwRevisionCardIn 760ms ease both;
}

.dw-revision-card:nth-child(2) {
  animation-delay: 0.12s;
}

.dw-revision-card:nth-child(3) {
  animation-delay: 0.22s;
}

.dw-revision-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--theme-color1-rgb), 0.34);
  box-shadow:
    0 32px 82px rgba(var(--theme-color1-rgb), 0.13),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.95);
}

.dw-revision-card-included {
  box-shadow:
    0 22px 64px rgba(var(--theme-color-dark-rgb), 0.065),
    inset 4px 0 0 rgba(var(--theme-color1-rgb), 0.75),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.9);
}

/* Featured */

.dw-revision-card-featured {
  padding: 0;
  border-color: rgba(var(--theme-color-blue-royal-rgb), 0.55);
  box-shadow:
    0 34px 86px rgba(var(--theme-color-blue-royal-rgb), 0.18),
    0 0 42px rgba(var(--theme-color1-rgb), 0.14);
  transform: translateY(-10px);
}

.dw-revision-card-featured:hover {
  transform: translateY(-18px);
}

.dw-revision-card-featured-head {
  position: relative;
  overflow: hidden;
  padding: 30px 30px 28px;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 95% 5%, rgba(var(--theme-color1-rgb), 0.28), transparent 34%),
    linear-gradient(135deg, var(--theme-color-dark) 0%, var(--theme-color-dark2) 58%, var(--theme-color-blue-royal) 145%);
}

.dw-revision-card-featured-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(var(--theme-color-white-rgb), 0.08) 42%, transparent 66%);
  transform: translateX(-120%);
  animation: dwRevisionFeaturedShine 6s ease-in-out infinite;
}

.dw-revision-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 30px 30px;
}

.dw-revision-card-featured .dw-revision-card-title-row h3,
.dw-revision-card-featured .dw-revision-card-title-row span {
  color: var(--theme-color-white);
}

.dw-revision-card-featured .dw-revision-card-icon {
  color: var(--theme-color-white);
  background: rgba(var(--theme-color-white-rgb), 0.12);
  border-color: rgba(var(--theme-color-white-rgb), 0.18);
}

.dw-revision-card-price-light {
  color: var(--theme-color-white) !important;
}

/* Top */

.dw-revision-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.dw-revision-card-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: var(--theme-color1);
  background:
    radial-gradient(circle at 35% 18%, rgba(var(--theme-color-white-rgb), 0.9), transparent 36%),
    rgba(var(--theme-color1-rgb), 0.1);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 12px 30px rgba(var(--theme-color1-rgb), 0.11),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.78);
}

.dw-revision-card-icon i {
  font-size: 27px;
  line-height: 1;
}

.dw-revision-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  max-width: 235px;
  padding: 0 15px;
  border-radius: 999px;
  color: var(--theme-color1);
  background: rgba(var(--theme-color1-rgb), 0.1);
  font-family: var(--body-font-family);
  font-size: 10.7px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.dw-revision-card-featured .dw-revision-card-badge {
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  box-shadow: 0 12px 28px rgba(var(--theme-color-blue-royal-rgb), 0.24);
}

/* Title */

.dw-revision-card-title-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.dw-revision-card-title-row h3 {
  max-width: 320px;
  margin: 0 0 9px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: clamp(25px, 1.8vw, 32px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.052em;
}

.dw-revision-card-title-row span {
  display: block;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.dw-revision-card-price {
  color: var(--theme-color1);
  font-family: var(--body-font-family);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}

.dw-revision-card-description {
  margin: 0 0 18px;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

.dw-revision-card-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(var(--theme-color1-rgb), 0.18);
}

.dw-revision-card h4,
.dw-revision-card-body h4 {
  margin: 0 0 14px;
  color: var(--theme-color-blue-royal);
  font-family: var(--heading-font-family);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Lists */

.dw-revision-card-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.dw-revision-card-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: 13.4px;
  font-weight: 600;
  line-height: 1.42;
}

.dw-revision-card-list i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color-blue-royal);
  font-size: 9px;
  line-height: 1;
}

/* Notes */

.dw-revision-card-note {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: auto;
  padding: 16px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.08), transparent 34%),
    rgba(var(--theme-color1-rgb), 0.075);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.18);
}

.dw-revision-card-note i {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color-blue-royal);
  font-size: 13px;
}

.dw-revision-card-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.dw-revision-card-note p {
  margin: 0;
  color: var(--theme-color-dark);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 600;
  line-height: var(--body-line-height-small);
}

/* Policy Banner */

.dw-revision-policy-banner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  max-width: 1280px;
  margin: 46px auto 0;
  padding: 30px 34px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--theme-color1-rgb), 0.1), transparent 34%),
    rgba(var(--theme-color-white-rgb), 0.9);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
  box-shadow:
    0 22px 62px rgba(var(--theme-color-dark-rgb), 0.06),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.9);
}

.dw-revision-policy-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: var(--theme-color-white);
  background: linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  box-shadow: 0 20px 44px rgba(var(--theme-color1-rgb), 0.22);
}

.dw-revision-policy-icon i {
  font-size: 28px;
}

.dw-revision-policy-content h3 {
  margin: 0 0 16px;
  color: var(--theme-color-dark);
  font-family: var(--heading-font-family);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.dw-revision-policy-content {
  min-width: 0;
}

.dw-revision-policy-carousel {
  width: 100%;
  overflow: hidden;
}

.dw-revision-policy-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: dwRevisionPolicyLoop 34s linear infinite;
  will-change: transform;
}

.dw-revision-policy-carousel:hover .dw-revision-policy-track,
.dw-revision-policy-carousel:focus-within .dw-revision-policy-track {
  animation-play-state: paused;
}

.dw-revision-policy-list {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-revision-policy-list li {
  position: relative;
  flex: 0 0 clamp(280px, 28vw, 370px);
  padding: 14px 16px 14px 42px;
  border-radius: 14px;
  background: rgba(var(--theme-color1-rgb), 0.075);
  border: 1px solid rgba(var(--theme-color1-rgb), 0.12);
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 13.4px;
  font-weight: 600;
  line-height: 1.45;
}

@keyframes dwRevisionPolicyLoop {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-revision-policy-carousel {
    overflow: visible;
  }

  .dw-revision-policy-track {
    width: 100%;
    animation: none;
  }

  .dw-revision-policy-list {
    width: 100%;
    flex-wrap: wrap;
  }

  .dw-revision-policy-list li {
    flex: 1 1 280px;
  }

  .dw-revision-policy-list[aria-hidden="true"] {
    display: none;
  }
}

.dw-revision-policy-list li::before {
  content: "\f00c";
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color-blue-royal);
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
}

/* Animations */

@keyframes dwRevisionCardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dwRevisionFeaturedShine {
  0% {
    transform: translateX(-120%);
  }

  42%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes dwRevisionOrbitLeft {
  0%,
  100% {
    transform: rotate(-18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-12deg) translate3d(18px, -10px, 0);
  }
}

@keyframes dwRevisionOrbitRight {
  0%,
  100% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(12deg) translate3d(-18px, 10px, 0);
  }
}

@keyframes dwRevisionPlanetFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -12px, 0) rotate(4deg);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-revision-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1320px;
    gap: 24px;
  }

  .dw-revision-card {
    padding: 26px 24px;
  }

  .dw-revision-card-featured {
    padding: 0;
  }

  .dw-revision-card-featured-head {
    padding: 26px 24px 24px;
  }

  .dw-revision-card-body {
    padding: 24px 24px 26px;
  }

  .dw-revision-card-title-row h3 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .dw-revision-options-section {
    padding: 84px 0;
  }

  .dw-revision-options-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .dw-revision-card,
  .dw-revision-card-featured {
    min-height: auto;
    transform: none;
  }

  .dw-revision-card-featured:hover {
    transform: translateY(-8px);
  }

  .dw-revision-policy-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dw-revision-options-section {
    padding: 76px 0 82px;
  }

  .dw-revision-options-heading h2 {
    font-size: 38px;
  }

  .dw-revision-options-heading p {

  }

  .dw-revision-options-subtitle {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .dw-revision-options-subtitle::before,
  .dw-revision-options-subtitle::after {
    width: 24px;
  }

  .dw-revision-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .dw-revision-card-featured {
    padding: 0;
  }

  .dw-revision-card-featured-head {
    padding: 24px 20px 22px;
  }

  .dw-revision-card-body {
    padding: 22px 20px 24px;
  }

  .dw-revision-card-top {
    flex-direction: column;
  }

  .dw-revision-card-badge {
    align-self: flex-start;
  }

  .dw-revision-card-title-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dw-revision-card-price {
    font-size: 34px;
  }

  .dw-revision-policy-banner {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
}

@media (max-width: 575px) {
  .dw-revision-options-section {
    padding: 66px 0 72px;
  }

  .dw-revision-options-heading h2 {
    font-size: 31px;
  }

  .dw-revision-card-title-row h3 {
    font-size: 24px;
  }

  .dw-revision-card-list li {
    font-size: 13px;
  }

  .dw-revision-card-note {
    grid-template-columns: 1fr;
  }

  .dw-revision-card-note i {
    margin-bottom: 2px;
  }
}

/* ==========================================
   Communication & Support Expectations
   Space Glass Design
   Colors: #000038 + #4285b5
========================================== */

.dw-support-expectations-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 0 105px;
  background:
    radial-gradient(circle at 18% 45%, rgba(var(--theme-color1-rgb), 0.14), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(var(--theme-color-blue-royal-rgb), 0.28), transparent 30%),
    linear-gradient(135deg, var(--theme-color-dark) 0%, #040744 45%, #020332 100%);
  color: var(--theme-color-white);
}

.dw-support-expectations-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(var(--theme-color-white-rgb), 0.38) 1px, transparent 1.7px);
  background-size: 72px 72px;
  opacity: 0.09;
  pointer-events: none;
  z-index: -8;
}

.dw-support-expectations-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--theme-color1-rgb), 0.65),
    transparent
  );
  opacity: 0.65;
  pointer-events: none;
}

.dw-support-expectations-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -7;
}

.dw-support-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-color1-rgb), 0.16);
}

.dw-support-orbit-one {
  right: -170px;
  top: 72px;
  width: 620px;
  height: 190px;
  transform: rotate(-22deg);
  animation: dwSupportOrbitOne 14s ease-in-out infinite;
}

.dw-support-orbit-two {
  left: -260px;
  bottom: 46px;
  width: 560px;
  height: 240px;
  border-color: rgba(var(--theme-color1-rgb), 0.12);
  transform: rotate(18deg);
  animation: dwSupportOrbitTwo 15s ease-in-out infinite;
}

.dw-support-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(var(--theme-color1-rgb), 0.16);
  filter: blur(90px);
  opacity: 0.7;
}

.dw-support-glow-left {
  left: -180px;
  bottom: -180px;
}

.dw-support-glow-right {
  right: -150px;
  top: -170px;
}

.dw-support-star {
  position: absolute;
  width: 11px;
  height: 11px;
  background: var(--theme-color1);
  clip-path: polygon(
    50% 0%,
    61% 38%,
    100% 50%,
    61% 62%,
    50% 100%,
    39% 62%,
    0% 50%,
    39% 38%
  );
  filter: drop-shadow(0 0 12px rgba(var(--theme-color1-rgb), 0.8));
  animation: dwSupportStarTwinkle 3.8s ease-in-out infinite;
}

.dw-support-star-1 {
  left: 14%;
  top: 27%;
}

.dw-support-star-2 {
  right: 15%;
  top: 13%;
  animation-delay: 0.9s;
}

.dw-support-star-3 {
  right: 10%;
  bottom: 28%;
  animation-delay: 1.4s;
}

/* Optional Rocket */

.dw-support-rocket {
  right: 4%;
  position: absolute;
  bottom: 430px;
  width: clamp(150px, 17vw, 280px);
  height: auto;
  z-index: 6;
  opacity: 0.96;
  pointer-events: none;
  user-select: none;
  filter:
    drop-shadow(0 28px 46px rgba(0, 0, 56, 0.38))
    drop-shadow(0 0 30px rgba(var(--theme-color1-rgb), 0.2));
  animation: dwSupportRocketFloat 6.2s ease-in-out infinite;
}

/* Heading */

.dw-support-heading {
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.dw-support-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: rgba(var(--theme-color-white-rgb), 0.82);
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.dw-support-subtitle::before,
.dw-support-subtitle::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--theme-color1-rgb), 0.75);
}

.dw-support-heading h2 {
  position: relative;
  margin: 0;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.055em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.dw-support-heading h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin: 28px auto 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--theme-color1-rgb), 0.7),
    transparent
  );
}

/* Grid */

.dw-support-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 1340px;
  margin: 0 auto;
}

/* Cards */

.dw-support-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
  min-height: 360px;
  padding: 42px 44px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--theme-color1-rgb), 0.13), transparent 34%),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.035)
    );
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.13);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.055);
  backdrop-filter: blur(18px);
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
  animation: dwSupportCardIn 780ms ease both;
}

.dw-support-card:nth-child(2) {
  animation-delay: 0.14s;
}

.dw-support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(var(--theme-color-white-rgb), 0.07) 42%,
      transparent 66%
    );
  transform: translateX(-130%);
  opacity: 0.65;
  animation: dwSupportCardShine 7s ease-in-out infinite;
}

.dw-support-card:nth-child(2)::before {
  animation-delay: 1.1s;
}

.dw-support-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--theme-color1),
    transparent
  );
  opacity: 0.85;
}

.dw-support-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--theme-color1-rgb), 0.42);
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.27),
    0 0 42px rgba(var(--theme-color1-rgb), 0.13),
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.08);
}

.dw-support-card-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--theme-color-white);
  background:
    radial-gradient(circle at 35% 18%, rgba(255, 255, 255, 0.48), transparent 34%),
    linear-gradient(135deg, var(--theme-color1), var(--theme-color-blue-royal));
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.16);
  box-shadow:
    0 24px 48px rgba(var(--theme-color1-rgb), 0.25),
    0 0 26px rgba(var(--theme-color1-rgb), 0.26);
  animation: dwSupportIconPulse 4.8s ease-in-out infinite;
}

.dw-support-card-icon i {
  font-size: 34px;
  line-height: 1;
}

.dw-support-card-content {
  position: relative;
  z-index: 2;
}

.dw-support-card h3 {
  margin: 0 0 15px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.dw-support-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(var(--theme-color-white-rgb), 0.76);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

/* Chips */

.dw-support-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.dw-support-chip-list-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dw-support-chip-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  color: rgba(var(--theme-color-white-rgb), 0.9);
  background:
    linear-gradient(
      180deg,
      rgba(var(--theme-color-white-rgb), 0.09),
      rgba(var(--theme-color-white-rgb), 0.045)
    );
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(var(--theme-color-white-rgb), 0.035),
    0 12px 28px rgba(0, 0, 0, 0.14);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 700;
  line-height: var(--body-line-height-small);
  transition:
    transform 280ms ease,
    background 280ms ease,
    border-color 280ms ease;
}

.dw-support-chip-list li:hover {
  transform: translateY(-3px);
  background: rgba(var(--theme-color1-rgb), 0.13);
  border-color: rgba(var(--theme-color1-rgb), 0.26);
}

.dw-support-chip-list li span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--theme-color1);
  box-shadow: 0 0 18px rgba(var(--theme-color1-rgb), 0.7);
}

.dw-support-chip-list-two li span {
  position: relative;
}

.dw-support-chip-list-two li span::before,
.dw-support-chip-list-two li span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--theme-color-dark);
  transform: translate(-50%, -50%) rotate(45deg);
}

.dw-support-chip-list-two li span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Note */

.dw-support-card-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  color: rgba(var(--theme-color-white-rgb), 0.74);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size-small);
  font-weight: 600;
  line-height: var(--body-line-height-small);
}

.dw-support-card-note i {
  color: var(--theme-color1);
  font-size: 22px;
  filter: drop-shadow(0 0 12px rgba(var(--theme-color1-rgb), 0.5));
}

/* Animations */

@keyframes dwSupportCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dwSupportCardShine {
  0% {
    transform: translateX(-130%);
  }

  45%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes dwSupportIconPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 24px 48px rgba(var(--theme-color1-rgb), 0.25),
      0 0 26px rgba(var(--theme-color1-rgb), 0.26);
  }

  50% {
    transform: scale(1.06);
    box-shadow:
      0 28px 56px rgba(var(--theme-color1-rgb), 0.32),
      0 0 38px rgba(var(--theme-color1-rgb), 0.34);
  }
}

@keyframes dwSupportRocketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(4deg);
  }

  50% {
    transform: translate3d(10px, -14px, 0) rotate(0deg);
  }
}

@keyframes dwSupportOrbitOne {
  0%,
  100% {
    transform: rotate(-22deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-16deg) translate3d(-14px, 10px, 0);
  }
}

@keyframes dwSupportOrbitTwo {
  0%,
  100% {
    transform: rotate(18deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(12deg) translate3d(16px, -10px, 0);
  }
}

@keyframes dwSupportStarTwinkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-support-grid {
    max-width: 1180px;
  }

  .dw-support-card {
    padding: 38px;
  }

  .dw-support-rocket {
    opacity: 0.35;
  }
}

@media (max-width: 1199px) {
  .dw-support-expectations-section {
    padding: 86px 0 92px;
  }

  .dw-support-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .dw-support-rocket {
    left: -80px;
    bottom: 20px;
    width: 190px;
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .dw-support-expectations-section {
    padding: 76px 0 82px;
  }

  .dw-support-heading h2 {
    font-size: 38px;
  }

  .dw-support-subtitle {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .dw-support-subtitle::before,
  .dw-support-subtitle::after {
    width: 24px;
  }

  .dw-support-card {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 30px 24px;
  }

  .dw-support-card-icon {
    width: 74px;
    height: 74px;
  }

  .dw-support-card h3 {
    font-size: 28px;
  }

  .dw-support-card p {

  }

  .dw-support-chip-list,
  .dw-support-chip-list-two {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dw-support-chip-list li {
    min-height: 50px;
    justify-content: flex-start;
  }

  .dw-support-rocket {
    display: none;
  }
}

@media (max-width: 575px) {
  .dw-support-expectations-section {
    padding: 66px 0 72px;
  }

  .dw-support-heading h2 {
    font-size: 31px;
  }

  .dw-support-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .dw-support-card h3 {
    font-size: 25px;
  }

  .dw-support-card-note {
    align-items: flex-start;

  }
}

/* ==========================================
   Contractor FAQ Upgraded Section
   Keeps Existing FAQ JS Classes
   Colors: #000038 + #4285b5
========================================== */

.dw-faq-section.dw-contractor-faq-upgraded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 115px 0 120px;
  background:
    radial-gradient(circle at 7% 90%, rgba(66, 133, 181, 0.13), transparent 28%),
    radial-gradient(circle at 86% 40%, rgba(66, 133, 181, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.dw-faq-section.dw-contractor-faq-upgraded::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(66, 133, 181, 0.15) 1px, transparent 1.8px);
  background-size: 58px 58px;
  opacity: 0.05;
  pointer-events: none;
  z-index: -8;
}

.dw-contractor-faq-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -7;
}

.dw-contractor-faq-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.18);
}

.dw-contractor-faq-orbit-one {
  left: 22%;
  top: -95px;
  width: 980px;
  height: 250px;
  transform: rotate(-12deg);
  animation: dwContractorFaqOrbitOne 15s ease-in-out infinite;
}

.dw-contractor-faq-orbit-two {
  left: 32%;
  bottom: -120px;
  width: 560px;
  height: 220px;
  border-style: dashed;
  opacity: 0.72;
  transform: rotate(-26deg);
  animation: dwContractorFaqOrbitTwo 12s ease-in-out infinite;
}

.dw-contractor-faq-planet {
  position: absolute;
  left: -80px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, rgba(66, 133, 181, 0.18), rgba(66, 133, 181, 0.04));
  opacity: 0.42;
}

.dw-contractor-faq-star {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #4285b5;
  clip-path: polygon(
    50% 0%,
    61% 38%,
    100% 50%,
    61% 62%,
    50% 100%,
    39% 62%,
    0% 50%,
    39% 38%
  );
  opacity: 0.72;
  filter: drop-shadow(0 0 13px rgba(66, 133, 181, 0.72));
  animation: dwContractorFaqTwinkle 3.8s ease-in-out infinite;
}

.dw-contractor-faq-star-1 {
  left: 5.5%;
  top: 20%;
}

.dw-contractor-faq-star-2 {
  left: 45%;
  top: 57%;
  animation-delay: 0.9s;
}

.dw-contractor-faq-star-3 {
  left: 24%;
  bottom: 18%;
  animation-delay: 1.45s;
}

/* Layout */

.dw-contractor-faq-upgraded .dw-faq-wrapper {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.dw-contractor-faq-upgraded .dw-faq-content {
  position: relative;
  min-height: 610px;
  padding-top: 0px;
}

.dw-contractor-faq-upgraded .dw-section-subtitle.dw-contractor-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
  color: var(--theme-color1);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}

.dw-contractor-faq-kicker span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  background: #4285b5;
  clip-path: polygon(
    50% 0%,
    61% 38%,
    100% 50%,
    61% 62%,
    50% 100%,
    39% 62%,
    0% 50%,
    39% 38%
  );
  filter: drop-shadow(0 0 12px rgba(66, 133, 181, 0.65));
}

.dw-contractor-faq-upgraded .dw-faq-content h2 {
  max-width: 690px;
  margin: 0;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  line-height: 1.05;
  letter-spacing: -0.067em;
}

.dw-contractor-faq-upgraded .dw-faq-content h2 span {
  color: var(--theme-color1);
}


.dw-contractor-faq-upgraded .dw-faq-content p {
  max-width: 590px;
  margin: 0;
  color: #5d6680;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: var(--body-font-size);
  font-weight: 500;
  line-height: var(--body-line-height);
}

/* Button */

.dw-contractor-faq-upgraded .dw-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 70px;
  margin-top: 42px;
  padding: 0 12px 0 34px;
  border-radius: 999px;
  color: #ffffff;
  background:
    radial-gradient(circle at 35% 18%, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #000038 0%, #0b57d9 72%, #4285b5 140%);
  border: 2px solid rgba(66, 133, 181, 0.5);
  box-shadow:
    0 26px 54px rgba(11, 87, 217, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease;
}

.dw-contractor-faq-upgraded .dw-faq-btn span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transition:
    transform 300ms ease,
    background 300ms ease;
}

.dw-contractor-faq-upgraded .dw-faq-btn:hover {
  color: #ffffff;
  transform: translateY(-4px);
  border-color: rgba(66, 133, 181, 0.8);
  box-shadow:
    0 34px 70px rgba(11, 87, 217, 0.32),
    0 0 32px rgba(66, 133, 181, 0.18);
}

.dw-contractor-faq-upgraded .dw-faq-btn:hover span {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.18);
}

/* Rocket */

.dw-contractor-faq-rocket {
  position: absolute;
  right: -60px;
  bottom: -294px;
  width: clamp(150px, 20vw, 400px);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 3;
  filter:
    drop-shadow(0 26px 44px rgba(0, 0, 56, 0.13))
    drop-shadow(0 0 28px rgba(66, 133, 181, 0.18));
  animation: dwContractorFaqRocketFloat 6.2s ease-in-out infinite;
}

/* FAQ Items - Mantiene JS */

.dw-contractor-faq-upgraded .dw-faq-accordion {
  display: grid;
  gap: 26px;
}

.dw-contractor-faq-upgraded .dw-faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 133, 181, 0.055), transparent 34%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(66, 133, 181, 0.24);
  box-shadow:
    0 18px 54px rgba(0, 0, 56, 0.045),
    inset 0 0 0 1px rgba(255, 255, 255, 0.86);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    background 300ms ease;
  animation: dwContractorFaqItemIn 760ms ease both;
}

.dw-contractor-faq-upgraded .dw-faq-item:nth-child(2) {
  animation-delay: 0.06s;
}

.dw-contractor-faq-upgraded .dw-faq-item:nth-child(3) {
  animation-delay: 0.12s;
}

.dw-contractor-faq-upgraded .dw-faq-item:nth-child(4) {
  animation-delay: 0.18s;
}

.dw-contractor-faq-upgraded .dw-faq-item:nth-child(5) {
  animation-delay: 0.24s;
}

.dw-contractor-faq-upgraded .dw-faq-item:nth-child(6) {
  animation-delay: 0.3s;
}

.dw-contractor-faq-upgraded .dw-faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(66, 133, 181, 0.42);
  box-shadow:
    0 26px 70px rgba(66, 133, 181, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.94);
}

.dw-contractor-faq-upgraded .dw-faq-item.active {
  border-color: rgba(66, 133, 181, 0.44);
  box-shadow:
    0 28px 76px rgba(66, 133, 181, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.94);
}

.dw-contractor-faq-upgraded .dw-faq-question {
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 22px;
  align-items: center;
  width: 100%;
  min-height: 118px;
  padding: 0 34px 0 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
  text-align: left;
  cursor: pointer;
}

.dw-contractor-faq-upgraded .dw-faq-question i {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.25);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 26px rgba(66, 133, 181, 0.075),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  transition:
    transform 300ms ease,
    background 300ms ease,
    border-color 300ms ease;
}

.dw-contractor-faq-upgraded .dw-faq-question i::before,
.dw-contractor-faq-upgraded .dw-faq-question i::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #0b57d9;
  transition: transform 300ms ease;
}

.dw-contractor-faq-upgraded .dw-faq-question i::after {
  transform: rotate(90deg);
}

.dw-contractor-faq-upgraded .dw-faq-item.active .dw-faq-question i {
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  border-color: rgba(66, 133, 181, 0.42);
  transform: rotate(180deg);
}

.dw-contractor-faq-upgraded .dw-faq-item.active .dw-faq-question i::before,
.dw-contractor-faq-upgraded .dw-faq-item.active .dw-faq-question i::after {
  background: #ffffff;
}

.dw-contractor-faq-upgraded .dw-faq-item.active .dw-faq-question i::after {
  transform: rotate(0deg);
}

.dw-contractor-faq-upgraded .dw-faq-answer {
  padding: 0 46px 34px;
}

.dw-contractor-faq-upgraded .dw-faq-answer p {
  max-width: 820px;
  margin: 0;
  padding-top: 4px;
  color: #5d6680;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: var(--body-font-size-small);
  font-weight: 500;
  line-height: var(--body-line-height-small);
}

.dw-contractor-faq-upgraded .dw-faq-answer a {
  color: #0b57d9;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dw-contractor-faq-upgraded .dw-faq-answer a:hover {
  color: #4285b5;
}

/* Animations */

@keyframes dwContractorFaqRocketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-7deg);
  }

  50% {
    transform: translate3d(12px, -16px, 0) rotate(-2deg);
  }
}

@keyframes dwContractorFaqOrbitOne {
  0%,
  100% {
    transform: rotate(-12deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-8deg) translate3d(18px, -10px, 0);
  }
}

@keyframes dwContractorFaqOrbitTwo {
  0%,
  100% {
    transform: rotate(-26deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-20deg) translate3d(-12px, 12px, 0);
  }
}

@keyframes dwContractorFaqTwinkle {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

@keyframes dwContractorFaqItemIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-contractor-faq-upgraded .dw-faq-wrapper {
    grid-template-columns: minmax(340px, 0.8fr) minmax(500px, 1.2fr);
    gap: 60px;
  }

  .dw-contractor-faq-upgraded .dw-faq-question {
    min-height: 104px;
  }

  .dw-contractor-faq-upgraded .dw-faq-accordion {
    gap: 22px;
  }
}

@media (max-width: 1199px) {
  .dw-faq-section.dw-contractor-faq-upgraded {
    padding: 90px 0 96px;
  }

  .dw-contractor-faq-upgraded .dw-faq-wrapper {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin: 0 auto;
  }

  .dw-contractor-faq-upgraded .dw-faq-content {
    min-height: auto;
    text-align: center;
  }

  .dw-contractor-faq-upgraded .dw-faq-content h2,
  .dw-contractor-faq-upgraded .dw-faq-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-contractor-faq-line {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-contractor-faq-rocket {
    right: 0;
    bottom: -34px;
    width: 185px;
    opacity: 0.18;
  }
}

@media (max-width: 767px) {
  .dw-faq-section.dw-contractor-faq-upgraded {
    padding: 76px 0 82px;
  }

  .dw-contractor-faq-upgraded .dw-faq-content h2 {
    font-size: 38px;
  }

  .dw-contractor-faq-upgraded .dw-faq-content p {

  }

  .dw-contractor-faq-upgraded .dw-faq-btn {
    width: 100%;
    max-width: 360px;
    min-height: 62px;
    padding-left: 26px;
  }

  .dw-contractor-faq-rocket {
    display: none;
  }

  .dw-contractor-faq-upgraded .dw-faq-question {
    grid-template-columns: 1fr 46px;
    min-height: 90px;
    padding: 0 20px 0 22px;
    font-size: 17px;
  }

  .dw-contractor-faq-upgraded .dw-faq-question i {
    width: 46px;
    height: 46px;
  }

  .dw-contractor-faq-upgraded .dw-faq-question i::before,
  .dw-contractor-faq-upgraded .dw-faq-question i::after {
    width: 17px;
  }

  .dw-contractor-faq-upgraded .dw-faq-answer {
    padding: 0 22px 26px;
  }

  .dw-contractor-faq-upgraded .dw-faq-answer p {

  }
}

@media (max-width: 575px) {
  .dw-faq-section.dw-contractor-faq-upgraded {
    padding: 66px 0 72px;
  }

  .dw-contractor-faq-upgraded .dw-section-subtitle.dw-contractor-faq-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .dw-contractor-faq-upgraded .dw-faq-content h2 {
    font-size: 31px;
  }

  .dw-contractor-faq-line {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .dw-contractor-faq-upgraded .dw-faq-accordion {
    gap: 16px;
  }

  .dw-contractor-faq-upgraded .dw-faq-item {
    border-radius: 18px;
  }

  .dw-contractor-faq-upgraded .dw-faq-question {
    min-height: 82px;
  }
}

.dw-faq-content {
    top: -89px;
    padding-top: 10px;
}

/* Use the global :root heading scale throughout the Custom Websites page. */
html body h1 {
  font-size: var(--h1-font-size) !important;
}

html body h2 {
  font-size: var(--h2-font-size) !important;
}

html body h2 span {
  color: var(--theme-color1) !important;
}

@media (max-width: 767px) {
  html body h1 {
    font-size: var(--h1-font-size-mob) !important;
  }

  html body h2 {
    font-size: var(--h2-font-size-mob) !important;
  }
}

/* Custom-Websites-only body typography migration. */
body.dw-custom-websites-page .dw-custom-text,
body.dw-custom-websites-page .dw-custom-faq-before-footer .dw-faq-answer p {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

body.dw-custom-websites-page .dw-custom-direction-note span,
body.dw-custom-websites-page .dw-consult-option-list li,
body.dw-custom-websites-page .dw-revision-card-list li,
body.dw-custom-websites-page .dw-revision-policy-list li,
body.dw-custom-websites-page .dw-diy-faq__intro-note p {
  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}


@media (max-width: 400px) {

  .dw-consult-card-rocket{
    display: none;  
  }
  
}
/* Full-bleed sections inherit the page width; 100vw included the scrollbar gutter. */
body.dw-custom-websites-page .dw-custom-page > section {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

body.dw-custom-websites-page :is(
  .dw-custom-direction-section,
  .dw-custom-showcase-fit-section,
  .dw-consult-options-section,
  .dw-compare-fit-section,
  .dw-revision-options-section,
  .dw-support-expectations-section,
  .dw-faq-section.dw-contractor-faq-upgraded
) {
  width: 100%;
  margin-left: 0;
}

/* =========================================================
   CUSTOM WEBSITE HERO
   ULTRA SMALL MOBILE FIX
   320px AND BELOW
========================================================= */

@media (max-width: 320px) {

    /* =====================================================
       SECTION
    ===================================================== */

    .dw-ready-websites-section {
        width: 100% !important;
        max-width: 100% !important;

        overflow-x: hidden !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       CONTAINER
       Real breathing room on BOTH sides
    ===================================================== */

    .dw-ready-websites-section > .auto-container {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 auto !important;

        padding-left: 14px !important;
        padding-right: 14px !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       GRID
    ===================================================== */

    .dw-custom-direction-grid {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;

        overflow: visible !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       CONTENT
    ===================================================== */

    .dw-custom-direction-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 auto !important;
        padding: 0 !important;

        overflow: visible !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       EYEBROW
    ===================================================== */

    .dw-custom-direction-subtitle {
        width: 100% !important;
        max-width: 100% !important;

        justify-content: center !important;

        text-align: center !important;

        font-size: 11px !important;
        letter-spacing: 0.1em !important;

        white-space: normal !important;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    #dw-custom-direction-title {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding-left: 2px !important;
        padding-right: 2px !important;

        font-size: clamp(30px, 10vw, 34px) !important;
        line-height: 1.03 !important;

        text-align: center !important;

        overflow-wrap: normal !important;
        word-break: normal !important;

        box-sizing: border-box !important;
    }


    #dw-custom-direction-title span {
        display: block !important;
    }


    /* =====================================================
       DESCRIPTION
    ===================================================== */

    .dw-custom-direction-content > p {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding-left: 3px !important;
        padding-right: 3px !important;

        font-size: 16px !important;
        line-height: 1.65 !important;

        text-align: center !important;

        overflow: visible !important;
        overflow-wrap: break-word !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       CTA AREA
       THIS IS ONE OF THE MAIN FIXES
    ===================================================== */

    .dw-custom-direction-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        gap: 18px !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       BUTTON
       Remove inherited fixed/min widths
    ===================================================== */

    .dw-custom-direction-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;

        padding-left: 16px !important;
        padding-right: 16px !important;

        box-sizing: border-box !important;

        overflow: hidden !important;
    }


    /* Button label */
    .dw-custom-direction-btn
    .dw-consult-option-btn-label {
        flex: 1 1 auto !important;

        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;

        overflow: hidden !important;
    }


    .dw-custom-direction-btn
    .dw-consult-option-btn-static {
        display: block !important;

        width: 100% !important;

        font-size: 14px !important;
        line-height: 1.2 !important;

        white-space: normal !important;

        text-align: center !important;
    }


    /* Hide marquee version in ultra-small mobile.
       It can create unnecessary horizontal width. */
    .dw-custom-direction-btn
    .dw-consult-option-btn-marquee {
        display: none !important;
    }


    .dw-custom-direction-btn > i {
        flex: 0 0 auto !important;

        margin-left: 9px !important;
    }


    /* =====================================================
       NOTE UNDER BUTTON
    ===================================================== */

    .dw-custom-direction-note {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0 auto !important;

        padding-left: 4px !important;
        padding-right: 4px !important;

        text-align: center !important;

        box-sizing: border-box !important;
    }


    .dw-custom-direction-note strong,
    .dw-custom-direction-note span {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        white-space: normal !important;
    }


    /* =====================================================
       FEATURES
    ===================================================== */

    .dw-custom-direction-features {
        display: grid !important;
        grid-template-columns: 1fr !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        box-sizing: border-box !important;
    }


    .dw-custom-direction-features article {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        box-sizing: border-box !important;
    }


    .dw-custom-direction-features article > div {
        min-width: 0 !important;
    }


    /* =====================================================
       VISUAL
       Prevent visual elements from expanding the page
    ===================================================== */

    .dw-custom-direction-visual {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: auto !important;
        margin-right: auto !important;

        overflow: hidden !important;

        box-sizing: border-box !important;
    }

}
