
      .delos-faq-intro,
      .delos-faq-after {
        background: var(--theme-color-white);
        position: relative;
        overflow: hidden;
      }

      .delos-faq-intro .delos-faq-badge,
      .delos-faq-after .delos-faq-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 18px;
        border: 1px solid rgba(var(--theme-color1-rgb), 0.22);
        border-radius: 50px;
        color: var(--theme-color1);
        background: rgba(var(--theme-color1-rgb), 0.06);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 18px;
      }

      .delos-faq-intro h1 {
        color: #05083f;
        font-size: var(--h1-font-size);
        line-height: 1.02;
        font-weight: 700;
        letter-spacing: -0.04em;
        max-width: 980px;
        margin-bottom: 24px;
      }

      .delos-faq-intro h1 span {
        color: var(--theme-color1);
      }

      .delos-faq-intro .lead-text {
        color: rgba(5, 8, 63, 0.78);
        font-size: var(--body-font-size-lead);
        line-height: var(--body-line-height-lead);
        max-width: 700px;
        margin-bottom: 0;
      }

      .delos-faq-card-row {
        margin-top: 45px;
      }

      .delos-faq-mini-card {
        height: 100%;
        padding: 30px 28px;
        border: 1px solid rgba(5, 8, 63, 0.08);
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 20px 60px rgba(5, 8, 63, 0.06);
        transition: all 0.3s ease;
      }

      .delos-faq-mini-card:hover {
        transform: translateY(-5px);
        border-color: rgba(var(--theme-color1-rgb), 0.28);
        box-shadow: 0 24px 70px rgba(5, 8, 63, 0.09);
      }

      .delos-faq-mini-card .number {
        color: var(--theme-color1);
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 12px;
        display: block;
      }

      .delos-faq-mini-card h3 {
        color: #05083f;
        font-size: 22px;
        line-height: 1.25;
        font-weight: 700;
        margin-bottom: 12px;
      }

      .delos-faq-mini-card p {
        color: rgba(5, 8, 63, 0.72);
        font-size: var(--body-font-size-small);
        line-height: var(--body-line-height-small);
        margin-bottom: 0;
      }

      .faqs-section-home1.delos-faq-section {
        background: var(--theme-color-white);
      }

      .delos-faq-section .sec-title h3 {
        color: #05083f;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.02em;
        margin-bottom: 10px;
      }

      .delos-faq-section .sec-title p {
        color: rgba(5, 8, 63, 0.7);
        font-size: var(--body-font-size);
        line-height: var(--body-line-height);
        margin-bottom: 0;
      }

      .delos-faq-section .accordion-box.style-two {
        border: 1px solid rgba(5, 8, 63, 0.08);
        border-radius: 24px;
        padding: 8px;
        background: rgba(var(--theme-color1-rgb), 0.35);
      }

      .delos-faq-section .accordion.block {
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 10px;
        background: var(--theme-color-white);
        border: 1px solid rgba(5, 8, 63, 0.07);
        box-shadow: 0 12px 40px rgba(5, 8, 63, 0.04);
      }

      .delos-faq-section .accordion.block:last-child {
        margin-bottom: 0;
      }

      .delos-faq-section .acc-btn {
        color: #05083f;
        font-size: 17px;
        line-height: 1.45;
        font-weight: 800;
        padding: 22px 58px 22px 24px;
        position: relative;
        transition: all 0.3s ease;
      }

      .delos-faq-section .acc-btn.active,
      .delos-faq-section .acc-btn:hover {
        color: var(--theme-color1);
      }

      .delos-faq-section .acc-btn .icon {
        color: var(--theme-color1);
        right: 22px;
      }

      .delos-faq-section .acc-content .content {
        padding: 0 24px 24px;
      }

      .delos-faq-section .acc-content .text {
        color: rgba(5, 8, 63, 0.74);
        font-size: 16px;
        line-height: 1.7;
      }

      .delos-faq-after .delos-faq-cta-box {
        padding: 60px;
        border-radius: 32px;
        background:
          radial-gradient(circle at top right, rgba(var(--theme-color1-rgb), 0.16), transparent 34%),
          linear-gradient(135deg, rgba(5, 8, 63, 0.98), rgba(5, 8, 63, 0.92));
        position: relative;
        overflow: hidden;
      }

      .delos-faq-after .delos-faq-cta-box h2 {
        color: var(--theme-color-white);
        font-size: var(--h2-font-size);
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.035em;
        max-width: 850px;
        margin-bottom: 20px;
      }

      .delos-faq-after .delos-faq-cta-box h2 span {
        color: var(--theme-color1);
      }

      .delos-faq-after .delos-faq-cta-box p {
        color: rgba(255, 255, 255, 0.78);
        font-size: var(--body-font-size);
        line-height: var(--body-line-height);
        max-width: 720px;
        margin-bottom: 32px;
      }

      .delos-faq-cta-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
      }

      .delos-faq-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 14px 26px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .delos-faq-btn.primary {
        background: var(--theme-color1);
        color: var(--theme-color-white);
        border: 1px solid var(--theme-color1);
      }

      .delos-faq-btn.primary:hover {
        background: var(--theme-color-white);
        color: #05083f;
        border-color: var(--theme-color-white);
      }

      .delos-faq-btn.secondary {
        background: transparent;
        color: var(--theme-color-white);
        border: 1px solid rgba(255, 255, 255, 0.32);
      }

      .delos-faq-btn.secondary:hover {
        background: var(--theme-color-white);
        color: #05083f;
        border-color: var(--theme-color-white);
      }

      @media only screen and (max-width: 991px) {
        .delos-faq-intro h1 {
          max-width: 100%;
        }

        .delos-faq-section .faq-column:first-child {
          margin-bottom: 40px;
        }

        .delos-faq-after .delos-faq-cta-box {
          padding: 44px 30px;
        }
      }

      @media only screen and (max-width: 575px) {

        .delos-faq-intro .lead-text,
        .delos-faq-after .delos-faq-cta-box p {

        }

        .delos-faq-mini-card {
          padding: 24px 22px;
        }

        .delos-faq-section .acc-btn {
          font-size: 16px;
          padding: 20px 52px 20px 20px;
        }

        .delos-faq-section .acc-content .content {
          padding: 0 20px 22px;
        }

        .delos-faq-btn {
          width: 100%;
        }
      }
  

      /* =========================================================
   FAQ ACCORDION FIX
   Oculta completamente las respuestas cerradas
========================================================= */

.dw-custom-faq-before-footer .dw-faq-item {
  position: relative;
  overflow: hidden;

  margin-bottom: 14px;

  border: 1px solid rgba(45, 128, 183, 0.14);
  border-radius: 22px;

  background: #ffffff;

  box-shadow:
    0 12px 35px rgba(0, 0, 56, 0.055);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.dw-custom-faq-before-footer .dw-faq-item:hover {
  border-color: rgba(45, 128, 183, 0.3);

  box-shadow:
    0 18px 42px rgba(0, 0, 56, 0.08);

  transform: translateY(-2px);
}


/* =========================================================
   FAQ QUESTION
========================================================= */

.dw-custom-faq-before-footer .dw-faq-question {
  position: relative;

  display: flex;
  width: 100%;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  margin: 0;
  padding: 24px 28px;

  border: 0;

  background: transparent;
  color: #000038;

  font-family: var(--heading-font, inherit);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;

  cursor: pointer;

  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.dw-custom-faq-before-footer .dw-faq-question > span {
  display: block;
  min-width: 0;
  flex: 1;

  overflow-wrap: anywhere;
}

.dw-custom-faq-before-footer .dw-faq-question:hover {
  color: #2d80b7;
}

.dw-custom-faq-before-footer .dw-faq-question:focus-visible {
  outline: 3px solid rgba(45, 128, 183, 0.24);
  outline-offset: -3px;
}


/* =========================================================
   PLUS / MINUS ICON
========================================================= */

.dw-custom-faq-before-footer .dw-faq-question > i {
  position: relative;

  display: block;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;

  border: 1px solid rgba(45, 128, 183, 0.18);
  border-radius: 50%;

  background: #f8fbff;

  box-shadow:
    0 8px 22px rgba(45, 128, 183, 0.09);

  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.35s ease;
}

.dw-custom-faq-before-footer .dw-faq-question > i::before,
.dw-custom-faq-before-footer .dw-faq-question > i::after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 15px;
  height: 2px;

  border-radius: 999px;

  background: #000038;

  transform: translate(-50%, -50%);

  transition:
    background-color 0.3s ease,
    transform 0.35s ease,
    opacity 0.3s ease;
}

.dw-custom-faq-before-footer .dw-faq-question > i::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* Active icon */

.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-question
  > i {
  border-color: #2d80b7;

  background: #2d80b7;

  transform: rotate(180deg);
}

.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-question
  > i::before,
.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-question
  > i::after {
  background: #ffffff;
}

.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-question
  > i::after {
  opacity: 0;

  transform:
    translate(-50%, -50%)
    rotate(0);
}


/* =========================================================
   CLOSED FAQ ANSWER
   No content, padding or text should appear
========================================================= */

.dw-custom-faq-before-footer .dw-faq-answer {
  max-height: 0;
  overflow: hidden;

  margin: 0;
  padding: 0 28px;

  border-top: 0 solid transparent;

  opacity: 0;
  visibility: hidden;

  transform: translateY(-8px);

  transition:
    max-height 0.45s ease,
    padding 0.35s ease,
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.35s ease,
    border-color 0.3s ease;
}

.dw-custom-faq-before-footer .dw-faq-answer p {
  margin: 0;
  padding: 0;

  color: rgba(0, 0, 56, 0.68);

  font-size: var(--body-font-size-small);
  line-height: var(--body-line-height-small);
}


.dw-custom-faq-before-footer .dw-faq-answer a:hover {
  color: #000038;
  text-decoration-color: #000038;
}


/* =========================================================
   OPEN FAQ ANSWER
========================================================= */

.dw-custom-faq-before-footer .dw-faq-item.active {
  border-color: rgba(45, 128, 183, 0.35);

  box-shadow:
    0 20px 48px rgba(0, 0, 56, 0.09);
}


.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-answer {
  max-height: 600px;
  overflow: hidden;

  padding:
    0
    28px
    27px;

  border-top-width: 1px;
  border-top-color: rgba(45, 128, 183, 0.11);

  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

.dw-custom-faq-before-footer
  .dw-faq-item.active
  .dw-faq-answer p {
  padding: 10px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .dw-custom-faq-before-footer .dw-faq-item {
    margin-bottom: 11px;

    border-radius: 17px;
  }

  .dw-custom-faq-before-footer .dw-faq-question {
    min-height: 58px;
    gap: 16px;

    padding: 19px 18px;

    font-size: 14px;
  }

  .dw-custom-faq-before-footer .dw-faq-question > i {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .dw-custom-faq-before-footer .dw-faq-answer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dw-custom-faq-before-footer
    .dw-faq-item.active
    .dw-faq-answer {
    padding:
      0
      18px
      22px;
  }

  .dw-custom-faq-before-footer .dw-faq-answer p {
    font-size: var(--body-font-size-small);
    line-height: var(--body-line-height-small);
  }

  .dw-custom-faq-before-footer
    .dw-faq-item.active
    .dw-faq-answer p {
    padding-top: 18xpx;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dw-custom-faq-before-footer .dw-faq-item,
  .dw-custom-faq-before-footer .dw-faq-question,
  .dw-custom-faq-before-footer .dw-faq-question > i,
  .dw-custom-faq-before-footer .dw-faq-question > i::before,
  .dw-custom-faq-before-footer .dw-faq-question > i::after,
  .dw-custom-faq-before-footer .dw-faq-answer {
    transition: none;
  }
}

/* ==========================================
   Contact Block Upgraded
   Colors: #000038 + #4285b5
========================================== */

.dw-contactblock-upgraded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 115px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(66, 133, 181, 0.14), transparent 26%),
    radial-gradient(circle at 86% 46%, rgba(66, 133, 181, 0.10), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
}

.dw-contactblock-upgraded::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(66, 133, 181, 0.12) 18%,
      rgba(36, 189, 199, 0.75) 48%,
      rgba(66, 133, 181, 0.12) 82%,
      transparent 100%
    );
  box-shadow: 0 0 28px rgba(36, 189, 199, 0.42);
  transform: translateX(-50%);
  z-index: -1;
}

.dw-contactblock-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
}

.dw-contactblock-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(66, 133, 181, 0.16) 1px, transparent 1.8px);
  background-size: 62px 62px;
  opacity: 0.045;
}

.dw-contactblock-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.16);
}

.dw-contactblock-orbit-one {
  left: 10%;
  top: 3%;
  width: 760px;
  height: 300px;
  transform: rotate(-15deg);
  animation: dwContactOrbitOne 15s ease-in-out infinite;
}

.dw-contactblock-orbit-two {
  left: 18%;
  top: 26%;
  width: 540px;
  height: 220px;
  border-style: dashed;
  opacity: 0.7;
  transform: rotate(-8deg);
  animation: dwContactOrbitTwo 12s ease-in-out infinite;
}

.dw-contactblock-star {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #4285b5;
  clip-path: polygon(
    50% 0%,
    61% 38%,
    100% 50%,
    61% 62%,
    50% 100%,
    39% 62%,
    0% 50%,
    39% 38%
  );
  opacity: 0.45;
  filter: drop-shadow(0 0 14px rgba(66, 133, 181, 0.55));
  animation: dwContactTwinkle 4s ease-in-out infinite;
}

.dw-contactblock-star-one {
  left: 3%;
  top: 57%;
}

.dw-contactblock-star-two {
  left: 21%;
  bottom: 21%;
  animation-delay: 0.8s;
}

.dw-contactblock-star-three {
  left: 44%;
  top: 13%;
  animation-delay: 1.4s;
}

.dw-contactblock-moon {
  position: absolute;
  left: -90px;
  top: -80px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, rgba(66, 133, 181, 0.13), rgba(66, 133, 181, 0.035));
  opacity: 0.55;
  filter: blur(0.2px);
}

/* Layout */

.dw-contactblock-upgraded .dw-contactblock-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 0.85fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: center;
}

.dw-contactblock-upgraded .dw-contactblock-intro {
  top: -42px;
  position: relative;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 18px;
}

.dw-contactblock-upgraded .dw-contactblock-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  margin-bottom: 26px;
  color: #4285b5;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dw-contactblock-upgraded .dw-contactblock-eyebrow i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4285b5;
  box-shadow: 0 0 0 7px rgba(66, 133, 181, 0.10);
}

.dw-contactblock-upgraded .dw-contactblock-eyebrow::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  margin-top: 48px;
  left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #4285b5, rgba(66, 133, 181, 0.18));
}

.dw-contactblock-upgraded .dw-contactblock-intro h2 {
  max-width: 760px;
  margin: 0 0 28px;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.dw-contactblock-upgraded .dw-contactblock-intro p {
  max-width: 660px;
  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);
}

/* Points */

.dw-contactblock-upgraded .dw-contactblock-points {
  display: grid;
  gap: 18px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.dw-contactblock-upgraded .dw-contactblock-points li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000038;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.dw-contactblock-upgraded .dw-contactblock-points li span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  box-shadow:
    0 14px 28px rgba(66, 133, 181, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 14px;
}

/* Contact Info */

.dw-contactblock-upgraded .dw-contactblock-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 54px;
}

.dw-contactblock-upgraded .dw-contactblock-info a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #000038;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: color 300ms ease, transform 300ms ease;
}

.dw-contactblock-upgraded .dw-contactblock-info a + a {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 56, 0.18);
}

.dw-contactblock-upgraded .dw-contactblock-info a span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #4285b5;
  background: rgba(66, 133, 181, 0.12);
  font-size: 16px;
}

.dw-contactblock-upgraded .dw-contactblock-info a:hover {
  color: #4285b5;
  transform: translateY(-2px);
}

/* Rocket */

.dw-contactblock-rocket {
  position: absolute;
  right: -30%;
  bottom: 75px;
  width: clamp(190px, 18vw, 310px);
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter:
    drop-shadow(0 28px 46px rgba(0, 0, 56, 0.13))
    drop-shadow(0 0 30px rgba(66, 133, 181, 0.20));
  animation: dwContactRocketFloat 6.2s ease-in-out infinite;
}

/* Form Card */

.dw-contactblock-upgraded .dw-contactblock-form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 3vw, 58px);
  border: 1px solid rgba(66, 133, 181, 0.15) !important;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 133, 181, 0.07), transparent 34%),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    0 30px 90px rgba(0, 0, 56, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.dw-contactblock-upgraded .dw-contactblock-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.65), transparent 42%),
    radial-gradient(circle at 20% 0%, rgba(66, 133, 181, 0.08), transparent 32%);
  pointer-events: none;
}

.dw-contactblock-upgraded .dw-contactblock-form-card form,
.dw-contactblock-upgraded .dw-contactblock-form-card .title {
  position: relative;
  z-index: 2;
}

.dw-contactblock-upgraded .contact-form .title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 32px;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.dw-contactblock-upgraded .contact-form .title span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  box-shadow: 0 18px 32px rgba(66, 133, 181, 0.24);
  font-size: 22px;
}

.dw-contactblock-upgraded .contact-form .row {
  --bs-gutter-x: 20px;
}

.dw-contactblock-upgraded .contact-form .form-group {
  margin-bottom: 20px;
}

.dw-contactblock-upgraded .contact-form input,
.dw-contactblock-upgraded .contact-form select,
.dw-contactblock-upgraded .contact-form textarea {
  width: 100%;
  min-height: 60px;
  padding: 0 23px;
  border: 1px solid rgba(0, 0, 56, 0.12);
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.86);
  color: #000038;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 10px 28px rgba(0, 0, 56, 0.025);
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    background 250ms ease,
    transform 250ms ease;
}

.dw-contactblock-upgraded .contact-form textarea {
  min-height: 138px;
  padding-top: 21px;
  resize: vertical;
}

.dw-contactblock-upgraded .contact-form input::placeholder,
.dw-contactblock-upgraded .contact-form textarea::placeholder {
  color: #6b7895;
  opacity: 1;
}

.dw-contactblock-upgraded .contact-form select {
  color: #4285b5;
  appearance: auto;
}

.dw-contactblock-upgraded .contact-form input:focus,
.dw-contactblock-upgraded .contact-form select:focus,
.dw-contactblock-upgraded .contact-form textarea:focus {
  border-color: rgba(66, 133, 181, 0.52);
  background: #ffffff;
  box-shadow:
    0 16px 34px rgba(66, 133, 181, 0.10),
    0 0 0 4px rgba(66, 133, 181, 0.08);
  transform: translateY(-1px);
}

/* Submit Button */

.dw-contactblock-upgraded .btn-box {
  width: 100%;
}

.dw-contactblock-upgraded .dw-contactblock-submit {
  width: 100%;
  min-height: 68px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, #0b57d9 0%, #24a7f2 100%) !important;
  border: 0;
  box-shadow:
    0 20px 44px rgba(11, 87, 217, 0.23),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.dw-contactblock-upgraded .dw-contactblock-submit:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 60px rgba(11, 87, 217, 0.32),
    0 0 34px rgba(66, 133, 181, 0.25);
}

.dw-contactblock-safe-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 8px 0 0;
  color: #7b849d;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 600;
}

.dw-contactblock-safe-note i {
  color: #4285b5;
}

/* Animations */

@keyframes dwContactRocketFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  50% {
    transform: translate3d(13px, -18px, 0) rotate(-3deg);
  }
}

@keyframes dwContactOrbitOne {
  0%,
  100% {
    transform: rotate(-15deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-10deg) translate3d(18px, -8px, 0);
  }
}

@keyframes dwContactOrbitTwo {
  0%,
  100% {
    transform: rotate(-8deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-13deg) translate3d(-12px, 10px, 0);
  }
}

@keyframes dwContactTwinkle {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.85);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.18);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .dw-contactblock-upgraded .dw-contactblock-grid {
    grid-template-columns: minmax(390px, 0.9fr) minmax(460px, 0.9fr);
    gap: 80px;
  }

  .dw-contactblock-rocket {
    top: 312px;
    right: -119px;
    width: 242px;
  }
}

@media (max-width: 1312px) {
  .dw-contactblock-upgraded .dw-contactblock-grid {
    grid-template-columns: minmax(390px, 0.9fr) minmax(460px, 0.9fr);
    gap: 80px;
  }

  .dw-contactblock-rocket {
    display: none;
  }
}

@media (max-width: 1199px) {

      .contact-form {
        padding: 50px 30px;
    }
  .dw-contactblock-upgraded {
    padding: 90px 0;
  }

  .dw-contactblock-upgraded::before {
    display: none;
  }

  .dw-contactblock-upgraded .dw-contactblock-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 820px;
    margin: 0 auto;
  }

  .dw-contactblock-upgraded .dw-contactblock-intro {
    top: 0;
    min-height: auto;
    text-align: center;
    padding-right: 0;
  }

  .dw-contactblock-upgraded .dw-contactblock-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-contactblock-upgraded .dw-contactblock-eyebrow::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .dw-contactblock-upgraded .dw-contactblock-intro h2,
  .dw-contactblock-upgraded .dw-contactblock-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .dw-contactblock-upgraded .dw-contactblock-points {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .dw-contactblock-upgraded .dw-contactblock-points li {
    justify-content: flex-start;
    text-align: left;
  }

  .dw-contactblock-upgraded .dw-contactblock-info {
    justify-content: center;
  }

  .dw-contactblock-rocket {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: 190px;
    margin: 38px auto 11px;
    opacity: 0.95;
  }
}

@media (max-width: 767px) {
  .dw-contactblock-upgraded {
    padding: 76px 0;
  }

  .dw-contactblock-upgraded .dw-contactblock-intro h2 {
    font-size: 38px;
  }

  .dw-contactblock-upgraded .dw-contactblock-intro p {

  }

  .dw-contactblock-upgraded .dw-contactblock-info {
    flex-direction: column;
    gap: 16px;
  }

  .dw-contactblock-upgraded .dw-contactblock-info a + a {
    padding-left: 0;
    border-left: 0;
  }

  .dw-contactblock-upgraded .dw-contactblock-form-card {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .dw-contactblock-upgraded .contact-form .title {
    font-size: 34px;
  }

  .dw-contactblock-upgraded .contact-form .title span {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .dw-contactblock-upgraded .contact-form input,
  .dw-contactblock-upgraded .contact-form select,
  .dw-contactblock-upgraded .contact-form textarea {
    min-height: 56px;
    font-size: 15px;
  }

  .dw-contactblock-upgraded .dw-contactblock-submit {
    min-height: 62px;
  }
}

@media (max-width: 575px) {
  .dw-contactblock-upgraded {
    padding: 66px 0;
  }

  .dw-contactblock-upgraded .dw-contactblock-eyebrow {
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .dw-contactblock-upgraded .dw-contactblock-intro h2 {
    font-size: 31px;
    letter-spacing: -0.045em;
  }

  .dw-contactblock-upgraded .dw-contactblock-points li {
    align-items: flex-start;
    font-size: 15px;
  }

  .dw-contactblock-upgraded .dw-contactblock-points li span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .dw-contactblock-rocket {
    width: 150px;
  }

  .dw-contactblock-upgraded .contact-form .title {
    font-size: 30px;
  }
}


/* =========================================================
   LEFT INTRODUCTION
========================================================= */

.dw-diy-faq__intro {
  position: sticky;
  top: 120px;

  min-width: 0;

  animation: dwFaqIntroEnter 0.8s ease both;
}

@media screen and (max-width: 1070px) {
  .dw-diy-faq__intro {
    position: static;
  }
}

.dw-diy-faq__heading {
  max-width: 530px;
}

.dw-diy-faq__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 25px;

  color: var(--dw-faq-blue);

  font-family: var(--heading-font-family);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dw-diy-faq__kicker-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;

  border: 1px solid rgba(45, 128, 183, 0.24);
  border-radius: 50%;

  background: rgba(45, 128, 183, 0.055);

  font-size: 14px;

  box-shadow:
    0 8px 20px rgba(45, 128, 183, 0.08);
}

.dw-diy-faq__kicker-line {
  position: relative;

  display: block;

  width: 74px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(45, 128, 183, 0.55),
      transparent
    );
}

.dw-diy-faq__kicker-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--dw-faq-blue);

  box-shadow:
    0 0 11px rgba(45, 128, 183, 0.4);

  transform: translateY(-50%);
}

.dw-diy-faq__heading h2 {
  margin: 0;

  color: var(--dw-faq-navy);

  font-family: var(--heading-font-family);
  font-size: var(--h2-font-size);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.dw-diy-faq__heading h2 span {
  display: block;
  color: var(--dw-faq-blue);
}

.dw-diy-faq__heading p {
  max-width: 470px;
  margin: 19px 0 0;

  color: var(--dw-faq-text);

  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

/* =========================================================
   ROCKET IMAGE
========================================================= */

.dw-diy-faq__visual {
  position: relative;

  display: grid;
  min-height: 410px;
  place-items: center;

  max-width: 470px;
  margin: 20px 0 0;

  overflow: hidden;
}

.dw-diy-faq__visual::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 4%;
  left: 15%;
  z-index: 0;

  height: 52px;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(45, 128, 183, 0.18),
      transparent 70%
    );

  filter: blur(20px);

  animation: dwFaqShadowPulse 4.8s ease-in-out infinite;
}

.dw-diy-faq__visual img {
  position: relative;
  z-index: 4;

  display: block;
  width: min(82%, 360px);
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 25px 32px rgba(0, 0, 56, 0.14));

  animation: dwFaqRocketFloat 5s ease-in-out infinite;
}

.dw-diy-faq__visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;

  width: 340px;
  height: 340px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.15),
      transparent 70%
    );

  filter: blur(18px);

  transform: translate(-50%, -50%);

  animation: dwFaqVisualGlow 4s ease-in-out infinite;
}

.dw-diy-faq__visual-ring {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 1;

  border: 1px solid rgba(45, 128, 183, 0.2);
  border-radius: 50%;

  transform: translate(-50%, -50%);

  animation: dwFaqRingPulse 4s ease-in-out infinite;
}

.dw-diy-faq__visual-ring--one {
  width: 270px;
  height: 270px;
}

.dw-diy-faq__visual-ring--two {
  width: 360px;
  height: 360px;

  border-style: dashed;

  animation-delay: -2s;
}

/* =========================================================
   INTRO NOTE
========================================================= */

.dw-diy-faq__intro-note {
  display: flex;
  max-width: 470px;
  align-items: flex-start;
  gap: 14px;

  margin-top: 10px;
  padding: 17px 18px;

  border: 1px solid rgba(45, 128, 183, 0.14);
  border-radius: 15px;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.98),
      rgba(240, 248, 255, 0.96)
    );

  box-shadow:
    0 13px 31px rgba(0, 0, 56, 0.065),
    inset 0 1px 0 var(--dw-faq-white);
}

.dw-diy-faq__intro-note-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      var(--dw-faq-blue),
      var(--dw-faq-navy)
    );

  color: var(--dw-faq-white);

  font-size: 16px;

  box-shadow:
    0 10px 23px rgba(45, 128, 183, 0.2);
}

.dw-diy-faq__intro-note p {
  margin: 0;

  color: var(--dw-faq-text);

  font-size: 13px;
  line-height: 1.65;
}


/* =========================================================
   DIY VS PROFESSIONAL WEBSITE FAQ
========================================================= */

.dw-diy-faq {
  --dw-faq-blue: #2d80b7;
  --dw-faq-navy: #000038;
  --dw-faq-white: #ffffff;
  --dw-faq-light: #f4f9ff;
  --dw-faq-light-alt: #f8fbff;
  --dw-faq-text: rgba(0, 0, 56, 0.7);
  --dw-faq-text-strong: rgba(0, 0, 56, 0.88);
  --dw-faq-border: rgba(45, 128, 183, 0.16);

  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  padding: clamp(90px, 8vw, 135px) 0;

  background:
    radial-gradient(
      circle at 11% 42%,
      rgba(45, 128, 183, 0.08),
      transparent 25%
    ),
    radial-gradient(
      circle at 94% 22%,
      rgba(45, 128, 183, 0.06),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      var(--dw-faq-white) 0%,
      #fbfdff 55%,
      var(--dw-faq-light-alt) 100%
    );
}

.dw-diy-faq__container {
  position: relative;
  z-index: 5;

  width: min(calc(100% - 64px), 1580px);
  margin-inline: auto;
}

/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.dw-diy-faq__background {
  position: absolute;
  inset: 0;
  z-index: 0;

  overflow: hidden;
  pointer-events: none;
}

.dw-diy-faq__background::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.15) 0 1px,
      transparent 1.5px
    ),
    radial-gradient(
      circle,
      rgba(0, 0, 56, 0.08) 0 1px,
      transparent 1.5px
    );

  background-position:
    0 0,
    46px 59px;

  background-size:
    135px 135px,
    188px 188px;

  opacity: 0.13;

  animation: dwFaqBackgroundMove 42s linear infinite;
}

.dw-diy-faq__glow {
  position: absolute;

  border-radius: 50%;
  filter: blur(85px);

  animation: dwFaqGlowPulse 5s ease-in-out infinite;
}

.dw-diy-faq__glow--one {
  top: 18%;
  left: -5%;

  width: 410px;
  height: 410px;

  background: rgba(45, 128, 183, 0.09);
}

.dw-diy-faq__glow--two {
  right: -3%;
  bottom: 4%;

  width: 430px;
  height: 430px;

  background: rgba(45, 128, 183, 0.07);

  animation-delay: -2.5s;
}

.dw-diy-faq__orbit {
  position: absolute;

  border: 1px dashed rgba(45, 128, 183, 0.18);
  border-radius: 50%;

  animation: dwFaqOrbitRotate 65s linear infinite;
}

.dw-diy-faq__orbit::after {
  content: "";
  position: absolute;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: var(--dw-faq-blue);

  box-shadow:
    0 0 0 7px rgba(45, 128, 183, 0.055),
    0 0 18px rgba(45, 128, 183, 0.32);
}

.dw-diy-faq__orbit--one {
  top: -510px;
  left: -470px;

  width: 850px;
  height: 850px;
}

.dw-diy-faq__orbit--one::after {
  right: 12%;
  bottom: 18%;
}

.dw-diy-faq__orbit--two {
  right: -500px;
  bottom: -590px;

  width: 960px;
  height: 960px;

  animation-direction: reverse;
  animation-duration: 78s;
}

.dw-diy-faq__orbit--two::after {
  top: 14%;
  left: 24%;
}

.dw-diy-faq__dot {
  position: absolute;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--dw-faq-blue);

  box-shadow:
    0 0 0 6px rgba(45, 128, 183, 0.05),
    0 0 17px rgba(45, 128, 183, 0.32);

  animation: dwFaqDotFloat 4s ease-in-out infinite;
}

.dw-diy-faq__dot--one {
  top: 16%;
  left: 26%;
}

.dw-diy-faq__dot--two {
  top: 24%;
  right: 16%;

  animation-delay: -1.3s;
}

.dw-diy-faq__dot--three {
  right: 7%;
  bottom: 18%;

  animation-delay: -2.6s;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.dw-diy-faq__layout {
  position: relative;
  z-index: 5;

  display: grid;
  grid-template-columns:
    minmax(330px, 0.66fr)
    minmax(620px, 1.34fr);

  gap: clamp(55px, 7vw, 115px);
  align-items: start;
}

@media screen and (max-width: 1070px) {
  .dw-diy-faq__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================================================
   LEFT INTRODUCTION
========================================================= */

.dw-diy-faq__intro {
  position: sticky;
  top: 120px;

  min-width: 0;

  animation: dwFaqIntroEnter 0.8s ease both;
}

@media screen and (max-width: 1070px) {
  .dw-diy-faq__intro {
    position: static;
  }
}

.dw-diy-faq__heading {
  max-width: 530px;
}

.dw-diy-faq__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 25px;

  color: var(--dw-faq-blue);

  font-family: var(--heading-font-family);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dw-diy-faq__kicker-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;

  border: 1px solid rgba(45, 128, 183, 0.24);
  border-radius: 50%;

  background: rgba(45, 128, 183, 0.055);

  font-size: 14px;

  box-shadow:
    0 8px 20px rgba(45, 128, 183, 0.08);
}

.dw-diy-faq__kicker-line {
  position: relative;

  display: block;

  width: 74px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(45, 128, 183, 0.55),
      transparent
    );
}

.dw-diy-faq__kicker-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--dw-faq-blue);

  box-shadow:
    0 0 11px rgba(45, 128, 183, 0.4);

  transform: translateY(-50%);
}

.dw-diy-faq__heading h2 {
  margin: 0;

  color: var(--dw-faq-navy);

  font-family: var(--heading-font-family);
  font-size: var(--h2-font-size);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.dw-diy-faq__heading h2 span {
  display: block;
  color: var(--dw-faq-blue);
}

.dw-diy-faq__heading p {
  max-width: 470px;
  margin: 19px 0 0;

  color: var(--dw-faq-text);

  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

/* =========================================================
   ROCKET IMAGE
========================================================= */

.dw-diy-faq__visual {
  position: relative;

  display: grid;
  min-height: 410px;
  place-items: center;

  max-width: 470px;
  margin: 20px 0 0;

  overflow: hidden;
}

.dw-diy-faq__visual::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 4%;
  left: 15%;
  z-index: 0;

  height: 52px;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(45, 128, 183, 0.18),
      transparent 70%
    );

  filter: blur(20px);

  animation: dwFaqShadowPulse 4.8s ease-in-out infinite;
}

.dw-diy-faq__visual img {
  position: relative;
  z-index: 4;

  display: block;
  width: min(82%, 360px);
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 25px 32px rgba(0, 0, 56, 0.14));

  animation: dwFaqRocketFloat 5s ease-in-out infinite;
}

.dw-diy-faq__visual-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;

  width: 340px;
  height: 340px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(45, 128, 183, 0.15),
      transparent 70%
    );

  filter: blur(18px);

  transform: translate(-50%, -50%);

  animation: dwFaqVisualGlow 4s ease-in-out infinite;
}

.dw-diy-faq__visual-ring {
  position: absolute;
  top: 51%;
  left: 50%;
  z-index: 1;

  border: 1px solid rgba(45, 128, 183, 0.2);
  border-radius: 50%;

  transform: translate(-50%, -50%);

  animation: dwFaqRingPulse 4s ease-in-out infinite;
}

.dw-diy-faq__visual-ring--one {
  width: 270px;
  height: 270px;
}

.dw-diy-faq__visual-ring--two {
  width: 360px;
  height: 360px;

  border-style: dashed;

  animation-delay: -2s;
}

/* =========================================================
   INTRO NOTE
========================================================= */

.dw-diy-faq__intro-note {
  display: flex;
  max-width: 470px;
  align-items: flex-start;
  gap: 14px;

  margin-top: 10px;
  padding: 17px 18px;

  border: 1px solid rgba(45, 128, 183, 0.14);
  border-radius: 15px;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.98),
      rgba(240, 248, 255, 0.96)
    );

  box-shadow:
    0 13px 31px rgba(0, 0, 56, 0.065),
    inset 0 1px 0 var(--dw-faq-white);
}

.dw-diy-faq__intro-note-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      var(--dw-faq-blue),
      var(--dw-faq-navy)
    );

  color: var(--dw-faq-white);

  font-size: 16px;

  box-shadow:
    0 10px 23px rgba(45, 128, 183, 0.2);
}

.dw-diy-faq__intro-note p {
  margin: 0;

  color: var(--dw-faq-text);

  font-size: 13px;
  line-height: 1.65;
}

/* =========================================================
   FAQ ACCORDION
========================================================= */

.dw-diy-faq__accordion {
  position: relative;
  z-index: 5;

  display: grid;
  gap: 14px;

  min-width: 0;
}

@media (min-width: 768px) and (max-width: 1070px) {
  .dw-diy-faq__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    column-gap: clamp(36px, 6vw, 72px);
    align-items: center;
  }

  .dw-diy-faq__heading {
    max-width: none;
  }

  .dw-diy-faq__visual {
    grid-column: 2;
    grid-row: 1 / span 2;

    width: 100%;
    max-width: 430px;
    min-height: 380px;
    margin: 0;
    justify-self: center;
  }

  .dw-diy-faq__intro-note {
    grid-column: 1;

    max-width: none;
    margin-top: 24px;
  }
}

/*
  Important:
  No fixed height is used on the FAQ item or question.
  This prevents long questions from being clipped.
*/
.dw-diy-faq__accordion .dw-faq-item {
  position: relative;

  overflow: hidden;

  margin: 0;

  border: 1px solid var(--dw-faq-border);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.99),
      rgba(248, 251, 255, 0.98)
    );

  box-shadow:
    0 14px 35px rgba(0, 0, 56, 0.055),
    inset 0 1px 0 var(--dw-faq-white);

  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;

  animation: dwFaqItemEnter 0.65s ease both;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(2) {
  animation-delay: 0.05s;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(3) {
  animation-delay: 0.1s;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(4) {
  animation-delay: 0.15s;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(5) {
  animation-delay: 0.2s;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(6) {
  animation-delay: 0.25s;
}

.dw-diy-faq__accordion .dw-faq-item:nth-child(7) {
  animation-delay: 0.3s;
}


.dw-diy-faq__accordion .dw-faq-item h3 {
  margin: 0;
  padding: 0;

  color: inherit;

  font-size: inherit;
  line-height: normal;
}



/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes dwFaqIntroEnter {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes dwFaqItemEnter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dwFaqRocketFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-14px) rotate(2deg);
  }
}

@keyframes dwFaqVisualGlow {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(0.94);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes dwFaqRingPulse {
  0%,
  100% {
    opacity: 0.2;
    transform:
      translate(-50%, -50%)
      scale(0.93);
  }

  50% {
    opacity: 0.64;
    transform:
      translate(-50%, -50%)
      scale(1.06);
  }
}

@keyframes dwFaqShadowPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleX(0.84);
  }

  50% {
    opacity: 0.75;
    transform: scaleX(1);
  }
}

@keyframes dwFaqOrbitRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes dwFaqDotFloat {
  0%,
  100% {
    opacity: 0.45;
    transform:
      translateY(0)
      scale(0.9);
  }

  50% {
    opacity: 1;
    transform:
      translateY(-12px)
      scale(1.18);
  }
}

@keyframes dwFaqGlowPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.93);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes dwFaqBackgroundMove {
  from {
    background-position:
      0 0,
      46px 59px;
  }

  to {
    background-position:
      135px 135px,
      234px 247px;
  }
}

/* =========================================================
   FINAL CALL TO ACTION
========================================================= */

.dw-final-cta {
  --dw-final-blue: #2d80b7;
  --dw-final-navy: #000038;
  --dw-final-white: #ffffff;
  --dw-final-bright: #52bfff;
  --dw-final-light: #f4f9ff;

  position: relative;
  width: 100%;
  overflow: hidden;

  padding: clamp(75px, 7vw, 115px) 0;

  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(45, 128, 183, 0.055),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfdff 100%
    );
}

.dw-final-cta__container {
  width: min(calc(100% - 64px), 1720px);
  margin-inline: auto;
}

/* =========================================================
   MAIN BLUE CTA CARD
========================================================= */

.dw-final-cta__card {
  position: relative;
  isolation: isolate;

  display: flex;
  min-height: clamp(570px, 48vw, 760px);
  align-items: center;
  justify-content: center;

  overflow: hidden;

  padding:
    clamp(70px, 7vw, 110px)
    clamp(40px, 7vw, 120px);

  border: 1px solid rgba(45, 128, 183, 0.32);
  border-radius: clamp(26px, 2.5vw, 42px);

  background:
    linear-gradient(
      135deg,
      #000026 0%,
      var(--dw-final-navy) 42%,
      #063f91 100%
    );

  box-shadow:
    0 35px 85px rgba(0, 0, 56, 0.2),
    0 0 40px rgba(45, 128, 183, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.dw-final-cta__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.dw-final-cta__background img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  opacity: 0.82;

  transform: scale(1.03);

  animation: dwFinalBackgroundMove 18s ease-in-out infinite alternate;
}

.dw-final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 38, 0.7) 0%,
      rgba(0, 0, 56, 0.38) 48%,
      rgba(0, 27, 92, 0.38) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 38, 0.18),
      rgba(0, 0, 38, 0.48)
    );

  pointer-events: none;
}

/* =========================================================
   DECORATIVE SPACE ELEMENTS
========================================================= */

.dw-final-cta__decor {
  position: absolute;
  inset: 0;
  z-index: 2;

  overflow: hidden;
  pointer-events: none;
}

.dw-final-cta__decor::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.65) 0 1px,
      transparent 1.5px
    ),
    radial-gradient(
      circle,
      rgba(82, 191, 255, 0.45) 0 1px,
      transparent 1.5px
    );

  background-position:
    0 0,
    51px 67px;

  background-size:
    115px 115px,
    172px 172px;

  opacity: 0.18;

  animation: dwFinalStarsMove 38s linear infinite;
}

.dw-final-cta__orbit {
  position: absolute;

  border: 1px solid rgba(82, 191, 255, 0.22);
  border-radius: 50%;

  animation: dwFinalOrbitRotate 60s linear infinite;
}

.dw-final-cta__orbit--left {
  bottom: -390px;
  left: -320px;

  width: 670px;
  height: 670px;
}

.dw-final-cta__orbit--right {
  top: -460px;
  right: -300px;

  width: 780px;
  height: 780px;

  border-style: dashed;

  animation-duration: 74s;
  animation-direction: reverse;
}

.dw-final-cta__star {
  position: absolute;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--dw-final-white);

  box-shadow:
    0 0 8px var(--dw-final-white),
    0 0 25px var(--dw-final-bright);

  animation: dwFinalStarPulse 3s ease-in-out infinite;
}

.dw-final-cta__star::before,
.dw-final-cta__star::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  background: rgba(255, 255, 255, 0.65);
  border-radius: 999px;

  transform: translate(-50%, -50%);
}

.dw-final-cta__star::before {
  width: 24px;
  height: 1px;
}

.dw-final-cta__star::after {
  width: 1px;
  height: 24px;
}

.dw-final-cta__star--one {
  top: 17%;
  left: 8%;
}

.dw-final-cta__star--two {
  top: 15%;
  right: 13%;

  animation-delay: -0.8s;
}

.dw-final-cta__star--three {
  right: 7%;
  bottom: 20%;

  animation-delay: -1.6s;
}

.dw-final-cta__star--four {
  bottom: 12%;
  left: 27%;

  animation-delay: -2.4s;
}

.dw-final-cta__glow {
  position: absolute;

  border-radius: 50%;

  filter: blur(90px);

  animation: dwFinalGlowPulse 5s ease-in-out infinite;
}

.dw-final-cta__glow--one {
  top: 13%;
  left: 31%;

  width: 470px;
  height: 470px;

  background: rgba(45, 128, 183, 0.16);
}

.dw-final-cta__glow--two {
  right: 0;
  bottom: -8%;

  width: 430px;
  height: 430px;

  background: rgba(82, 191, 255, 0.14);

  animation-delay: -2.5s;
}

/* =========================================================
   LEFT PLANET
========================================================= */

.dw-final-cta__planet {
  position: absolute;
  bottom: -130px;
  left: -125px;
  z-index: 3;

  width: clamp(270px, 24vw, 430px);
  height: clamp(270px, 24vw, 430px);

  pointer-events: none;

  animation: dwFinalPlanetFloat 8s ease-in-out infinite;
}

.dw-final-cta__planet-body {
  position: absolute;
  inset: 0;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 68% 28%,
      rgba(90, 190, 255, 0.35),
      transparent 25%
    ),
    radial-gradient(
      circle at 40% 35%,
      #164d98 0%,
      #09275f 48%,
      #000b30 100%
    );

  box-shadow:
    inset -35px -30px 65px rgba(0, 0, 38, 0.62),
    inset 20px 15px 45px rgba(82, 191, 255, 0.17),
    0 0 50px rgba(45, 128, 183, 0.26);
}

.dw-final-cta__planet-ring {
  position: absolute;
  top: 44%;
  left: 50%;

  width: 135%;
  height: 34%;

  border: 2px solid rgba(82, 191, 255, 0.45);
  border-radius: 50%;

  transform:
    translate(-50%, -50%)
    rotate(15deg);

  box-shadow:
    0 0 25px rgba(82, 191, 255, 0.15);
}

/* =========================================================
   ROCKET
========================================================= */

.dw-final-cta__rocket {
  position: absolute;
  top: 15%;
  right: clamp(18px, 4vw, 80px);
  z-index: 6;

  width: clamp(155px, 13vw, 235px);
  margin: 0;

  pointer-events: none;

  animation: dwFinalRocketFloat 5s ease-in-out infinite;
}

.dw-final-cta__rocket img {
  position: relative;
  z-index: 4;

  display: block;
  width: 100%;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(0 28px 32px rgba(0, 0, 38, 0.48))
    drop-shadow(0 0 25px rgba(82, 191, 255, 0.22));
}

.dw-final-cta__rocket-glow {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 0;

  width: 155%;
  height: 155%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(82, 191, 255, 0.22),
      transparent 68%
    );

  filter: blur(20px);

  transform: translate(-50%, -50%);

  animation: dwFinalRocketGlow 4s ease-in-out infinite;
}

.dw-final-cta__rocket-trail {
  position: absolute;
  top: 73%;
  right: 51%;
  z-index: 1;

  width: clamp(210px, 17vw, 330px);
  height: 100px;

  border-bottom: 4px solid rgba(82, 191, 255, 0.7);
  border-radius: 50%;

  filter:
    drop-shadow(0 0 12px rgba(82, 191, 255, 0.65));

  transform: rotate(-35deg);

  animation: dwFinalTrailPulse 2.5s ease-in-out infinite;
}

.dw-final-cta__rocket-trail::before,
.dw-final-cta__rocket-trail::after {
  content: "";
  position: absolute;

  border-bottom: 2px solid rgba(82, 191, 255, 0.38);
  border-radius: 50%;
}

.dw-final-cta__rocket-trail::before {
  right: 15px;
  bottom: 13px;

  width: 80%;
  height: 70px;
}

.dw-final-cta__rocket-trail::after {
  right: 28px;
  bottom: 25px;

  width: 64%;
  height: 50px;
}

/* =========================================================
   CTA CONTENT
========================================================= */

.dw-final-cta__content {
  position: relative;
  z-index: 8;

  width: min(100%, 1280px);
  margin-inline: auto;

  text-align: center;

  animation: dwFinalContentEnter 0.9s ease both;
}

.dw-final-cta__brand {
  display: flex;
  max-width: 720px;
  align-items: center;
  justify-content: center;
  gap: 22px;

  margin: 0 auto 30px;
}

.dw-final-cta__brand-line {
  flex: 1;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(82, 191, 255, 0.62)
    );
}

.dw-final-cta__brand-line:last-child {
  background:
    linear-gradient(
      90deg,
      rgba(82, 191, 255, 0.62),
      transparent
    );
}

.dw-final-cta__brand-name {
  color: var(--dw-final-white);

  font-family: var(--heading-font-family);
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: -0.02em;
}

.dw-final-cta__brand-name span {
  color: var(--dw-final-bright);
}

.dw-final-cta__content h2 {
  max-width: 1280px;
  margin: 0 auto;

  color: var(--dw-final-white);

  font-family: var(--heading-font-family);
  font-size: var(--h2-font-size);
  line-height: 1.13;
  letter-spacing: -0.045em;

  text-wrap: balance;

  text-shadow:
    0 14px 38px rgba(0, 0, 38, 0.46);
}

.dw-final-cta__content h2 > span {
  display: inline;
}

.dw-final-cta__content h2 strong {
  display: block;

  color: var(--dw-final-white);
  font-weight: inherit;
}

.dw-final-cta__content h2 em {
  color: var(--dw-final-bright);
  font-style: normal;

  text-shadow:
    0 0 30px rgba(82, 191, 255, 0.23);
}

.dw-final-cta__content > p {
  max-width: 900px;
  margin: 27px auto 0;

  color: rgba(255, 255, 255, 0.77);

  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.72;

  text-wrap: balance;
}

/* =========================================================
   CTA BUTTONS
========================================================= */

.dw-final-cta__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px;

  width: min(100%, 940px);
  margin: 35px auto 0;
}

.dw-final-cta__button {
  position: relative;

  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  gap: 13px;
  align-items: center;

  min-height: 75px;
  padding: 14px 22px;

  border: 1px solid transparent;
  border-radius: 14px;

  font-family: var(--heading-font-family);
  font-size: clamp(13px, 1.1vw, 17px);
  line-height: 1.3;
  text-align: left;
  text-decoration: none;

  overflow: hidden;

  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.dw-final-cta__button::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      110deg,
      transparent 25%,
      rgba(255, 255, 255, 0.25) 50%,
      transparent 75%
    );

  opacity: 0;

  transform: translateX(-125%) skewX(-18deg);

  transition:
    opacity 0.3s ease,
    transform 0.7s ease;
}

.dw-final-cta__button:hover::before {
  opacity: 0.8;

  transform: translateX(125%) skewX(-18deg);
}

.dw-final-cta__button:hover {
  transform: translateY(-5px);
}

.dw-final-cta__button-icon {
  position: relative;
  z-index: 2;

  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;

  border-radius: 50%;

  font-size: 18px;
}

.dw-final-cta__button > span:not(.dw-final-cta__button-icon),
.dw-final-cta__button-arrow {
  position: relative;
  z-index: 2;
}

.dw-final-cta__button-arrow {
  justify-self: end;

  font-size: 18px;

  transition: transform 0.3s ease;
}

.dw-final-cta__button:hover .dw-final-cta__button-arrow {
  transform: translateX(5px);
}

.dw-final-cta__button--primary {
  background:
    linear-gradient(
      135deg,
      #31a7f0,
      #176cd7
    );

  color: var(--dw-final-white);

  box-shadow:
    0 16px 34px rgba(23, 108, 215, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.dw-final-cta__button--primary
  .dw-final-cta__button-icon {
  background: rgba(255, 255, 255, 0.15);
  color: var(--dw-final-white);
}

.dw-final-cta__button--primary:hover,
.dw-final-cta__button--primary:focus-visible {
  color: var(--dw-final-white);

  box-shadow:
    0 23px 44px rgba(23, 108, 215, 0.48),
    0 0 28px rgba(82, 191, 255, 0.2);
}

.dw-final-cta__button--secondary {
  border-color: rgba(82, 191, 255, 0.75);

  background:
    rgba(0, 0, 56, 0.42);

  color: var(--dw-final-white);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(0, 0, 38, 0.26);

  backdrop-filter: blur(10px);
}

.dw-final-cta__button--secondary
  .dw-final-cta__button-icon {
  border: 1px solid rgba(82, 191, 255, 0.38);

  background: rgba(82, 191, 255, 0.09);
  color: var(--dw-final-bright);
}

.dw-final-cta__button--secondary:hover,
.dw-final-cta__button--secondary:focus-visible {
  border-color: var(--dw-final-bright);

  color: var(--dw-final-white);

  box-shadow:
    0 20px 40px rgba(0, 0, 38, 0.38),
    0 0 30px rgba(82, 191, 255, 0.22);
}

.dw-final-cta__button:focus-visible {
  outline: 3px solid rgba(82, 191, 255, 0.35);
  outline-offset: 4px;
}

/* =========================================================
   TRUST ITEMS
========================================================= */

.dw-final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;

  margin-top: 29px;
}

.dw-final-cta__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: rgba(255, 255, 255, 0.66);

  font-size: 11px;
  font-weight: 600;
}

.dw-final-cta__trust i {
  color: var(--dw-final-bright);

  font-size: 14px;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes dwFinalContentEnter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dwFinalRocketFloat {
  0%,
  100% {
    transform:
      translateY(0)
      rotate(7deg);
  }

  50% {
    transform:
      translateY(-17px)
      rotate(10deg);
  }
}

@keyframes dwFinalRocketGlow {
  0%,
  100% {
    opacity: 0.45;
    transform:
      translate(-50%, -50%)
      scale(0.92);
  }

  50% {
    opacity: 1;
    transform:
      translate(-50%, -50%)
      scale(1.09);
  }
}

@keyframes dwFinalTrailPulse {
  0%,
  100% {
    opacity: 0.45;
    transform:
      rotate(-35deg)
      scaleX(0.9);
  }

  50% {
    opacity: 1;
    transform:
      rotate(-35deg)
      scaleX(1.04);
  }
}

@keyframes dwFinalPlanetFloat {
  0%,
  100% {
    transform:
      translateY(0)
      rotate(0);
  }

  50% {
    transform:
      translateY(-9px)
      rotate(2deg);
  }
}

@keyframes dwFinalOrbitRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes dwFinalStarPulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes dwFinalGlowPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes dwFinalStarsMove {
  from {
    background-position:
      0 0,
      51px 67px;
  }

  to {
    background-position:
      115px 115px,
      223px 239px;
  }
}

@keyframes dwFinalBackgroundMove {
  from {
    transform: scale(1.03);
  }

  to {
    transform:
      scale(1.07)
      translateX(-1%);
  }
}

/* =========================================================
   1440PX / LAPTOP
========================================================= */

@media (max-width: 1499px) {
  .dw-final-cta__container {
    width: min(calc(100% - 48px), 1400px);
  }

  .dw-final-cta__card {
    min-height: 650px;

    padding:
      82px
      70px;
  }

  .dw-final-cta__rocket {
    right: 25px;

    width: 175px;
  }

  .dw-final-cta__planet {
    width: 320px;
    height: 320px;
  }

  .dw-final-cta__content {
    max-width: 1050px;
  }

  .dw-final-cta__actions {
    max-width: 850px;
  }
}

/* =========================================================
   SMALL LAPTOP
========================================================= */

@media (max-width: 1199px) {
  .dw-final-cta__container {
    width: min(calc(100% - 40px), 1080px);
  }

  .dw-final-cta__card {
    padding:
      75px
      45px;
  }

  .dw-final-cta__rocket {
    top: 8%;
    right: 2%;

    width: 145px;

    opacity: 0.86;
  }

  .dw-final-cta__planet {
    bottom: -100px;
    left: -105px;

    width: 280px;
    height: 280px;
  }

}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .dw-final-cta {
    padding: 80px 0;
  }

  .dw-final-cta__container {
    width: min(calc(100% - 32px), 900px);
  }

  .dw-final-cta__card {
    min-height: auto;

    padding:
      80px
      35px;

    border-radius: 30px;
  }

  .dw-final-cta__rocket {
    top: 25px;
    right: 18px;

    width: 120px;

    opacity: 0.67;
  }

  .dw-final-cta__planet {
    width: 240px;
    height: 240px;

    opacity: 0.7;
  }

  .dw-final-cta__content {
    max-width: 760px;
  }


  .dw-final-cta__actions {
    max-width: 700px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .dw-final-cta {
    padding: 65px 0;
  }

  .dw-final-cta__container {
    width: min(calc(100% - 24px), 680px);
  }

  .dw-final-cta__card {
    padding:
      70px
      22px
      58px;

    border-radius: 24px;
  }

  .dw-final-cta__brand {
    gap: 12px;

    margin-bottom: 24px;
  }

  .dw-final-cta__brand-name {
    font-size: 19px;
  }

  .dw-final-cta__content h2 {
    line-height: 1.16;
  }

  .dw-final-cta__content h2 > span,
  .dw-final-cta__content h2 strong {
    display: inline;
  }

  .dw-final-cta__content h2 em {
    display: block;
  }

  .dw-final-cta__content > p {
    font-size: 15px;
  }

  .dw-final-cta__actions {
    grid-template-columns: 1fr;

    width: min(100%, 520px);
  }

  .dw-final-cta__button {
    min-height: 68px;

    font-size: 14px;
  }

  .dw-final-cta__rocket {
    top: 18px;
    right: 5px;

    width: 90px;

    opacity: 0.52;
  }

  .dw-final-cta__rocket-trail {
    display: none;
  }

  .dw-final-cta__planet {
    bottom: -80px;
    left: -95px;

    width: 200px;
    height: 200px;

    opacity: 0.52;
  }

  .dw-final-cta__trust {
    gap: 11px 18px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .dw-final-cta__card {
    padding:
      64px
      17px
      50px;
  }

  .dw-final-cta__brand-line {
    display: none;
  }


  .dw-final-cta__content > p {
    margin-top: 21px;
  }

  .dw-final-cta__actions {
    margin-top: 27px;
  }

  .dw-final-cta__button {
    grid-template-columns: 40px minmax(0, 1fr) 18px;

    gap: 10px;

    min-height: 65px;
    padding: 12px 15px;

    font-size: 13px;
  }

  .dw-final-cta__button-icon {
    width: 40px;
    height: 40px;
  }

  .dw-final-cta__trust {
    display: grid;
    justify-content: center;

    text-align: left;
  }
}

/* ==========================================
   FAQ Intro Section Upgraded
   Colors: #000038 + #4285b5
========================================== */

.delos-faq-intro-upgraded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 175px;
  padding-bottom: 95px;
  background:
    radial-gradient(circle at 12% 16%, rgba(66, 133, 181, 0.14), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(11, 87, 217, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 55%, #ffffff 100%);
}

.delos-faq-intro-upgraded::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(66, 133, 181, 0.14);
  border-radius: 30px;
  z-index: -1;
  pointer-events: none;
}

.delos-faq-intro-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
}

.delos-faq-intro-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(66, 133, 181, 0.18) 1px, transparent 1.8px);
  background-size: 66px 66px;
  opacity: 0.045;
}

.delos-faq-intro-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.16);
}

.delos-faq-intro-orbit-one {
  width: 820px;
  height: 300px;
  left: -190px;
  top: 125px;
  transform: rotate(-12deg);
  animation: delosFaqIntroOrbitOne 13s ease-in-out infinite;
}

.delos-faq-intro-orbit-two {
  width: 760px;
  height: 270px;
  right: -190px;
  top: 190px;
  transform: rotate(13deg);
  animation: delosFaqIntroOrbitTwo 15s ease-in-out infinite;
}

.delos-faq-intro-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.delos-faq-intro-glow-one {
  width: 280px;
  height: 280px;
  left: 9%;
  top: 22%;
  background: radial-gradient(circle, rgba(66, 133, 181, 0.16), transparent 68%);
}

.delos-faq-intro-glow-two {
  width: 320px;
  height: 320px;
  right: 8%;
  bottom: 5%;
  background: radial-gradient(circle, rgba(11, 87, 217, 0.10), transparent 68%);
}

.delos-faq-intro-star {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #4285b5;
  clip-path: polygon(
    50% 0%,
    61% 38%,
    100% 50%,
    61% 62%,
    50% 100%,
    39% 62%,
    0% 50%,
    39% 38%
  );
  opacity: 0.55;
  filter: drop-shadow(0 0 14px rgba(66, 133, 181, 0.55));
  animation: delosFaqIntroTwinkle 4s ease-in-out infinite;
}

.delos-faq-intro-star-one {
  top: 135px;
  left: 22%;
}

.delos-faq-intro-star-two {
  top: 170px;
  right: 25%;
  animation-delay: 0.7s;
}

.delos-faq-intro-star-three {
  bottom: 145px;
  right: 12%;
  animation-delay: 1.4s;
}

/* Hero Layout */

.delos-faq-intro-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
  margin-bottom: 64px;
}

.delos-faq-intro-content {
  position: relative;
  z-index: 3;
  max-width: 980px;
}

.delos-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 26px;
  padding: 11px 22px;
  border: 1px solid rgba(66, 133, 181, 0.20);
  border-radius: 999px;
  color: #0b57d9;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(0, 0, 56, 0.05);
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.delos-faq-badge i {
  color: #4285b5;
}

.delos-faq-intro-upgraded h1 {
  max-width: 1030px;
  margin: 0 0 28px;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.delos-faq-intro-upgraded h1 span {
  display: unset;
  color: #4285b5;
}

.delos-faq-intro-upgraded .lead-text {
  max-width: 840px;
  margin: 0;
  color: rgba(0, 0, 56, 0.68);
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: var(--body-font-size-lead);
  font-weight: 500;
  line-height: var(--body-line-height-lead);
}

.delos-faq-intro-upgraded .lead-text strong {
  color: #000038;
  font-weight: 850;
}

/* Actions */

.delos-faq-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}

.delos-faq-intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  box-shadow: 0 20px 44px rgba(66, 133, 181, 0.25);
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.delos-faq-intro-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(66, 133, 181, 0.34);
}

.delos-faq-intro-btn span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.delos-faq-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #000038;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: var(--body-font-size);
  font-weight: 850;
  text-decoration: none;
  transition: color 250ms ease, transform 250ms ease;
}

.delos-faq-intro-link:hover {
  color: #4285b5;
  transform: translateY(-2px);
}

/* Rocket Visual */

.delos-faq-intro-visual {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.delos-faq-intro-visual-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 133, 181, 0.18), transparent 68%);
  filter: blur(5px);
}

.delos-faq-intro-visual-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.20);
}

.delos-faq-intro-visual-ring-one {
  width: 470px;
  height: 185px;
  transform: rotate(-28deg);
  animation: delosFaqIntroRingOne 9s ease-in-out infinite;
}

.delos-faq-intro-visual-ring-two {
  width: 355px;
  height: 145px;
  border-style: dashed;
  opacity: 0.75;
  transform: rotate(18deg);
  animation: delosFaqIntroRingTwo 11s ease-in-out infinite;
}

.delos-faq-intro-visual img {
  position: relative;
  z-index: 3;
  width: clamp(260px, 24vw, 440px);
  height: auto;
  filter:
    drop-shadow(0 34px 48px rgba(0, 0, 56, 0.18))
    drop-shadow(0 0 30px rgba(66, 133, 181, 0.24));
  animation: delosFaqIntroRocket 5.8s ease-in-out infinite;
}

.delos-faq-intro-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  padding: 14px 18px;
  border: 1px solid rgba(66, 133, 181, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 56, 0.09);
  backdrop-filter: blur(14px);
  animation: delosFaqIntroCardFloat 5.5s ease-in-out infinite;
}

.delos-faq-intro-floating-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  box-shadow: 0 12px 24px rgba(66, 133, 181, 0.22);
}

.delos-faq-intro-floating-card p {
  margin: 0;
  color: #000038;
  font-family: var(--body-font-family, "Plus Jakarta Sans", sans-serif);
  font-size: var(--body-font-size-small);
  font-weight: 850;
  line-height: var(--body-line-height-small);
}

.delos-faq-intro-floating-card-one {
  top: 76px;
  left: 0;
}

.delos-faq-intro-floating-card-two {
  right: 0;
  bottom: 86px;
  animation-delay: 1s;
}

/* Cards */

.delos-faq-card-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.delos-faq-mini-card {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  padding: 36px 34px 34px;
  border: 1px solid rgba(66, 133, 181, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(66, 133, 181, 0.10), transparent 34%),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 70px rgba(0, 0, 56, 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    border-color 300ms ease,
    background 300ms ease;
}

.delos-faq-mini-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 74px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #4285b5, #0b57d9);
}

.delos-faq-mini-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(66, 133, 181, 0.08);
  transition: transform 300ms ease;
}

.delos-faq-mini-card:hover {
  transform: translateY(-8px);
  border-color: rgba(66, 133, 181, 0.32);
  box-shadow:
    0 34px 90px rgba(0, 0, 56, 0.10),
    0 0 40px rgba(66, 133, 181, 0.12);
}

.delos-faq-mini-card:hover::after {
  transform: scale(1.2);
}

.delos-faq-mini-card .number {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(66, 133, 181, 0.26);
  font-family: var(--heading-font-family, "Syne", sans-serif);
  font-size: 44px;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.delos-faq-mini-icon {
  position: absolute;
  top: 34px;
  right: 34px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #4285b5, #0b57d9);
  box-shadow: 0 16px 32px rgba(66, 133, 181, 0.23);
  font-size: 20px;
}

.delos-faq-mini-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #000038;
  font-family: var(--heading-font-family, "Syne", sans-serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.delos-faq-mini-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(0, 0, 56, 0.64);
  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);
}

/* Animations */

@keyframes delosFaqIntroRocket {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(5deg);
  }

  50% {
    transform: translate3d(15px, -22px, 0) rotate(10deg);
  }
}

@keyframes delosFaqIntroCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes delosFaqIntroTwinkle {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.18);
  }
}

@keyframes delosFaqIntroOrbitOne {
  0%,
  100% {
    transform: rotate(-12deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-8deg) translate3d(18px, -8px, 0);
  }
}

@keyframes delosFaqIntroOrbitTwo {
  0%,
  100% {
    transform: rotate(13deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(9deg) translate3d(-16px, 10px, 0);
  }
}

@keyframes delosFaqIntroRingOne {
  0%,
  100% {
    transform: rotate(-28deg) scale(1);
  }

  50% {
    transform: rotate(-22deg) scale(1.04);
  }
}

@keyframes delosFaqIntroRingTwo {
  0%,
  100% {
    transform: rotate(18deg) scale(1);
  }

  50% {
    transform: rotate(12deg) scale(1.05);
  }
}

/* Responsive */

@media (max-width: 1399px) {
  .delos-faq-intro-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
    gap: 56px;
  }

  .delos-faq-intro-visual img {
    width: 330px;
  }
}

@media (max-width: 1199px) {
  .delos-faq-intro-upgraded {
    padding-top: 140px;
  }

  .delos-faq-intro-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .delos-faq-intro-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .delos-faq-badge,
  .delos-faq-intro-actions {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .delos-faq-intro-visual {
    min-height: 380px;
  }

  .delos-faq-intro-floating-card-one {
    left: 16%;
  }

  .delos-faq-intro-floating-card-two {
    right: 16%;
  }

  .delos-faq-card-row {
    grid-template-columns: 1fr;
  }

  .delos-faq-mini-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .delos-faq-intro-upgraded {
    padding-top: 115px;
    padding-bottom: 70px;
  }

  .delos-faq-intro-upgraded::before {
    inset: 10px;
    border-radius: 22px;
  }

  .delos-faq-intro-upgraded h1 {
    font-size: 42px;
    letter-spacing: -0.055em;
  }

  .delos-faq-intro-upgraded .lead-text {

  }

  .delos-faq-intro-actions {
    flex-direction: column;
  }

  .delos-faq-intro-visual {
    min-height: 310px;
  }

  .delos-faq-intro-visual img {
    width: 250px;
  }

  .delos-faq-intro-floating-card {
    display: none;
  }

  .delos-faq-mini-card {
    padding: 32px 24px 28px;
    border-radius: 22px;
  }

  .delos-faq-mini-card .number {
    font-size: 48px;
  }

  .delos-faq-mini-icon {
    width: 48px;
    height: 48px;
    right: 24px;
  }

  .delos-faq-mini-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .delos-faq-intro-upgraded h1 {
    font-size: 34px;
  }

  .delos-faq-badge {
    font-size: 12px;
    padding: 10px 16px;
  }

  .delos-faq-intro-visual {
    min-height: 250px;
  }

  .delos-faq-intro-visual img {
    width: 210px;
  }
}

/* FAQ CTA color system: shared with the homepage. */
body.dw-faq-page-body :is(
  .ks-btn-black,
  .delos-faq-intro-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-faq-page-body :is(
  .ks-btn-black,
  .delos-faq-intro-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;
}

/* ==========================================
   FAQ Background Upgrade
   Keeps existing FAQ cards / accordion styles
   Colors: #000038 + #4285b5
========================================== */

.delos-faq-bg-upgraded {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(66, 133, 181, 0.08), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(66, 133, 181, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #ffffff 100%);
}

/* Keeps real FAQ content above the background */
.delos-faq-bg-upgraded .auto-container {
  position: relative;
  z-index: 3;
}

/* Decorative wrapper */
.delos-faq-decor-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* Soft dots pattern */
.delos-faq-decor-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(66, 133, 181, 0.18) 1px, transparent 1.8px);
  background-size: 62px 62px;
  opacity: 0.06;
}

/* Big soft gradient shapes */
.delos-faq-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.9;
}

.delos-faq-bg-glow-one {
  width: 520px;
  height: 520px;
  left: -190px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(66, 133, 181, 0.15), transparent 68%);
}

.delos-faq-bg-glow-two {
  width: 480px;
  height: 480px;
  right: -170px;
  top: -145px;
  background: radial-gradient(circle, rgba(66, 133, 181, 0.13), transparent 70%);
}

/* Thin orbital lines */
.delos-faq-bg-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(66, 133, 181, 0.16);
}

.delos-faq-bg-orbit-one {
  width: 860px;
  height: 320px;
  left: -250px;
  top: 40px;
  transform: rotate(-18deg);
}

.delos-faq-bg-orbit-two {
  width: 950px;
  height: 350px;
  right: -300px;
  top: 130px;
  transform: rotate(16deg);
}

/* Small stars */
.delos-faq-bg-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.45;
  filter: drop-shadow(0 0 12px rgba(66, 133, 181, 0.45));
  animation: delosFaqBgTwinkle 4s ease-in-out infinite;
}

.delos-faq-bg-star-one {
  top: 18%;
  left: 9%;
}

.delos-faq-bg-star-two {
  top: 17%;
  right: 15%;
  animation-delay: 0.9s;
}

.delos-faq-bg-star-three {
  bottom: 15%;
  left: 28%;
  animation-delay: 1.6s;
}

/* Background images */
.delos-faq-bg-img {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
  pointer-events: none;
  opacity: 0.18;
  filter: saturate(0.95);
}

/* Left planet, bottom-left */
.delos-faq-bg-planet-left {
  width: clamp(260px, 38vw, 720px);
  left: -150px;
  bottom: -140px;
  opacity: 0.66;
  transform: rotate(-12deg);
}

/* Left rocket */
.delos-faq-bg-rocket-left {
  width: clamp(100px, 22vw, 570px);
  right: 5%;
  left: auto;
  top: 600px;
  opacity: 0.64;
  transform: rotate(-18deg);
  animation: delosFaqBgRocketLeft 6s ease-in-out infinite;
}

/* Right planet */
.delos-faq-bg-planet-right {
  width: 36%;
  right: -79px;
  top: -56px;
  opacity: 0.34;
  transform: rotate(10deg);
}

/* Right rocket */
.delos-faq-bg-rocket-right {
  width: clamp(95px, 30vw, 300px);
  right: 65px;
  top: 220px;
  opacity: 0.20;
  transform: rotate(25deg);
  animation: delosFaqBgRocketRight 6.5s ease-in-out infinite;
}

/* Optional: add extra breathing room if needed */
.delos-faq-bg-upgraded .row {
  position: relative;
  z-index: 4;
}

/* Animations */
@keyframes delosFaqBgTwinkle {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.65;
    transform: scale(1.18);
  }
}

@keyframes delosFaqBgRocketLeft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  50% {
    transform: translate3d(10px, -14px, 0) rotate(-14deg);
  }
}

@keyframes delosFaqBgRocketRight {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(25deg);
  }

  50% {
    transform: translate3d(-12px, -18px, 0) rotate(20deg);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .delos-faq-bg-rocket-left {
    left: 20px;
    top: 110px;
  }

  .delos-faq-bg-rocket-right {
    right: 30px;
    top: 190px;
  }

  .delos-faq-bg-planet-right {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .delos-faq-bg-upgraded {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .delos-faq-bg-rocket-left,
  .delos-faq-bg-rocket-right {
    opacity: 0.10;
  }

  .delos-faq-bg-planet-left {
    width: 360px;
  }

  .delos-faq-bg-planet-right {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .delos-faq-bg-orbit-one,
  .delos-faq-bg-orbit-two {
    opacity: 0.35;
  }

  .delos-faq-bg-rocket-left,
  .delos-faq-bg-rocket-right {
    display: none;
  }

  .delos-faq-bg-planet-left {
    width: 290px;
    left: -150px;
    bottom: -110px;
  }

  .delos-faq-bg-planet-right {
    width: 190px;
    right: -80px;
    top: 40px;
  }
}

@media (max-width: 575px) {
  .delos-faq-decor-bg::before {
    opacity: 0.04;
  }

  .delos-faq-bg-star {
    display: none;
  }

  .delos-faq-bg-glow-one {
    width: 360px;
    height: 360px;
  }

  .delos-faq-bg-glow-two {
    width: 330px;
    height: 330px;
  }

  .delos-faq-intro-orbit-one{
    width: 520px;
  }

  .delos-faq-intro-visual-ring-one,
  .delos-faq-intro-visual-ring-two{
    width: 280px;
  }
}

.delos-faq-bg-star-two {
  top: 17%;
  right: 15%;
  animation-delay: 0.9s;
}

.delos-faq-bg-star-three {
  bottom: 15%;
  left: 28%;
  animation-delay: 1.6s;
}

/* Background images */
.delos-faq-bg-img {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
  pointer-events: none;
  opacity: 0.18;
  filter: saturate(0.95);
}

/* Left planet, bottom-left */
.delos-faq-bg-planet-left {
  width: clamp(260px, 38vw, 720px);
  left: -150px;
  bottom: -140px;
  opacity: 0.66;
  transform: rotate(-12deg);
}

/* Left rocket */
.delos-faq-bg-rocket-left {
  width: clamp(100px, 22vw, 570px);
  right: 5%;
  left: auto;
  top: 600px;
  opacity: 0.64;
  transform: rotate(-18deg);
  animation: delosFaqBgRocketLeft 6s ease-in-out infinite;
}

/* Right planet */
.delos-faq-bg-planet-right {
  width: 36%;
  right: -79px;
  top: -56px;
  opacity: 0.34;
  transform: rotate(10deg);
}

/* Right rocket */
.delos-faq-bg-rocket-right {
  width: clamp(95px, 30vw, 300px);
  right: 65px;
  top: 220px;
  opacity: 0.20;
  transform: rotate(25deg);
  animation: delosFaqBgRocketRight 6.5s ease-in-out infinite;
}

/* Optional: add extra breathing room if needed */
.delos-faq-bg-upgraded .row {
  position: relative;
  z-index: 4;
}

/* Animations */
@keyframes delosFaqBgTwinkle {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.65;
    transform: scale(1.18);
  }
}

@keyframes delosFaqBgRocketLeft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  50% {
    transform: translate3d(10px, -14px, 0) rotate(-14deg);
  }
}

@keyframes delosFaqBgRocketRight {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(25deg);
  }

  50% {
    transform: translate3d(-12px, -18px, 0) rotate(20deg);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .delos-faq-bg-rocket-left {
    left: 20px;
    top: 110px;
  }

  .delos-faq-bg-rocket-right {
    right: 30px;
    top: 190px;
  }

  .delos-faq-bg-planet-right {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .delos-faq-bg-upgraded {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .delos-faq-bg-rocket-left,
  .delos-faq-bg-rocket-right {
    opacity: 0.10;
  }

  .delos-faq-bg-planet-left {
    width: 360px;
  }

  .delos-faq-bg-planet-right {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .delos-faq-bg-orbit-one,
  .delos-faq-bg-orbit-two {
    opacity: 0.35;
  }

  .delos-faq-bg-rocket-left,
  .delos-faq-bg-rocket-right {
    display: none;
  }

  .delos-faq-bg-planet-left {
    width: 290px;
    left: -150px;
    bottom: -110px;
  }

  .delos-faq-bg-planet-right {
    width: 190px;
    right: -80px;
    top: 40px;
  }
}

@media (max-width: 575px) {
  .delos-faq-decor-bg::before {
    opacity: 0.04;
  }

  .delos-faq-bg-star {
    display: none;
  }

  .delos-faq-bg-glow-one {
    width: 360px;
    height: 360px;
  }

  .delos-faq-bg-glow-two {
    width: 330px;
    height: 330px;
  }

  .delos-faq-intro-orbit-one{
    width: 520px;
  }

  .delos-faq-intro-visual-ring-one,
  .delos-faq-intro-visual-ring-two{
    width: 280px;
  }

  .delos-faq-intro-visual-glow{
    width: 100% !important;
  }

      .delos-faq-intro-orbit-one {
        width: 476px;
    }
}

@media (max-width: 1199px) {

  .delos-faq-intro-orbit-two{
    right: 40px;
  }
  
}

/* =========================================================
   FAQ DESKTOP & MOBILE HORIZONTAL OVERFLOW PREVENTION
   Ensure section containers clip absolute background shapes
========================================================= */
.dw-ready-first-section,
.delos-faq-intro-upgraded,
.delos-faq-bg-upgraded,
.faqs-section-home1,
.delos-faq-section,
.dw-contactblock-upgraded,
.dw-contactblock,
.dw-contactblock-bg,
.dw-footer-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}


/* =========================================================
   DELOSWEB — CONTACT BLOCK
   COMPACT FORM GRID
   HTML DOES NOT NEED TO CHANGE
========================================================= */


/* =========================================================
   FORM GRID
========================================================= */

.dw-contactblock-form-card form > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    column-gap: 16px !important;
    row-gap: 14px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   RESET BOOTSTRAP COLUMNS
   Only inside this contact form
========================================================= */

.dw-contactblock-form-card form > .row > .form-group {
    width: 100% !important;
    max-width: none !important;

    flex: none !important;
    flex-basis: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   FIELD DISTRIBUTION

   01 — Your Name       | Email Address
   02 — Phone Number    | State
   03 — Zip Code        | Select Service
   04 — Subject         | Empty
   05 — Textarea full width
========================================================= */


/* Your Name */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(1) {
    grid-column: 1 !important;
}


/* Email Address */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(2) {
    grid-column: 2 !important;
}


/* Phone Number */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(3) {
    grid-column: 1 !important;
}


/* State */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(4) {
    grid-column: 2 !important;
}


/* Zip Code */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(5) {
    grid-column: 1 !important;
}


/* Select Service */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(6) {
    grid-column: 2 !important;
}


/* Subject — left column only */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(7) {
    grid-column: 1 !important;
}


/* Textarea — full width */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(8) {
    grid-column: 1 / -1 !important;
}


/* Honeypot — keep hidden */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(9) {
    display: none !important;
}


/* Submit button */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(10) {
    grid-column: 1 / -1 !important;
}


/* Safe note */
.dw-contactblock-form-card
form > .row > .form-group:nth-child(11) {
    grid-column: 1 / -1 !important;
}


/* =========================================================
   INPUTS / SELECT
========================================================= */

.dw-contactblock-form-card input,
.dw-contactblock-form-card select {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   TEXTAREA
========================================================= */

.dw-contactblock-form-card textarea {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    min-height: 120px !important;

    resize: vertical;

    box-sizing: border-box !important;
}


/* =========================================================
   BUTTON
========================================================= */

.dw-contactblock-form-card .btn-box {
    width: 100% !important;

    margin: 2px 0 0 !important;
}


/* =========================================================
   SAFE NOTE
========================================================= */

.dw-contactblock-form-card .dw-contactblock-safe-note {
    margin: 0 !important;
}


/* =========================================================
   RESPONSIVE — TABLET / MOBILE
========================================================= */

@media (max-width: 768px) {

    .dw-contactblock-form-card form > .row {
        grid-template-columns: 1fr !important;

        column-gap: 0 !important;
        row-gap: 14px !important;
    }


    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(1),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(2),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(3),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(4),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(5),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(6),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(7),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(8),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(10),

    .dw-contactblock-form-card
    form > .row > .form-group:nth-child(11) {
        grid-column: 1 !important;
    }

}

/* =========================================================
   CONTACT BLOCK — FINISHING TOUCHES
========================================================= */


/* ---------------------------------------------------------
   1. MAKE INPUT BORDERS MORE VISIBLE
--------------------------------------------------------- */

.dw-contactblock-form-card input,
.dw-contactblock-form-card select,
.dw-contactblock-form-card textarea {
    border: 1px solid rgba(0, 0, 56, 0.16) !important;

    box-shadow:
        0 1px 2px rgba(0, 0, 56, 0.025) !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease !important;
}


/* Hover */
.dw-contactblock-form-card input:hover,
.dw-contactblock-form-card select:hover,
.dw-contactblock-form-card textarea:hover {
    border-color: rgba(45, 128, 183, 0.35) !important;
}


/* Focus */
.dw-contactblock-form-card input:focus,
.dw-contactblock-form-card select:focus,
.dw-contactblock-form-card textarea:focus {
    border-color: #2d80b7 !important;

    box-shadow:
        0 0 0 3px rgba(45, 128, 183, 0.10) !important;

    outline: none !important;
}


/* ---------------------------------------------------------
   2. SUBJECT — FULL WIDTH
--------------------------------------------------------- */

.dw-contactblock-form-card
form > .row > .form-group:nth-child(7) {
    grid-column: 1 / -1 !important;
}


/* ---------------------------------------------------------
   3. TEXTAREA — FULL WIDTH
--------------------------------------------------------- */

.dw-contactblock-form-card
form > .row > .form-group:nth-child(8) {
    grid-column: 1 / -1 !important;
}


/* ---------------------------------------------------------
   4. KEEP ALL FIELDS CONSISTENT
--------------------------------------------------------- */

.dw-contactblock-form-card input,
.dw-contactblock-form-card select {
    min-height: 48px !important;
}


.dw-contactblock-form-card textarea {
    min-height: 118px !important;
}

/* =========================================================
   DELOSWEB FAQ — MOBILE EXPANSION FIX
   Prevent footer from overlapping opened answers
========================================================= */

@media (max-width: 420px) {

    /* -----------------------------------------------------
       FAQ SECTION MUST GROW WITH ITS CONTENT
    ----------------------------------------------------- */

    .dw-custom-faq-before-footer,
    .dw-diy-faq {
        position: relative !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        margin: 0 !important;
        padding: 64px var(--dw-page-gutter) 115px !important;
        box-sizing: border-box !important;

        z-index: 1 !important;
    }


    /* -----------------------------------------------------
       CONTAINER
    ----------------------------------------------------- */

    .dw-diy-faq__container {
        position: relative !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        box-sizing: border-box !important;
    }


    /* -----------------------------------------------------
       MAIN LAYOUT
    ----------------------------------------------------- */

    .dw-diy-faq__layout {
        position: relative !important;

        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;
    }


    /* -----------------------------------------------------
       ACCORDION WRAPPER
    ----------------------------------------------------- */

    .dw-faq-accordion,
    .dw-diy-faq__accordion {
        position: relative !important;

        display: block !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        margin-bottom: 0 !important;

        transform: none !important;
    }


    /* -----------------------------------------------------
       EACH FAQ ITEM
    ----------------------------------------------------- */

    .dw-diy-faq__accordion .dw-faq-item {
        position: relative !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        overflow: hidden !important;

        transform: none !important;

        box-sizing: border-box !important;
    }


    /* -----------------------------------------------------
       CLOSED ANSWER
    ----------------------------------------------------- */

    .dw-diy-faq__accordion .dw-faq-item:not(.active) .dw-faq-answer {
        max-height: 0 !important;

        overflow: hidden !important;

        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    /* -----------------------------------------------------
       OPEN ANSWER

       Critical fix:
       let the answer determine its real height.
    ----------------------------------------------------- */

    .dw-diy-faq__accordion .dw-faq-item.active .dw-faq-answer {
        position: relative !important;

        display: block !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;

        opacity: 1 !important;
        visibility: visible !important;

        transform: none !important;
    }


    /* -----------------------------------------------------
       ANSWER TEXT
    ----------------------------------------------------- */

    .dw-diy-faq__accordion .dw-faq-answer p {
        position: relative !important;

        width: 100% !important;

        height: auto !important;

        margin-bottom: 0 !important;

        overflow: visible !important;

        word-break: normal !important;
        overflow-wrap: anywhere !important;

        box-sizing: border-box !important;
    }

    .dw-diy-faq__accordion .dw-faq-item {
    position: relative;
    overflow: hidden;
    margin: 11px 0 0 0 !important;
    border: 1px solid var(--dw-faq-border);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.98));
    box-shadow: 0 14px 35px rgba(0, 0, 56, 0.055), inset 0 1px 0 var(--dw-faq-white);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    animation: dwFaqItemEnter 0.65s ease both;
}

}

/* =========================================================
   FAQ — EXTRA SPACING FOR 320PX
========================================================= */

@media (max-width: 376px) {

    /* Section spacing */
    .dw-diy-faq {
        padding-left: 14px !important;
        padding-right: 14px !important;
        padding-bottom: 107px !important;

        box-sizing: border-box !important;
    }


    /* Main container */
    .dw-diy-faq__container {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;

        box-sizing: border-box !important;
    }


    /* Main layout */
    .dw-diy-faq__layout {
        width: 100% !important;

        margin: 0 auto !important;

        gap: 28px !important;
    }


    /* Intro content */
    .dw-diy-faq__intro {
        width: 100% !important;

        margin: 0 auto !important;
        padding-left: 4px !important;
        padding-right: 4px !important;

        box-sizing: border-box !important;
    }


    /* Heading */
    .dw-diy-faq__heading {
        width: 100% !important;

        margin-bottom: 22px !important;
    }


    /* Accordion */
    .dw-diy-faq__accordion {
        width: 100% !important;

        margin: 0 auto !important;

        padding: 15px 0 !important;

        box-sizing: border-box !important;
    }


    /* Individual FAQ cards */
    .dw-diy-faq__accordion .dw-faq-item {
        width: 100% !important;

        margin: 0 0 12px !important;

        border-radius: 16px !important;

        box-sizing: border-box !important;
    }


    /* Question padding */
    .dw-diy-faq__accordion .dw-faq-question {
        width: 100% !important;

        padding: 16px 16px !important;

        box-sizing: border-box !important;
    }


    /* Answer padding */
    .dw-diy-faq__accordion .dw-faq-item.active .dw-faq-answer {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 18px !important;

        box-sizing: border-box !important;
    }


    /* Answer text */
    .dw-diy-faq__accordion .dw-faq-answer p {
        margin: 0 !important;

        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .dw-diy-faq__accordion .dw-faq-item {
    position: relative;
    overflow: hidden;
    margin: 11px 0 0 0 !important;
    border: 1px solid var(--dw-faq-border);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.98));
    box-shadow: 0 14px 35px rgba(0, 0, 56, 0.055), inset 0 1px 0 var(--dw-faq-white);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    animation: dwFaqItemEnter 0.65s ease both;
}

}


@media (max-width: 320px) {
      .dw-diy-faq__accordion .dw-faq-item {
    position: relative;
    overflow: hidden;
    margin: 11px 0 0 0 !important;
    border: 1px solid var(--dw-faq-border);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.98));
    box-shadow: 0 14px 35px rgba(0, 0, 56, 0.055), inset 0 1px 0 var(--dw-faq-white);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
    animation: dwFaqItemEnter 0.65s ease both;
}

  }


  /* =========================================================
   FAQ CONTACT BLOCK
   RESPONSIVE RESTRUCTURE
   1199px AND BELOW

   Goal:
   - Remove huge empty space
   - Integrate rocket with the layout
   - Keep intro + contact details + form connected
========================================================= */

@media (max-width: 1199px) {

    /* =====================================================
       SECTION
    ===================================================== */
    html body section .dw-global-section-eyebrow  {
      margin: 17px 0 17px !important;
    }

    .dw-contactblock.dw-contactblock-upgraded {
        position: relative !important;

        padding-top: 72px !important;
        padding-bottom: 76px !important;

        overflow: hidden !important;
    }


    /* =====================================================
       CONTAINER
    ===================================================== */

    .dw-contactblock.dw-contactblock-upgraded > .auto-container {
        width: calc(100% - 56px) !important;
        max-width: 980px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       MAIN STRUCTURE
       Intro first / Form second
    ===================================================== */

    .dw-contactblock-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;

        align-items: start !important;

        gap: 0 !important;

        width: 100% !important;
        max-width: 100% !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       INTRO

       Important:
       remove old heights / bottom spacing that were
       reserving room for the rocket.
    ===================================================== */

    .dw-contactblock-intro {
        position: relative !important;

        width: 100% !important;
        max-width: 820px !important;

        height: auto !important;
        min-height: 0 !important;

        margin:
            0
            auto !important;

        padding:
            0
            0
            0 !important;

        text-align: center !important;

        box-sizing: border-box !important;

        z-index: 3 !important;
    }


    /* =====================================================
       EYEBROW
    ===================================================== */

    .dw-contactblock-eyebrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .dw-contactblock-intro > h2 {
        width: 100% !important;
        max-width: 720px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        text-align: center !important;
    }


    /* =====================================================
       COPY
    ===================================================== */

    .dw-contactblock-intro > p {
        width: 100% !important;
        max-width: 720px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        text-align: center !important;

        line-height: 1.7 !important;
    }


    /* =====================================================
       POINTS
    ===================================================== */

    .dw-contactblock-points {
        width: 100% !important;
        max-width: 690px !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    .dw-contactblock-points li {
        text-align: left !important;
    }


    /* =====================================================
       PHONE + EMAIL
    ===================================================== */

    .dw-contactblock-info {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        flex-wrap: wrap !important;

        gap: 0 !important;

        width: 100% !important;
        max-width: 700px !important;

        margin:
            30px
            auto
            0 !important;
    }


    .dw-contactblock-info a {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 14px !important;

        min-width: 0 !important;

        padding:
            8px
            28px !important;

        box-sizing: border-box !important;
    }


    /* Divider between phone and email */
    .dw-contactblock-info a + a {
        border-left:
            1px solid rgba(12, 44, 122, 0.13) !important;
    }


    /* =====================================================
       ROCKET

       THIS IS THE MAIN FIX.

       Stop using absolute positioning.
       The rocket now becomes a visual bridge between
       intro and form.
    ===================================================== */

    .dw-contactblock-rocket {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        display: block !important;

        width: 165px !important;
        max-width: 165px !important;

        height: auto !important;
        max-height: none !important;

        /*
           The negative bottom margin lets the rocket
           overlap the form without creating a giant gap.
        */
        margin:
            20px
            auto
            -76px !important;

        transform: none !important;

        object-fit: contain !important;

        filter:
            drop-shadow(
                0 22px 35px rgba(45, 128, 183, 0.17)
            ) !important;

        z-index: 8 !important;
    }


    /* =====================================================
       FORM CARD

       Move it visually upward toward the rocket.
    ===================================================== */

    .dw-contactblock-form-card {
        position: relative !important;

        width: 100% !important;
        max-width: 820px !important;

        min-width: 0 !important;

        height: auto !important;
        min-height: 0 !important;

        margin:
            34px
            auto
            0 !important;

        padding-top: 36px !important;

        border-radius: 28px !important;

        box-sizing: border-box !important;

        z-index: 4 !important;
    }


    /* =====================================================
       FORM TITLE
       Give the rocket a little visual room.
    ===================================================== */

    .dw-contactblock-form-card > .title {
        position: relative !important;

        width: 100% !important;

        margin-bottom: 28px !important;

        text-align: left !important;

        z-index: 6 !important;
    }

}


/* =========================================================
   899px AND BELOW
========================================================= */

@media (max-width: 899px) {

    .dw-contactblock.dw-contactblock-upgraded > .auto-container {
        width: calc(100% - 44px) !important;
        max-width: 760px !important;
    }


    /* Slightly tighter contact information */
    .dw-contactblock-info {
        margin-top: 26px !important;
    }


    .dw-contactblock-info a {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }


    /* Rocket */
    .dw-contactblock-rocket {
        width: 145px !important;
        max-width: 145px !important;

        margin-top: 16px !important;
        margin-bottom: -67px !important;
    }


    /* Form */
    .dw-contactblock-form-card {
        max-width: 700px !important;

        margin-top: 31px !important;

        padding-top: 34px !important;
    }

}


/* =========================================================
   767px AND BELOW
========================================================= */

@media (max-width: 767px) {

    .dw-contactblock.dw-contactblock-upgraded {
        padding-top: 64px !important;
        padding-bottom: 68px !important;
    }


    .dw-contactblock.dw-contactblock-upgraded > .auto-container {
        width: calc(100% - 34px) !important;
        max-width: 620px !important;
    }


    /* =====================================================
       PHONE + EMAIL
       Use 2 balanced columns
    ===================================================== */

    .dw-contactblock-info {
        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        width: 100% !important;
        max-width: 580px !important;

        gap: 10px !important;
    }


    .dw-contactblock-info a {
        width: 100% !important;

        padding:
            12px
            10px !important;

        border: 1px solid rgba(45, 128, 183, 0.10) !important;
        border-radius: 16px !important;

        background:
            rgba(255, 255, 255, 0.72) !important;

        box-sizing: border-box !important;
    }


    .dw-contactblock-info a + a {
        border-left:
            1px solid rgba(45, 128, 183, 0.10) !important;
    }


    /* =====================================================
       ROCKET
    ===================================================== */

    .dw-contactblock-rocket {
        width: 125px !important;
        max-width: 125px !important;

        margin:
            16px
            auto
            -58px !important;
    }


    /* =====================================================
       FORM
    ===================================================== */

    .dw-contactblock-form-card {
        width: 100% !important;
        max-width: 590px !important;

        margin-top: 27px !important;

        padding-top: 31px !important;

        border-radius: 24px !important;
    }

}

@media (max-width: 700px) {
  .dw-contactblock-rocket {
  display: none !important;
  }
}


/* =========================================================
   575px AND BELOW
========================================================= */

@media (max-width: 575px) {

    .dw-contactblock.dw-contactblock-upgraded > .auto-container {
        width: calc(100% - 28px) !important;
    }


    /* =====================================================
       CONTACT INFO STACK
    ===================================================== */

    .dw-contactblock-info {
        grid-template-columns: 1fr !important;

        max-width: 430px !important;

        gap: 9px !important;
    }


    .dw-contactblock-info a {
        justify-content: flex-start !important;

        padding:
            11px
            14px !important;
    }


    /* =====================================================
       ROCKET
       Still visible but no longer dominates.
    ===================================================== */

    .dw-contactblock-rocket {
        width: 108px !important;
        max-width: 108px !important;

        margin:
            12px
            auto
            -49px !important;
    }


    /* =====================================================
       FORM
    ===================================================== */

    .dw-contactblock-form-card {
        margin-top: 24px !important;

        padding-top: 28px !important;

        border-radius: 21px !important;
    }

}


/* =========================================================
   420px AND BELOW
========================================================= */

@media (max-width: 420px) {

    .dw-contactblock.dw-contactblock-upgraded > .auto-container {
        width: calc(100% - 22px) !important;
    }


    /* Small decorative rocket */
    .dw-contactblock-rocket {
        width: 92px !important;
        max-width: 92px !important;

        margin:
            10px
            auto
            -40px !important;
    }


    .dw-contactblock-form-card {
        margin-top: 20px !important;

        padding-top: 25px !important;

        border-radius: 19px !important;
    }

}
